@mojaloop/api-snippets 17.0.1 → 17.0.2-snapshot.0

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.
@@ -140,6 +140,13 @@ export declare namespace Schemas {
140
140
  pattern: string;
141
141
  type: string;
142
142
  };
143
+ subScenario: {
144
+ description: string;
145
+ example: string;
146
+ pattern: string;
147
+ title: string;
148
+ type: string;
149
+ };
143
150
  to: {
144
151
  properties: {
145
152
  dateOfBirth: {
@@ -343,6 +350,13 @@ export declare namespace Schemas {
343
350
  minLength: number;
344
351
  type: string;
345
352
  };
353
+ subScenario: {
354
+ description: string;
355
+ example: string;
356
+ pattern: string;
357
+ title: string;
358
+ type: string;
359
+ };
346
360
  to: {
347
361
  properties: {
348
362
  dateOfBirth: {
@@ -1058,6 +1072,13 @@ export declare namespace Schemas {
1058
1072
  pattern: string;
1059
1073
  type: string;
1060
1074
  };
1075
+ subScenario: {
1076
+ description: string;
1077
+ example: string;
1078
+ pattern: string;
1079
+ title: string;
1080
+ type: string;
1081
+ };
1061
1082
  to: {
1062
1083
  properties: {
1063
1084
  dateOfBirth: {
@@ -1497,6 +1518,13 @@ export declare namespace Schemas {
1497
1518
  minLength: number;
1498
1519
  type: string;
1499
1520
  };
1521
+ subScenario: {
1522
+ description: string;
1523
+ example: string;
1524
+ pattern: string;
1525
+ title: string;
1526
+ type: string;
1527
+ };
1500
1528
  to: {
1501
1529
  properties: {
1502
1530
  dateOfBirth: {
@@ -2417,6 +2445,13 @@ export declare namespace Schemas {
2417
2445
  enum: string[];
2418
2446
  type: string;
2419
2447
  };
2448
+ subScenario: {
2449
+ description: string;
2450
+ example: string;
2451
+ pattern: string;
2452
+ title: string;
2453
+ type: string;
2454
+ };
2420
2455
  };
2421
2456
  required: string[];
2422
2457
  type: string;
@@ -2697,6 +2732,13 @@ export declare namespace Schemas {
2697
2732
  pattern: string;
2698
2733
  type: string;
2699
2734
  };
2735
+ subScenario: {
2736
+ description: string;
2737
+ example: string;
2738
+ pattern: string;
2739
+ title: string;
2740
+ type: string;
2741
+ };
2700
2742
  to: {
2701
2743
  description: string;
2702
2744
  properties: {
@@ -3107,6 +3149,13 @@ export declare namespace Schemas {
3107
3149
  enum: string[];
3108
3150
  type: string;
3109
3151
  };
3152
+ subScenario: {
3153
+ description: string;
3154
+ example: string;
3155
+ pattern: string;
3156
+ title: string;
3157
+ type: string;
3158
+ };
3110
3159
  };
3111
3160
  required: string[];
3112
3161
  type: string;
@@ -3136,6 +3185,13 @@ export declare namespace Schemas {
3136
3185
  enum: string[];
3137
3186
  type: string;
3138
3187
  };
3188
+ const transactionSubScenario: {
3189
+ description: string;
3190
+ example: string;
3191
+ pattern: string;
3192
+ title: string;
3193
+ type: string;
3194
+ };
3139
3195
  const transactionType: {
3140
3196
  enum: string[];
3141
3197
  type: string;
@@ -3156,6 +3212,13 @@ export declare namespace Schemas {
3156
3212
  enum: string[];
3157
3213
  type: string;
3158
3214
  };
3215
+ subScenario: {
3216
+ description: string;
3217
+ example: string;
3218
+ pattern: string;
3219
+ title: string;
3220
+ type: string;
3221
+ };
3159
3222
  };
3160
3223
  required: string[];
3161
3224
  type: string;
@@ -3276,6 +3339,13 @@ export declare namespace Schemas {
3276
3339
  maxLength: number;
3277
3340
  type: string;
3278
3341
  };
3342
+ subScenario: {
3343
+ description: string;
3344
+ example: string;
3345
+ pattern: string;
3346
+ title: string;
3347
+ type: string;
3348
+ };
3279
3349
  timestamp: {
3280
3350
  description: string;
3281
3351
  pattern: string;
@@ -3968,6 +4038,13 @@ export declare namespace Schemas {
3968
4038
  enum: string[];
3969
4039
  type: string;
3970
4040
  };
4041
+ subScenario: {
4042
+ description: string;
4043
+ example: string;
4044
+ pattern: string;
4045
+ title: string;
4046
+ type: string;
4047
+ };
3971
4048
  };
3972
4049
  required: string[];
3973
4050
  type: string;
@@ -4111,6 +4188,13 @@ export declare namespace Schemas {
4111
4188
  minItems: number;
4112
4189
  type: string;
4113
4190
  };
4191
+ subScenario: {
4192
+ description: string;
4193
+ example: string;
4194
+ pattern: string;
4195
+ title: string;
4196
+ type: string;
4197
+ };
4114
4198
  to: {
4115
4199
  properties: {
4116
4200
  dateOfBirth: {
@@ -75,6 +75,7 @@ var Schemas;
75
75
  Schemas.transactionRequestId = json_schemas_json_1.default.transactionRequestId;
76
76
  Schemas.transactionRequestResponse = json_schemas_json_1.default.transactionRequestResponse;
77
77
  Schemas.transactionRequestState = json_schemas_json_1.default.transactionRequestState;
78
+ Schemas.transactionSubScenario = json_schemas_json_1.default.transactionSubScenario;
78
79
  Schemas.transactionType = json_schemas_json_1.default.transactionType;
79
80
  Schemas.transactionTypeObject = json_schemas_json_1.default.transactionTypeObject;
80
81
  Schemas.transferDetailsResponse = json_schemas_json_1.default.transferDetailsResponse;
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/backend/schemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_0_0/backend/schemas.ts"],"names":[],"mappings":"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"}
@@ -69,6 +69,7 @@ export declare namespace Types {
69
69
  type transactionRequestId = components['schemas']['transactionRequestId'];
70
70
  type transactionRequestResponse = components['schemas']['transactionRequestResponse'];
71
71
  type transactionRequestState = components['schemas']['transactionRequestState'];
72
+ type transactionSubScenario = components['schemas']['transactionSubScenario'];
72
73
  type transactionType = components['schemas']['transactionType'];
73
74
  type transactionTypeObject = components['schemas']['transactionTypeObject'];
74
75
  type transferDetailsResponse = components['schemas']['transferDetailsResponse'];
@@ -495,6 +495,13 @@
495
495
  ],
496
496
  "description": "Type of transaction."
497
497
  },
498
+ "TransactionSubScenario": {
499
+ "title": "TransactionSubScenario",
500
+ "type": "string",
501
+ "pattern": "^[A-Z_]{1,32}$",
502
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
503
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
504
+ },
498
505
  "Note": {
499
506
  "title": "Note",
500
507
  "type": "string",
@@ -985,6 +992,13 @@
985
992
  ],
986
993
  "description": "Type of transaction."
987
994
  },
995
+ "subScenario": {
996
+ "title": "TransactionSubScenario",
997
+ "type": "string",
998
+ "pattern": "^[A-Z_]{1,32}$",
999
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
1000
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
1001
+ },
988
1002
  "note": {
989
1003
  "title": "Note",
990
1004
  "type": "string",
@@ -3055,6 +3069,13 @@
3055
3069
  ],
3056
3070
  "description": "Type of transaction."
3057
3071
  },
3072
+ "subScenario": {
3073
+ "title": "TransactionSubScenario",
3074
+ "type": "string",
3075
+ "pattern": "^[A-Z_]{1,32}$",
3076
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
3077
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
3078
+ },
3058
3079
  "note": {
3059
3080
  "title": "Note",
3060
3081
  "type": "string",
@@ -4674,6 +4695,13 @@
4674
4695
  ],
4675
4696
  "description": "Type of transaction."
4676
4697
  },
4698
+ "subScenario": {
4699
+ "title": "TransactionSubScenario",
4700
+ "type": "string",
4701
+ "pattern": "^[A-Z_]{1,32}$",
4702
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
4703
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
4704
+ },
4677
4705
  "note": {
4678
4706
  "title": "Note",
4679
4707
  "type": "string",
@@ -10114,6 +10142,13 @@
10114
10142
  ],
10115
10143
  "description": "Type of transaction."
10116
10144
  },
10145
+ "subScenario": {
10146
+ "title": "TransactionSubScenario",
10147
+ "type": "string",
10148
+ "pattern": "^[A-Z_]{1,32}$",
10149
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
10150
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
10151
+ },
10117
10152
  "ilpPacket": {
10118
10153
  "title": "IlpPacket",
10119
10154
  "type": "string",
@@ -10701,6 +10736,13 @@
10701
10736
  ],
10702
10737
  "description": "Type of transaction."
10703
10738
  },
10739
+ "subScenario": {
10740
+ "title": "TransactionSubScenario",
10741
+ "type": "string",
10742
+ "pattern": "^[A-Z_]{1,32}$",
10743
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
10744
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
10745
+ },
10704
10746
  "ilpPacket": {
10705
10747
  "title": "IlpPacket",
10706
10748
  "type": "string",
@@ -11304,6 +11346,13 @@
11304
11346
  ],
11305
11347
  "description": "Type of transaction."
11306
11348
  },
11349
+ "subScenario": {
11350
+ "title": "TransactionSubScenario",
11351
+ "type": "string",
11352
+ "pattern": "^[A-Z_]{1,32}$",
11353
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
11354
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
11355
+ },
11307
11356
  "note": {
11308
11357
  "title": "Note",
11309
11358
  "type": "string",
@@ -11865,6 +11914,13 @@
11865
11914
  ],
11866
11915
  "description": "Type of transaction."
11867
11916
  },
11917
+ "subScenario": {
11918
+ "title": "TransactionSubScenario",
11919
+ "type": "string",
11920
+ "pattern": "^[A-Z_]{1,32}$",
11921
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
11922
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
11923
+ },
11868
11924
  "note": {
11869
11925
  "title": "Note",
11870
11926
  "type": "string",
@@ -15372,6 +15428,13 @@
15372
15428
  ],
15373
15429
  "description": "Type of transaction."
15374
15430
  },
15431
+ "subScenario": {
15432
+ "title": "TransactionSubScenario",
15433
+ "type": "string",
15434
+ "pattern": "^[A-Z_]{1,32}$",
15435
+ "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
15436
+ "example": "LOCALLY_DEFINED_SUBSCENARIO"
15437
+ },
15375
15438
  "note": {
15376
15439
  "title": "Note",
15377
15440
  "type": "string",
@@ -15447,13 +15510,6 @@
15447
15510
  "description": "Below are the allowed values for the enumeration.\n- DEPOSIT - Used for performing a Cash-In (deposit) transaction. In a normal scenario, electronic funds are transferred from a Business account to a Consumer account, and physical cash is given from the Consumer to the Business User.\n- WITHDRAWAL - Used for performing a Cash-Out (withdrawal) transaction. In a normal scenario, electronic funds are transferred from a Consumer’s account to a Business account, and physical cash is given from the Business User to the Consumer.\n- TRANSFER - Used for performing a P2P (Peer to Peer, or Consumer to Consumer) transaction.\n- PAYMENT - Usually used for performing a transaction from a Consumer to a Merchant or Organization, but could also be for a B2B (Business to Business) payment. The transaction could be online for a purchase in an Internet store, in a physical store where both the Consumer and Business User are present, a bill payment, a donation, and so on.\n- REFUND - Used for performing a refund of transaction.",
15448
15511
  "example": "DEPOSIT"
15449
15512
  },
15450
- "TransactionSubScenario": {
15451
- "title": "TransactionSubScenario",
15452
- "type": "string",
15453
- "pattern": "^[A-Z_]{1,32}$",
15454
- "description": "Possible sub-scenario, defined locally within the scheme (UndefinedEnum Type).",
15455
- "example": "LOCALLY_DEFINED_SUBSCENARIO"
15456
- },
15457
15513
  "TransactionInitiator": {
15458
15514
  "title": "TransactionInitiator",
15459
15515
  "type": "string",