@mojaloop/api-snippets 17.7.0-snapshot.1 → 17.7.0-snapshot.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/api-snippets",
3
- "version": "17.7.0-snapshot.1",
3
+ "version": "17.7.0-snapshot.2",
4
4
  "description": "Mojaloop API specification reusable snippets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -86,7 +86,7 @@
86
86
  "js-yaml": "^4.1.0",
87
87
  "json-refs": "^3.0.15",
88
88
  "openapi-types": "^12.1.3",
89
- "openapi-typescript": "^7.4.0",
89
+ "openapi-typescript": "^7.4.1",
90
90
  "ts-auto-mock": "^3.7.4"
91
91
  },
92
92
  "overrides": {
@@ -119,7 +119,7 @@
119
119
  "jest": "^29.7.0",
120
120
  "jest-junit": "^16.0.0",
121
121
  "lint-staged": "^15.2.10",
122
- "npm-check-updates": "^17.1.2",
122
+ "npm-check-updates": "^17.1.3",
123
123
  "prettier": "^3.3.3",
124
124
  "standard-version": "^9.5.0",
125
125
  "swagger-cli": "^4.0.4",
package/sdk-bulk.yaml CHANGED
@@ -952,7 +952,7 @@ components:
952
952
  CorrelationId:
953
953
  title: CorrelationId
954
954
  type: string
955
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
955
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
956
956
  description: Identifier that correlates all messages of the same sequence.
957
957
  The supported identifiers formats are for
958
958
  lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and
@@ -604,7 +604,7 @@ components:
604
604
  type: string
605
605
  bulkQuoteId:
606
606
  description: A Mojaloop API bulk quote identifier (UUID/ULID).
607
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
607
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
608
608
  type: string
609
609
  bulkQuoteRequest:
610
610
  description: A request for a bulk quote.
@@ -650,7 +650,7 @@ components:
650
650
  type: object
651
651
  bulkTransferId:
652
652
  description: A Mojaloop API transfer identifier (UUID/ULID).
653
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
653
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
654
654
  type: string
655
655
  bulkTransferRequest:
656
656
  properties:
@@ -1093,7 +1093,7 @@ components:
1093
1093
  type: string
1094
1094
  quoteId:
1095
1095
  description: A Mojaloop API quote identifier (UUID/ULID).
1096
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
1096
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1097
1097
  type: string
1098
1098
  quoteRequest:
1099
1099
  description: A request for a quote for transfer from the DFSP backend.
@@ -1213,7 +1213,7 @@ components:
1213
1213
  type: string
1214
1214
  transactionId:
1215
1215
  description: ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.
1216
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
1216
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1217
1217
  type: string
1218
1218
  transactionRequest:
1219
1219
  description: A request for a pull based transfer.
@@ -1259,7 +1259,7 @@ components:
1259
1259
  type: object
1260
1260
  transactionRequestId:
1261
1261
  description: A Mojaloop API transaction request identifier (UUID/ULID).
1262
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
1262
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1263
1263
  type: string
1264
1264
  transactionRequestResponse:
1265
1265
  description: A response to a request for a quote.
@@ -1353,7 +1353,7 @@ components:
1353
1353
  type: object
1354
1354
  transferId:
1355
1355
  description: A Mojaloop API transfer identifier (UUID/ULID).
1356
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
1356
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
1357
1357
  type: string
1358
1358
  transferParty:
1359
1359
  properties:
@@ -1,6 +1,6 @@
1
1
  title: CorrelationId
2
2
  type: string
3
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
3
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
4
4
  description: >-
5
5
  Identifier that correlates all messages of the same sequence.
6
6
  The supported identifiers formats are for
@@ -260,7 +260,7 @@ paths:
260
260
  consentRequestId:
261
261
  title: CorrelationId
262
262
  type: string
263
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
263
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
264
264
  description: Identifier that correlates all messages of the same sequence.
265
265
  The supported identifiers formats are for
266
266
  lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and
@@ -254,7 +254,7 @@ paths:
254
254
  consentRequestId:
255
255
  title: CorrelationId
256
256
  type: string
257
- pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9A-HJKMNP-TV-Z]{26}$
257
+ pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-7][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$|^[0-9A-HJKMNP-TV-Z]{26}$
258
258
  description: Identifier that correlates all messages of the same sequence.
259
259
  The supported identifiers formats are for
260
260
  lowercase [UUID](https://datatracker.ietf.org/doc/html/rfc9562) and