@yuno-payments/dashboard-api-mfe 0.36.51-beta.2 → 0.36.51-beta.3

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.
@@ -246,7 +246,7 @@ export declare namespace SmartRouting {
246
246
  export type DeclineTypes = {
247
247
  label: string;
248
248
  name: string;
249
- group_type?: DeclineGroupType;
249
+ group?: DeclineGroupType;
250
250
  is_used: boolean;
251
251
  step_type?: StepType;
252
252
  }[];
@@ -246,7 +246,7 @@ export declare namespace SmartRouting {
246
246
  export type DeclineTypes = {
247
247
  label: string;
248
248
  name: string;
249
- group_type?: DeclineGroupType;
249
+ group?: DeclineGroupType;
250
250
  is_used: boolean;
251
251
  step_type?: StepType;
252
252
  }[];
package/build/index.d.ts CHANGED
@@ -2138,7 +2138,7 @@ declare namespace SmartRouting {
2138
2138
  export type DeclineTypes = {
2139
2139
  label: string;
2140
2140
  name: string;
2141
- group_type?: DeclineGroupType;
2141
+ group?: DeclineGroupType;
2142
2142
  is_used: boolean;
2143
2143
  step_type?: StepType;
2144
2144
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.51-beta.2",
3
+ "version": "0.36.51-beta.3",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",