@mojaloop/api-snippets 16.0.4 → 16.0.5

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,11 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ### [16.0.5](https://github.com/mojaloop/api-snippets/compare/v16.0.4...v16.0.5) (2022-11-04)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **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)
8
+
2
9
  ### [16.0.4](https://github.com/mojaloop/api-snippets/compare/v16.0.3...v16.0.4) (2022-09-30)
3
10
 
4
11
 
@@ -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
@@ -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",
@@ -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;
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.5",
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": {
@@ -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: