@pagelines/sdk 1.0.866 → 1.0.867
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.
|
@@ -77,10 +77,6 @@ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {
|
|
|
77
77
|
timezone?: string | undefined;
|
|
78
78
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
79
79
|
routinePrimaryChannel?: string | undefined;
|
|
80
|
-
heartbeatEnabled?: boolean | undefined;
|
|
81
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
82
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
83
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
84
80
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
85
81
|
onboardedAt?: string | null | undefined;
|
|
86
82
|
org?: {
|
|
@@ -216,10 +212,6 @@ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {
|
|
|
216
212
|
timezone?: string | undefined;
|
|
217
213
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
218
214
|
routinePrimaryChannel?: string | undefined;
|
|
219
|
-
heartbeatEnabled?: boolean | undefined;
|
|
220
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
221
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
222
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
223
215
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
224
216
|
onboardedAt?: string | null | undefined;
|
|
225
217
|
org?: {
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -202,10 +202,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
202
202
|
timezone?: string | undefined;
|
|
203
203
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
204
204
|
routinePrimaryChannel?: string | undefined;
|
|
205
|
-
heartbeatEnabled?: boolean | undefined;
|
|
206
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
207
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
208
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
209
205
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
210
206
|
onboardedAt?: string | null | undefined;
|
|
211
207
|
org?: {
|
|
@@ -434,10 +430,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
434
430
|
timezone?: string | undefined;
|
|
435
431
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
436
432
|
routinePrimaryChannel?: string | undefined;
|
|
437
|
-
heartbeatEnabled?: boolean | undefined;
|
|
438
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
439
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
440
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
441
433
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
442
434
|
onboardedAt?: string | null | undefined;
|
|
443
435
|
org?: {
|
|
@@ -563,10 +555,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
563
555
|
timezone?: string | undefined;
|
|
564
556
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
565
557
|
routinePrimaryChannel?: string | undefined;
|
|
566
|
-
heartbeatEnabled?: boolean | undefined;
|
|
567
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
568
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
569
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
570
558
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
571
559
|
onboardedAt?: string | null | undefined;
|
|
572
560
|
org?: {
|
|
@@ -81,10 +81,6 @@ export declare function useWidgetState(props: {
|
|
|
81
81
|
timezone?: string | undefined;
|
|
82
82
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
83
83
|
routinePrimaryChannel?: string | undefined;
|
|
84
|
-
heartbeatEnabled?: boolean | undefined;
|
|
85
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
86
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
87
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
88
84
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
89
85
|
onboardedAt?: string | null | undefined;
|
|
90
86
|
org?: {
|
|
@@ -218,10 +214,6 @@ export declare function useWidgetState(props: {
|
|
|
218
214
|
timezone?: string | undefined;
|
|
219
215
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
220
216
|
routinePrimaryChannel?: string | undefined;
|
|
221
|
-
heartbeatEnabled?: boolean | undefined;
|
|
222
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
223
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
224
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
225
217
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
226
218
|
onboardedAt?: string | null | undefined;
|
|
227
219
|
org?: {
|
|
@@ -355,10 +347,6 @@ export declare function useWidgetState(props: {
|
|
|
355
347
|
timezone?: string | undefined;
|
|
356
348
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
357
349
|
routinePrimaryChannel?: string | undefined;
|
|
358
|
-
heartbeatEnabled?: boolean | undefined;
|
|
359
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
360
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
361
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
362
350
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
363
351
|
onboardedAt?: string | null | undefined;
|
|
364
352
|
org?: {
|