@mojaloop/api-snippets 17.0.3-snapshot.1 → 17.0.3-snapshot.3
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 +22 -21
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +2 -29
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +57 -29
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +15 -9
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.d.ts +34 -17
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +1 -0
- 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 +1 -0
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +47 -38
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +4 -12
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.d.ts +29 -26
- package/package.json +1 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/individualQuoteResult.yaml +1 -10
- package/sdk-scheme-adapter/v2_0_0/components/schemas/individualTransferFulfilment.yaml +0 -4
- package/sdk-scheme-adapter/v2_0_0/components/schemas/individualTransferResult.yaml +2 -4
- package/sdk-scheme-adapter/v2_0_0/components/schemas/partyError.yaml +0 -4
- package/sdk-scheme-adapter/v2_0_0/components/schemas/quoteError.yaml +0 -4
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +0 -4
@@ -1452,7 +1452,6 @@ export declare namespace Schemas {
|
|
1452
1452
|
description: string;
|
1453
1453
|
};
|
1454
1454
|
mojaloopError: {
|
1455
|
-
description: string;
|
1456
1455
|
type: string;
|
1457
1456
|
properties: {
|
1458
1457
|
errorInformation: {
|
@@ -4436,7 +4435,6 @@ export declare namespace Schemas {
|
|
4436
4435
|
description: string;
|
4437
4436
|
};
|
4438
4437
|
mojaloopError: {
|
4439
|
-
description: string;
|
4440
4438
|
type: string;
|
4441
4439
|
properties: {
|
4442
4440
|
errorInformation: {
|
@@ -4678,15 +4676,14 @@ export declare namespace Schemas {
|
|
4678
4676
|
required: string[];
|
4679
4677
|
};
|
4680
4678
|
lastError: {
|
4681
|
-
description: string;
|
4682
4679
|
type: string;
|
4680
|
+
description: string;
|
4683
4681
|
properties: {
|
4684
4682
|
httpStatusCode: {
|
4685
4683
|
type: string;
|
4686
4684
|
description: string;
|
4687
4685
|
};
|
4688
4686
|
mojaloopError: {
|
4689
|
-
description: string;
|
4690
4687
|
type: string;
|
4691
4688
|
properties: {
|
4692
4689
|
errorInformation: {
|
@@ -4762,6 +4759,13 @@ export declare namespace Schemas {
|
|
4762
4759
|
description: string;
|
4763
4760
|
example: string;
|
4764
4761
|
};
|
4762
|
+
const TransferState: {
|
4763
|
+
title: string;
|
4764
|
+
type: string;
|
4765
|
+
enum: string[];
|
4766
|
+
description: string;
|
4767
|
+
example: string;
|
4768
|
+
};
|
4765
4769
|
const transferError: {
|
4766
4770
|
type: string;
|
4767
4771
|
description: string;
|
@@ -4771,7 +4775,6 @@ export declare namespace Schemas {
|
|
4771
4775
|
description: string;
|
4772
4776
|
};
|
4773
4777
|
mojaloopError: {
|
4774
|
-
description: string;
|
4775
4778
|
type: string;
|
4776
4779
|
properties: {
|
4777
4780
|
errorInformation: {
|
@@ -4848,11 +4851,11 @@ export declare namespace Schemas {
|
|
4848
4851
|
example: string;
|
4849
4852
|
};
|
4850
4853
|
fulfilment: {
|
4851
|
-
description: string;
|
4852
4854
|
title: string;
|
4853
4855
|
type: string;
|
4854
4856
|
pattern: string;
|
4855
4857
|
maxLength: number;
|
4858
|
+
description: string;
|
4856
4859
|
example: string;
|
4857
4860
|
};
|
4858
4861
|
extensionList: {
|
@@ -4891,6 +4894,13 @@ export declare namespace Schemas {
|
|
4891
4894
|
};
|
4892
4895
|
required: string[];
|
4893
4896
|
};
|
4897
|
+
transferState: {
|
4898
|
+
title: string;
|
4899
|
+
type: string;
|
4900
|
+
enum: string[];
|
4901
|
+
description: string;
|
4902
|
+
example: string;
|
4903
|
+
};
|
4894
4904
|
lastError: {
|
4895
4905
|
type: string;
|
4896
4906
|
description: string;
|
@@ -4900,7 +4910,6 @@ export declare namespace Schemas {
|
|
4900
4910
|
description: string;
|
4901
4911
|
};
|
4902
4912
|
mojaloopError: {
|
4903
|
-
description: string;
|
4904
4913
|
type: string;
|
4905
4914
|
properties: {
|
4906
4915
|
errorInformation: {
|
@@ -5348,15 +5357,14 @@ export declare namespace Schemas {
|
|
5348
5357
|
required: string[];
|
5349
5358
|
};
|
5350
5359
|
lastError: {
|
5351
|
-
description: string;
|
5352
5360
|
type: string;
|
5361
|
+
description: string;
|
5353
5362
|
properties: {
|
5354
5363
|
httpStatusCode: {
|
5355
5364
|
type: string;
|
5356
5365
|
description: string;
|
5357
5366
|
};
|
5358
5367
|
mojaloopError: {
|
5359
|
-
description: string;
|
5360
5368
|
type: string;
|
5361
5369
|
properties: {
|
5362
5370
|
errorInformation: {
|
@@ -5436,11 +5444,11 @@ export declare namespace Schemas {
|
|
5436
5444
|
example: string;
|
5437
5445
|
};
|
5438
5446
|
fulfilment: {
|
5439
|
-
description: string;
|
5440
5447
|
title: string;
|
5441
5448
|
type: string;
|
5442
5449
|
pattern: string;
|
5443
5450
|
maxLength: number;
|
5451
|
+
description: string;
|
5444
5452
|
example: string;
|
5445
5453
|
};
|
5446
5454
|
extensionList: {
|
@@ -5479,6 +5487,13 @@ export declare namespace Schemas {
|
|
5479
5487
|
};
|
5480
5488
|
required: string[];
|
5481
5489
|
};
|
5490
|
+
transferState: {
|
5491
|
+
title: string;
|
5492
|
+
type: string;
|
5493
|
+
enum: string[];
|
5494
|
+
description: string;
|
5495
|
+
example: string;
|
5496
|
+
};
|
5482
5497
|
lastError: {
|
5483
5498
|
type: string;
|
5484
5499
|
description: string;
|
@@ -5488,7 +5503,6 @@ export declare namespace Schemas {
|
|
5488
5503
|
description: string;
|
5489
5504
|
};
|
5490
5505
|
mojaloopError: {
|
5491
|
-
description: string;
|
5492
5506
|
type: string;
|
5493
5507
|
properties: {
|
5494
5508
|
errorInformation: {
|
@@ -5636,7 +5650,6 @@ export declare namespace Schemas {
|
|
5636
5650
|
description: string;
|
5637
5651
|
};
|
5638
5652
|
mojaloopError: {
|
5639
|
-
description: string;
|
5640
5653
|
type: string;
|
5641
5654
|
properties: {
|
5642
5655
|
errorInformation: {
|
@@ -6182,15 +6195,14 @@ export declare namespace Schemas {
|
|
6182
6195
|
required: string[];
|
6183
6196
|
};
|
6184
6197
|
lastError: {
|
6185
|
-
description: string;
|
6186
6198
|
type: string;
|
6199
|
+
description: string;
|
6187
6200
|
properties: {
|
6188
6201
|
httpStatusCode: {
|
6189
6202
|
type: string;
|
6190
6203
|
description: string;
|
6191
6204
|
};
|
6192
6205
|
mojaloopError: {
|
6193
|
-
description: string;
|
6194
6206
|
type: string;
|
6195
6207
|
properties: {
|
6196
6208
|
errorInformation: {
|
@@ -6270,11 +6282,11 @@ export declare namespace Schemas {
|
|
6270
6282
|
example: string;
|
6271
6283
|
};
|
6272
6284
|
fulfilment: {
|
6273
|
-
description: string;
|
6274
6285
|
title: string;
|
6275
6286
|
type: string;
|
6276
6287
|
pattern: string;
|
6277
6288
|
maxLength: number;
|
6289
|
+
description: string;
|
6278
6290
|
example: string;
|
6279
6291
|
};
|
6280
6292
|
extensionList: {
|
@@ -6313,6 +6325,13 @@ export declare namespace Schemas {
|
|
6313
6325
|
};
|
6314
6326
|
required: string[];
|
6315
6327
|
};
|
6328
|
+
transferState: {
|
6329
|
+
title: string;
|
6330
|
+
type: string;
|
6331
|
+
enum: string[];
|
6332
|
+
description: string;
|
6333
|
+
example: string;
|
6334
|
+
};
|
6316
6335
|
lastError: {
|
6317
6336
|
type: string;
|
6318
6337
|
description: string;
|
@@ -6322,7 +6341,6 @@ export declare namespace Schemas {
|
|
6322
6341
|
description: string;
|
6323
6342
|
};
|
6324
6343
|
mojaloopError: {
|
6325
|
-
description: string;
|
6326
6344
|
type: string;
|
6327
6345
|
properties: {
|
6328
6346
|
errorInformation: {
|
@@ -6470,7 +6488,6 @@ export declare namespace Schemas {
|
|
6470
6488
|
description: string;
|
6471
6489
|
};
|
6472
6490
|
mojaloopError: {
|
6473
|
-
description: string;
|
6474
6491
|
type: string;
|
6475
6492
|
properties: {
|
6476
6493
|
errorInformation: {
|
@@ -108,6 +108,7 @@ var Schemas;
|
|
108
108
|
Schemas.quoteError = json_schemas_json_1.default.quoteError;
|
109
109
|
Schemas.individualQuoteResult = json_schemas_json_1.default.individualQuoteResult;
|
110
110
|
Schemas.IlpFulfilment = json_schemas_json_1.default.IlpFulfilment;
|
111
|
+
Schemas.TransferState = json_schemas_json_1.default.TransferState;
|
111
112
|
Schemas.transferError = json_schemas_json_1.default.transferError;
|
112
113
|
Schemas.individualTransferResult = json_schemas_json_1.default.individualTransferResult;
|
113
114
|
Schemas.bulkTransactionIndividualTransferResult = json_schemas_json_1.default.bulkTransactionIndividualTransferResult;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/backend/schemas.ts"],"names":[],"mappings":";AAAA,oDAAoD;;;;AAEpD,kEAAkE;AAElE,oFAA6C;AAE7C,IAAiB,OAAO,
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/backend/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -102,6 +102,7 @@ export declare namespace Types {
|
|
102
102
|
type quoteError = components['schemas']['quoteError'];
|
103
103
|
type individualQuoteResult = components['schemas']['individualQuoteResult'];
|
104
104
|
type IlpFulfilment = components['schemas']['IlpFulfilment'];
|
105
|
+
type TransferState = components['schemas']['TransferState'];
|
105
106
|
type transferError = components['schemas']['transferError'];
|
106
107
|
type individualTransferResult = components['schemas']['individualTransferResult'];
|
107
108
|
type bulkTransactionIndividualTransferResult = components['schemas']['bulkTransactionIndividualTransferResult'];
|
@@ -740,7 +740,6 @@
|
|
740
740
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
741
741
|
},
|
742
742
|
"mojaloopError": {
|
743
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
744
743
|
"type": "object",
|
745
744
|
"properties": {
|
746
745
|
"errorInformation": {
|
@@ -1113,7 +1112,6 @@
|
|
1113
1112
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
1114
1113
|
},
|
1115
1114
|
"mojaloopError": {
|
1116
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
1117
1115
|
"type": "object",
|
1118
1116
|
"properties": {
|
1119
1117
|
"errorInformation": {
|
@@ -1523,7 +1521,6 @@
|
|
1523
1521
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
1524
1522
|
},
|
1525
1523
|
"mojaloopError": {
|
1526
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
1527
1524
|
"type": "object",
|
1528
1525
|
"properties": {
|
1529
1526
|
"errorInformation": {
|
@@ -3176,7 +3173,6 @@
|
|
3176
3173
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
3177
3174
|
},
|
3178
3175
|
"mojaloopError": {
|
3179
|
-
"description": "If a quote process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
3180
3176
|
"type": "object",
|
3181
3177
|
"properties": {
|
3182
3178
|
"errorInformation": {
|
@@ -4106,15 +4102,14 @@
|
|
4106
4102
|
]
|
4107
4103
|
},
|
4108
4104
|
"lastError": {
|
4109
|
-
"description": "Object representing the last error to occur during a quote process. This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.\n",
|
4110
4105
|
"type": "object",
|
4106
|
+
"description": "This object represents a Mojaloop API error received at any time during the quote process",
|
4111
4107
|
"properties": {
|
4112
4108
|
"httpStatusCode": {
|
4113
4109
|
"type": "integer",
|
4114
4110
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
4115
4111
|
},
|
4116
4112
|
"mojaloopError": {
|
4117
|
-
"description": "If a quote process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
4118
4113
|
"type": "object",
|
4119
4114
|
"properties": {
|
4120
4115
|
"errorInformation": {
|
@@ -4189,10 +4184,7 @@
|
|
4189
4184
|
}
|
4190
4185
|
},
|
4191
4186
|
"required": [
|
4192
|
-
"quoteId"
|
4193
|
-
"transferAmount",
|
4194
|
-
"ilpPacket",
|
4195
|
-
"condition"
|
4187
|
+
"quoteId"
|
4196
4188
|
]
|
4197
4189
|
},
|
4198
4190
|
"bulkQuoteResponse": {
|
@@ -5130,15 +5122,14 @@
|
|
5130
5122
|
]
|
5131
5123
|
},
|
5132
5124
|
"lastError": {
|
5133
|
-
"description": "Object representing the last error to occur during a quote process. This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.\n",
|
5134
5125
|
"type": "object",
|
5126
|
+
"description": "This object represents a Mojaloop API error received at any time during the quote process",
|
5135
5127
|
"properties": {
|
5136
5128
|
"httpStatusCode": {
|
5137
5129
|
"type": "integer",
|
5138
5130
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
5139
5131
|
},
|
5140
5132
|
"mojaloopError": {
|
5141
|
-
"description": "If a quote process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
5142
5133
|
"type": "object",
|
5143
5134
|
"properties": {
|
5144
5135
|
"errorInformation": {
|
@@ -5213,10 +5204,7 @@
|
|
5213
5204
|
}
|
5214
5205
|
},
|
5215
5206
|
"required": [
|
5216
|
-
"quoteId"
|
5217
|
-
"transferAmount",
|
5218
|
-
"ilpPacket",
|
5219
|
-
"condition"
|
5207
|
+
"quoteId"
|
5220
5208
|
]
|
5221
5209
|
},
|
5222
5210
|
"description": "List of individualQuoteResults in a bulk transfer response."
|
@@ -6179,15 +6167,14 @@
|
|
6179
6167
|
]
|
6180
6168
|
},
|
6181
6169
|
"lastError": {
|
6182
|
-
"description": "Object representing the last error to occur during a quote process. This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter.\n",
|
6183
6170
|
"type": "object",
|
6171
|
+
"description": "This object represents a Mojaloop API error received at any time during the quote process",
|
6184
6172
|
"properties": {
|
6185
6173
|
"httpStatusCode": {
|
6186
6174
|
"type": "integer",
|
6187
6175
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
6188
6176
|
},
|
6189
6177
|
"mojaloopError": {
|
6190
|
-
"description": "If a quote process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
6191
6178
|
"type": "object",
|
6192
6179
|
"properties": {
|
6193
6180
|
"errorInformation": {
|
@@ -6262,10 +6249,7 @@
|
|
6262
6249
|
}
|
6263
6250
|
},
|
6264
6251
|
"required": [
|
6265
|
-
"quoteId"
|
6266
|
-
"transferAmount",
|
6267
|
-
"ilpPacket",
|
6268
|
-
"condition"
|
6252
|
+
"quoteId"
|
6269
6253
|
]
|
6270
6254
|
},
|
6271
6255
|
"description": "List of individualQuoteResults in a bulk transfer response."
|
@@ -8192,7 +8176,6 @@
|
|
8192
8176
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
8193
8177
|
},
|
8194
8178
|
"mojaloopError": {
|
8195
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
8196
8179
|
"type": "object",
|
8197
8180
|
"properties": {
|
8198
8181
|
"errorInformation": {
|
@@ -9179,7 +9162,6 @@
|
|
9179
9162
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
9180
9163
|
},
|
9181
9164
|
"mojaloopError": {
|
9182
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
9183
9165
|
"type": "object",
|
9184
9166
|
"properties": {
|
9185
9167
|
"errorInformation": {
|
@@ -9339,11 +9321,11 @@
|
|
9339
9321
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
9340
9322
|
},
|
9341
9323
|
"fulfilment": {
|
9342
|
-
"description": "Fulfilment of the condition specified with the transaction. Mandatory if transfer has completed successfully.\n",
|
9343
9324
|
"title": "IlpFulfilment",
|
9344
9325
|
"type": "string",
|
9345
9326
|
"pattern": "^[A-Za-z0-9-_]{43}$",
|
9346
9327
|
"maxLength": 48,
|
9328
|
+
"description": "Fulfilment that must be attached to the transfer by the Payee.",
|
9347
9329
|
"example": "WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8"
|
9348
9330
|
},
|
9349
9331
|
"extensionList": {
|
@@ -9387,6 +9369,18 @@
|
|
9387
9369
|
"extension"
|
9388
9370
|
]
|
9389
9371
|
},
|
9372
|
+
"transferState": {
|
9373
|
+
"title": "TransferState",
|
9374
|
+
"type": "string",
|
9375
|
+
"enum": [
|
9376
|
+
"RECEIVED",
|
9377
|
+
"RESERVED",
|
9378
|
+
"COMMITTED",
|
9379
|
+
"ABORTED"
|
9380
|
+
],
|
9381
|
+
"description": "Below are the allowed values for the enumeration.\n- RECEIVED - Next ledger has received the transfer.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\n- ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.",
|
9382
|
+
"example": "RESERVED"
|
9383
|
+
},
|
9390
9384
|
"lastError": {
|
9391
9385
|
"type": "object",
|
9392
9386
|
"description": "This object represents a Mojaloop API error received at any time during the transfer process",
|
@@ -9396,7 +9390,6 @@
|
|
9396
9390
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
9397
9391
|
},
|
9398
9392
|
"mojaloopError": {
|
9399
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
9400
9393
|
"type": "object",
|
9401
9394
|
"properties": {
|
9402
9395
|
"errorInformation": {
|
@@ -9581,11 +9574,11 @@
|
|
9581
9574
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
9582
9575
|
},
|
9583
9576
|
"fulfilment": {
|
9584
|
-
"description": "Fulfilment of the condition specified with the transaction. Mandatory if transfer has completed successfully.\n",
|
9585
9577
|
"title": "IlpFulfilment",
|
9586
9578
|
"type": "string",
|
9587
9579
|
"pattern": "^[A-Za-z0-9-_]{43}$",
|
9588
9580
|
"maxLength": 48,
|
9581
|
+
"description": "Fulfilment that must be attached to the transfer by the Payee.",
|
9589
9582
|
"example": "WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8"
|
9590
9583
|
},
|
9591
9584
|
"extensionList": {
|
@@ -9629,6 +9622,18 @@
|
|
9629
9622
|
"extension"
|
9630
9623
|
]
|
9631
9624
|
},
|
9625
|
+
"transferState": {
|
9626
|
+
"title": "TransferState",
|
9627
|
+
"type": "string",
|
9628
|
+
"enum": [
|
9629
|
+
"RECEIVED",
|
9630
|
+
"RESERVED",
|
9631
|
+
"COMMITTED",
|
9632
|
+
"ABORTED"
|
9633
|
+
],
|
9634
|
+
"description": "Below are the allowed values for the enumeration.\n- RECEIVED - Next ledger has received the transfer.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\n- ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.",
|
9635
|
+
"example": "RESERVED"
|
9636
|
+
},
|
9632
9637
|
"lastError": {
|
9633
9638
|
"type": "object",
|
9634
9639
|
"description": "This object represents a Mojaloop API error received at any time during the transfer process",
|
@@ -9638,7 +9643,6 @@
|
|
9638
9643
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
9639
9644
|
},
|
9640
9645
|
"mojaloopError": {
|
9641
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
9642
9646
|
"type": "object",
|
9643
9647
|
"properties": {
|
9644
9648
|
"errorInformation": {
|
@@ -9848,11 +9852,11 @@
|
|
9848
9852
|
"example": "b51ec534-ee48-4575-b6a9-ead2955b8069"
|
9849
9853
|
},
|
9850
9854
|
"fulfilment": {
|
9851
|
-
"description": "Fulfilment of the condition specified with the transaction. Mandatory if transfer has completed successfully.\n",
|
9852
9855
|
"title": "IlpFulfilment",
|
9853
9856
|
"type": "string",
|
9854
9857
|
"pattern": "^[A-Za-z0-9-_]{43}$",
|
9855
9858
|
"maxLength": 48,
|
9859
|
+
"description": "Fulfilment that must be attached to the transfer by the Payee.",
|
9856
9860
|
"example": "WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8"
|
9857
9861
|
},
|
9858
9862
|
"extensionList": {
|
@@ -9896,6 +9900,18 @@
|
|
9896
9900
|
"extension"
|
9897
9901
|
]
|
9898
9902
|
},
|
9903
|
+
"transferState": {
|
9904
|
+
"title": "TransferState",
|
9905
|
+
"type": "string",
|
9906
|
+
"enum": [
|
9907
|
+
"RECEIVED",
|
9908
|
+
"RESERVED",
|
9909
|
+
"COMMITTED",
|
9910
|
+
"ABORTED"
|
9911
|
+
],
|
9912
|
+
"description": "Below are the allowed values for the enumeration.\n- RECEIVED - Next ledger has received the transfer.\n- RESERVED - Next ledger has reserved the transfer.\n- COMMITTED - Next ledger has successfully performed the transfer.\n- ABORTED - Next ledger has aborted the transfer due to a rejection or failure to perform the transfer.",
|
9913
|
+
"example": "RESERVED"
|
9914
|
+
},
|
9899
9915
|
"lastError": {
|
9900
9916
|
"type": "object",
|
9901
9917
|
"description": "This object represents a Mojaloop API error received at any time during the transfer process",
|
@@ -9905,7 +9921,6 @@
|
|
9905
9921
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
9906
9922
|
},
|
9907
9923
|
"mojaloopError": {
|
9908
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
9909
9924
|
"type": "object",
|
9910
9925
|
"properties": {
|
9911
9926
|
"errorInformation": {
|
@@ -10141,7 +10156,6 @@
|
|
10141
10156
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
10142
10157
|
},
|
10143
10158
|
"mojaloopError": {
|
10144
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
10145
10159
|
"type": "object",
|
10146
10160
|
"properties": {
|
10147
10161
|
"errorInformation": {
|
@@ -10295,7 +10309,6 @@
|
|
10295
10309
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
10296
10310
|
},
|
10297
10311
|
"mojaloopError": {
|
10298
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
10299
10312
|
"type": "object",
|
10300
10313
|
"properties": {
|
10301
10314
|
"errorInformation": {
|
@@ -10455,7 +10468,6 @@
|
|
10455
10468
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
10456
10469
|
},
|
10457
10470
|
"mojaloopError": {
|
10458
|
-
"description": "If a quote process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
10459
10471
|
"type": "object",
|
10460
10472
|
"properties": {
|
10461
10473
|
"errorInformation": {
|
@@ -11604,11 +11616,11 @@
|
|
11604
11616
|
"description": "A Mojaloop API transfer fulfilment for individual transfers in a bulk transfer",
|
11605
11617
|
"properties": {
|
11606
11618
|
"fulfilment": {
|
11607
|
-
"description": "Fulfilment of the condition specified with the transaction. Mandatory if transfer has completed successfully.\n",
|
11608
11619
|
"title": "IlpFulfilment",
|
11609
11620
|
"type": "string",
|
11610
11621
|
"pattern": "^[A-Za-z0-9-_]{43}$",
|
11611
11622
|
"maxLength": 48,
|
11623
|
+
"description": "Fulfilment that must be attached to the transfer by the Payee.",
|
11612
11624
|
"example": "WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8"
|
11613
11625
|
},
|
11614
11626
|
"extensionList": {
|
@@ -11685,11 +11697,11 @@
|
|
11685
11697
|
"description": "A Mojaloop API transfer fulfilment for individual transfers in a bulk transfer",
|
11686
11698
|
"properties": {
|
11687
11699
|
"fulfilment": {
|
11688
|
-
"description": "Fulfilment of the condition specified with the transaction. Mandatory if transfer has completed successfully.\n",
|
11689
11700
|
"title": "IlpFulfilment",
|
11690
11701
|
"type": "string",
|
11691
11702
|
"pattern": "^[A-Za-z0-9-_]{43}$",
|
11692
11703
|
"maxLength": 48,
|
11704
|
+
"description": "Fulfilment that must be attached to the transfer by the Payee.",
|
11693
11705
|
"example": "WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8"
|
11694
11706
|
},
|
11695
11707
|
"extensionList": {
|
@@ -19085,7 +19097,6 @@
|
|
19085
19097
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
19086
19098
|
},
|
19087
19099
|
"mojaloopError": {
|
19088
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
19089
19100
|
"type": "object",
|
19090
19101
|
"properties": {
|
19091
19102
|
"errorInformation": {
|
@@ -20673,7 +20684,6 @@
|
|
20673
20684
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
20674
20685
|
},
|
20675
20686
|
"mojaloopError": {
|
20676
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
20677
20687
|
"type": "object",
|
20678
20688
|
"properties": {
|
20679
20689
|
"errorInformation": {
|
@@ -22286,7 +22296,6 @@
|
|
22286
22296
|
"description": "The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response."
|
22287
22297
|
},
|
22288
22298
|
"mojaloopError": {
|
22289
|
-
"description": "If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object.",
|
22290
22299
|
"type": "object",
|
22291
22300
|
"properties": {
|
22292
22301
|
"errorInformation": {
|
@@ -478,7 +478,6 @@ export interface components {
|
|
478
478
|
transferError: {
|
479
479
|
/** @description The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response. */
|
480
480
|
httpStatusCode?: number;
|
481
|
-
/** @description If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object. */
|
482
481
|
mojaloopError?: components["schemas"]["mojaloopError"];
|
483
482
|
};
|
484
483
|
accountsResponse: {
|
@@ -676,21 +675,18 @@ export interface components {
|
|
676
675
|
quoteError: {
|
677
676
|
/** @description The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response. */
|
678
677
|
httpStatusCode?: number;
|
679
|
-
/** @description If a quote process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object. */
|
680
678
|
mojaloopError?: components["schemas"]["mojaloopError"];
|
681
679
|
};
|
682
680
|
individualQuoteResult: {
|
683
681
|
quoteId: components["schemas"]["CorrelationId"];
|
684
|
-
transferAmount
|
682
|
+
transferAmount?: components["schemas"]["Money"];
|
685
683
|
payeeReceiveAmount?: components["schemas"]["Money"];
|
686
684
|
payeeFspFee?: components["schemas"]["Money"];
|
687
685
|
payeeFspCommission?: components["schemas"]["Money"];
|
688
686
|
geoCode?: components["schemas"]["GeoCode"];
|
689
|
-
ilpPacket
|
690
|
-
condition
|
691
|
-
/** @description Optional extension, specific to deployment. */
|
687
|
+
ilpPacket?: components["schemas"]["IlpPacket"];
|
688
|
+
condition?: components["schemas"]["IlpCondition"];
|
692
689
|
extensionList?: components["schemas"]["ExtensionList"];
|
693
|
-
/** @description Object representing the last error to occur during a quote process. This may be a Mojaloop API error returned from another entity in the scheme or an object representing other types of error e.g. exceptions that may occur inside the scheme adapter. */
|
694
690
|
lastError?: components["schemas"]["quoteError"];
|
695
691
|
};
|
696
692
|
bulkQuoteResponse: {
|
@@ -828,10 +824,9 @@ export interface components {
|
|
828
824
|
IlpFulfilment: string;
|
829
825
|
individualTransferResult: {
|
830
826
|
transferId: components["schemas"]["CorrelationId"];
|
831
|
-
/** @description Fulfilment of the condition specified with the transaction. Mandatory if transfer has completed successfully. */
|
832
827
|
fulfilment?: components["schemas"]["IlpFulfilment"];
|
833
|
-
/** @description Optional extension, specific to deployment. */
|
834
828
|
extensionList?: components["schemas"]["ExtensionList"];
|
829
|
+
transferState?: components["schemas"]["TransferState"];
|
835
830
|
lastError?: components["schemas"]["transferError"];
|
836
831
|
};
|
837
832
|
bulkTransferResponse: {
|
@@ -875,7 +870,6 @@ export interface components {
|
|
875
870
|
partyError: {
|
876
871
|
/** @description The HTTP status code returned to the caller. This is the same as the actual HTTP status code returned with the response. */
|
877
872
|
httpStatusCode?: number;
|
878
|
-
/** @description If a transfer process results in an error callback during the asynchronous Mojaloop API exchange, this property will contain the underlying Mojaloop API error object. */
|
879
873
|
mojaloopError?: components["schemas"]["mojaloopError"];
|
880
874
|
};
|
881
875
|
bulkTransactionAcceptPartyErrorResponse: components["schemas"]["errorResponse"] & {
|
@@ -915,9 +909,7 @@ export interface components {
|
|
915
909
|
};
|
916
910
|
/** @description A Mojaloop API transfer fulfilment for individual transfers in a bulk transfer */
|
917
911
|
individualTransferFulfilment: {
|
918
|
-
/** @description Fulfilment of the condition specified with the transaction. Mandatory if transfer has completed successfully. */
|
919
912
|
fulfilment?: components["schemas"]["IlpFulfilment"];
|
920
|
-
/** @description Optional extension, specific to deployment. */
|
921
913
|
extensionList?: components["schemas"]["ExtensionList"];
|
922
914
|
};
|
923
915
|
bulkTransferStatusResponse: {
|