@mojaloop/api-snippets 17.0.1 → 17.0.2-snapshot.1
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/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +1584 -759
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +40 -8
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +7112 -1733
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +2764 -1195
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.d.ts +3669 -1781
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +41 -15
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/types.d.ts +41 -15
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +63 -7
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +186 -6
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.d.ts +63 -7
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/types.d.ts +1 -1
- package/package.json +9 -9
- package/sdk-scheme-adapter/v2_0_0/backend/openapi.yaml +26 -249
- package/sdk-scheme-adapter/v2_0_0/components/schemas/individualQuote.yaml +2 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/individualTransfer.yaml +2 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferRequest.yaml +2 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +2 -0
@@ -516,6 +516,14 @@ paths:
|
|
516
516
|
enum: &ref_5
|
517
517
|
- TRANSFER
|
518
518
|
description: Type of transaction.
|
519
|
+
subScenario:
|
520
|
+
title: TransactionSubScenario
|
521
|
+
type: string
|
522
|
+
pattern: ^[A-Z_]{1,32}$
|
523
|
+
description: >-
|
524
|
+
Possible sub-scenario, defined locally within the scheme
|
525
|
+
(UndefinedEnum Type).
|
526
|
+
example: LOCALLY_DEFINED_SUBSCENARIO
|
519
527
|
note:
|
520
528
|
title: Note
|
521
529
|
type: string
|
@@ -630,6 +638,14 @@ paths:
|
|
630
638
|
type: string
|
631
639
|
enum: *ref_5
|
632
640
|
description: Type of transaction.
|
641
|
+
subScenario:
|
642
|
+
title: TransactionSubScenario
|
643
|
+
type: string
|
644
|
+
pattern: ^[A-Z_]{1,32}$
|
645
|
+
description: >-
|
646
|
+
Possible sub-scenario, defined locally within the scheme
|
647
|
+
(UndefinedEnum Type).
|
648
|
+
example: LOCALLY_DEFINED_SUBSCENARIO
|
633
649
|
note:
|
634
650
|
title: Note
|
635
651
|
type: string
|
@@ -2082,6 +2098,14 @@ paths:
|
|
2082
2098
|
type: string
|
2083
2099
|
enum: *ref_5
|
2084
2100
|
description: Type of transaction.
|
2101
|
+
subScenario:
|
2102
|
+
title: TransactionSubScenario
|
2103
|
+
type: string
|
2104
|
+
pattern: ^[A-Z_]{1,32}$
|
2105
|
+
description: >-
|
2106
|
+
Possible sub-scenario, defined locally within the
|
2107
|
+
scheme (UndefinedEnum Type).
|
2108
|
+
example: LOCALLY_DEFINED_SUBSCENARIO
|
2085
2109
|
ilpPacket:
|
2086
2110
|
title: IlpPacket
|
2087
2111
|
type: string
|
@@ -2361,6 +2385,14 @@ paths:
|
|
2361
2385
|
type: string
|
2362
2386
|
enum: *ref_5
|
2363
2387
|
description: Type of transaction.
|
2388
|
+
subScenario:
|
2389
|
+
title: TransactionSubScenario
|
2390
|
+
type: string
|
2391
|
+
pattern: ^[A-Z_]{1,32}$
|
2392
|
+
description: >-
|
2393
|
+
Possible sub-scenario, defined locally within the
|
2394
|
+
scheme (UndefinedEnum Type).
|
2395
|
+
example: LOCALLY_DEFINED_SUBSCENARIO
|
2364
2396
|
note:
|
2365
2397
|
title: Note
|
2366
2398
|
type: string
|
@@ -4455,6 +4487,14 @@ components:
|
|
4455
4487
|
type: string
|
4456
4488
|
enum: *ref_5
|
4457
4489
|
description: Type of transaction.
|
4490
|
+
TransactionSubScenario:
|
4491
|
+
title: TransactionSubScenario
|
4492
|
+
type: string
|
4493
|
+
pattern: ^[A-Z_]{1,32}$
|
4494
|
+
description: >-
|
4495
|
+
Possible sub-scenario, defined locally within the scheme (UndefinedEnum
|
4496
|
+
Type).
|
4497
|
+
example: LOCALLY_DEFINED_SUBSCENARIO
|
4458
4498
|
Note:
|
4459
4499
|
title: Note
|
4460
4500
|
type: string
|
@@ -4821,14 +4861,6 @@ components:
|
|
4821
4861
|
|
4822
4862
|
- REFUND - Used for performing a refund of transaction.
|
4823
4863
|
example: DEPOSIT
|
4824
|
-
TransactionSubScenario:
|
4825
|
-
title: TransactionSubScenario
|
4826
|
-
type: string
|
4827
|
-
pattern: ^[A-Z_]{1,32}$
|
4828
|
-
description: >-
|
4829
|
-
Possible sub-scenario, defined locally within the scheme (UndefinedEnum
|
4830
|
-
Type).
|
4831
|
-
example: LOCALLY_DEFINED_SUBSCENARIO
|
4832
4864
|
TransactionInitiator:
|
4833
4865
|
title: TransactionInitiator
|
4834
4866
|
type: string
|