@mojaloop/api-snippets 14.2.4 → 15.0.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.
- package/CHANGELOG.md +11 -0
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +9 -7
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/json-schemas.json +7 -7
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/openapi.d.ts +16 -24
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.d.ts +2 -2
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js +2 -2
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/outbound/v2_0_0/types.d.ts +2 -2
- package/package.json +11 -7
- package/sdk-bulk.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransaction.yaml → bulkTransactionIndividualTransfer.yaml} +2 -2
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransactionAccept.yaml → bulkTransactionIndividualTransferAccept.yaml} +0 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/{individualTransactionResult.yaml → bulkTransactionIndividualTransferResult.yaml} +0 -0
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionRequest.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransactionResponse.yaml +1 -1
- package/sdk-scheme-adapter/outbound/v2_0_0/components/schemas/bulkTransferErrorResponse.yaml +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
|
2
|
+
## [15.0.0](https://github.com/mojaloop/api-snippets/compare/v14.2.4...v15.0.0) (2022-09-07)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* api swagger changes for bulk mvp (#139)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* api swagger changes for bulk mvp ([#139](https://github.com/mojaloop/api-snippets/issues/139)) ([0104817](https://github.com/mojaloop/api-snippets/commit/01048176136c3e77609e5334935df0d4116f53e9))
|
|
12
|
+
|
|
2
13
|
### [14.2.4](https://github.com/mojaloop/api-snippets/compare/v14.2.3...v14.2.4) (2022-09-01)
|
|
3
14
|
|
|
4
15
|
|
|
@@ -1480,9 +1480,11 @@ paths:
|
|
|
1480
1480
|
minItems: 1
|
|
1481
1481
|
maxItems: 1000
|
|
1482
1482
|
items:
|
|
1483
|
-
title:
|
|
1483
|
+
title: BulkTransactionIndividualTransfer
|
|
1484
1484
|
type: object
|
|
1485
|
-
description:
|
|
1485
|
+
description: >-
|
|
1486
|
+
Data model for the complex type
|
|
1487
|
+
'bulkTransactionIndividualTransfer'.
|
|
1486
1488
|
properties: &ref_86
|
|
1487
1489
|
homeTransactionId:
|
|
1488
1490
|
type: string
|
|
@@ -1597,7 +1599,7 @@ paths:
|
|
|
1597
1599
|
properties: *ref_22
|
|
1598
1600
|
- type: object
|
|
1599
1601
|
required:
|
|
1600
|
-
-
|
|
1602
|
+
- bulkTransferState
|
|
1601
1603
|
properties:
|
|
1602
1604
|
bulkTransferState:
|
|
1603
1605
|
type: object
|
|
@@ -4671,10 +4673,10 @@ components:
|
|
|
4671
4673
|
description: Data model for the complex type Party.
|
|
4672
4674
|
properties: *ref_24
|
|
4673
4675
|
required: *ref_25
|
|
4674
|
-
|
|
4675
|
-
title:
|
|
4676
|
+
bulkTransactionIndividualTransfer:
|
|
4677
|
+
title: BulkTransactionIndividualTransfer
|
|
4676
4678
|
type: object
|
|
4677
|
-
description: Data model for the complex type '
|
|
4679
|
+
description: Data model for the complex type 'bulkTransactionIndividualTransfer'.
|
|
4678
4680
|
properties: *ref_86
|
|
4679
4681
|
required: *ref_87
|
|
4680
4682
|
bulkTransactionRequest:
|
|
@@ -4694,7 +4696,7 @@ components:
|
|
|
4694
4696
|
properties: *ref_40
|
|
4695
4697
|
bulkTransferErrorResponse:
|
|
4696
4698
|
allOf: *ref_92
|
|
4697
|
-
|
|
4699
|
+
bulkTransactionIndividualTransferAccept:
|
|
4698
4700
|
type: object
|
|
4699
4701
|
description: Data model for the 'individualTransfer' while accepting party or quote.
|
|
4700
4702
|
properties: *ref_30
|
|
@@ -6926,10 +6926,10 @@
|
|
|
6926
6926
|
"partyIdInfo"
|
|
6927
6927
|
]
|
|
6928
6928
|
},
|
|
6929
|
-
"
|
|
6930
|
-
"title": "
|
|
6929
|
+
"bulkTransactionIndividualTransfer": {
|
|
6930
|
+
"title": "BulkTransactionIndividualTransfer",
|
|
6931
6931
|
"type": "object",
|
|
6932
|
-
"description": "Data model for the complex type '
|
|
6932
|
+
"description": "Data model for the complex type 'bulkTransactionIndividualTransfer'.",
|
|
6933
6933
|
"properties": {
|
|
6934
6934
|
"homeTransactionId": {
|
|
6935
6935
|
"type": "string",
|
|
@@ -7915,9 +7915,9 @@
|
|
|
7915
7915
|
"minItems": 1,
|
|
7916
7916
|
"maxItems": 1000,
|
|
7917
7917
|
"items": {
|
|
7918
|
-
"title": "
|
|
7918
|
+
"title": "BulkTransactionIndividualTransfer",
|
|
7919
7919
|
"type": "object",
|
|
7920
|
-
"description": "Data model for the complex type '
|
|
7920
|
+
"description": "Data model for the complex type 'bulkTransactionIndividualTransfer'.",
|
|
7921
7921
|
"properties": {
|
|
7922
7922
|
"homeTransactionId": {
|
|
7923
7923
|
"type": "string",
|
|
@@ -8919,7 +8919,7 @@
|
|
|
8919
8919
|
{
|
|
8920
8920
|
"type": "object",
|
|
8921
8921
|
"required": [
|
|
8922
|
-
"
|
|
8922
|
+
"bulkTransferState"
|
|
8923
8923
|
],
|
|
8924
8924
|
"properties": {
|
|
8925
8925
|
"bulkTransferState": {
|
|
@@ -9172,7 +9172,7 @@
|
|
|
9172
9172
|
}
|
|
9173
9173
|
]
|
|
9174
9174
|
},
|
|
9175
|
-
"
|
|
9175
|
+
"bulkTransactionIndividualTransferAccept": {
|
|
9176
9176
|
"type": "object",
|
|
9177
9177
|
"description": "Data model for the 'individualTransfer' while accepting party or quote.",
|
|
9178
9178
|
"properties": {
|
|
@@ -3878,8 +3878,8 @@ export interface paths {
|
|
|
3878
3878
|
statusCode?: string;
|
|
3879
3879
|
/** @description Error message text. */
|
|
3880
3880
|
message?: string;
|
|
3881
|
-
} &
|
|
3882
|
-
bulkTransferState
|
|
3881
|
+
} & {
|
|
3882
|
+
bulkTransferState: {
|
|
3883
3883
|
/**
|
|
3884
3884
|
* CorrelationId
|
|
3885
3885
|
* @description Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
|
@@ -4011,9 +4011,7 @@ export interface paths {
|
|
|
4011
4011
|
};
|
|
4012
4012
|
}[];
|
|
4013
4013
|
};
|
|
4014
|
-
}
|
|
4015
|
-
bulkTansferState: unknown;
|
|
4016
|
-
});
|
|
4014
|
+
};
|
|
4017
4015
|
};
|
|
4018
4016
|
};
|
|
4019
4017
|
/** Internal Server Error */
|
|
@@ -4786,8 +4784,8 @@ export interface paths {
|
|
|
4786
4784
|
statusCode?: string;
|
|
4787
4785
|
/** @description Error message text. */
|
|
4788
4786
|
message?: string;
|
|
4789
|
-
} &
|
|
4790
|
-
bulkTransferState
|
|
4787
|
+
} & {
|
|
4788
|
+
bulkTransferState: {
|
|
4791
4789
|
/**
|
|
4792
4790
|
* CorrelationId
|
|
4793
4791
|
* @description Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
|
@@ -4919,9 +4917,7 @@ export interface paths {
|
|
|
4919
4917
|
};
|
|
4920
4918
|
}[];
|
|
4921
4919
|
};
|
|
4922
|
-
}
|
|
4923
|
-
bulkTansferState: unknown;
|
|
4924
|
-
});
|
|
4920
|
+
};
|
|
4925
4921
|
};
|
|
4926
4922
|
};
|
|
4927
4923
|
/** Internal Server Error */
|
|
@@ -13998,10 +13994,10 @@ export interface components {
|
|
|
13998
13994
|
};
|
|
13999
13995
|
};
|
|
14000
13996
|
/**
|
|
14001
|
-
*
|
|
14002
|
-
* @description Data model for the complex type '
|
|
13997
|
+
* BulkTransactionIndividualTransfer
|
|
13998
|
+
* @description Data model for the complex type 'bulkTransactionIndividualTransfer'.
|
|
14003
13999
|
*/
|
|
14004
|
-
|
|
14000
|
+
bulkTransactionIndividualTransfer: {
|
|
14005
14001
|
/** @description Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems. */
|
|
14006
14002
|
homeTransactionId: string;
|
|
14007
14003
|
/**
|
|
@@ -14835,8 +14831,8 @@ export interface components {
|
|
|
14835
14831
|
statusCode?: string;
|
|
14836
14832
|
/** @description Error message text. */
|
|
14837
14833
|
message?: string;
|
|
14838
|
-
} &
|
|
14839
|
-
bulkTransferState
|
|
14834
|
+
} & {
|
|
14835
|
+
bulkTransferState: {
|
|
14840
14836
|
/**
|
|
14841
14837
|
* CorrelationId
|
|
14842
14838
|
* @description Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
|
@@ -14968,11 +14964,9 @@ export interface components {
|
|
|
14968
14964
|
};
|
|
14969
14965
|
}[];
|
|
14970
14966
|
};
|
|
14971
|
-
}
|
|
14972
|
-
bulkTansferState: unknown;
|
|
14973
|
-
});
|
|
14967
|
+
};
|
|
14974
14968
|
/** @description Data model for the 'individualTransfer' while accepting party or quote. */
|
|
14975
|
-
|
|
14969
|
+
bulkTransactionIndividualTransferAccept: {
|
|
14976
14970
|
/** @description Transaction ID from the DFSP backend, used to reconcile transactions between the Switch and DFSP backend systems. */
|
|
14977
14971
|
homeTransactionId: string;
|
|
14978
14972
|
/**
|
|
@@ -22105,8 +22099,8 @@ export interface components {
|
|
|
22105
22099
|
statusCode?: string;
|
|
22106
22100
|
/** @description Error message text. */
|
|
22107
22101
|
message?: string;
|
|
22108
|
-
} &
|
|
22109
|
-
bulkTransferState
|
|
22102
|
+
} & {
|
|
22103
|
+
bulkTransferState: {
|
|
22110
22104
|
/**
|
|
22111
22105
|
* CorrelationId
|
|
22112
22106
|
* @description Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
|
@@ -22238,9 +22232,7 @@ export interface components {
|
|
|
22238
22232
|
};
|
|
22239
22233
|
}[];
|
|
22240
22234
|
};
|
|
22241
|
-
}
|
|
22242
|
-
bulkTansferState: unknown;
|
|
22243
|
-
});
|
|
22235
|
+
};
|
|
22244
22236
|
};
|
|
22245
22237
|
};
|
|
22246
22238
|
/** Internal Server Error */
|
|
@@ -3118,7 +3118,7 @@ export declare namespace Schemas {
|
|
|
3118
3118
|
};
|
|
3119
3119
|
required: string[];
|
|
3120
3120
|
};
|
|
3121
|
-
const
|
|
3121
|
+
const bulkTransactionIndividualTransfer: {
|
|
3122
3122
|
title: string;
|
|
3123
3123
|
type: string;
|
|
3124
3124
|
description: string;
|
|
@@ -4645,7 +4645,7 @@ export declare namespace Schemas {
|
|
|
4645
4645
|
};
|
|
4646
4646
|
})[];
|
|
4647
4647
|
};
|
|
4648
|
-
const
|
|
4648
|
+
const bulkTransactionIndividualTransferAccept: {
|
|
4649
4649
|
type: string;
|
|
4650
4650
|
description: string;
|
|
4651
4651
|
properties: {
|
|
@@ -63,13 +63,13 @@ var Schemas;
|
|
|
63
63
|
Schemas.PartyComplexName = json_schemas_json_1.default.PartyComplexName;
|
|
64
64
|
Schemas.PartyPersonalInfo = json_schemas_json_1.default.PartyPersonalInfo;
|
|
65
65
|
Schemas.Party = json_schemas_json_1.default.Party;
|
|
66
|
-
Schemas.
|
|
66
|
+
Schemas.bulkTransactionIndividualTransfer = json_schemas_json_1.default.bulkTransactionIndividualTransfer;
|
|
67
67
|
Schemas.bulkTransactionRequest = json_schemas_json_1.default.bulkTransactionRequest;
|
|
68
68
|
Schemas.bulkTransferStatus = json_schemas_json_1.default.bulkTransferStatus;
|
|
69
69
|
Schemas.individualTransferResult = json_schemas_json_1.default.individualTransferResult;
|
|
70
70
|
Schemas.bulkTransferResponse = json_schemas_json_1.default.bulkTransferResponse;
|
|
71
71
|
Schemas.bulkTransferErrorResponse = json_schemas_json_1.default.bulkTransferErrorResponse;
|
|
72
|
-
Schemas.
|
|
72
|
+
Schemas.bulkTransactionIndividualTransferAccept = json_schemas_json_1.default.bulkTransactionIndividualTransferAccept;
|
|
73
73
|
Schemas.bulkTransactionContinuationAcceptParty = json_schemas_json_1.default.bulkTransactionContinuationAcceptParty;
|
|
74
74
|
Schemas.bulkTransactionContinuationAcceptQuote = json_schemas_json_1.default.bulkTransactionContinuationAcceptQuote;
|
|
75
75
|
Schemas.partyError = json_schemas_json_1.default.partyError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/outbound/v2_0_0/schemas.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/outbound/v2_0_0/schemas.ts"],"names":[],"mappings":"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"}
|
|
@@ -57,13 +57,13 @@ export declare namespace Types {
|
|
|
57
57
|
type PartyComplexName = components['schemas']['PartyComplexName'];
|
|
58
58
|
type PartyPersonalInfo = components['schemas']['PartyPersonalInfo'];
|
|
59
59
|
type Party = components['schemas']['Party'];
|
|
60
|
-
type
|
|
60
|
+
type bulkTransactionIndividualTransfer = components['schemas']['bulkTransactionIndividualTransfer'];
|
|
61
61
|
type bulkTransactionRequest = components['schemas']['bulkTransactionRequest'];
|
|
62
62
|
type bulkTransferStatus = components['schemas']['bulkTransferStatus'];
|
|
63
63
|
type individualTransferResult = components['schemas']['individualTransferResult'];
|
|
64
64
|
type bulkTransferResponse = components['schemas']['bulkTransferResponse'];
|
|
65
65
|
type bulkTransferErrorResponse = components['schemas']['bulkTransferErrorResponse'];
|
|
66
|
-
type
|
|
66
|
+
type bulkTransactionIndividualTransferAccept = components['schemas']['bulkTransactionIndividualTransferAccept'];
|
|
67
67
|
type bulkTransactionContinuationAcceptParty = components['schemas']['bulkTransactionContinuationAcceptParty'];
|
|
68
68
|
type bulkTransactionContinuationAcceptQuote = components['schemas']['bulkTransactionContinuationAcceptQuote'];
|
|
69
69
|
type partyError = components['schemas']['partyError'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/api-snippets",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0",
|
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build:thirdparty-dfsp": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.template.yaml",
|
|
25
25
|
"build:thirdparty-pisp": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.template.yaml",
|
|
26
26
|
"build:sdk-scheme-adapter": "openapi bundle --dereferenced --output docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/outbound/v2_0_0/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml",
|
|
27
|
-
"build:schemas:sdk-scheme-adapter": "npx ts-node src/scripts/json-schema-generator.ts docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml src/sdk-scheme-adapter/outbound/v2_0_0",
|
|
27
|
+
"build:schemas:sdk-scheme-adapter": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml src/sdk-scheme-adapter/outbound/v2_0_0",
|
|
28
28
|
"lint": "eslint --ext ts --ext js test src",
|
|
29
29
|
"lint:fix": "eslint --fix --ext ts --ext js test src",
|
|
30
30
|
"prepare": "npm run build",
|
|
@@ -73,18 +73,22 @@
|
|
|
73
73
|
"ts-auto-mock": "^3.6.2",
|
|
74
74
|
"ttypescript": "^1.5.13"
|
|
75
75
|
},
|
|
76
|
+
"overrides": {
|
|
77
|
+
"@types/cacheable-request": "^6.0.2",
|
|
78
|
+
"@types/responselike": "^1.0.0"
|
|
79
|
+
},
|
|
76
80
|
"devDependencies": {
|
|
77
81
|
"@commitlint/cli": "^17.1.2",
|
|
78
82
|
"@commitlint/config-conventional": "^17.1.0",
|
|
79
83
|
"@redocly/openapi-cli": "^1.0.0-beta.94",
|
|
80
84
|
"@types/jest": "^29.0.0",
|
|
81
|
-
"@typescript-eslint/eslint-plugin": "^5.36.
|
|
82
|
-
"@typescript-eslint/parser": "^5.36.
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
|
86
|
+
"@typescript-eslint/parser": "^5.36.2",
|
|
83
87
|
"diff": "^5.1.0",
|
|
84
88
|
"eslint": "^8.23.0",
|
|
85
89
|
"eslint-config-prettier": "^8.5.0",
|
|
86
90
|
"eslint-config-standard": "^17.0.0",
|
|
87
|
-
"eslint-import-resolver-typescript": "^3.5.
|
|
91
|
+
"eslint-import-resolver-typescript": "^3.5.1",
|
|
88
92
|
"eslint-plugin-cucumber": "^2.0.0",
|
|
89
93
|
"eslint-plugin-import": "^2.26.0",
|
|
90
94
|
"eslint-plugin-node": "^11.1.0",
|
|
@@ -92,11 +96,11 @@
|
|
|
92
96
|
"eslint-plugin-promise": "^6.0.1",
|
|
93
97
|
"eslint-plugin-standard": "^5.0.0",
|
|
94
98
|
"husky": "4.3.8",
|
|
95
|
-
"jest": "^29.0.
|
|
99
|
+
"jest": "^29.0.2",
|
|
96
100
|
"jest-junit": "^14.0.1",
|
|
97
101
|
"lint-staged": "^13.0.3",
|
|
98
102
|
"npm-audit-resolver": "^3.0.0-7",
|
|
99
|
-
"npm-check-updates": "^16.0
|
|
103
|
+
"npm-check-updates": "^16.1.0",
|
|
100
104
|
"prettier": "^2.7.1",
|
|
101
105
|
"standard-version": "^9.5.0",
|
|
102
106
|
"swagger-cli": "^4.0.4",
|
package/sdk-bulk.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
title:
|
|
1
|
+
title: BulkTransactionIndividualTransfer
|
|
2
2
|
type: object
|
|
3
|
-
description: Data model for the complex type '
|
|
3
|
+
description: Data model for the complex type 'bulkTransactionIndividualTransfer'.
|
|
4
4
|
properties:
|
|
5
5
|
homeTransactionId:
|
|
6
6
|
type: string
|
|
File without changes
|
|
File without changes
|