@mojaloop/api-snippets 18.0.0-snapshot.0 → 18.0.0-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/CHANGELOG.md +35 -0
- package/CODEOWNERS +1 -1
- package/LICENSE.md +1 -1
- package/audit-ci.jsonc +2 -4
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +3 -36
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +90 -56
- package/lib/fspiop/v2_0/schemas.js +102 -102
- package/lib/fspiop/v2_0/schemas.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
- package/lib/scripts/json-schema-generator.d.ts +7 -6
- package/lib/scripts/json-schema-generator.js +13 -8
- package/lib/scripts/json-schema-generator.js.map +1 -1
- package/lib/scripts/openapi-refactor.d.ts +7 -6
- package/lib/scripts/openapi-refactor.js +7 -6
- package/lib/scripts/openapi-refactor.js.map +1 -1
- package/lib/sdk-scheme-adapter/index.d.ts +7 -6
- package/lib/sdk-scheme-adapter/index.js +7 -6
- package/lib/sdk-scheme-adapter/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/index.d.ts +7 -6
- package/lib/sdk-scheme-adapter/v2_0_0/index.js +7 -6
- package/lib/sdk-scheme-adapter/v2_0_0/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +10 -119
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +3 -24
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +0 -101
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -144
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +0 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +27 -91
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +121 -31
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +10 -71
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +139 -141
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +1 -3
- package/package.json +14 -13
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionCompleted.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +57 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionResponse.yaml +23 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionState.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionStatus.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuoteOrConversion.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID_SubId.yaml +20 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +2 -1
@@ -431,7 +431,6 @@
|
|
431
431
|
"items": {
|
432
432
|
"properties": {
|
433
433
|
"key": {
|
434
|
-
"maxLength": 32,
|
435
434
|
"minLength": 1,
|
436
435
|
"type": "string"
|
437
436
|
},
|
@@ -1864,7 +1863,6 @@
|
|
1864
1863
|
"items": {
|
1865
1864
|
"properties": {
|
1866
1865
|
"key": {
|
1867
|
-
"maxLength": 32,
|
1868
1866
|
"minLength": 1,
|
1869
1867
|
"type": "string"
|
1870
1868
|
},
|
@@ -2165,7 +2163,6 @@
|
|
2165
2163
|
"items": {
|
2166
2164
|
"properties": {
|
2167
2165
|
"key": {
|
2168
|
-
"maxLength": 32,
|
2169
2166
|
"minLength": 1,
|
2170
2167
|
"type": "string"
|
2171
2168
|
},
|
@@ -2441,7 +2438,6 @@
|
|
2441
2438
|
"items": {
|
2442
2439
|
"properties": {
|
2443
2440
|
"key": {
|
2444
|
-
"maxLength": 32,
|
2445
2441
|
"minLength": 1,
|
2446
2442
|
"type": "string"
|
2447
2443
|
},
|
@@ -3131,7 +3127,6 @@
|
|
3131
3127
|
"items": {
|
3132
3128
|
"properties": {
|
3133
3129
|
"key": {
|
3134
|
-
"maxLength": 32,
|
3135
3130
|
"minLength": 1,
|
3136
3131
|
"type": "string"
|
3137
3132
|
},
|
@@ -5001,7 +4996,6 @@
|
|
5001
4996
|
"items": {
|
5002
4997
|
"properties": {
|
5003
4998
|
"key": {
|
5004
|
-
"maxLength": 32,
|
5005
4999
|
"minLength": 1,
|
5006
5000
|
"type": "string"
|
5007
5001
|
},
|
@@ -5666,7 +5660,6 @@
|
|
5666
5660
|
"items": {
|
5667
5661
|
"properties": {
|
5668
5662
|
"key": {
|
5669
|
-
"maxLength": 32,
|
5670
5663
|
"minLength": 1,
|
5671
5664
|
"type": "string"
|
5672
5665
|
},
|
@@ -5990,7 +5983,6 @@
|
|
5990
5983
|
"items": {
|
5991
5984
|
"properties": {
|
5992
5985
|
"key": {
|
5993
|
-
"maxLength": 32,
|
5994
5986
|
"minLength": 1,
|
5995
5987
|
"type": "string"
|
5996
5988
|
},
|
@@ -6240,7 +6232,6 @@
|
|
6240
6232
|
"items": {
|
6241
6233
|
"properties": {
|
6242
6234
|
"key": {
|
6243
|
-
"maxLength": 32,
|
6244
6235
|
"minLength": 1,
|
6245
6236
|
"type": "string"
|
6246
6237
|
},
|
@@ -6273,7 +6264,6 @@
|
|
6273
6264
|
"extensionItem": {
|
6274
6265
|
"properties": {
|
6275
6266
|
"key": {
|
6276
|
-
"maxLength": 32,
|
6277
6267
|
"minLength": 1,
|
6278
6268
|
"type": "string"
|
6279
6269
|
},
|
@@ -6289,7 +6279,6 @@
|
|
6289
6279
|
"items": {
|
6290
6280
|
"properties": {
|
6291
6281
|
"key": {
|
6292
|
-
"maxLength": 32,
|
6293
6282
|
"minLength": 1,
|
6294
6283
|
"type": "string"
|
6295
6284
|
},
|
@@ -6313,7 +6302,6 @@
|
|
6313
6302
|
"items": {
|
6314
6303
|
"properties": {
|
6315
6304
|
"key": {
|
6316
|
-
"maxLength": 32,
|
6317
6305
|
"minLength": 1,
|
6318
6306
|
"type": "string"
|
6319
6307
|
},
|
@@ -6370,7 +6358,6 @@
|
|
6370
6358
|
"items": {
|
6371
6359
|
"properties": {
|
6372
6360
|
"key": {
|
6373
|
-
"maxLength": 32,
|
6374
6361
|
"minLength": 1,
|
6375
6362
|
"type": "string"
|
6376
6363
|
},
|
@@ -7080,7 +7067,6 @@
|
|
7080
7067
|
"items": {
|
7081
7068
|
"properties": {
|
7082
7069
|
"key": {
|
7083
|
-
"maxLength": 32,
|
7084
7070
|
"minLength": 1,
|
7085
7071
|
"type": "string"
|
7086
7072
|
},
|
@@ -7286,7 +7272,6 @@
|
|
7286
7272
|
"items": {
|
7287
7273
|
"properties": {
|
7288
7274
|
"key": {
|
7289
|
-
"maxLength": 32,
|
7290
7275
|
"minLength": 1,
|
7291
7276
|
"type": "string"
|
7292
7277
|
},
|
@@ -7615,7 +7600,6 @@
|
|
7615
7600
|
"items": {
|
7616
7601
|
"properties": {
|
7617
7602
|
"key": {
|
7618
|
-
"maxLength": 32,
|
7619
7603
|
"minLength": 1,
|
7620
7604
|
"type": "string"
|
7621
7605
|
},
|
@@ -10932,7 +10916,6 @@
|
|
10932
10916
|
"items": {
|
10933
10917
|
"properties": {
|
10934
10918
|
"key": {
|
10935
|
-
"maxLength": 32,
|
10936
10919
|
"minLength": 1,
|
10937
10920
|
"type": "string"
|
10938
10921
|
},
|
@@ -15552,7 +15535,6 @@
|
|
15552
15535
|
"items": {
|
15553
15536
|
"properties": {
|
15554
15537
|
"key": {
|
15555
|
-
"maxLength": 32,
|
15556
15538
|
"minLength": 1,
|
15557
15539
|
"type": "string"
|
15558
15540
|
},
|
@@ -15758,7 +15740,6 @@
|
|
15758
15740
|
"items": {
|
15759
15741
|
"properties": {
|
15760
15742
|
"key": {
|
15761
|
-
"maxLength": 32,
|
15762
15743
|
"minLength": 1,
|
15763
15744
|
"type": "string"
|
15764
15745
|
},
|
@@ -16087,7 +16068,6 @@
|
|
16087
16068
|
"items": {
|
16088
16069
|
"properties": {
|
16089
16070
|
"key": {
|
16090
|
-
"maxLength": 32,
|
16091
16071
|
"minLength": 1,
|
16092
16072
|
"type": "string"
|
16093
16073
|
},
|
@@ -16822,7 +16802,6 @@
|
|
16822
16802
|
"items": {
|
16823
16803
|
"properties": {
|
16824
16804
|
"key": {
|
16825
|
-
"maxLength": 32,
|
16826
16805
|
"minLength": 1,
|
16827
16806
|
"type": "string"
|
16828
16807
|
},
|
@@ -17791,7 +17770,6 @@
|
|
17791
17770
|
"items": {
|
17792
17771
|
"properties": {
|
17793
17772
|
"key": {
|
17794
|
-
"maxLength": 32,
|
17795
17773
|
"minLength": 1,
|
17796
17774
|
"type": "string"
|
17797
17775
|
},
|
@@ -18108,7 +18086,6 @@
|
|
18108
18086
|
"items": {
|
18109
18087
|
"properties": {
|
18110
18088
|
"key": {
|
18111
|
-
"maxLength": 32,
|
18112
18089
|
"minLength": 1,
|
18113
18090
|
"type": "string"
|
18114
18091
|
},
|
@@ -18697,7 +18674,6 @@
|
|
18697
18674
|
"items": {
|
18698
18675
|
"properties": {
|
18699
18676
|
"key": {
|
18700
|
-
"maxLength": 32,
|
18701
18677
|
"minLength": 1,
|
18702
18678
|
"type": "string"
|
18703
18679
|
},
|
@@ -18728,7 +18704,6 @@
|
|
18728
18704
|
"items": {
|
18729
18705
|
"properties": {
|
18730
18706
|
"key": {
|
18731
|
-
"maxLength": 32,
|
18732
18707
|
"minLength": 1,
|
18733
18708
|
"type": "string"
|
18734
18709
|
},
|
@@ -19023,7 +18998,6 @@
|
|
19023
18998
|
"items": {
|
19024
18999
|
"properties": {
|
19025
19000
|
"key": {
|
19026
|
-
"maxLength": 32,
|
19027
19001
|
"minLength": 1,
|
19028
19002
|
"type": "string"
|
19029
19003
|
},
|
@@ -19335,7 +19309,6 @@
|
|
19335
19309
|
"items": {
|
19336
19310
|
"properties": {
|
19337
19311
|
"key": {
|
19338
|
-
"maxLength": 32,
|
19339
19312
|
"minLength": 1,
|
19340
19313
|
"type": "string"
|
19341
19314
|
},
|
@@ -19798,7 +19771,6 @@
|
|
19798
19771
|
"items": {
|
19799
19772
|
"properties": {
|
19800
19773
|
"key": {
|
19801
|
-
"maxLength": 32,
|
19802
19774
|
"minLength": 1,
|
19803
19775
|
"type": "string"
|
19804
19776
|
},
|
@@ -21023,7 +20995,6 @@
|
|
21023
20995
|
"items": {
|
21024
20996
|
"properties": {
|
21025
20997
|
"key": {
|
21026
|
-
"maxLength": 32,
|
21027
20998
|
"minLength": 1,
|
21028
20999
|
"type": "string"
|
21029
21000
|
},
|
@@ -21782,7 +21753,6 @@
|
|
21782
21753
|
"items": {
|
21783
21754
|
"properties": {
|
21784
21755
|
"key": {
|
21785
|
-
"maxLength": 32,
|
21786
21756
|
"minLength": 1,
|
21787
21757
|
"type": "string"
|
21788
21758
|
},
|
@@ -21820,7 +21790,6 @@
|
|
21820
21790
|
"items": {
|
21821
21791
|
"properties": {
|
21822
21792
|
"key": {
|
21823
|
-
"maxLength": 32,
|
21824
21793
|
"minLength": 1,
|
21825
21794
|
"type": "string"
|
21826
21795
|
},
|
@@ -33561,79 +33530,6 @@
|
|
33561
33530
|
"chargeType"
|
33562
33531
|
]
|
33563
33532
|
},
|
33564
|
-
"ExtensionKey": {
|
33565
|
-
"title": "ExtensionKey",
|
33566
|
-
"type": "string",
|
33567
|
-
"minLength": 1,
|
33568
|
-
"maxLength": 32,
|
33569
|
-
"description": "Extension key."
|
33570
|
-
},
|
33571
|
-
"Extension": {
|
33572
|
-
"title": "Extension",
|
33573
|
-
"type": "object",
|
33574
|
-
"description": "Data model for the complex type Extension.",
|
33575
|
-
"properties": {
|
33576
|
-
"key": {
|
33577
|
-
"title": "ExtensionKey",
|
33578
|
-
"type": "string",
|
33579
|
-
"minLength": 1,
|
33580
|
-
"maxLength": 32,
|
33581
|
-
"description": "Extension key."
|
33582
|
-
},
|
33583
|
-
"value": {
|
33584
|
-
"title": "ExtensionValue",
|
33585
|
-
"type": "string",
|
33586
|
-
"minLength": 1,
|
33587
|
-
"maxLength": 128,
|
33588
|
-
"description": "Extension value."
|
33589
|
-
}
|
33590
|
-
},
|
33591
|
-
"required": [
|
33592
|
-
"key",
|
33593
|
-
"value"
|
33594
|
-
]
|
33595
|
-
},
|
33596
|
-
"ExtensionList": {
|
33597
|
-
"title": "ExtensionList",
|
33598
|
-
"type": "object",
|
33599
|
-
"description": "Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.",
|
33600
|
-
"properties": {
|
33601
|
-
"extension": {
|
33602
|
-
"type": "array",
|
33603
|
-
"items": {
|
33604
|
-
"title": "Extension",
|
33605
|
-
"type": "object",
|
33606
|
-
"description": "Data model for the complex type Extension.",
|
33607
|
-
"properties": {
|
33608
|
-
"key": {
|
33609
|
-
"title": "ExtensionKey",
|
33610
|
-
"type": "string",
|
33611
|
-
"minLength": 1,
|
33612
|
-
"maxLength": 32,
|
33613
|
-
"description": "Extension key."
|
33614
|
-
},
|
33615
|
-
"value": {
|
33616
|
-
"title": "ExtensionValue",
|
33617
|
-
"type": "string",
|
33618
|
-
"minLength": 1,
|
33619
|
-
"maxLength": 128,
|
33620
|
-
"description": "Extension value."
|
33621
|
-
}
|
33622
|
-
},
|
33623
|
-
"required": [
|
33624
|
-
"key",
|
33625
|
-
"value"
|
33626
|
-
]
|
33627
|
-
},
|
33628
|
-
"minItems": 1,
|
33629
|
-
"maxItems": 16,
|
33630
|
-
"description": "Number of Extension elements."
|
33631
|
-
}
|
33632
|
-
},
|
33633
|
-
"required": [
|
33634
|
-
"extension"
|
33635
|
-
]
|
33636
|
-
},
|
33637
33533
|
"FxConversion": {
|
33638
33534
|
"title": "FxConversion",
|
33639
33535
|
"type": "object",
|
@@ -34548,15 +34444,14 @@
|
|
34548
34444
|
"extension": {
|
34549
34445
|
"type": "array",
|
34550
34446
|
"items": {
|
34551
|
-
"title": "
|
34447
|
+
"title": "Extension_v2_1_0",
|
34552
34448
|
"type": "object",
|
34553
34449
|
"description": "Data model for the complex type Extension.",
|
34554
34450
|
"properties": {
|
34555
34451
|
"key": {
|
34556
|
-
"title": "
|
34452
|
+
"title": "ExtensionKey_v2_1_0",
|
34557
34453
|
"type": "string",
|
34558
34454
|
"minLength": 1,
|
34559
|
-
"maxLength": 32,
|
34560
34455
|
"description": "Extension key."
|
34561
34456
|
},
|
34562
34457
|
"value": {
|
@@ -35532,15 +35427,14 @@
|
|
35532
35427
|
"extension": {
|
35533
35428
|
"type": "array",
|
35534
35429
|
"items": {
|
35535
|
-
"title": "
|
35430
|
+
"title": "Extension_v2_1_0",
|
35536
35431
|
"type": "object",
|
35537
35432
|
"description": "Data model for the complex type Extension.",
|
35538
35433
|
"properties": {
|
35539
35434
|
"key": {
|
35540
|
-
"title": "
|
35435
|
+
"title": "ExtensionKey_v2_1_0",
|
35541
35436
|
"type": "string",
|
35542
35437
|
"minLength": 1,
|
35543
|
-
"maxLength": 32,
|
35544
35438
|
"description": "Extension key."
|
35545
35439
|
},
|
35546
35440
|
"value": {
|
@@ -36517,15 +36411,14 @@
|
|
36517
36411
|
"extension": {
|
36518
36412
|
"type": "array",
|
36519
36413
|
"items": {
|
36520
|
-
"title": "
|
36414
|
+
"title": "Extension_v2_1_0",
|
36521
36415
|
"type": "object",
|
36522
36416
|
"description": "Data model for the complex type Extension.",
|
36523
36417
|
"properties": {
|
36524
36418
|
"key": {
|
36525
|
-
"title": "
|
36419
|
+
"title": "ExtensionKey_v2_1_0",
|
36526
36420
|
"type": "string",
|
36527
36421
|
"minLength": 1,
|
36528
|
-
"maxLength": 32,
|
36529
36422
|
"description": "Extension key."
|
36530
36423
|
},
|
36531
36424
|
"value": {
|
@@ -37639,15 +37532,14 @@
|
|
37639
37532
|
"extension": {
|
37640
37533
|
"type": "array",
|
37641
37534
|
"items": {
|
37642
|
-
"title": "
|
37535
|
+
"title": "Extension_v2_1_0",
|
37643
37536
|
"type": "object",
|
37644
37537
|
"description": "Data model for the complex type Extension.",
|
37645
37538
|
"properties": {
|
37646
37539
|
"key": {
|
37647
|
-
"title": "
|
37540
|
+
"title": "ExtensionKey_v2_1_0",
|
37648
37541
|
"type": "string",
|
37649
37542
|
"minLength": 1,
|
37650
|
-
"maxLength": 32,
|
37651
37543
|
"description": "Extension key."
|
37652
37544
|
},
|
37653
37545
|
"value": {
|
@@ -37742,15 +37634,14 @@
|
|
37742
37634
|
"extension": {
|
37743
37635
|
"type": "array",
|
37744
37636
|
"items": {
|
37745
|
-
"title": "
|
37637
|
+
"title": "Extension_v2_1_0",
|
37746
37638
|
"type": "object",
|
37747
37639
|
"description": "Data model for the complex type Extension.",
|
37748
37640
|
"properties": {
|
37749
37641
|
"key": {
|
37750
|
-
"title": "
|
37642
|
+
"title": "ExtensionKey_v2_1_0",
|
37751
37643
|
"type": "string",
|
37752
37644
|
"minLength": 1,
|
37753
|
-
"maxLength": 32,
|
37754
37645
|
"description": "Extension key."
|
37755
37646
|
},
|
37756
37647
|
"value": {
|
@@ -1306,27 +1306,6 @@ export interface components {
|
|
1306
1306
|
sourceAmount?: components["schemas"]["Money"] & unknown;
|
1307
1307
|
targetAmount?: components["schemas"]["Money"] & unknown;
|
1308
1308
|
};
|
1309
|
-
/**
|
1310
|
-
* ExtensionKey
|
1311
|
-
* @description Extension key.
|
1312
|
-
*/
|
1313
|
-
ExtensionKey: string;
|
1314
|
-
/**
|
1315
|
-
* Extension
|
1316
|
-
* @description Data model for the complex type Extension.
|
1317
|
-
*/
|
1318
|
-
Extension: {
|
1319
|
-
key: components["schemas"]["ExtensionKey"];
|
1320
|
-
value: components["schemas"]["ExtensionValue"];
|
1321
|
-
};
|
1322
|
-
/**
|
1323
|
-
* ExtensionList
|
1324
|
-
* @description Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
1325
|
-
*/
|
1326
|
-
ExtensionList: {
|
1327
|
-
/** @description Number of Extension elements. */
|
1328
|
-
extension: components["schemas"]["Extension"][];
|
1329
|
-
};
|
1330
1309
|
/**
|
1331
1310
|
* FxConversion
|
1332
1311
|
* @description A DFSP will be able to request a currency conversion, and an FX provider will be able to describe its involvement in a proposed transfer, using a FxConversion object.
|
@@ -1342,7 +1321,7 @@ export interface components {
|
|
1342
1321
|
expiration: components["schemas"]["DateTime"] & unknown;
|
1343
1322
|
/** @description One or more charges which the FXP intends to levy as part of the currency conversion, or which the payee DFSP intends to add to the amount transferred. */
|
1344
1323
|
charges?: components["schemas"]["FxCharge"][];
|
1345
|
-
extensionList?: components["schemas"]["
|
1324
|
+
extensionList?: components["schemas"]["ExtensionList_v2_1_0"] & unknown;
|
1346
1325
|
};
|
1347
1326
|
/**
|
1348
1327
|
* FxQuotesPostBackendRequest
|
@@ -1396,7 +1375,7 @@ export interface components {
|
|
1396
1375
|
fulfilment?: components["schemas"]["fulfilment"];
|
1397
1376
|
completedTimestamp?: components["schemas"]["completedTimestamp"];
|
1398
1377
|
conversionState: components["schemas"]["conversionState"];
|
1399
|
-
extensionList?: components["schemas"]["
|
1378
|
+
extensionList?: components["schemas"]["ExtensionList_v2_1_0"];
|
1400
1379
|
};
|
1401
1380
|
/**
|
1402
1381
|
* FxTransfersPutBackendRequest
|
@@ -1408,7 +1387,7 @@ export interface components {
|
|
1408
1387
|
fulfilment?: components["schemas"]["fulfilment"];
|
1409
1388
|
completedTimestamp?: components["schemas"]["completedTimestamp"];
|
1410
1389
|
conversionState: components["schemas"]["conversionState"];
|
1411
|
-
extensionList?: components["schemas"]["
|
1390
|
+
extensionList?: components["schemas"]["ExtensionList_v2_1_0"];
|
1412
1391
|
};
|
1413
1392
|
/**
|
1414
1393
|
* fxTransfersPatchBackendRequest
|