@mojaloop/api-snippets 17.0.4 → 17.0.5-snapshot.0

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.
@@ -7949,24 +7949,21 @@ export declare namespace Schemas {
7949
7949
  };
7950
7950
  };
7951
7951
  };
7952
- const AuthenticationType: {
7953
- title: string;
7954
- type: string;
7955
- enum: string[];
7956
- description: string;
7957
- example: string;
7958
- };
7959
- const TransactionRequestState: {
7960
- title: string;
7952
+ const transferStatus: {
7961
7953
  type: string;
7962
7954
  enum: string[];
7963
- description: string;
7964
- example: string;
7965
7955
  };
7966
7956
  const requestToPayResponse: {
7967
7957
  type: string;
7968
7958
  required: string[];
7969
7959
  properties: {
7960
+ requestToPayId: {
7961
+ title: string;
7962
+ type: string;
7963
+ pattern: string;
7964
+ description: string;
7965
+ example: string;
7966
+ };
7970
7967
  transactionRequestId: {
7971
7968
  title: string;
7972
7969
  type: string;
@@ -7974,6 +7971,10 @@ export declare namespace Schemas {
7974
7971
  description: string;
7975
7972
  example: string;
7976
7973
  };
7974
+ homeTransactionId: {
7975
+ type: string;
7976
+ description: string;
7977
+ };
7977
7978
  from: {
7978
7979
  type: string;
7979
7980
  required: string[];
@@ -8238,116 +8239,245 @@ export declare namespace Schemas {
8238
8239
  description: string;
8239
8240
  example: string;
8240
8241
  };
8241
- authenticationType: {
8242
- title: string;
8242
+ currentState: {
8243
8243
  type: string;
8244
8244
  enum: string[];
8245
- description: string;
8246
- example: string;
8247
8245
  };
8248
- requestToPayState: {
8249
- title: string;
8246
+ getPartiesResponse: {
8247
+ type: string;
8248
+ required: string[];
8249
+ properties: {
8250
+ body: {
8251
+ type: string;
8252
+ };
8253
+ headers: {
8254
+ type: string;
8255
+ };
8256
+ };
8257
+ };
8258
+ lastError: {
8250
8259
  type: string;
8251
- enum: string[];
8252
8260
  description: string;
8253
- example: string;
8261
+ properties: {
8262
+ httpStatusCode: {
8263
+ type: string;
8264
+ description: string;
8265
+ };
8266
+ mojaloopError: {
8267
+ type: string;
8268
+ properties: {
8269
+ errorInformation: {
8270
+ title: string;
8271
+ type: string;
8272
+ description: string;
8273
+ properties: {
8274
+ errorCode: {
8275
+ title: string;
8276
+ type: string;
8277
+ pattern: string;
8278
+ description: string;
8279
+ example: string;
8280
+ };
8281
+ errorDescription: {
8282
+ title: string;
8283
+ type: string;
8284
+ minLength: number;
8285
+ maxLength: number;
8286
+ description: string;
8287
+ };
8288
+ extensionList: {
8289
+ title: string;
8290
+ type: string;
8291
+ description: string;
8292
+ properties: {
8293
+ extension: {
8294
+ type: string;
8295
+ items: {
8296
+ title: string;
8297
+ type: string;
8298
+ description: string;
8299
+ properties: {
8300
+ key: {
8301
+ title: string;
8302
+ type: string;
8303
+ minLength: number;
8304
+ maxLength: number;
8305
+ description: string;
8306
+ };
8307
+ value: {
8308
+ title: string;
8309
+ type: string;
8310
+ minLength: number;
8311
+ maxLength: number;
8312
+ description: string;
8313
+ };
8314
+ };
8315
+ required: string[];
8316
+ };
8317
+ minItems: number;
8318
+ maxItems: number;
8319
+ description: string;
8320
+ };
8321
+ };
8322
+ required: string[];
8323
+ };
8324
+ };
8325
+ required: string[];
8326
+ };
8327
+ };
8328
+ };
8329
+ };
8254
8330
  };
8255
8331
  };
8256
8332
  };
8257
- const requestToPayTransferRequest: {
8333
+ const QuotesIDPutResponse: {
8334
+ title: string;
8258
8335
  type: string;
8259
- required: string[];
8336
+ description: string;
8260
8337
  properties: {
8261
- requestToPayTransactionId: {
8338
+ transferAmount: {
8339
+ title: string;
8262
8340
  type: string;
8263
8341
  description: string;
8264
- };
8265
- from: {
8266
- type: string;
8267
- required: string[];
8268
8342
  properties: {
8269
- type: {
8343
+ currency: {
8270
8344
  title: string;
8271
- type: string;
8272
- enum: string[];
8273
8345
  description: string;
8274
- example: string;
8275
- };
8276
- idType: {
8277
- title: string;
8278
8346
  type: string;
8347
+ minLength: number;
8348
+ maxLength: number;
8279
8349
  enum: string[];
8280
- description: string;
8281
8350
  };
8282
- idValue: {
8351
+ amount: {
8283
8352
  title: string;
8284
8353
  type: string;
8285
- minLength: number;
8286
- maxLength: number;
8354
+ pattern: string;
8287
8355
  description: string;
8288
8356
  example: string;
8289
8357
  };
8290
- idSubValue: {
8358
+ };
8359
+ required: string[];
8360
+ };
8361
+ payeeReceiveAmount: {
8362
+ title: string;
8363
+ type: string;
8364
+ description: string;
8365
+ properties: {
8366
+ currency: {
8291
8367
  title: string;
8368
+ description: string;
8292
8369
  type: string;
8293
8370
  minLength: number;
8294
8371
  maxLength: number;
8295
- description: string;
8372
+ enum: string[];
8296
8373
  };
8297
- displayName: {
8374
+ amount: {
8298
8375
  title: string;
8299
8376
  type: string;
8300
8377
  pattern: string;
8301
8378
  description: string;
8379
+ example: string;
8302
8380
  };
8303
- firstName: {
8381
+ };
8382
+ required: string[];
8383
+ };
8384
+ payeeFspFee: {
8385
+ title: string;
8386
+ type: string;
8387
+ description: string;
8388
+ properties: {
8389
+ currency: {
8304
8390
  title: string;
8391
+ description: string;
8305
8392
  type: string;
8306
8393
  minLength: number;
8307
8394
  maxLength: number;
8308
- pattern: string;
8309
- description: string;
8310
- example: string;
8395
+ enum: string[];
8311
8396
  };
8312
- middleName: {
8397
+ amount: {
8313
8398
  title: string;
8314
8399
  type: string;
8315
- minLength: number;
8316
- maxLength: number;
8317
8400
  pattern: string;
8318
8401
  description: string;
8319
8402
  example: string;
8320
8403
  };
8321
- lastName: {
8404
+ };
8405
+ required: string[];
8406
+ };
8407
+ payeeFspCommission: {
8408
+ title: string;
8409
+ type: string;
8410
+ description: string;
8411
+ properties: {
8412
+ currency: {
8322
8413
  title: string;
8414
+ description: string;
8323
8415
  type: string;
8324
8416
  minLength: number;
8325
8417
  maxLength: number;
8326
- pattern: string;
8327
- description: string;
8328
- example: string;
8418
+ enum: string[];
8329
8419
  };
8330
- dateOfBirth: {
8420
+ amount: {
8331
8421
  title: string;
8332
8422
  type: string;
8333
8423
  pattern: string;
8334
8424
  description: string;
8335
8425
  example: string;
8336
8426
  };
8337
- merchantClassificationCode: {
8427
+ };
8428
+ required: string[];
8429
+ };
8430
+ expiration: {
8431
+ title: string;
8432
+ type: string;
8433
+ pattern: string;
8434
+ description: string;
8435
+ example: string;
8436
+ };
8437
+ geoCode: {
8438
+ title: string;
8439
+ type: string;
8440
+ description: string;
8441
+ properties: {
8442
+ latitude: {
8338
8443
  title: string;
8339
8444
  type: string;
8340
8445
  pattern: string;
8341
8446
  description: string;
8447
+ example: string;
8342
8448
  };
8343
- fspId: {
8449
+ longitude: {
8344
8450
  title: string;
8345
8451
  type: string;
8346
- minLength: number;
8347
- maxLength: number;
8452
+ pattern: string;
8348
8453
  description: string;
8454
+ example: string;
8349
8455
  };
8350
- extensionList: {
8456
+ };
8457
+ required: string[];
8458
+ };
8459
+ ilpPacket: {
8460
+ title: string;
8461
+ type: string;
8462
+ pattern: string;
8463
+ minLength: number;
8464
+ maxLength: number;
8465
+ description: string;
8466
+ example: string;
8467
+ };
8468
+ condition: {
8469
+ title: string;
8470
+ type: string;
8471
+ pattern: string;
8472
+ maxLength: number;
8473
+ description: string;
8474
+ };
8475
+ extensionList: {
8476
+ title: string;
8477
+ type: string;
8478
+ description: string;
8479
+ properties: {
8480
+ extension: {
8351
8481
  type: string;
8352
8482
  items: {
8353
8483
  title: string;
@@ -8373,15 +8503,101 @@ export declare namespace Schemas {
8373
8503
  };
8374
8504
  minItems: number;
8375
8505
  maxItems: number;
8506
+ description: string;
8376
8507
  };
8377
8508
  };
8509
+ required: string[];
8378
8510
  };
8379
- to: {
8511
+ };
8512
+ required: string[];
8513
+ };
8514
+ const TransfersIDPutResponse: {
8515
+ title: string;
8516
+ type: string;
8517
+ description: string;
8518
+ properties: {
8519
+ fulfilment: {
8520
+ title: string;
8380
8521
  type: string;
8381
- required: string[];
8382
- properties: {
8383
- type: {
8384
- title: string;
8522
+ pattern: string;
8523
+ maxLength: number;
8524
+ description: string;
8525
+ example: string;
8526
+ };
8527
+ completedTimestamp: {
8528
+ title: string;
8529
+ type: string;
8530
+ pattern: string;
8531
+ description: string;
8532
+ example: string;
8533
+ };
8534
+ transferState: {
8535
+ title: string;
8536
+ type: string;
8537
+ enum: string[];
8538
+ description: string;
8539
+ example: string;
8540
+ };
8541
+ extensionList: {
8542
+ title: string;
8543
+ type: string;
8544
+ description: string;
8545
+ properties: {
8546
+ extension: {
8547
+ type: string;
8548
+ items: {
8549
+ title: string;
8550
+ type: string;
8551
+ description: string;
8552
+ properties: {
8553
+ key: {
8554
+ title: string;
8555
+ type: string;
8556
+ minLength: number;
8557
+ maxLength: number;
8558
+ description: string;
8559
+ };
8560
+ value: {
8561
+ title: string;
8562
+ type: string;
8563
+ minLength: number;
8564
+ maxLength: number;
8565
+ description: string;
8566
+ };
8567
+ };
8568
+ required: string[];
8569
+ };
8570
+ minItems: number;
8571
+ maxItems: number;
8572
+ description: string;
8573
+ };
8574
+ };
8575
+ required: string[];
8576
+ };
8577
+ };
8578
+ required: string[];
8579
+ };
8580
+ const transferResponse: {
8581
+ type: string;
8582
+ required: string[];
8583
+ properties: {
8584
+ transferId: {
8585
+ title: string;
8586
+ type: string;
8587
+ pattern: string;
8588
+ description: string;
8589
+ example: string;
8590
+ };
8591
+ homeTransactionId: {
8592
+ type: string;
8593
+ description: string;
8594
+ };
8595
+ from: {
8596
+ type: string;
8597
+ required: string[];
8598
+ properties: {
8599
+ type: {
8600
+ title: string;
8385
8601
  type: string;
8386
8602
  enum: string[];
8387
8603
  description: string;
@@ -8490,270 +8706,92 @@ export declare namespace Schemas {
8490
8706
  };
8491
8707
  };
8492
8708
  };
8493
- amountType: {
8494
- title: string;
8495
- type: string;
8496
- enum: string[];
8497
- description: string;
8498
- example: string;
8499
- };
8500
- currency: {
8501
- title: string;
8502
- description: string;
8503
- type: string;
8504
- minLength: number;
8505
- maxLength: number;
8506
- enum: string[];
8507
- };
8508
- amount: {
8509
- title: string;
8510
- type: string;
8511
- pattern: string;
8512
- description: string;
8513
- example: string;
8514
- };
8515
- scenario: {
8516
- title: string;
8709
+ to: {
8517
8710
  type: string;
8518
- description: string;
8711
+ required: string[];
8519
8712
  properties: {
8520
- scenario: {
8713
+ type: {
8521
8714
  title: string;
8522
8715
  type: string;
8523
8716
  enum: string[];
8524
8717
  description: string;
8525
8718
  example: string;
8526
8719
  };
8527
- subScenario: {
8528
- title: string;
8529
- type: string;
8530
- pattern: string;
8531
- description: string;
8532
- example: string;
8533
- };
8534
- initiator: {
8720
+ idType: {
8535
8721
  title: string;
8536
8722
  type: string;
8537
8723
  enum: string[];
8538
8724
  description: string;
8539
- example: string;
8540
8725
  };
8541
- initiatorType: {
8726
+ idValue: {
8542
8727
  title: string;
8543
8728
  type: string;
8544
- enum: string[];
8729
+ minLength: number;
8730
+ maxLength: number;
8545
8731
  description: string;
8546
8732
  example: string;
8547
8733
  };
8548
- refundInfo: {
8734
+ idSubValue: {
8549
8735
  title: string;
8550
8736
  type: string;
8737
+ minLength: number;
8738
+ maxLength: number;
8551
8739
  description: string;
8552
- properties: {
8553
- originalTransactionId: {
8554
- title: string;
8555
- type: string;
8556
- pattern: string;
8557
- description: string;
8558
- example: string;
8559
- };
8560
- refundReason: {
8561
- title: string;
8562
- type: string;
8563
- minLength: number;
8564
- maxLength: number;
8565
- description: string;
8566
- example: string;
8567
- };
8568
- };
8569
- required: string[];
8570
8740
  };
8571
- balanceOfPayments: {
8741
+ displayName: {
8572
8742
  title: string;
8573
8743
  type: string;
8574
8744
  pattern: string;
8575
8745
  description: string;
8576
- example: string;
8577
8746
  };
8578
- };
8579
- required: string[];
8580
- };
8581
- initiator: {
8582
- title: string;
8583
- type: string;
8584
- enum: string[];
8585
- description: string;
8586
- example: string;
8587
- };
8588
- initiatorType: {
8589
- title: string;
8590
- type: string;
8591
- enum: string[];
8592
- description: string;
8593
- example: string;
8594
- };
8595
- note: {
8596
- title: string;
8597
- type: string;
8598
- minLength: number;
8599
- maxLength: number;
8600
- description: string;
8601
- example: string;
8602
- };
8603
- };
8604
- };
8605
- const transferStatus: {
8606
- type: string;
8607
- enum: string[];
8608
- };
8609
- const QuotesIDPutResponse: {
8610
- title: string;
8611
- type: string;
8612
- description: string;
8613
- properties: {
8614
- transferAmount: {
8615
- title: string;
8616
- type: string;
8617
- description: string;
8618
- properties: {
8619
- currency: {
8747
+ firstName: {
8620
8748
  title: string;
8621
- description: string;
8622
8749
  type: string;
8623
8750
  minLength: number;
8624
8751
  maxLength: number;
8625
- enum: string[];
8626
- };
8627
- amount: {
8628
- title: string;
8629
- type: string;
8630
8752
  pattern: string;
8631
8753
  description: string;
8632
8754
  example: string;
8633
8755
  };
8634
- };
8635
- required: string[];
8636
- };
8637
- payeeReceiveAmount: {
8638
- title: string;
8639
- type: string;
8640
- description: string;
8641
- properties: {
8642
- currency: {
8756
+ middleName: {
8643
8757
  title: string;
8644
- description: string;
8645
8758
  type: string;
8646
8759
  minLength: number;
8647
8760
  maxLength: number;
8648
- enum: string[];
8649
- };
8650
- amount: {
8651
- title: string;
8652
- type: string;
8653
8761
  pattern: string;
8654
8762
  description: string;
8655
8763
  example: string;
8656
8764
  };
8657
- };
8658
- required: string[];
8659
- };
8660
- payeeFspFee: {
8661
- title: string;
8662
- type: string;
8663
- description: string;
8664
- properties: {
8665
- currency: {
8765
+ lastName: {
8666
8766
  title: string;
8667
- description: string;
8668
8767
  type: string;
8669
8768
  minLength: number;
8670
8769
  maxLength: number;
8671
- enum: string[];
8770
+ pattern: string;
8771
+ description: string;
8772
+ example: string;
8672
8773
  };
8673
- amount: {
8774
+ dateOfBirth: {
8674
8775
  title: string;
8675
8776
  type: string;
8676
8777
  pattern: string;
8677
8778
  description: string;
8678
8779
  example: string;
8679
8780
  };
8680
- };
8681
- required: string[];
8682
- };
8683
- payeeFspCommission: {
8684
- title: string;
8685
- type: string;
8686
- description: string;
8687
- properties: {
8688
- currency: {
8781
+ merchantClassificationCode: {
8689
8782
  title: string;
8690
- description: string;
8691
8783
  type: string;
8692
- minLength: number;
8693
- maxLength: number;
8694
- enum: string[];
8784
+ pattern: string;
8785
+ description: string;
8695
8786
  };
8696
- amount: {
8787
+ fspId: {
8697
8788
  title: string;
8698
8789
  type: string;
8699
- pattern: string;
8790
+ minLength: number;
8791
+ maxLength: number;
8700
8792
  description: string;
8701
- example: string;
8702
8793
  };
8703
- };
8704
- required: string[];
8705
- };
8706
- expiration: {
8707
- title: string;
8708
- type: string;
8709
- pattern: string;
8710
- description: string;
8711
- example: string;
8712
- };
8713
- geoCode: {
8714
- title: string;
8715
- type: string;
8716
- description: string;
8717
- properties: {
8718
- latitude: {
8719
- title: string;
8720
- type: string;
8721
- pattern: string;
8722
- description: string;
8723
- example: string;
8724
- };
8725
- longitude: {
8726
- title: string;
8727
- type: string;
8728
- pattern: string;
8729
- description: string;
8730
- example: string;
8731
- };
8732
- };
8733
- required: string[];
8734
- };
8735
- ilpPacket: {
8736
- title: string;
8737
- type: string;
8738
- pattern: string;
8739
- minLength: number;
8740
- maxLength: number;
8741
- description: string;
8742
- example: string;
8743
- };
8744
- condition: {
8745
- title: string;
8746
- type: string;
8747
- pattern: string;
8748
- maxLength: number;
8749
- description: string;
8750
- };
8751
- extensionList: {
8752
- title: string;
8753
- type: string;
8754
- description: string;
8755
- properties: {
8756
- extension: {
8794
+ extensionList: {
8757
8795
  type: string;
8758
8796
  items: {
8759
8797
  title: string;
@@ -8779,620 +8817,343 @@ export declare namespace Schemas {
8779
8817
  };
8780
8818
  minItems: number;
8781
8819
  maxItems: number;
8782
- description: string;
8783
8820
  };
8784
8821
  };
8785
- required: string[];
8786
8822
  };
8787
- };
8788
- required: string[];
8789
- };
8790
- const TransfersIDPutResponse: {
8791
- title: string;
8792
- type: string;
8793
- description: string;
8794
- properties: {
8795
- fulfilment: {
8823
+ amountType: {
8796
8824
  title: string;
8797
8825
  type: string;
8798
- pattern: string;
8799
- maxLength: number;
8826
+ enum: string[];
8800
8827
  description: string;
8801
8828
  example: string;
8802
8829
  };
8803
- completedTimestamp: {
8830
+ currency: {
8831
+ title: string;
8832
+ description: string;
8833
+ type: string;
8834
+ minLength: number;
8835
+ maxLength: number;
8836
+ enum: string[];
8837
+ };
8838
+ amount: {
8804
8839
  title: string;
8805
8840
  type: string;
8806
8841
  pattern: string;
8807
8842
  description: string;
8808
8843
  example: string;
8809
8844
  };
8810
- transferState: {
8845
+ transactionType: {
8811
8846
  title: string;
8812
8847
  type: string;
8813
8848
  enum: string[];
8814
8849
  description: string;
8815
- example: string;
8816
8850
  };
8817
- extensionList: {
8851
+ subScenario: {
8818
8852
  title: string;
8819
8853
  type: string;
8854
+ pattern: string;
8820
8855
  description: string;
8821
- properties: {
8822
- extension: {
8823
- type: string;
8824
- items: {
8825
- title: string;
8826
- type: string;
8827
- description: string;
8828
- properties: {
8829
- key: {
8830
- title: string;
8831
- type: string;
8832
- minLength: number;
8833
- maxLength: number;
8834
- description: string;
8835
- };
8836
- value: {
8837
- title: string;
8838
- type: string;
8839
- minLength: number;
8840
- maxLength: number;
8841
- description: string;
8842
- };
8843
- };
8844
- required: string[];
8845
- };
8846
- minItems: number;
8847
- maxItems: number;
8848
- description: string;
8849
- };
8850
- };
8851
- required: string[];
8856
+ example: string;
8852
8857
  };
8853
- };
8854
- required: string[];
8855
- };
8856
- const requestToPayTransferResponse: {
8857
- type: string;
8858
- required: string[];
8859
- properties: {
8860
- transferId: {
8858
+ note: {
8861
8859
  title: string;
8862
8860
  type: string;
8863
- pattern: string;
8861
+ minLength: number;
8862
+ maxLength: number;
8864
8863
  description: string;
8865
8864
  example: string;
8866
8865
  };
8867
- requestToPayTransactionId: {
8866
+ currentState: {
8868
8867
  type: string;
8868
+ enum: string[];
8869
+ };
8870
+ quoteId: {
8871
+ title: string;
8872
+ type: string;
8873
+ pattern: string;
8869
8874
  description: string;
8875
+ example: string;
8870
8876
  };
8871
- from: {
8877
+ getPartiesResponse: {
8872
8878
  type: string;
8873
8879
  required: string[];
8874
8880
  properties: {
8875
- type: {
8876
- title: string;
8877
- type: string;
8878
- enum: string[];
8879
- description: string;
8880
- example: string;
8881
- };
8882
- idType: {
8883
- title: string;
8884
- type: string;
8885
- enum: string[];
8886
- description: string;
8887
- };
8888
- idValue: {
8889
- title: string;
8890
- type: string;
8891
- minLength: number;
8892
- maxLength: number;
8893
- description: string;
8894
- example: string;
8895
- };
8896
- idSubValue: {
8897
- title: string;
8898
- type: string;
8899
- minLength: number;
8900
- maxLength: number;
8901
- description: string;
8902
- };
8903
- displayName: {
8904
- title: string;
8905
- type: string;
8906
- pattern: string;
8907
- description: string;
8908
- };
8909
- firstName: {
8910
- title: string;
8911
- type: string;
8912
- minLength: number;
8913
- maxLength: number;
8914
- pattern: string;
8915
- description: string;
8916
- example: string;
8917
- };
8918
- middleName: {
8919
- title: string;
8920
- type: string;
8921
- minLength: number;
8922
- maxLength: number;
8923
- pattern: string;
8924
- description: string;
8925
- example: string;
8926
- };
8927
- lastName: {
8928
- title: string;
8929
- type: string;
8930
- minLength: number;
8931
- maxLength: number;
8932
- pattern: string;
8933
- description: string;
8934
- example: string;
8935
- };
8936
- dateOfBirth: {
8937
- title: string;
8938
- type: string;
8939
- pattern: string;
8940
- description: string;
8941
- example: string;
8942
- };
8943
- merchantClassificationCode: {
8944
- title: string;
8945
- type: string;
8946
- pattern: string;
8947
- description: string;
8948
- };
8949
- fspId: {
8950
- title: string;
8881
+ body: {
8951
8882
  type: string;
8952
- minLength: number;
8953
- maxLength: number;
8954
- description: string;
8955
8883
  };
8956
- extensionList: {
8884
+ headers: {
8957
8885
  type: string;
8958
- items: {
8959
- title: string;
8960
- type: string;
8961
- description: string;
8962
- properties: {
8963
- key: {
8964
- title: string;
8965
- type: string;
8966
- minLength: number;
8967
- maxLength: number;
8968
- description: string;
8969
- };
8970
- value: {
8971
- title: string;
8972
- type: string;
8973
- minLength: number;
8974
- maxLength: number;
8975
- description: string;
8976
- };
8977
- };
8978
- required: string[];
8979
- };
8980
- minItems: number;
8981
- maxItems: number;
8982
8886
  };
8983
8887
  };
8984
8888
  };
8985
- to: {
8889
+ quoteResponse: {
8986
8890
  type: string;
8987
8891
  required: string[];
8988
8892
  properties: {
8989
- type: {
8990
- title: string;
8991
- type: string;
8992
- enum: string[];
8993
- description: string;
8994
- example: string;
8995
- };
8996
- idType: {
8997
- title: string;
8998
- type: string;
8999
- enum: string[];
9000
- description: string;
9001
- };
9002
- idValue: {
9003
- title: string;
9004
- type: string;
9005
- minLength: number;
9006
- maxLength: number;
9007
- description: string;
9008
- example: string;
9009
- };
9010
- idSubValue: {
9011
- title: string;
9012
- type: string;
9013
- minLength: number;
9014
- maxLength: number;
9015
- description: string;
9016
- };
9017
- displayName: {
9018
- title: string;
9019
- type: string;
9020
- pattern: string;
9021
- description: string;
9022
- };
9023
- firstName: {
9024
- title: string;
9025
- type: string;
9026
- minLength: number;
9027
- maxLength: number;
9028
- pattern: string;
9029
- description: string;
9030
- example: string;
9031
- };
9032
- middleName: {
9033
- title: string;
9034
- type: string;
9035
- minLength: number;
9036
- maxLength: number;
9037
- pattern: string;
9038
- description: string;
9039
- example: string;
9040
- };
9041
- lastName: {
9042
- title: string;
9043
- type: string;
9044
- minLength: number;
9045
- maxLength: number;
9046
- pattern: string;
9047
- description: string;
9048
- example: string;
9049
- };
9050
- dateOfBirth: {
9051
- title: string;
9052
- type: string;
9053
- pattern: string;
9054
- description: string;
9055
- example: string;
9056
- };
9057
- merchantClassificationCode: {
9058
- title: string;
9059
- type: string;
9060
- pattern: string;
9061
- description: string;
9062
- };
9063
- fspId: {
9064
- title: string;
9065
- type: string;
9066
- minLength: number;
9067
- maxLength: number;
9068
- description: string;
9069
- };
9070
- extensionList: {
9071
- type: string;
9072
- items: {
9073
- title: string;
9074
- type: string;
9075
- description: string;
9076
- properties: {
9077
- key: {
9078
- title: string;
9079
- type: string;
9080
- minLength: number;
9081
- maxLength: number;
9082
- description: string;
9083
- };
9084
- value: {
9085
- title: string;
9086
- type: string;
9087
- minLength: number;
9088
- maxLength: number;
9089
- description: string;
9090
- };
9091
- };
9092
- required: string[];
9093
- };
9094
- minItems: number;
9095
- maxItems: number;
9096
- };
9097
- };
9098
- };
9099
- amountType: {
9100
- title: string;
9101
- type: string;
9102
- enum: string[];
9103
- description: string;
9104
- example: string;
9105
- };
9106
- currency: {
9107
- title: string;
9108
- description: string;
9109
- type: string;
9110
- minLength: number;
9111
- maxLength: number;
9112
- enum: string[];
9113
- };
9114
- amount: {
9115
- title: string;
9116
- type: string;
9117
- pattern: string;
9118
- description: string;
9119
- example: string;
9120
- };
9121
- transactionType: {
9122
- title: string;
9123
- type: string;
9124
- enum: string[];
9125
- description: string;
9126
- };
9127
- note: {
9128
- title: string;
9129
- type: string;
9130
- minLength: number;
9131
- maxLength: number;
9132
- description: string;
9133
- example: string;
9134
- };
9135
- currentState: {
9136
- type: string;
9137
- enum: string[];
9138
- };
9139
- quoteId: {
9140
- title: string;
9141
- type: string;
9142
- pattern: string;
9143
- description: string;
9144
- example: string;
9145
- };
9146
- quoteResponse: {
9147
- title: string;
9148
- type: string;
9149
- description: string;
9150
- properties: {
9151
- transferAmount: {
8893
+ body: {
9152
8894
  title: string;
9153
8895
  type: string;
9154
8896
  description: string;
9155
8897
  properties: {
9156
- currency: {
8898
+ transferAmount: {
9157
8899
  title: string;
9158
- description: string;
9159
8900
  type: string;
9160
- minLength: number;
9161
- maxLength: number;
9162
- enum: string[];
8901
+ description: string;
8902
+ properties: {
8903
+ currency: {
8904
+ title: string;
8905
+ description: string;
8906
+ type: string;
8907
+ minLength: number;
8908
+ maxLength: number;
8909
+ enum: string[];
8910
+ };
8911
+ amount: {
8912
+ title: string;
8913
+ type: string;
8914
+ pattern: string;
8915
+ description: string;
8916
+ example: string;
8917
+ };
8918
+ };
8919
+ required: string[];
9163
8920
  };
9164
- amount: {
8921
+ payeeReceiveAmount: {
9165
8922
  title: string;
9166
8923
  type: string;
9167
- pattern: string;
9168
8924
  description: string;
9169
- example: string;
8925
+ properties: {
8926
+ currency: {
8927
+ title: string;
8928
+ description: string;
8929
+ type: string;
8930
+ minLength: number;
8931
+ maxLength: number;
8932
+ enum: string[];
8933
+ };
8934
+ amount: {
8935
+ title: string;
8936
+ type: string;
8937
+ pattern: string;
8938
+ description: string;
8939
+ example: string;
8940
+ };
8941
+ };
8942
+ required: string[];
9170
8943
  };
9171
- };
9172
- required: string[];
9173
- };
9174
- payeeReceiveAmount: {
9175
- title: string;
9176
- type: string;
9177
- description: string;
9178
- properties: {
9179
- currency: {
8944
+ payeeFspFee: {
9180
8945
  title: string;
8946
+ type: string;
9181
8947
  description: string;
8948
+ properties: {
8949
+ currency: {
8950
+ title: string;
8951
+ description: string;
8952
+ type: string;
8953
+ minLength: number;
8954
+ maxLength: number;
8955
+ enum: string[];
8956
+ };
8957
+ amount: {
8958
+ title: string;
8959
+ type: string;
8960
+ pattern: string;
8961
+ description: string;
8962
+ example: string;
8963
+ };
8964
+ };
8965
+ required: string[];
8966
+ };
8967
+ payeeFspCommission: {
8968
+ title: string;
9182
8969
  type: string;
9183
- minLength: number;
9184
- maxLength: number;
9185
- enum: string[];
8970
+ description: string;
8971
+ properties: {
8972
+ currency: {
8973
+ title: string;
8974
+ description: string;
8975
+ type: string;
8976
+ minLength: number;
8977
+ maxLength: number;
8978
+ enum: string[];
8979
+ };
8980
+ amount: {
8981
+ title: string;
8982
+ type: string;
8983
+ pattern: string;
8984
+ description: string;
8985
+ example: string;
8986
+ };
8987
+ };
8988
+ required: string[];
9186
8989
  };
9187
- amount: {
8990
+ expiration: {
9188
8991
  title: string;
9189
8992
  type: string;
9190
8993
  pattern: string;
9191
8994
  description: string;
9192
8995
  example: string;
9193
8996
  };
9194
- };
9195
- required: string[];
9196
- };
9197
- payeeFspFee: {
9198
- title: string;
9199
- type: string;
9200
- description: string;
9201
- properties: {
9202
- currency: {
9203
- title: string;
9204
- description: string;
9205
- type: string;
9206
- minLength: number;
9207
- maxLength: number;
9208
- enum: string[];
9209
- };
9210
- amount: {
8997
+ geoCode: {
9211
8998
  title: string;
9212
8999
  type: string;
9213
- pattern: string;
9214
9000
  description: string;
9215
- example: string;
9001
+ properties: {
9002
+ latitude: {
9003
+ title: string;
9004
+ type: string;
9005
+ pattern: string;
9006
+ description: string;
9007
+ example: string;
9008
+ };
9009
+ longitude: {
9010
+ title: string;
9011
+ type: string;
9012
+ pattern: string;
9013
+ description: string;
9014
+ example: string;
9015
+ };
9016
+ };
9017
+ required: string[];
9216
9018
  };
9217
- };
9218
- required: string[];
9219
- };
9220
- payeeFspCommission: {
9221
- title: string;
9222
- type: string;
9223
- description: string;
9224
- properties: {
9225
- currency: {
9019
+ ilpPacket: {
9226
9020
  title: string;
9227
- description: string;
9228
9021
  type: string;
9022
+ pattern: string;
9229
9023
  minLength: number;
9230
9024
  maxLength: number;
9231
- enum: string[];
9232
- };
9233
- amount: {
9234
- title: string;
9235
- type: string;
9236
- pattern: string;
9237
9025
  description: string;
9238
9026
  example: string;
9239
9027
  };
9240
- };
9241
- required: string[];
9242
- };
9243
- expiration: {
9244
- title: string;
9245
- type: string;
9246
- pattern: string;
9247
- description: string;
9248
- example: string;
9249
- };
9250
- geoCode: {
9251
- title: string;
9252
- type: string;
9253
- description: string;
9254
- properties: {
9255
- latitude: {
9028
+ condition: {
9256
9029
  title: string;
9257
9030
  type: string;
9258
9031
  pattern: string;
9032
+ maxLength: number;
9259
9033
  description: string;
9260
- example: string;
9261
9034
  };
9262
- longitude: {
9035
+ extensionList: {
9263
9036
  title: string;
9264
9037
  type: string;
9265
- pattern: string;
9266
9038
  description: string;
9267
- example: string;
9268
- };
9269
- };
9270
- required: string[];
9271
- };
9272
- ilpPacket: {
9273
- title: string;
9274
- type: string;
9275
- pattern: string;
9276
- minLength: number;
9277
- maxLength: number;
9278
- description: string;
9279
- example: string;
9280
- };
9281
- condition: {
9282
- title: string;
9283
- type: string;
9284
- pattern: string;
9285
- maxLength: number;
9286
- description: string;
9287
- };
9288
- extensionList: {
9289
- title: string;
9290
- type: string;
9291
- description: string;
9292
- properties: {
9293
- extension: {
9294
- type: string;
9295
- items: {
9296
- title: string;
9297
- type: string;
9298
- description: string;
9299
- properties: {
9300
- key: {
9301
- title: string;
9302
- type: string;
9303
- minLength: number;
9304
- maxLength: number;
9305
- description: string;
9306
- };
9307
- value: {
9039
+ properties: {
9040
+ extension: {
9041
+ type: string;
9042
+ items: {
9308
9043
  title: string;
9309
9044
  type: string;
9310
- minLength: number;
9311
- maxLength: number;
9312
9045
  description: string;
9046
+ properties: {
9047
+ key: {
9048
+ title: string;
9049
+ type: string;
9050
+ minLength: number;
9051
+ maxLength: number;
9052
+ description: string;
9053
+ };
9054
+ value: {
9055
+ title: string;
9056
+ type: string;
9057
+ minLength: number;
9058
+ maxLength: number;
9059
+ description: string;
9060
+ };
9061
+ };
9062
+ required: string[];
9313
9063
  };
9064
+ minItems: number;
9065
+ maxItems: number;
9066
+ description: string;
9314
9067
  };
9315
- required: string[];
9316
9068
  };
9317
- minItems: number;
9318
- maxItems: number;
9319
- description: string;
9069
+ required: string[];
9320
9070
  };
9321
9071
  };
9322
9072
  required: string[];
9323
9073
  };
9074
+ headers: {
9075
+ type: string;
9076
+ };
9324
9077
  };
9325
- required: string[];
9326
9078
  };
9327
9079
  quoteResponseSource: {
9328
9080
  type: string;
9329
9081
  description: string;
9330
9082
  };
9331
9083
  fulfil: {
9332
- title: string;
9333
9084
  type: string;
9334
- description: string;
9085
+ required: string[];
9335
9086
  properties: {
9336
- fulfilment: {
9337
- title: string;
9338
- type: string;
9339
- pattern: string;
9340
- maxLength: number;
9341
- description: string;
9342
- example: string;
9343
- };
9344
- completedTimestamp: {
9345
- title: string;
9346
- type: string;
9347
- pattern: string;
9348
- description: string;
9349
- example: string;
9350
- };
9351
- transferState: {
9352
- title: string;
9353
- type: string;
9354
- enum: string[];
9355
- description: string;
9356
- example: string;
9357
- };
9358
- extensionList: {
9087
+ body: {
9359
9088
  title: string;
9360
9089
  type: string;
9361
9090
  description: string;
9362
9091
  properties: {
9363
- extension: {
9092
+ fulfilment: {
9093
+ title: string;
9364
9094
  type: string;
9365
- items: {
9366
- title: string;
9367
- type: string;
9368
- description: string;
9369
- properties: {
9370
- key: {
9371
- title: string;
9372
- type: string;
9373
- minLength: number;
9374
- maxLength: number;
9375
- description: string;
9376
- };
9377
- value: {
9095
+ pattern: string;
9096
+ maxLength: number;
9097
+ description: string;
9098
+ example: string;
9099
+ };
9100
+ completedTimestamp: {
9101
+ title: string;
9102
+ type: string;
9103
+ pattern: string;
9104
+ description: string;
9105
+ example: string;
9106
+ };
9107
+ transferState: {
9108
+ title: string;
9109
+ type: string;
9110
+ enum: string[];
9111
+ description: string;
9112
+ example: string;
9113
+ };
9114
+ extensionList: {
9115
+ title: string;
9116
+ type: string;
9117
+ description: string;
9118
+ properties: {
9119
+ extension: {
9120
+ type: string;
9121
+ items: {
9378
9122
  title: string;
9379
9123
  type: string;
9380
- minLength: number;
9381
- maxLength: number;
9382
9124
  description: string;
9125
+ properties: {
9126
+ key: {
9127
+ title: string;
9128
+ type: string;
9129
+ minLength: number;
9130
+ maxLength: number;
9131
+ description: string;
9132
+ };
9133
+ value: {
9134
+ title: string;
9135
+ type: string;
9136
+ minLength: number;
9137
+ maxLength: number;
9138
+ description: string;
9139
+ };
9140
+ };
9141
+ required: string[];
9383
9142
  };
9143
+ minItems: number;
9144
+ maxItems: number;
9145
+ description: string;
9384
9146
  };
9385
- required: string[];
9386
9147
  };
9387
- minItems: number;
9388
- maxItems: number;
9389
- description: string;
9148
+ required: string[];
9390
9149
  };
9391
9150
  };
9392
9151
  required: string[];
9393
9152
  };
9153
+ headers: {
9154
+ type: string;
9155
+ };
9394
9156
  };
9395
- required: string[];
9396
9157
  };
9397
9158
  lastError: {
9398
9159
  type: string;
@@ -9467,1345 +9228,1656 @@ export declare namespace Schemas {
9467
9228
  };
9468
9229
  };
9469
9230
  };
9470
- };
9471
- };
9472
- const transferResponse: {
9473
- type: string;
9474
- required: string[];
9475
- properties: {
9476
- transferId: {
9477
- title: string;
9478
- type: string;
9479
- pattern: string;
9231
+ skipPartyLookup: {
9480
9232
  description: string;
9481
- example: string;
9482
- };
9483
- homeTransactionId: {
9484
9233
  type: string;
9485
- description: string;
9486
9234
  };
9487
- from: {
9488
- type: string;
9489
- required: string[];
9490
- properties: {
9491
- type: {
9492
- title: string;
9493
- type: string;
9494
- enum: string[];
9495
- description: string;
9496
- example: string;
9497
- };
9498
- idType: {
9499
- title: string;
9500
- type: string;
9501
- enum: string[];
9502
- description: string;
9503
- };
9504
- idValue: {
9505
- title: string;
9506
- type: string;
9507
- minLength: number;
9508
- maxLength: number;
9509
- description: string;
9510
- example: string;
9511
- };
9512
- idSubValue: {
9513
- title: string;
9514
- type: string;
9515
- minLength: number;
9516
- maxLength: number;
9517
- description: string;
9518
- };
9519
- displayName: {
9520
- title: string;
9521
- type: string;
9522
- pattern: string;
9523
- description: string;
9524
- };
9525
- firstName: {
9526
- title: string;
9527
- type: string;
9528
- minLength: number;
9529
- maxLength: number;
9530
- pattern: string;
9531
- description: string;
9532
- example: string;
9533
- };
9534
- middleName: {
9535
- title: string;
9536
- type: string;
9537
- minLength: number;
9538
- maxLength: number;
9539
- pattern: string;
9540
- description: string;
9541
- example: string;
9542
- };
9543
- lastName: {
9544
- title: string;
9545
- type: string;
9546
- minLength: number;
9547
- maxLength: number;
9548
- pattern: string;
9549
- description: string;
9550
- example: string;
9551
- };
9552
- dateOfBirth: {
9553
- title: string;
9554
- type: string;
9555
- pattern: string;
9556
- description: string;
9557
- example: string;
9558
- };
9559
- merchantClassificationCode: {
9560
- title: string;
9561
- type: string;
9562
- pattern: string;
9563
- description: string;
9564
- };
9565
- fspId: {
9566
- title: string;
9567
- type: string;
9568
- minLength: number;
9569
- maxLength: number;
9570
- description: string;
9571
- };
9572
- extensionList: {
9573
- type: string;
9574
- items: {
9235
+ };
9236
+ };
9237
+ const errorTransferResponse: {
9238
+ allOf: ({
9239
+ type: string;
9240
+ properties: {
9241
+ statusCode: {
9242
+ type: string;
9243
+ description: string;
9244
+ };
9245
+ message: {
9246
+ type: string;
9247
+ description: string;
9248
+ };
9249
+ transferState?: undefined;
9250
+ };
9251
+ required?: undefined;
9252
+ } | {
9253
+ type: string;
9254
+ required: string[];
9255
+ properties: {
9256
+ transferState: {
9257
+ type: string;
9258
+ required: string[];
9259
+ properties: {
9260
+ transferId: {
9575
9261
  title: string;
9262
+ type: string;
9263
+ pattern: string;
9264
+ description: string;
9265
+ example: string;
9266
+ };
9267
+ homeTransactionId: {
9576
9268
  type: string;
9577
9269
  description: string;
9270
+ };
9271
+ from: {
9272
+ type: string;
9273
+ required: string[];
9578
9274
  properties: {
9579
- key: {
9275
+ type: {
9580
9276
  title: string;
9581
9277
  type: string;
9582
- minLength: number;
9583
- maxLength: number;
9278
+ enum: string[];
9584
9279
  description: string;
9280
+ example: string;
9585
9281
  };
9586
- value: {
9282
+ idType: {
9587
9283
  title: string;
9588
9284
  type: string;
9589
- minLength: number;
9590
- maxLength: number;
9285
+ enum: string[];
9591
9286
  description: string;
9592
9287
  };
9593
- };
9594
- required: string[];
9595
- };
9596
- minItems: number;
9597
- maxItems: number;
9598
- };
9599
- };
9600
- };
9601
- to: {
9602
- type: string;
9603
- required: string[];
9604
- properties: {
9605
- type: {
9606
- title: string;
9607
- type: string;
9608
- enum: string[];
9609
- description: string;
9610
- example: string;
9611
- };
9612
- idType: {
9613
- title: string;
9614
- type: string;
9615
- enum: string[];
9616
- description: string;
9617
- };
9618
- idValue: {
9619
- title: string;
9620
- type: string;
9621
- minLength: number;
9622
- maxLength: number;
9623
- description: string;
9624
- example: string;
9625
- };
9626
- idSubValue: {
9627
- title: string;
9628
- type: string;
9629
- minLength: number;
9630
- maxLength: number;
9631
- description: string;
9632
- };
9633
- displayName: {
9634
- title: string;
9635
- type: string;
9636
- pattern: string;
9637
- description: string;
9638
- };
9639
- firstName: {
9640
- title: string;
9641
- type: string;
9642
- minLength: number;
9643
- maxLength: number;
9644
- pattern: string;
9645
- description: string;
9646
- example: string;
9647
- };
9648
- middleName: {
9649
- title: string;
9650
- type: string;
9651
- minLength: number;
9652
- maxLength: number;
9653
- pattern: string;
9654
- description: string;
9655
- example: string;
9656
- };
9657
- lastName: {
9658
- title: string;
9659
- type: string;
9660
- minLength: number;
9661
- maxLength: number;
9662
- pattern: string;
9663
- description: string;
9664
- example: string;
9665
- };
9666
- dateOfBirth: {
9667
- title: string;
9668
- type: string;
9669
- pattern: string;
9670
- description: string;
9671
- example: string;
9672
- };
9673
- merchantClassificationCode: {
9674
- title: string;
9675
- type: string;
9676
- pattern: string;
9677
- description: string;
9678
- };
9679
- fspId: {
9680
- title: string;
9681
- type: string;
9682
- minLength: number;
9683
- maxLength: number;
9684
- description: string;
9685
- };
9686
- extensionList: {
9687
- type: string;
9688
- items: {
9689
- title: string;
9690
- type: string;
9691
- description: string;
9692
- properties: {
9693
- key: {
9288
+ idValue: {
9694
9289
  title: string;
9695
9290
  type: string;
9696
9291
  minLength: number;
9697
9292
  maxLength: number;
9698
9293
  description: string;
9294
+ example: string;
9699
9295
  };
9700
- value: {
9296
+ idSubValue: {
9701
9297
  title: string;
9702
9298
  type: string;
9703
9299
  minLength: number;
9704
9300
  maxLength: number;
9705
9301
  description: string;
9706
9302
  };
9707
- };
9708
- required: string[];
9709
- };
9710
- minItems: number;
9711
- maxItems: number;
9712
- };
9713
- };
9714
- };
9715
- amountType: {
9716
- title: string;
9717
- type: string;
9718
- enum: string[];
9719
- description: string;
9720
- example: string;
9721
- };
9722
- currency: {
9723
- title: string;
9724
- description: string;
9725
- type: string;
9726
- minLength: number;
9727
- maxLength: number;
9728
- enum: string[];
9729
- };
9730
- amount: {
9731
- title: string;
9732
- type: string;
9733
- pattern: string;
9734
- description: string;
9735
- example: string;
9736
- };
9737
- transactionType: {
9738
- title: string;
9739
- type: string;
9740
- enum: string[];
9741
- description: string;
9742
- };
9743
- subScenario: {
9744
- title: string;
9745
- type: string;
9746
- pattern: string;
9747
- description: string;
9748
- example: string;
9749
- };
9750
- note: {
9751
- title: string;
9752
- type: string;
9753
- minLength: number;
9754
- maxLength: number;
9755
- description: string;
9756
- example: string;
9757
- };
9758
- currentState: {
9759
- type: string;
9760
- enum: string[];
9761
- };
9762
- quoteId: {
9763
- title: string;
9764
- type: string;
9765
- pattern: string;
9766
- description: string;
9767
- example: string;
9768
- };
9769
- getPartiesResponse: {
9770
- type: string;
9771
- required: string[];
9772
- properties: {
9773
- body: {
9774
- type: string;
9775
- };
9776
- headers: {
9777
- type: string;
9778
- };
9779
- };
9780
- };
9781
- quoteResponse: {
9782
- type: string;
9783
- required: string[];
9784
- properties: {
9785
- body: {
9786
- title: string;
9787
- type: string;
9788
- description: string;
9789
- properties: {
9790
- transferAmount: {
9791
- title: string;
9792
- type: string;
9793
- description: string;
9794
- properties: {
9795
- currency: {
9796
- title: string;
9797
- description: string;
9798
- type: string;
9799
- minLength: number;
9800
- maxLength: number;
9801
- enum: string[];
9802
- };
9803
- amount: {
9804
- title: string;
9805
- type: string;
9806
- pattern: string;
9807
- description: string;
9808
- example: string;
9809
- };
9303
+ displayName: {
9304
+ title: string;
9305
+ type: string;
9306
+ pattern: string;
9307
+ description: string;
9810
9308
  };
9811
- required: string[];
9812
- };
9813
- payeeReceiveAmount: {
9814
- title: string;
9815
- type: string;
9816
- description: string;
9817
- properties: {
9818
- currency: {
9819
- title: string;
9820
- description: string;
9821
- type: string;
9822
- minLength: number;
9823
- maxLength: number;
9824
- enum: string[];
9825
- };
9826
- amount: {
9827
- title: string;
9828
- type: string;
9829
- pattern: string;
9830
- description: string;
9831
- example: string;
9832
- };
9309
+ firstName: {
9310
+ title: string;
9311
+ type: string;
9312
+ minLength: number;
9313
+ maxLength: number;
9314
+ pattern: string;
9315
+ description: string;
9316
+ example: string;
9833
9317
  };
9834
- required: string[];
9835
- };
9836
- payeeFspFee: {
9837
- title: string;
9838
- type: string;
9839
- description: string;
9840
- properties: {
9841
- currency: {
9842
- title: string;
9843
- description: string;
9844
- type: string;
9845
- minLength: number;
9846
- maxLength: number;
9847
- enum: string[];
9848
- };
9849
- amount: {
9850
- title: string;
9851
- type: string;
9852
- pattern: string;
9853
- description: string;
9854
- example: string;
9855
- };
9318
+ middleName: {
9319
+ title: string;
9320
+ type: string;
9321
+ minLength: number;
9322
+ maxLength: number;
9323
+ pattern: string;
9324
+ description: string;
9325
+ example: string;
9856
9326
  };
9857
- required: string[];
9858
- };
9859
- payeeFspCommission: {
9860
- title: string;
9861
- type: string;
9862
- description: string;
9863
- properties: {
9864
- currency: {
9865
- title: string;
9866
- description: string;
9867
- type: string;
9868
- minLength: number;
9869
- maxLength: number;
9870
- enum: string[];
9871
- };
9872
- amount: {
9327
+ lastName: {
9328
+ title: string;
9329
+ type: string;
9330
+ minLength: number;
9331
+ maxLength: number;
9332
+ pattern: string;
9333
+ description: string;
9334
+ example: string;
9335
+ };
9336
+ dateOfBirth: {
9337
+ title: string;
9338
+ type: string;
9339
+ pattern: string;
9340
+ description: string;
9341
+ example: string;
9342
+ };
9343
+ merchantClassificationCode: {
9344
+ title: string;
9345
+ type: string;
9346
+ pattern: string;
9347
+ description: string;
9348
+ };
9349
+ fspId: {
9350
+ title: string;
9351
+ type: string;
9352
+ minLength: number;
9353
+ maxLength: number;
9354
+ description: string;
9355
+ };
9356
+ extensionList: {
9357
+ type: string;
9358
+ items: {
9873
9359
  title: string;
9874
9360
  type: string;
9875
- pattern: string;
9876
9361
  description: string;
9877
- example: string;
9362
+ properties: {
9363
+ key: {
9364
+ title: string;
9365
+ type: string;
9366
+ minLength: number;
9367
+ maxLength: number;
9368
+ description: string;
9369
+ };
9370
+ value: {
9371
+ title: string;
9372
+ type: string;
9373
+ minLength: number;
9374
+ maxLength: number;
9375
+ description: string;
9376
+ };
9377
+ };
9378
+ required: string[];
9878
9379
  };
9380
+ minItems: number;
9381
+ maxItems: number;
9879
9382
  };
9880
- required: string[];
9881
- };
9882
- expiration: {
9883
- title: string;
9884
- type: string;
9885
- pattern: string;
9886
- description: string;
9887
- example: string;
9888
9383
  };
9889
- geoCode: {
9890
- title: string;
9891
- type: string;
9892
- description: string;
9893
- properties: {
9894
- latitude: {
9895
- title: string;
9896
- type: string;
9897
- pattern: string;
9898
- description: string;
9899
- example: string;
9900
- };
9901
- longitude: {
9902
- title: string;
9384
+ };
9385
+ to: {
9386
+ type: string;
9387
+ required: string[];
9388
+ properties: {
9389
+ type: {
9390
+ title: string;
9391
+ type: string;
9392
+ enum: string[];
9393
+ description: string;
9394
+ example: string;
9395
+ };
9396
+ idType: {
9397
+ title: string;
9398
+ type: string;
9399
+ enum: string[];
9400
+ description: string;
9401
+ };
9402
+ idValue: {
9403
+ title: string;
9404
+ type: string;
9405
+ minLength: number;
9406
+ maxLength: number;
9407
+ description: string;
9408
+ example: string;
9409
+ };
9410
+ idSubValue: {
9411
+ title: string;
9412
+ type: string;
9413
+ minLength: number;
9414
+ maxLength: number;
9415
+ description: string;
9416
+ };
9417
+ displayName: {
9418
+ title: string;
9419
+ type: string;
9420
+ pattern: string;
9421
+ description: string;
9422
+ };
9423
+ firstName: {
9424
+ title: string;
9425
+ type: string;
9426
+ minLength: number;
9427
+ maxLength: number;
9428
+ pattern: string;
9429
+ description: string;
9430
+ example: string;
9431
+ };
9432
+ middleName: {
9433
+ title: string;
9434
+ type: string;
9435
+ minLength: number;
9436
+ maxLength: number;
9437
+ pattern: string;
9438
+ description: string;
9439
+ example: string;
9440
+ };
9441
+ lastName: {
9442
+ title: string;
9443
+ type: string;
9444
+ minLength: number;
9445
+ maxLength: number;
9446
+ pattern: string;
9447
+ description: string;
9448
+ example: string;
9449
+ };
9450
+ dateOfBirth: {
9451
+ title: string;
9452
+ type: string;
9453
+ pattern: string;
9454
+ description: string;
9455
+ example: string;
9456
+ };
9457
+ merchantClassificationCode: {
9458
+ title: string;
9459
+ type: string;
9460
+ pattern: string;
9461
+ description: string;
9462
+ };
9463
+ fspId: {
9464
+ title: string;
9465
+ type: string;
9466
+ minLength: number;
9467
+ maxLength: number;
9468
+ description: string;
9469
+ };
9470
+ extensionList: {
9471
+ type: string;
9472
+ items: {
9473
+ title: string;
9903
9474
  type: string;
9904
- pattern: string;
9905
9475
  description: string;
9906
- example: string;
9476
+ properties: {
9477
+ key: {
9478
+ title: string;
9479
+ type: string;
9480
+ minLength: number;
9481
+ maxLength: number;
9482
+ description: string;
9483
+ };
9484
+ value: {
9485
+ title: string;
9486
+ type: string;
9487
+ minLength: number;
9488
+ maxLength: number;
9489
+ description: string;
9490
+ };
9491
+ };
9492
+ required: string[];
9907
9493
  };
9494
+ minItems: number;
9495
+ maxItems: number;
9908
9496
  };
9909
- required: string[];
9910
9497
  };
9911
- ilpPacket: {
9912
- title: string;
9913
- type: string;
9914
- pattern: string;
9915
- minLength: number;
9916
- maxLength: number;
9917
- description: string;
9918
- example: string;
9919
- };
9920
- condition: {
9921
- title: string;
9922
- type: string;
9923
- pattern: string;
9924
- maxLength: number;
9925
- description: string;
9498
+ };
9499
+ amountType: {
9500
+ title: string;
9501
+ type: string;
9502
+ enum: string[];
9503
+ description: string;
9504
+ example: string;
9505
+ };
9506
+ currency: {
9507
+ title: string;
9508
+ description: string;
9509
+ type: string;
9510
+ minLength: number;
9511
+ maxLength: number;
9512
+ enum: string[];
9513
+ };
9514
+ amount: {
9515
+ title: string;
9516
+ type: string;
9517
+ pattern: string;
9518
+ description: string;
9519
+ example: string;
9520
+ };
9521
+ transactionType: {
9522
+ title: string;
9523
+ type: string;
9524
+ enum: string[];
9525
+ description: string;
9526
+ };
9527
+ subScenario: {
9528
+ title: string;
9529
+ type: string;
9530
+ pattern: string;
9531
+ description: string;
9532
+ example: string;
9533
+ };
9534
+ note: {
9535
+ title: string;
9536
+ type: string;
9537
+ minLength: number;
9538
+ maxLength: number;
9539
+ description: string;
9540
+ example: string;
9541
+ };
9542
+ currentState: {
9543
+ type: string;
9544
+ enum: string[];
9545
+ };
9546
+ quoteId: {
9547
+ title: string;
9548
+ type: string;
9549
+ pattern: string;
9550
+ description: string;
9551
+ example: string;
9552
+ };
9553
+ getPartiesResponse: {
9554
+ type: string;
9555
+ required: string[];
9556
+ properties: {
9557
+ body: {
9558
+ type: string;
9559
+ };
9560
+ headers: {
9561
+ type: string;
9562
+ };
9926
9563
  };
9927
- extensionList: {
9928
- title: string;
9929
- type: string;
9930
- description: string;
9931
- properties: {
9932
- extension: {
9933
- type: string;
9934
- items: {
9564
+ };
9565
+ quoteResponse: {
9566
+ type: string;
9567
+ required: string[];
9568
+ properties: {
9569
+ body: {
9570
+ title: string;
9571
+ type: string;
9572
+ description: string;
9573
+ properties: {
9574
+ transferAmount: {
9935
9575
  title: string;
9936
9576
  type: string;
9937
9577
  description: string;
9938
9578
  properties: {
9939
- key: {
9579
+ currency: {
9940
9580
  title: string;
9581
+ description: string;
9941
9582
  type: string;
9942
9583
  minLength: number;
9943
9584
  maxLength: number;
9585
+ enum: string[];
9586
+ };
9587
+ amount: {
9588
+ title: string;
9589
+ type: string;
9590
+ pattern: string;
9944
9591
  description: string;
9592
+ example: string;
9945
9593
  };
9946
- value: {
9594
+ };
9595
+ required: string[];
9596
+ };
9597
+ payeeReceiveAmount: {
9598
+ title: string;
9599
+ type: string;
9600
+ description: string;
9601
+ properties: {
9602
+ currency: {
9947
9603
  title: string;
9604
+ description: string;
9948
9605
  type: string;
9949
9606
  minLength: number;
9950
9607
  maxLength: number;
9608
+ enum: string[];
9609
+ };
9610
+ amount: {
9611
+ title: string;
9612
+ type: string;
9613
+ pattern: string;
9951
9614
  description: string;
9615
+ example: string;
9952
9616
  };
9953
9617
  };
9954
9618
  required: string[];
9955
9619
  };
9956
- minItems: number;
9957
- maxItems: number;
9958
- description: string;
9959
- };
9960
- };
9961
- required: string[];
9962
- };
9963
- };
9964
- required: string[];
9965
- };
9966
- headers: {
9967
- type: string;
9968
- };
9969
- };
9970
- };
9971
- quoteResponseSource: {
9972
- type: string;
9973
- description: string;
9974
- };
9975
- fulfil: {
9976
- type: string;
9977
- required: string[];
9978
- properties: {
9979
- body: {
9980
- title: string;
9981
- type: string;
9982
- description: string;
9983
- properties: {
9984
- fulfilment: {
9985
- title: string;
9986
- type: string;
9987
- pattern: string;
9988
- maxLength: number;
9989
- description: string;
9990
- example: string;
9991
- };
9992
- completedTimestamp: {
9993
- title: string;
9994
- type: string;
9995
- pattern: string;
9996
- description: string;
9997
- example: string;
9998
- };
9999
- transferState: {
10000
- title: string;
10001
- type: string;
10002
- enum: string[];
10003
- description: string;
10004
- example: string;
10005
- };
10006
- extensionList: {
10007
- title: string;
10008
- type: string;
10009
- description: string;
10010
- properties: {
10011
- extension: {
10012
- type: string;
10013
- items: {
9620
+ payeeFspFee: {
10014
9621
  title: string;
10015
9622
  type: string;
10016
9623
  description: string;
10017
9624
  properties: {
10018
- key: {
9625
+ currency: {
10019
9626
  title: string;
9627
+ description: string;
10020
9628
  type: string;
10021
9629
  minLength: number;
10022
9630
  maxLength: number;
9631
+ enum: string[];
9632
+ };
9633
+ amount: {
9634
+ title: string;
9635
+ type: string;
9636
+ pattern: string;
10023
9637
  description: string;
9638
+ example: string;
10024
9639
  };
10025
- value: {
9640
+ };
9641
+ required: string[];
9642
+ };
9643
+ payeeFspCommission: {
9644
+ title: string;
9645
+ type: string;
9646
+ description: string;
9647
+ properties: {
9648
+ currency: {
10026
9649
  title: string;
9650
+ description: string;
10027
9651
  type: string;
10028
9652
  minLength: number;
10029
9653
  maxLength: number;
9654
+ enum: string[];
9655
+ };
9656
+ amount: {
9657
+ title: string;
9658
+ type: string;
9659
+ pattern: string;
10030
9660
  description: string;
9661
+ example: string;
10031
9662
  };
10032
9663
  };
10033
9664
  required: string[];
10034
9665
  };
10035
- minItems: number;
10036
- maxItems: number;
10037
- description: string;
10038
- };
10039
- };
10040
- required: string[];
10041
- };
10042
- };
10043
- required: string[];
10044
- };
10045
- headers: {
10046
- type: string;
10047
- };
10048
- };
10049
- };
10050
- lastError: {
10051
- type: string;
10052
- description: string;
10053
- properties: {
10054
- httpStatusCode: {
10055
- type: string;
10056
- description: string;
10057
- };
10058
- mojaloopError: {
10059
- type: string;
10060
- properties: {
10061
- errorInformation: {
10062
- title: string;
10063
- type: string;
10064
- description: string;
10065
- properties: {
10066
- errorCode: {
10067
- title: string;
10068
- type: string;
10069
- pattern: string;
10070
- description: string;
10071
- example: string;
10072
- };
10073
- errorDescription: {
10074
- title: string;
10075
- type: string;
10076
- minLength: number;
10077
- maxLength: number;
10078
- description: string;
10079
- };
10080
- extensionList: {
10081
- title: string;
10082
- type: string;
10083
- description: string;
10084
- properties: {
10085
- extension: {
10086
- type: string;
10087
- items: {
9666
+ expiration: {
9667
+ title: string;
9668
+ type: string;
9669
+ pattern: string;
9670
+ description: string;
9671
+ example: string;
9672
+ };
9673
+ geoCode: {
9674
+ title: string;
9675
+ type: string;
9676
+ description: string;
9677
+ properties: {
9678
+ latitude: {
10088
9679
  title: string;
10089
9680
  type: string;
9681
+ pattern: string;
10090
9682
  description: string;
10091
- properties: {
10092
- key: {
10093
- title: string;
10094
- type: string;
10095
- minLength: number;
10096
- maxLength: number;
10097
- description: string;
10098
- };
10099
- value: {
10100
- title: string;
10101
- type: string;
10102
- minLength: number;
10103
- maxLength: number;
10104
- description: string;
9683
+ example: string;
9684
+ };
9685
+ longitude: {
9686
+ title: string;
9687
+ type: string;
9688
+ pattern: string;
9689
+ description: string;
9690
+ example: string;
9691
+ };
9692
+ };
9693
+ required: string[];
9694
+ };
9695
+ ilpPacket: {
9696
+ title: string;
9697
+ type: string;
9698
+ pattern: string;
9699
+ minLength: number;
9700
+ maxLength: number;
9701
+ description: string;
9702
+ example: string;
9703
+ };
9704
+ condition: {
9705
+ title: string;
9706
+ type: string;
9707
+ pattern: string;
9708
+ maxLength: number;
9709
+ description: string;
9710
+ };
9711
+ extensionList: {
9712
+ title: string;
9713
+ type: string;
9714
+ description: string;
9715
+ properties: {
9716
+ extension: {
9717
+ type: string;
9718
+ items: {
9719
+ title: string;
9720
+ type: string;
9721
+ description: string;
9722
+ properties: {
9723
+ key: {
9724
+ title: string;
9725
+ type: string;
9726
+ minLength: number;
9727
+ maxLength: number;
9728
+ description: string;
9729
+ };
9730
+ value: {
9731
+ title: string;
9732
+ type: string;
9733
+ minLength: number;
9734
+ maxLength: number;
9735
+ description: string;
9736
+ };
10105
9737
  };
9738
+ required: string[];
10106
9739
  };
10107
- required: string[];
9740
+ minItems: number;
9741
+ maxItems: number;
9742
+ description: string;
10108
9743
  };
10109
- minItems: number;
10110
- maxItems: number;
10111
- description: string;
10112
9744
  };
9745
+ required: string[];
10113
9746
  };
10114
- required: string[];
10115
9747
  };
9748
+ required: string[];
9749
+ };
9750
+ headers: {
9751
+ type: string;
10116
9752
  };
10117
- required: string[];
10118
9753
  };
10119
9754
  };
10120
- };
10121
- };
10122
- };
10123
- skipPartyLookup: {
10124
- description: string;
10125
- type: string;
10126
- };
10127
- };
10128
- };
10129
- const errorTransferResponse: {
10130
- allOf: ({
10131
- type: string;
10132
- properties: {
10133
- statusCode: {
10134
- type: string;
10135
- description: string;
10136
- };
10137
- message: {
10138
- type: string;
10139
- description: string;
10140
- };
10141
- transferState?: undefined;
10142
- };
10143
- required?: undefined;
10144
- } | {
10145
- type: string;
10146
- required: string[];
10147
- properties: {
10148
- transferState: {
10149
- type: string;
10150
- required: string[];
10151
- properties: {
10152
- transferId: {
10153
- title: string;
10154
- type: string;
10155
- pattern: string;
10156
- description: string;
10157
- example: string;
10158
- };
10159
- homeTransactionId: {
9755
+ quoteResponseSource: {
10160
9756
  type: string;
10161
9757
  description: string;
10162
9758
  };
10163
- from: {
9759
+ fulfil: {
10164
9760
  type: string;
10165
9761
  required: string[];
10166
9762
  properties: {
10167
- type: {
10168
- title: string;
10169
- type: string;
10170
- enum: string[];
10171
- description: string;
10172
- example: string;
10173
- };
10174
- idType: {
10175
- title: string;
10176
- type: string;
10177
- enum: string[];
10178
- description: string;
10179
- };
10180
- idValue: {
10181
- title: string;
10182
- type: string;
10183
- minLength: number;
10184
- maxLength: number;
10185
- description: string;
10186
- example: string;
10187
- };
10188
- idSubValue: {
10189
- title: string;
10190
- type: string;
10191
- minLength: number;
10192
- maxLength: number;
10193
- description: string;
10194
- };
10195
- displayName: {
10196
- title: string;
10197
- type: string;
10198
- pattern: string;
10199
- description: string;
10200
- };
10201
- firstName: {
10202
- title: string;
10203
- type: string;
10204
- minLength: number;
10205
- maxLength: number;
10206
- pattern: string;
10207
- description: string;
10208
- example: string;
10209
- };
10210
- middleName: {
10211
- title: string;
10212
- type: string;
10213
- minLength: number;
10214
- maxLength: number;
10215
- pattern: string;
10216
- description: string;
10217
- example: string;
10218
- };
10219
- lastName: {
10220
- title: string;
10221
- type: string;
10222
- minLength: number;
10223
- maxLength: number;
10224
- pattern: string;
10225
- description: string;
10226
- example: string;
10227
- };
10228
- dateOfBirth: {
9763
+ body: {
10229
9764
  title: string;
10230
9765
  type: string;
10231
- pattern: string;
10232
9766
  description: string;
10233
- example: string;
9767
+ properties: {
9768
+ fulfilment: {
9769
+ title: string;
9770
+ type: string;
9771
+ pattern: string;
9772
+ maxLength: number;
9773
+ description: string;
9774
+ example: string;
9775
+ };
9776
+ completedTimestamp: {
9777
+ title: string;
9778
+ type: string;
9779
+ pattern: string;
9780
+ description: string;
9781
+ example: string;
9782
+ };
9783
+ transferState: {
9784
+ title: string;
9785
+ type: string;
9786
+ enum: string[];
9787
+ description: string;
9788
+ example: string;
9789
+ };
9790
+ extensionList: {
9791
+ title: string;
9792
+ type: string;
9793
+ description: string;
9794
+ properties: {
9795
+ extension: {
9796
+ type: string;
9797
+ items: {
9798
+ title: string;
9799
+ type: string;
9800
+ description: string;
9801
+ properties: {
9802
+ key: {
9803
+ title: string;
9804
+ type: string;
9805
+ minLength: number;
9806
+ maxLength: number;
9807
+ description: string;
9808
+ };
9809
+ value: {
9810
+ title: string;
9811
+ type: string;
9812
+ minLength: number;
9813
+ maxLength: number;
9814
+ description: string;
9815
+ };
9816
+ };
9817
+ required: string[];
9818
+ };
9819
+ minItems: number;
9820
+ maxItems: number;
9821
+ description: string;
9822
+ };
9823
+ };
9824
+ required: string[];
9825
+ };
9826
+ };
9827
+ required: string[];
10234
9828
  };
10235
- merchantClassificationCode: {
10236
- title: string;
9829
+ headers: {
10237
9830
  type: string;
10238
- pattern: string;
10239
- description: string;
10240
9831
  };
10241
- fspId: {
10242
- title: string;
9832
+ };
9833
+ };
9834
+ lastError: {
9835
+ type: string;
9836
+ description: string;
9837
+ properties: {
9838
+ httpStatusCode: {
10243
9839
  type: string;
10244
- minLength: number;
10245
- maxLength: number;
10246
9840
  description: string;
10247
9841
  };
10248
- extensionList: {
9842
+ mojaloopError: {
10249
9843
  type: string;
10250
- items: {
10251
- title: string;
10252
- type: string;
10253
- description: string;
10254
- properties: {
10255
- key: {
10256
- title: string;
10257
- type: string;
10258
- minLength: number;
10259
- maxLength: number;
10260
- description: string;
10261
- };
10262
- value: {
10263
- title: string;
10264
- type: string;
10265
- minLength: number;
10266
- maxLength: number;
10267
- description: string;
9844
+ properties: {
9845
+ errorInformation: {
9846
+ title: string;
9847
+ type: string;
9848
+ description: string;
9849
+ properties: {
9850
+ errorCode: {
9851
+ title: string;
9852
+ type: string;
9853
+ pattern: string;
9854
+ description: string;
9855
+ example: string;
9856
+ };
9857
+ errorDescription: {
9858
+ title: string;
9859
+ type: string;
9860
+ minLength: number;
9861
+ maxLength: number;
9862
+ description: string;
9863
+ };
9864
+ extensionList: {
9865
+ title: string;
9866
+ type: string;
9867
+ description: string;
9868
+ properties: {
9869
+ extension: {
9870
+ type: string;
9871
+ items: {
9872
+ title: string;
9873
+ type: string;
9874
+ description: string;
9875
+ properties: {
9876
+ key: {
9877
+ title: string;
9878
+ type: string;
9879
+ minLength: number;
9880
+ maxLength: number;
9881
+ description: string;
9882
+ };
9883
+ value: {
9884
+ title: string;
9885
+ type: string;
9886
+ minLength: number;
9887
+ maxLength: number;
9888
+ description: string;
9889
+ };
9890
+ };
9891
+ required: string[];
9892
+ };
9893
+ minItems: number;
9894
+ maxItems: number;
9895
+ description: string;
9896
+ };
9897
+ };
9898
+ required: string[];
9899
+ };
10268
9900
  };
9901
+ required: string[];
10269
9902
  };
10270
- required: string[];
10271
9903
  };
10272
- minItems: number;
10273
- maxItems: number;
10274
9904
  };
10275
9905
  };
10276
9906
  };
10277
- to: {
9907
+ skipPartyLookup: {
9908
+ description: string;
10278
9909
  type: string;
10279
- required: string[];
10280
- properties: {
10281
- type: {
10282
- title: string;
10283
- type: string;
10284
- enum: string[];
10285
- description: string;
10286
- example: string;
10287
- };
10288
- idType: {
10289
- title: string;
10290
- type: string;
10291
- enum: string[];
10292
- description: string;
10293
- };
10294
- idValue: {
10295
- title: string;
10296
- type: string;
10297
- minLength: number;
10298
- maxLength: number;
10299
- description: string;
10300
- example: string;
10301
- };
10302
- idSubValue: {
10303
- title: string;
10304
- type: string;
10305
- minLength: number;
10306
- maxLength: number;
10307
- description: string;
10308
- };
10309
- displayName: {
10310
- title: string;
10311
- type: string;
10312
- pattern: string;
10313
- description: string;
10314
- };
10315
- firstName: {
9910
+ };
9911
+ };
9912
+ };
9913
+ statusCode?: undefined;
9914
+ message?: undefined;
9915
+ };
9916
+ })[];
9917
+ };
9918
+ const requestToPayTransferRequest: {
9919
+ type: string;
9920
+ required: string[];
9921
+ properties: {
9922
+ requestToPayTransactionId: {
9923
+ type: string;
9924
+ description: string;
9925
+ };
9926
+ from: {
9927
+ type: string;
9928
+ required: string[];
9929
+ properties: {
9930
+ type: {
9931
+ title: string;
9932
+ type: string;
9933
+ enum: string[];
9934
+ description: string;
9935
+ example: string;
9936
+ };
9937
+ idType: {
9938
+ title: string;
9939
+ type: string;
9940
+ enum: string[];
9941
+ description: string;
9942
+ };
9943
+ idValue: {
9944
+ title: string;
9945
+ type: string;
9946
+ minLength: number;
9947
+ maxLength: number;
9948
+ description: string;
9949
+ example: string;
9950
+ };
9951
+ idSubValue: {
9952
+ title: string;
9953
+ type: string;
9954
+ minLength: number;
9955
+ maxLength: number;
9956
+ description: string;
9957
+ };
9958
+ displayName: {
9959
+ title: string;
9960
+ type: string;
9961
+ pattern: string;
9962
+ description: string;
9963
+ };
9964
+ firstName: {
9965
+ title: string;
9966
+ type: string;
9967
+ minLength: number;
9968
+ maxLength: number;
9969
+ pattern: string;
9970
+ description: string;
9971
+ example: string;
9972
+ };
9973
+ middleName: {
9974
+ title: string;
9975
+ type: string;
9976
+ minLength: number;
9977
+ maxLength: number;
9978
+ pattern: string;
9979
+ description: string;
9980
+ example: string;
9981
+ };
9982
+ lastName: {
9983
+ title: string;
9984
+ type: string;
9985
+ minLength: number;
9986
+ maxLength: number;
9987
+ pattern: string;
9988
+ description: string;
9989
+ example: string;
9990
+ };
9991
+ dateOfBirth: {
9992
+ title: string;
9993
+ type: string;
9994
+ pattern: string;
9995
+ description: string;
9996
+ example: string;
9997
+ };
9998
+ merchantClassificationCode: {
9999
+ title: string;
10000
+ type: string;
10001
+ pattern: string;
10002
+ description: string;
10003
+ };
10004
+ fspId: {
10005
+ title: string;
10006
+ type: string;
10007
+ minLength: number;
10008
+ maxLength: number;
10009
+ description: string;
10010
+ };
10011
+ extensionList: {
10012
+ type: string;
10013
+ items: {
10014
+ title: string;
10015
+ type: string;
10016
+ description: string;
10017
+ properties: {
10018
+ key: {
10316
10019
  title: string;
10317
10020
  type: string;
10318
10021
  minLength: number;
10319
10022
  maxLength: number;
10320
- pattern: string;
10321
10023
  description: string;
10322
- example: string;
10323
10024
  };
10324
- middleName: {
10025
+ value: {
10325
10026
  title: string;
10326
10027
  type: string;
10327
10028
  minLength: number;
10328
10029
  maxLength: number;
10329
- pattern: string;
10330
10030
  description: string;
10331
- example: string;
10332
10031
  };
10333
- lastName: {
10032
+ };
10033
+ required: string[];
10034
+ };
10035
+ minItems: number;
10036
+ maxItems: number;
10037
+ };
10038
+ };
10039
+ };
10040
+ to: {
10041
+ type: string;
10042
+ required: string[];
10043
+ properties: {
10044
+ type: {
10045
+ title: string;
10046
+ type: string;
10047
+ enum: string[];
10048
+ description: string;
10049
+ example: string;
10050
+ };
10051
+ idType: {
10052
+ title: string;
10053
+ type: string;
10054
+ enum: string[];
10055
+ description: string;
10056
+ };
10057
+ idValue: {
10058
+ title: string;
10059
+ type: string;
10060
+ minLength: number;
10061
+ maxLength: number;
10062
+ description: string;
10063
+ example: string;
10064
+ };
10065
+ idSubValue: {
10066
+ title: string;
10067
+ type: string;
10068
+ minLength: number;
10069
+ maxLength: number;
10070
+ description: string;
10071
+ };
10072
+ displayName: {
10073
+ title: string;
10074
+ type: string;
10075
+ pattern: string;
10076
+ description: string;
10077
+ };
10078
+ firstName: {
10079
+ title: string;
10080
+ type: string;
10081
+ minLength: number;
10082
+ maxLength: number;
10083
+ pattern: string;
10084
+ description: string;
10085
+ example: string;
10086
+ };
10087
+ middleName: {
10088
+ title: string;
10089
+ type: string;
10090
+ minLength: number;
10091
+ maxLength: number;
10092
+ pattern: string;
10093
+ description: string;
10094
+ example: string;
10095
+ };
10096
+ lastName: {
10097
+ title: string;
10098
+ type: string;
10099
+ minLength: number;
10100
+ maxLength: number;
10101
+ pattern: string;
10102
+ description: string;
10103
+ example: string;
10104
+ };
10105
+ dateOfBirth: {
10106
+ title: string;
10107
+ type: string;
10108
+ pattern: string;
10109
+ description: string;
10110
+ example: string;
10111
+ };
10112
+ merchantClassificationCode: {
10113
+ title: string;
10114
+ type: string;
10115
+ pattern: string;
10116
+ description: string;
10117
+ };
10118
+ fspId: {
10119
+ title: string;
10120
+ type: string;
10121
+ minLength: number;
10122
+ maxLength: number;
10123
+ description: string;
10124
+ };
10125
+ extensionList: {
10126
+ type: string;
10127
+ items: {
10128
+ title: string;
10129
+ type: string;
10130
+ description: string;
10131
+ properties: {
10132
+ key: {
10334
10133
  title: string;
10335
10134
  type: string;
10336
10135
  minLength: number;
10337
10136
  maxLength: number;
10338
- pattern: string;
10339
- description: string;
10340
- example: string;
10341
- };
10342
- dateOfBirth: {
10343
- title: string;
10344
- type: string;
10345
- pattern: string;
10346
- description: string;
10347
- example: string;
10348
- };
10349
- merchantClassificationCode: {
10350
- title: string;
10351
- type: string;
10352
- pattern: string;
10353
10137
  description: string;
10354
10138
  };
10355
- fspId: {
10139
+ value: {
10356
10140
  title: string;
10357
10141
  type: string;
10358
10142
  minLength: number;
10359
10143
  maxLength: number;
10360
10144
  description: string;
10361
10145
  };
10362
- extensionList: {
10363
- type: string;
10364
- items: {
10365
- title: string;
10366
- type: string;
10367
- description: string;
10368
- properties: {
10369
- key: {
10370
- title: string;
10371
- type: string;
10372
- minLength: number;
10373
- maxLength: number;
10374
- description: string;
10375
- };
10376
- value: {
10377
- title: string;
10378
- type: string;
10379
- minLength: number;
10380
- maxLength: number;
10381
- description: string;
10382
- };
10383
- };
10384
- required: string[];
10385
- };
10386
- minItems: number;
10387
- maxItems: number;
10388
- };
10389
10146
  };
10147
+ required: string[];
10390
10148
  };
10391
- amountType: {
10392
- title: string;
10393
- type: string;
10394
- enum: string[];
10395
- description: string;
10396
- example: string;
10397
- };
10398
- currency: {
10399
- title: string;
10400
- description: string;
10401
- type: string;
10402
- minLength: number;
10403
- maxLength: number;
10404
- enum: string[];
10405
- };
10406
- amount: {
10407
- title: string;
10408
- type: string;
10409
- pattern: string;
10410
- description: string;
10411
- example: string;
10412
- };
10413
- transactionType: {
10414
- title: string;
10415
- type: string;
10416
- enum: string[];
10417
- description: string;
10418
- };
10419
- subScenario: {
10420
- title: string;
10421
- type: string;
10422
- pattern: string;
10423
- description: string;
10424
- example: string;
10425
- };
10426
- note: {
10427
- title: string;
10428
- type: string;
10429
- minLength: number;
10430
- maxLength: number;
10431
- description: string;
10432
- example: string;
10433
- };
10434
- currentState: {
10435
- type: string;
10436
- enum: string[];
10149
+ minItems: number;
10150
+ maxItems: number;
10151
+ };
10152
+ };
10153
+ };
10154
+ amountType: {
10155
+ title: string;
10156
+ type: string;
10157
+ enum: string[];
10158
+ description: string;
10159
+ example: string;
10160
+ };
10161
+ currency: {
10162
+ title: string;
10163
+ description: string;
10164
+ type: string;
10165
+ minLength: number;
10166
+ maxLength: number;
10167
+ enum: string[];
10168
+ };
10169
+ amount: {
10170
+ title: string;
10171
+ type: string;
10172
+ pattern: string;
10173
+ description: string;
10174
+ example: string;
10175
+ };
10176
+ scenario: {
10177
+ title: string;
10178
+ type: string;
10179
+ description: string;
10180
+ properties: {
10181
+ scenario: {
10182
+ title: string;
10183
+ type: string;
10184
+ enum: string[];
10185
+ description: string;
10186
+ example: string;
10187
+ };
10188
+ subScenario: {
10189
+ title: string;
10190
+ type: string;
10191
+ pattern: string;
10192
+ description: string;
10193
+ example: string;
10194
+ };
10195
+ initiator: {
10196
+ title: string;
10197
+ type: string;
10198
+ enum: string[];
10199
+ description: string;
10200
+ example: string;
10201
+ };
10202
+ initiatorType: {
10203
+ title: string;
10204
+ type: string;
10205
+ enum: string[];
10206
+ description: string;
10207
+ example: string;
10208
+ };
10209
+ refundInfo: {
10210
+ title: string;
10211
+ type: string;
10212
+ description: string;
10213
+ properties: {
10214
+ originalTransactionId: {
10215
+ title: string;
10216
+ type: string;
10217
+ pattern: string;
10218
+ description: string;
10219
+ example: string;
10220
+ };
10221
+ refundReason: {
10222
+ title: string;
10223
+ type: string;
10224
+ minLength: number;
10225
+ maxLength: number;
10226
+ description: string;
10227
+ example: string;
10228
+ };
10437
10229
  };
10438
- quoteId: {
10230
+ required: string[];
10231
+ };
10232
+ balanceOfPayments: {
10233
+ title: string;
10234
+ type: string;
10235
+ pattern: string;
10236
+ description: string;
10237
+ example: string;
10238
+ };
10239
+ };
10240
+ required: string[];
10241
+ };
10242
+ initiator: {
10243
+ title: string;
10244
+ type: string;
10245
+ enum: string[];
10246
+ description: string;
10247
+ example: string;
10248
+ };
10249
+ initiatorType: {
10250
+ title: string;
10251
+ type: string;
10252
+ enum: string[];
10253
+ description: string;
10254
+ example: string;
10255
+ };
10256
+ note: {
10257
+ title: string;
10258
+ type: string;
10259
+ minLength: number;
10260
+ maxLength: number;
10261
+ description: string;
10262
+ example: string;
10263
+ };
10264
+ };
10265
+ };
10266
+ const requestToPayTransferResponse: {
10267
+ type: string;
10268
+ required: string[];
10269
+ properties: {
10270
+ transferId: {
10271
+ title: string;
10272
+ type: string;
10273
+ pattern: string;
10274
+ description: string;
10275
+ example: string;
10276
+ };
10277
+ requestToPayTransactionId: {
10278
+ type: string;
10279
+ description: string;
10280
+ };
10281
+ from: {
10282
+ type: string;
10283
+ required: string[];
10284
+ properties: {
10285
+ type: {
10286
+ title: string;
10287
+ type: string;
10288
+ enum: string[];
10289
+ description: string;
10290
+ example: string;
10291
+ };
10292
+ idType: {
10293
+ title: string;
10294
+ type: string;
10295
+ enum: string[];
10296
+ description: string;
10297
+ };
10298
+ idValue: {
10299
+ title: string;
10300
+ type: string;
10301
+ minLength: number;
10302
+ maxLength: number;
10303
+ description: string;
10304
+ example: string;
10305
+ };
10306
+ idSubValue: {
10307
+ title: string;
10308
+ type: string;
10309
+ minLength: number;
10310
+ maxLength: number;
10311
+ description: string;
10312
+ };
10313
+ displayName: {
10314
+ title: string;
10315
+ type: string;
10316
+ pattern: string;
10317
+ description: string;
10318
+ };
10319
+ firstName: {
10320
+ title: string;
10321
+ type: string;
10322
+ minLength: number;
10323
+ maxLength: number;
10324
+ pattern: string;
10325
+ description: string;
10326
+ example: string;
10327
+ };
10328
+ middleName: {
10329
+ title: string;
10330
+ type: string;
10331
+ minLength: number;
10332
+ maxLength: number;
10333
+ pattern: string;
10334
+ description: string;
10335
+ example: string;
10336
+ };
10337
+ lastName: {
10338
+ title: string;
10339
+ type: string;
10340
+ minLength: number;
10341
+ maxLength: number;
10342
+ pattern: string;
10343
+ description: string;
10344
+ example: string;
10345
+ };
10346
+ dateOfBirth: {
10347
+ title: string;
10348
+ type: string;
10349
+ pattern: string;
10350
+ description: string;
10351
+ example: string;
10352
+ };
10353
+ merchantClassificationCode: {
10354
+ title: string;
10355
+ type: string;
10356
+ pattern: string;
10357
+ description: string;
10358
+ };
10359
+ fspId: {
10360
+ title: string;
10361
+ type: string;
10362
+ minLength: number;
10363
+ maxLength: number;
10364
+ description: string;
10365
+ };
10366
+ extensionList: {
10367
+ type: string;
10368
+ items: {
10439
10369
  title: string;
10440
10370
  type: string;
10441
- pattern: string;
10442
10371
  description: string;
10443
- example: string;
10444
- };
10445
- getPartiesResponse: {
10446
- type: string;
10447
- required: string[];
10448
10372
  properties: {
10449
- body: {
10373
+ key: {
10374
+ title: string;
10450
10375
  type: string;
10376
+ minLength: number;
10377
+ maxLength: number;
10378
+ description: string;
10451
10379
  };
10452
- headers: {
10380
+ value: {
10381
+ title: string;
10453
10382
  type: string;
10383
+ minLength: number;
10384
+ maxLength: number;
10385
+ description: string;
10454
10386
  };
10455
10387
  };
10456
- };
10457
- quoteResponse: {
10458
- type: string;
10459
10388
  required: string[];
10460
- properties: {
10461
- body: {
10462
- title: string;
10463
- type: string;
10464
- description: string;
10465
- properties: {
10466
- transferAmount: {
10467
- title: string;
10468
- type: string;
10469
- description: string;
10470
- properties: {
10471
- currency: {
10472
- title: string;
10473
- description: string;
10474
- type: string;
10475
- minLength: number;
10476
- maxLength: number;
10477
- enum: string[];
10478
- };
10479
- amount: {
10480
- title: string;
10481
- type: string;
10482
- pattern: string;
10483
- description: string;
10484
- example: string;
10485
- };
10486
- };
10487
- required: string[];
10488
- };
10489
- payeeReceiveAmount: {
10490
- title: string;
10491
- type: string;
10492
- description: string;
10493
- properties: {
10494
- currency: {
10495
- title: string;
10496
- description: string;
10497
- type: string;
10498
- minLength: number;
10499
- maxLength: number;
10500
- enum: string[];
10501
- };
10502
- amount: {
10503
- title: string;
10504
- type: string;
10505
- pattern: string;
10506
- description: string;
10507
- example: string;
10508
- };
10509
- };
10510
- required: string[];
10511
- };
10512
- payeeFspFee: {
10513
- title: string;
10514
- type: string;
10515
- description: string;
10516
- properties: {
10517
- currency: {
10518
- title: string;
10519
- description: string;
10520
- type: string;
10521
- minLength: number;
10522
- maxLength: number;
10523
- enum: string[];
10524
- };
10525
- amount: {
10526
- title: string;
10527
- type: string;
10528
- pattern: string;
10529
- description: string;
10530
- example: string;
10531
- };
10532
- };
10533
- required: string[];
10534
- };
10535
- payeeFspCommission: {
10536
- title: string;
10537
- type: string;
10538
- description: string;
10539
- properties: {
10540
- currency: {
10541
- title: string;
10542
- description: string;
10543
- type: string;
10544
- minLength: number;
10545
- maxLength: number;
10546
- enum: string[];
10547
- };
10548
- amount: {
10549
- title: string;
10550
- type: string;
10551
- pattern: string;
10552
- description: string;
10553
- example: string;
10554
- };
10555
- };
10556
- required: string[];
10557
- };
10558
- expiration: {
10559
- title: string;
10560
- type: string;
10561
- pattern: string;
10562
- description: string;
10563
- example: string;
10564
- };
10565
- geoCode: {
10566
- title: string;
10567
- type: string;
10568
- description: string;
10569
- properties: {
10570
- latitude: {
10571
- title: string;
10572
- type: string;
10573
- pattern: string;
10574
- description: string;
10575
- example: string;
10576
- };
10577
- longitude: {
10578
- title: string;
10579
- type: string;
10580
- pattern: string;
10581
- description: string;
10582
- example: string;
10583
- };
10584
- };
10585
- required: string[];
10586
- };
10587
- ilpPacket: {
10588
- title: string;
10589
- type: string;
10590
- pattern: string;
10591
- minLength: number;
10592
- maxLength: number;
10593
- description: string;
10594
- example: string;
10595
- };
10596
- condition: {
10597
- title: string;
10598
- type: string;
10599
- pattern: string;
10600
- maxLength: number;
10601
- description: string;
10602
- };
10603
- extensionList: {
10604
- title: string;
10605
- type: string;
10606
- description: string;
10607
- properties: {
10608
- extension: {
10609
- type: string;
10610
- items: {
10611
- title: string;
10612
- type: string;
10613
- description: string;
10614
- properties: {
10615
- key: {
10616
- title: string;
10617
- type: string;
10618
- minLength: number;
10619
- maxLength: number;
10620
- description: string;
10621
- };
10622
- value: {
10623
- title: string;
10624
- type: string;
10625
- minLength: number;
10626
- maxLength: number;
10627
- description: string;
10628
- };
10629
- };
10630
- required: string[];
10631
- };
10632
- minItems: number;
10633
- maxItems: number;
10634
- description: string;
10635
- };
10636
- };
10637
- required: string[];
10638
- };
10639
- };
10640
- required: string[];
10389
+ };
10390
+ minItems: number;
10391
+ maxItems: number;
10392
+ };
10393
+ };
10394
+ };
10395
+ to: {
10396
+ type: string;
10397
+ required: string[];
10398
+ properties: {
10399
+ type: {
10400
+ title: string;
10401
+ type: string;
10402
+ enum: string[];
10403
+ description: string;
10404
+ example: string;
10405
+ };
10406
+ idType: {
10407
+ title: string;
10408
+ type: string;
10409
+ enum: string[];
10410
+ description: string;
10411
+ };
10412
+ idValue: {
10413
+ title: string;
10414
+ type: string;
10415
+ minLength: number;
10416
+ maxLength: number;
10417
+ description: string;
10418
+ example: string;
10419
+ };
10420
+ idSubValue: {
10421
+ title: string;
10422
+ type: string;
10423
+ minLength: number;
10424
+ maxLength: number;
10425
+ description: string;
10426
+ };
10427
+ displayName: {
10428
+ title: string;
10429
+ type: string;
10430
+ pattern: string;
10431
+ description: string;
10432
+ };
10433
+ firstName: {
10434
+ title: string;
10435
+ type: string;
10436
+ minLength: number;
10437
+ maxLength: number;
10438
+ pattern: string;
10439
+ description: string;
10440
+ example: string;
10441
+ };
10442
+ middleName: {
10443
+ title: string;
10444
+ type: string;
10445
+ minLength: number;
10446
+ maxLength: number;
10447
+ pattern: string;
10448
+ description: string;
10449
+ example: string;
10450
+ };
10451
+ lastName: {
10452
+ title: string;
10453
+ type: string;
10454
+ minLength: number;
10455
+ maxLength: number;
10456
+ pattern: string;
10457
+ description: string;
10458
+ example: string;
10459
+ };
10460
+ dateOfBirth: {
10461
+ title: string;
10462
+ type: string;
10463
+ pattern: string;
10464
+ description: string;
10465
+ example: string;
10466
+ };
10467
+ merchantClassificationCode: {
10468
+ title: string;
10469
+ type: string;
10470
+ pattern: string;
10471
+ description: string;
10472
+ };
10473
+ fspId: {
10474
+ title: string;
10475
+ type: string;
10476
+ minLength: number;
10477
+ maxLength: number;
10478
+ description: string;
10479
+ };
10480
+ extensionList: {
10481
+ type: string;
10482
+ items: {
10483
+ title: string;
10484
+ type: string;
10485
+ description: string;
10486
+ properties: {
10487
+ key: {
10488
+ title: string;
10489
+ type: string;
10490
+ minLength: number;
10491
+ maxLength: number;
10492
+ description: string;
10641
10493
  };
10642
- headers: {
10494
+ value: {
10495
+ title: string;
10643
10496
  type: string;
10497
+ minLength: number;
10498
+ maxLength: number;
10499
+ description: string;
10644
10500
  };
10645
10501
  };
10502
+ required: string[];
10646
10503
  };
10647
- quoteResponseSource: {
10648
- type: string;
10649
- description: string;
10504
+ minItems: number;
10505
+ maxItems: number;
10506
+ };
10507
+ };
10508
+ };
10509
+ amountType: {
10510
+ title: string;
10511
+ type: string;
10512
+ enum: string[];
10513
+ description: string;
10514
+ example: string;
10515
+ };
10516
+ currency: {
10517
+ title: string;
10518
+ description: string;
10519
+ type: string;
10520
+ minLength: number;
10521
+ maxLength: number;
10522
+ enum: string[];
10523
+ };
10524
+ amount: {
10525
+ title: string;
10526
+ type: string;
10527
+ pattern: string;
10528
+ description: string;
10529
+ example: string;
10530
+ };
10531
+ transactionType: {
10532
+ title: string;
10533
+ type: string;
10534
+ enum: string[];
10535
+ description: string;
10536
+ };
10537
+ note: {
10538
+ title: string;
10539
+ type: string;
10540
+ minLength: number;
10541
+ maxLength: number;
10542
+ description: string;
10543
+ example: string;
10544
+ };
10545
+ currentState: {
10546
+ type: string;
10547
+ enum: string[];
10548
+ };
10549
+ quoteId: {
10550
+ title: string;
10551
+ type: string;
10552
+ pattern: string;
10553
+ description: string;
10554
+ example: string;
10555
+ };
10556
+ quoteResponse: {
10557
+ title: string;
10558
+ type: string;
10559
+ description: string;
10560
+ properties: {
10561
+ transferAmount: {
10562
+ title: string;
10563
+ type: string;
10564
+ description: string;
10565
+ properties: {
10566
+ currency: {
10567
+ title: string;
10568
+ description: string;
10569
+ type: string;
10570
+ minLength: number;
10571
+ maxLength: number;
10572
+ enum: string[];
10573
+ };
10574
+ amount: {
10575
+ title: string;
10576
+ type: string;
10577
+ pattern: string;
10578
+ description: string;
10579
+ example: string;
10580
+ };
10650
10581
  };
10651
- fulfil: {
10652
- type: string;
10653
- required: string[];
10654
- properties: {
10655
- body: {
10582
+ required: string[];
10583
+ };
10584
+ payeeReceiveAmount: {
10585
+ title: string;
10586
+ type: string;
10587
+ description: string;
10588
+ properties: {
10589
+ currency: {
10590
+ title: string;
10591
+ description: string;
10592
+ type: string;
10593
+ minLength: number;
10594
+ maxLength: number;
10595
+ enum: string[];
10596
+ };
10597
+ amount: {
10598
+ title: string;
10599
+ type: string;
10600
+ pattern: string;
10601
+ description: string;
10602
+ example: string;
10603
+ };
10604
+ };
10605
+ required: string[];
10606
+ };
10607
+ payeeFspFee: {
10608
+ title: string;
10609
+ type: string;
10610
+ description: string;
10611
+ properties: {
10612
+ currency: {
10613
+ title: string;
10614
+ description: string;
10615
+ type: string;
10616
+ minLength: number;
10617
+ maxLength: number;
10618
+ enum: string[];
10619
+ };
10620
+ amount: {
10621
+ title: string;
10622
+ type: string;
10623
+ pattern: string;
10624
+ description: string;
10625
+ example: string;
10626
+ };
10627
+ };
10628
+ required: string[];
10629
+ };
10630
+ payeeFspCommission: {
10631
+ title: string;
10632
+ type: string;
10633
+ description: string;
10634
+ properties: {
10635
+ currency: {
10636
+ title: string;
10637
+ description: string;
10638
+ type: string;
10639
+ minLength: number;
10640
+ maxLength: number;
10641
+ enum: string[];
10642
+ };
10643
+ amount: {
10644
+ title: string;
10645
+ type: string;
10646
+ pattern: string;
10647
+ description: string;
10648
+ example: string;
10649
+ };
10650
+ };
10651
+ required: string[];
10652
+ };
10653
+ expiration: {
10654
+ title: string;
10655
+ type: string;
10656
+ pattern: string;
10657
+ description: string;
10658
+ example: string;
10659
+ };
10660
+ geoCode: {
10661
+ title: string;
10662
+ type: string;
10663
+ description: string;
10664
+ properties: {
10665
+ latitude: {
10666
+ title: string;
10667
+ type: string;
10668
+ pattern: string;
10669
+ description: string;
10670
+ example: string;
10671
+ };
10672
+ longitude: {
10673
+ title: string;
10674
+ type: string;
10675
+ pattern: string;
10676
+ description: string;
10677
+ example: string;
10678
+ };
10679
+ };
10680
+ required: string[];
10681
+ };
10682
+ ilpPacket: {
10683
+ title: string;
10684
+ type: string;
10685
+ pattern: string;
10686
+ minLength: number;
10687
+ maxLength: number;
10688
+ description: string;
10689
+ example: string;
10690
+ };
10691
+ condition: {
10692
+ title: string;
10693
+ type: string;
10694
+ pattern: string;
10695
+ maxLength: number;
10696
+ description: string;
10697
+ };
10698
+ extensionList: {
10699
+ title: string;
10700
+ type: string;
10701
+ description: string;
10702
+ properties: {
10703
+ extension: {
10704
+ type: string;
10705
+ items: {
10656
10706
  title: string;
10657
10707
  type: string;
10658
10708
  description: string;
10659
10709
  properties: {
10660
- fulfilment: {
10710
+ key: {
10661
10711
  title: string;
10662
10712
  type: string;
10663
- pattern: string;
10713
+ minLength: number;
10664
10714
  maxLength: number;
10665
10715
  description: string;
10666
- example: string;
10667
10716
  };
10668
- completedTimestamp: {
10717
+ value: {
10669
10718
  title: string;
10670
10719
  type: string;
10671
- pattern: string;
10720
+ minLength: number;
10721
+ maxLength: number;
10672
10722
  description: string;
10673
- example: string;
10674
10723
  };
10675
- transferState: {
10724
+ };
10725
+ required: string[];
10726
+ };
10727
+ minItems: number;
10728
+ maxItems: number;
10729
+ description: string;
10730
+ };
10731
+ };
10732
+ required: string[];
10733
+ };
10734
+ };
10735
+ required: string[];
10736
+ };
10737
+ quoteResponseSource: {
10738
+ type: string;
10739
+ description: string;
10740
+ };
10741
+ fulfil: {
10742
+ title: string;
10743
+ type: string;
10744
+ description: string;
10745
+ properties: {
10746
+ fulfilment: {
10747
+ title: string;
10748
+ type: string;
10749
+ pattern: string;
10750
+ maxLength: number;
10751
+ description: string;
10752
+ example: string;
10753
+ };
10754
+ completedTimestamp: {
10755
+ title: string;
10756
+ type: string;
10757
+ pattern: string;
10758
+ description: string;
10759
+ example: string;
10760
+ };
10761
+ transferState: {
10762
+ title: string;
10763
+ type: string;
10764
+ enum: string[];
10765
+ description: string;
10766
+ example: string;
10767
+ };
10768
+ extensionList: {
10769
+ title: string;
10770
+ type: string;
10771
+ description: string;
10772
+ properties: {
10773
+ extension: {
10774
+ type: string;
10775
+ items: {
10776
+ title: string;
10777
+ type: string;
10778
+ description: string;
10779
+ properties: {
10780
+ key: {
10676
10781
  title: string;
10677
10782
  type: string;
10678
- enum: string[];
10783
+ minLength: number;
10784
+ maxLength: number;
10679
10785
  description: string;
10680
- example: string;
10681
10786
  };
10682
- extensionList: {
10787
+ value: {
10683
10788
  title: string;
10684
10789
  type: string;
10790
+ minLength: number;
10791
+ maxLength: number;
10685
10792
  description: string;
10686
- properties: {
10687
- extension: {
10688
- type: string;
10689
- items: {
10690
- title: string;
10691
- type: string;
10692
- description: string;
10693
- properties: {
10694
- key: {
10695
- title: string;
10696
- type: string;
10697
- minLength: number;
10698
- maxLength: number;
10699
- description: string;
10700
- };
10701
- value: {
10702
- title: string;
10703
- type: string;
10704
- minLength: number;
10705
- maxLength: number;
10706
- description: string;
10707
- };
10708
- };
10709
- required: string[];
10710
- };
10711
- minItems: number;
10712
- maxItems: number;
10713
- description: string;
10714
- };
10715
- };
10716
- required: string[];
10717
10793
  };
10718
10794
  };
10719
10795
  required: string[];
10720
10796
  };
10721
- headers: {
10722
- type: string;
10723
- };
10797
+ minItems: number;
10798
+ maxItems: number;
10799
+ description: string;
10724
10800
  };
10725
10801
  };
10726
- lastError: {
10727
- type: string;
10728
- description: string;
10729
- properties: {
10730
- httpStatusCode: {
10731
- type: string;
10732
- description: string;
10733
- };
10734
- mojaloopError: {
10735
- type: string;
10736
- properties: {
10737
- errorInformation: {
10738
- title: string;
10739
- type: string;
10740
- description: string;
10741
- properties: {
10742
- errorCode: {
10743
- title: string;
10744
- type: string;
10745
- pattern: string;
10746
- description: string;
10747
- example: string;
10748
- };
10749
- errorDescription: {
10750
- title: string;
10751
- type: string;
10752
- minLength: number;
10753
- maxLength: number;
10754
- description: string;
10755
- };
10756
- extensionList: {
10802
+ required: string[];
10803
+ };
10804
+ };
10805
+ required: string[];
10806
+ };
10807
+ lastError: {
10808
+ type: string;
10809
+ description: string;
10810
+ properties: {
10811
+ httpStatusCode: {
10812
+ type: string;
10813
+ description: string;
10814
+ };
10815
+ mojaloopError: {
10816
+ type: string;
10817
+ properties: {
10818
+ errorInformation: {
10819
+ title: string;
10820
+ type: string;
10821
+ description: string;
10822
+ properties: {
10823
+ errorCode: {
10824
+ title: string;
10825
+ type: string;
10826
+ pattern: string;
10827
+ description: string;
10828
+ example: string;
10829
+ };
10830
+ errorDescription: {
10831
+ title: string;
10832
+ type: string;
10833
+ minLength: number;
10834
+ maxLength: number;
10835
+ description: string;
10836
+ };
10837
+ extensionList: {
10838
+ title: string;
10839
+ type: string;
10840
+ description: string;
10841
+ properties: {
10842
+ extension: {
10843
+ type: string;
10844
+ items: {
10757
10845
  title: string;
10758
10846
  type: string;
10759
10847
  description: string;
10760
10848
  properties: {
10761
- extension: {
10849
+ key: {
10850
+ title: string;
10762
10851
  type: string;
10763
- items: {
10764
- title: string;
10765
- type: string;
10766
- description: string;
10767
- properties: {
10768
- key: {
10769
- title: string;
10770
- type: string;
10771
- minLength: number;
10772
- maxLength: number;
10773
- description: string;
10774
- };
10775
- value: {
10776
- title: string;
10777
- type: string;
10778
- minLength: number;
10779
- maxLength: number;
10780
- description: string;
10781
- };
10782
- };
10783
- required: string[];
10784
- };
10785
- minItems: number;
10786
- maxItems: number;
10852
+ minLength: number;
10853
+ maxLength: number;
10854
+ description: string;
10855
+ };
10856
+ value: {
10857
+ title: string;
10858
+ type: string;
10859
+ minLength: number;
10860
+ maxLength: number;
10787
10861
  description: string;
10788
10862
  };
10789
10863
  };
10790
10864
  required: string[];
10791
10865
  };
10866
+ minItems: number;
10867
+ maxItems: number;
10868
+ description: string;
10792
10869
  };
10793
- required: string[];
10794
10870
  };
10871
+ required: string[];
10795
10872
  };
10796
10873
  };
10874
+ required: string[];
10797
10875
  };
10798
10876
  };
10799
- skipPartyLookup: {
10800
- description: string;
10801
- type: string;
10802
- };
10803
10877
  };
10804
10878
  };
10805
- statusCode?: undefined;
10806
- message?: undefined;
10807
10879
  };
10808
- })[];
10880
+ };
10809
10881
  };
10810
10882
  const transferContinuationAcceptOTP: {
10811
10883
  type: string;