@yuno-payments/dashboard-api-mfe 0.36.51-beta.1 → 0.36.51-beta.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.
@@ -255,7 +255,7 @@ export declare namespace SmartRouting {
255
255
  name: string;
256
256
  account_code: string;
257
257
  decline_types: string[];
258
- group_type?: StepType;
258
+ group_type?: DeclineGroupType;
259
259
  }
260
260
  export interface PaymentRoute {
261
261
  index: number;
@@ -255,7 +255,7 @@ export declare namespace SmartRouting {
255
255
  name: string;
256
256
  account_code: string;
257
257
  decline_types: string[];
258
- group_type?: StepType;
258
+ group_type?: DeclineGroupType;
259
259
  }
260
260
  export interface PaymentRoute {
261
261
  index: number;
package/build/index.d.ts CHANGED
@@ -2147,7 +2147,7 @@ declare namespace SmartRouting {
2147
2147
  name: string;
2148
2148
  account_code: string;
2149
2149
  decline_types: string[];
2150
- group_type?: StepType;
2150
+ group_type?: DeclineGroupType;
2151
2151
  }
2152
2152
  export interface PaymentRoute {
2153
2153
  index: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.51-beta.1",
3
+ "version": "0.36.51-beta.2",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",