@mojaloop/api-snippets 18.0.0-snapshot.0 → 18.0.0-snapshot.2
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
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sdk-scheme-adapter/index.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sdk-scheme-adapter/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4BQ;AAER,YAAY,CAAA;;;;AAEZ,yDAAkC;AACzB,wBAAM"}
|
@@ -7,113 +7,113 @@ 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.DateOfBirth = json_schemas_json_1.default
|
11
|
-
Schemas.FirstName = json_schemas_json_1.default
|
12
|
-
Schemas.FspId = json_schemas_json_1.default
|
13
|
-
Schemas.IndividualQuote = json_schemas_json_1.default
|
14
|
-
Schemas.IndividualQuoteResultFailed = json_schemas_json_1.default
|
15
|
-
Schemas.IndividualQuoteResultSuccess = json_schemas_json_1.default
|
16
|
-
Schemas.IndividualTransfer = json_schemas_json_1.default
|
17
|
-
Schemas.IndividualTransferResult = json_schemas_json_1.default
|
18
|
-
Schemas.LastName = json_schemas_json_1.default
|
19
|
-
Schemas.MerchantClassificationCode = json_schemas_json_1.default
|
20
|
-
Schemas.MiddleName = json_schemas_json_1.default
|
21
|
-
Schemas.amountCurrency = json_schemas_json_1.default
|
22
|
-
Schemas.amountType = json_schemas_json_1.default
|
23
|
-
Schemas.bulkQuoteId = json_schemas_json_1.default
|
24
|
-
Schemas.bulkQuoteRequest = json_schemas_json_1.default
|
25
|
-
Schemas.bulkQuoteResponse = json_schemas_json_1.default
|
26
|
-
Schemas.bulkTransferId = json_schemas_json_1.default
|
27
|
-
Schemas.bulkTransferRequest = json_schemas_json_1.default
|
28
|
-
Schemas.bulkTransferResponse = json_schemas_json_1.default
|
29
|
-
Schemas.currency = json_schemas_json_1.default
|
30
|
-
Schemas.dateOfBirth = json_schemas_json_1.default
|
31
|
-
Schemas.errorCode = json_schemas_json_1.default
|
32
|
-
Schemas.errorDescription = json_schemas_json_1.default
|
33
|
-
Schemas.errorInformation = json_schemas_json_1.default
|
34
|
-
Schemas.errorResponse = json_schemas_json_1.default
|
35
|
-
Schemas.extensionItem = json_schemas_json_1.default
|
36
|
-
Schemas.extensionList = json_schemas_json_1.default
|
37
|
-
Schemas.extensionListComplex = json_schemas_json_1.default
|
38
|
-
Schemas.fspId = json_schemas_json_1.default
|
39
|
-
Schemas.fulfilNotification = json_schemas_json_1.default
|
40
|
-
Schemas.generalError = json_schemas_json_1.default
|
41
|
-
Schemas.geoCode = json_schemas_json_1.default
|
42
|
-
Schemas.idSubValue = json_schemas_json_1.default
|
43
|
-
Schemas.idType = json_schemas_json_1.default
|
44
|
-
Schemas.idValue = json_schemas_json_1.default
|
45
|
-
Schemas.ilpPacketData = json_schemas_json_1.default
|
46
|
-
Schemas.initiator = json_schemas_json_1.default
|
47
|
-
Schemas.initiatorType = json_schemas_json_1.default
|
48
|
-
Schemas.latitude = json_schemas_json_1.default
|
49
|
-
Schemas.longitude = json_schemas_json_1.default
|
50
|
-
Schemas.money = json_schemas_json_1.default
|
51
|
-
Schemas.otpDetails = json_schemas_json_1.default
|
52
|
-
Schemas.participantsResponse = json_schemas_json_1.default
|
53
|
-
Schemas.payerType = json_schemas_json_1.default
|
54
|
-
Schemas.quoteId = json_schemas_json_1.default
|
55
|
-
Schemas.quoteRequest = json_schemas_json_1.default
|
56
|
-
Schemas.quoteResponse = json_schemas_json_1.default
|
57
|
-
Schemas.scenario = json_schemas_json_1.default
|
58
|
-
Schemas.timestamp = json_schemas_json_1.default
|
59
|
-
Schemas.transactionId = json_schemas_json_1.default
|
60
|
-
Schemas.transactionRequest = json_schemas_json_1.default
|
61
|
-
Schemas.transactionRequestId = json_schemas_json_1.default
|
62
|
-
Schemas.transactionRequestResponse = json_schemas_json_1.default
|
63
|
-
Schemas.transactionRequestState = json_schemas_json_1.default
|
64
|
-
Schemas.transactionSubScenario = json_schemas_json_1.default
|
65
|
-
Schemas.transactionType = json_schemas_json_1.default
|
66
|
-
Schemas.transactionTypeObject = json_schemas_json_1.default
|
67
|
-
Schemas.transferDetailsResponse = json_schemas_json_1.default
|
68
|
-
Schemas.transferId = json_schemas_json_1.default
|
69
|
-
Schemas.transferParty = json_schemas_json_1.default
|
70
|
-
Schemas.transferRequest = json_schemas_json_1.default
|
71
|
-
Schemas.transferResponse = json_schemas_json_1.default
|
72
|
-
Schemas.transferState = json_schemas_json_1.default
|
73
|
-
Schemas.transferStatus = json_schemas_json_1.default
|
74
|
-
Schemas.requestToPayCallback = json_schemas_json_1.default
|
75
|
-
Schemas.TransactionSubScenario = json_schemas_json_1.default
|
76
|
-
Schemas.CorrelationId = json_schemas_json_1.default
|
77
|
-
Schemas.bulkTransactionStatus = json_schemas_json_1.default
|
78
|
-
Schemas.autoAcceptPartyOption = json_schemas_json_1.default
|
79
|
-
Schemas.Currency = json_schemas_json_1.default
|
80
|
-
Schemas.Amount = json_schemas_json_1.default
|
81
|
-
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default
|
82
|
-
Schemas.autoAcceptQuote = json_schemas_json_1.default
|
83
|
-
Schemas.DateTime = json_schemas_json_1.default
|
84
|
-
Schemas.bulkTransactionOptions = json_schemas_json_1.default
|
85
|
-
Schemas.PartyIdType = json_schemas_json_1.default
|
86
|
-
Schemas.PartyIdentifier = json_schemas_json_1.default
|
87
|
-
Schemas.PartySubIdOrType = json_schemas_json_1.default
|
88
|
-
Schemas.ExtensionKey = json_schemas_json_1.default
|
89
|
-
Schemas.ExtensionValue = json_schemas_json_1.default
|
90
|
-
Schemas.Extension = json_schemas_json_1.default
|
91
|
-
Schemas.ExtensionList = json_schemas_json_1.default
|
92
|
-
Schemas.PartyIdInfo = json_schemas_json_1.default
|
93
|
-
Schemas.PartyName = json_schemas_json_1.default
|
94
|
-
Schemas.PartyComplexName = json_schemas_json_1.default
|
95
|
-
Schemas.PartyPersonalInfo = json_schemas_json_1.default
|
96
|
-
Schemas.Party = json_schemas_json_1.default
|
97
|
-
Schemas.AmountType = json_schemas_json_1.default
|
98
|
-
Schemas.Note = json_schemas_json_1.default
|
99
|
-
Schemas.Money = json_schemas_json_1.default
|
100
|
-
Schemas.Latitude = json_schemas_json_1.default
|
101
|
-
Schemas.Longitude = json_schemas_json_1.default
|
102
|
-
Schemas.GeoCode = json_schemas_json_1.default
|
103
|
-
Schemas.IlpPacket = json_schemas_json_1.default
|
104
|
-
Schemas.IlpCondition = json_schemas_json_1.default
|
105
|
-
Schemas.ErrorCode = json_schemas_json_1.default
|
106
|
-
Schemas.ErrorDescription = json_schemas_json_1.default
|
107
|
-
Schemas.ErrorInformation = json_schemas_json_1.default
|
108
|
-
Schemas.mojaloopError = json_schemas_json_1.default
|
109
|
-
Schemas.quoteError = json_schemas_json_1.default
|
110
|
-
Schemas.individualQuoteResult = json_schemas_json_1.default
|
111
|
-
Schemas.IlpFulfilment = json_schemas_json_1.default
|
112
|
-
Schemas.TransferState = json_schemas_json_1.default
|
113
|
-
Schemas.transferError = json_schemas_json_1.default
|
114
|
-
Schemas.individualTransferResult = json_schemas_json_1.default
|
115
|
-
Schemas.bulkTransactionIndividualTransferResult = json_schemas_json_1.default
|
116
|
-
Schemas.bulkTransactionResponse = json_schemas_json_1.default
|
117
|
-
Schemas.AuthenticationType = json_schemas_json_1.default
|
10
|
+
Schemas.DateOfBirth = json_schemas_json_1.default["DateOfBirth"];
|
11
|
+
Schemas.FirstName = json_schemas_json_1.default["FirstName"];
|
12
|
+
Schemas.FspId = json_schemas_json_1.default["FspId"];
|
13
|
+
Schemas.IndividualQuote = json_schemas_json_1.default["IndividualQuote"];
|
14
|
+
Schemas.IndividualQuoteResultFailed = json_schemas_json_1.default["IndividualQuoteResultFailed"];
|
15
|
+
Schemas.IndividualQuoteResultSuccess = json_schemas_json_1.default["IndividualQuoteResultSuccess"];
|
16
|
+
Schemas.IndividualTransfer = json_schemas_json_1.default["IndividualTransfer"];
|
17
|
+
Schemas.IndividualTransferResult = json_schemas_json_1.default["IndividualTransferResult"];
|
18
|
+
Schemas.LastName = json_schemas_json_1.default["LastName"];
|
19
|
+
Schemas.MerchantClassificationCode = json_schemas_json_1.default["MerchantClassificationCode"];
|
20
|
+
Schemas.MiddleName = json_schemas_json_1.default["MiddleName"];
|
21
|
+
Schemas.amountCurrency = json_schemas_json_1.default["amountCurrency"];
|
22
|
+
Schemas.amountType = json_schemas_json_1.default["amountType"];
|
23
|
+
Schemas.bulkQuoteId = json_schemas_json_1.default["bulkQuoteId"];
|
24
|
+
Schemas.bulkQuoteRequest = json_schemas_json_1.default["bulkQuoteRequest"];
|
25
|
+
Schemas.bulkQuoteResponse = json_schemas_json_1.default["bulkQuoteResponse"];
|
26
|
+
Schemas.bulkTransferId = json_schemas_json_1.default["bulkTransferId"];
|
27
|
+
Schemas.bulkTransferRequest = json_schemas_json_1.default["bulkTransferRequest"];
|
28
|
+
Schemas.bulkTransferResponse = json_schemas_json_1.default["bulkTransferResponse"];
|
29
|
+
Schemas.currency = json_schemas_json_1.default["currency"];
|
30
|
+
Schemas.dateOfBirth = json_schemas_json_1.default["dateOfBirth"];
|
31
|
+
Schemas.errorCode = json_schemas_json_1.default["errorCode"];
|
32
|
+
Schemas.errorDescription = json_schemas_json_1.default["errorDescription"];
|
33
|
+
Schemas.errorInformation = json_schemas_json_1.default["errorInformation"];
|
34
|
+
Schemas.errorResponse = json_schemas_json_1.default["errorResponse"];
|
35
|
+
Schemas.extensionItem = json_schemas_json_1.default["extensionItem"];
|
36
|
+
Schemas.extensionList = json_schemas_json_1.default["extensionList"];
|
37
|
+
Schemas.extensionListComplex = json_schemas_json_1.default["extensionListComplex"];
|
38
|
+
Schemas.fspId = json_schemas_json_1.default["fspId"];
|
39
|
+
Schemas.fulfilNotification = json_schemas_json_1.default["fulfilNotification"];
|
40
|
+
Schemas.generalError = json_schemas_json_1.default["generalError"];
|
41
|
+
Schemas.geoCode = json_schemas_json_1.default["geoCode"];
|
42
|
+
Schemas.idSubValue = json_schemas_json_1.default["idSubValue"];
|
43
|
+
Schemas.idType = json_schemas_json_1.default["idType"];
|
44
|
+
Schemas.idValue = json_schemas_json_1.default["idValue"];
|
45
|
+
Schemas.ilpPacketData = json_schemas_json_1.default["ilpPacketData"];
|
46
|
+
Schemas.initiator = json_schemas_json_1.default["initiator"];
|
47
|
+
Schemas.initiatorType = json_schemas_json_1.default["initiatorType"];
|
48
|
+
Schemas.latitude = json_schemas_json_1.default["latitude"];
|
49
|
+
Schemas.longitude = json_schemas_json_1.default["longitude"];
|
50
|
+
Schemas.money = json_schemas_json_1.default["money"];
|
51
|
+
Schemas.otpDetails = json_schemas_json_1.default["otpDetails"];
|
52
|
+
Schemas.participantsResponse = json_schemas_json_1.default["participantsResponse"];
|
53
|
+
Schemas.payerType = json_schemas_json_1.default["payerType"];
|
54
|
+
Schemas.quoteId = json_schemas_json_1.default["quoteId"];
|
55
|
+
Schemas.quoteRequest = json_schemas_json_1.default["quoteRequest"];
|
56
|
+
Schemas.quoteResponse = json_schemas_json_1.default["quoteResponse"];
|
57
|
+
Schemas.scenario = json_schemas_json_1.default["scenario"];
|
58
|
+
Schemas.timestamp = json_schemas_json_1.default["timestamp"];
|
59
|
+
Schemas.transactionId = json_schemas_json_1.default["transactionId"];
|
60
|
+
Schemas.transactionRequest = json_schemas_json_1.default["transactionRequest"];
|
61
|
+
Schemas.transactionRequestId = json_schemas_json_1.default["transactionRequestId"];
|
62
|
+
Schemas.transactionRequestResponse = json_schemas_json_1.default["transactionRequestResponse"];
|
63
|
+
Schemas.transactionRequestState = json_schemas_json_1.default["transactionRequestState"];
|
64
|
+
Schemas.transactionSubScenario = json_schemas_json_1.default["transactionSubScenario"];
|
65
|
+
Schemas.transactionType = json_schemas_json_1.default["transactionType"];
|
66
|
+
Schemas.transactionTypeObject = json_schemas_json_1.default["transactionTypeObject"];
|
67
|
+
Schemas.transferDetailsResponse = json_schemas_json_1.default["transferDetailsResponse"];
|
68
|
+
Schemas.transferId = json_schemas_json_1.default["transferId"];
|
69
|
+
Schemas.transferParty = json_schemas_json_1.default["transferParty"];
|
70
|
+
Schemas.transferRequest = json_schemas_json_1.default["transferRequest"];
|
71
|
+
Schemas.transferResponse = json_schemas_json_1.default["transferResponse"];
|
72
|
+
Schemas.transferState = json_schemas_json_1.default["transferState"];
|
73
|
+
Schemas.transferStatus = json_schemas_json_1.default["transferStatus"];
|
74
|
+
Schemas.requestToPayCallback = json_schemas_json_1.default["requestToPayCallback"];
|
75
|
+
Schemas.TransactionSubScenario = json_schemas_json_1.default["TransactionSubScenario"];
|
76
|
+
Schemas.CorrelationId = json_schemas_json_1.default["CorrelationId"];
|
77
|
+
Schemas.bulkTransactionStatus = json_schemas_json_1.default["bulkTransactionStatus"];
|
78
|
+
Schemas.autoAcceptPartyOption = json_schemas_json_1.default["autoAcceptPartyOption"];
|
79
|
+
Schemas.Currency = json_schemas_json_1.default["Currency"];
|
80
|
+
Schemas.Amount = json_schemas_json_1.default["Amount"];
|
81
|
+
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default["bulkPerTransferFeeLimit"];
|
82
|
+
Schemas.autoAcceptQuote = json_schemas_json_1.default["autoAcceptQuote"];
|
83
|
+
Schemas.DateTime = json_schemas_json_1.default["DateTime"];
|
84
|
+
Schemas.bulkTransactionOptions = json_schemas_json_1.default["bulkTransactionOptions"];
|
85
|
+
Schemas.PartyIdType = json_schemas_json_1.default["PartyIdType"];
|
86
|
+
Schemas.PartyIdentifier = json_schemas_json_1.default["PartyIdentifier"];
|
87
|
+
Schemas.PartySubIdOrType = json_schemas_json_1.default["PartySubIdOrType"];
|
88
|
+
Schemas.ExtensionKey = json_schemas_json_1.default["ExtensionKey"];
|
89
|
+
Schemas.ExtensionValue = json_schemas_json_1.default["ExtensionValue"];
|
90
|
+
Schemas.Extension = json_schemas_json_1.default["Extension"];
|
91
|
+
Schemas.ExtensionList = json_schemas_json_1.default["ExtensionList"];
|
92
|
+
Schemas.PartyIdInfo = json_schemas_json_1.default["PartyIdInfo"];
|
93
|
+
Schemas.PartyName = json_schemas_json_1.default["PartyName"];
|
94
|
+
Schemas.PartyComplexName = json_schemas_json_1.default["PartyComplexName"];
|
95
|
+
Schemas.PartyPersonalInfo = json_schemas_json_1.default["PartyPersonalInfo"];
|
96
|
+
Schemas.Party = json_schemas_json_1.default["Party"];
|
97
|
+
Schemas.AmountType = json_schemas_json_1.default["AmountType"];
|
98
|
+
Schemas.Note = json_schemas_json_1.default["Note"];
|
99
|
+
Schemas.Money = json_schemas_json_1.default["Money"];
|
100
|
+
Schemas.Latitude = json_schemas_json_1.default["Latitude"];
|
101
|
+
Schemas.Longitude = json_schemas_json_1.default["Longitude"];
|
102
|
+
Schemas.GeoCode = json_schemas_json_1.default["GeoCode"];
|
103
|
+
Schemas.IlpPacket = json_schemas_json_1.default["IlpPacket"];
|
104
|
+
Schemas.IlpCondition = json_schemas_json_1.default["IlpCondition"];
|
105
|
+
Schemas.ErrorCode = json_schemas_json_1.default["ErrorCode"];
|
106
|
+
Schemas.ErrorDescription = json_schemas_json_1.default["ErrorDescription"];
|
107
|
+
Schemas.ErrorInformation = json_schemas_json_1.default["ErrorInformation"];
|
108
|
+
Schemas.mojaloopError = json_schemas_json_1.default["mojaloopError"];
|
109
|
+
Schemas.quoteError = json_schemas_json_1.default["quoteError"];
|
110
|
+
Schemas.individualQuoteResult = json_schemas_json_1.default["individualQuoteResult"];
|
111
|
+
Schemas.IlpFulfilment = json_schemas_json_1.default["IlpFulfilment"];
|
112
|
+
Schemas.TransferState = json_schemas_json_1.default["TransferState"];
|
113
|
+
Schemas.transferError = json_schemas_json_1.default["transferError"];
|
114
|
+
Schemas.individualTransferResult = json_schemas_json_1.default["individualTransferResult"];
|
115
|
+
Schemas.bulkTransactionIndividualTransferResult = json_schemas_json_1.default["bulkTransactionIndividualTransferResult"];
|
116
|
+
Schemas.bulkTransactionResponse = json_schemas_json_1.default["bulkTransactionResponse"];
|
117
|
+
Schemas.AuthenticationType = json_schemas_json_1.default["AuthenticationType"];
|
118
118
|
})(Schemas || (exports.Schemas = Schemas = {}));
|
119
119
|
//# sourceMappingURL=schemas.js.map
|
@@ -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,CA6GvB;AA7GD,WAAiB,OAAO;IACT,mBAAW,GAAG,2BAAW,CAAC,
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/backend/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/sdk-scheme-adapter/v2_0_0/index.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/sdk-scheme-adapter/v2_0_0/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4BQ;AAER,YAAY,CAAA;;;;AAEZ,2DAAoC;AAE3B,0BAAO;AADhB,6DAAsC;AACpB,4BAAQ"}
|