@mojaloop/api-snippets 17.0.2 → 17.0.3-snapshot.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +130 -38
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +4717 -1365
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +69 -24
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.d.ts +1306 -216
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +10 -3
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/types.d.ts +10 -3
- package/package.json +2 -2
- package/sdk-scheme-adapter/v2_0_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -2
@@ -4217,87 +4217,81 @@ export declare namespace Schemas {
|
|
4217
4217
|
description: string;
|
4218
4218
|
example: string;
|
4219
4219
|
};
|
4220
|
-
const
|
4220
|
+
const Money: {
|
4221
|
+
title: string;
|
4222
|
+
type: string;
|
4223
|
+
description: string;
|
4224
|
+
properties: {
|
4225
|
+
currency: {
|
4226
|
+
title: string;
|
4227
|
+
description: string;
|
4228
|
+
type: string;
|
4229
|
+
minLength: number;
|
4230
|
+
maxLength: number;
|
4231
|
+
enum: string[];
|
4232
|
+
};
|
4233
|
+
amount: {
|
4234
|
+
title: string;
|
4235
|
+
type: string;
|
4236
|
+
pattern: string;
|
4237
|
+
description: string;
|
4238
|
+
example: string;
|
4239
|
+
};
|
4240
|
+
};
|
4241
|
+
required: string[];
|
4242
|
+
};
|
4243
|
+
const Latitude: {
|
4221
4244
|
title: string;
|
4222
4245
|
type: string;
|
4223
4246
|
pattern: string;
|
4224
|
-
maxLength: number;
|
4225
4247
|
description: string;
|
4226
4248
|
example: string;
|
4227
4249
|
};
|
4228
|
-
const
|
4250
|
+
const Longitude: {
|
4229
4251
|
title: string;
|
4230
4252
|
type: string;
|
4231
|
-
|
4253
|
+
pattern: string;
|
4232
4254
|
description: string;
|
4233
4255
|
example: string;
|
4234
4256
|
};
|
4235
|
-
const
|
4257
|
+
const GeoCode: {
|
4236
4258
|
title: string;
|
4237
4259
|
type: string;
|
4238
4260
|
description: string;
|
4239
4261
|
properties: {
|
4240
|
-
|
4262
|
+
latitude: {
|
4241
4263
|
title: string;
|
4242
4264
|
type: string;
|
4243
4265
|
pattern: string;
|
4244
|
-
maxLength: number;
|
4245
4266
|
description: string;
|
4246
4267
|
example: string;
|
4247
4268
|
};
|
4248
|
-
|
4269
|
+
longitude: {
|
4249
4270
|
title: string;
|
4250
4271
|
type: string;
|
4251
4272
|
pattern: string;
|
4252
4273
|
description: string;
|
4253
4274
|
example: string;
|
4254
4275
|
};
|
4255
|
-
transferState: {
|
4256
|
-
title: string;
|
4257
|
-
type: string;
|
4258
|
-
enum: string[];
|
4259
|
-
description: string;
|
4260
|
-
example: string;
|
4261
|
-
};
|
4262
|
-
extensionList: {
|
4263
|
-
title: string;
|
4264
|
-
type: string;
|
4265
|
-
description: string;
|
4266
|
-
properties: {
|
4267
|
-
extension: {
|
4268
|
-
type: string;
|
4269
|
-
items: {
|
4270
|
-
title: string;
|
4271
|
-
type: string;
|
4272
|
-
description: string;
|
4273
|
-
properties: {
|
4274
|
-
key: {
|
4275
|
-
title: string;
|
4276
|
-
type: string;
|
4277
|
-
minLength: number;
|
4278
|
-
maxLength: number;
|
4279
|
-
description: string;
|
4280
|
-
};
|
4281
|
-
value: {
|
4282
|
-
title: string;
|
4283
|
-
type: string;
|
4284
|
-
minLength: number;
|
4285
|
-
maxLength: number;
|
4286
|
-
description: string;
|
4287
|
-
};
|
4288
|
-
};
|
4289
|
-
required: string[];
|
4290
|
-
};
|
4291
|
-
minItems: number;
|
4292
|
-
maxItems: number;
|
4293
|
-
description: string;
|
4294
|
-
};
|
4295
|
-
};
|
4296
|
-
required: string[];
|
4297
|
-
};
|
4298
4276
|
};
|
4299
4277
|
required: string[];
|
4300
4278
|
};
|
4279
|
+
const IlpPacket: {
|
4280
|
+
title: string;
|
4281
|
+
type: string;
|
4282
|
+
pattern: string;
|
4283
|
+
minLength: number;
|
4284
|
+
maxLength: number;
|
4285
|
+
description: string;
|
4286
|
+
example: string;
|
4287
|
+
};
|
4288
|
+
const IlpCondition: {
|
4289
|
+
title: string;
|
4290
|
+
type: string;
|
4291
|
+
pattern: string;
|
4292
|
+
maxLength: number;
|
4293
|
+
description: string;
|
4294
|
+
};
|
4301
4295
|
const ErrorCode: {
|
4302
4296
|
title: string;
|
4303
4297
|
type: string;
|
@@ -4433,7 +4427,7 @@ export declare namespace Schemas {
|
|
4433
4427
|
};
|
4434
4428
|
};
|
4435
4429
|
};
|
4436
|
-
const
|
4430
|
+
const quoteError: {
|
4437
4431
|
type: string;
|
4438
4432
|
description: string;
|
4439
4433
|
properties: {
|
@@ -4507,136 +4501,602 @@ export declare namespace Schemas {
|
|
4507
4501
|
};
|
4508
4502
|
};
|
4509
4503
|
};
|
4510
|
-
const
|
4504
|
+
const individualQuoteResult: {
|
4511
4505
|
type: string;
|
4512
|
-
required: string[];
|
4513
4506
|
properties: {
|
4514
|
-
|
4507
|
+
quoteId: {
|
4515
4508
|
title: string;
|
4516
4509
|
type: string;
|
4517
4510
|
pattern: string;
|
4518
4511
|
description: string;
|
4519
4512
|
example: string;
|
4520
4513
|
};
|
4521
|
-
|
4514
|
+
transferAmount: {
|
4515
|
+
title: string;
|
4522
4516
|
type: string;
|
4523
4517
|
description: string;
|
4518
|
+
properties: {
|
4519
|
+
currency: {
|
4520
|
+
title: string;
|
4521
|
+
description: string;
|
4522
|
+
type: string;
|
4523
|
+
minLength: number;
|
4524
|
+
maxLength: number;
|
4525
|
+
enum: string[];
|
4526
|
+
};
|
4527
|
+
amount: {
|
4528
|
+
title: string;
|
4529
|
+
type: string;
|
4530
|
+
pattern: string;
|
4531
|
+
description: string;
|
4532
|
+
example: string;
|
4533
|
+
};
|
4534
|
+
};
|
4535
|
+
required: string[];
|
4524
4536
|
};
|
4525
|
-
|
4537
|
+
payeeReceiveAmount: {
|
4526
4538
|
title: string;
|
4527
4539
|
type: string;
|
4528
|
-
pattern: string;
|
4529
4540
|
description: string;
|
4530
|
-
|
4541
|
+
properties: {
|
4542
|
+
currency: {
|
4543
|
+
title: string;
|
4544
|
+
description: string;
|
4545
|
+
type: string;
|
4546
|
+
minLength: number;
|
4547
|
+
maxLength: number;
|
4548
|
+
enum: string[];
|
4549
|
+
};
|
4550
|
+
amount: {
|
4551
|
+
title: string;
|
4552
|
+
type: string;
|
4553
|
+
pattern: string;
|
4554
|
+
description: string;
|
4555
|
+
example: string;
|
4556
|
+
};
|
4557
|
+
};
|
4558
|
+
required: string[];
|
4531
4559
|
};
|
4532
|
-
|
4560
|
+
payeeFspFee: {
|
4533
4561
|
title: string;
|
4534
4562
|
type: string;
|
4535
4563
|
description: string;
|
4536
4564
|
properties: {
|
4537
|
-
|
4565
|
+
currency: {
|
4538
4566
|
title: string;
|
4539
|
-
type: string;
|
4540
4567
|
description: string;
|
4541
|
-
|
4542
|
-
|
4543
|
-
|
4544
|
-
|
4545
|
-
enum: string[];
|
4546
|
-
description: string;
|
4547
|
-
};
|
4548
|
-
partyIdentifier: {
|
4549
|
-
title: string;
|
4550
|
-
type: string;
|
4551
|
-
minLength: number;
|
4552
|
-
maxLength: number;
|
4553
|
-
description: string;
|
4554
|
-
example: string;
|
4555
|
-
};
|
4556
|
-
partySubIdOrType: {
|
4557
|
-
title: string;
|
4558
|
-
type: string;
|
4559
|
-
minLength: number;
|
4560
|
-
maxLength: number;
|
4561
|
-
description: string;
|
4562
|
-
};
|
4563
|
-
fspId: {
|
4564
|
-
title: string;
|
4565
|
-
type: string;
|
4566
|
-
minLength: number;
|
4567
|
-
maxLength: number;
|
4568
|
-
description: string;
|
4569
|
-
};
|
4570
|
-
extensionList: {
|
4571
|
-
title: string;
|
4572
|
-
type: string;
|
4573
|
-
description: string;
|
4574
|
-
properties: {
|
4575
|
-
extension: {
|
4576
|
-
type: string;
|
4577
|
-
items: {
|
4578
|
-
title: string;
|
4579
|
-
type: string;
|
4580
|
-
description: string;
|
4581
|
-
properties: {
|
4582
|
-
key: {
|
4583
|
-
title: string;
|
4584
|
-
type: string;
|
4585
|
-
minLength: number;
|
4586
|
-
maxLength: number;
|
4587
|
-
description: string;
|
4588
|
-
};
|
4589
|
-
value: {
|
4590
|
-
title: string;
|
4591
|
-
type: string;
|
4592
|
-
minLength: number;
|
4593
|
-
maxLength: number;
|
4594
|
-
description: string;
|
4595
|
-
};
|
4596
|
-
};
|
4597
|
-
required: string[];
|
4598
|
-
};
|
4599
|
-
minItems: number;
|
4600
|
-
maxItems: number;
|
4601
|
-
description: string;
|
4602
|
-
};
|
4603
|
-
};
|
4604
|
-
required: string[];
|
4605
|
-
};
|
4606
|
-
};
|
4607
|
-
required: string[];
|
4568
|
+
type: string;
|
4569
|
+
minLength: number;
|
4570
|
+
maxLength: number;
|
4571
|
+
enum: string[];
|
4608
4572
|
};
|
4609
|
-
|
4573
|
+
amount: {
|
4610
4574
|
title: string;
|
4611
4575
|
type: string;
|
4612
4576
|
pattern: string;
|
4613
4577
|
description: string;
|
4578
|
+
example: string;
|
4614
4579
|
};
|
4615
|
-
|
4580
|
+
};
|
4581
|
+
required: string[];
|
4582
|
+
};
|
4583
|
+
payeeFspCommission: {
|
4584
|
+
title: string;
|
4585
|
+
type: string;
|
4586
|
+
description: string;
|
4587
|
+
properties: {
|
4588
|
+
currency: {
|
4616
4589
|
title: string;
|
4590
|
+
description: string;
|
4617
4591
|
type: string;
|
4618
4592
|
minLength: number;
|
4619
4593
|
maxLength: number;
|
4594
|
+
enum: string[];
|
4595
|
+
};
|
4596
|
+
amount: {
|
4597
|
+
title: string;
|
4598
|
+
type: string;
|
4599
|
+
pattern: string;
|
4620
4600
|
description: string;
|
4601
|
+
example: string;
|
4621
4602
|
};
|
4622
|
-
|
4603
|
+
};
|
4604
|
+
required: string[];
|
4605
|
+
};
|
4606
|
+
geoCode: {
|
4607
|
+
title: string;
|
4608
|
+
type: string;
|
4609
|
+
description: string;
|
4610
|
+
properties: {
|
4611
|
+
latitude: {
|
4623
4612
|
title: string;
|
4624
4613
|
type: string;
|
4614
|
+
pattern: string;
|
4625
4615
|
description: string;
|
4626
|
-
|
4627
|
-
|
4628
|
-
|
4629
|
-
|
4630
|
-
|
4631
|
-
|
4632
|
-
|
4633
|
-
|
4634
|
-
|
4635
|
-
|
4636
|
-
|
4637
|
-
|
4638
|
-
|
4639
|
-
|
4616
|
+
example: string;
|
4617
|
+
};
|
4618
|
+
longitude: {
|
4619
|
+
title: string;
|
4620
|
+
type: string;
|
4621
|
+
pattern: string;
|
4622
|
+
description: string;
|
4623
|
+
example: string;
|
4624
|
+
};
|
4625
|
+
};
|
4626
|
+
required: string[];
|
4627
|
+
};
|
4628
|
+
ilpPacket: {
|
4629
|
+
title: string;
|
4630
|
+
type: string;
|
4631
|
+
pattern: string;
|
4632
|
+
minLength: number;
|
4633
|
+
maxLength: number;
|
4634
|
+
description: string;
|
4635
|
+
example: string;
|
4636
|
+
};
|
4637
|
+
condition: {
|
4638
|
+
title: string;
|
4639
|
+
type: string;
|
4640
|
+
pattern: string;
|
4641
|
+
maxLength: number;
|
4642
|
+
description: string;
|
4643
|
+
};
|
4644
|
+
extensionList: {
|
4645
|
+
title: string;
|
4646
|
+
type: string;
|
4647
|
+
description: string;
|
4648
|
+
properties: {
|
4649
|
+
extension: {
|
4650
|
+
type: string;
|
4651
|
+
items: {
|
4652
|
+
title: string;
|
4653
|
+
type: string;
|
4654
|
+
description: string;
|
4655
|
+
properties: {
|
4656
|
+
key: {
|
4657
|
+
title: string;
|
4658
|
+
type: string;
|
4659
|
+
minLength: number;
|
4660
|
+
maxLength: number;
|
4661
|
+
description: string;
|
4662
|
+
};
|
4663
|
+
value: {
|
4664
|
+
title: string;
|
4665
|
+
type: string;
|
4666
|
+
minLength: number;
|
4667
|
+
maxLength: number;
|
4668
|
+
description: string;
|
4669
|
+
};
|
4670
|
+
};
|
4671
|
+
required: string[];
|
4672
|
+
};
|
4673
|
+
minItems: number;
|
4674
|
+
maxItems: number;
|
4675
|
+
description: string;
|
4676
|
+
};
|
4677
|
+
};
|
4678
|
+
required: string[];
|
4679
|
+
};
|
4680
|
+
lastError: {
|
4681
|
+
description: string;
|
4682
|
+
type: string;
|
4683
|
+
properties: {
|
4684
|
+
httpStatusCode: {
|
4685
|
+
type: string;
|
4686
|
+
description: string;
|
4687
|
+
};
|
4688
|
+
mojaloopError: {
|
4689
|
+
description: string;
|
4690
|
+
type: string;
|
4691
|
+
properties: {
|
4692
|
+
errorInformation: {
|
4693
|
+
title: string;
|
4694
|
+
type: string;
|
4695
|
+
description: string;
|
4696
|
+
properties: {
|
4697
|
+
errorCode: {
|
4698
|
+
title: string;
|
4699
|
+
type: string;
|
4700
|
+
pattern: string;
|
4701
|
+
description: string;
|
4702
|
+
example: string;
|
4703
|
+
};
|
4704
|
+
errorDescription: {
|
4705
|
+
title: string;
|
4706
|
+
type: string;
|
4707
|
+
minLength: number;
|
4708
|
+
maxLength: number;
|
4709
|
+
description: string;
|
4710
|
+
};
|
4711
|
+
extensionList: {
|
4712
|
+
title: string;
|
4713
|
+
type: string;
|
4714
|
+
description: string;
|
4715
|
+
properties: {
|
4716
|
+
extension: {
|
4717
|
+
type: string;
|
4718
|
+
items: {
|
4719
|
+
title: string;
|
4720
|
+
type: string;
|
4721
|
+
description: string;
|
4722
|
+
properties: {
|
4723
|
+
key: {
|
4724
|
+
title: string;
|
4725
|
+
type: string;
|
4726
|
+
minLength: number;
|
4727
|
+
maxLength: number;
|
4728
|
+
description: string;
|
4729
|
+
};
|
4730
|
+
value: {
|
4731
|
+
title: string;
|
4732
|
+
type: string;
|
4733
|
+
minLength: number;
|
4734
|
+
maxLength: number;
|
4735
|
+
description: string;
|
4736
|
+
};
|
4737
|
+
};
|
4738
|
+
required: string[];
|
4739
|
+
};
|
4740
|
+
minItems: number;
|
4741
|
+
maxItems: number;
|
4742
|
+
description: string;
|
4743
|
+
};
|
4744
|
+
};
|
4745
|
+
required: string[];
|
4746
|
+
};
|
4747
|
+
};
|
4748
|
+
required: string[];
|
4749
|
+
};
|
4750
|
+
};
|
4751
|
+
};
|
4752
|
+
};
|
4753
|
+
};
|
4754
|
+
};
|
4755
|
+
required: string[];
|
4756
|
+
};
|
4757
|
+
const IlpFulfilment: {
|
4758
|
+
title: string;
|
4759
|
+
type: string;
|
4760
|
+
pattern: string;
|
4761
|
+
maxLength: number;
|
4762
|
+
description: string;
|
4763
|
+
example: string;
|
4764
|
+
};
|
4765
|
+
const transferError: {
|
4766
|
+
type: string;
|
4767
|
+
description: string;
|
4768
|
+
properties: {
|
4769
|
+
httpStatusCode: {
|
4770
|
+
type: string;
|
4771
|
+
description: string;
|
4772
|
+
};
|
4773
|
+
mojaloopError: {
|
4774
|
+
description: string;
|
4775
|
+
type: string;
|
4776
|
+
properties: {
|
4777
|
+
errorInformation: {
|
4778
|
+
title: string;
|
4779
|
+
type: string;
|
4780
|
+
description: string;
|
4781
|
+
properties: {
|
4782
|
+
errorCode: {
|
4783
|
+
title: string;
|
4784
|
+
type: string;
|
4785
|
+
pattern: string;
|
4786
|
+
description: string;
|
4787
|
+
example: string;
|
4788
|
+
};
|
4789
|
+
errorDescription: {
|
4790
|
+
title: string;
|
4791
|
+
type: string;
|
4792
|
+
minLength: number;
|
4793
|
+
maxLength: number;
|
4794
|
+
description: string;
|
4795
|
+
};
|
4796
|
+
extensionList: {
|
4797
|
+
title: string;
|
4798
|
+
type: string;
|
4799
|
+
description: string;
|
4800
|
+
properties: {
|
4801
|
+
extension: {
|
4802
|
+
type: string;
|
4803
|
+
items: {
|
4804
|
+
title: string;
|
4805
|
+
type: string;
|
4806
|
+
description: string;
|
4807
|
+
properties: {
|
4808
|
+
key: {
|
4809
|
+
title: string;
|
4810
|
+
type: string;
|
4811
|
+
minLength: number;
|
4812
|
+
maxLength: number;
|
4813
|
+
description: string;
|
4814
|
+
};
|
4815
|
+
value: {
|
4816
|
+
title: string;
|
4817
|
+
type: string;
|
4818
|
+
minLength: number;
|
4819
|
+
maxLength: number;
|
4820
|
+
description: string;
|
4821
|
+
};
|
4822
|
+
};
|
4823
|
+
required: string[];
|
4824
|
+
};
|
4825
|
+
minItems: number;
|
4826
|
+
maxItems: number;
|
4827
|
+
description: string;
|
4828
|
+
};
|
4829
|
+
};
|
4830
|
+
required: string[];
|
4831
|
+
};
|
4832
|
+
};
|
4833
|
+
required: string[];
|
4834
|
+
};
|
4835
|
+
};
|
4836
|
+
};
|
4837
|
+
};
|
4838
|
+
};
|
4839
|
+
const individualTransferResult: {
|
4840
|
+
type: string;
|
4841
|
+
required: string[];
|
4842
|
+
properties: {
|
4843
|
+
transferId: {
|
4844
|
+
title: string;
|
4845
|
+
type: string;
|
4846
|
+
pattern: string;
|
4847
|
+
description: string;
|
4848
|
+
example: string;
|
4849
|
+
};
|
4850
|
+
fulfilment: {
|
4851
|
+
description: string;
|
4852
|
+
title: string;
|
4853
|
+
type: string;
|
4854
|
+
pattern: string;
|
4855
|
+
maxLength: number;
|
4856
|
+
example: string;
|
4857
|
+
};
|
4858
|
+
extensionList: {
|
4859
|
+
title: string;
|
4860
|
+
type: string;
|
4861
|
+
description: string;
|
4862
|
+
properties: {
|
4863
|
+
extension: {
|
4864
|
+
type: string;
|
4865
|
+
items: {
|
4866
|
+
title: string;
|
4867
|
+
type: string;
|
4868
|
+
description: string;
|
4869
|
+
properties: {
|
4870
|
+
key: {
|
4871
|
+
title: string;
|
4872
|
+
type: string;
|
4873
|
+
minLength: number;
|
4874
|
+
maxLength: number;
|
4875
|
+
description: string;
|
4876
|
+
};
|
4877
|
+
value: {
|
4878
|
+
title: string;
|
4879
|
+
type: string;
|
4880
|
+
minLength: number;
|
4881
|
+
maxLength: number;
|
4882
|
+
description: string;
|
4883
|
+
};
|
4884
|
+
};
|
4885
|
+
required: string[];
|
4886
|
+
};
|
4887
|
+
minItems: number;
|
4888
|
+
maxItems: number;
|
4889
|
+
description: string;
|
4890
|
+
};
|
4891
|
+
};
|
4892
|
+
required: string[];
|
4893
|
+
};
|
4894
|
+
lastError: {
|
4895
|
+
type: string;
|
4896
|
+
description: string;
|
4897
|
+
properties: {
|
4898
|
+
httpStatusCode: {
|
4899
|
+
type: string;
|
4900
|
+
description: string;
|
4901
|
+
};
|
4902
|
+
mojaloopError: {
|
4903
|
+
description: string;
|
4904
|
+
type: string;
|
4905
|
+
properties: {
|
4906
|
+
errorInformation: {
|
4907
|
+
title: string;
|
4908
|
+
type: string;
|
4909
|
+
description: string;
|
4910
|
+
properties: {
|
4911
|
+
errorCode: {
|
4912
|
+
title: string;
|
4913
|
+
type: string;
|
4914
|
+
pattern: string;
|
4915
|
+
description: string;
|
4916
|
+
example: string;
|
4917
|
+
};
|
4918
|
+
errorDescription: {
|
4919
|
+
title: string;
|
4920
|
+
type: string;
|
4921
|
+
minLength: number;
|
4922
|
+
maxLength: number;
|
4923
|
+
description: string;
|
4924
|
+
};
|
4925
|
+
extensionList: {
|
4926
|
+
title: string;
|
4927
|
+
type: string;
|
4928
|
+
description: string;
|
4929
|
+
properties: {
|
4930
|
+
extension: {
|
4931
|
+
type: string;
|
4932
|
+
items: {
|
4933
|
+
title: string;
|
4934
|
+
type: string;
|
4935
|
+
description: string;
|
4936
|
+
properties: {
|
4937
|
+
key: {
|
4938
|
+
title: string;
|
4939
|
+
type: string;
|
4940
|
+
minLength: number;
|
4941
|
+
maxLength: number;
|
4942
|
+
description: string;
|
4943
|
+
};
|
4944
|
+
value: {
|
4945
|
+
title: string;
|
4946
|
+
type: string;
|
4947
|
+
minLength: number;
|
4948
|
+
maxLength: number;
|
4949
|
+
description: string;
|
4950
|
+
};
|
4951
|
+
};
|
4952
|
+
required: string[];
|
4953
|
+
};
|
4954
|
+
minItems: number;
|
4955
|
+
maxItems: number;
|
4956
|
+
description: string;
|
4957
|
+
};
|
4958
|
+
};
|
4959
|
+
required: string[];
|
4960
|
+
};
|
4961
|
+
};
|
4962
|
+
required: string[];
|
4963
|
+
};
|
4964
|
+
};
|
4965
|
+
};
|
4966
|
+
};
|
4967
|
+
};
|
4968
|
+
};
|
4969
|
+
};
|
4970
|
+
const bulkTransactionIndividualTransferResult: {
|
4971
|
+
type: string;
|
4972
|
+
required: string[];
|
4973
|
+
properties: {
|
4974
|
+
transferId: {
|
4975
|
+
title: string;
|
4976
|
+
type: string;
|
4977
|
+
pattern: string;
|
4978
|
+
description: string;
|
4979
|
+
example: string;
|
4980
|
+
};
|
4981
|
+
homeTransactionId: {
|
4982
|
+
type: string;
|
4983
|
+
description: string;
|
4984
|
+
};
|
4985
|
+
transactionId: {
|
4986
|
+
title: string;
|
4987
|
+
type: string;
|
4988
|
+
pattern: string;
|
4989
|
+
description: string;
|
4990
|
+
example: string;
|
4991
|
+
};
|
4992
|
+
to: {
|
4993
|
+
title: string;
|
4994
|
+
type: string;
|
4995
|
+
description: string;
|
4996
|
+
properties: {
|
4997
|
+
partyIdInfo: {
|
4998
|
+
title: string;
|
4999
|
+
type: string;
|
5000
|
+
description: string;
|
5001
|
+
properties: {
|
5002
|
+
partyIdType: {
|
5003
|
+
title: string;
|
5004
|
+
type: string;
|
5005
|
+
enum: string[];
|
5006
|
+
description: string;
|
5007
|
+
};
|
5008
|
+
partyIdentifier: {
|
5009
|
+
title: string;
|
5010
|
+
type: string;
|
5011
|
+
minLength: number;
|
5012
|
+
maxLength: number;
|
5013
|
+
description: string;
|
5014
|
+
example: string;
|
5015
|
+
};
|
5016
|
+
partySubIdOrType: {
|
5017
|
+
title: string;
|
5018
|
+
type: string;
|
5019
|
+
minLength: number;
|
5020
|
+
maxLength: number;
|
5021
|
+
description: string;
|
5022
|
+
};
|
5023
|
+
fspId: {
|
5024
|
+
title: string;
|
5025
|
+
type: string;
|
5026
|
+
minLength: number;
|
5027
|
+
maxLength: number;
|
5028
|
+
description: string;
|
5029
|
+
};
|
5030
|
+
extensionList: {
|
5031
|
+
title: string;
|
5032
|
+
type: string;
|
5033
|
+
description: string;
|
5034
|
+
properties: {
|
5035
|
+
extension: {
|
5036
|
+
type: string;
|
5037
|
+
items: {
|
5038
|
+
title: string;
|
5039
|
+
type: string;
|
5040
|
+
description: string;
|
5041
|
+
properties: {
|
5042
|
+
key: {
|
5043
|
+
title: string;
|
5044
|
+
type: string;
|
5045
|
+
minLength: number;
|
5046
|
+
maxLength: number;
|
5047
|
+
description: string;
|
5048
|
+
};
|
5049
|
+
value: {
|
5050
|
+
title: string;
|
5051
|
+
type: string;
|
5052
|
+
minLength: number;
|
5053
|
+
maxLength: number;
|
5054
|
+
description: string;
|
5055
|
+
};
|
5056
|
+
};
|
5057
|
+
required: string[];
|
5058
|
+
};
|
5059
|
+
minItems: number;
|
5060
|
+
maxItems: number;
|
5061
|
+
description: string;
|
5062
|
+
};
|
5063
|
+
};
|
5064
|
+
required: string[];
|
5065
|
+
};
|
5066
|
+
};
|
5067
|
+
required: string[];
|
5068
|
+
};
|
5069
|
+
merchantClassificationCode: {
|
5070
|
+
title: string;
|
5071
|
+
type: string;
|
5072
|
+
pattern: string;
|
5073
|
+
description: string;
|
5074
|
+
};
|
5075
|
+
name: {
|
5076
|
+
title: string;
|
5077
|
+
type: string;
|
5078
|
+
minLength: number;
|
5079
|
+
maxLength: number;
|
5080
|
+
description: string;
|
5081
|
+
};
|
5082
|
+
personalInfo: {
|
5083
|
+
title: string;
|
5084
|
+
type: string;
|
5085
|
+
description: string;
|
5086
|
+
properties: {
|
5087
|
+
complexName: {
|
5088
|
+
title: string;
|
5089
|
+
type: string;
|
5090
|
+
description: string;
|
5091
|
+
properties: {
|
5092
|
+
firstName: {
|
5093
|
+
title: string;
|
5094
|
+
type: string;
|
5095
|
+
minLength: number;
|
5096
|
+
maxLength: number;
|
5097
|
+
pattern: string;
|
5098
|
+
description: string;
|
5099
|
+
example: string;
|
4640
5100
|
};
|
4641
5101
|
middleName: {
|
4642
5102
|
title: string;
|
@@ -4658,7 +5118,174 @@ export declare namespace Schemas {
|
|
4658
5118
|
};
|
4659
5119
|
};
|
4660
5120
|
};
|
4661
|
-
dateOfBirth: {
|
5121
|
+
dateOfBirth: {
|
5122
|
+
title: string;
|
5123
|
+
type: string;
|
5124
|
+
pattern: string;
|
5125
|
+
description: string;
|
5126
|
+
example: string;
|
5127
|
+
};
|
5128
|
+
};
|
5129
|
+
};
|
5130
|
+
};
|
5131
|
+
required: string[];
|
5132
|
+
};
|
5133
|
+
reference: {
|
5134
|
+
description: string;
|
5135
|
+
type: string;
|
5136
|
+
};
|
5137
|
+
amountType: {
|
5138
|
+
title: string;
|
5139
|
+
type: string;
|
5140
|
+
enum: string[];
|
5141
|
+
description: string;
|
5142
|
+
example: string;
|
5143
|
+
};
|
5144
|
+
currency: {
|
5145
|
+
title: string;
|
5146
|
+
description: string;
|
5147
|
+
type: string;
|
5148
|
+
minLength: number;
|
5149
|
+
maxLength: number;
|
5150
|
+
enum: string[];
|
5151
|
+
};
|
5152
|
+
amount: {
|
5153
|
+
title: string;
|
5154
|
+
type: string;
|
5155
|
+
pattern: string;
|
5156
|
+
description: string;
|
5157
|
+
example: string;
|
5158
|
+
};
|
5159
|
+
note: {
|
5160
|
+
title: string;
|
5161
|
+
type: string;
|
5162
|
+
minLength: number;
|
5163
|
+
maxLength: number;
|
5164
|
+
description: string;
|
5165
|
+
example: string;
|
5166
|
+
};
|
5167
|
+
quoteId: {
|
5168
|
+
title: string;
|
5169
|
+
type: string;
|
5170
|
+
pattern: string;
|
5171
|
+
description: string;
|
5172
|
+
example: string;
|
5173
|
+
};
|
5174
|
+
quoteResponse: {
|
5175
|
+
type: string;
|
5176
|
+
properties: {
|
5177
|
+
quoteId: {
|
5178
|
+
title: string;
|
5179
|
+
type: string;
|
5180
|
+
pattern: string;
|
5181
|
+
description: string;
|
5182
|
+
example: string;
|
5183
|
+
};
|
5184
|
+
transferAmount: {
|
5185
|
+
title: string;
|
5186
|
+
type: string;
|
5187
|
+
description: string;
|
5188
|
+
properties: {
|
5189
|
+
currency: {
|
5190
|
+
title: string;
|
5191
|
+
description: string;
|
5192
|
+
type: string;
|
5193
|
+
minLength: number;
|
5194
|
+
maxLength: number;
|
5195
|
+
enum: string[];
|
5196
|
+
};
|
5197
|
+
amount: {
|
5198
|
+
title: string;
|
5199
|
+
type: string;
|
5200
|
+
pattern: string;
|
5201
|
+
description: string;
|
5202
|
+
example: string;
|
5203
|
+
};
|
5204
|
+
};
|
5205
|
+
required: string[];
|
5206
|
+
};
|
5207
|
+
payeeReceiveAmount: {
|
5208
|
+
title: string;
|
5209
|
+
type: string;
|
5210
|
+
description: string;
|
5211
|
+
properties: {
|
5212
|
+
currency: {
|
5213
|
+
title: string;
|
5214
|
+
description: string;
|
5215
|
+
type: string;
|
5216
|
+
minLength: number;
|
5217
|
+
maxLength: number;
|
5218
|
+
enum: string[];
|
5219
|
+
};
|
5220
|
+
amount: {
|
5221
|
+
title: string;
|
5222
|
+
type: string;
|
5223
|
+
pattern: string;
|
5224
|
+
description: string;
|
5225
|
+
example: string;
|
5226
|
+
};
|
5227
|
+
};
|
5228
|
+
required: string[];
|
5229
|
+
};
|
5230
|
+
payeeFspFee: {
|
5231
|
+
title: string;
|
5232
|
+
type: string;
|
5233
|
+
description: string;
|
5234
|
+
properties: {
|
5235
|
+
currency: {
|
5236
|
+
title: string;
|
5237
|
+
description: string;
|
5238
|
+
type: string;
|
5239
|
+
minLength: number;
|
5240
|
+
maxLength: number;
|
5241
|
+
enum: string[];
|
5242
|
+
};
|
5243
|
+
amount: {
|
5244
|
+
title: string;
|
5245
|
+
type: string;
|
5246
|
+
pattern: string;
|
5247
|
+
description: string;
|
5248
|
+
example: string;
|
5249
|
+
};
|
5250
|
+
};
|
5251
|
+
required: string[];
|
5252
|
+
};
|
5253
|
+
payeeFspCommission: {
|
5254
|
+
title: string;
|
5255
|
+
type: string;
|
5256
|
+
description: string;
|
5257
|
+
properties: {
|
5258
|
+
currency: {
|
5259
|
+
title: string;
|
5260
|
+
description: string;
|
5261
|
+
type: string;
|
5262
|
+
minLength: number;
|
5263
|
+
maxLength: number;
|
5264
|
+
enum: string[];
|
5265
|
+
};
|
5266
|
+
amount: {
|
5267
|
+
title: string;
|
5268
|
+
type: string;
|
5269
|
+
pattern: string;
|
5270
|
+
description: string;
|
5271
|
+
example: string;
|
5272
|
+
};
|
5273
|
+
};
|
5274
|
+
required: string[];
|
5275
|
+
};
|
5276
|
+
geoCode: {
|
5277
|
+
title: string;
|
5278
|
+
type: string;
|
5279
|
+
description: string;
|
5280
|
+
properties: {
|
5281
|
+
latitude: {
|
5282
|
+
title: string;
|
5283
|
+
type: string;
|
5284
|
+
pattern: string;
|
5285
|
+
description: string;
|
5286
|
+
example: string;
|
5287
|
+
};
|
5288
|
+
longitude: {
|
4662
5289
|
title: string;
|
4663
5290
|
type: string;
|
4664
5291
|
pattern: string;
|
@@ -4666,79 +5293,154 @@ export declare namespace Schemas {
|
|
4666
5293
|
example: string;
|
4667
5294
|
};
|
4668
5295
|
};
|
5296
|
+
required: string[];
|
4669
5297
|
};
|
4670
|
-
|
4671
|
-
required: string[];
|
4672
|
-
};
|
4673
|
-
reference: {
|
4674
|
-
description: string;
|
4675
|
-
type: string;
|
4676
|
-
};
|
4677
|
-
amountType: {
|
4678
|
-
title: string;
|
4679
|
-
type: string;
|
4680
|
-
enum: string[];
|
4681
|
-
description: string;
|
4682
|
-
example: string;
|
4683
|
-
};
|
4684
|
-
currency: {
|
4685
|
-
title: string;
|
4686
|
-
description: string;
|
4687
|
-
type: string;
|
4688
|
-
minLength: number;
|
4689
|
-
maxLength: number;
|
4690
|
-
enum: string[];
|
4691
|
-
};
|
4692
|
-
amount: {
|
4693
|
-
title: string;
|
4694
|
-
type: string;
|
4695
|
-
pattern: string;
|
4696
|
-
description: string;
|
4697
|
-
example: string;
|
4698
|
-
};
|
4699
|
-
note: {
|
4700
|
-
title: string;
|
4701
|
-
type: string;
|
4702
|
-
minLength: number;
|
4703
|
-
maxLength: number;
|
4704
|
-
description: string;
|
4705
|
-
example: string;
|
4706
|
-
};
|
4707
|
-
quoteId: {
|
4708
|
-
title: string;
|
4709
|
-
type: string;
|
4710
|
-
pattern: string;
|
4711
|
-
description: string;
|
4712
|
-
example: string;
|
4713
|
-
};
|
4714
|
-
quoteResponse: {
|
4715
|
-
type: string;
|
4716
|
-
};
|
4717
|
-
fulfil: {
|
4718
|
-
title: string;
|
4719
|
-
type: string;
|
4720
|
-
description: string;
|
4721
|
-
properties: {
|
4722
|
-
fulfilment: {
|
5298
|
+
ilpPacket: {
|
4723
5299
|
title: string;
|
4724
5300
|
type: string;
|
4725
5301
|
pattern: string;
|
5302
|
+
minLength: number;
|
4726
5303
|
maxLength: number;
|
4727
5304
|
description: string;
|
4728
5305
|
example: string;
|
4729
5306
|
};
|
4730
|
-
|
5307
|
+
condition: {
|
4731
5308
|
title: string;
|
4732
5309
|
type: string;
|
4733
5310
|
pattern: string;
|
5311
|
+
maxLength: number;
|
4734
5312
|
description: string;
|
4735
|
-
example: string;
|
4736
5313
|
};
|
4737
|
-
|
5314
|
+
extensionList: {
|
4738
5315
|
title: string;
|
4739
5316
|
type: string;
|
4740
|
-
enum: string[];
|
4741
5317
|
description: string;
|
5318
|
+
properties: {
|
5319
|
+
extension: {
|
5320
|
+
type: string;
|
5321
|
+
items: {
|
5322
|
+
title: string;
|
5323
|
+
type: string;
|
5324
|
+
description: string;
|
5325
|
+
properties: {
|
5326
|
+
key: {
|
5327
|
+
title: string;
|
5328
|
+
type: string;
|
5329
|
+
minLength: number;
|
5330
|
+
maxLength: number;
|
5331
|
+
description: string;
|
5332
|
+
};
|
5333
|
+
value: {
|
5334
|
+
title: string;
|
5335
|
+
type: string;
|
5336
|
+
minLength: number;
|
5337
|
+
maxLength: number;
|
5338
|
+
description: string;
|
5339
|
+
};
|
5340
|
+
};
|
5341
|
+
required: string[];
|
5342
|
+
};
|
5343
|
+
minItems: number;
|
5344
|
+
maxItems: number;
|
5345
|
+
description: string;
|
5346
|
+
};
|
5347
|
+
};
|
5348
|
+
required: string[];
|
5349
|
+
};
|
5350
|
+
lastError: {
|
5351
|
+
description: string;
|
5352
|
+
type: string;
|
5353
|
+
properties: {
|
5354
|
+
httpStatusCode: {
|
5355
|
+
type: string;
|
5356
|
+
description: string;
|
5357
|
+
};
|
5358
|
+
mojaloopError: {
|
5359
|
+
description: string;
|
5360
|
+
type: string;
|
5361
|
+
properties: {
|
5362
|
+
errorInformation: {
|
5363
|
+
title: string;
|
5364
|
+
type: string;
|
5365
|
+
description: string;
|
5366
|
+
properties: {
|
5367
|
+
errorCode: {
|
5368
|
+
title: string;
|
5369
|
+
type: string;
|
5370
|
+
pattern: string;
|
5371
|
+
description: string;
|
5372
|
+
example: string;
|
5373
|
+
};
|
5374
|
+
errorDescription: {
|
5375
|
+
title: string;
|
5376
|
+
type: string;
|
5377
|
+
minLength: number;
|
5378
|
+
maxLength: number;
|
5379
|
+
description: string;
|
5380
|
+
};
|
5381
|
+
extensionList: {
|
5382
|
+
title: string;
|
5383
|
+
type: string;
|
5384
|
+
description: string;
|
5385
|
+
properties: {
|
5386
|
+
extension: {
|
5387
|
+
type: string;
|
5388
|
+
items: {
|
5389
|
+
title: string;
|
5390
|
+
type: string;
|
5391
|
+
description: string;
|
5392
|
+
properties: {
|
5393
|
+
key: {
|
5394
|
+
title: string;
|
5395
|
+
type: string;
|
5396
|
+
minLength: number;
|
5397
|
+
maxLength: number;
|
5398
|
+
description: string;
|
5399
|
+
};
|
5400
|
+
value: {
|
5401
|
+
title: string;
|
5402
|
+
type: string;
|
5403
|
+
minLength: number;
|
5404
|
+
maxLength: number;
|
5405
|
+
description: string;
|
5406
|
+
};
|
5407
|
+
};
|
5408
|
+
required: string[];
|
5409
|
+
};
|
5410
|
+
minItems: number;
|
5411
|
+
maxItems: number;
|
5412
|
+
description: string;
|
5413
|
+
};
|
5414
|
+
};
|
5415
|
+
required: string[];
|
5416
|
+
};
|
5417
|
+
};
|
5418
|
+
required: string[];
|
5419
|
+
};
|
5420
|
+
};
|
5421
|
+
};
|
5422
|
+
};
|
5423
|
+
};
|
5424
|
+
};
|
5425
|
+
required: string[];
|
5426
|
+
};
|
5427
|
+
fulfil: {
|
5428
|
+
type: string;
|
5429
|
+
required: string[];
|
5430
|
+
properties: {
|
5431
|
+
transferId: {
|
5432
|
+
title: string;
|
5433
|
+
type: string;
|
5434
|
+
pattern: string;
|
5435
|
+
description: string;
|
5436
|
+
example: string;
|
5437
|
+
};
|
5438
|
+
fulfilment: {
|
5439
|
+
description: string;
|
5440
|
+
title: string;
|
5441
|
+
type: string;
|
5442
|
+
pattern: string;
|
5443
|
+
maxLength: number;
|
4742
5444
|
example: string;
|
4743
5445
|
};
|
4744
5446
|
extensionList: {
|
@@ -4777,8 +5479,81 @@ export declare namespace Schemas {
|
|
4777
5479
|
};
|
4778
5480
|
required: string[];
|
4779
5481
|
};
|
5482
|
+
lastError: {
|
5483
|
+
type: string;
|
5484
|
+
description: string;
|
5485
|
+
properties: {
|
5486
|
+
httpStatusCode: {
|
5487
|
+
type: string;
|
5488
|
+
description: string;
|
5489
|
+
};
|
5490
|
+
mojaloopError: {
|
5491
|
+
description: string;
|
5492
|
+
type: string;
|
5493
|
+
properties: {
|
5494
|
+
errorInformation: {
|
5495
|
+
title: string;
|
5496
|
+
type: string;
|
5497
|
+
description: string;
|
5498
|
+
properties: {
|
5499
|
+
errorCode: {
|
5500
|
+
title: string;
|
5501
|
+
type: string;
|
5502
|
+
pattern: string;
|
5503
|
+
description: string;
|
5504
|
+
example: string;
|
5505
|
+
};
|
5506
|
+
errorDescription: {
|
5507
|
+
title: string;
|
5508
|
+
type: string;
|
5509
|
+
minLength: number;
|
5510
|
+
maxLength: number;
|
5511
|
+
description: string;
|
5512
|
+
};
|
5513
|
+
extensionList: {
|
5514
|
+
title: string;
|
5515
|
+
type: string;
|
5516
|
+
description: string;
|
5517
|
+
properties: {
|
5518
|
+
extension: {
|
5519
|
+
type: string;
|
5520
|
+
items: {
|
5521
|
+
title: string;
|
5522
|
+
type: string;
|
5523
|
+
description: string;
|
5524
|
+
properties: {
|
5525
|
+
key: {
|
5526
|
+
title: string;
|
5527
|
+
type: string;
|
5528
|
+
minLength: number;
|
5529
|
+
maxLength: number;
|
5530
|
+
description: string;
|
5531
|
+
};
|
5532
|
+
value: {
|
5533
|
+
title: string;
|
5534
|
+
type: string;
|
5535
|
+
minLength: number;
|
5536
|
+
maxLength: number;
|
5537
|
+
description: string;
|
5538
|
+
};
|
5539
|
+
};
|
5540
|
+
required: string[];
|
5541
|
+
};
|
5542
|
+
minItems: number;
|
5543
|
+
maxItems: number;
|
5544
|
+
description: string;
|
5545
|
+
};
|
5546
|
+
};
|
5547
|
+
required: string[];
|
5548
|
+
};
|
5549
|
+
};
|
5550
|
+
required: string[];
|
5551
|
+
};
|
5552
|
+
};
|
5553
|
+
};
|
5554
|
+
};
|
5555
|
+
};
|
4780
5556
|
};
|
4781
|
-
required: string[];
|
4782
5557
|
};
|
4783
5558
|
quoteExtensions: {
|
4784
5559
|
title: string;
|
@@ -5232,33 +6007,143 @@ export declare namespace Schemas {
|
|
5232
6007
|
};
|
5233
6008
|
quoteResponse: {
|
5234
6009
|
type: string;
|
5235
|
-
};
|
5236
|
-
fulfil: {
|
5237
|
-
title: string;
|
5238
|
-
type: string;
|
5239
|
-
description: string;
|
5240
6010
|
properties: {
|
5241
|
-
|
6011
|
+
quoteId: {
|
5242
6012
|
title: string;
|
5243
6013
|
type: string;
|
5244
6014
|
pattern: string;
|
5245
|
-
maxLength: number;
|
5246
6015
|
description: string;
|
5247
6016
|
example: string;
|
5248
6017
|
};
|
5249
|
-
|
6018
|
+
transferAmount: {
|
6019
|
+
title: string;
|
6020
|
+
type: string;
|
6021
|
+
description: string;
|
6022
|
+
properties: {
|
6023
|
+
currency: {
|
6024
|
+
title: string;
|
6025
|
+
description: string;
|
6026
|
+
type: string;
|
6027
|
+
minLength: number;
|
6028
|
+
maxLength: number;
|
6029
|
+
enum: string[];
|
6030
|
+
};
|
6031
|
+
amount: {
|
6032
|
+
title: string;
|
6033
|
+
type: string;
|
6034
|
+
pattern: string;
|
6035
|
+
description: string;
|
6036
|
+
example: string;
|
6037
|
+
};
|
6038
|
+
};
|
6039
|
+
required: string[];
|
6040
|
+
};
|
6041
|
+
payeeReceiveAmount: {
|
6042
|
+
title: string;
|
6043
|
+
type: string;
|
6044
|
+
description: string;
|
6045
|
+
properties: {
|
6046
|
+
currency: {
|
6047
|
+
title: string;
|
6048
|
+
description: string;
|
6049
|
+
type: string;
|
6050
|
+
minLength: number;
|
6051
|
+
maxLength: number;
|
6052
|
+
enum: string[];
|
6053
|
+
};
|
6054
|
+
amount: {
|
6055
|
+
title: string;
|
6056
|
+
type: string;
|
6057
|
+
pattern: string;
|
6058
|
+
description: string;
|
6059
|
+
example: string;
|
6060
|
+
};
|
6061
|
+
};
|
6062
|
+
required: string[];
|
6063
|
+
};
|
6064
|
+
payeeFspFee: {
|
6065
|
+
title: string;
|
6066
|
+
type: string;
|
6067
|
+
description: string;
|
6068
|
+
properties: {
|
6069
|
+
currency: {
|
6070
|
+
title: string;
|
6071
|
+
description: string;
|
6072
|
+
type: string;
|
6073
|
+
minLength: number;
|
6074
|
+
maxLength: number;
|
6075
|
+
enum: string[];
|
6076
|
+
};
|
6077
|
+
amount: {
|
6078
|
+
title: string;
|
6079
|
+
type: string;
|
6080
|
+
pattern: string;
|
6081
|
+
description: string;
|
6082
|
+
example: string;
|
6083
|
+
};
|
6084
|
+
};
|
6085
|
+
required: string[];
|
6086
|
+
};
|
6087
|
+
payeeFspCommission: {
|
6088
|
+
title: string;
|
6089
|
+
type: string;
|
6090
|
+
description: string;
|
6091
|
+
properties: {
|
6092
|
+
currency: {
|
6093
|
+
title: string;
|
6094
|
+
description: string;
|
6095
|
+
type: string;
|
6096
|
+
minLength: number;
|
6097
|
+
maxLength: number;
|
6098
|
+
enum: string[];
|
6099
|
+
};
|
6100
|
+
amount: {
|
6101
|
+
title: string;
|
6102
|
+
type: string;
|
6103
|
+
pattern: string;
|
6104
|
+
description: string;
|
6105
|
+
example: string;
|
6106
|
+
};
|
6107
|
+
};
|
6108
|
+
required: string[];
|
6109
|
+
};
|
6110
|
+
geoCode: {
|
6111
|
+
title: string;
|
6112
|
+
type: string;
|
6113
|
+
description: string;
|
6114
|
+
properties: {
|
6115
|
+
latitude: {
|
6116
|
+
title: string;
|
6117
|
+
type: string;
|
6118
|
+
pattern: string;
|
6119
|
+
description: string;
|
6120
|
+
example: string;
|
6121
|
+
};
|
6122
|
+
longitude: {
|
6123
|
+
title: string;
|
6124
|
+
type: string;
|
6125
|
+
pattern: string;
|
6126
|
+
description: string;
|
6127
|
+
example: string;
|
6128
|
+
};
|
6129
|
+
};
|
6130
|
+
required: string[];
|
6131
|
+
};
|
6132
|
+
ilpPacket: {
|
5250
6133
|
title: string;
|
5251
6134
|
type: string;
|
5252
6135
|
pattern: string;
|
6136
|
+
minLength: number;
|
6137
|
+
maxLength: number;
|
5253
6138
|
description: string;
|
5254
6139
|
example: string;
|
5255
6140
|
};
|
5256
|
-
|
6141
|
+
condition: {
|
5257
6142
|
title: string;
|
5258
6143
|
type: string;
|
5259
|
-
|
6144
|
+
pattern: string;
|
6145
|
+
maxLength: number;
|
5260
6146
|
description: string;
|
5261
|
-
example: string;
|
5262
6147
|
};
|
5263
6148
|
extensionList: {
|
5264
6149
|
title: string;
|
@@ -5296,9 +6181,214 @@ export declare namespace Schemas {
|
|
5296
6181
|
};
|
5297
6182
|
required: string[];
|
5298
6183
|
};
|
6184
|
+
lastError: {
|
6185
|
+
description: string;
|
6186
|
+
type: string;
|
6187
|
+
properties: {
|
6188
|
+
httpStatusCode: {
|
6189
|
+
type: string;
|
6190
|
+
description: string;
|
6191
|
+
};
|
6192
|
+
mojaloopError: {
|
6193
|
+
description: string;
|
6194
|
+
type: string;
|
6195
|
+
properties: {
|
6196
|
+
errorInformation: {
|
6197
|
+
title: string;
|
6198
|
+
type: string;
|
6199
|
+
description: string;
|
6200
|
+
properties: {
|
6201
|
+
errorCode: {
|
6202
|
+
title: string;
|
6203
|
+
type: string;
|
6204
|
+
pattern: string;
|
6205
|
+
description: string;
|
6206
|
+
example: string;
|
6207
|
+
};
|
6208
|
+
errorDescription: {
|
6209
|
+
title: string;
|
6210
|
+
type: string;
|
6211
|
+
minLength: number;
|
6212
|
+
maxLength: number;
|
6213
|
+
description: string;
|
6214
|
+
};
|
6215
|
+
extensionList: {
|
6216
|
+
title: string;
|
6217
|
+
type: string;
|
6218
|
+
description: string;
|
6219
|
+
properties: {
|
6220
|
+
extension: {
|
6221
|
+
type: string;
|
6222
|
+
items: {
|
6223
|
+
title: string;
|
6224
|
+
type: string;
|
6225
|
+
description: string;
|
6226
|
+
properties: {
|
6227
|
+
key: {
|
6228
|
+
title: string;
|
6229
|
+
type: string;
|
6230
|
+
minLength: number;
|
6231
|
+
maxLength: number;
|
6232
|
+
description: string;
|
6233
|
+
};
|
6234
|
+
value: {
|
6235
|
+
title: string;
|
6236
|
+
type: string;
|
6237
|
+
minLength: number;
|
6238
|
+
maxLength: number;
|
6239
|
+
description: string;
|
6240
|
+
};
|
6241
|
+
};
|
6242
|
+
required: string[];
|
6243
|
+
};
|
6244
|
+
minItems: number;
|
6245
|
+
maxItems: number;
|
6246
|
+
description: string;
|
6247
|
+
};
|
6248
|
+
};
|
6249
|
+
required: string[];
|
6250
|
+
};
|
6251
|
+
};
|
6252
|
+
required: string[];
|
6253
|
+
};
|
6254
|
+
};
|
6255
|
+
};
|
6256
|
+
};
|
6257
|
+
};
|
5299
6258
|
};
|
5300
6259
|
required: string[];
|
5301
6260
|
};
|
6261
|
+
fulfil: {
|
6262
|
+
type: string;
|
6263
|
+
required: string[];
|
6264
|
+
properties: {
|
6265
|
+
transferId: {
|
6266
|
+
title: string;
|
6267
|
+
type: string;
|
6268
|
+
pattern: string;
|
6269
|
+
description: string;
|
6270
|
+
example: string;
|
6271
|
+
};
|
6272
|
+
fulfilment: {
|
6273
|
+
description: string;
|
6274
|
+
title: string;
|
6275
|
+
type: string;
|
6276
|
+
pattern: string;
|
6277
|
+
maxLength: number;
|
6278
|
+
example: string;
|
6279
|
+
};
|
6280
|
+
extensionList: {
|
6281
|
+
title: string;
|
6282
|
+
type: string;
|
6283
|
+
description: string;
|
6284
|
+
properties: {
|
6285
|
+
extension: {
|
6286
|
+
type: string;
|
6287
|
+
items: {
|
6288
|
+
title: string;
|
6289
|
+
type: string;
|
6290
|
+
description: string;
|
6291
|
+
properties: {
|
6292
|
+
key: {
|
6293
|
+
title: string;
|
6294
|
+
type: string;
|
6295
|
+
minLength: number;
|
6296
|
+
maxLength: number;
|
6297
|
+
description: string;
|
6298
|
+
};
|
6299
|
+
value: {
|
6300
|
+
title: string;
|
6301
|
+
type: string;
|
6302
|
+
minLength: number;
|
6303
|
+
maxLength: number;
|
6304
|
+
description: string;
|
6305
|
+
};
|
6306
|
+
};
|
6307
|
+
required: string[];
|
6308
|
+
};
|
6309
|
+
minItems: number;
|
6310
|
+
maxItems: number;
|
6311
|
+
description: string;
|
6312
|
+
};
|
6313
|
+
};
|
6314
|
+
required: string[];
|
6315
|
+
};
|
6316
|
+
lastError: {
|
6317
|
+
type: string;
|
6318
|
+
description: string;
|
6319
|
+
properties: {
|
6320
|
+
httpStatusCode: {
|
6321
|
+
type: string;
|
6322
|
+
description: string;
|
6323
|
+
};
|
6324
|
+
mojaloopError: {
|
6325
|
+
description: string;
|
6326
|
+
type: string;
|
6327
|
+
properties: {
|
6328
|
+
errorInformation: {
|
6329
|
+
title: string;
|
6330
|
+
type: string;
|
6331
|
+
description: string;
|
6332
|
+
properties: {
|
6333
|
+
errorCode: {
|
6334
|
+
title: string;
|
6335
|
+
type: string;
|
6336
|
+
pattern: string;
|
6337
|
+
description: string;
|
6338
|
+
example: string;
|
6339
|
+
};
|
6340
|
+
errorDescription: {
|
6341
|
+
title: string;
|
6342
|
+
type: string;
|
6343
|
+
minLength: number;
|
6344
|
+
maxLength: number;
|
6345
|
+
description: string;
|
6346
|
+
};
|
6347
|
+
extensionList: {
|
6348
|
+
title: string;
|
6349
|
+
type: string;
|
6350
|
+
description: string;
|
6351
|
+
properties: {
|
6352
|
+
extension: {
|
6353
|
+
type: string;
|
6354
|
+
items: {
|
6355
|
+
title: string;
|
6356
|
+
type: string;
|
6357
|
+
description: string;
|
6358
|
+
properties: {
|
6359
|
+
key: {
|
6360
|
+
title: string;
|
6361
|
+
type: string;
|
6362
|
+
minLength: number;
|
6363
|
+
maxLength: number;
|
6364
|
+
description: string;
|
6365
|
+
};
|
6366
|
+
value: {
|
6367
|
+
title: string;
|
6368
|
+
type: string;
|
6369
|
+
minLength: number;
|
6370
|
+
maxLength: number;
|
6371
|
+
description: string;
|
6372
|
+
};
|
6373
|
+
};
|
6374
|
+
required: string[];
|
6375
|
+
};
|
6376
|
+
minItems: number;
|
6377
|
+
maxItems: number;
|
6378
|
+
description: string;
|
6379
|
+
};
|
6380
|
+
};
|
6381
|
+
required: string[];
|
6382
|
+
};
|
6383
|
+
};
|
6384
|
+
required: string[];
|
6385
|
+
};
|
6386
|
+
};
|
6387
|
+
};
|
6388
|
+
};
|
6389
|
+
};
|
6390
|
+
};
|
6391
|
+
};
|
5302
6392
|
quoteExtensions: {
|
5303
6393
|
title: string;
|
5304
6394
|
type: string;
|