File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3660,7 +3660,7 @@ export const $CompositionWithAllOfAndNullable = {
3660
3660
type: 'ModelWithArray',
3661
3661
}, {
3662
3662
type: 'ModelWithDictionary',
3663
- }, ]
3663
+ }],
3664
3664
isNullable: true,
3665
3665
},
3666
3666
},
@@ -3684,7 +3684,7 @@ export const $CompositionWithAnyOf = {
3684
3684
type: 'ModelWithArray',
3685
3685
}, {
3686
3686
type: 'ModelWithDictionary',
3687
- }, ]
3687
+ }],
3688
3688
},
3689
3689
},
3690
3690
};"
@@ -3711,7 +3711,7 @@ export const $CompositionWithAnyOfAndNullable = {
3711
3711
type: 'ModelWithArray',
3712
3712
}, {
3713
3713
type: 'ModelWithDictionary',
3714
- }, ]
3714
+ }],
3715
3715
isNullable: true,
3716
3716
},
3717
3717
},
@@ -3738,7 +3738,7 @@ export const $CompositionWithAnyOfAnonymous = {
3738
3738
type: 'string',
3739
3739
}, {
3740
3740
type: 'number',
3741
- }, ]
3741
+ }],
3742
3742
},
3743
3743
},
3744
3744
};"
@@ -3761,7 +3761,7 @@ export const $CompositionWithOneOf = {
3761
3761
type: 'ModelWithArray',
3762
3762
}, {
3763
3763
type: 'ModelWithDictionary',
3764
- }, ]
3764
+ }],
3765
3765
},
3766
3766
},
3767
3767
};"
@@ -3788,7 +3788,7 @@ export const $CompositionWithOneOfAndNullable = {
3788
3788
type: 'ModelWithArray',
3789
3789
}, {
3790
3790
type: 'ModelWithDictionary',
3791
- }, ]
3791
+ }],
3792
3792
isNullable: true,
3793
3793
},
3794
3794
},
@@ -3815,7 +3815,7 @@ export const $CompositionWithOneOfAnonymous = {
3815
3815
type: 'string',
3816
3816
}, {
3817
3817
type: 'number',
3818
- }, ]
3818
+ }],
3819
3819
},
3820
3820
},
3821
3821
};"
@@ -3971,7 +3971,7 @@ export const $ModelThatExtends = {
3971
3971
type: 'ModelWithString',
3972
3972
},
3973
3973
},
3974
- }, ]
3974
+ }],
3975
3975
};"
3976
3976
`;
3977
3977
@@ -3995,7 +3995,7 @@ export const $ModelThatExtendsExtends = {
3995
3995
type: 'ModelWithString',
3996
3996
},
3997
3997
},
3998
- }, ]
3998
+ }],
3999
3999
};"
4000
4000
`;
4001
4001
You can’t perform that action at this time.
0 commit comments