@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.
@@ -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
- 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: {
10898
- type: string;
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
- 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;
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
- required: string[];
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
- required: string[];
10930
- };
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;
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
- dateOfBirth: {
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
- description: string;
10996
- example: string;
11009
+ enum: string[];
10997
11010
  };
11011
+ minItems: number;
11012
+ maxItems: number;
10998
11013
  };
10999
11014
  };
11000
- supportedCurrencies: {
11001
- type: string;
11002
- description: string;
11003
- items: {
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
- enum: string[];
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
- required: string[];
11081
+ party?: undefined;
11016
11082
  };
11017
- };
11018
- required: string[];
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
- required: string[];
12077
- properties: {
12078
- body: {
12079
- type: string;
12080
- properties: {
12081
- party: {
12082
- title: string;
12083
- type: string;
12084
- description: string;
12085
- properties: {
12086
- partyIdInfo: {
12087
- title: string;
12088
- type: string;
12089
- description: string;
12090
- properties: {
12091
- partyIdType: {
12092
- title: string;
12093
- type: string;
12094
- enum: string[];
12095
- description: string;
12096
- };
12097
- partyIdentifier: {
12098
- title: string;
12099
- type: string;
12100
- minLength: number;
12101
- maxLength: number;
12102
- description: string;
12103
- example: string;
12104
- };
12105
- partySubIdOrType: {
12106
- title: string;
12107
- type: string;
12108
- minLength: number;
12109
- maxLength: number;
12110
- description: string;
12111
- };
12112
- fspId: {
12113
- title: string;
12114
- type: string;
12115
- minLength: number;
12116
- maxLength: number;
12117
- description: string;
12118
- };
12119
- extensionList: {
12120
- title: string;
12121
- type: string;
12122
- description: string;
12123
- properties: {
12124
- extension: {
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
- description: string;
12130
- properties: {
12131
- key: {
12132
- title: string;
12133
- type: string;
12134
- minLength: number;
12135
- maxLength: number;
12136
- description: string;
12137
- };
12138
- value: {
12139
- title: string;
12140
- type: string;
12141
- minLength: number;
12142
- maxLength: number;
12143
- description: string;
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
- required: string[];
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
- required: string[];
12157
- };
12158
- merchantClassificationCode: {
12159
- title: string;
12160
- type: string;
12161
- pattern: string;
12162
- description: string;
12163
- };
12164
- name: {
12165
- title: string;
12166
- type: string;
12167
- minLength: number;
12168
- maxLength: number;
12169
- description: string;
12170
- };
12171
- personalInfo: {
12172
- title: string;
12173
- type: string;
12174
- description: string;
12175
- properties: {
12176
- complexName: {
12177
- title: string;
12178
- type: string;
12179
- description: string;
12180
- properties: {
12181
- firstName: {
12182
- title: string;
12183
- type: string;
12184
- minLength: number;
12185
- maxLength: number;
12186
- pattern: string;
12187
- description: string;
12188
- example: string;
12189
- };
12190
- middleName: {
12191
- title: string;
12192
- type: string;
12193
- minLength: number;
12194
- maxLength: number;
12195
- pattern: string;
12196
- description: string;
12197
- example: string;
12198
- };
12199
- lastName: {
12200
- title: string;
12201
- type: string;
12202
- minLength: number;
12203
- maxLength: number;
12204
- pattern: string;
12205
- description: string;
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
- dateOfBirth: {
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
- description: string;
12223
- example: string;
12303
+ enum: string[];
12224
12304
  };
12305
+ minItems: number;
12306
+ maxItems: number;
12225
12307
  };
12226
12308
  };
12227
- supportedCurrencies: {
12228
- type: string;
12229
- description: string;
12230
- items: {
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
- enum: string[];
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
- required: string[];
12375
+ party?: undefined;
12243
12376
  };
12244
- };
12245
- required: string[];
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;