@mojaloop/api-snippets 18.0.0-snapshot.0 → 18.0.0-snapshot.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/CODEOWNERS +1 -1
- package/LICENSE.md +1 -1
- package/audit-ci.jsonc +2 -4
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +3 -36
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +90 -56
- package/lib/fspiop/v2_0/schemas.js +102 -102
- package/lib/fspiop/v2_0/schemas.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
- package/lib/scripts/json-schema-generator.d.ts +7 -6
- package/lib/scripts/json-schema-generator.js +13 -8
- package/lib/scripts/json-schema-generator.js.map +1 -1
- package/lib/scripts/openapi-refactor.d.ts +7 -6
- package/lib/scripts/openapi-refactor.js +7 -6
- package/lib/scripts/openapi-refactor.js.map +1 -1
- package/lib/sdk-scheme-adapter/index.d.ts +7 -6
- package/lib/sdk-scheme-adapter/index.js +7 -6
- package/lib/sdk-scheme-adapter/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/index.d.ts +7 -6
- package/lib/sdk-scheme-adapter/v2_0_0/index.js +7 -6
- package/lib/sdk-scheme-adapter/v2_0_0/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +10 -119
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +3 -24
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +0 -101
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -144
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +0 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +27 -91
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +121 -31
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +10 -71
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +139 -141
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +1 -3
- package/package.json +14 -13
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionCompleted.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +57 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionResponse.yaml +23 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionState.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionStatus.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuoteOrConversion.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID_SubId.yaml +20 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +2 -1
@@ -7,171 +7,171 @@ 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.AccountIdentification4Choice = json_schemas_json_1.default
|
11
|
-
Schemas.AccountSchemeName1Choice = json_schemas_json_1.default
|
12
|
-
Schemas.ActiveCurrencyAndAmount = json_schemas_json_1.default
|
13
|
-
Schemas.ActiveCurrencyAndAmount_SimpleType = json_schemas_json_1.default
|
14
|
-
Schemas.ActiveCurrencyCode = json_schemas_json_1.default
|
15
|
-
Schemas.ActiveOrHistoricCurrencyAndAmount = json_schemas_json_1.default
|
16
|
-
Schemas.ActiveOrHistoricCurrencyAndAmount_SimpleType = json_schemas_json_1.default
|
17
|
-
Schemas.ActiveOrHistoricCurrencyCode = json_schemas_json_1.default
|
18
|
-
Schemas.AddressType2Code = json_schemas_json_1.default
|
19
|
-
Schemas.AddressType3Choice = json_schemas_json_1.default
|
20
|
-
Schemas.AmountTypeEnum = json_schemas_json_1.default
|
21
|
-
Schemas.AnyBICDec2014Identifier = json_schemas_json_1.default
|
22
|
-
Schemas.BICFIDec2014Identifier = json_schemas_json_1.default
|
23
|
-
Schemas.BaseOneRate = json_schemas_json_1.default
|
24
|
-
Schemas.BranchAndFinancialInstitutionIdentification6 = json_schemas_json_1.default
|
25
|
-
Schemas.BranchAndFinancialInstitutionIdentification8 = json_schemas_json_1.default
|
26
|
-
Schemas.BranchData3 = json_schemas_json_1.default
|
27
|
-
Schemas.BranchData5 = json_schemas_json_1.default
|
28
|
-
Schemas.CashAccount40 = json_schemas_json_1.default
|
29
|
-
Schemas.CashAccountType2Choice = json_schemas_json_1.default
|
30
|
-
Schemas.CategoryPurpose1Choice = json_schemas_json_1.default
|
31
|
-
Schemas.ChargeBearerType1Code = json_schemas_json_1.default
|
32
|
-
Schemas.ChargeType3Choice = json_schemas_json_1.default
|
33
|
-
Schemas.Charges16 = json_schemas_json_1.default
|
34
|
-
Schemas.ClearingChannel2Code = json_schemas_json_1.default
|
35
|
-
Schemas.ClearingSystemIdentification2Choice = json_schemas_json_1.default
|
36
|
-
Schemas.ClearingSystemMemberIdentification2 = json_schemas_json_1.default
|
37
|
-
Schemas.Contact13 = json_schemas_json_1.default
|
38
|
-
Schemas.Contact4 = json_schemas_json_1.default
|
39
|
-
Schemas.CountryCode = json_schemas_json_1.default
|
40
|
-
Schemas.CreditTransferTransaction67 = json_schemas_json_1.default
|
41
|
-
Schemas.CreditTransferTransaction68 = json_schemas_json_1.default
|
42
|
-
Schemas.CreditTransferTransaction68_FX_Quotes = json_schemas_json_1.default
|
43
|
-
Schemas.CryptographicLockChoice = json_schemas_json_1.default
|
44
|
-
Schemas.DateAndDateTime2Choice = json_schemas_json_1.default
|
45
|
-
Schemas.DateAndPlaceOfBirth1 = json_schemas_json_1.default
|
46
|
-
Schemas.DatePeriod2 = json_schemas_json_1.default
|
47
|
-
Schemas.ErrorCode = json_schemas_json_1.default
|
48
|
-
Schemas.ErrorDescription = json_schemas_json_1.default
|
49
|
-
Schemas.ErrorInformation = json_schemas_json_1.default
|
50
|
-
Schemas.ErrorInformationResponse = json_schemas_json_1.default
|
51
|
-
Schemas.Exact32HexBinaryText = json_schemas_json_1.default
|
52
|
-
Schemas.Exact4AlphaNumericText = json_schemas_json_1.default
|
53
|
-
Schemas.Execute_FIToFICustomerCreditTransferV13 = json_schemas_json_1.default
|
54
|
-
Schemas.Extension = json_schemas_json_1.default
|
55
|
-
Schemas.ExtensionKey = json_schemas_json_1.default
|
56
|
-
Schemas.ExtensionList = json_schemas_json_1.default
|
57
|
-
Schemas.ExtensionValue = json_schemas_json_1.default
|
58
|
-
Schemas.ExternalAccountIdentification1Code = json_schemas_json_1.default
|
59
|
-
Schemas.ExternalCashAccountType1Code = json_schemas_json_1.default
|
60
|
-
Schemas.ExternalCategoryPurpose1Code = json_schemas_json_1.default
|
61
|
-
Schemas.ExternalChargeType1Code = json_schemas_json_1.default
|
62
|
-
Schemas.ExternalClearingSystemIdentification1Code = json_schemas_json_1.default
|
63
|
-
Schemas.ExternalCreditorAgentInstruction1Code = json_schemas_json_1.default
|
64
|
-
Schemas.ExternalFinancialInstitutionIdentification1Code = json_schemas_json_1.default
|
65
|
-
Schemas.ExternalLocalInstrument1Code = json_schemas_json_1.default
|
66
|
-
Schemas.ExternalOrganisationIdentification1Code = json_schemas_json_1.default
|
67
|
-
Schemas.ExternalPaymentTransactionStatus1Code = json_schemas_json_1.default
|
68
|
-
Schemas.ExternalPersonIdentification1Code = json_schemas_json_1.default
|
69
|
-
Schemas.ExternalProxyAccountType1Code = json_schemas_json_1.default
|
70
|
-
Schemas.ExternalPurpose1Code = json_schemas_json_1.default
|
71
|
-
Schemas.ExternalServiceLevel1Code = json_schemas_json_1.default
|
72
|
-
Schemas.ExternalStatusReason1Code = json_schemas_json_1.default
|
73
|
-
Schemas.ExternalVerificationReason1Code = json_schemas_json_1.default
|
74
|
-
Schemas.FinancialIdentificationSchemeName1Choice = json_schemas_json_1.default
|
75
|
-
Schemas.FinancialInstitutionIdentification18 = json_schemas_json_1.default
|
76
|
-
Schemas.FinancialInstitutionIdentification23 = json_schemas_json_1.default
|
77
|
-
Schemas.FxRequest_FICreditTransferProposal = json_schemas_json_1.default
|
78
|
-
Schemas.FxResponse_FICreditTransferConfirmation = json_schemas_json_1.default
|
79
|
-
Schemas.Fxecute_FinancialInstitutionCreditTransferV12 = json_schemas_json_1.default
|
80
|
-
Schemas.GenericAccountIdentification1 = json_schemas_json_1.default
|
81
|
-
Schemas.GenericFinancialIdentification1 = json_schemas_json_1.default
|
82
|
-
Schemas.GenericIdentification3 = json_schemas_json_1.default
|
83
|
-
Schemas.GenericIdentification30 = json_schemas_json_1.default
|
84
|
-
Schemas.GenericOrganisationIdentification1 = json_schemas_json_1.default
|
85
|
-
Schemas.GenericOrganisationIdentification3 = json_schemas_json_1.default
|
86
|
-
Schemas.GenericPersonIdentification1 = json_schemas_json_1.default
|
87
|
-
Schemas.GenericPersonIdentification2 = json_schemas_json_1.default
|
88
|
-
Schemas.GetPartiesError_IdentificationVerificationReportV03 = json_schemas_json_1.default
|
89
|
-
Schemas.GetParties_IdentificationVerificationReportV03 = json_schemas_json_1.default
|
90
|
-
Schemas.GroupHeader113 = json_schemas_json_1.default
|
91
|
-
Schemas.GroupHeader120 = json_schemas_json_1.default
|
92
|
-
Schemas.GroupHeader129 = json_schemas_json_1.default
|
93
|
-
Schemas.IBAN2007Identifier = json_schemas_json_1.default
|
94
|
-
Schemas.ISODate = json_schemas_json_1.default
|
95
|
-
Schemas.ISODateTime = json_schemas_json_1.default
|
96
|
-
Schemas.ISOYear = json_schemas_json_1.default
|
97
|
-
Schemas.IdentificationAssignment3 = json_schemas_json_1.default
|
98
|
-
Schemas.IdentificationInformation4 = json_schemas_json_1.default
|
99
|
-
Schemas.IdentificationVerificationIndicator = json_schemas_json_1.default
|
100
|
-
Schemas.Instruction4Code = json_schemas_json_1.default
|
101
|
-
Schemas.InstructionForCreditorAgent3 = json_schemas_json_1.default
|
102
|
-
Schemas.InstructionForCreditorAgent3_FX_Quotes = json_schemas_json_1.default
|
103
|
-
Schemas.InstructionForNextAgent1 = json_schemas_json_1.default
|
104
|
-
Schemas.LEIIdentifier = json_schemas_json_1.default
|
105
|
-
Schemas.LocalInstrument2Choice = json_schemas_json_1.default
|
106
|
-
Schemas.Max105Text = json_schemas_json_1.default
|
107
|
-
Schemas.Max10Text = json_schemas_json_1.default
|
108
|
-
Schemas.Max128Text = json_schemas_json_1.default
|
109
|
-
Schemas.Max140Text = json_schemas_json_1.default
|
110
|
-
Schemas.Max15NumericText = json_schemas_json_1.default
|
111
|
-
Schemas.Max16Text = json_schemas_json_1.default
|
112
|
-
Schemas.Max2048Text = json_schemas_json_1.default
|
113
|
-
Schemas.Max256Text = json_schemas_json_1.default
|
114
|
-
Schemas.Max34Text = json_schemas_json_1.default
|
115
|
-
Schemas.Max350Text = json_schemas_json_1.default
|
116
|
-
Schemas.Max35Text = json_schemas_json_1.default
|
117
|
-
Schemas.Max4Text = json_schemas_json_1.default
|
118
|
-
Schemas.Max70Text = json_schemas_json_1.default
|
119
|
-
Schemas.NamePrefix2Code = json_schemas_json_1.default
|
120
|
-
Schemas.Number = json_schemas_json_1.default
|
121
|
-
Schemas.OrganisationIdentification29 = json_schemas_json_1.default
|
122
|
-
Schemas.OrganisationIdentification39 = json_schemas_json_1.default
|
123
|
-
Schemas.OrganisationIdentificationSchemeName1Choice = json_schemas_json_1.default
|
124
|
-
Schemas.OtherContact1 = json_schemas_json_1.default
|
125
|
-
Schemas.PacsError_FIToFIPaymentStatusReportV15 = json_schemas_json_1.default
|
126
|
-
Schemas.PacsStatus_FIToFIPaymentStatusReportV15 = json_schemas_json_1.default
|
127
|
-
Schemas.Party38Choice = json_schemas_json_1.default
|
128
|
-
Schemas.Party40Choice = json_schemas_json_1.default
|
129
|
-
Schemas.Party52Choice = json_schemas_json_1.default
|
130
|
-
Schemas.PartyIdentification135 = json_schemas_json_1.default
|
131
|
-
Schemas.PartyIdentification272 = json_schemas_json_1.default
|
132
|
-
Schemas.PaymentIdentification13 = json_schemas_json_1.default
|
133
|
-
Schemas.PaymentTransaction163 = json_schemas_json_1.default
|
134
|
-
Schemas.PaymentTypeInformation28 = json_schemas_json_1.default
|
135
|
-
Schemas.PercentageRate = json_schemas_json_1.default
|
136
|
-
Schemas.PersonIdentification13 = json_schemas_json_1.default
|
137
|
-
Schemas.PersonIdentification18 = json_schemas_json_1.default
|
138
|
-
Schemas.PersonIdentificationSchemeName1Choice = json_schemas_json_1.default
|
139
|
-
Schemas.PhoneNumber = json_schemas_json_1.default
|
140
|
-
Schemas.PostalAddress24 = json_schemas_json_1.default
|
141
|
-
Schemas.PostalAddress27 = json_schemas_json_1.default
|
142
|
-
Schemas.PreferredContactMethod1Code = json_schemas_json_1.default
|
143
|
-
Schemas.PreferredContactMethod2Code = json_schemas_json_1.default
|
144
|
-
Schemas.Priority2Code = json_schemas_json_1.default
|
145
|
-
Schemas.ProxyAccountIdentification1 = json_schemas_json_1.default
|
146
|
-
Schemas.ProxyAccountType1Choice = json_schemas_json_1.default
|
147
|
-
Schemas.Purpose2Choice = json_schemas_json_1.default
|
148
|
-
Schemas.RegulatoryAuthority2 = json_schemas_json_1.default
|
149
|
-
Schemas.RegulatoryReporting3 = json_schemas_json_1.default
|
150
|
-
Schemas.RegulatoryReportingType1Code = json_schemas_json_1.default
|
151
|
-
Schemas.ServiceLevel8Choice = json_schemas_json_1.default
|
152
|
-
Schemas.SettlementInstruction15 = json_schemas_json_1.default
|
153
|
-
Schemas.SettlementMethod1Code = json_schemas_json_1.default
|
154
|
-
Schemas.StatusReason6Choice = json_schemas_json_1.default
|
155
|
-
Schemas.StatusReasonInformation14 = json_schemas_json_1.default
|
156
|
-
Schemas.StructuredRegulatoryReporting3 = json_schemas_json_1.default
|
157
|
-
Schemas.SupplementaryData1 = json_schemas_json_1.default
|
158
|
-
Schemas.SupplementaryDataEnvelope1 = json_schemas_json_1.default
|
159
|
-
Schemas.TaxAmount3 = json_schemas_json_1.default
|
160
|
-
Schemas.TaxAuthorisation1 = json_schemas_json_1.default
|
161
|
-
Schemas.TaxData1 = json_schemas_json_1.default
|
162
|
-
Schemas.TaxParty1 = json_schemas_json_1.default
|
163
|
-
Schemas.TaxParty2 = json_schemas_json_1.default
|
164
|
-
Schemas.TaxPeriod3 = json_schemas_json_1.default
|
165
|
-
Schemas.TaxRecord3 = json_schemas_json_1.default
|
166
|
-
Schemas.TaxRecordDetails3 = json_schemas_json_1.default
|
167
|
-
Schemas.TaxRecordPeriod1Code = json_schemas_json_1.default
|
168
|
-
Schemas.TermsRequest_FIToFICustomerCreditProposal = json_schemas_json_1.default
|
169
|
-
Schemas.TermsResponse_FIToFICustomerCreditConfirmation = json_schemas_json_1.default
|
170
|
-
Schemas.ULIDIdentifier = json_schemas_json_1.default
|
171
|
-
Schemas.UUIDv4Identifier = json_schemas_json_1.default
|
172
|
-
Schemas.UnderlyingCustomerCreditTransfer = json_schemas_json_1.default
|
173
|
-
Schemas.VerificationReason1Choice = json_schemas_json_1.default
|
174
|
-
Schemas.VerificationReport4 = json_schemas_json_1.default
|
175
|
-
Schemas.hexBinary = json_schemas_json_1.default
|
10
|
+
Schemas.AccountIdentification4Choice = json_schemas_json_1.default["AccountIdentification4Choice"];
|
11
|
+
Schemas.AccountSchemeName1Choice = json_schemas_json_1.default["AccountSchemeName1Choice"];
|
12
|
+
Schemas.ActiveCurrencyAndAmount = json_schemas_json_1.default["ActiveCurrencyAndAmount"];
|
13
|
+
Schemas.ActiveCurrencyAndAmount_SimpleType = json_schemas_json_1.default["ActiveCurrencyAndAmount_SimpleType"];
|
14
|
+
Schemas.ActiveCurrencyCode = json_schemas_json_1.default["ActiveCurrencyCode"];
|
15
|
+
Schemas.ActiveOrHistoricCurrencyAndAmount = json_schemas_json_1.default["ActiveOrHistoricCurrencyAndAmount"];
|
16
|
+
Schemas.ActiveOrHistoricCurrencyAndAmount_SimpleType = json_schemas_json_1.default["ActiveOrHistoricCurrencyAndAmount_SimpleType"];
|
17
|
+
Schemas.ActiveOrHistoricCurrencyCode = json_schemas_json_1.default["ActiveOrHistoricCurrencyCode"];
|
18
|
+
Schemas.AddressType2Code = json_schemas_json_1.default["AddressType2Code"];
|
19
|
+
Schemas.AddressType3Choice = json_schemas_json_1.default["AddressType3Choice"];
|
20
|
+
Schemas.AmountTypeEnum = json_schemas_json_1.default["AmountTypeEnum"];
|
21
|
+
Schemas.AnyBICDec2014Identifier = json_schemas_json_1.default["AnyBICDec2014Identifier"];
|
22
|
+
Schemas.BICFIDec2014Identifier = json_schemas_json_1.default["BICFIDec2014Identifier"];
|
23
|
+
Schemas.BaseOneRate = json_schemas_json_1.default["BaseOneRate"];
|
24
|
+
Schemas.BranchAndFinancialInstitutionIdentification6 = json_schemas_json_1.default["BranchAndFinancialInstitutionIdentification6"];
|
25
|
+
Schemas.BranchAndFinancialInstitutionIdentification8 = json_schemas_json_1.default["BranchAndFinancialInstitutionIdentification8"];
|
26
|
+
Schemas.BranchData3 = json_schemas_json_1.default["BranchData3"];
|
27
|
+
Schemas.BranchData5 = json_schemas_json_1.default["BranchData5"];
|
28
|
+
Schemas.CashAccount40 = json_schemas_json_1.default["CashAccount40"];
|
29
|
+
Schemas.CashAccountType2Choice = json_schemas_json_1.default["CashAccountType2Choice"];
|
30
|
+
Schemas.CategoryPurpose1Choice = json_schemas_json_1.default["CategoryPurpose1Choice"];
|
31
|
+
Schemas.ChargeBearerType1Code = json_schemas_json_1.default["ChargeBearerType1Code"];
|
32
|
+
Schemas.ChargeType3Choice = json_schemas_json_1.default["ChargeType3Choice"];
|
33
|
+
Schemas.Charges16 = json_schemas_json_1.default["Charges16"];
|
34
|
+
Schemas.ClearingChannel2Code = json_schemas_json_1.default["ClearingChannel2Code"];
|
35
|
+
Schemas.ClearingSystemIdentification2Choice = json_schemas_json_1.default["ClearingSystemIdentification2Choice"];
|
36
|
+
Schemas.ClearingSystemMemberIdentification2 = json_schemas_json_1.default["ClearingSystemMemberIdentification2"];
|
37
|
+
Schemas.Contact13 = json_schemas_json_1.default["Contact13"];
|
38
|
+
Schemas.Contact4 = json_schemas_json_1.default["Contact4"];
|
39
|
+
Schemas.CountryCode = json_schemas_json_1.default["CountryCode"];
|
40
|
+
Schemas.CreditTransferTransaction67 = json_schemas_json_1.default["CreditTransferTransaction67"];
|
41
|
+
Schemas.CreditTransferTransaction68 = json_schemas_json_1.default["CreditTransferTransaction68"];
|
42
|
+
Schemas.CreditTransferTransaction68_FX_Quotes = json_schemas_json_1.default["CreditTransferTransaction68_FX_Quotes"];
|
43
|
+
Schemas.CryptographicLockChoice = json_schemas_json_1.default["CryptographicLockChoice"];
|
44
|
+
Schemas.DateAndDateTime2Choice = json_schemas_json_1.default["DateAndDateTime2Choice"];
|
45
|
+
Schemas.DateAndPlaceOfBirth1 = json_schemas_json_1.default["DateAndPlaceOfBirth1"];
|
46
|
+
Schemas.DatePeriod2 = json_schemas_json_1.default["DatePeriod2"];
|
47
|
+
Schemas.ErrorCode = json_schemas_json_1.default["ErrorCode"];
|
48
|
+
Schemas.ErrorDescription = json_schemas_json_1.default["ErrorDescription"];
|
49
|
+
Schemas.ErrorInformation = json_schemas_json_1.default["ErrorInformation"];
|
50
|
+
Schemas.ErrorInformationResponse = json_schemas_json_1.default["ErrorInformationResponse"];
|
51
|
+
Schemas.Exact32HexBinaryText = json_schemas_json_1.default["Exact32HexBinaryText"];
|
52
|
+
Schemas.Exact4AlphaNumericText = json_schemas_json_1.default["Exact4AlphaNumericText"];
|
53
|
+
Schemas.Execute_FIToFICustomerCreditTransferV13 = json_schemas_json_1.default["Execute_FIToFICustomerCreditTransferV13"];
|
54
|
+
Schemas.Extension = json_schemas_json_1.default["Extension"];
|
55
|
+
Schemas.ExtensionKey = json_schemas_json_1.default["ExtensionKey"];
|
56
|
+
Schemas.ExtensionList = json_schemas_json_1.default["ExtensionList"];
|
57
|
+
Schemas.ExtensionValue = json_schemas_json_1.default["ExtensionValue"];
|
58
|
+
Schemas.ExternalAccountIdentification1Code = json_schemas_json_1.default["ExternalAccountIdentification1Code"];
|
59
|
+
Schemas.ExternalCashAccountType1Code = json_schemas_json_1.default["ExternalCashAccountType1Code"];
|
60
|
+
Schemas.ExternalCategoryPurpose1Code = json_schemas_json_1.default["ExternalCategoryPurpose1Code"];
|
61
|
+
Schemas.ExternalChargeType1Code = json_schemas_json_1.default["ExternalChargeType1Code"];
|
62
|
+
Schemas.ExternalClearingSystemIdentification1Code = json_schemas_json_1.default["ExternalClearingSystemIdentification1Code"];
|
63
|
+
Schemas.ExternalCreditorAgentInstruction1Code = json_schemas_json_1.default["ExternalCreditorAgentInstruction1Code"];
|
64
|
+
Schemas.ExternalFinancialInstitutionIdentification1Code = json_schemas_json_1.default["ExternalFinancialInstitutionIdentification1Code"];
|
65
|
+
Schemas.ExternalLocalInstrument1Code = json_schemas_json_1.default["ExternalLocalInstrument1Code"];
|
66
|
+
Schemas.ExternalOrganisationIdentification1Code = json_schemas_json_1.default["ExternalOrganisationIdentification1Code"];
|
67
|
+
Schemas.ExternalPaymentTransactionStatus1Code = json_schemas_json_1.default["ExternalPaymentTransactionStatus1Code"];
|
68
|
+
Schemas.ExternalPersonIdentification1Code = json_schemas_json_1.default["ExternalPersonIdentification1Code"];
|
69
|
+
Schemas.ExternalProxyAccountType1Code = json_schemas_json_1.default["ExternalProxyAccountType1Code"];
|
70
|
+
Schemas.ExternalPurpose1Code = json_schemas_json_1.default["ExternalPurpose1Code"];
|
71
|
+
Schemas.ExternalServiceLevel1Code = json_schemas_json_1.default["ExternalServiceLevel1Code"];
|
72
|
+
Schemas.ExternalStatusReason1Code = json_schemas_json_1.default["ExternalStatusReason1Code"];
|
73
|
+
Schemas.ExternalVerificationReason1Code = json_schemas_json_1.default["ExternalVerificationReason1Code"];
|
74
|
+
Schemas.FinancialIdentificationSchemeName1Choice = json_schemas_json_1.default["FinancialIdentificationSchemeName1Choice"];
|
75
|
+
Schemas.FinancialInstitutionIdentification18 = json_schemas_json_1.default["FinancialInstitutionIdentification18"];
|
76
|
+
Schemas.FinancialInstitutionIdentification23 = json_schemas_json_1.default["FinancialInstitutionIdentification23"];
|
77
|
+
Schemas.FxRequest_FICreditTransferProposal = json_schemas_json_1.default["FxRequest_FICreditTransferProposal"];
|
78
|
+
Schemas.FxResponse_FICreditTransferConfirmation = json_schemas_json_1.default["FxResponse_FICreditTransferConfirmation"];
|
79
|
+
Schemas.Fxecute_FinancialInstitutionCreditTransferV12 = json_schemas_json_1.default["Fxecute_FinancialInstitutionCreditTransferV12"];
|
80
|
+
Schemas.GenericAccountIdentification1 = json_schemas_json_1.default["GenericAccountIdentification1"];
|
81
|
+
Schemas.GenericFinancialIdentification1 = json_schemas_json_1.default["GenericFinancialIdentification1"];
|
82
|
+
Schemas.GenericIdentification3 = json_schemas_json_1.default["GenericIdentification3"];
|
83
|
+
Schemas.GenericIdentification30 = json_schemas_json_1.default["GenericIdentification30"];
|
84
|
+
Schemas.GenericOrganisationIdentification1 = json_schemas_json_1.default["GenericOrganisationIdentification1"];
|
85
|
+
Schemas.GenericOrganisationIdentification3 = json_schemas_json_1.default["GenericOrganisationIdentification3"];
|
86
|
+
Schemas.GenericPersonIdentification1 = json_schemas_json_1.default["GenericPersonIdentification1"];
|
87
|
+
Schemas.GenericPersonIdentification2 = json_schemas_json_1.default["GenericPersonIdentification2"];
|
88
|
+
Schemas.GetPartiesError_IdentificationVerificationReportV03 = json_schemas_json_1.default["GetPartiesError_IdentificationVerificationReportV03"];
|
89
|
+
Schemas.GetParties_IdentificationVerificationReportV03 = json_schemas_json_1.default["GetParties_IdentificationVerificationReportV03"];
|
90
|
+
Schemas.GroupHeader113 = json_schemas_json_1.default["GroupHeader113"];
|
91
|
+
Schemas.GroupHeader120 = json_schemas_json_1.default["GroupHeader120"];
|
92
|
+
Schemas.GroupHeader129 = json_schemas_json_1.default["GroupHeader129"];
|
93
|
+
Schemas.IBAN2007Identifier = json_schemas_json_1.default["IBAN2007Identifier"];
|
94
|
+
Schemas.ISODate = json_schemas_json_1.default["ISODate"];
|
95
|
+
Schemas.ISODateTime = json_schemas_json_1.default["ISODateTime"];
|
96
|
+
Schemas.ISOYear = json_schemas_json_1.default["ISOYear"];
|
97
|
+
Schemas.IdentificationAssignment3 = json_schemas_json_1.default["IdentificationAssignment3"];
|
98
|
+
Schemas.IdentificationInformation4 = json_schemas_json_1.default["IdentificationInformation4"];
|
99
|
+
Schemas.IdentificationVerificationIndicator = json_schemas_json_1.default["IdentificationVerificationIndicator"];
|
100
|
+
Schemas.Instruction4Code = json_schemas_json_1.default["Instruction4Code"];
|
101
|
+
Schemas.InstructionForCreditorAgent3 = json_schemas_json_1.default["InstructionForCreditorAgent3"];
|
102
|
+
Schemas.InstructionForCreditorAgent3_FX_Quotes = json_schemas_json_1.default["InstructionForCreditorAgent3_FX_Quotes"];
|
103
|
+
Schemas.InstructionForNextAgent1 = json_schemas_json_1.default["InstructionForNextAgent1"];
|
104
|
+
Schemas.LEIIdentifier = json_schemas_json_1.default["LEIIdentifier"];
|
105
|
+
Schemas.LocalInstrument2Choice = json_schemas_json_1.default["LocalInstrument2Choice"];
|
106
|
+
Schemas.Max105Text = json_schemas_json_1.default["Max105Text"];
|
107
|
+
Schemas.Max10Text = json_schemas_json_1.default["Max10Text"];
|
108
|
+
Schemas.Max128Text = json_schemas_json_1.default["Max128Text"];
|
109
|
+
Schemas.Max140Text = json_schemas_json_1.default["Max140Text"];
|
110
|
+
Schemas.Max15NumericText = json_schemas_json_1.default["Max15NumericText"];
|
111
|
+
Schemas.Max16Text = json_schemas_json_1.default["Max16Text"];
|
112
|
+
Schemas.Max2048Text = json_schemas_json_1.default["Max2048Text"];
|
113
|
+
Schemas.Max256Text = json_schemas_json_1.default["Max256Text"];
|
114
|
+
Schemas.Max34Text = json_schemas_json_1.default["Max34Text"];
|
115
|
+
Schemas.Max350Text = json_schemas_json_1.default["Max350Text"];
|
116
|
+
Schemas.Max35Text = json_schemas_json_1.default["Max35Text"];
|
117
|
+
Schemas.Max4Text = json_schemas_json_1.default["Max4Text"];
|
118
|
+
Schemas.Max70Text = json_schemas_json_1.default["Max70Text"];
|
119
|
+
Schemas.NamePrefix2Code = json_schemas_json_1.default["NamePrefix2Code"];
|
120
|
+
Schemas.Number = json_schemas_json_1.default["Number"];
|
121
|
+
Schemas.OrganisationIdentification29 = json_schemas_json_1.default["OrganisationIdentification29"];
|
122
|
+
Schemas.OrganisationIdentification39 = json_schemas_json_1.default["OrganisationIdentification39"];
|
123
|
+
Schemas.OrganisationIdentificationSchemeName1Choice = json_schemas_json_1.default["OrganisationIdentificationSchemeName1Choice"];
|
124
|
+
Schemas.OtherContact1 = json_schemas_json_1.default["OtherContact1"];
|
125
|
+
Schemas.PacsError_FIToFIPaymentStatusReportV15 = json_schemas_json_1.default["PacsError_FIToFIPaymentStatusReportV15"];
|
126
|
+
Schemas.PacsStatus_FIToFIPaymentStatusReportV15 = json_schemas_json_1.default["PacsStatus_FIToFIPaymentStatusReportV15"];
|
127
|
+
Schemas.Party38Choice = json_schemas_json_1.default["Party38Choice"];
|
128
|
+
Schemas.Party40Choice = json_schemas_json_1.default["Party40Choice"];
|
129
|
+
Schemas.Party52Choice = json_schemas_json_1.default["Party52Choice"];
|
130
|
+
Schemas.PartyIdentification135 = json_schemas_json_1.default["PartyIdentification135"];
|
131
|
+
Schemas.PartyIdentification272 = json_schemas_json_1.default["PartyIdentification272"];
|
132
|
+
Schemas.PaymentIdentification13 = json_schemas_json_1.default["PaymentIdentification13"];
|
133
|
+
Schemas.PaymentTransaction163 = json_schemas_json_1.default["PaymentTransaction163"];
|
134
|
+
Schemas.PaymentTypeInformation28 = json_schemas_json_1.default["PaymentTypeInformation28"];
|
135
|
+
Schemas.PercentageRate = json_schemas_json_1.default["PercentageRate"];
|
136
|
+
Schemas.PersonIdentification13 = json_schemas_json_1.default["PersonIdentification13"];
|
137
|
+
Schemas.PersonIdentification18 = json_schemas_json_1.default["PersonIdentification18"];
|
138
|
+
Schemas.PersonIdentificationSchemeName1Choice = json_schemas_json_1.default["PersonIdentificationSchemeName1Choice"];
|
139
|
+
Schemas.PhoneNumber = json_schemas_json_1.default["PhoneNumber"];
|
140
|
+
Schemas.PostalAddress24 = json_schemas_json_1.default["PostalAddress24"];
|
141
|
+
Schemas.PostalAddress27 = json_schemas_json_1.default["PostalAddress27"];
|
142
|
+
Schemas.PreferredContactMethod1Code = json_schemas_json_1.default["PreferredContactMethod1Code"];
|
143
|
+
Schemas.PreferredContactMethod2Code = json_schemas_json_1.default["PreferredContactMethod2Code"];
|
144
|
+
Schemas.Priority2Code = json_schemas_json_1.default["Priority2Code"];
|
145
|
+
Schemas.ProxyAccountIdentification1 = json_schemas_json_1.default["ProxyAccountIdentification1"];
|
146
|
+
Schemas.ProxyAccountType1Choice = json_schemas_json_1.default["ProxyAccountType1Choice"];
|
147
|
+
Schemas.Purpose2Choice = json_schemas_json_1.default["Purpose2Choice"];
|
148
|
+
Schemas.RegulatoryAuthority2 = json_schemas_json_1.default["RegulatoryAuthority2"];
|
149
|
+
Schemas.RegulatoryReporting3 = json_schemas_json_1.default["RegulatoryReporting3"];
|
150
|
+
Schemas.RegulatoryReportingType1Code = json_schemas_json_1.default["RegulatoryReportingType1Code"];
|
151
|
+
Schemas.ServiceLevel8Choice = json_schemas_json_1.default["ServiceLevel8Choice"];
|
152
|
+
Schemas.SettlementInstruction15 = json_schemas_json_1.default["SettlementInstruction15"];
|
153
|
+
Schemas.SettlementMethod1Code = json_schemas_json_1.default["SettlementMethod1Code"];
|
154
|
+
Schemas.StatusReason6Choice = json_schemas_json_1.default["StatusReason6Choice"];
|
155
|
+
Schemas.StatusReasonInformation14 = json_schemas_json_1.default["StatusReasonInformation14"];
|
156
|
+
Schemas.StructuredRegulatoryReporting3 = json_schemas_json_1.default["StructuredRegulatoryReporting3"];
|
157
|
+
Schemas.SupplementaryData1 = json_schemas_json_1.default["SupplementaryData1"];
|
158
|
+
Schemas.SupplementaryDataEnvelope1 = json_schemas_json_1.default["SupplementaryDataEnvelope1"];
|
159
|
+
Schemas.TaxAmount3 = json_schemas_json_1.default["TaxAmount3"];
|
160
|
+
Schemas.TaxAuthorisation1 = json_schemas_json_1.default["TaxAuthorisation1"];
|
161
|
+
Schemas.TaxData1 = json_schemas_json_1.default["TaxData1"];
|
162
|
+
Schemas.TaxParty1 = json_schemas_json_1.default["TaxParty1"];
|
163
|
+
Schemas.TaxParty2 = json_schemas_json_1.default["TaxParty2"];
|
164
|
+
Schemas.TaxPeriod3 = json_schemas_json_1.default["TaxPeriod3"];
|
165
|
+
Schemas.TaxRecord3 = json_schemas_json_1.default["TaxRecord3"];
|
166
|
+
Schemas.TaxRecordDetails3 = json_schemas_json_1.default["TaxRecordDetails3"];
|
167
|
+
Schemas.TaxRecordPeriod1Code = json_schemas_json_1.default["TaxRecordPeriod1Code"];
|
168
|
+
Schemas.TermsRequest_FIToFICustomerCreditProposal = json_schemas_json_1.default["TermsRequest_FIToFICustomerCreditProposal"];
|
169
|
+
Schemas.TermsResponse_FIToFICustomerCreditConfirmation = json_schemas_json_1.default["TermsResponse_FIToFICustomerCreditConfirmation"];
|
170
|
+
Schemas.ULIDIdentifier = json_schemas_json_1.default["ULIDIdentifier"];
|
171
|
+
Schemas.UUIDv4Identifier = json_schemas_json_1.default["UUIDv4Identifier"];
|
172
|
+
Schemas.UnderlyingCustomerCreditTransfer = json_schemas_json_1.default["UnderlyingCustomerCreditTransfer"];
|
173
|
+
Schemas.VerificationReason1Choice = json_schemas_json_1.default["VerificationReason1Choice"];
|
174
|
+
Schemas.VerificationReport4 = json_schemas_json_1.default["VerificationReport4"];
|
175
|
+
Schemas.hexBinary = json_schemas_json_1.default["hexBinary"];
|
176
176
|
})(Schemas || (exports.Schemas = Schemas = {}));
|
177
177
|
//# sourceMappingURL=schemas.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/fspiop/v2_0_ISO20022/schemas.ts"],"names":[],"mappings":";AAAA,oDAAoD;;;;AAEpD,kEAAkE;AAElE,oFAA6C;AAE7C,IAAiB,OAAO,CAuKvB;AAvKD,WAAiB,OAAO;IACT,oCAA4B,GAAG,2BAAW,CAAC,
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/fspiop/v2_0_ISO20022/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -61,7 +62,9 @@ json_schema_ref_parser_1.default.dereference(openApiFile, (err, openApiSpecObj)
|
|
61
62
|
indexFileContent += '\n';
|
62
63
|
indexFileContent += '\n' + 'export namespace Schemas {';
|
63
64
|
Object.keys(openApiSpec?.components?.schemas).forEach((schemaName) => {
|
64
|
-
|
65
|
+
// Replace - with _
|
66
|
+
const newSchemaName = schemaName.replaceAll('-', '_');
|
67
|
+
indexFileContent += '\n' + ` export const ${newSchemaName} = JsonSchemas["${schemaName}"]`;
|
65
68
|
});
|
66
69
|
indexFileContent += '\n' + '}';
|
67
70
|
indexFileContent += '\n';
|
@@ -79,7 +82,9 @@ json_schema_ref_parser_1.default.dereference(openApiFile, (err, openApiSpecObj)
|
|
79
82
|
typesFileContent += '\n';
|
80
83
|
typesFileContent += '\n' + 'export namespace Types {';
|
81
84
|
Object.keys(openApiSpec?.components?.schemas).forEach((schemaName) => {
|
82
|
-
|
85
|
+
// Replace - with _
|
86
|
+
const newSchemaName = schemaName.replaceAll('-', '_');
|
87
|
+
typesFileContent += '\n' + ` export type ${newSchemaName} = components['schemas']['${schemaName}']`;
|
83
88
|
});
|
84
89
|
typesFileContent += '\n' + '}';
|
85
90
|
typesFileContent += '\n';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"json-schema-generator.js","sourceRoot":"","sources":["../../src/scripts/json-schema-generator.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"json-schema-generator.js","sourceRoot":"","sources":["../../src/scripts/json-schema-generator.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -2,8 +2,8 @@
|
|
2
2
|
/*****
|
3
3
|
License
|
4
4
|
--------------
|
5
|
-
Copyright ©
|
6
|
-
The Mojaloop files are made available by the
|
5
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
6
|
+
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
|
7
7
|
|
8
8
|
http://www.apache.org/licenses/LICENSE-2.0
|
9
9
|
|
@@ -11,17 +11,18 @@
|
|
11
11
|
|
12
12
|
Contributors
|
13
13
|
--------------
|
14
|
-
This is the official list
|
14
|
+
This is the official list of the Mojaloop project contributors for this file.
|
15
15
|
Names of the original copyright holders (individuals or organizations)
|
16
16
|
should be listed with a '*' in the first column. People who have
|
17
17
|
contributed from an organization can be listed under the organization
|
18
18
|
that actually holds the copyright for their contributions (see the
|
19
|
-
|
19
|
+
Mojaloop Foundation for an example). Those individuals should have
|
20
20
|
their names indented and be marked with a '-'. Email address can be added
|
21
21
|
optionally within square brackets <email>.
|
22
22
|
|
23
|
-
*
|
24
|
-
- Name Surname <name.surname@
|
23
|
+
* Mojaloop Foundation
|
24
|
+
- Name Surname <name.surname@mojaloop.io>
|
25
|
+
|
25
26
|
* Modusbox
|
26
27
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
27
28
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"openapi-refactor.js","sourceRoot":"","sources":["../../src/scripts/openapi-refactor.ts"],"names":[],"mappings":";AAAA
|
1
|
+
{"version":3,"file":"openapi-refactor.js","sourceRoot":"","sources":["../../src/scripts/openapi-refactor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4BQ;;;AAER,wFAAwF;AACxF,4DAA4D;AAE5D,oDAAmB;AACnB,8DAA0B;AAC1B,wDAAqD;AAErD,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;AACpC,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;IACxB,OAAO,CAAC,GAAG,CAAC,+EAA+E,CAAC,CAAA;IAC5F,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AACjB,CAAC;AACD,MAAM,WAAW,GAAG,MAAM,CAAC,CAAC,CAAC,CAAA;AAC7B,MAAM,UAAU,GAAG,MAAM,CAAC,CAAC,CAAC,CAAA;AAE5B,MAAM,OAAO,GAAQ,iBAAI,CAAC,IAAI,CAAC,YAAE,CAAC,YAAY,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC,CAAA;AAEpE,IAAI,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;IAC/B,MAAM,sBAAsB,GAAQ,EAAE,CAAA;IACtC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC;SACpC,IAAI,EAAE;SACN,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QACf,sBAAsB,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,CAAA;IAC/D,CAAC,CAAC,CAAA;IACJ,OAAO,CAAC,UAAU,CAAC,OAAO,GAAG,sBAAsB,CAAA;AACrD,CAAC;AAED,IAAI,OAAO,CAAC,UAAU,CAAC,UAAU,EAAE,CAAC;IAClC,MAAM,yBAAyB,GAAQ,EAAE,CAAA;IACzC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC;SACvC,IAAI,EAAE;SACN,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QACf,yBAAyB,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;IACrE,CAAC,CAAC,CAAA;IACJ,OAAO,CAAC,UAAU,CAAC,UAAU,GAAG,yBAAyB,CAAA;AAC3D,CAAC;AAED,8FAA8F;AAC9F,OAAO,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;AAElC,YAAE,CAAC,aAAa,CACd,UAAU,EACV,IAAA,4BAAa,EAAC,OAAO,EAAE;IACrB,WAAW,EAAE,GAAG;IAChB,WAAW,EAAE,KAAK;CACnB,CAAC,CACH,CAAA;AAED,OAAO,CAAC,GAAG,CAAC,mCAAmC,UAAU,EAAE,CAAC,CAAA"}
|