@yuno-payments/dashboard-api-mfe 0.40.10-beta.1 → 0.40.11
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.
|
@@ -198,7 +198,7 @@ export declare namespace SmartRouting {
|
|
|
198
198
|
time_period_repeat_amount?: number;
|
|
199
199
|
time_period_repeat_frequency?: Frequency;
|
|
200
200
|
time_period_repetition_days?: Day[];
|
|
201
|
-
timezone
|
|
201
|
+
timezone?: string;
|
|
202
202
|
time_period_start_time?: string;
|
|
203
203
|
time_period_end_time?: string;
|
|
204
204
|
}
|
|
@@ -198,7 +198,7 @@ export declare namespace SmartRouting {
|
|
|
198
198
|
time_period_repeat_amount?: number;
|
|
199
199
|
time_period_repeat_frequency?: Frequency;
|
|
200
200
|
time_period_repetition_days?: Day[];
|
|
201
|
-
timezone
|
|
201
|
+
timezone?: string;
|
|
202
202
|
time_period_start_time?: string;
|
|
203
203
|
time_period_end_time?: string;
|
|
204
204
|
}
|
package/build/index.d.ts
CHANGED
|
@@ -2156,7 +2156,7 @@ declare namespace SmartRouting {
|
|
|
2156
2156
|
time_period_repeat_amount?: number;
|
|
2157
2157
|
time_period_repeat_frequency?: Frequency;
|
|
2158
2158
|
time_period_repetition_days?: Day[];
|
|
2159
|
-
timezone
|
|
2159
|
+
timezone?: string;
|
|
2160
2160
|
time_period_start_time?: string;
|
|
2161
2161
|
time_period_end_time?: string;
|
|
2162
2162
|
}
|