@mojaloop/api-snippets 16.0.0 → 16.0.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.
@@ -7,114 +7,90 @@ 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
- Schemas.PartyIdType = json_schemas_json_1.default.PartyIdType;
12
- Schemas.PartyIdentifier = json_schemas_json_1.default.PartyIdentifier;
13
- Schemas.PartySubIdOrType = json_schemas_json_1.default.PartySubIdOrType;
14
- Schemas.Name = json_schemas_json_1.default.Name;
15
- Schemas.FirstName = json_schemas_json_1.default.FirstName;
16
- Schemas.MiddleName = json_schemas_json_1.default.MiddleName;
17
- Schemas.LastName = json_schemas_json_1.default.LastName;
18
- Schemas.DateOfBirth = json_schemas_json_1.default.DateOfBirth;
19
- Schemas.MerchantClassificationCode = json_schemas_json_1.default.MerchantClassificationCode;
20
- 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
- Schemas.extensionListEmptiable = json_schemas_json_1.default.extensionListEmptiable;
10
+ Schemas.amountType = json_schemas_json_1.default.amountType;
11
+ Schemas.currency = json_schemas_json_1.default.currency;
12
+ Schemas.dateOfBirth = json_schemas_json_1.default.dateOfBirth;
13
+ Schemas.errorResponse = json_schemas_json_1.default.errorResponse;
14
+ Schemas.fspId = json_schemas_json_1.default.fspId;
15
+ Schemas.extensionList = json_schemas_json_1.default.extensionList;
16
+ Schemas.geoCode = json_schemas_json_1.default.geoCode;
17
+ Schemas.idType = json_schemas_json_1.default.idType;
18
+ Schemas.personalIdType = json_schemas_json_1.default.personalIdType;
19
+ Schemas.idValue = json_schemas_json_1.default.idValue;
20
+ Schemas.idSubValue = json_schemas_json_1.default.idSubValue;
21
+ Schemas.initiator = json_schemas_json_1.default.initiator;
22
+ Schemas.extensionItem = json_schemas_json_1.default.extensionItem;
23
+ Schemas.initiatorType = json_schemas_json_1.default.initiatorType;
24
+ Schemas.latitude = json_schemas_json_1.default.latitude;
25
+ Schemas.longitude = json_schemas_json_1.default.longitude;
26
+ Schemas.money = json_schemas_json_1.default.money;
27
+ Schemas.participantsResponse = json_schemas_json_1.default.participantsResponse;
28
+ Schemas.payerType = json_schemas_json_1.default.payerType;
29
+ Schemas.quoteId = json_schemas_json_1.default.quoteId;
30
+ Schemas.quoteRequest = json_schemas_json_1.default.quoteRequest;
31
+ Schemas.quoteResponse = json_schemas_json_1.default.quoteResponse;
32
+ Schemas.timestamp = json_schemas_json_1.default.timestamp;
33
+ Schemas.transactionId = json_schemas_json_1.default.transactionId;
34
+ Schemas.transactionType = json_schemas_json_1.default.transactionType;
35
+ Schemas.scenario = json_schemas_json_1.default.scenario;
36
+ Schemas.amountCurrency = json_schemas_json_1.default.amountCurrency;
37
+ Schemas.transactionTypeObject = json_schemas_json_1.default.transactionTypeObject;
38
+ Schemas.ilpPacketData = json_schemas_json_1.default.ilpPacketData;
39
+ Schemas.transferId = json_schemas_json_1.default.transferId;
25
40
  Schemas.transferParty = json_schemas_json_1.default.transferParty;
26
- Schemas.AmountType = json_schemas_json_1.default.AmountType;
27
- Schemas.Currency = json_schemas_json_1.default.Currency;
28
- Schemas.Amount = json_schemas_json_1.default.Amount;
29
- Schemas.transferTransactionType = json_schemas_json_1.default.transferTransactionType;
30
- Schemas.Note = json_schemas_json_1.default.Note;
41
+ Schemas.transferState = json_schemas_json_1.default.transferState;
31
42
  Schemas.transferRequest = json_schemas_json_1.default.transferRequest;
32
- Schemas.CorrelationId = json_schemas_json_1.default.CorrelationId;
43
+ Schemas.transferResponse = json_schemas_json_1.default.transferResponse;
44
+ Schemas.transferDetailsResponse = json_schemas_json_1.default.transferDetailsResponse;
33
45
  Schemas.transferStatus = json_schemas_json_1.default.transferStatus;
34
- Schemas.Money = json_schemas_json_1.default.Money;
35
- Schemas.DateTime = json_schemas_json_1.default.DateTime;
36
- Schemas.Latitude = json_schemas_json_1.default.Latitude;
37
- Schemas.Longitude = json_schemas_json_1.default.Longitude;
38
- Schemas.GeoCode = json_schemas_json_1.default.GeoCode;
39
- Schemas.IlpPacket = json_schemas_json_1.default.IlpPacket;
40
- Schemas.IlpCondition = json_schemas_json_1.default.IlpCondition;
41
- Schemas.ExtensionList = json_schemas_json_1.default.ExtensionList;
42
- Schemas.QuotesIDPutResponse = json_schemas_json_1.default.QuotesIDPutResponse;
46
+ Schemas.fulfilNotification = json_schemas_json_1.default.fulfilNotification;
47
+ Schemas.extensionListComplex = json_schemas_json_1.default.extensionListComplex;
48
+ Schemas.generalError = json_schemas_json_1.default.generalError;
43
49
  Schemas.IlpFulfilment = json_schemas_json_1.default.IlpFulfilment;
44
- Schemas.TransferState = json_schemas_json_1.default.TransferState;
45
- Schemas.TransfersIDPutResponse = json_schemas_json_1.default.TransfersIDPutResponse;
46
50
  Schemas.ErrorCode = json_schemas_json_1.default.ErrorCode;
47
51
  Schemas.ErrorDescription = json_schemas_json_1.default.ErrorDescription;
52
+ Schemas.ExtensionKey = json_schemas_json_1.default.ExtensionKey;
53
+ Schemas.ExtensionValue = json_schemas_json_1.default.ExtensionValue;
54
+ Schemas.Extension = json_schemas_json_1.default.Extension;
55
+ Schemas.ExtensionList = json_schemas_json_1.default.ExtensionList;
48
56
  Schemas.ErrorInformation = json_schemas_json_1.default.ErrorInformation;
49
57
  Schemas.mojaloopError = json_schemas_json_1.default.mojaloopError;
50
58
  Schemas.transferError = json_schemas_json_1.default.transferError;
51
- Schemas.transferResponse = json_schemas_json_1.default.transferResponse;
52
- Schemas.errorResponse = json_schemas_json_1.default.errorResponse;
53
- Schemas.errorTransferResponse = json_schemas_json_1.default.errorTransferResponse;
54
- Schemas.transferStatusResponse = json_schemas_json_1.default.transferStatusResponse;
55
- Schemas.transferContinuationAcceptParty = json_schemas_json_1.default.transferContinuationAcceptParty;
56
- Schemas.transferContinuationAcceptQuote = json_schemas_json_1.default.transferContinuationAcceptQuote;
59
+ Schemas.CorrelationId = json_schemas_json_1.default.CorrelationId;
60
+ Schemas.bulkTransactionStatus = json_schemas_json_1.default.bulkTransactionStatus;
57
61
  Schemas.autoAcceptPartyOption = json_schemas_json_1.default.autoAcceptPartyOption;
62
+ Schemas.Currency = json_schemas_json_1.default.Currency;
63
+ Schemas.Amount = json_schemas_json_1.default.Amount;
58
64
  Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default.bulkPerTransferFeeLimit;
59
65
  Schemas.autoAcceptQuote = json_schemas_json_1.default.autoAcceptQuote;
66
+ Schemas.DateTime = json_schemas_json_1.default.DateTime;
60
67
  Schemas.bulkTransactionOptions = json_schemas_json_1.default.bulkTransactionOptions;
68
+ Schemas.PartyIdType = json_schemas_json_1.default.PartyIdType;
69
+ Schemas.PartyIdentifier = json_schemas_json_1.default.PartyIdentifier;
70
+ Schemas.PartySubIdOrType = json_schemas_json_1.default.PartySubIdOrType;
71
+ Schemas.FspId = json_schemas_json_1.default.FspId;
61
72
  Schemas.PartyIdInfo = json_schemas_json_1.default.PartyIdInfo;
73
+ Schemas.MerchantClassificationCode = json_schemas_json_1.default.MerchantClassificationCode;
62
74
  Schemas.PartyName = json_schemas_json_1.default.PartyName;
75
+ Schemas.FirstName = json_schemas_json_1.default.FirstName;
76
+ Schemas.MiddleName = json_schemas_json_1.default.MiddleName;
77
+ Schemas.LastName = json_schemas_json_1.default.LastName;
63
78
  Schemas.PartyComplexName = json_schemas_json_1.default.PartyComplexName;
79
+ Schemas.DateOfBirth = json_schemas_json_1.default.DateOfBirth;
64
80
  Schemas.PartyPersonalInfo = json_schemas_json_1.default.PartyPersonalInfo;
65
81
  Schemas.Party = json_schemas_json_1.default.Party;
66
- Schemas.bulkTransactionIndividualTransfer = json_schemas_json_1.default.bulkTransactionIndividualTransfer;
67
- Schemas.bulkTransactionRequest = json_schemas_json_1.default.bulkTransactionRequest;
68
- Schemas.bulkTransferStatus = json_schemas_json_1.default.bulkTransferStatus;
69
- Schemas.individualTransferResult = json_schemas_json_1.default.individualTransferResult;
70
- Schemas.bulkTransferResponse = json_schemas_json_1.default.bulkTransferResponse;
71
- Schemas.bulkTransferErrorResponse = json_schemas_json_1.default.bulkTransferErrorResponse;
72
- Schemas.bulkTransactionIndividualTransferAccept = json_schemas_json_1.default.bulkTransactionIndividualTransferAccept;
73
- Schemas.bulkTransactionContinuationAcceptParty = json_schemas_json_1.default.bulkTransactionContinuationAcceptParty;
74
- Schemas.bulkTransactionContinuationAcceptQuote = json_schemas_json_1.default.bulkTransactionContinuationAcceptQuote;
75
- Schemas.partyError = json_schemas_json_1.default.partyError;
76
- Schemas.bulkTransactionAcceptPartyErrorResponse = json_schemas_json_1.default.bulkTransactionAcceptPartyErrorResponse;
77
- Schemas.quoteError = json_schemas_json_1.default.quoteError;
78
- Schemas.bulkTransactionAcceptQuoteErrorResponse = json_schemas_json_1.default.bulkTransactionAcceptQuoteErrorResponse;
79
- Schemas.individualTransfer = json_schemas_json_1.default.individualTransfer;
80
- Schemas.bulkTransferRequest = json_schemas_json_1.default.bulkTransferRequest;
81
- Schemas.individualTransferFulfilment = json_schemas_json_1.default.individualTransferFulfilment;
82
- Schemas.bulkTransferStatusResponse = json_schemas_json_1.default.bulkTransferStatusResponse;
83
- Schemas.individualQuote = json_schemas_json_1.default.individualQuote;
84
- Schemas.bulkQuoteRequest = json_schemas_json_1.default.bulkQuoteRequest;
85
- Schemas.individualQuoteResult = json_schemas_json_1.default.individualQuoteResult;
86
- Schemas.bulkQuoteResponse = json_schemas_json_1.default.bulkQuoteResponse;
87
- Schemas.bulkQuoteErrorResponse = json_schemas_json_1.default.bulkQuoteErrorResponse;
88
- Schemas.bulkQuoteStatus = json_schemas_json_1.default.bulkQuoteStatus;
89
- Schemas.bulkQuoteStatusResponse = json_schemas_json_1.default.bulkQuoteStatusResponse;
90
- Schemas.TransactionScenario = json_schemas_json_1.default.TransactionScenario;
91
- Schemas.TransactionSubScenario = json_schemas_json_1.default.TransactionSubScenario;
92
- Schemas.TransactionInitiator = json_schemas_json_1.default.TransactionInitiator;
93
- Schemas.RefundReason = json_schemas_json_1.default.RefundReason;
94
- Schemas.Refund = json_schemas_json_1.default.Refund;
95
- Schemas.BalanceOfPayments = json_schemas_json_1.default.BalanceOfPayments;
96
- Schemas.TransactionType = json_schemas_json_1.default.TransactionType;
97
- Schemas.requestToPayRequest = json_schemas_json_1.default.requestToPayRequest;
98
- Schemas.AuthenticationType = json_schemas_json_1.default.AuthenticationType;
99
- Schemas.TransactionRequestState = json_schemas_json_1.default.TransactionRequestState;
100
- Schemas.requestToPayResponse = json_schemas_json_1.default.requestToPayResponse;
101
- Schemas.requestToPayTransferRequest = json_schemas_json_1.default.requestToPayTransferRequest;
102
- Schemas.requestToPayTransferResponse = json_schemas_json_1.default.requestToPayTransferResponse;
103
- 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
- Schemas.TransfersPostRequest = json_schemas_json_1.default.TransfersPostRequest;
116
- Schemas.simpleTransfersPostRequest = json_schemas_json_1.default.simpleTransfersPostRequest;
117
- Schemas.simpleTransfersPostResponse = json_schemas_json_1.default.simpleTransfersPostResponse;
118
- Schemas.errorSimpleTransfersResponse = json_schemas_json_1.default.errorSimpleTransfersResponse;
82
+ Schemas.AmountType = json_schemas_json_1.default.AmountType;
83
+ Schemas.Note = json_schemas_json_1.default.Note;
84
+ Schemas.Money = json_schemas_json_1.default.Money;
85
+ Schemas.Latitude = json_schemas_json_1.default.Latitude;
86
+ Schemas.Longitude = json_schemas_json_1.default.Longitude;
87
+ Schemas.GeoCode = json_schemas_json_1.default.GeoCode;
88
+ Schemas.IlpPacket = json_schemas_json_1.default.IlpPacket;
89
+ Schemas.IlpCondition = json_schemas_json_1.default.IlpCondition;
90
+ Schemas.QuotesIDPutResponse = json_schemas_json_1.default.QuotesIDPutResponse;
91
+ Schemas.TransferState = json_schemas_json_1.default.TransferState;
92
+ Schemas.TransfersIDPutResponse = json_schemas_json_1.default.TransfersIDPutResponse;
93
+ Schemas.bulkTransactionIndividualTransferResult = json_schemas_json_1.default.bulkTransactionIndividualTransferResult;
94
+ Schemas.bulkTransactionResponse = json_schemas_json_1.default.bulkTransactionResponse;
119
95
  })(Schemas = exports.Schemas || (exports.Schemas = {}));
120
96
  //# sourceMappingURL=schemas.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/inbound/schemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/inbound/schemas.ts"],"names":[],"mappings":"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"}
@@ -1,113 +1,89 @@
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
- type PartyIdType = components['schemas']['PartyIdType'];
6
- type PartyIdentifier = components['schemas']['PartyIdentifier'];
7
- type PartySubIdOrType = components['schemas']['PartySubIdOrType'];
8
- type Name = components['schemas']['Name'];
9
- type FirstName = components['schemas']['FirstName'];
10
- type MiddleName = components['schemas']['MiddleName'];
11
- type LastName = components['schemas']['LastName'];
12
- type DateOfBirth = components['schemas']['DateOfBirth'];
13
- type MerchantClassificationCode = components['schemas']['MerchantClassificationCode'];
14
- type FspId = components['schemas']['FspId'];
15
- type ExtensionKey = components['schemas']['ExtensionKey'];
16
- type ExtensionValue = components['schemas']['ExtensionValue'];
17
- type Extension = components['schemas']['Extension'];
18
- type extensionListEmptiable = components['schemas']['extensionListEmptiable'];
4
+ type amountType = components['schemas']['amountType'];
5
+ type currency = components['schemas']['currency'];
6
+ type dateOfBirth = components['schemas']['dateOfBirth'];
7
+ type errorResponse = components['schemas']['errorResponse'];
8
+ type fspId = components['schemas']['fspId'];
9
+ type extensionList = components['schemas']['extensionList'];
10
+ type geoCode = components['schemas']['geoCode'];
11
+ type idType = components['schemas']['idType'];
12
+ type personalIdType = components['schemas']['personalIdType'];
13
+ type idValue = components['schemas']['idValue'];
14
+ type idSubValue = components['schemas']['idSubValue'];
15
+ type initiator = components['schemas']['initiator'];
16
+ type extensionItem = components['schemas']['extensionItem'];
17
+ type initiatorType = components['schemas']['initiatorType'];
18
+ type latitude = components['schemas']['latitude'];
19
+ type longitude = components['schemas']['longitude'];
20
+ type money = components['schemas']['money'];
21
+ type participantsResponse = components['schemas']['participantsResponse'];
22
+ type payerType = components['schemas']['payerType'];
23
+ type quoteId = components['schemas']['quoteId'];
24
+ type quoteRequest = components['schemas']['quoteRequest'];
25
+ type quoteResponse = components['schemas']['quoteResponse'];
26
+ type timestamp = components['schemas']['timestamp'];
27
+ type transactionId = components['schemas']['transactionId'];
28
+ type transactionType = components['schemas']['transactionType'];
29
+ type scenario = components['schemas']['scenario'];
30
+ type amountCurrency = components['schemas']['amountCurrency'];
31
+ type transactionTypeObject = components['schemas']['transactionTypeObject'];
32
+ type ilpPacketData = components['schemas']['ilpPacketData'];
33
+ type transferId = components['schemas']['transferId'];
19
34
  type transferParty = components['schemas']['transferParty'];
20
- type AmountType = components['schemas']['AmountType'];
21
- type Currency = components['schemas']['Currency'];
22
- type Amount = components['schemas']['Amount'];
23
- type transferTransactionType = components['schemas']['transferTransactionType'];
24
- type Note = components['schemas']['Note'];
35
+ type transferState = components['schemas']['transferState'];
25
36
  type transferRequest = components['schemas']['transferRequest'];
26
- type CorrelationId = components['schemas']['CorrelationId'];
37
+ type transferResponse = components['schemas']['transferResponse'];
38
+ type transferDetailsResponse = components['schemas']['transferDetailsResponse'];
27
39
  type transferStatus = components['schemas']['transferStatus'];
28
- type Money = components['schemas']['Money'];
29
- type DateTime = components['schemas']['DateTime'];
30
- type Latitude = components['schemas']['Latitude'];
31
- type Longitude = components['schemas']['Longitude'];
32
- type GeoCode = components['schemas']['GeoCode'];
33
- type IlpPacket = components['schemas']['IlpPacket'];
34
- type IlpCondition = components['schemas']['IlpCondition'];
35
- type ExtensionList = components['schemas']['ExtensionList'];
36
- type QuotesIDPutResponse = components['schemas']['QuotesIDPutResponse'];
40
+ type fulfilNotification = components['schemas']['fulfilNotification'];
41
+ type extensionListComplex = components['schemas']['extensionListComplex'];
42
+ type generalError = components['schemas']['generalError'];
37
43
  type IlpFulfilment = components['schemas']['IlpFulfilment'];
38
- type TransferState = components['schemas']['TransferState'];
39
- type TransfersIDPutResponse = components['schemas']['TransfersIDPutResponse'];
40
44
  type ErrorCode = components['schemas']['ErrorCode'];
41
45
  type ErrorDescription = components['schemas']['ErrorDescription'];
46
+ type ExtensionKey = components['schemas']['ExtensionKey'];
47
+ type ExtensionValue = components['schemas']['ExtensionValue'];
48
+ type Extension = components['schemas']['Extension'];
49
+ type ExtensionList = components['schemas']['ExtensionList'];
42
50
  type ErrorInformation = components['schemas']['ErrorInformation'];
43
51
  type mojaloopError = components['schemas']['mojaloopError'];
44
52
  type transferError = components['schemas']['transferError'];
45
- type transferResponse = components['schemas']['transferResponse'];
46
- type errorResponse = components['schemas']['errorResponse'];
47
- type errorTransferResponse = components['schemas']['errorTransferResponse'];
48
- type transferStatusResponse = components['schemas']['transferStatusResponse'];
49
- type transferContinuationAcceptParty = components['schemas']['transferContinuationAcceptParty'];
50
- type transferContinuationAcceptQuote = components['schemas']['transferContinuationAcceptQuote'];
53
+ type CorrelationId = components['schemas']['CorrelationId'];
54
+ type bulkTransactionStatus = components['schemas']['bulkTransactionStatus'];
51
55
  type autoAcceptPartyOption = components['schemas']['autoAcceptPartyOption'];
56
+ type Currency = components['schemas']['Currency'];
57
+ type Amount = components['schemas']['Amount'];
52
58
  type bulkPerTransferFeeLimit = components['schemas']['bulkPerTransferFeeLimit'];
53
59
  type autoAcceptQuote = components['schemas']['autoAcceptQuote'];
60
+ type DateTime = components['schemas']['DateTime'];
54
61
  type bulkTransactionOptions = components['schemas']['bulkTransactionOptions'];
62
+ type PartyIdType = components['schemas']['PartyIdType'];
63
+ type PartyIdentifier = components['schemas']['PartyIdentifier'];
64
+ type PartySubIdOrType = components['schemas']['PartySubIdOrType'];
65
+ type FspId = components['schemas']['FspId'];
55
66
  type PartyIdInfo = components['schemas']['PartyIdInfo'];
67
+ type MerchantClassificationCode = components['schemas']['MerchantClassificationCode'];
56
68
  type PartyName = components['schemas']['PartyName'];
69
+ type FirstName = components['schemas']['FirstName'];
70
+ type MiddleName = components['schemas']['MiddleName'];
71
+ type LastName = components['schemas']['LastName'];
57
72
  type PartyComplexName = components['schemas']['PartyComplexName'];
73
+ type DateOfBirth = components['schemas']['DateOfBirth'];
58
74
  type PartyPersonalInfo = components['schemas']['PartyPersonalInfo'];
59
75
  type Party = components['schemas']['Party'];
60
- type bulkTransactionIndividualTransfer = components['schemas']['bulkTransactionIndividualTransfer'];
61
- type bulkTransactionRequest = components['schemas']['bulkTransactionRequest'];
62
- type bulkTransferStatus = components['schemas']['bulkTransferStatus'];
63
- type individualTransferResult = components['schemas']['individualTransferResult'];
64
- type bulkTransferResponse = components['schemas']['bulkTransferResponse'];
65
- type bulkTransferErrorResponse = components['schemas']['bulkTransferErrorResponse'];
66
- type bulkTransactionIndividualTransferAccept = components['schemas']['bulkTransactionIndividualTransferAccept'];
67
- type bulkTransactionContinuationAcceptParty = components['schemas']['bulkTransactionContinuationAcceptParty'];
68
- type bulkTransactionContinuationAcceptQuote = components['schemas']['bulkTransactionContinuationAcceptQuote'];
69
- type partyError = components['schemas']['partyError'];
70
- type bulkTransactionAcceptPartyErrorResponse = components['schemas']['bulkTransactionAcceptPartyErrorResponse'];
71
- type quoteError = components['schemas']['quoteError'];
72
- type bulkTransactionAcceptQuoteErrorResponse = components['schemas']['bulkTransactionAcceptQuoteErrorResponse'];
73
- type individualTransfer = components['schemas']['individualTransfer'];
74
- type bulkTransferRequest = components['schemas']['bulkTransferRequest'];
75
- type individualTransferFulfilment = components['schemas']['individualTransferFulfilment'];
76
- type bulkTransferStatusResponse = components['schemas']['bulkTransferStatusResponse'];
77
- type individualQuote = components['schemas']['individualQuote'];
78
- type bulkQuoteRequest = components['schemas']['bulkQuoteRequest'];
79
- type individualQuoteResult = components['schemas']['individualQuoteResult'];
80
- type bulkQuoteResponse = components['schemas']['bulkQuoteResponse'];
81
- type bulkQuoteErrorResponse = components['schemas']['bulkQuoteErrorResponse'];
82
- type bulkQuoteStatus = components['schemas']['bulkQuoteStatus'];
83
- type bulkQuoteStatusResponse = components['schemas']['bulkQuoteStatusResponse'];
84
- type TransactionScenario = components['schemas']['TransactionScenario'];
85
- type TransactionSubScenario = components['schemas']['TransactionSubScenario'];
86
- type TransactionInitiator = components['schemas']['TransactionInitiator'];
87
- type RefundReason = components['schemas']['RefundReason'];
88
- type Refund = components['schemas']['Refund'];
89
- type BalanceOfPayments = components['schemas']['BalanceOfPayments'];
90
- type TransactionType = components['schemas']['TransactionType'];
91
- type requestToPayRequest = components['schemas']['requestToPayRequest'];
92
- type AuthenticationType = components['schemas']['AuthenticationType'];
93
- type TransactionRequestState = components['schemas']['TransactionRequestState'];
94
- type requestToPayResponse = components['schemas']['requestToPayResponse'];
95
- type requestToPayTransferRequest = components['schemas']['requestToPayTransferRequest'];
96
- type requestToPayTransferResponse = components['schemas']['requestToPayTransferResponse'];
97
- 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
- type TransfersPostRequest = components['schemas']['TransfersPostRequest'];
110
- type simpleTransfersPostRequest = components['schemas']['simpleTransfersPostRequest'];
111
- type simpleTransfersPostResponse = components['schemas']['simpleTransfersPostResponse'];
112
- type errorSimpleTransfersResponse = components['schemas']['errorSimpleTransfersResponse'];
76
+ type AmountType = components['schemas']['AmountType'];
77
+ type Note = components['schemas']['Note'];
78
+ type Money = components['schemas']['Money'];
79
+ type Latitude = components['schemas']['Latitude'];
80
+ type Longitude = components['schemas']['Longitude'];
81
+ type GeoCode = components['schemas']['GeoCode'];
82
+ type IlpPacket = components['schemas']['IlpPacket'];
83
+ type IlpCondition = components['schemas']['IlpCondition'];
84
+ type QuotesIDPutResponse = components['schemas']['QuotesIDPutResponse'];
85
+ type TransferState = components['schemas']['TransferState'];
86
+ type TransfersIDPutResponse = components['schemas']['TransfersIDPutResponse'];
87
+ type bulkTransactionIndividualTransferResult = components['schemas']['bulkTransactionIndividualTransferResult'];
88
+ type bulkTransactionResponse = components['schemas']['bulkTransactionResponse'];
113
89
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/api-snippets",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "description": "Mojaloop API specification reusable snippets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "build:thirdparty": "openapi bundle --dereferenced --output docs/thirdparty-openapi3-snippets.yaml --ext yaml thirdparty/v1_0/openapi3/openapi.yaml && swagger-cli validate docs/thirdparty-openapi3-snippets.yaml",
26
26
  "build:thirdparty-dfsp": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.template.yaml",
27
27
  "build:thirdparty-pisp": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.template.yaml",
28
- "build:sdk-scheme-adapter:inbound": "openapi bundle --dereferenced --output docs/sdk-scheme-adapter-inbound-v2_0_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-inbound-v2_0_0-openapi3-snippets.yaml",
28
+ "build:sdk-scheme-adapter:inbound": "openapi bundle --dereferenced --output docs/sdk-scheme-adapter-inbound-v2_0_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_0_0/inbound/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-inbound-v2_0_0-openapi3-snippets.yaml",
29
29
  "build:sdk-scheme-adapter:outbound": "openapi bundle --dereferenced --output docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml",
30
30
  "build:schemas:sdk-scheme-adapter:inbound": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/sdk-scheme-adapter-inbound-v2_0_0-openapi3-snippets.yaml src/sdk-scheme-adapter/v2_0_0/inbound",
31
31
  "build:schemas:sdk-scheme-adapter:outbound": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml src/sdk-scheme-adapter/v2_0_0/outbound",