@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.
Files changed (74) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/CODEOWNERS +1 -1
  3. package/LICENSE.md +1 -1
  4. package/audit-ci.jsonc +2 -4
  5. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +3 -36
  6. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +90 -56
  7. package/lib/fspiop/v2_0/schemas.js +102 -102
  8. package/lib/fspiop/v2_0/schemas.js.map +1 -1
  9. package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
  10. package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
  11. package/lib/scripts/json-schema-generator.d.ts +7 -6
  12. package/lib/scripts/json-schema-generator.js +13 -8
  13. package/lib/scripts/json-schema-generator.js.map +1 -1
  14. package/lib/scripts/openapi-refactor.d.ts +7 -6
  15. package/lib/scripts/openapi-refactor.js +7 -6
  16. package/lib/scripts/openapi-refactor.js.map +1 -1
  17. package/lib/sdk-scheme-adapter/index.d.ts +7 -6
  18. package/lib/sdk-scheme-adapter/index.js +7 -6
  19. package/lib/sdk-scheme-adapter/index.js.map +1 -1
  20. package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
  21. package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
  22. package/lib/sdk-scheme-adapter/v2_0_0/index.d.ts +7 -6
  23. package/lib/sdk-scheme-adapter/v2_0_0/index.js +7 -6
  24. package/lib/sdk-scheme-adapter/v2_0_0/index.js.map +1 -1
  25. package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
  26. package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
  27. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +10 -119
  28. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +3 -24
  29. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +0 -101
  30. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -144
  31. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
  32. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +0 -3
  33. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +27 -91
  34. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +121 -31
  35. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +10 -71
  36. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +139 -141
  37. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
  38. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +1 -3
  39. package/package.json +14 -13
  40. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
  41. package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionCompleted.yaml +5 -0
  42. package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionError.yaml +5 -0
  43. package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionTimeout.yaml +5 -0
  44. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
  45. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +19 -0
  46. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +57 -0
  47. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +10 -0
  48. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
  49. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
  50. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
  51. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
  52. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
  53. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
  54. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
  55. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
  56. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
  57. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
  58. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
  59. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
  60. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
  61. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionResponse.yaml +23 -0
  62. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionState.yaml +4 -0
  63. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionStatus.yaml +10 -0
  64. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
  65. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
  66. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
  67. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
  68. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
  69. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
  70. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuoteOrConversion.yaml +9 -0
  71. package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +4 -0
  72. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID.yaml +19 -0
  73. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID_SubId.yaml +20 -0
  74. 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 © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates 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
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 (alphabetical ordering) of the Mojaloop project contributors for this file.
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
- Gates Foundation organization for an example). Those individuals should have
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
- * Gates Foundation
23
- - Name Surname <name.surname@gatesfoundation.com>
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 © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates 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
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 (alphabetical ordering) of the Mojaloop project contributors for this file.
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
- Gates Foundation organization for an example). Those individuals should have
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
- * Gates Foundation
23
- - Name Surname <name.surname@gatesfoundation.com>
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;;;;;;;;;;;;;;;;;;;;;;;;;;;QA2BQ;AAER,YAAY,CAAA;;;;AAEZ,yDAAkC;AACzB,wBAAM"}
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.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;
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":"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"}
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 © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates 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
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 (alphabetical ordering) of the Mojaloop project contributors for this file.
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
- Gates Foundation organization for an example). Those individuals should have
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
- * Gates Foundation
23
- - Name Surname <name.surname@gatesfoundation.com>
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 © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates 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
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 (alphabetical ordering) of the Mojaloop project contributors for this file.
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
- Gates Foundation organization for an example). Those individuals should have
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
- * Gates Foundation
23
- - Name Surname <name.surname@gatesfoundation.com>
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;;;;;;;;;;;;;;;;;;;;;;;;;;;QA2BQ;AAER,YAAY,CAAA;;;;AAEZ,2DAAoC;AAE3B,0BAAO;AADhB,6DAAsC;AACpB,4BAAQ"}
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"}