@mojaloop/api-snippets 16.0.4 → 16.0.6

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 CHANGED
@@ -1,4 +1,18 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [16.0.6](https://github.com/mojaloop/api-snippets/compare/v16.0.5...v16.0.6) (2022-11-04)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **mojaloop/3003:** SDK Interface /bulkTransaction definition restricts individualTransfers maxLimit ([36bdeb3](https://github.com/mojaloop/api-snippets/commit/36bdeb30aa900320c33b66f8b7083f3a54cb0fa9))
8
+
9
+ ### [16.0.5](https://github.com/mojaloop/api-snippets/compare/v16.0.4...v16.0.5) (2022-11-04)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **mojaloop/#3003:** remove maxItems on bulkTransaction components ([#146](https://github.com/mojaloop/api-snippets/issues/146)) ([0a91072](https://github.com/mojaloop/api-snippets/commit/0a91072899dd5a832488963047b4988e55d93250)), closes [mojaloop/#3003](https://github.com/mojaloop/api-snippets/issues/3003)
15
+
2
16
  ### [16.0.4](https://github.com/mojaloop/api-snippets/compare/v16.0.3...v16.0.4) (2022-09-30)
3
17
 
4
18
 
@@ -1610,7 +1610,6 @@ paths:
1610
1610
  response.
1611
1611
  type: array
1612
1612
  minItems: 1
1613
- maxItems: 1000
1614
1613
  items:
1615
1614
  type: object
1616
1615
  required: &ref_76
@@ -1479,7 +1479,6 @@ paths:
1479
1479
  description: List of individual transfers in a bulk transfer.
1480
1480
  type: array
1481
1481
  minItems: 1
1482
- maxItems: 1000
1483
1482
  items:
1484
1483
  title: BulkTransactionIndividualTransfer
1485
1484
  type: object
@@ -1818,7 +1817,6 @@ paths:
1818
1817
  accept party information.
1819
1818
  type: array
1820
1819
  minItems: 1
1821
- maxItems: 1000
1822
1820
  items:
1823
1821
  allOf:
1824
1822
  - type: object
@@ -1872,7 +1870,6 @@ paths:
1872
1870
  description: List of individual transfers in a bulk transfer.
1873
1871
  type: array
1874
1872
  minItems: 1
1875
- maxItems: 1000
1876
1873
  items:
1877
1874
  allOf:
1878
1875
  - type: object
@@ -9479,7 +9479,6 @@
9479
9479
  "description": "List of individual transfer result in a bulk transfer response.",
9480
9480
  "type": "array",
9481
9481
  "minItems": 1,
9482
- "maxItems": 1000,
9483
9482
  "items": {
9484
9483
  "type": "object",
9485
9484
  "required": [
@@ -3734,7 +3734,6 @@ export declare namespace Schemas {
3734
3734
  description: string;
3735
3735
  type: string;
3736
3736
  minItems: number;
3737
- maxItems: number;
3738
3737
  items: {
3739
3738
  type: string;
3740
3739
  required: string[];
@@ -7914,7 +7914,6 @@
7914
7914
  "description": "List of individual transfers in a bulk transfer.",
7915
7915
  "type": "array",
7916
7916
  "minItems": 1,
7917
- "maxItems": 1000,
7918
7917
  "items": {
7919
7918
  "title": "BulkTransactionIndividualTransfer",
7920
7919
  "type": "object",
@@ -9210,7 +9209,6 @@
9210
9209
  "description": "List of individual transfers in a bulk transfer with accept party information.",
9211
9210
  "type": "array",
9212
9211
  "minItems": 1,
9213
- "maxItems": 1000,
9214
9212
  "items": {
9215
9213
  "allOf": [
9216
9214
  {
@@ -9270,7 +9268,6 @@
9270
9268
  "description": "List of individual transfers in a bulk transfer.",
9271
9269
  "type": "array",
9272
9270
  "minItems": 1,
9273
- "maxItems": 1000,
9274
9271
  "items": {
9275
9272
  "allOf": [
9276
9273
  {
@@ -9435,7 +9432,6 @@
9435
9432
  "description": "List of individual transfers in a bulk transfer with accept party information.",
9436
9433
  "type": "array",
9437
9434
  "minItems": 1,
9438
- "maxItems": 1000,
9439
9435
  "items": {
9440
9436
  "allOf": [
9441
9437
  {
@@ -9688,7 +9684,6 @@
9688
9684
  "description": "List of individual transfers in a bulk transfer.",
9689
9685
  "type": "array",
9690
9686
  "minItems": 1,
9691
- "maxItems": 1000,
9692
9687
  "items": {
9693
9688
  "allOf": [
9694
9689
  {
@@ -3685,7 +3685,6 @@ export declare namespace Schemas {
3685
3685
  description: string;
3686
3686
  type: string;
3687
3687
  minItems: number;
3688
- maxItems: number;
3689
3688
  items: {
3690
3689
  title: string;
3691
3690
  type: string;
@@ -4676,7 +4675,6 @@ export declare namespace Schemas {
4676
4675
  description: string;
4677
4676
  type: string;
4678
4677
  minItems: number;
4679
- maxItems: number;
4680
4678
  items: {
4681
4679
  allOf: ({
4682
4680
  type: string;
@@ -4726,7 +4724,6 @@ export declare namespace Schemas {
4726
4724
  description: string;
4727
4725
  type: string;
4728
4726
  minItems: number;
4729
- maxItems: number;
4730
4727
  items: {
4731
4728
  allOf: ({
4732
4729
  type: string;
@@ -4870,7 +4867,6 @@ export declare namespace Schemas {
4870
4867
  description: string;
4871
4868
  type: string;
4872
4869
  minItems: number;
4873
- maxItems: number;
4874
4870
  items: {
4875
4871
  allOf: ({
4876
4872
  type: string;
@@ -5098,7 +5094,6 @@ export declare namespace Schemas {
5098
5094
  description: string;
5099
5095
  type: string;
5100
5096
  minItems: number;
5101
- maxItems: number;
5102
5097
  items: {
5103
5098
  allOf: ({
5104
5099
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/api-snippets",
3
- "version": "16.0.4",
3
+ "version": "16.0.6",
4
4
  "description": "Mojaloop API specification reusable snippets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -82,35 +82,35 @@
82
82
  "@types/responselike": "^1.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@commitlint/cli": "^17.1.2",
86
- "@commitlint/config-conventional": "^17.1.0",
85
+ "@commitlint/cli": "^17.2.0",
86
+ "@commitlint/config-conventional": "^17.2.0",
87
87
  "@redocly/openapi-cli": "^1.0.0-beta.94",
88
- "@types/jest": "^29.1.1",
89
- "@typescript-eslint/eslint-plugin": "^5.38.1",
90
- "@typescript-eslint/parser": "^5.38.1",
88
+ "@types/jest": "^29.2.1",
89
+ "@typescript-eslint/eslint-plugin": "^5.42.0",
90
+ "@typescript-eslint/parser": "^5.42.0",
91
91
  "diff": "^5.1.0",
92
- "eslint": "^8.24.0",
92
+ "eslint": "^8.26.0",
93
93
  "eslint-config-prettier": "^8.5.0",
94
94
  "eslint-config-standard": "^17.0.0",
95
- "eslint-import-resolver-typescript": "^3.5.1",
95
+ "eslint-import-resolver-typescript": "^3.5.2",
96
96
  "eslint-plugin-cucumber": "^2.0.0",
97
97
  "eslint-plugin-import": "^2.26.0",
98
98
  "eslint-plugin-node": "^11.1.0",
99
99
  "eslint-plugin-prettier": "^4.2.1",
100
- "eslint-plugin-promise": "^6.0.1",
100
+ "eslint-plugin-promise": "^6.1.1",
101
101
  "eslint-plugin-standard": "^5.0.0",
102
102
  "husky": "4.3.8",
103
- "jest": "^29.1.2",
103
+ "jest": "^29.2.2",
104
104
  "jest-junit": "^14.0.1",
105
105
  "lint-staged": "^13.0.3",
106
106
  "npm-audit-resolver": "^3.0.0-7",
107
- "npm-check-updates": "^16.3.4",
107
+ "npm-check-updates": "^16.3.16",
108
108
  "prettier": "^2.7.1",
109
109
  "standard-version": "^9.5.0",
110
110
  "swagger-cli": "^4.0.4",
111
111
  "ts-jest": "^29.0.3",
112
112
  "ts-node": "^10.9.1",
113
- "tslib": "^2.4.0",
113
+ "tslib": "^2.4.1",
114
114
  "typescript": "^4.8.4"
115
115
  },
116
116
  "publishConfig": {
@@ -17,7 +17,6 @@ properties:
17
17
  information.
18
18
  type: array
19
19
  minItems: 1
20
- maxItems: 1000
21
20
  items:
22
21
  allOf:
23
22
  - $ref: ./bulkTransactionIndividualTransferAccept.yaml
@@ -13,7 +13,6 @@ properties:
13
13
  description: List of individual transfers in a bulk transfer.
14
14
  type: array
15
15
  minItems: 1
16
- maxItems: 1000
17
16
  items:
18
17
  allOf:
19
18
  - $ref: ./bulkTransactionIndividualTransferAccept.yaml
@@ -21,7 +21,6 @@ properties:
21
21
  description: List of individual transfers in a bulk transfer.
22
22
  type: array
23
23
  minItems: 1
24
- maxItems: 1000
25
24
  items:
26
25
  $ref: ./bulkTransactionIndividualTransfer.yaml
27
26
  extensions:
@@ -21,7 +21,6 @@ properties:
21
21
  description: List of individual transfer result in a bulk transfer response.
22
22
  type: array
23
23
  minItems: 1
24
- maxItems: 1000
25
24
  items:
26
25
  $ref: ./bulkTransactionIndividualTransferResult.yaml
27
26
  extensions: