@mojaloop/api-snippets 17.0.2-snapshot.0 → 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 +1604 -2128
- 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 +4232 -1810
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +480 -3898
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.d.ts +2857 -1690
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +34 -15
- 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 +34 -15
- 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 +13 -297
- 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
@@ -8,10 +8,6 @@ const json_schemas_json_1 = tslib_1.__importDefault(require("./json-schemas.json
|
|
8
8
|
var Schemas;
|
9
9
|
(function (Schemas) {
|
10
10
|
Schemas.DateOfBirth = json_schemas_json_1.default.DateOfBirth;
|
11
|
-
Schemas.Extension = json_schemas_json_1.default.Extension;
|
12
|
-
Schemas.ExtensionKey = json_schemas_json_1.default.ExtensionKey;
|
13
|
-
Schemas.ExtensionList = json_schemas_json_1.default.ExtensionList;
|
14
|
-
Schemas.ExtensionValue = json_schemas_json_1.default.ExtensionValue;
|
15
11
|
Schemas.FirstName = json_schemas_json_1.default.FirstName;
|
16
12
|
Schemas.FspId = json_schemas_json_1.default.FspId;
|
17
13
|
Schemas.IndividualQuote = json_schemas_json_1.default.IndividualQuote;
|
@@ -22,14 +18,6 @@ var Schemas;
|
|
22
18
|
Schemas.LastName = json_schemas_json_1.default.LastName;
|
23
19
|
Schemas.MerchantClassificationCode = json_schemas_json_1.default.MerchantClassificationCode;
|
24
20
|
Schemas.MiddleName = json_schemas_json_1.default.MiddleName;
|
25
|
-
Schemas.Party = json_schemas_json_1.default.Party;
|
26
|
-
Schemas.PartyComplexName = json_schemas_json_1.default.PartyComplexName;
|
27
|
-
Schemas.PartyIdInfo = json_schemas_json_1.default.PartyIdInfo;
|
28
|
-
Schemas.PartyIdType = json_schemas_json_1.default.PartyIdType;
|
29
|
-
Schemas.PartyIdentifier = json_schemas_json_1.default.PartyIdentifier;
|
30
|
-
Schemas.PartyName = json_schemas_json_1.default.PartyName;
|
31
|
-
Schemas.PartyPersonalInfo = json_schemas_json_1.default.PartyPersonalInfo;
|
32
|
-
Schemas.PartySubIdOrType = json_schemas_json_1.default.PartySubIdOrType;
|
33
21
|
Schemas.amountCurrency = json_schemas_json_1.default.amountCurrency;
|
34
22
|
Schemas.amountType = json_schemas_json_1.default.amountType;
|
35
23
|
Schemas.bulkQuoteId = json_schemas_json_1.default.bulkQuoteId;
|
@@ -54,13 +42,11 @@ var Schemas;
|
|
54
42
|
Schemas.idSubValue = json_schemas_json_1.default.idSubValue;
|
55
43
|
Schemas.idType = json_schemas_json_1.default.idType;
|
56
44
|
Schemas.idValue = json_schemas_json_1.default.idValue;
|
57
|
-
Schemas.ilpFulfilment = json_schemas_json_1.default.ilpFulfilment;
|
58
45
|
Schemas.ilpPacketData = json_schemas_json_1.default.ilpPacketData;
|
59
46
|
Schemas.initiator = json_schemas_json_1.default.initiator;
|
60
47
|
Schemas.initiatorType = json_schemas_json_1.default.initiatorType;
|
61
48
|
Schemas.latitude = json_schemas_json_1.default.latitude;
|
62
49
|
Schemas.longitude = json_schemas_json_1.default.longitude;
|
63
|
-
Schemas.mojaloopError = json_schemas_json_1.default.mojaloopError;
|
64
50
|
Schemas.money = json_schemas_json_1.default.money;
|
65
51
|
Schemas.otpDetails = json_schemas_json_1.default.otpDetails;
|
66
52
|
Schemas.participantsResponse = json_schemas_json_1.default.participantsResponse;
|
@@ -79,12 +65,45 @@ var Schemas;
|
|
79
65
|
Schemas.transactionType = json_schemas_json_1.default.transactionType;
|
80
66
|
Schemas.transactionTypeObject = json_schemas_json_1.default.transactionTypeObject;
|
81
67
|
Schemas.transferDetailsResponse = json_schemas_json_1.default.transferDetailsResponse;
|
82
|
-
Schemas.transferError = json_schemas_json_1.default.transferError;
|
83
68
|
Schemas.transferId = json_schemas_json_1.default.transferId;
|
84
69
|
Schemas.transferParty = json_schemas_json_1.default.transferParty;
|
85
70
|
Schemas.transferRequest = json_schemas_json_1.default.transferRequest;
|
86
71
|
Schemas.transferResponse = json_schemas_json_1.default.transferResponse;
|
87
72
|
Schemas.transferState = json_schemas_json_1.default.transferState;
|
88
73
|
Schemas.transferStatus = json_schemas_json_1.default.transferStatus;
|
74
|
+
Schemas.TransactionSubScenario = json_schemas_json_1.default.TransactionSubScenario;
|
75
|
+
Schemas.CorrelationId = json_schemas_json_1.default.CorrelationId;
|
76
|
+
Schemas.bulkTransactionStatus = json_schemas_json_1.default.bulkTransactionStatus;
|
77
|
+
Schemas.autoAcceptPartyOption = json_schemas_json_1.default.autoAcceptPartyOption;
|
78
|
+
Schemas.Currency = json_schemas_json_1.default.Currency;
|
79
|
+
Schemas.Amount = json_schemas_json_1.default.Amount;
|
80
|
+
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default.bulkPerTransferFeeLimit;
|
81
|
+
Schemas.autoAcceptQuote = json_schemas_json_1.default.autoAcceptQuote;
|
82
|
+
Schemas.DateTime = json_schemas_json_1.default.DateTime;
|
83
|
+
Schemas.bulkTransactionOptions = json_schemas_json_1.default.bulkTransactionOptions;
|
84
|
+
Schemas.PartyIdType = json_schemas_json_1.default.PartyIdType;
|
85
|
+
Schemas.PartyIdentifier = json_schemas_json_1.default.PartyIdentifier;
|
86
|
+
Schemas.PartySubIdOrType = json_schemas_json_1.default.PartySubIdOrType;
|
87
|
+
Schemas.ExtensionKey = json_schemas_json_1.default.ExtensionKey;
|
88
|
+
Schemas.ExtensionValue = json_schemas_json_1.default.ExtensionValue;
|
89
|
+
Schemas.Extension = json_schemas_json_1.default.Extension;
|
90
|
+
Schemas.ExtensionList = json_schemas_json_1.default.ExtensionList;
|
91
|
+
Schemas.PartyIdInfo = json_schemas_json_1.default.PartyIdInfo;
|
92
|
+
Schemas.PartyName = json_schemas_json_1.default.PartyName;
|
93
|
+
Schemas.PartyComplexName = json_schemas_json_1.default.PartyComplexName;
|
94
|
+
Schemas.PartyPersonalInfo = json_schemas_json_1.default.PartyPersonalInfo;
|
95
|
+
Schemas.Party = json_schemas_json_1.default.Party;
|
96
|
+
Schemas.AmountType = json_schemas_json_1.default.AmountType;
|
97
|
+
Schemas.Note = json_schemas_json_1.default.Note;
|
98
|
+
Schemas.IlpFulfilment = json_schemas_json_1.default.IlpFulfilment;
|
99
|
+
Schemas.TransferState = json_schemas_json_1.default.TransferState;
|
100
|
+
Schemas.TransfersIDPutResponse = json_schemas_json_1.default.TransfersIDPutResponse;
|
101
|
+
Schemas.ErrorCode = json_schemas_json_1.default.ErrorCode;
|
102
|
+
Schemas.ErrorDescription = json_schemas_json_1.default.ErrorDescription;
|
103
|
+
Schemas.ErrorInformation = json_schemas_json_1.default.ErrorInformation;
|
104
|
+
Schemas.mojaloopError = json_schemas_json_1.default.mojaloopError;
|
105
|
+
Schemas.transferError = json_schemas_json_1.default.transferError;
|
106
|
+
Schemas.bulkTransactionIndividualTransferResult = json_schemas_json_1.default.bulkTransactionIndividualTransferResult;
|
107
|
+
Schemas.bulkTransactionResponse = json_schemas_json_1.default.bulkTransactionResponse;
|
89
108
|
})(Schemas = exports.Schemas || (exports.Schemas = {}));
|
90
109
|
//# 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,
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/backend/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -2,10 +2,6 @@
|
|
2
2
|
import { components } from './openapi';
|
3
3
|
export declare namespace Types {
|
4
4
|
type DateOfBirth = components['schemas']['DateOfBirth'];
|
5
|
-
type Extension = components['schemas']['Extension'];
|
6
|
-
type ExtensionKey = components['schemas']['ExtensionKey'];
|
7
|
-
type ExtensionList = components['schemas']['ExtensionList'];
|
8
|
-
type ExtensionValue = components['schemas']['ExtensionValue'];
|
9
5
|
type FirstName = components['schemas']['FirstName'];
|
10
6
|
type FspId = components['schemas']['FspId'];
|
11
7
|
type IndividualQuote = components['schemas']['IndividualQuote'];
|
@@ -16,14 +12,6 @@ export declare namespace Types {
|
|
16
12
|
type LastName = components['schemas']['LastName'];
|
17
13
|
type MerchantClassificationCode = components['schemas']['MerchantClassificationCode'];
|
18
14
|
type MiddleName = components['schemas']['MiddleName'];
|
19
|
-
type Party = components['schemas']['Party'];
|
20
|
-
type PartyComplexName = components['schemas']['PartyComplexName'];
|
21
|
-
type PartyIdInfo = components['schemas']['PartyIdInfo'];
|
22
|
-
type PartyIdType = components['schemas']['PartyIdType'];
|
23
|
-
type PartyIdentifier = components['schemas']['PartyIdentifier'];
|
24
|
-
type PartyName = components['schemas']['PartyName'];
|
25
|
-
type PartyPersonalInfo = components['schemas']['PartyPersonalInfo'];
|
26
|
-
type PartySubIdOrType = components['schemas']['PartySubIdOrType'];
|
27
15
|
type amountCurrency = components['schemas']['amountCurrency'];
|
28
16
|
type amountType = components['schemas']['amountType'];
|
29
17
|
type bulkQuoteId = components['schemas']['bulkQuoteId'];
|
@@ -48,13 +36,11 @@ export declare namespace Types {
|
|
48
36
|
type idSubValue = components['schemas']['idSubValue'];
|
49
37
|
type idType = components['schemas']['idType'];
|
50
38
|
type idValue = components['schemas']['idValue'];
|
51
|
-
type ilpFulfilment = components['schemas']['ilpFulfilment'];
|
52
39
|
type ilpPacketData = components['schemas']['ilpPacketData'];
|
53
40
|
type initiator = components['schemas']['initiator'];
|
54
41
|
type initiatorType = components['schemas']['initiatorType'];
|
55
42
|
type latitude = components['schemas']['latitude'];
|
56
43
|
type longitude = components['schemas']['longitude'];
|
57
|
-
type mojaloopError = components['schemas']['mojaloopError'];
|
58
44
|
type money = components['schemas']['money'];
|
59
45
|
type otpDetails = components['schemas']['otpDetails'];
|
60
46
|
type participantsResponse = components['schemas']['participantsResponse'];
|
@@ -73,11 +59,44 @@ export declare namespace Types {
|
|
73
59
|
type transactionType = components['schemas']['transactionType'];
|
74
60
|
type transactionTypeObject = components['schemas']['transactionTypeObject'];
|
75
61
|
type transferDetailsResponse = components['schemas']['transferDetailsResponse'];
|
76
|
-
type transferError = components['schemas']['transferError'];
|
77
62
|
type transferId = components['schemas']['transferId'];
|
78
63
|
type transferParty = components['schemas']['transferParty'];
|
79
64
|
type transferRequest = components['schemas']['transferRequest'];
|
80
65
|
type transferResponse = components['schemas']['transferResponse'];
|
81
66
|
type transferState = components['schemas']['transferState'];
|
82
67
|
type transferStatus = components['schemas']['transferStatus'];
|
68
|
+
type TransactionSubScenario = components['schemas']['TransactionSubScenario'];
|
69
|
+
type CorrelationId = components['schemas']['CorrelationId'];
|
70
|
+
type bulkTransactionStatus = components['schemas']['bulkTransactionStatus'];
|
71
|
+
type autoAcceptPartyOption = components['schemas']['autoAcceptPartyOption'];
|
72
|
+
type Currency = components['schemas']['Currency'];
|
73
|
+
type Amount = components['schemas']['Amount'];
|
74
|
+
type bulkPerTransferFeeLimit = components['schemas']['bulkPerTransferFeeLimit'];
|
75
|
+
type autoAcceptQuote = components['schemas']['autoAcceptQuote'];
|
76
|
+
type DateTime = components['schemas']['DateTime'];
|
77
|
+
type bulkTransactionOptions = components['schemas']['bulkTransactionOptions'];
|
78
|
+
type PartyIdType = components['schemas']['PartyIdType'];
|
79
|
+
type PartyIdentifier = components['schemas']['PartyIdentifier'];
|
80
|
+
type PartySubIdOrType = components['schemas']['PartySubIdOrType'];
|
81
|
+
type ExtensionKey = components['schemas']['ExtensionKey'];
|
82
|
+
type ExtensionValue = components['schemas']['ExtensionValue'];
|
83
|
+
type Extension = components['schemas']['Extension'];
|
84
|
+
type ExtensionList = components['schemas']['ExtensionList'];
|
85
|
+
type PartyIdInfo = components['schemas']['PartyIdInfo'];
|
86
|
+
type PartyName = components['schemas']['PartyName'];
|
87
|
+
type PartyComplexName = components['schemas']['PartyComplexName'];
|
88
|
+
type PartyPersonalInfo = components['schemas']['PartyPersonalInfo'];
|
89
|
+
type Party = components['schemas']['Party'];
|
90
|
+
type AmountType = components['schemas']['AmountType'];
|
91
|
+
type Note = components['schemas']['Note'];
|
92
|
+
type IlpFulfilment = components['schemas']['IlpFulfilment'];
|
93
|
+
type TransferState = components['schemas']['TransferState'];
|
94
|
+
type TransfersIDPutResponse = components['schemas']['TransfersIDPutResponse'];
|
95
|
+
type ErrorCode = components['schemas']['ErrorCode'];
|
96
|
+
type ErrorDescription = components['schemas']['ErrorDescription'];
|
97
|
+
type ErrorInformation = components['schemas']['ErrorInformation'];
|
98
|
+
type mojaloopError = components['schemas']['mojaloopError'];
|
99
|
+
type transferError = components['schemas']['transferError'];
|
100
|
+
type bulkTransactionIndividualTransferResult = components['schemas']['bulkTransactionIndividualTransferResult'];
|
101
|
+
type bulkTransactionResponse = components['schemas']['bulkTransactionResponse'];
|
83
102
|
}
|