@mojaloop/api-snippets 17.7.12 → 18.0.0-snapshot.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +0 -21
  2. package/CODEOWNERS +1 -1
  3. package/audit-ci.jsonc +4 -2
  4. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +36 -3
  5. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +34 -2
  6. package/lib/fspiop/v2_0/schemas.js +102 -102
  7. package/lib/fspiop/v2_0/schemas.js.map +1 -1
  8. package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
  9. package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
  10. package/lib/scripts/json-schema-generator.d.ts +6 -7
  11. package/lib/scripts/json-schema-generator.js +8 -13
  12. package/lib/scripts/json-schema-generator.js.map +1 -1
  13. package/lib/scripts/openapi-refactor.d.ts +6 -7
  14. package/lib/scripts/openapi-refactor.js +6 -7
  15. package/lib/scripts/openapi-refactor.js.map +1 -1
  16. package/lib/sdk-scheme-adapter/index.d.ts +6 -7
  17. package/lib/sdk-scheme-adapter/index.js +6 -7
  18. package/lib/sdk-scheme-adapter/index.js.map +1 -1
  19. package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
  20. package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
  21. package/lib/sdk-scheme-adapter/v2_0_0/index.d.ts +6 -7
  22. package/lib/sdk-scheme-adapter/v2_0_0/index.js +6 -7
  23. package/lib/sdk-scheme-adapter/v2_0_0/index.js.map +1 -1
  24. package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
  25. package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
  26. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +119 -10
  27. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +24 -3
  28. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +101 -0
  29. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +144 -141
  30. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
  31. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +3 -0
  32. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +91 -12
  33. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +23 -2
  34. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +71 -0
  35. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +141 -138
  36. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
  37. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +3 -0
  38. package/package.json +9 -10
  39. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1 -0
  40. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
  41. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
  42. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
  43. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
  44. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
  45. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
  46. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
  47. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
  48. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
  49. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
  50. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
  51. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
  52. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
  53. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
  54. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
  55. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
  56. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
  57. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
  58. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
  59. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
  60. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +0 -19
  61. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +0 -57
  62. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +0 -10
@@ -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["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"];
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":"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"}
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 © 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
4
+ Copyright © 2017 Bill & Melinda Gates Foundation
5
+ The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
6
 
7
7
  http://www.apache.org/licenses/LICENSE-2.0
8
8
 
@@ -10,18 +10,17 @@
10
10
 
11
11
  Contributors
12
12
  --------------
13
- This is the official list of the Mojaloop project contributors for this file.
13
+ This is the official list (alphabetical ordering) 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
- Mojaloop Foundation for an example). Those individuals should have
18
+ Gates Foundation organization 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
- * Mojaloop Foundation
23
- - Name Surname <name.surname@mojaloop.io>
24
-
22
+ * Gates Foundation
23
+ - Name Surname <name.surname@gatesfoundation.com>
25
24
  * Modusbox
26
25
  - Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
27
26
 
@@ -1,8 +1,8 @@
1
1
  /*****
2
2
  License
3
3
  --------------
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
4
+ Copyright © 2017 Bill & Melinda Gates Foundation
5
+ The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
6
 
7
7
  http://www.apache.org/licenses/LICENSE-2.0
8
8
 
@@ -10,18 +10,17 @@
10
10
 
11
11
  Contributors
12
12
  --------------
13
- This is the official list of the Mojaloop project contributors for this file.
13
+ This is the official list (alphabetical ordering) 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
- Mojaloop Foundation for an example). Those individuals should have
18
+ Gates Foundation organization 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
- * Mojaloop Foundation
23
- - Name Surname <name.surname@mojaloop.io>
24
-
22
+ * Gates Foundation
23
+ - Name Surname <name.surname@gatesfoundation.com>
25
24
  * Modusbox
26
25
  - Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
27
26
 
@@ -62,9 +61,7 @@ json_schema_ref_parser_1.default.dereference(openApiFile, (err, openApiSpecObj)
62
61
  indexFileContent += '\n';
63
62
  indexFileContent += '\n' + 'export namespace Schemas {';
64
63
  Object.keys(openApiSpec?.components?.schemas).forEach((schemaName) => {
65
- // Replace - with _
66
- const newSchemaName = schemaName.replaceAll('-', '_');
67
- indexFileContent += '\n' + ` export const ${newSchemaName} = JsonSchemas["${schemaName}"]`;
64
+ indexFileContent += '\n' + ` export const ${schemaName} = JsonSchemas.${schemaName}`;
68
65
  });
69
66
  indexFileContent += '\n' + '}';
70
67
  indexFileContent += '\n';
@@ -82,9 +79,7 @@ json_schema_ref_parser_1.default.dereference(openApiFile, (err, openApiSpecObj)
82
79
  typesFileContent += '\n';
83
80
  typesFileContent += '\n' + 'export namespace Types {';
84
81
  Object.keys(openApiSpec?.components?.schemas).forEach((schemaName) => {
85
- // Replace - with _
86
- const newSchemaName = schemaName.replaceAll('-', '_');
87
- typesFileContent += '\n' + ` export type ${newSchemaName} = components['schemas']['${schemaName}']`;
82
+ typesFileContent += '\n' + ` export type ${schemaName} = components['schemas']['${schemaName}']`;
88
83
  });
89
84
  typesFileContent += '\n' + '}';
90
85
  typesFileContent += '\n';
@@ -1 +1 @@
1
- {"version":3,"file":"json-schema-generator.js","sourceRoot":"","sources":["../../src/scripts/json-schema-generator.ts"],"names":[],"mappings":"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"}
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 © 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
4
+ Copyright © 2017 Bill & Melinda Gates Foundation
5
+ The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
6
 
7
7
  http://www.apache.org/licenses/LICENSE-2.0
8
8
 
@@ -10,18 +10,17 @@
10
10
 
11
11
  Contributors
12
12
  --------------
13
- This is the official list of the Mojaloop project contributors for this file.
13
+ This is the official list (alphabetical ordering) 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
- Mojaloop Foundation for an example). Those individuals should have
18
+ Gates Foundation organization 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
- * Mojaloop Foundation
23
- - Name Surname <name.surname@mojaloop.io>
24
-
22
+ * Gates Foundation
23
+ - Name Surname <name.surname@gatesfoundation.com>
25
24
  * Modusbox
26
25
  - Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
27
26
 
@@ -2,8 +2,8 @@
2
2
  /*****
3
3
  License
4
4
  --------------
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
5
+ Copyright © 2017 Bill & Melinda Gates Foundation
6
+ The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
7
7
 
8
8
  http://www.apache.org/licenses/LICENSE-2.0
9
9
 
@@ -11,18 +11,17 @@
11
11
 
12
12
  Contributors
13
13
  --------------
14
- This is the official list of the Mojaloop project contributors for this file.
14
+ This is the official list (alphabetical ordering) 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
- Mojaloop Foundation for an example). Those individuals should have
19
+ Gates Foundation organization 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
- * Mojaloop Foundation
24
- - Name Surname <name.surname@mojaloop.io>
25
-
23
+ * Gates Foundation
24
+ - Name Surname <name.surname@gatesfoundation.com>
26
25
  * Modusbox
27
26
  - Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
28
27
 
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"openapi-refactor.js","sourceRoot":"","sources":["../../src/scripts/openapi-refactor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;QA2BQ;;;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"}