@mojaloop/api-snippets 17.7.6 → 17.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/LICENSE.md +4 -5
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +15 -8
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +781 -625
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +2 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +424 -290
- package/package.json +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +15 -8
@@ -10846,181 +10846,248 @@ export declare namespace Schemas {
|
|
10846
10846
|
};
|
10847
10847
|
getPartiesResponse: {
|
10848
10848
|
type: string;
|
10849
|
-
required: string[];
|
10850
10849
|
properties: {
|
10851
10850
|
body: {
|
10852
|
-
|
10853
|
-
|
10854
|
-
|
10855
|
-
|
10856
|
-
|
10857
|
-
|
10858
|
-
|
10859
|
-
|
10860
|
-
|
10861
|
-
|
10862
|
-
|
10863
|
-
|
10864
|
-
|
10865
|
-
|
10866
|
-
|
10867
|
-
|
10868
|
-
|
10869
|
-
|
10870
|
-
|
10871
|
-
|
10872
|
-
|
10873
|
-
|
10874
|
-
|
10875
|
-
|
10876
|
-
|
10877
|
-
|
10878
|
-
|
10879
|
-
|
10880
|
-
|
10881
|
-
|
10882
|
-
|
10883
|
-
|
10884
|
-
|
10885
|
-
|
10886
|
-
|
10887
|
-
|
10888
|
-
|
10889
|
-
|
10890
|
-
|
10891
|
-
|
10892
|
-
|
10893
|
-
|
10894
|
-
|
10895
|
-
|
10896
|
-
|
10897
|
-
|
10898
|
-
|
10899
|
-
items: {
|
10900
|
-
title: string;
|
10851
|
+
oneOf: ({
|
10852
|
+
type: string;
|
10853
|
+
properties: {
|
10854
|
+
party: {
|
10855
|
+
title: string;
|
10856
|
+
type: string;
|
10857
|
+
description: string;
|
10858
|
+
properties: {
|
10859
|
+
partyIdInfo: {
|
10860
|
+
title: string;
|
10861
|
+
type: string;
|
10862
|
+
description: string;
|
10863
|
+
properties: {
|
10864
|
+
partyIdType: {
|
10865
|
+
title: string;
|
10866
|
+
type: string;
|
10867
|
+
enum: string[];
|
10868
|
+
description: string;
|
10869
|
+
};
|
10870
|
+
partyIdentifier: {
|
10871
|
+
title: string;
|
10872
|
+
type: string;
|
10873
|
+
minLength: number;
|
10874
|
+
maxLength: number;
|
10875
|
+
description: string;
|
10876
|
+
example: string;
|
10877
|
+
};
|
10878
|
+
partySubIdOrType: {
|
10879
|
+
title: string;
|
10880
|
+
type: string;
|
10881
|
+
minLength: number;
|
10882
|
+
maxLength: number;
|
10883
|
+
description: string;
|
10884
|
+
};
|
10885
|
+
fspId: {
|
10886
|
+
title: string;
|
10887
|
+
type: string;
|
10888
|
+
minLength: number;
|
10889
|
+
maxLength: number;
|
10890
|
+
description: string;
|
10891
|
+
};
|
10892
|
+
extensionList: {
|
10893
|
+
title: string;
|
10894
|
+
type: string;
|
10895
|
+
description: string;
|
10896
|
+
properties: {
|
10897
|
+
extension: {
|
10901
10898
|
type: string;
|
10902
|
-
|
10903
|
-
|
10904
|
-
|
10905
|
-
|
10906
|
-
|
10907
|
-
|
10908
|
-
|
10909
|
-
|
10910
|
-
|
10911
|
-
|
10912
|
-
|
10913
|
-
|
10914
|
-
|
10915
|
-
|
10916
|
-
|
10899
|
+
items: {
|
10900
|
+
title: string;
|
10901
|
+
type: string;
|
10902
|
+
description: string;
|
10903
|
+
properties: {
|
10904
|
+
key: {
|
10905
|
+
title: string;
|
10906
|
+
type: string;
|
10907
|
+
minLength: number;
|
10908
|
+
maxLength: number;
|
10909
|
+
description: string;
|
10910
|
+
};
|
10911
|
+
value: {
|
10912
|
+
title: string;
|
10913
|
+
type: string;
|
10914
|
+
minLength: number;
|
10915
|
+
maxLength: number;
|
10916
|
+
description: string;
|
10917
|
+
};
|
10917
10918
|
};
|
10919
|
+
required: string[];
|
10918
10920
|
};
|
10919
|
-
|
10921
|
+
minItems: number;
|
10922
|
+
maxItems: number;
|
10923
|
+
description: string;
|
10920
10924
|
};
|
10921
|
-
minItems: number;
|
10922
|
-
maxItems: number;
|
10923
|
-
description: string;
|
10924
10925
|
};
|
10926
|
+
required: string[];
|
10925
10927
|
};
|
10926
|
-
required: string[];
|
10927
10928
|
};
|
10929
|
+
required: string[];
|
10928
10930
|
};
|
10929
|
-
|
10930
|
-
|
10931
|
-
|
10932
|
-
|
10933
|
-
|
10934
|
-
|
10935
|
-
|
10936
|
-
|
10937
|
-
|
10938
|
-
|
10939
|
-
|
10940
|
-
|
10941
|
-
|
10942
|
-
|
10943
|
-
|
10944
|
-
|
10945
|
-
|
10946
|
-
|
10947
|
-
|
10948
|
-
|
10949
|
-
|
10950
|
-
|
10951
|
-
|
10952
|
-
|
10953
|
-
|
10954
|
-
|
10955
|
-
|
10956
|
-
|
10957
|
-
|
10958
|
-
|
10959
|
-
|
10960
|
-
|
10961
|
-
|
10962
|
-
|
10963
|
-
|
10964
|
-
|
10965
|
-
|
10966
|
-
|
10967
|
-
|
10968
|
-
|
10969
|
-
|
10970
|
-
|
10971
|
-
|
10972
|
-
|
10973
|
-
|
10974
|
-
|
10975
|
-
|
10976
|
-
|
10977
|
-
|
10978
|
-
|
10979
|
-
example: string;
|
10931
|
+
merchantClassificationCode: {
|
10932
|
+
title: string;
|
10933
|
+
type: string;
|
10934
|
+
pattern: string;
|
10935
|
+
description: string;
|
10936
|
+
};
|
10937
|
+
name: {
|
10938
|
+
title: string;
|
10939
|
+
type: string;
|
10940
|
+
minLength: number;
|
10941
|
+
maxLength: number;
|
10942
|
+
description: string;
|
10943
|
+
};
|
10944
|
+
personalInfo: {
|
10945
|
+
title: string;
|
10946
|
+
type: string;
|
10947
|
+
description: string;
|
10948
|
+
properties: {
|
10949
|
+
complexName: {
|
10950
|
+
title: string;
|
10951
|
+
type: string;
|
10952
|
+
description: string;
|
10953
|
+
properties: {
|
10954
|
+
firstName: {
|
10955
|
+
title: string;
|
10956
|
+
type: string;
|
10957
|
+
minLength: number;
|
10958
|
+
maxLength: number;
|
10959
|
+
pattern: string;
|
10960
|
+
description: string;
|
10961
|
+
example: string;
|
10962
|
+
};
|
10963
|
+
middleName: {
|
10964
|
+
title: string;
|
10965
|
+
type: string;
|
10966
|
+
minLength: number;
|
10967
|
+
maxLength: number;
|
10968
|
+
pattern: string;
|
10969
|
+
description: string;
|
10970
|
+
example: string;
|
10971
|
+
};
|
10972
|
+
lastName: {
|
10973
|
+
title: string;
|
10974
|
+
type: string;
|
10975
|
+
minLength: number;
|
10976
|
+
maxLength: number;
|
10977
|
+
pattern: string;
|
10978
|
+
description: string;
|
10979
|
+
example: string;
|
10980
|
+
};
|
10980
10981
|
};
|
10981
10982
|
};
|
10983
|
+
dateOfBirth: {
|
10984
|
+
title: string;
|
10985
|
+
type: string;
|
10986
|
+
pattern: string;
|
10987
|
+
description: string;
|
10988
|
+
example: string;
|
10989
|
+
};
|
10990
|
+
kycInformation: {
|
10991
|
+
title: string;
|
10992
|
+
type: string;
|
10993
|
+
minLength: number;
|
10994
|
+
maxLength: number;
|
10995
|
+
description: string;
|
10996
|
+
example: string;
|
10997
|
+
};
|
10982
10998
|
};
|
10983
|
-
|
10999
|
+
};
|
11000
|
+
supportedCurrencies: {
|
11001
|
+
type: string;
|
11002
|
+
description: string;
|
11003
|
+
items: {
|
10984
11004
|
title: string;
|
10985
|
-
type: string;
|
10986
|
-
pattern: string;
|
10987
11005
|
description: string;
|
10988
|
-
example: string;
|
10989
|
-
};
|
10990
|
-
kycInformation: {
|
10991
|
-
title: string;
|
10992
11006
|
type: string;
|
10993
11007
|
minLength: number;
|
10994
11008
|
maxLength: number;
|
10995
|
-
|
10996
|
-
example: string;
|
11009
|
+
enum: string[];
|
10997
11010
|
};
|
11011
|
+
minItems: number;
|
11012
|
+
maxItems: number;
|
10998
11013
|
};
|
10999
11014
|
};
|
11000
|
-
|
11001
|
-
|
11002
|
-
|
11003
|
-
|
11015
|
+
required: string[];
|
11016
|
+
};
|
11017
|
+
errorInformation?: undefined;
|
11018
|
+
};
|
11019
|
+
required: string[];
|
11020
|
+
} | {
|
11021
|
+
type: string;
|
11022
|
+
properties: {
|
11023
|
+
errorInformation: {
|
11024
|
+
title: string;
|
11025
|
+
type: string;
|
11026
|
+
description: string;
|
11027
|
+
properties: {
|
11028
|
+
errorCode: {
|
11004
11029
|
title: string;
|
11030
|
+
type: string;
|
11031
|
+
pattern: string;
|
11005
11032
|
description: string;
|
11033
|
+
example: string;
|
11034
|
+
};
|
11035
|
+
errorDescription: {
|
11036
|
+
title: string;
|
11006
11037
|
type: string;
|
11007
11038
|
minLength: number;
|
11008
11039
|
maxLength: number;
|
11009
|
-
|
11040
|
+
description: string;
|
11041
|
+
};
|
11042
|
+
extensionList: {
|
11043
|
+
title: string;
|
11044
|
+
type: string;
|
11045
|
+
description: string;
|
11046
|
+
properties: {
|
11047
|
+
extension: {
|
11048
|
+
type: string;
|
11049
|
+
items: {
|
11050
|
+
title: string;
|
11051
|
+
type: string;
|
11052
|
+
description: string;
|
11053
|
+
properties: {
|
11054
|
+
key: {
|
11055
|
+
title: string;
|
11056
|
+
type: string;
|
11057
|
+
minLength: number;
|
11058
|
+
maxLength: number;
|
11059
|
+
description: string;
|
11060
|
+
};
|
11061
|
+
value: {
|
11062
|
+
title: string;
|
11063
|
+
type: string;
|
11064
|
+
minLength: number;
|
11065
|
+
maxLength: number;
|
11066
|
+
description: string;
|
11067
|
+
};
|
11068
|
+
};
|
11069
|
+
required: string[];
|
11070
|
+
};
|
11071
|
+
minItems: number;
|
11072
|
+
maxItems: number;
|
11073
|
+
description: string;
|
11074
|
+
};
|
11075
|
+
};
|
11076
|
+
required: string[];
|
11010
11077
|
};
|
11011
|
-
minItems: number;
|
11012
|
-
maxItems: number;
|
11013
11078
|
};
|
11079
|
+
required: string[];
|
11014
11080
|
};
|
11015
|
-
|
11081
|
+
party?: undefined;
|
11016
11082
|
};
|
11017
|
-
|
11018
|
-
|
11083
|
+
required: string[];
|
11084
|
+
})[];
|
11019
11085
|
};
|
11020
11086
|
headers: {
|
11021
11087
|
type: string;
|
11022
11088
|
};
|
11023
11089
|
};
|
11090
|
+
required: string[];
|
11024
11091
|
};
|
11025
11092
|
quoteResponse: {
|
11026
11093
|
type: string;
|
@@ -12065,189 +12132,256 @@ export declare namespace Schemas {
|
|
12065
12132
|
enum: string[];
|
12066
12133
|
};
|
12067
12134
|
quoteId: {
|
12068
|
-
title: string;
|
12069
|
-
type: string;
|
12070
|
-
pattern: string;
|
12071
|
-
description: string;
|
12072
|
-
example: string;
|
12073
|
-
};
|
12074
|
-
getPartiesResponse: {
|
12075
|
-
type: string;
|
12076
|
-
|
12077
|
-
|
12078
|
-
|
12079
|
-
|
12080
|
-
|
12081
|
-
|
12082
|
-
|
12083
|
-
|
12084
|
-
|
12085
|
-
|
12086
|
-
|
12087
|
-
|
12088
|
-
|
12089
|
-
|
12090
|
-
|
12091
|
-
|
12092
|
-
|
12093
|
-
|
12094
|
-
|
12095
|
-
|
12096
|
-
|
12097
|
-
|
12098
|
-
|
12099
|
-
|
12100
|
-
|
12101
|
-
|
12102
|
-
|
12103
|
-
|
12104
|
-
|
12105
|
-
|
12106
|
-
|
12107
|
-
|
12108
|
-
|
12109
|
-
|
12110
|
-
|
12111
|
-
|
12112
|
-
|
12113
|
-
|
12114
|
-
|
12115
|
-
|
12116
|
-
|
12117
|
-
|
12118
|
-
|
12119
|
-
|
12120
|
-
|
12121
|
-
|
12122
|
-
|
12123
|
-
|
12124
|
-
|
12125
|
-
type: string;
|
12126
|
-
items: {
|
12127
|
-
title: string;
|
12135
|
+
title: string;
|
12136
|
+
type: string;
|
12137
|
+
pattern: string;
|
12138
|
+
description: string;
|
12139
|
+
example: string;
|
12140
|
+
};
|
12141
|
+
getPartiesResponse: {
|
12142
|
+
type: string;
|
12143
|
+
properties: {
|
12144
|
+
body: {
|
12145
|
+
oneOf: ({
|
12146
|
+
type: string;
|
12147
|
+
properties: {
|
12148
|
+
party: {
|
12149
|
+
title: string;
|
12150
|
+
type: string;
|
12151
|
+
description: string;
|
12152
|
+
properties: {
|
12153
|
+
partyIdInfo: {
|
12154
|
+
title: string;
|
12155
|
+
type: string;
|
12156
|
+
description: string;
|
12157
|
+
properties: {
|
12158
|
+
partyIdType: {
|
12159
|
+
title: string;
|
12160
|
+
type: string;
|
12161
|
+
enum: string[];
|
12162
|
+
description: string;
|
12163
|
+
};
|
12164
|
+
partyIdentifier: {
|
12165
|
+
title: string;
|
12166
|
+
type: string;
|
12167
|
+
minLength: number;
|
12168
|
+
maxLength: number;
|
12169
|
+
description: string;
|
12170
|
+
example: string;
|
12171
|
+
};
|
12172
|
+
partySubIdOrType: {
|
12173
|
+
title: string;
|
12174
|
+
type: string;
|
12175
|
+
minLength: number;
|
12176
|
+
maxLength: number;
|
12177
|
+
description: string;
|
12178
|
+
};
|
12179
|
+
fspId: {
|
12180
|
+
title: string;
|
12181
|
+
type: string;
|
12182
|
+
minLength: number;
|
12183
|
+
maxLength: number;
|
12184
|
+
description: string;
|
12185
|
+
};
|
12186
|
+
extensionList: {
|
12187
|
+
title: string;
|
12188
|
+
type: string;
|
12189
|
+
description: string;
|
12190
|
+
properties: {
|
12191
|
+
extension: {
|
12128
12192
|
type: string;
|
12129
|
-
|
12130
|
-
|
12131
|
-
|
12132
|
-
|
12133
|
-
|
12134
|
-
|
12135
|
-
|
12136
|
-
|
12137
|
-
|
12138
|
-
|
12139
|
-
|
12140
|
-
|
12141
|
-
|
12142
|
-
|
12143
|
-
|
12193
|
+
items: {
|
12194
|
+
title: string;
|
12195
|
+
type: string;
|
12196
|
+
description: string;
|
12197
|
+
properties: {
|
12198
|
+
key: {
|
12199
|
+
title: string;
|
12200
|
+
type: string;
|
12201
|
+
minLength: number;
|
12202
|
+
maxLength: number;
|
12203
|
+
description: string;
|
12204
|
+
};
|
12205
|
+
value: {
|
12206
|
+
title: string;
|
12207
|
+
type: string;
|
12208
|
+
minLength: number;
|
12209
|
+
maxLength: number;
|
12210
|
+
description: string;
|
12211
|
+
};
|
12144
12212
|
};
|
12213
|
+
required: string[];
|
12145
12214
|
};
|
12146
|
-
|
12215
|
+
minItems: number;
|
12216
|
+
maxItems: number;
|
12217
|
+
description: string;
|
12147
12218
|
};
|
12148
|
-
minItems: number;
|
12149
|
-
maxItems: number;
|
12150
|
-
description: string;
|
12151
12219
|
};
|
12220
|
+
required: string[];
|
12152
12221
|
};
|
12153
|
-
required: string[];
|
12154
12222
|
};
|
12223
|
+
required: string[];
|
12155
12224
|
};
|
12156
|
-
|
12157
|
-
|
12158
|
-
|
12159
|
-
|
12160
|
-
|
12161
|
-
|
12162
|
-
|
12163
|
-
|
12164
|
-
|
12165
|
-
|
12166
|
-
|
12167
|
-
|
12168
|
-
|
12169
|
-
|
12170
|
-
|
12171
|
-
|
12172
|
-
|
12173
|
-
|
12174
|
-
|
12175
|
-
|
12176
|
-
|
12177
|
-
|
12178
|
-
|
12179
|
-
|
12180
|
-
|
12181
|
-
|
12182
|
-
|
12183
|
-
|
12184
|
-
|
12185
|
-
|
12186
|
-
|
12187
|
-
|
12188
|
-
|
12189
|
-
|
12190
|
-
|
12191
|
-
|
12192
|
-
|
12193
|
-
|
12194
|
-
|
12195
|
-
|
12196
|
-
|
12197
|
-
|
12198
|
-
|
12199
|
-
|
12200
|
-
|
12201
|
-
|
12202
|
-
|
12203
|
-
|
12204
|
-
|
12205
|
-
|
12206
|
-
example: string;
|
12225
|
+
merchantClassificationCode: {
|
12226
|
+
title: string;
|
12227
|
+
type: string;
|
12228
|
+
pattern: string;
|
12229
|
+
description: string;
|
12230
|
+
};
|
12231
|
+
name: {
|
12232
|
+
title: string;
|
12233
|
+
type: string;
|
12234
|
+
minLength: number;
|
12235
|
+
maxLength: number;
|
12236
|
+
description: string;
|
12237
|
+
};
|
12238
|
+
personalInfo: {
|
12239
|
+
title: string;
|
12240
|
+
type: string;
|
12241
|
+
description: string;
|
12242
|
+
properties: {
|
12243
|
+
complexName: {
|
12244
|
+
title: string;
|
12245
|
+
type: string;
|
12246
|
+
description: string;
|
12247
|
+
properties: {
|
12248
|
+
firstName: {
|
12249
|
+
title: string;
|
12250
|
+
type: string;
|
12251
|
+
minLength: number;
|
12252
|
+
maxLength: number;
|
12253
|
+
pattern: string;
|
12254
|
+
description: string;
|
12255
|
+
example: string;
|
12256
|
+
};
|
12257
|
+
middleName: {
|
12258
|
+
title: string;
|
12259
|
+
type: string;
|
12260
|
+
minLength: number;
|
12261
|
+
maxLength: number;
|
12262
|
+
pattern: string;
|
12263
|
+
description: string;
|
12264
|
+
example: string;
|
12265
|
+
};
|
12266
|
+
lastName: {
|
12267
|
+
title: string;
|
12268
|
+
type: string;
|
12269
|
+
minLength: number;
|
12270
|
+
maxLength: number;
|
12271
|
+
pattern: string;
|
12272
|
+
description: string;
|
12273
|
+
example: string;
|
12274
|
+
};
|
12207
12275
|
};
|
12208
12276
|
};
|
12277
|
+
dateOfBirth: {
|
12278
|
+
title: string;
|
12279
|
+
type: string;
|
12280
|
+
pattern: string;
|
12281
|
+
description: string;
|
12282
|
+
example: string;
|
12283
|
+
};
|
12284
|
+
kycInformation: {
|
12285
|
+
title: string;
|
12286
|
+
type: string;
|
12287
|
+
minLength: number;
|
12288
|
+
maxLength: number;
|
12289
|
+
description: string;
|
12290
|
+
example: string;
|
12291
|
+
};
|
12209
12292
|
};
|
12210
|
-
|
12293
|
+
};
|
12294
|
+
supportedCurrencies: {
|
12295
|
+
type: string;
|
12296
|
+
description: string;
|
12297
|
+
items: {
|
12211
12298
|
title: string;
|
12212
|
-
type: string;
|
12213
|
-
pattern: string;
|
12214
12299
|
description: string;
|
12215
|
-
example: string;
|
12216
|
-
};
|
12217
|
-
kycInformation: {
|
12218
|
-
title: string;
|
12219
12300
|
type: string;
|
12220
12301
|
minLength: number;
|
12221
12302
|
maxLength: number;
|
12222
|
-
|
12223
|
-
example: string;
|
12303
|
+
enum: string[];
|
12224
12304
|
};
|
12305
|
+
minItems: number;
|
12306
|
+
maxItems: number;
|
12225
12307
|
};
|
12226
12308
|
};
|
12227
|
-
|
12228
|
-
|
12229
|
-
|
12230
|
-
|
12309
|
+
required: string[];
|
12310
|
+
};
|
12311
|
+
errorInformation?: undefined;
|
12312
|
+
};
|
12313
|
+
required: string[];
|
12314
|
+
} | {
|
12315
|
+
type: string;
|
12316
|
+
properties: {
|
12317
|
+
errorInformation: {
|
12318
|
+
title: string;
|
12319
|
+
type: string;
|
12320
|
+
description: string;
|
12321
|
+
properties: {
|
12322
|
+
errorCode: {
|
12231
12323
|
title: string;
|
12324
|
+
type: string;
|
12325
|
+
pattern: string;
|
12232
12326
|
description: string;
|
12327
|
+
example: string;
|
12328
|
+
};
|
12329
|
+
errorDescription: {
|
12330
|
+
title: string;
|
12233
12331
|
type: string;
|
12234
12332
|
minLength: number;
|
12235
12333
|
maxLength: number;
|
12236
|
-
|
12334
|
+
description: string;
|
12335
|
+
};
|
12336
|
+
extensionList: {
|
12337
|
+
title: string;
|
12338
|
+
type: string;
|
12339
|
+
description: string;
|
12340
|
+
properties: {
|
12341
|
+
extension: {
|
12342
|
+
type: string;
|
12343
|
+
items: {
|
12344
|
+
title: string;
|
12345
|
+
type: string;
|
12346
|
+
description: string;
|
12347
|
+
properties: {
|
12348
|
+
key: {
|
12349
|
+
title: string;
|
12350
|
+
type: string;
|
12351
|
+
minLength: number;
|
12352
|
+
maxLength: number;
|
12353
|
+
description: string;
|
12354
|
+
};
|
12355
|
+
value: {
|
12356
|
+
title: string;
|
12357
|
+
type: string;
|
12358
|
+
minLength: number;
|
12359
|
+
maxLength: number;
|
12360
|
+
description: string;
|
12361
|
+
};
|
12362
|
+
};
|
12363
|
+
required: string[];
|
12364
|
+
};
|
12365
|
+
minItems: number;
|
12366
|
+
maxItems: number;
|
12367
|
+
description: string;
|
12368
|
+
};
|
12369
|
+
};
|
12370
|
+
required: string[];
|
12237
12371
|
};
|
12238
|
-
minItems: number;
|
12239
|
-
maxItems: number;
|
12240
12372
|
};
|
12373
|
+
required: string[];
|
12241
12374
|
};
|
12242
|
-
|
12375
|
+
party?: undefined;
|
12243
12376
|
};
|
12244
|
-
|
12245
|
-
|
12377
|
+
required: string[];
|
12378
|
+
})[];
|
12246
12379
|
};
|
12247
12380
|
headers: {
|
12248
12381
|
type: string;
|
12249
12382
|
};
|
12250
12383
|
};
|
12384
|
+
required: string[];
|
12251
12385
|
};
|
12252
12386
|
quoteResponse: {
|
12253
12387
|
type: string;
|