@mojaloop/api-snippets 17.0.2-snapshot.1 → 17.0.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 +8 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +1316 -2594
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +1967 -4347
- package/docs/thirdparty-openapi3-snippets.yaml +1943 -7084
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +1417 -4290
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +279 -5152
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.d.ts +153 -790
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +1 -7
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/types.d.ts +1 -7
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +18112 -18112
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +922 -26232
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.d.ts +5425 -5425
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +45 -45
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/types.d.ts +45 -45
- package/lib/thirdparty/openapi.d.ts +1269 -25214
- package/package.json +9 -9
- package/sdk-scheme-adapter/v2_0_0/backend/openapi.yaml +7 -49
- package/sdk-scheme-adapter/v2_0_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +1 -6
- package/sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml +16 -16
@@ -7,10 +7,27 @@ 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.TransactionInitiatorType = json_schemas_json_1.default.TransactionInitiatorType;
|
11
10
|
Schemas.PartyIdType = json_schemas_json_1.default.PartyIdType;
|
12
11
|
Schemas.PartyIdentifier = json_schemas_json_1.default.PartyIdentifier;
|
13
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 = json_schemas_json_1.default.ExtensionKey;
|
22
|
+
Schemas.ExtensionValue = json_schemas_json_1.default.ExtensionValue;
|
23
|
+
Schemas.Extension = json_schemas_json_1.default.Extension;
|
24
|
+
Schemas.ExtensionList = json_schemas_json_1.default.ExtensionList;
|
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;
|
14
31
|
Schemas.Name = json_schemas_json_1.default.Name;
|
15
32
|
Schemas.FirstName = json_schemas_json_1.default.FirstName;
|
16
33
|
Schemas.MiddleName = json_schemas_json_1.default.MiddleName;
|
@@ -18,43 +35,29 @@ var Schemas;
|
|
18
35
|
Schemas.DateOfBirth = json_schemas_json_1.default.DateOfBirth;
|
19
36
|
Schemas.MerchantClassificationCode = json_schemas_json_1.default.MerchantClassificationCode;
|
20
37
|
Schemas.FspId = json_schemas_json_1.default.FspId;
|
21
|
-
Schemas.ExtensionKey = json_schemas_json_1.default.ExtensionKey;
|
22
|
-
Schemas.ExtensionValue = json_schemas_json_1.default.ExtensionValue;
|
23
|
-
Schemas.Extension = json_schemas_json_1.default.Extension;
|
24
38
|
Schemas.extensionListEmptiable = json_schemas_json_1.default.extensionListEmptiable;
|
25
39
|
Schemas.transferParty = json_schemas_json_1.default.transferParty;
|
26
40
|
Schemas.AmountType = json_schemas_json_1.default.AmountType;
|
27
|
-
Schemas.Currency = json_schemas_json_1.default.Currency;
|
28
41
|
Schemas.Amount = json_schemas_json_1.default.Amount;
|
29
42
|
Schemas.transferTransactionType = json_schemas_json_1.default.transferTransactionType;
|
30
43
|
Schemas.TransactionSubScenario = json_schemas_json_1.default.TransactionSubScenario;
|
31
44
|
Schemas.Note = json_schemas_json_1.default.Note;
|
32
|
-
Schemas.
|
33
|
-
Schemas.
|
34
|
-
Schemas.transferStatus = json_schemas_json_1.default.transferStatus;
|
35
|
-
Schemas.Money = json_schemas_json_1.default.Money;
|
45
|
+
Schemas.individualQuote = json_schemas_json_1.default.individualQuote;
|
46
|
+
Schemas.bulkQuoteRequest = json_schemas_json_1.default.bulkQuoteRequest;
|
36
47
|
Schemas.DateTime = json_schemas_json_1.default.DateTime;
|
48
|
+
Schemas.bulkTransferStatus = json_schemas_json_1.default.bulkTransferStatus;
|
49
|
+
Schemas.Money = json_schemas_json_1.default.Money;
|
37
50
|
Schemas.Latitude = json_schemas_json_1.default.Latitude;
|
38
51
|
Schemas.Longitude = json_schemas_json_1.default.Longitude;
|
39
52
|
Schemas.GeoCode = json_schemas_json_1.default.GeoCode;
|
40
53
|
Schemas.IlpPacket = json_schemas_json_1.default.IlpPacket;
|
41
54
|
Schemas.IlpCondition = json_schemas_json_1.default.IlpCondition;
|
42
|
-
Schemas.
|
43
|
-
Schemas.
|
44
|
-
Schemas.
|
45
|
-
Schemas.
|
46
|
-
Schemas.
|
47
|
-
Schemas.
|
48
|
-
Schemas.ErrorDescription = json_schemas_json_1.default.ErrorDescription;
|
49
|
-
Schemas.ErrorInformation = json_schemas_json_1.default.ErrorInformation;
|
50
|
-
Schemas.mojaloopError = json_schemas_json_1.default.mojaloopError;
|
51
|
-
Schemas.transferError = json_schemas_json_1.default.transferError;
|
52
|
-
Schemas.transferResponse = json_schemas_json_1.default.transferResponse;
|
53
|
-
Schemas.errorResponse = json_schemas_json_1.default.errorResponse;
|
54
|
-
Schemas.errorTransferResponse = json_schemas_json_1.default.errorTransferResponse;
|
55
|
-
Schemas.transferStatusResponse = json_schemas_json_1.default.transferStatusResponse;
|
56
|
-
Schemas.transferContinuationAcceptParty = json_schemas_json_1.default.transferContinuationAcceptParty;
|
57
|
-
Schemas.transferContinuationAcceptQuote = json_schemas_json_1.default.transferContinuationAcceptQuote;
|
55
|
+
Schemas.quoteError = json_schemas_json_1.default.quoteError;
|
56
|
+
Schemas.individualQuoteResult = json_schemas_json_1.default.individualQuoteResult;
|
57
|
+
Schemas.bulkQuoteResponse = json_schemas_json_1.default.bulkQuoteResponse;
|
58
|
+
Schemas.bulkQuoteErrorResponse = json_schemas_json_1.default.bulkQuoteErrorResponse;
|
59
|
+
Schemas.bulkQuoteStatus = json_schemas_json_1.default.bulkQuoteStatus;
|
60
|
+
Schemas.bulkQuoteStatusResponse = json_schemas_json_1.default.bulkQuoteStatusResponse;
|
58
61
|
Schemas.autoAcceptPartyOption = json_schemas_json_1.default.autoAcceptPartyOption;
|
59
62
|
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default.bulkPerTransferFeeLimit;
|
60
63
|
Schemas.autoAcceptQuote = json_schemas_json_1.default.autoAcceptQuote;
|
@@ -66,55 +69,52 @@ var Schemas;
|
|
66
69
|
Schemas.Party = json_schemas_json_1.default.Party;
|
67
70
|
Schemas.bulkTransactionIndividualTransfer = json_schemas_json_1.default.bulkTransactionIndividualTransfer;
|
68
71
|
Schemas.bulkTransactionRequest = json_schemas_json_1.default.bulkTransactionRequest;
|
69
|
-
Schemas.
|
72
|
+
Schemas.TransferState = json_schemas_json_1.default.TransferState;
|
73
|
+
Schemas.IlpFulfilment = json_schemas_json_1.default.IlpFulfilment;
|
70
74
|
Schemas.individualTransferResult = json_schemas_json_1.default.individualTransferResult;
|
71
75
|
Schemas.bulkTransferResponse = json_schemas_json_1.default.bulkTransferResponse;
|
72
76
|
Schemas.bulkTransferErrorResponse = json_schemas_json_1.default.bulkTransferErrorResponse;
|
73
77
|
Schemas.bulkTransactionIndividualTransferAccept = json_schemas_json_1.default.bulkTransactionIndividualTransferAccept;
|
78
|
+
Schemas.transferContinuationAcceptParty = json_schemas_json_1.default.transferContinuationAcceptParty;
|
74
79
|
Schemas.bulkTransactionContinuationAcceptParty = json_schemas_json_1.default.bulkTransactionContinuationAcceptParty;
|
80
|
+
Schemas.transferContinuationAcceptQuote = json_schemas_json_1.default.transferContinuationAcceptQuote;
|
75
81
|
Schemas.bulkTransactionContinuationAcceptQuote = json_schemas_json_1.default.bulkTransactionContinuationAcceptQuote;
|
76
82
|
Schemas.partyError = json_schemas_json_1.default.partyError;
|
77
83
|
Schemas.bulkTransactionAcceptPartyErrorResponse = json_schemas_json_1.default.bulkTransactionAcceptPartyErrorResponse;
|
78
|
-
Schemas.quoteError = json_schemas_json_1.default.quoteError;
|
79
84
|
Schemas.bulkTransactionAcceptQuoteErrorResponse = json_schemas_json_1.default.bulkTransactionAcceptQuoteErrorResponse;
|
80
85
|
Schemas.individualTransfer = json_schemas_json_1.default.individualTransfer;
|
81
86
|
Schemas.bulkTransferRequest = json_schemas_json_1.default.bulkTransferRequest;
|
82
87
|
Schemas.individualTransferFulfilment = json_schemas_json_1.default.individualTransferFulfilment;
|
83
88
|
Schemas.bulkTransferStatusResponse = json_schemas_json_1.default.bulkTransferStatusResponse;
|
84
|
-
Schemas.
|
85
|
-
Schemas.
|
86
|
-
Schemas.individualQuoteResult = json_schemas_json_1.default.individualQuoteResult;
|
87
|
-
Schemas.bulkQuoteResponse = json_schemas_json_1.default.bulkQuoteResponse;
|
88
|
-
Schemas.bulkQuoteErrorResponse = json_schemas_json_1.default.bulkQuoteErrorResponse;
|
89
|
-
Schemas.bulkQuoteStatus = json_schemas_json_1.default.bulkQuoteStatus;
|
90
|
-
Schemas.bulkQuoteStatusResponse = json_schemas_json_1.default.bulkQuoteStatusResponse;
|
89
|
+
Schemas.async2SyncCurrentState = json_schemas_json_1.default.async2SyncCurrentState;
|
90
|
+
Schemas.partiesByIdResponse = json_schemas_json_1.default.partiesByIdResponse;
|
91
91
|
Schemas.TransactionScenario = json_schemas_json_1.default.TransactionScenario;
|
92
92
|
Schemas.TransactionInitiator = json_schemas_json_1.default.TransactionInitiator;
|
93
93
|
Schemas.RefundReason = json_schemas_json_1.default.RefundReason;
|
94
94
|
Schemas.Refund = json_schemas_json_1.default.Refund;
|
95
95
|
Schemas.BalanceOfPayments = json_schemas_json_1.default.BalanceOfPayments;
|
96
96
|
Schemas.TransactionType = json_schemas_json_1.default.TransactionType;
|
97
|
+
Schemas.QuotesPostRequest = json_schemas_json_1.default.QuotesPostRequest;
|
98
|
+
Schemas.simpleQuotesPostRequest = json_schemas_json_1.default.simpleQuotesPostRequest;
|
99
|
+
Schemas.quotesPostResponse = json_schemas_json_1.default.quotesPostResponse;
|
100
|
+
Schemas.errorQuotesResponse = json_schemas_json_1.default.errorQuotesResponse;
|
97
101
|
Schemas.requestToPayRequest = json_schemas_json_1.default.requestToPayRequest;
|
98
102
|
Schemas.AuthenticationType = json_schemas_json_1.default.AuthenticationType;
|
99
103
|
Schemas.TransactionRequestState = json_schemas_json_1.default.TransactionRequestState;
|
100
104
|
Schemas.requestToPayResponse = json_schemas_json_1.default.requestToPayResponse;
|
101
105
|
Schemas.requestToPayTransferRequest = json_schemas_json_1.default.requestToPayTransferRequest;
|
106
|
+
Schemas.transferStatus = json_schemas_json_1.default.transferStatus;
|
107
|
+
Schemas.QuotesIDPutResponse = json_schemas_json_1.default.QuotesIDPutResponse;
|
108
|
+
Schemas.TransfersIDPutResponse = json_schemas_json_1.default.TransfersIDPutResponse;
|
102
109
|
Schemas.requestToPayTransferResponse = json_schemas_json_1.default.requestToPayTransferResponse;
|
110
|
+
Schemas.transferResponse = json_schemas_json_1.default.transferResponse;
|
111
|
+
Schemas.errorTransferResponse = json_schemas_json_1.default.errorTransferResponse;
|
103
112
|
Schemas.transferContinuationAcceptOTP = json_schemas_json_1.default.transferContinuationAcceptOTP;
|
104
|
-
Schemas.accountsRequest = json_schemas_json_1.default.accountsRequest;
|
105
|
-
Schemas.accountCreationStatus = json_schemas_json_1.default.accountCreationStatus;
|
106
|
-
Schemas.accountsCreationState = json_schemas_json_1.default.accountsCreationState;
|
107
|
-
Schemas.accountsResponse = json_schemas_json_1.default.accountsResponse;
|
108
|
-
Schemas.errorAccountsResponse = json_schemas_json_1.default.errorAccountsResponse;
|
109
|
-
Schemas.async2SyncCurrentState = json_schemas_json_1.default.async2SyncCurrentState;
|
110
|
-
Schemas.partiesByIdResponse = json_schemas_json_1.default.partiesByIdResponse;
|
111
|
-
Schemas.QuotesPostRequest = json_schemas_json_1.default.QuotesPostRequest;
|
112
|
-
Schemas.simpleQuotesPostRequest = json_schemas_json_1.default.simpleQuotesPostRequest;
|
113
|
-
Schemas.quotesPostResponse = json_schemas_json_1.default.quotesPostResponse;
|
114
|
-
Schemas.errorQuotesResponse = json_schemas_json_1.default.errorQuotesResponse;
|
115
113
|
Schemas.TransfersPostRequest = json_schemas_json_1.default.TransfersPostRequest;
|
116
114
|
Schemas.simpleTransfersPostRequest = json_schemas_json_1.default.simpleTransfersPostRequest;
|
117
115
|
Schemas.simpleTransfersPostResponse = json_schemas_json_1.default.simpleTransfersPostResponse;
|
118
116
|
Schemas.errorSimpleTransfersResponse = json_schemas_json_1.default.errorSimpleTransfersResponse;
|
117
|
+
Schemas.transferRequest = json_schemas_json_1.default.transferRequest;
|
118
|
+
Schemas.transferStatusResponse = json_schemas_json_1.default.transferStatusResponse;
|
119
119
|
})(Schemas = exports.Schemas || (exports.Schemas = {}));
|
120
120
|
//# sourceMappingURL=schemas.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/outbound/schemas.ts"],"names":[],"mappings":";AAAA,oDAAoD;;;;AAEpD,kEAAkE;AAElE,oFAA6C;AAE7C,IAAiB,OAAO,CA8GvB;AA9GD,WAAiB,OAAO;IACT,
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/outbound/schemas.ts"],"names":[],"mappings":";AAAA,oDAAoD;;;;AAEpD,kEAAkE;AAElE,oFAA6C;AAE7C,IAAiB,OAAO,CA8GvB;AA9GD,WAAiB,OAAO;IACT,mBAAW,GAAG,2BAAW,CAAC,WAAW,CAAA;IACrC,uBAAe,GAAG,2BAAW,CAAC,eAAe,CAAA;IAC7C,wBAAgB,GAAG,2BAAW,CAAC,gBAAgB,CAAA;IAC/C,gBAAQ,GAAG,2BAAW,CAAC,QAAQ,CAAA;IAC/B,uBAAe,GAAG,2BAAW,CAAC,eAAe,CAAA;IAC7C,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,6BAAqB,GAAG,2BAAW,CAAC,qBAAqB,CAAA;IACzD,6BAAqB,GAAG,2BAAW,CAAC,qBAAqB,CAAA;IACzD,iBAAS,GAAG,2BAAW,CAAC,SAAS,CAAA;IACjC,wBAAgB,GAAG,2BAAW,CAAC,gBAAgB,CAAA;IAC/C,oBAAY,GAAG,2BAAW,CAAC,YAAY,CAAA;IACvC,sBAAc,GAAG,2BAAW,CAAC,cAAc,CAAA;IAC3C,iBAAS,GAAG,2BAAW,CAAC,SAAS,CAAA;IACjC,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,wBAAgB,GAAG,2BAAW,CAAC,gBAAgB,CAAA;IAC/C,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,wBAAgB,GAAG,2BAAW,CAAC,gBAAgB,CAAA;IAC/C,6BAAqB,GAAG,2BAAW,CAAC,qBAAqB,CAAA;IACzD,gCAAwB,GAAG,2BAAW,CAAC,wBAAwB,CAAA;IAC/D,YAAI,GAAG,2BAAW,CAAC,IAAI,CAAA;IACvB,iBAAS,GAAG,2BAAW,CAAC,SAAS,CAAA;IACjC,kBAAU,GAAG,2BAAW,CAAC,UAAU,CAAA;IACnC,gBAAQ,GAAG,2BAAW,CAAC,QAAQ,CAAA;IAC/B,mBAAW,GAAG,2BAAW,CAAC,WAAW,CAAA;IACrC,kCAA0B,GAAG,2BAAW,CAAC,0BAA0B,CAAA;IACnE,aAAK,GAAG,2BAAW,CAAC,KAAK,CAAA;IACzB,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,kBAAU,GAAG,2BAAW,CAAC,UAAU,CAAA;IACnC,cAAM,GAAG,2BAAW,CAAC,MAAM,CAAA;IAC3B,+BAAuB,GAAG,2BAAW,CAAC,uBAAuB,CAAA;IAC7D,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,YAAI,GAAG,2BAAW,CAAC,IAAI,CAAA;IACvB,uBAAe,GAAG,2BAAW,CAAC,eAAe,CAAA;IAC7C,wBAAgB,GAAG,2BAAW,CAAC,gBAAgB,CAAA;IAC/C,gBAAQ,GAAG,2BAAW,CAAC,QAAQ,CAAA;IAC/B,0BAAkB,GAAG,2BAAW,CAAC,kBAAkB,CAAA;IACnD,aAAK,GAAG,2BAAW,CAAC,KAAK,CAAA;IACzB,gBAAQ,GAAG,2BAAW,CAAC,QAAQ,CAAA;IAC/B,iBAAS,GAAG,2BAAW,CAAC,SAAS,CAAA;IACjC,eAAO,GAAG,2BAAW,CAAC,OAAO,CAAA;IAC7B,iBAAS,GAAG,2BAAW,CAAC,SAAS,CAAA;IACjC,oBAAY,GAAG,2BAAW,CAAC,YAAY,CAAA;IACvC,kBAAU,GAAG,2BAAW,CAAC,UAAU,CAAA;IACnC,6BAAqB,GAAG,2BAAW,CAAC,qBAAqB,CAAA;IACzD,yBAAiB,GAAG,2BAAW,CAAC,iBAAiB,CAAA;IACjD,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,uBAAe,GAAG,2BAAW,CAAC,eAAe,CAAA;IAC7C,+BAAuB,GAAG,2BAAW,CAAC,uBAAuB,CAAA;IAC7D,6BAAqB,GAAG,2BAAW,CAAC,qBAAqB,CAAA;IACzD,+BAAuB,GAAG,2BAAW,CAAC,uBAAuB,CAAA;IAC7D,uBAAe,GAAG,2BAAW,CAAC,eAAe,CAAA;IAC7C,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,mBAAW,GAAG,2BAAW,CAAC,WAAW,CAAA;IACrC,iBAAS,GAAG,2BAAW,CAAC,SAAS,CAAA;IACjC,wBAAgB,GAAG,2BAAW,CAAC,gBAAgB,CAAA;IAC/C,yBAAiB,GAAG,2BAAW,CAAC,iBAAiB,CAAA;IACjD,aAAK,GAAG,2BAAW,CAAC,KAAK,CAAA;IACzB,yCAAiC,GAAG,2BAAW,CAAC,iCAAiC,CAAA;IACjF,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,gCAAwB,GAAG,2BAAW,CAAC,wBAAwB,CAAA;IAC/D,4BAAoB,GAAG,2BAAW,CAAC,oBAAoB,CAAA;IACvD,iCAAyB,GAAG,2BAAW,CAAC,yBAAyB,CAAA;IACjE,+CAAuC,GAAG,2BAAW,CAAC,uCAAuC,CAAA;IAC7F,uCAA+B,GAAG,2BAAW,CAAC,+BAA+B,CAAA;IAC7E,8CAAsC,GAAG,2BAAW,CAAC,sCAAsC,CAAA;IAC3F,uCAA+B,GAAG,2BAAW,CAAC,+BAA+B,CAAA;IAC7E,8CAAsC,GAAG,2BAAW,CAAC,sCAAsC,CAAA;IAC3F,kBAAU,GAAG,2BAAW,CAAC,UAAU,CAAA;IACnC,+CAAuC,GAAG,2BAAW,CAAC,uCAAuC,CAAA;IAC7F,+CAAuC,GAAG,2BAAW,CAAC,uCAAuC,CAAA;IAC7F,0BAAkB,GAAG,2BAAW,CAAC,kBAAkB,CAAA;IACnD,2BAAmB,GAAG,2BAAW,CAAC,mBAAmB,CAAA;IACrD,oCAA4B,GAAG,2BAAW,CAAC,4BAA4B,CAAA;IACvE,kCAA0B,GAAG,2BAAW,CAAC,0BAA0B,CAAA;IACnE,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,2BAAmB,GAAG,2BAAW,CAAC,mBAAmB,CAAA;IACrD,2BAAmB,GAAG,2BAAW,CAAC,mBAAmB,CAAA;IACrD,4BAAoB,GAAG,2BAAW,CAAC,oBAAoB,CAAA;IACvD,oBAAY,GAAG,2BAAW,CAAC,YAAY,CAAA;IACvC,cAAM,GAAG,2BAAW,CAAC,MAAM,CAAA;IAC3B,yBAAiB,GAAG,2BAAW,CAAC,iBAAiB,CAAA;IACjD,uBAAe,GAAG,2BAAW,CAAC,eAAe,CAAA;IAC7C,yBAAiB,GAAG,2BAAW,CAAC,iBAAiB,CAAA;IACjD,+BAAuB,GAAG,2BAAW,CAAC,uBAAuB,CAAA;IAC7D,0BAAkB,GAAG,2BAAW,CAAC,kBAAkB,CAAA;IACnD,2BAAmB,GAAG,2BAAW,CAAC,mBAAmB,CAAA;IACrD,2BAAmB,GAAG,2BAAW,CAAC,mBAAmB,CAAA;IACrD,0BAAkB,GAAG,2BAAW,CAAC,kBAAkB,CAAA;IACnD,+BAAuB,GAAG,2BAAW,CAAC,uBAAuB,CAAA;IAC7D,4BAAoB,GAAG,2BAAW,CAAC,oBAAoB,CAAA;IACvD,mCAA2B,GAAG,2BAAW,CAAC,2BAA2B,CAAA;IACrE,sBAAc,GAAG,2BAAW,CAAC,cAAc,CAAA;IAC3C,2BAAmB,GAAG,2BAAW,CAAC,mBAAmB,CAAA;IACrD,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,oCAA4B,GAAG,2BAAW,CAAC,4BAA4B,CAAA;IACvE,wBAAgB,GAAG,2BAAW,CAAC,gBAAgB,CAAA;IAC/C,6BAAqB,GAAG,2BAAW,CAAC,qBAAqB,CAAA;IACzD,qCAA6B,GAAG,2BAAW,CAAC,6BAA6B,CAAA;IACzE,4BAAoB,GAAG,2BAAW,CAAC,oBAAoB,CAAA;IACvD,kCAA0B,GAAG,2BAAW,CAAC,0BAA0B,CAAA;IACnE,mCAA2B,GAAG,2BAAW,CAAC,2BAA2B,CAAA;IACrE,oCAA4B,GAAG,2BAAW,CAAC,4BAA4B,CAAA;IACvE,uBAAe,GAAG,2BAAW,CAAC,eAAe,CAAA;IAC7C,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;AAC1E,CAAC,EA9GgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA8GvB"}
|
@@ -1,10 +1,27 @@
|
|
1
1
|
/** This file is generated by json-schema-generator.js program **/
|
2
2
|
import { components } from './openapi';
|
3
3
|
export declare namespace Types {
|
4
|
-
type TransactionInitiatorType = components['schemas']['TransactionInitiatorType'];
|
5
4
|
type PartyIdType = components['schemas']['PartyIdType'];
|
6
5
|
type PartyIdentifier = components['schemas']['PartyIdentifier'];
|
7
6
|
type PartySubIdOrType = components['schemas']['PartySubIdOrType'];
|
7
|
+
type Currency = components['schemas']['Currency'];
|
8
|
+
type accountsRequest = components['schemas']['accountsRequest'];
|
9
|
+
type CorrelationId = components['schemas']['CorrelationId'];
|
10
|
+
type errorResponse = components['schemas']['errorResponse'];
|
11
|
+
type accountCreationStatus = components['schemas']['accountCreationStatus'];
|
12
|
+
type accountsCreationState = components['schemas']['accountsCreationState'];
|
13
|
+
type ErrorCode = components['schemas']['ErrorCode'];
|
14
|
+
type ErrorDescription = components['schemas']['ErrorDescription'];
|
15
|
+
type ExtensionKey = components['schemas']['ExtensionKey'];
|
16
|
+
type ExtensionValue = components['schemas']['ExtensionValue'];
|
17
|
+
type Extension = components['schemas']['Extension'];
|
18
|
+
type ExtensionList = components['schemas']['ExtensionList'];
|
19
|
+
type ErrorInformation = components['schemas']['ErrorInformation'];
|
20
|
+
type mojaloopError = components['schemas']['mojaloopError'];
|
21
|
+
type transferError = components['schemas']['transferError'];
|
22
|
+
type accountsResponse = components['schemas']['accountsResponse'];
|
23
|
+
type errorAccountsResponse = components['schemas']['errorAccountsResponse'];
|
24
|
+
type TransactionInitiatorType = components['schemas']['TransactionInitiatorType'];
|
8
25
|
type Name = components['schemas']['Name'];
|
9
26
|
type FirstName = components['schemas']['FirstName'];
|
10
27
|
type MiddleName = components['schemas']['MiddleName'];
|
@@ -12,43 +29,29 @@ export declare namespace Types {
|
|
12
29
|
type DateOfBirth = components['schemas']['DateOfBirth'];
|
13
30
|
type MerchantClassificationCode = components['schemas']['MerchantClassificationCode'];
|
14
31
|
type FspId = components['schemas']['FspId'];
|
15
|
-
type ExtensionKey = components['schemas']['ExtensionKey'];
|
16
|
-
type ExtensionValue = components['schemas']['ExtensionValue'];
|
17
|
-
type Extension = components['schemas']['Extension'];
|
18
32
|
type extensionListEmptiable = components['schemas']['extensionListEmptiable'];
|
19
33
|
type transferParty = components['schemas']['transferParty'];
|
20
34
|
type AmountType = components['schemas']['AmountType'];
|
21
|
-
type Currency = components['schemas']['Currency'];
|
22
35
|
type Amount = components['schemas']['Amount'];
|
23
36
|
type transferTransactionType = components['schemas']['transferTransactionType'];
|
24
37
|
type TransactionSubScenario = components['schemas']['TransactionSubScenario'];
|
25
38
|
type Note = components['schemas']['Note'];
|
26
|
-
type
|
27
|
-
type
|
28
|
-
type transferStatus = components['schemas']['transferStatus'];
|
29
|
-
type Money = components['schemas']['Money'];
|
39
|
+
type individualQuote = components['schemas']['individualQuote'];
|
40
|
+
type bulkQuoteRequest = components['schemas']['bulkQuoteRequest'];
|
30
41
|
type DateTime = components['schemas']['DateTime'];
|
42
|
+
type bulkTransferStatus = components['schemas']['bulkTransferStatus'];
|
43
|
+
type Money = components['schemas']['Money'];
|
31
44
|
type Latitude = components['schemas']['Latitude'];
|
32
45
|
type Longitude = components['schemas']['Longitude'];
|
33
46
|
type GeoCode = components['schemas']['GeoCode'];
|
34
47
|
type IlpPacket = components['schemas']['IlpPacket'];
|
35
48
|
type IlpCondition = components['schemas']['IlpCondition'];
|
36
|
-
type
|
37
|
-
type
|
38
|
-
type
|
39
|
-
type
|
40
|
-
type
|
41
|
-
type
|
42
|
-
type ErrorDescription = components['schemas']['ErrorDescription'];
|
43
|
-
type ErrorInformation = components['schemas']['ErrorInformation'];
|
44
|
-
type mojaloopError = components['schemas']['mojaloopError'];
|
45
|
-
type transferError = components['schemas']['transferError'];
|
46
|
-
type transferResponse = components['schemas']['transferResponse'];
|
47
|
-
type errorResponse = components['schemas']['errorResponse'];
|
48
|
-
type errorTransferResponse = components['schemas']['errorTransferResponse'];
|
49
|
-
type transferStatusResponse = components['schemas']['transferStatusResponse'];
|
50
|
-
type transferContinuationAcceptParty = components['schemas']['transferContinuationAcceptParty'];
|
51
|
-
type transferContinuationAcceptQuote = components['schemas']['transferContinuationAcceptQuote'];
|
49
|
+
type quoteError = components['schemas']['quoteError'];
|
50
|
+
type individualQuoteResult = components['schemas']['individualQuoteResult'];
|
51
|
+
type bulkQuoteResponse = components['schemas']['bulkQuoteResponse'];
|
52
|
+
type bulkQuoteErrorResponse = components['schemas']['bulkQuoteErrorResponse'];
|
53
|
+
type bulkQuoteStatus = components['schemas']['bulkQuoteStatus'];
|
54
|
+
type bulkQuoteStatusResponse = components['schemas']['bulkQuoteStatusResponse'];
|
52
55
|
type autoAcceptPartyOption = components['schemas']['autoAcceptPartyOption'];
|
53
56
|
type bulkPerTransferFeeLimit = components['schemas']['bulkPerTransferFeeLimit'];
|
54
57
|
type autoAcceptQuote = components['schemas']['autoAcceptQuote'];
|
@@ -60,54 +63,51 @@ export declare namespace Types {
|
|
60
63
|
type Party = components['schemas']['Party'];
|
61
64
|
type bulkTransactionIndividualTransfer = components['schemas']['bulkTransactionIndividualTransfer'];
|
62
65
|
type bulkTransactionRequest = components['schemas']['bulkTransactionRequest'];
|
63
|
-
type
|
66
|
+
type TransferState = components['schemas']['TransferState'];
|
67
|
+
type IlpFulfilment = components['schemas']['IlpFulfilment'];
|
64
68
|
type individualTransferResult = components['schemas']['individualTransferResult'];
|
65
69
|
type bulkTransferResponse = components['schemas']['bulkTransferResponse'];
|
66
70
|
type bulkTransferErrorResponse = components['schemas']['bulkTransferErrorResponse'];
|
67
71
|
type bulkTransactionIndividualTransferAccept = components['schemas']['bulkTransactionIndividualTransferAccept'];
|
72
|
+
type transferContinuationAcceptParty = components['schemas']['transferContinuationAcceptParty'];
|
68
73
|
type bulkTransactionContinuationAcceptParty = components['schemas']['bulkTransactionContinuationAcceptParty'];
|
74
|
+
type transferContinuationAcceptQuote = components['schemas']['transferContinuationAcceptQuote'];
|
69
75
|
type bulkTransactionContinuationAcceptQuote = components['schemas']['bulkTransactionContinuationAcceptQuote'];
|
70
76
|
type partyError = components['schemas']['partyError'];
|
71
77
|
type bulkTransactionAcceptPartyErrorResponse = components['schemas']['bulkTransactionAcceptPartyErrorResponse'];
|
72
|
-
type quoteError = components['schemas']['quoteError'];
|
73
78
|
type bulkTransactionAcceptQuoteErrorResponse = components['schemas']['bulkTransactionAcceptQuoteErrorResponse'];
|
74
79
|
type individualTransfer = components['schemas']['individualTransfer'];
|
75
80
|
type bulkTransferRequest = components['schemas']['bulkTransferRequest'];
|
76
81
|
type individualTransferFulfilment = components['schemas']['individualTransferFulfilment'];
|
77
82
|
type bulkTransferStatusResponse = components['schemas']['bulkTransferStatusResponse'];
|
78
|
-
type
|
79
|
-
type
|
80
|
-
type individualQuoteResult = components['schemas']['individualQuoteResult'];
|
81
|
-
type bulkQuoteResponse = components['schemas']['bulkQuoteResponse'];
|
82
|
-
type bulkQuoteErrorResponse = components['schemas']['bulkQuoteErrorResponse'];
|
83
|
-
type bulkQuoteStatus = components['schemas']['bulkQuoteStatus'];
|
84
|
-
type bulkQuoteStatusResponse = components['schemas']['bulkQuoteStatusResponse'];
|
83
|
+
type async2SyncCurrentState = components['schemas']['async2SyncCurrentState'];
|
84
|
+
type partiesByIdResponse = components['schemas']['partiesByIdResponse'];
|
85
85
|
type TransactionScenario = components['schemas']['TransactionScenario'];
|
86
86
|
type TransactionInitiator = components['schemas']['TransactionInitiator'];
|
87
87
|
type RefundReason = components['schemas']['RefundReason'];
|
88
88
|
type Refund = components['schemas']['Refund'];
|
89
89
|
type BalanceOfPayments = components['schemas']['BalanceOfPayments'];
|
90
90
|
type TransactionType = components['schemas']['TransactionType'];
|
91
|
+
type QuotesPostRequest = components['schemas']['QuotesPostRequest'];
|
92
|
+
type simpleQuotesPostRequest = components['schemas']['simpleQuotesPostRequest'];
|
93
|
+
type quotesPostResponse = components['schemas']['quotesPostResponse'];
|
94
|
+
type errorQuotesResponse = components['schemas']['errorQuotesResponse'];
|
91
95
|
type requestToPayRequest = components['schemas']['requestToPayRequest'];
|
92
96
|
type AuthenticationType = components['schemas']['AuthenticationType'];
|
93
97
|
type TransactionRequestState = components['schemas']['TransactionRequestState'];
|
94
98
|
type requestToPayResponse = components['schemas']['requestToPayResponse'];
|
95
99
|
type requestToPayTransferRequest = components['schemas']['requestToPayTransferRequest'];
|
100
|
+
type transferStatus = components['schemas']['transferStatus'];
|
101
|
+
type QuotesIDPutResponse = components['schemas']['QuotesIDPutResponse'];
|
102
|
+
type TransfersIDPutResponse = components['schemas']['TransfersIDPutResponse'];
|
96
103
|
type requestToPayTransferResponse = components['schemas']['requestToPayTransferResponse'];
|
104
|
+
type transferResponse = components['schemas']['transferResponse'];
|
105
|
+
type errorTransferResponse = components['schemas']['errorTransferResponse'];
|
97
106
|
type transferContinuationAcceptOTP = components['schemas']['transferContinuationAcceptOTP'];
|
98
|
-
type accountsRequest = components['schemas']['accountsRequest'];
|
99
|
-
type accountCreationStatus = components['schemas']['accountCreationStatus'];
|
100
|
-
type accountsCreationState = components['schemas']['accountsCreationState'];
|
101
|
-
type accountsResponse = components['schemas']['accountsResponse'];
|
102
|
-
type errorAccountsResponse = components['schemas']['errorAccountsResponse'];
|
103
|
-
type async2SyncCurrentState = components['schemas']['async2SyncCurrentState'];
|
104
|
-
type partiesByIdResponse = components['schemas']['partiesByIdResponse'];
|
105
|
-
type QuotesPostRequest = components['schemas']['QuotesPostRequest'];
|
106
|
-
type simpleQuotesPostRequest = components['schemas']['simpleQuotesPostRequest'];
|
107
|
-
type quotesPostResponse = components['schemas']['quotesPostResponse'];
|
108
|
-
type errorQuotesResponse = components['schemas']['errorQuotesResponse'];
|
109
107
|
type TransfersPostRequest = components['schemas']['TransfersPostRequest'];
|
110
108
|
type simpleTransfersPostRequest = components['schemas']['simpleTransfersPostRequest'];
|
111
109
|
type simpleTransfersPostResponse = components['schemas']['simpleTransfersPostResponse'];
|
112
110
|
type errorSimpleTransfersResponse = components['schemas']['errorSimpleTransfersResponse'];
|
111
|
+
type transferRequest = components['schemas']['transferRequest'];
|
112
|
+
type transferStatusResponse = components['schemas']['transferStatusResponse'];
|
113
113
|
}
|