@yuno-payments/dashboard-api-mfe 0.36.51-beta.1 → 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
|
-
|
|
249
|
+
group?: DeclineGroupType;
|
|
250
250
|
is_used: boolean;
|
|
251
251
|
step_type?: StepType;
|
|
252
252
|
}[];
|
|
@@ -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?:
|
|
258
|
+
group_type?: DeclineGroupType;
|
|
259
259
|
}
|
|
260
260
|
export interface PaymentRoute {
|
|
261
261
|
index: number;
|
|
@@ -246,7 +246,7 @@ export declare namespace SmartRouting {
|
|
|
246
246
|
export type DeclineTypes = {
|
|
247
247
|
label: string;
|
|
248
248
|
name: string;
|
|
249
|
-
|
|
249
|
+
group?: DeclineGroupType;
|
|
250
250
|
is_used: boolean;
|
|
251
251
|
step_type?: StepType;
|
|
252
252
|
}[];
|
|
@@ -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?:
|
|
258
|
+
group_type?: DeclineGroupType;
|
|
259
259
|
}
|
|
260
260
|
export interface PaymentRoute {
|
|
261
261
|
index: number;
|
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
|
-
|
|
2141
|
+
group?: DeclineGroupType;
|
|
2142
2142
|
is_used: boolean;
|
|
2143
2143
|
step_type?: StepType;
|
|
2144
2144
|
}[];
|
|
@@ -2147,7 +2147,7 @@ declare namespace SmartRouting {
|
|
|
2147
2147
|
name: string;
|
|
2148
2148
|
account_code: string;
|
|
2149
2149
|
decline_types: string[];
|
|
2150
|
-
group_type?:
|
|
2150
|
+
group_type?: DeclineGroupType;
|
|
2151
2151
|
}
|
|
2152
2152
|
export interface PaymentRoute {
|
|
2153
2153
|
index: number;
|