···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···693693 required: ['id']
694694} as const;
695695696696+export const ModelWithReferenceWritableSchema = {
697697+ description: 'This is a model with one property containing a reference',
698698+ type: 'object',
699699+ properties: {
700700+ prop: {
701701+ '$ref': '#/definitions/ModelWithPropertiesWritable'
702702+ }
703703+ }
704704+} as const;
705705+696706export const ModelWithPropertiesWritableSchema = {
697707 description: 'This is a model with one nested property',
698708 type: 'object',
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···420420};
421421422422/**
423423+ * This is a model with one property containing a reference
424424+ */
425425+export type ModelWithReferenceWritable = {
426426+ prop?: ModelWithPropertiesWritable;
427427+};
428428+429429+/**
423430 * This is a model with one nested property
424431 */
425432export type ModelWithPropertiesWritable = {
···422422});
423423424424/**
425425+ * This is a model with one property containing a reference
426426+ */
427427+export const vModelWithReferenceWritable = v.object({
428428+ prop: v.optional(vModelWithPropertiesWritable)
429429+});
430430+431431+/**
425432 * This is a model that contains a some patterns
426433 */
427434export const vModelWithPatternWritable = v.object({
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···970970};
971971972972/**
973973+ * This is a model with one property containing a reference
974974+ */
975975+export type ModelWithReferenceWritable = {
976976+ prop?: ModelWithPropertiesWritable;
977977+};
978978+979979+/**
980980+ * This is a model with one property containing an array
981981+ */
982982+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
983983+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
984984+ propWithFile?: Array<Blob | File>;
985985+ propWithNumber?: Array<number>;
986986+};
987987+988988+/**
973989 * This is a model with one nested property
974990 */
975991export type ModelWithPropertiesWritable = {
···10091025 baz: string;
10101026};
1011102710281028+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10291029+ number | Import,
10301030+ number | Import
10311031+];
10321032+10121033export type AdditionalPropertiesUnknownIssueWritable = {
10131034 [key: string]: string | number;
10141035};
10361036+10371037+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1015103810161039export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10171040 item?: boolean;
···10621085};
1063108610641087export type ImportData = {
10651065- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
10881088+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10661089 path?: never;
10671090 query?: never;
10681091 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···983983};
984984985985/**
986986+ * This is a model with one property containing a reference
987987+ */
988988+export type ModelWithReferenceWritable = {
989989+ prop?: ModelWithPropertiesWritable;
990990+};
991991+992992+/**
993993+ * This is a model with one property containing an array
994994+ */
995995+export type ModelWithArrayReadOnlyAndWriteOnlyWritable = {
996996+ prop?: Array<ModelWithReadOnlyAndWriteOnlyWritable>;
997997+ propWithFile?: Array<Blob | File>;
998998+ propWithNumber?: Array<number>;
999999+};
10001000+10011001+/**
9861002 * This is a model with one nested property
9871003 */
9881004export type ModelWithPropertiesWritable = {
···10221038 baz: string;
10231039};
1024104010411041+export type ModelWithAnyOfConstantSizeArrayWithNSizeAndOptionsWritable = [
10421042+ number | Import,
10431043+ number | Import
10441044+];
10451045+10251046export type AdditionalPropertiesUnknownIssueWritable = {
10261047 [key: string]: string | number;
10271048};
10491049+10501050+export type OneOfAllOfIssueWritable = ((ConstValue | GenericSchemaDuplicateIssue1SystemBoolean) & _3eNum1Период) | GenericSchemaDuplicateIssue1SystemString;
1028105110291052export type GenericSchemaDuplicateIssue1SystemBooleanWritable = {
10301053 item?: boolean;
···10811104};
1082110510831106export type ImportData = {
10841084- body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnly;
11071107+ body: ModelWithReadOnlyAndWriteOnlyWritable | ModelWithArrayReadOnlyAndWriteOnlyWritable;
10851108 path?: never;
10861109 query?: never;
10871110 url: '/api/v{api-version}/no+tag';
···441441});
442442443443/**
444444+ * This is a model with one property containing a reference
445445+ */
446446+export const zModelWithReferenceWritable = z.object({
447447+ prop: z.optional(zModelWithPropertiesWritable)
448448+});
449449+450450+/**
444451 * This is a model that contains a some patterns
445452 */
446453export const zModelWithPatternWritable = z.object({
···439439});
440440441441/**
442442+ * This is a model with one property containing a reference
443443+ */
444444+export const zModelWithReferenceWritable = z.object({
445445+ prop: zModelWithPropertiesWritable.optional()
446446+});
447447+448448+/**
442449 * This is a model that contains a some patterns
443450 */
444451export const zModelWithPatternWritable = z.object({
···441441});
442442443443/**
444444+ * This is a model with one property containing a reference
445445+ */
446446+export const zModelWithReferenceWritable = z.object({
447447+ prop: z.optional(zModelWithPropertiesWritable)
448448+});
449449+450450+/**
444451 * This is a model that contains a some patterns
445452 */
446453export const zModelWithPatternWritable = z.object({
···441441});
442442443443/**
444444+ * This is a model with one property containing a reference
445445+ */
446446+export const zModelWithReferenceWritable = z.object({
447447+ prop: z.optional(zModelWithPropertiesWritable)
448448+});
449449+450450+/**
444451 * This is a model that contains a some patterns
445452 */
446453export const zModelWithPatternWritable = z.object({
···439439});
440440441441/**
442442+ * This is a model with one property containing a reference
443443+ */
444444+export const zModelWithReferenceWritable = z.object({
445445+ prop: zModelWithPropertiesWritable.optional()
446446+});
447447+448448+/**
442449 * This is a model that contains a some patterns
443450 */
444451export const zModelWithPatternWritable = z.object({
···441441});
442442443443/**
444444+ * This is a model with one property containing a reference
445445+ */
446446+export const zModelWithReferenceWritable = z.object({
447447+ prop: z.optional(zModelWithPropertiesWritable)
448448+});
449449+450450+/**
444451 * This is a model that contains a some patterns
445452 */
446453export const zModelWithPatternWritable = z.object({