@mojaloop/api-snippets 17.7.3 → 17.7.4
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 +7 -0
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +7 -9
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/{CreditTransferTransaction68_Put_FX_Quotes_ID.yaml → CreditTransferTransaction68_FX_Quotes.yaml} +2 -2
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml +1 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxResponse_FICreditTransferConfirmation.yaml +2 -2
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +14 -12
- package/lib/fspiop/v2_0_ISO20022/openapi.d.ts +6 -6
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +5 -7
- package/lib/fspiop/v2_0_ISO20022/schemas.js +2 -2
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/types.d.ts +2 -2
- package/package.json +1 -1
- /package/fspiop/v2_0_ISO20022/openapi3/components/schemas/{InstructionForCreditorAgent3_Put_FX_Quotes_ID.yaml → InstructionForCreditorAgent3_FX_Quotes.yaml} +0 -0
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
2
|
+
### [17.7.4](https://github.com/mojaloop/api-snippets/compare/v17.7.3...v17.7.4) (2024-10-31)
|
3
|
+
|
4
|
+
|
5
|
+
### Maintenance
|
6
|
+
|
7
|
+
* update post fxTransfers validation ([#184](https://github.com/mojaloop/api-snippets/issues/184)) ([b4b7bac](https://github.com/mojaloop/api-snippets/commit/b4b7bac6cc531fa85c743c30516362cb61a3b6f1))
|
8
|
+
|
2
9
|
### [17.7.3](https://github.com/mojaloop/api-snippets/compare/v17.7.2...v17.7.3) (2024-10-29)
|
3
10
|
|
4
11
|
|
@@ -2967,8 +2967,8 @@ components:
|
|
2967
2967
|
VrfctnOfTerms:
|
2968
2968
|
Cntt: CONTENT
|
2969
2969
|
CnttTp: PROPRIETARY
|
2970
|
-
|
2971
|
-
title:
|
2970
|
+
CreditTransferTransaction68_FX_Quotes:
|
2971
|
+
title: CreditTransferTransaction68_FX_Quotes
|
2972
2972
|
description: >
|
2973
2973
|
Provides further details specific to the individual transaction(s)
|
2974
2974
|
included in the message.
|
@@ -3042,8 +3042,7 @@ components:
|
|
3042
3042
|
Account to which a credit entry is made.
|
3043
3043
|
InstrForCdtrAgt:
|
3044
3044
|
allOf:
|
3045
|
-
- $ref:
|
3046
|
-
#/components/schemas/InstructionForCreditorAgent3_Put_FX_Quotes_ID
|
3045
|
+
- $ref: "#/components/schemas/InstructionForCreditorAgent3_FX_Quotes"
|
3047
3046
|
- description: >
|
3048
3047
|
InstructionForCreditorAgent
|
3049
3048
|
|
@@ -3715,7 +3714,7 @@ components:
|
|
3715
3714
|
included in the message.
|
3716
3715
|
CdtTrfTxInf:
|
3717
3716
|
allOf:
|
3718
|
-
- $ref: "#/components/schemas/
|
3717
|
+
- $ref: "#/components/schemas/CreditTransferTransaction68_FX_Quotes"
|
3719
3718
|
- description: |
|
3720
3719
|
Credit Transfer Transaction Information
|
3721
3720
|
required:
|
@@ -3815,10 +3814,9 @@ components:
|
|
3815
3814
|
included in the message.
|
3816
3815
|
CdtTrfTxInf:
|
3817
3816
|
allOf:
|
3818
|
-
- $ref:
|
3819
|
-
#/components/schemas/CreditTransferTransaction68_Put_FX_Quotes_ID
|
3817
|
+
- $ref: "#/components/schemas/CreditTransferTransaction68_FX_Quotes"
|
3820
3818
|
- description: >
|
3821
|
-
|
3819
|
+
CreditTransferTransaction68_FX_Quotes
|
3822
3820
|
|
3823
3821
|
Set of elements providing information specific to the individual
|
3824
3822
|
credit transfer(s).
|
@@ -4759,7 +4757,7 @@ components:
|
|
4759
4757
|
example:
|
4760
4758
|
Cd: PHOA
|
4761
4759
|
InstrInf: Please advise/contact next agent by phone.
|
4762
|
-
|
4760
|
+
InstructionForCreditorAgent3_FX_Quotes:
|
4763
4761
|
title: InstructionForCreditorAgent3_Put_FX_Quotes_ID
|
4764
4762
|
description: >
|
4765
4763
|
Further information related to the processing of the payment
|
@@ -1,4 +1,4 @@
|
|
1
|
-
title:
|
1
|
+
title: CreditTransferTransaction68_FX_Quotes
|
2
2
|
description: >
|
3
3
|
Provides further details specific to the individual transaction(s) included in
|
4
4
|
the message.
|
@@ -76,7 +76,7 @@ properties:
|
|
76
76
|
Account to which a credit entry is made.
|
77
77
|
InstrForCdtrAgt:
|
78
78
|
allOf:
|
79
|
-
- $ref: ./
|
79
|
+
- $ref: ./InstructionForCreditorAgent3_FX_Quotes.yaml
|
80
80
|
- description: >
|
81
81
|
InstructionForCreditorAgent
|
82
82
|
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml
CHANGED
@@ -14,7 +14,7 @@ properties:
|
|
14
14
|
Set of characteristics shared by all individual transactions included in the message.
|
15
15
|
CdtTrfTxInf:
|
16
16
|
allOf:
|
17
|
-
- $ref: ./
|
17
|
+
- $ref: ./CreditTransferTransaction68_FX_Quotes.yaml
|
18
18
|
- description: >
|
19
19
|
Credit Transfer Transaction Information
|
20
20
|
required:
|
@@ -14,9 +14,9 @@ properties:
|
|
14
14
|
Set of characteristics shared by all individual transactions included in the message.
|
15
15
|
CdtTrfTxInf:
|
16
16
|
allOf:
|
17
|
-
- $ref: ./
|
17
|
+
- $ref: ./CreditTransferTransaction68_FX_Quotes.yaml
|
18
18
|
- description: >
|
19
|
-
|
19
|
+
CreditTransferTransaction68_FX_Quotes
|
20
20
|
|
21
21
|
Set of elements providing information specific to the individual credit transfer(s).
|
22
22
|
required:
|
@@ -32490,8 +32490,8 @@
|
|
32490
32490
|
}
|
32491
32491
|
}
|
32492
32492
|
},
|
32493
|
-
"
|
32494
|
-
"title": "
|
32493
|
+
"CreditTransferTransaction68_FX_Quotes": {
|
32494
|
+
"title": "CreditTransferTransaction68_FX_Quotes",
|
32495
32495
|
"description": "Provides further details specific to the individual transaction(s) included in the message.\n",
|
32496
32496
|
"type": "object",
|
32497
32497
|
"properties": {
|
@@ -61685,7 +61685,7 @@
|
|
61685
61685
|
"CdtTrfTxInf": {
|
61686
61686
|
"allOf": [
|
61687
61687
|
{
|
61688
|
-
"title": "
|
61688
|
+
"title": "CreditTransferTransaction68_FX_Quotes",
|
61689
61689
|
"description": "Provides further details specific to the individual transaction(s) included in the message.\n",
|
61690
61690
|
"type": "object",
|
61691
61691
|
"properties": {
|
@@ -71348,7 +71348,7 @@
|
|
71348
71348
|
"InstrForCdtrAgt": {
|
71349
71349
|
"allOf": [
|
71350
71350
|
{
|
71351
|
-
"title": "
|
71351
|
+
"title": "InstructionForCreditorAgent3_Put_FX_Quotes_ID",
|
71352
71352
|
"description": "Further information related to the processing of the payment instruction, provided by the initiating party, and intended for the creditor agent.\n",
|
71353
71353
|
"type": "object",
|
71354
71354
|
"properties": {
|
@@ -71370,12 +71370,14 @@
|
|
71370
71370
|
"InstrInf": {
|
71371
71371
|
"allOf": [
|
71372
71372
|
{
|
71373
|
-
"title": "
|
71374
|
-
"description": "
|
71373
|
+
"title": "AmountTypeEnum",
|
71374
|
+
"description": "NOTE: This pattern is not the original ISO20022 specification.\n This represents the enum values when mapping to and from FSPIOP specification.\n",
|
71375
71375
|
"type": "string",
|
71376
|
-
"
|
71377
|
-
|
71378
|
-
|
71376
|
+
"enum": [
|
71377
|
+
"SEND",
|
71378
|
+
"RECEIVE"
|
71379
|
+
],
|
71380
|
+
"example": "SEND"
|
71379
71381
|
},
|
71380
71382
|
{
|
71381
71383
|
"description": "InstructionInformation\nFurther information complementing the coded instruction or instruction to the creditor's agent that is bilaterally agreed or specific to a user community.\n"
|
@@ -72536,7 +72538,7 @@
|
|
72536
72538
|
"CdtTrfTxInf": {
|
72537
72539
|
"allOf": [
|
72538
72540
|
{
|
72539
|
-
"title": "
|
72541
|
+
"title": "CreditTransferTransaction68_FX_Quotes",
|
72540
72542
|
"description": "Provides further details specific to the individual transaction(s) included in the message.\n",
|
72541
72543
|
"type": "object",
|
72542
72544
|
"properties": {
|
@@ -82426,7 +82428,7 @@
|
|
82426
82428
|
}
|
82427
82429
|
},
|
82428
82430
|
{
|
82429
|
-
"description": "
|
82431
|
+
"description": "CreditTransferTransaction68_FX_Quotes\nSet of elements providing information specific to the individual credit transfer(s).\n"
|
82430
82432
|
}
|
82431
82433
|
]
|
82432
82434
|
}
|
@@ -120576,7 +120578,7 @@
|
|
120576
120578
|
"InstrInf": "Please advise/contact next agent by phone."
|
120577
120579
|
}
|
120578
120580
|
},
|
120579
|
-
"
|
120581
|
+
"InstructionForCreditorAgent3_FX_Quotes": {
|
120580
120582
|
"title": "InstructionForCreditorAgent3_Put_FX_Quotes_ID",
|
120581
120583
|
"description": "Further information related to the processing of the payment instruction, provided by the initiating party, and intended for the creditor agent.\n",
|
120582
120584
|
"type": "object",
|
@@ -1179,7 +1179,7 @@ export interface components {
|
|
1179
1179
|
VrfctnOfTerms?: components["schemas"]["CryptographicLockChoice"] & unknown;
|
1180
1180
|
};
|
1181
1181
|
/**
|
1182
|
-
*
|
1182
|
+
* CreditTransferTransaction68_FX_Quotes
|
1183
1183
|
* @description Provides further details specific to the individual transaction(s) included in the message.
|
1184
1184
|
*
|
1185
1185
|
* @example {
|
@@ -1235,7 +1235,7 @@ export interface components {
|
|
1235
1235
|
* }
|
1236
1236
|
* }
|
1237
1237
|
*/
|
1238
|
-
|
1238
|
+
CreditTransferTransaction68_FX_Quotes: {
|
1239
1239
|
PmtId: components["schemas"]["PaymentIdentification13"] & unknown;
|
1240
1240
|
PmtTpInf?: components["schemas"]["PaymentTypeInformation28"] & unknown;
|
1241
1241
|
UndrlygCstmrCdtTrf?: components["schemas"]["UnderlyingCustomerCreditTransfer"] & unknown;
|
@@ -1246,7 +1246,7 @@ export interface components {
|
|
1246
1246
|
CdtrAgt?: components["schemas"]["BranchAndFinancialInstitutionIdentification8"] & unknown;
|
1247
1247
|
Cdtr: components["schemas"]["BranchAndFinancialInstitutionIdentification8"] & unknown;
|
1248
1248
|
CdtrAcct?: components["schemas"]["CashAccount40"] & unknown;
|
1249
|
-
InstrForCdtrAgt?: components["schemas"]["
|
1249
|
+
InstrForCdtrAgt?: components["schemas"]["InstructionForCreditorAgent3_FX_Quotes"] & unknown;
|
1250
1250
|
Purp?: components["schemas"]["Purpose2Choice"] & unknown;
|
1251
1251
|
VrfctnOfTerms?: components["schemas"]["CryptographicLockChoice"] & unknown;
|
1252
1252
|
};
|
@@ -1764,7 +1764,7 @@ export interface components {
|
|
1764
1764
|
*/
|
1765
1765
|
FxRequest_FICreditTransferProposal: {
|
1766
1766
|
GrpHdr: components["schemas"]["GroupHeader113"] & unknown;
|
1767
|
-
CdtTrfTxInf: components["schemas"]["
|
1767
|
+
CdtTrfTxInf: components["schemas"]["CreditTransferTransaction68_FX_Quotes"] & unknown;
|
1768
1768
|
};
|
1769
1769
|
/**
|
1770
1770
|
* FxResponse_FICreditTransferConfirmation
|
@@ -1877,7 +1877,7 @@ export interface components {
|
|
1877
1877
|
*/
|
1878
1878
|
FxResponse_FICreditTransferConfirmation: {
|
1879
1879
|
GrpHdr: components["schemas"]["GroupHeader113"] & unknown;
|
1880
|
-
CdtTrfTxInf: components["schemas"]["
|
1880
|
+
CdtTrfTxInf: components["schemas"]["CreditTransferTransaction68_FX_Quotes"] & unknown;
|
1881
1881
|
};
|
1882
1882
|
/**
|
1883
1883
|
* Fxecute_FinancialInstitutionCreditTransferV12
|
@@ -2493,7 +2493,7 @@ export interface components {
|
|
2493
2493
|
* "InstrInf": "Please advise/contact next agent by phone."
|
2494
2494
|
* }
|
2495
2495
|
*/
|
2496
|
-
|
2496
|
+
InstructionForCreditorAgent3_FX_Quotes: {
|
2497
2497
|
Cd?: components["schemas"]["ExternalCreditorAgentInstruction1Code"] & unknown;
|
2498
2498
|
InstrInf?: components["schemas"]["AmountTypeEnum"] & unknown;
|
2499
2499
|
};
|
@@ -28134,7 +28134,7 @@ export declare namespace Schemas {
|
|
28134
28134
|
};
|
28135
28135
|
};
|
28136
28136
|
};
|
28137
|
-
const
|
28137
|
+
const CreditTransferTransaction68_FX_Quotes: {
|
28138
28138
|
title: string;
|
28139
28139
|
description: string;
|
28140
28140
|
type: string;
|
@@ -62850,15 +62850,13 @@ export declare namespace Schemas {
|
|
62850
62850
|
title: string;
|
62851
62851
|
description: string;
|
62852
62852
|
type: string;
|
62853
|
-
|
62854
|
-
|
62855
|
-
example: number;
|
62853
|
+
enum: string[];
|
62854
|
+
example: string;
|
62856
62855
|
} | {
|
62857
62856
|
description: string;
|
62858
62857
|
title?: undefined;
|
62859
62858
|
type?: undefined;
|
62860
|
-
|
62861
|
-
maxLength?: undefined;
|
62859
|
+
enum?: undefined;
|
62862
62860
|
example?: undefined;
|
62863
62861
|
})[];
|
62864
62862
|
};
|
@@ -109926,7 +109924,7 @@ export declare namespace Schemas {
|
|
109926
109924
|
InstrInf: string;
|
109927
109925
|
};
|
109928
109926
|
};
|
109929
|
-
const
|
109927
|
+
const InstructionForCreditorAgent3_FX_Quotes: {
|
109930
109928
|
title: string;
|
109931
109929
|
description: string;
|
109932
109930
|
type: string;
|
@@ -39,7 +39,7 @@ var Schemas;
|
|
39
39
|
Schemas.CountryCode = json_schemas_json_1.default.CountryCode;
|
40
40
|
Schemas.CreditTransferTransaction67 = json_schemas_json_1.default.CreditTransferTransaction67;
|
41
41
|
Schemas.CreditTransferTransaction68 = json_schemas_json_1.default.CreditTransferTransaction68;
|
42
|
-
Schemas.
|
42
|
+
Schemas.CreditTransferTransaction68_FX_Quotes = json_schemas_json_1.default.CreditTransferTransaction68_FX_Quotes;
|
43
43
|
Schemas.CryptographicLockChoice = json_schemas_json_1.default.CryptographicLockChoice;
|
44
44
|
Schemas.DateAndDateTime2Choice = json_schemas_json_1.default.DateAndDateTime2Choice;
|
45
45
|
Schemas.DateAndPlaceOfBirth1 = json_schemas_json_1.default.DateAndPlaceOfBirth1;
|
@@ -99,7 +99,7 @@ var Schemas;
|
|
99
99
|
Schemas.IdentificationVerificationIndicator = json_schemas_json_1.default.IdentificationVerificationIndicator;
|
100
100
|
Schemas.Instruction4Code = json_schemas_json_1.default.Instruction4Code;
|
101
101
|
Schemas.InstructionForCreditorAgent3 = json_schemas_json_1.default.InstructionForCreditorAgent3;
|
102
|
-
Schemas.
|
102
|
+
Schemas.InstructionForCreditorAgent3_FX_Quotes = json_schemas_json_1.default.InstructionForCreditorAgent3_FX_Quotes;
|
103
103
|
Schemas.InstructionForNextAgent1 = json_schemas_json_1.default.InstructionForNextAgent1;
|
104
104
|
Schemas.LEIIdentifier = json_schemas_json_1.default.LEIIdentifier;
|
105
105
|
Schemas.LocalInstrument2Choice = json_schemas_json_1.default.LocalInstrument2Choice;
|
@@ -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,4BAA4B,CAAA;IACvE,gCAAwB,GAAG,2BAAW,CAAC,wBAAwB,CAAA;IAC/D,+BAAuB,GAAG,2BAAW,CAAC,uBAAuB,CAAA;IAC7D,0CAAkC,GAAG,2BAAW,CAAC,kCAAkC,CAAA;IACnF,0BAAkB,GAAG,2BAAW,CAAC,kBAAkB,CAAA;IACnD,yCAAiC,GAAG,2BAAW,CAAC,iCAAiC,CAAA;IACjF,oDAA4C,GAAG,2BAAW,CAAC,4CAA4C,CAAA;IACvG,oCAA4B,GAAG,2BAAW,CAAC,4BAA4B,CAAA;IACvE,wBAAgB,GAAG,2BAAW,CAAC,gBAAgB,CAAA;IAC/C,0BAAkB,GAAG,2BAAW,CAAC,kBAAkB,CAAA;IACnD,sBAAc,GAAG,2BAAW,CAAC,cAAc,CAAA;IAC3C,+BAAuB,GAAG,2BAAW,CAAC,uBAAuB,CAAA;IAC7D,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,mBAAW,GAAG,2BAAW,CAAC,WAAW,CAAA;IACrC,oDAA4C,GAAG,2BAAW,CAAC,4CAA4C,CAAA;IACvG,oDAA4C,GAAG,2BAAW,CAAC,4CAA4C,CAAA;IACvG,mBAAW,GAAG,2BAAW,CAAC,WAAW,CAAA;IACrC,mBAAW,GAAG,2BAAW,CAAC,WAAW,CAAA;IACrC,qBAAa,GAAG,2BAAW,CAAC,aAAa,CAAA;IACzC,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,8BAAsB,GAAG,2BAAW,CAAC,sBAAsB,CAAA;IAC3D,6BAAqB,GAAG,2BAAW,CAAC,qBAAqB,CAAA;IACzD,yBAAiB,GAAG,2BAAW,CAAC,iBAAiB,CAAA;IACjD,iBAAS,GAAG,2BAAW,CAAC,SAAS,CAAA;IACjC,4BAAoB,GAAG,2BAAW,CAAC,oBAAoB,CAAA;IACvD,2CAAmC,GAAG,2BAAW,CAAC,mCAAmC,CAAA;IACrF,2CAAmC,GAAG,2BAAW,CAAC,mCAAmC,CAAA;IACrF,iBAAS,GAAG,2BAAW,CAAC,SAAS,CAAA;IACjC,gBAAQ,GAAG,2BAAW,CAAC,QAAQ,CAAA;IAC/B,mBAAW,GAAG,2BAAW,CAAC,WAAW,CAAA;IACrC,mCAA2B,GAAG,2BAAW,CAAC,2BAA2B,CAAA;IACrE,mCAA2B,GAAG,2BAAW,CAAC,2BAA2B,CAAA;IACrE,
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/fspiop/v2_0_ISO20022/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -33,7 +33,7 @@ export declare namespace Types {
|
|
33
33
|
type CountryCode = components['schemas']['CountryCode'];
|
34
34
|
type CreditTransferTransaction67 = components['schemas']['CreditTransferTransaction67'];
|
35
35
|
type CreditTransferTransaction68 = components['schemas']['CreditTransferTransaction68'];
|
36
|
-
type
|
36
|
+
type CreditTransferTransaction68_FX_Quotes = components['schemas']['CreditTransferTransaction68_FX_Quotes'];
|
37
37
|
type CryptographicLockChoice = components['schemas']['CryptographicLockChoice'];
|
38
38
|
type DateAndDateTime2Choice = components['schemas']['DateAndDateTime2Choice'];
|
39
39
|
type DateAndPlaceOfBirth1 = components['schemas']['DateAndPlaceOfBirth1'];
|
@@ -93,7 +93,7 @@ export declare namespace Types {
|
|
93
93
|
type IdentificationVerificationIndicator = components['schemas']['IdentificationVerificationIndicator'];
|
94
94
|
type Instruction4Code = components['schemas']['Instruction4Code'];
|
95
95
|
type InstructionForCreditorAgent3 = components['schemas']['InstructionForCreditorAgent3'];
|
96
|
-
type
|
96
|
+
type InstructionForCreditorAgent3_FX_Quotes = components['schemas']['InstructionForCreditorAgent3_FX_Quotes'];
|
97
97
|
type InstructionForNextAgent1 = components['schemas']['InstructionForNextAgent1'];
|
98
98
|
type LEIIdentifier = components['schemas']['LEIIdentifier'];
|
99
99
|
type LocalInstrument2Choice = components['schemas']['LocalInstrument2Choice'];
|
package/package.json
CHANGED