@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
@@ -7,146 +7,144 @@ const tslib_1 = require("tslib");
|
|
7
7
|
const json_schemas_json_1 = tslib_1.__importDefault(require("./json-schemas.json"));
|
8
8
|
var Schemas;
|
9
9
|
(function (Schemas) {
|
10
|
-
Schemas.PartyIdType = json_schemas_json_1.default
|
11
|
-
Schemas.PartyIdentifier = json_schemas_json_1.default
|
12
|
-
Schemas.PartySubIdOrType = json_schemas_json_1.default
|
13
|
-
Schemas.Currency = json_schemas_json_1.default
|
14
|
-
Schemas.accountsRequest = json_schemas_json_1.default
|
15
|
-
Schemas.CorrelationId = json_schemas_json_1.default
|
16
|
-
Schemas.errorResponse = json_schemas_json_1.default
|
17
|
-
Schemas.accountCreationStatus = json_schemas_json_1.default
|
18
|
-
Schemas.accountsCreationState = json_schemas_json_1.default
|
19
|
-
Schemas.ErrorCode = json_schemas_json_1.default
|
20
|
-
Schemas.ErrorDescription = json_schemas_json_1.default
|
21
|
-
Schemas.ExtensionKey_v2_1_0 = json_schemas_json_1.default
|
22
|
-
Schemas.ExtensionValue = json_schemas_json_1.default
|
23
|
-
Schemas.Extension_v2_1_0 = json_schemas_json_1.default
|
24
|
-
Schemas.ExtensionList_v2_1_0 = json_schemas_json_1.default
|
25
|
-
Schemas.ErrorInformation = json_schemas_json_1.default
|
26
|
-
Schemas.mojaloopError = json_schemas_json_1.default
|
27
|
-
Schemas.transferError = json_schemas_json_1.default
|
28
|
-
Schemas.accountsResponse = json_schemas_json_1.default
|
29
|
-
Schemas.errorAccountsResponse = json_schemas_json_1.default
|
30
|
-
Schemas.TransactionInitiatorType = json_schemas_json_1.default
|
31
|
-
Schemas.Name = json_schemas_json_1.default
|
32
|
-
Schemas.FirstName = json_schemas_json_1.default
|
33
|
-
Schemas.MiddleName = json_schemas_json_1.default
|
34
|
-
Schemas.LastName = json_schemas_json_1.default
|
35
|
-
Schemas.DateOfBirth = json_schemas_json_1.default
|
36
|
-
Schemas.MerchantClassificationCode = json_schemas_json_1.default
|
37
|
-
Schemas.FspId = json_schemas_json_1.default
|
38
|
-
Schemas.KYCInformation = json_schemas_json_1.default
|
39
|
-
Schemas.extensionListEmptiable = json_schemas_json_1.default
|
40
|
-
Schemas.transferParty = json_schemas_json_1.default
|
41
|
-
Schemas.AmountType = json_schemas_json_1.default
|
42
|
-
Schemas.Amount = json_schemas_json_1.default
|
43
|
-
Schemas.transferTransactionType = json_schemas_json_1.default
|
44
|
-
Schemas.TransactionSubScenario = json_schemas_json_1.default
|
45
|
-
Schemas.Note = json_schemas_json_1.default
|
46
|
-
Schemas.individualQuote = json_schemas_json_1.default
|
47
|
-
Schemas.bulkQuoteRequest = json_schemas_json_1.default
|
48
|
-
Schemas.DateTime = json_schemas_json_1.default
|
49
|
-
Schemas.bulkTransferStatus = json_schemas_json_1.default
|
50
|
-
Schemas.Money = json_schemas_json_1.default
|
51
|
-
Schemas.Latitude = json_schemas_json_1.default
|
52
|
-
Schemas.Longitude = json_schemas_json_1.default
|
53
|
-
Schemas.GeoCode = json_schemas_json_1.default
|
54
|
-
Schemas.IlpPacket = json_schemas_json_1.default
|
55
|
-
Schemas.IlpCondition = json_schemas_json_1.default
|
56
|
-
Schemas.quoteError = json_schemas_json_1.default
|
57
|
-
Schemas.individualQuoteResult = json_schemas_json_1.default
|
58
|
-
Schemas.bulkQuoteResponse = json_schemas_json_1.default
|
59
|
-
Schemas.bulkQuoteErrorResponse = json_schemas_json_1.default
|
60
|
-
Schemas.bulkQuoteStatus = json_schemas_json_1.default
|
61
|
-
Schemas.bulkQuoteStatusResponse = json_schemas_json_1.default
|
62
|
-
Schemas.autoAcceptPartyOption = json_schemas_json_1.default
|
63
|
-
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default
|
64
|
-
Schemas.autoAcceptQuote = json_schemas_json_1.default
|
65
|
-
Schemas.bulkTransactionOptions = json_schemas_json_1.default
|
66
|
-
Schemas.PartyIdInfo = json_schemas_json_1.default
|
67
|
-
Schemas.PartyName = json_schemas_json_1.default
|
68
|
-
Schemas.PartyComplexName = json_schemas_json_1.default
|
69
|
-
Schemas.PartyPersonalInfo = json_schemas_json_1.default
|
70
|
-
Schemas.Party = json_schemas_json_1.default
|
71
|
-
Schemas.bulkTransactionIndividualTransfer = json_schemas_json_1.default
|
72
|
-
Schemas.bulkTransactionRequest = json_schemas_json_1.default
|
73
|
-
Schemas.TransferState = json_schemas_json_1.default
|
74
|
-
Schemas.IlpFulfilment = json_schemas_json_1.default
|
75
|
-
Schemas.individualTransferResult = json_schemas_json_1.default
|
76
|
-
Schemas.bulkTransferResponse = json_schemas_json_1.default
|
77
|
-
Schemas.bulkTransferErrorResponse = json_schemas_json_1.default
|
78
|
-
Schemas.bulkTransactionIndividualTransferAccept = json_schemas_json_1.default
|
79
|
-
Schemas.transferContinuationAcceptParty = json_schemas_json_1.default
|
80
|
-
Schemas.bulkTransactionContinuationAcceptParty = json_schemas_json_1.default
|
81
|
-
Schemas.transferContinuationAcceptQuote = json_schemas_json_1.default
|
82
|
-
Schemas.bulkTransactionContinuationAcceptQuote = json_schemas_json_1.default
|
83
|
-
Schemas.partyError = json_schemas_json_1.default
|
84
|
-
Schemas.bulkTransactionAcceptPartyErrorResponse = json_schemas_json_1.default
|
85
|
-
Schemas.bulkTransactionAcceptQuoteErrorResponse = json_schemas_json_1.default
|
86
|
-
Schemas.individualTransfer = json_schemas_json_1.default
|
87
|
-
Schemas.bulkTransferRequest = json_schemas_json_1.default
|
88
|
-
Schemas.individualTransferFulfilment = json_schemas_json_1.default
|
89
|
-
Schemas.bulkTransferStatusResponse = json_schemas_json_1.default
|
90
|
-
Schemas.async2SyncCurrentState = json_schemas_json_1.default
|
91
|
-
Schemas.partiesByIdResponse = json_schemas_json_1.default
|
92
|
-
Schemas.TransactionScenario = json_schemas_json_1.default
|
93
|
-
Schemas.TransactionInitiator = json_schemas_json_1.default
|
94
|
-
Schemas.RefundReason = json_schemas_json_1.default
|
95
|
-
Schemas.Refund = json_schemas_json_1.default
|
96
|
-
Schemas.BalanceOfPayments = json_schemas_json_1.default
|
97
|
-
Schemas.TransactionType = json_schemas_json_1.default
|
98
|
-
Schemas.CurrencyConverter = json_schemas_json_1.default
|
99
|
-
Schemas.FxRate = json_schemas_json_1.default
|
100
|
-
Schemas.QuotesPostRequest = json_schemas_json_1.default
|
101
|
-
Schemas.simpleQuotesPostRequest = json_schemas_json_1.default
|
102
|
-
Schemas.quotesPostResponse = json_schemas_json_1.default
|
103
|
-
Schemas.errorQuotesResponse = json_schemas_json_1.default
|
104
|
-
Schemas.AuthenticationType = json_schemas_json_1.default
|
105
|
-
Schemas.requestToPayRequest = json_schemas_json_1.default
|
106
|
-
Schemas.requestToPayStatus = json_schemas_json_1.default
|
107
|
-
Schemas.getPartiesResponse = json_schemas_json_1.default
|
108
|
-
Schemas.TransactionRequestState = json_schemas_json_1.default
|
109
|
-
Schemas.TransactionRequestResponse = json_schemas_json_1.default
|
110
|
-
Schemas.requestToPayResponse = json_schemas_json_1.default
|
111
|
-
Schemas.transferStatus = json_schemas_json_1.default
|
112
|
-
Schemas.QuotesIDPutResponse = json_schemas_json_1.default
|
113
|
-
Schemas.FxMoney = json_schemas_json_1.default
|
114
|
-
Schemas.FxCharge = json_schemas_json_1.default
|
115
|
-
Schemas.
|
116
|
-
Schemas.
|
117
|
-
Schemas.
|
118
|
-
Schemas.
|
119
|
-
Schemas.
|
120
|
-
Schemas.
|
121
|
-
Schemas.
|
122
|
-
Schemas.
|
123
|
-
Schemas.
|
124
|
-
Schemas.
|
125
|
-
Schemas.
|
126
|
-
Schemas.
|
127
|
-
Schemas.
|
128
|
-
Schemas.
|
129
|
-
Schemas.
|
130
|
-
Schemas.
|
131
|
-
Schemas.
|
132
|
-
Schemas.
|
133
|
-
Schemas.
|
134
|
-
Schemas.
|
135
|
-
Schemas.
|
136
|
-
Schemas.
|
137
|
-
Schemas.
|
138
|
-
Schemas.
|
139
|
-
Schemas.
|
140
|
-
Schemas.
|
141
|
-
Schemas.
|
142
|
-
Schemas.
|
143
|
-
Schemas.
|
144
|
-
Schemas.
|
145
|
-
Schemas.
|
146
|
-
Schemas.
|
147
|
-
Schemas.
|
148
|
-
Schemas.
|
149
|
-
Schemas.conversionState = json_schemas_json_1.default.conversionState;
|
150
|
-
Schemas.FxTransfersPostOutboundResponse = json_schemas_json_1.default.FxTransfersPostOutboundResponse;
|
10
|
+
Schemas.PartyIdType = json_schemas_json_1.default["PartyIdType"];
|
11
|
+
Schemas.PartyIdentifier = json_schemas_json_1.default["PartyIdentifier"];
|
12
|
+
Schemas.PartySubIdOrType = json_schemas_json_1.default["PartySubIdOrType"];
|
13
|
+
Schemas.Currency = json_schemas_json_1.default["Currency"];
|
14
|
+
Schemas.accountsRequest = json_schemas_json_1.default["accountsRequest"];
|
15
|
+
Schemas.CorrelationId = json_schemas_json_1.default["CorrelationId"];
|
16
|
+
Schemas.errorResponse = json_schemas_json_1.default["errorResponse"];
|
17
|
+
Schemas.accountCreationStatus = json_schemas_json_1.default["accountCreationStatus"];
|
18
|
+
Schemas.accountsCreationState = json_schemas_json_1.default["accountsCreationState"];
|
19
|
+
Schemas.ErrorCode = json_schemas_json_1.default["ErrorCode"];
|
20
|
+
Schemas.ErrorDescription = json_schemas_json_1.default["ErrorDescription"];
|
21
|
+
Schemas.ExtensionKey_v2_1_0 = json_schemas_json_1.default["ExtensionKey_v2_1_0"];
|
22
|
+
Schemas.ExtensionValue = json_schemas_json_1.default["ExtensionValue"];
|
23
|
+
Schemas.Extension_v2_1_0 = json_schemas_json_1.default["Extension_v2_1_0"];
|
24
|
+
Schemas.ExtensionList_v2_1_0 = json_schemas_json_1.default["ExtensionList_v2_1_0"];
|
25
|
+
Schemas.ErrorInformation = json_schemas_json_1.default["ErrorInformation"];
|
26
|
+
Schemas.mojaloopError = json_schemas_json_1.default["mojaloopError"];
|
27
|
+
Schemas.transferError = json_schemas_json_1.default["transferError"];
|
28
|
+
Schemas.accountsResponse = json_schemas_json_1.default["accountsResponse"];
|
29
|
+
Schemas.errorAccountsResponse = json_schemas_json_1.default["errorAccountsResponse"];
|
30
|
+
Schemas.TransactionInitiatorType = json_schemas_json_1.default["TransactionInitiatorType"];
|
31
|
+
Schemas.Name = json_schemas_json_1.default["Name"];
|
32
|
+
Schemas.FirstName = json_schemas_json_1.default["FirstName"];
|
33
|
+
Schemas.MiddleName = json_schemas_json_1.default["MiddleName"];
|
34
|
+
Schemas.LastName = json_schemas_json_1.default["LastName"];
|
35
|
+
Schemas.DateOfBirth = json_schemas_json_1.default["DateOfBirth"];
|
36
|
+
Schemas.MerchantClassificationCode = json_schemas_json_1.default["MerchantClassificationCode"];
|
37
|
+
Schemas.FspId = json_schemas_json_1.default["FspId"];
|
38
|
+
Schemas.KYCInformation = json_schemas_json_1.default["KYCInformation"];
|
39
|
+
Schemas.extensionListEmptiable = json_schemas_json_1.default["extensionListEmptiable"];
|
40
|
+
Schemas.transferParty = json_schemas_json_1.default["transferParty"];
|
41
|
+
Schemas.AmountType = json_schemas_json_1.default["AmountType"];
|
42
|
+
Schemas.Amount = json_schemas_json_1.default["Amount"];
|
43
|
+
Schemas.transferTransactionType = json_schemas_json_1.default["transferTransactionType"];
|
44
|
+
Schemas.TransactionSubScenario = json_schemas_json_1.default["TransactionSubScenario"];
|
45
|
+
Schemas.Note = json_schemas_json_1.default["Note"];
|
46
|
+
Schemas.individualQuote = json_schemas_json_1.default["individualQuote"];
|
47
|
+
Schemas.bulkQuoteRequest = json_schemas_json_1.default["bulkQuoteRequest"];
|
48
|
+
Schemas.DateTime = json_schemas_json_1.default["DateTime"];
|
49
|
+
Schemas.bulkTransferStatus = json_schemas_json_1.default["bulkTransferStatus"];
|
50
|
+
Schemas.Money = json_schemas_json_1.default["Money"];
|
51
|
+
Schemas.Latitude = json_schemas_json_1.default["Latitude"];
|
52
|
+
Schemas.Longitude = json_schemas_json_1.default["Longitude"];
|
53
|
+
Schemas.GeoCode = json_schemas_json_1.default["GeoCode"];
|
54
|
+
Schemas.IlpPacket = json_schemas_json_1.default["IlpPacket"];
|
55
|
+
Schemas.IlpCondition = json_schemas_json_1.default["IlpCondition"];
|
56
|
+
Schemas.quoteError = json_schemas_json_1.default["quoteError"];
|
57
|
+
Schemas.individualQuoteResult = json_schemas_json_1.default["individualQuoteResult"];
|
58
|
+
Schemas.bulkQuoteResponse = json_schemas_json_1.default["bulkQuoteResponse"];
|
59
|
+
Schemas.bulkQuoteErrorResponse = json_schemas_json_1.default["bulkQuoteErrorResponse"];
|
60
|
+
Schemas.bulkQuoteStatus = json_schemas_json_1.default["bulkQuoteStatus"];
|
61
|
+
Schemas.bulkQuoteStatusResponse = json_schemas_json_1.default["bulkQuoteStatusResponse"];
|
62
|
+
Schemas.autoAcceptPartyOption = json_schemas_json_1.default["autoAcceptPartyOption"];
|
63
|
+
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default["bulkPerTransferFeeLimit"];
|
64
|
+
Schemas.autoAcceptQuote = json_schemas_json_1.default["autoAcceptQuote"];
|
65
|
+
Schemas.bulkTransactionOptions = json_schemas_json_1.default["bulkTransactionOptions"];
|
66
|
+
Schemas.PartyIdInfo = json_schemas_json_1.default["PartyIdInfo"];
|
67
|
+
Schemas.PartyName = json_schemas_json_1.default["PartyName"];
|
68
|
+
Schemas.PartyComplexName = json_schemas_json_1.default["PartyComplexName"];
|
69
|
+
Schemas.PartyPersonalInfo = json_schemas_json_1.default["PartyPersonalInfo"];
|
70
|
+
Schemas.Party = json_schemas_json_1.default["Party"];
|
71
|
+
Schemas.bulkTransactionIndividualTransfer = json_schemas_json_1.default["bulkTransactionIndividualTransfer"];
|
72
|
+
Schemas.bulkTransactionRequest = json_schemas_json_1.default["bulkTransactionRequest"];
|
73
|
+
Schemas.TransferState = json_schemas_json_1.default["TransferState"];
|
74
|
+
Schemas.IlpFulfilment = json_schemas_json_1.default["IlpFulfilment"];
|
75
|
+
Schemas.individualTransferResult = json_schemas_json_1.default["individualTransferResult"];
|
76
|
+
Schemas.bulkTransferResponse = json_schemas_json_1.default["bulkTransferResponse"];
|
77
|
+
Schemas.bulkTransferErrorResponse = json_schemas_json_1.default["bulkTransferErrorResponse"];
|
78
|
+
Schemas.bulkTransactionIndividualTransferAccept = json_schemas_json_1.default["bulkTransactionIndividualTransferAccept"];
|
79
|
+
Schemas.transferContinuationAcceptParty = json_schemas_json_1.default["transferContinuationAcceptParty"];
|
80
|
+
Schemas.bulkTransactionContinuationAcceptParty = json_schemas_json_1.default["bulkTransactionContinuationAcceptParty"];
|
81
|
+
Schemas.transferContinuationAcceptQuote = json_schemas_json_1.default["transferContinuationAcceptQuote"];
|
82
|
+
Schemas.bulkTransactionContinuationAcceptQuote = json_schemas_json_1.default["bulkTransactionContinuationAcceptQuote"];
|
83
|
+
Schemas.partyError = json_schemas_json_1.default["partyError"];
|
84
|
+
Schemas.bulkTransactionAcceptPartyErrorResponse = json_schemas_json_1.default["bulkTransactionAcceptPartyErrorResponse"];
|
85
|
+
Schemas.bulkTransactionAcceptQuoteErrorResponse = json_schemas_json_1.default["bulkTransactionAcceptQuoteErrorResponse"];
|
86
|
+
Schemas.individualTransfer = json_schemas_json_1.default["individualTransfer"];
|
87
|
+
Schemas.bulkTransferRequest = json_schemas_json_1.default["bulkTransferRequest"];
|
88
|
+
Schemas.individualTransferFulfilment = json_schemas_json_1.default["individualTransferFulfilment"];
|
89
|
+
Schemas.bulkTransferStatusResponse = json_schemas_json_1.default["bulkTransferStatusResponse"];
|
90
|
+
Schemas.async2SyncCurrentState = json_schemas_json_1.default["async2SyncCurrentState"];
|
91
|
+
Schemas.partiesByIdResponse = json_schemas_json_1.default["partiesByIdResponse"];
|
92
|
+
Schemas.TransactionScenario = json_schemas_json_1.default["TransactionScenario"];
|
93
|
+
Schemas.TransactionInitiator = json_schemas_json_1.default["TransactionInitiator"];
|
94
|
+
Schemas.RefundReason = json_schemas_json_1.default["RefundReason"];
|
95
|
+
Schemas.Refund = json_schemas_json_1.default["Refund"];
|
96
|
+
Schemas.BalanceOfPayments = json_schemas_json_1.default["BalanceOfPayments"];
|
97
|
+
Schemas.TransactionType = json_schemas_json_1.default["TransactionType"];
|
98
|
+
Schemas.CurrencyConverter = json_schemas_json_1.default["CurrencyConverter"];
|
99
|
+
Schemas.FxRate = json_schemas_json_1.default["FxRate"];
|
100
|
+
Schemas.QuotesPostRequest = json_schemas_json_1.default["QuotesPostRequest"];
|
101
|
+
Schemas.simpleQuotesPostRequest = json_schemas_json_1.default["simpleQuotesPostRequest"];
|
102
|
+
Schemas.quotesPostResponse = json_schemas_json_1.default["quotesPostResponse"];
|
103
|
+
Schemas.errorQuotesResponse = json_schemas_json_1.default["errorQuotesResponse"];
|
104
|
+
Schemas.AuthenticationType = json_schemas_json_1.default["AuthenticationType"];
|
105
|
+
Schemas.requestToPayRequest = json_schemas_json_1.default["requestToPayRequest"];
|
106
|
+
Schemas.requestToPayStatus = json_schemas_json_1.default["requestToPayStatus"];
|
107
|
+
Schemas.getPartiesResponse = json_schemas_json_1.default["getPartiesResponse"];
|
108
|
+
Schemas.TransactionRequestState = json_schemas_json_1.default["TransactionRequestState"];
|
109
|
+
Schemas.TransactionRequestResponse = json_schemas_json_1.default["TransactionRequestResponse"];
|
110
|
+
Schemas.requestToPayResponse = json_schemas_json_1.default["requestToPayResponse"];
|
111
|
+
Schemas.transferStatus = json_schemas_json_1.default["transferStatus"];
|
112
|
+
Schemas.QuotesIDPutResponse = json_schemas_json_1.default["QuotesIDPutResponse"];
|
113
|
+
Schemas.FxMoney = json_schemas_json_1.default["FxMoney"];
|
114
|
+
Schemas.FxCharge = json_schemas_json_1.default["FxCharge"];
|
115
|
+
Schemas.FxConversion = json_schemas_json_1.default["FxConversion"];
|
116
|
+
Schemas.FxQuotesPostOutboundResponse = json_schemas_json_1.default["FxQuotesPostOutboundResponse"];
|
117
|
+
Schemas.TransfersIDPutResponse = json_schemas_json_1.default["TransfersIDPutResponse"];
|
118
|
+
Schemas.transferResponse = json_schemas_json_1.default["transferResponse"];
|
119
|
+
Schemas.errorTransferResponse = json_schemas_json_1.default["errorTransferResponse"];
|
120
|
+
Schemas.requestToPayTransferRequest = json_schemas_json_1.default["requestToPayTransferRequest"];
|
121
|
+
Schemas.AuthenticationValue = json_schemas_json_1.default["AuthenticationValue"];
|
122
|
+
Schemas.AuthenticationInfo = json_schemas_json_1.default["AuthenticationInfo"];
|
123
|
+
Schemas.AuthorizationResponseType = json_schemas_json_1.default["AuthorizationResponseType"];
|
124
|
+
Schemas.AuthorizationIDPutResponse = json_schemas_json_1.default["AuthorizationIDPutResponse"];
|
125
|
+
Schemas.requestToPayTransferResponse = json_schemas_json_1.default["requestToPayTransferResponse"];
|
126
|
+
Schemas.transferContinuationAcceptOTP = json_schemas_json_1.default["transferContinuationAcceptOTP"];
|
127
|
+
Schemas.TransfersPostRequest = json_schemas_json_1.default["TransfersPostRequest"];
|
128
|
+
Schemas.simpleTransfersPostRequest = json_schemas_json_1.default["simpleTransfersPostRequest"];
|
129
|
+
Schemas.simpleTransfersPostResponse = json_schemas_json_1.default["simpleTransfersPostResponse"];
|
130
|
+
Schemas.errorSimpleTransfersResponse = json_schemas_json_1.default["errorSimpleTransfersResponse"];
|
131
|
+
Schemas.transferRequest = json_schemas_json_1.default["transferRequest"];
|
132
|
+
Schemas.transferStatusResponse = json_schemas_json_1.default["transferStatusResponse"];
|
133
|
+
Schemas.transferContinuationAcceptConversion = json_schemas_json_1.default["transferContinuationAcceptConversion"];
|
134
|
+
Schemas.transferContinuationAcceptQuoteOrConversion = json_schemas_json_1.default["transferContinuationAcceptQuoteOrConversion"];
|
135
|
+
Schemas.ServicesFXPPutResponse = json_schemas_json_1.default["ServicesFXPPutResponse"];
|
136
|
+
Schemas.FxQuotesPostOutboundRequest = json_schemas_json_1.default["FxQuotesPostOutboundRequest"];
|
137
|
+
Schemas.commitRequestId = json_schemas_json_1.default["commitRequestId"];
|
138
|
+
Schemas.determiningTransferId = json_schemas_json_1.default["determiningTransferId"];
|
139
|
+
Schemas.initiatingFsp = json_schemas_json_1.default["initiatingFsp"];
|
140
|
+
Schemas.counterPartyFsp = json_schemas_json_1.default["counterPartyFsp"];
|
141
|
+
Schemas.sourceAmount = json_schemas_json_1.default["sourceAmount"];
|
142
|
+
Schemas.targetAmount = json_schemas_json_1.default["targetAmount"];
|
143
|
+
Schemas.condition = json_schemas_json_1.default["condition"];
|
144
|
+
Schemas.FxTransfersPostOutboundRequest = json_schemas_json_1.default["FxTransfersPostOutboundRequest"];
|
145
|
+
Schemas.fulfilment = json_schemas_json_1.default["fulfilment"];
|
146
|
+
Schemas.completedTimestamp = json_schemas_json_1.default["completedTimestamp"];
|
147
|
+
Schemas.conversionState = json_schemas_json_1.default["conversionState"];
|
148
|
+
Schemas.FxTransfersPostOutboundResponse = json_schemas_json_1.default["FxTransfersPostOutboundResponse"];
|
151
149
|
})(Schemas || (exports.Schemas = Schemas = {}));
|
152
150
|
//# sourceMappingURL=schemas.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_1_0/outbound/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_1_0/outbound/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -106,9 +106,6 @@ export declare namespace Types {
|
|
106
106
|
type QuotesIDPutResponse = components['schemas']['QuotesIDPutResponse'];
|
107
107
|
type FxMoney = components['schemas']['FxMoney'];
|
108
108
|
type FxCharge = components['schemas']['FxCharge'];
|
109
|
-
type ExtensionKey = components['schemas']['ExtensionKey'];
|
110
|
-
type Extension = components['schemas']['Extension'];
|
111
|
-
type ExtensionList = components['schemas']['ExtensionList'];
|
112
109
|
type FxConversion = components['schemas']['FxConversion'];
|
113
110
|
type FxQuotesPostOutboundResponse = components['schemas']['FxQuotesPostOutboundResponse'];
|
114
111
|
type TransfersIDPutResponse = components['schemas']['TransfersIDPutResponse'];
|
@@ -128,6 +125,7 @@ export declare namespace Types {
|
|
128
125
|
type transferRequest = components['schemas']['transferRequest'];
|
129
126
|
type transferStatusResponse = components['schemas']['transferStatusResponse'];
|
130
127
|
type transferContinuationAcceptConversion = components['schemas']['transferContinuationAcceptConversion'];
|
128
|
+
type transferContinuationAcceptQuoteOrConversion = components['schemas']['transferContinuationAcceptQuoteOrConversion'];
|
131
129
|
type ServicesFXPPutResponse = components['schemas']['ServicesFXPPutResponse'];
|
132
130
|
type FxQuotesPostOutboundRequest = components['schemas']['FxQuotesPostOutboundRequest'];
|
133
131
|
type commitRequestId = components['schemas']['commitRequestId'];
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mojaloop/api-snippets",
|
3
|
-
"version": "18.0.0-snapshot.
|
3
|
+
"version": "18.0.0-snapshot.1",
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
@@ -86,29 +86,30 @@
|
|
86
86
|
"js-yaml": "^4.1.0",
|
87
87
|
"json-refs": "^3.0.15",
|
88
88
|
"openapi-types": "^12.1.3",
|
89
|
-
"openapi-typescript": "^7.6.
|
89
|
+
"openapi-typescript": "^7.6.1",
|
90
90
|
"ts-auto-mock": "^3.7.4"
|
91
91
|
},
|
92
92
|
"overrides": {
|
93
93
|
"@types/cacheable-request": "^6.0.2",
|
94
|
-
"@types/responselike": "^1.0.0"
|
94
|
+
"@types/responselike": "^1.0.0",
|
95
|
+
"dompurify": "3.2.4"
|
95
96
|
},
|
96
97
|
"devDependencies": {
|
97
|
-
"@commitlint/cli": "^19.
|
98
|
-
"@commitlint/config-conventional": "^19.
|
98
|
+
"@commitlint/cli": "^19.7.1",
|
99
|
+
"@commitlint/config-conventional": "^19.7.1",
|
99
100
|
"@redocly/openapi-cli": "^1.0.0-beta.95",
|
100
101
|
"@redocly/cli": "^1.5.0",
|
101
102
|
"@types/jest": "^29.5.14",
|
102
103
|
"@types/js-yaml": "^4.0.9",
|
103
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
104
|
-
"@typescript-eslint/parser": "^8.
|
104
|
+
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
105
|
+
"@typescript-eslint/parser": "^8.26.0",
|
105
106
|
"audit-ci": "^7.1.0",
|
106
107
|
"browser-sync": "^3.0.3",
|
107
108
|
"diff": "^7.0.0",
|
108
109
|
"eslint": "^8.55.0",
|
109
|
-
"eslint-config-prettier": "^10.0.
|
110
|
+
"eslint-config-prettier": "^10.0.2",
|
110
111
|
"eslint-config-standard": "^17.1.0",
|
111
|
-
"eslint-import-resolver-typescript": "^3.
|
112
|
+
"eslint-import-resolver-typescript": "^3.8.3",
|
112
113
|
"eslint-plugin-cucumber": "^2.0.0",
|
113
114
|
"eslint-plugin-import": "^2.31.0",
|
114
115
|
"eslint-plugin-node": "^11.1.0",
|
@@ -119,15 +120,15 @@
|
|
119
120
|
"jest": "^29.7.0",
|
120
121
|
"jest-junit": "^16.0.0",
|
121
122
|
"lint-staged": "^15.4.3",
|
122
|
-
"npm-check-updates": "^17.1.
|
123
|
-
"prettier": "^3.
|
123
|
+
"npm-check-updates": "^17.1.15",
|
124
|
+
"prettier": "^3.5.3",
|
124
125
|
"standard-version": "^9.5.0",
|
125
126
|
"swagger-cli": "^4.0.4",
|
126
|
-
"ts-jest": "^29.2.
|
127
|
+
"ts-jest": "^29.2.6",
|
127
128
|
"ts-node": "^10.9.2",
|
128
129
|
"ts-patch": "^3.3.0",
|
129
130
|
"tslib": "^2.8.1",
|
130
|
-
"typescript": "^5.
|
131
|
+
"typescript": "^5.8.2"
|
131
132
|
},
|
132
133
|
"publishConfig": {
|
133
134
|
"registry": "https://registry.npmjs.org/"
|
@@ -0,0 +1,19 @@
|
|
1
|
+
title: FxCharge
|
2
|
+
type: object
|
3
|
+
description: An FXP will be able to specify a charge which it proposes to levy on the currency conversion operation using a FxCharge object.
|
4
|
+
properties:
|
5
|
+
chargeType:
|
6
|
+
type: string
|
7
|
+
minLength: 1
|
8
|
+
maxLength: 32
|
9
|
+
description: A description of the charge which is being levied.
|
10
|
+
sourceAmount:
|
11
|
+
allOf:
|
12
|
+
- $ref: ./Money.yaml
|
13
|
+
- description: The amount of the charge which is being levied, expressed in the source currency.
|
14
|
+
targetAmount:
|
15
|
+
allOf:
|
16
|
+
- $ref: ./Money.yaml
|
17
|
+
- description: The amount of the charge which is being levied, expressed in the target currency.
|
18
|
+
required:
|
19
|
+
- chargeType
|
@@ -0,0 +1,57 @@
|
|
1
|
+
title: FxConversion
|
2
|
+
type: object
|
3
|
+
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.
|
4
|
+
properties:
|
5
|
+
conversionId:
|
6
|
+
allOf:
|
7
|
+
- $ref: ./CorrelationId.yaml
|
8
|
+
- description: An end-to-end identifier for the conversion request.
|
9
|
+
determiningTransferId:
|
10
|
+
allOf:
|
11
|
+
- $ref: ./CorrelationId.yaml
|
12
|
+
- description: The transaction ID of the transfer on whose success this currency conversion depends.
|
13
|
+
initiatingFsp:
|
14
|
+
allOf:
|
15
|
+
- $ref: ./FspId.yaml
|
16
|
+
- description: The id of the participant who is requesting a currency conversion.
|
17
|
+
counterPartyFsp:
|
18
|
+
allOf:
|
19
|
+
- $ref: ./FspId.yaml
|
20
|
+
- description: The ID of the FXP performing the conversion.
|
21
|
+
amountType:
|
22
|
+
allOf:
|
23
|
+
- $ref: ./AmountType.yaml
|
24
|
+
- description: This is the AmountType for the base transaction -
|
25
|
+
If SEND - then any charges levied by the FXP as part of the transaction will be deducted by the FXP from the amount shown for the target party in the conversion.
|
26
|
+
If RECEIVE - then any charges levied by the FXP as part of the transaction will be added by the FXP to the amount shown for the source party in the conversion.
|
27
|
+
sourceAmount:
|
28
|
+
allOf:
|
29
|
+
- $ref: ./FxMoney.yaml
|
30
|
+
- description: The amount to be converted, expressed in the source currency.
|
31
|
+
targetAmount:
|
32
|
+
allOf:
|
33
|
+
- $ref: ./FxMoney.yaml
|
34
|
+
- description: The converted amount, expressed in the target currency.
|
35
|
+
expiration:
|
36
|
+
allOf:
|
37
|
+
- $ref: ./DateTime.yaml
|
38
|
+
- description: The end of the period for which the currency conversion is required to remain valid.
|
39
|
+
charges:
|
40
|
+
type: array
|
41
|
+
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.
|
42
|
+
items:
|
43
|
+
$ref: ./FxCharge.yaml
|
44
|
+
minItems: 0
|
45
|
+
maxItems: 16
|
46
|
+
extensionList:
|
47
|
+
allOf:
|
48
|
+
- $ref: ./ExtensionList_v2_1_0.yaml
|
49
|
+
- description: The extension list for the currency conversion request.
|
50
|
+
required:
|
51
|
+
- conversionId
|
52
|
+
- initiatingFsp
|
53
|
+
- counterPartyFsp
|
54
|
+
- amountType
|
55
|
+
- sourceAmount
|
56
|
+
- targetAmount
|
57
|
+
- expiration
|
@@ -0,0 +1,10 @@
|
|
1
|
+
title: FxMoney
|
2
|
+
type: object
|
3
|
+
description: Data model for the complex type FxMoney; This is based on the type Money but allows the amount to be optional to support FX quotations.
|
4
|
+
properties:
|
5
|
+
currency:
|
6
|
+
$ref: ./Currency.yaml
|
7
|
+
amount:
|
8
|
+
$ref: ./Amount.yaml
|
9
|
+
required:
|
10
|
+
- currency
|
@@ -8,7 +8,7 @@ properties:
|
|
8
8
|
- description: An end-to-end identifier for the conversion quotation request.
|
9
9
|
conversionTerms:
|
10
10
|
allOf:
|
11
|
-
- $ref:
|
11
|
+
- $ref: ./FxConversion.yaml
|
12
12
|
- description: The terms of the currency conversion for which a quotation is sought.
|
13
13
|
required:
|
14
14
|
- conversionRequestId
|
@@ -7,7 +7,7 @@ properties:
|
|
7
7
|
type: string
|
8
8
|
conversionTerms:
|
9
9
|
allOf:
|
10
|
-
- $ref:
|
10
|
+
- $ref: ./FxConversion.yaml
|
11
11
|
- description: The terms under which the FXP will undertake the currency conversion proposed by the requester.
|
12
12
|
|
13
13
|
required:
|
@@ -11,7 +11,7 @@ properties:
|
|
11
11
|
- description: An end-to-end identifier for the conversion quotation request.
|
12
12
|
conversionTerms:
|
13
13
|
allOf:
|
14
|
-
- $ref:
|
14
|
+
- $ref: ./FxConversion.yaml
|
15
15
|
- description: The terms of the currency conversion for which a quotation is sought.
|
16
16
|
required:
|
17
17
|
- conversionRequestId
|
@@ -11,7 +11,7 @@ properties:
|
|
11
11
|
- description: The ILP condition for the conversion.
|
12
12
|
conversionTerms:
|
13
13
|
allOf:
|
14
|
-
- $ref:
|
14
|
+
- $ref: ./FxConversion.yaml
|
15
15
|
- description: The terms under which the FXP will undertake the currency conversion proposed by the requester.
|
16
16
|
|
17
17
|
required:
|
@@ -12,6 +12,6 @@ properties:
|
|
12
12
|
conversionState:
|
13
13
|
$ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/conversionState"
|
14
14
|
extensionList:
|
15
|
-
$ref: "
|
15
|
+
$ref: "./ExtensionList_v2_1_0.yaml"
|
16
16
|
required:
|
17
17
|
- conversionState
|