@mojaloop/api-snippets 17.7.5 → 17.7.7

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,175 +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
- title: string;
10853
- type: string;
10854
- description: string;
10855
- properties: {
10856
- partyIdInfo: {
10857
- title: string;
10858
- type: string;
10859
- description: string;
10860
- properties: {
10861
- partyIdType: {
10862
- title: string;
10863
- type: string;
10864
- enum: string[];
10865
- description: string;
10866
- };
10867
- partyIdentifier: {
10868
- title: string;
10869
- type: string;
10870
- minLength: number;
10871
- maxLength: number;
10872
- description: string;
10873
- example: string;
10874
- };
10875
- partySubIdOrType: {
10876
- title: string;
10877
- type: string;
10878
- minLength: number;
10879
- maxLength: number;
10880
- description: string;
10881
- };
10882
- fspId: {
10883
- title: string;
10884
- type: string;
10885
- minLength: number;
10886
- maxLength: number;
10887
- description: string;
10888
- };
10889
- extensionList: {
10890
- title: string;
10891
- type: string;
10892
- description: string;
10893
- properties: {
10894
- extension: {
10895
- type: string;
10896
- items: {
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: {
10897
10893
  title: string;
10898
10894
  type: string;
10899
10895
  description: string;
10900
10896
  properties: {
10901
- key: {
10897
+ extension: {
10898
+ type: 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
+ };
10918
+ };
10919
+ required: string[];
10920
+ };
10921
+ minItems: number;
10922
+ maxItems: number;
10923
+ description: string;
10924
+ };
10925
+ };
10926
+ required: string[];
10927
+ };
10928
+ };
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: {
10902
10955
  title: string;
10903
10956
  type: string;
10904
10957
  minLength: number;
10905
10958
  maxLength: number;
10959
+ pattern: string;
10906
10960
  description: string;
10961
+ example: string;
10907
10962
  };
10908
- value: {
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: {
10909
10973
  title: string;
10910
10974
  type: string;
10911
10975
  minLength: number;
10912
10976
  maxLength: number;
10977
+ pattern: string;
10913
10978
  description: string;
10979
+ example: string;
10914
10980
  };
10915
10981
  };
10916
- required: string[];
10917
10982
  };
10918
- minItems: number;
10919
- maxItems: number;
10920
- description: string;
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
+ };
10921
10998
  };
10922
10999
  };
10923
- required: string[];
10924
- };
10925
- };
10926
- required: string[];
10927
- };
10928
- merchantClassificationCode: {
10929
- title: string;
10930
- type: string;
10931
- pattern: string;
10932
- description: string;
10933
- };
10934
- name: {
10935
- title: string;
10936
- type: string;
10937
- minLength: number;
10938
- maxLength: number;
10939
- description: string;
10940
- };
10941
- personalInfo: {
10942
- title: string;
10943
- type: string;
10944
- description: string;
10945
- properties: {
10946
- complexName: {
10947
- title: string;
10948
- type: string;
10949
- description: string;
10950
- properties: {
10951
- firstName: {
10952
- title: string;
10953
- type: string;
10954
- minLength: number;
10955
- maxLength: number;
10956
- pattern: string;
10957
- description: string;
10958
- example: string;
10959
- };
10960
- middleName: {
11000
+ supportedCurrencies: {
11001
+ type: string;
11002
+ description: string;
11003
+ items: {
10961
11004
  title: string;
10962
- type: string;
10963
- minLength: number;
10964
- maxLength: number;
10965
- pattern: string;
10966
11005
  description: string;
10967
- example: string;
10968
- };
10969
- lastName: {
10970
- title: string;
10971
11006
  type: string;
10972
11007
  minLength: number;
10973
11008
  maxLength: number;
10974
- pattern: string;
10975
- description: string;
10976
- example: string;
11009
+ enum: string[];
10977
11010
  };
11011
+ minItems: number;
11012
+ maxItems: number;
10978
11013
  };
10979
11014
  };
10980
- dateOfBirth: {
10981
- title: string;
10982
- type: string;
10983
- pattern: string;
10984
- description: string;
10985
- example: string;
10986
- };
10987
- kycInformation: {
10988
- title: string;
10989
- type: string;
10990
- minLength: number;
10991
- maxLength: number;
10992
- description: string;
10993
- example: string;
10994
- };
11015
+ required: string[];
10995
11016
  };
11017
+ errorInformation?: undefined;
10996
11018
  };
10997
- supportedCurrencies: {
10998
- type: string;
10999
- description: string;
11000
- items: {
11019
+ required: string[];
11020
+ } | {
11021
+ type: string;
11022
+ properties: {
11023
+ errorInformation: {
11001
11024
  title: string;
11002
- description: string;
11003
11025
  type: string;
11004
- minLength: number;
11005
- maxLength: number;
11006
- enum: string[];
11026
+ description: string;
11027
+ properties: {
11028
+ errorCode: {
11029
+ title: string;
11030
+ type: string;
11031
+ pattern: string;
11032
+ description: string;
11033
+ example: string;
11034
+ };
11035
+ errorDescription: {
11036
+ title: string;
11037
+ type: string;
11038
+ minLength: number;
11039
+ maxLength: number;
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[];
11077
+ };
11078
+ };
11079
+ required: string[];
11007
11080
  };
11008
- minItems: number;
11009
- maxItems: number;
11081
+ party?: undefined;
11010
11082
  };
11011
- };
11012
- required: string[];
11083
+ required: string[];
11084
+ })[];
11013
11085
  };
11014
11086
  headers: {
11015
11087
  type: string;
11016
11088
  };
11017
11089
  };
11090
+ required: string[];
11018
11091
  };
11019
11092
  quoteResponse: {
11020
11093
  type: string;
@@ -12055,187 +12128,260 @@ export declare namespace Schemas {
12055
12128
  example: string;
12056
12129
  };
12057
12130
  currentState: {
12058
- type: string;
12059
- enum: string[];
12060
- };
12061
- quoteId: {
12062
- title: string;
12063
- type: string;
12064
- pattern: string;
12065
- description: string;
12066
- example: string;
12067
- };
12068
- getPartiesResponse: {
12069
- type: string;
12070
- required: string[];
12071
- properties: {
12072
- body: {
12073
- title: string;
12074
- type: string;
12075
- description: string;
12076
- properties: {
12077
- partyIdInfo: {
12078
- title: string;
12079
- type: string;
12080
- description: string;
12081
- properties: {
12082
- partyIdType: {
12083
- title: string;
12084
- type: string;
12085
- enum: string[];
12086
- description: string;
12087
- };
12088
- partyIdentifier: {
12089
- title: string;
12090
- type: string;
12091
- minLength: number;
12092
- maxLength: number;
12093
- description: string;
12094
- example: string;
12095
- };
12096
- partySubIdOrType: {
12097
- title: string;
12098
- type: string;
12099
- minLength: number;
12100
- maxLength: number;
12101
- description: string;
12102
- };
12103
- fspId: {
12104
- title: string;
12105
- type: string;
12106
- minLength: number;
12107
- maxLength: number;
12108
- description: string;
12109
- };
12110
- extensionList: {
12111
- title: string;
12112
- type: string;
12113
- description: string;
12114
- properties: {
12115
- extension: {
12116
- type: string;
12117
- items: {
12131
+ type: string;
12132
+ enum: string[];
12133
+ };
12134
+ quoteId: {
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: {
12118
12187
  title: string;
12119
12188
  type: string;
12120
12189
  description: string;
12121
12190
  properties: {
12122
- key: {
12191
+ extension: {
12192
+ type: 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
+ };
12212
+ };
12213
+ required: string[];
12214
+ };
12215
+ minItems: number;
12216
+ maxItems: number;
12217
+ description: string;
12218
+ };
12219
+ };
12220
+ required: string[];
12221
+ };
12222
+ };
12223
+ required: string[];
12224
+ };
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: {
12123
12249
  title: string;
12124
12250
  type: string;
12125
12251
  minLength: number;
12126
12252
  maxLength: number;
12253
+ pattern: string;
12127
12254
  description: string;
12255
+ example: string;
12128
12256
  };
12129
- value: {
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: {
12130
12267
  title: string;
12131
12268
  type: string;
12132
12269
  minLength: number;
12133
12270
  maxLength: number;
12271
+ pattern: string;
12134
12272
  description: string;
12273
+ example: string;
12135
12274
  };
12136
12275
  };
12137
- required: string[];
12138
12276
  };
12139
- minItems: number;
12140
- maxItems: number;
12141
- description: string;
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
+ };
12142
12292
  };
12143
12293
  };
12144
- required: string[];
12145
- };
12146
- };
12147
- required: string[];
12148
- };
12149
- merchantClassificationCode: {
12150
- title: string;
12151
- type: string;
12152
- pattern: string;
12153
- description: string;
12154
- };
12155
- name: {
12156
- title: string;
12157
- type: string;
12158
- minLength: number;
12159
- maxLength: number;
12160
- description: string;
12161
- };
12162
- personalInfo: {
12163
- title: string;
12164
- type: string;
12165
- description: string;
12166
- properties: {
12167
- complexName: {
12168
- title: string;
12169
- type: string;
12170
- description: string;
12171
- properties: {
12172
- firstName: {
12173
- title: string;
12174
- type: string;
12175
- minLength: number;
12176
- maxLength: number;
12177
- pattern: string;
12178
- description: string;
12179
- example: string;
12180
- };
12181
- middleName: {
12294
+ supportedCurrencies: {
12295
+ type: string;
12296
+ description: string;
12297
+ items: {
12182
12298
  title: string;
12183
- type: string;
12184
- minLength: number;
12185
- maxLength: number;
12186
- pattern: string;
12187
12299
  description: string;
12188
- example: string;
12189
- };
12190
- lastName: {
12191
- title: string;
12192
12300
  type: string;
12193
12301
  minLength: number;
12194
12302
  maxLength: number;
12195
- pattern: string;
12196
- description: string;
12197
- example: string;
12303
+ enum: string[];
12198
12304
  };
12305
+ minItems: number;
12306
+ maxItems: number;
12199
12307
  };
12200
12308
  };
12201
- dateOfBirth: {
12202
- title: string;
12203
- type: string;
12204
- pattern: string;
12205
- description: string;
12206
- example: string;
12207
- };
12208
- kycInformation: {
12209
- title: string;
12210
- type: string;
12211
- minLength: number;
12212
- maxLength: number;
12213
- description: string;
12214
- example: string;
12215
- };
12309
+ required: string[];
12216
12310
  };
12311
+ errorInformation?: undefined;
12217
12312
  };
12218
- supportedCurrencies: {
12219
- type: string;
12220
- description: string;
12221
- items: {
12313
+ required: string[];
12314
+ } | {
12315
+ type: string;
12316
+ properties: {
12317
+ errorInformation: {
12222
12318
  title: string;
12223
- description: string;
12224
12319
  type: string;
12225
- minLength: number;
12226
- maxLength: number;
12227
- enum: string[];
12320
+ description: string;
12321
+ properties: {
12322
+ errorCode: {
12323
+ title: string;
12324
+ type: string;
12325
+ pattern: string;
12326
+ description: string;
12327
+ example: string;
12328
+ };
12329
+ errorDescription: {
12330
+ title: string;
12331
+ type: string;
12332
+ minLength: number;
12333
+ maxLength: number;
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[];
12371
+ };
12372
+ };
12373
+ required: string[];
12228
12374
  };
12229
- minItems: number;
12230
- maxItems: number;
12375
+ party?: undefined;
12231
12376
  };
12232
- };
12233
- required: string[];
12377
+ required: string[];
12378
+ })[];
12234
12379
  };
12235
12380
  headers: {
12236
12381
  type: string;
12237
12382
  };
12238
12383
  };
12384
+ required: string[];
12239
12385
  };
12240
12386
  quoteResponse: {
12241
12387
  type: string;