@mojaloop/api-snippets 17.7.10 → 17.7.12

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.
Files changed (62) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/CODEOWNERS +1 -1
  3. package/audit-ci.jsonc +2 -4
  4. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +3 -36
  5. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +2 -34
  6. package/lib/fspiop/v2_0/schemas.js +102 -102
  7. package/lib/fspiop/v2_0/schemas.js.map +1 -1
  8. package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
  9. package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
  10. package/lib/scripts/json-schema-generator.d.ts +7 -6
  11. package/lib/scripts/json-schema-generator.js +13 -8
  12. package/lib/scripts/json-schema-generator.js.map +1 -1
  13. package/lib/scripts/openapi-refactor.d.ts +7 -6
  14. package/lib/scripts/openapi-refactor.js +7 -6
  15. package/lib/scripts/openapi-refactor.js.map +1 -1
  16. package/lib/sdk-scheme-adapter/index.d.ts +7 -6
  17. package/lib/sdk-scheme-adapter/index.js +7 -6
  18. package/lib/sdk-scheme-adapter/index.js.map +1 -1
  19. package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
  20. package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
  21. package/lib/sdk-scheme-adapter/v2_0_0/index.d.ts +7 -6
  22. package/lib/sdk-scheme-adapter/v2_0_0/index.js +7 -6
  23. package/lib/sdk-scheme-adapter/v2_0_0/index.js.map +1 -1
  24. package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
  25. package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
  26. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +10 -119
  27. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +3 -24
  28. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +0 -101
  29. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -144
  30. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
  31. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +0 -3
  32. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +12 -91
  33. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +2 -23
  34. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +0 -71
  35. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +138 -141
  36. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
  37. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +0 -3
  38. package/package.json +10 -9
  39. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
  40. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
  41. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +19 -0
  42. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +57 -0
  43. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +10 -0
  44. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
  45. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
  46. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
  47. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
  48. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
  49. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
  50. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
  51. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
  52. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
  53. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
  54. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
  55. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
  56. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
  57. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
  58. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
  59. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
  60. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
  61. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
  62. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
@@ -42,7 +42,7 @@ properties:
42
42
  expiration:
43
43
  $ref: ./DateTime.yaml
44
44
  extensionList:
45
- $ref: ExtensionList_v2_1_0.yaml
45
+ $ref: ./ExtensionList_v2_1_0.yaml
46
46
  required:
47
47
  - quoteId
48
48
  - transactionId
@@ -10,7 +10,7 @@ properties:
10
10
  transactionRequestState:
11
11
  $ref: ./TransactionRequestState.yaml
12
12
  extensionList:
13
- $ref: ExtensionList_v2_1_0.yaml
13
+ $ref: ./ExtensionList_v2_1_0.yaml
14
14
  required:
15
15
  - transactionRequestState
16
16
  headers:
@@ -9,6 +9,6 @@ properties:
9
9
  transferState:
10
10
  $ref: ./TransferState.yaml
11
11
  extensionList:
12
- $ref: ExtensionList_v2_1_0.yaml
12
+ $ref: ./ExtensionList_v2_1_0.yaml
13
13
  required:
14
14
  - transferState
@@ -17,7 +17,7 @@ properties:
17
17
  expiration:
18
18
  $ref: ./DateTime.yaml
19
19
  extensionList:
20
- $ref: ExtensionList_v2_1_0.yaml
20
+ $ref: ./ExtensionList_v2_1_0.yaml
21
21
  required:
22
22
  - transferId
23
23
  - payeeFsp
@@ -15,7 +15,7 @@ properties:
15
15
  expiration:
16
16
  $ref: ./DateTime.yaml
17
17
  extensionList:
18
- $ref: ExtensionList_v2_1_0.yaml
18
+ $ref: ./ExtensionList_v2_1_0.yaml
19
19
  currentState:
20
20
  $ref: ../schemas/bulkTransferStatus.yaml
21
21
  individualQuoteResults:
@@ -18,7 +18,7 @@ properties:
18
18
  completedTimestamp:
19
19
  $ref: ./DateTime.yaml
20
20
  extensionList:
21
- $ref: ExtensionList_v2_1_0.yaml
21
+ $ref: ./ExtensionList_v2_1_0.yaml
22
22
  currentState:
23
23
  $ref: ../schemas/bulkTransferStatus.yaml
24
24
  individualTransferResults:
@@ -17,7 +17,7 @@ properties:
17
17
  condition:
18
18
  $ref: ./IlpCondition.yaml
19
19
  extensionList:
20
- $ref: ExtensionList_v2_1_0.yaml
20
+ $ref: ./ExtensionList_v2_1_0.yaml
21
21
  lastError:
22
22
  $ref: ./quoteError.yaml
23
23
  required:
@@ -6,4 +6,4 @@ properties:
6
6
  fulfilment:
7
7
  $ref: ./IlpFulfilment.yaml
8
8
  extensionList:
9
- $ref: ExtensionList_v2_1_0.yaml
9
+ $ref: ./ExtensionList_v2_1_0.yaml
@@ -7,7 +7,7 @@ properties:
7
7
  fulfilment:
8
8
  $ref: ./IlpFulfilment.yaml
9
9
  extensionList:
10
- $ref: ExtensionList_v2_1_0.yaml
10
+ $ref: ./ExtensionList_v2_1_0.yaml
11
11
  transferState:
12
12
  $ref: ./TransferState.yaml
13
13
  lastError:
@@ -30,7 +30,7 @@ properties:
30
30
  condition:
31
31
  $ref: ./IlpCondition.yaml
32
32
  extensionList:
33
- $ref: ExtensionList_v2_1_0.yaml
33
+ $ref: ./ExtensionList_v2_1_0.yaml
34
34
  required:
35
35
  - transferAmount
36
36
  - expiration