@kl1/contracts 1.2.49-uat → 1.2.51-uat
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.
- package/dist/api-contracts/src/activity-log/index.d.ts +3 -3
- package/dist/api-contracts/src/attribute/index.d.ts +21 -21
- package/dist/api-contracts/src/auth/index.d.ts +15 -15
- package/dist/api-contracts/src/automation-queue/index.d.ts +21 -21
- package/dist/api-contracts/src/base-contract.d.ts +3 -3
- package/dist/api-contracts/src/category/index.d.ts +18 -18
- package/dist/api-contracts/src/channel/index.d.ts +66 -66
- package/dist/api-contracts/src/chat/index.d.ts +60 -60
- package/dist/api-contracts/src/comment/index.d.ts +16 -16
- package/dist/api-contracts/src/company/index.d.ts +5 -5
- package/dist/api-contracts/src/contact/index.d.ts +56 -56
- package/dist/api-contracts/src/contract.d.ts +795 -795
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +9 -9
- package/dist/api-contracts/src/cx-log/index.d.ts +9 -9
- package/dist/api-contracts/src/dashboard/index.d.ts +54 -54
- package/dist/api-contracts/src/extension/index.d.ts +21 -21
- package/dist/api-contracts/src/mail/account-contract.d.ts +33 -33
- package/dist/api-contracts/src/mail/mail-contract.d.ts +33 -33
- package/dist/api-contracts/src/permission/index.d.ts +3 -3
- package/dist/api-contracts/src/presence-status/index.d.ts +15 -15
- package/dist/api-contracts/src/role/index.d.ts +15 -15
- package/dist/api-contracts/src/subscription/index.d.ts +55 -76
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +0 -53
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +9 -9
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +42 -42
- package/dist/api-contracts/src/telephony-extension/index.d.ts +3 -3
- package/dist/api-contracts/src/ticket/index.d.ts +76 -76
- package/dist/api-contracts/src/upload/index.d.ts +6 -6
- package/dist/api-contracts/src/user/index.d.ts +18 -18
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +6 -6
- package/dist/api-contracts/src/widget/index.d.ts +27 -27
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +18 -18
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -387,17 +387,17 @@ export declare const activityLogContract: {
|
|
|
387
387
|
path: "activity-log";
|
|
388
388
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
389
389
|
'x-tenant': z.ZodString;
|
|
390
|
-
|
|
390
|
+
'x-service-token': z.ZodString;
|
|
391
391
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
392
392
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
393
393
|
}, "strip", z.ZodTypeAny, {
|
|
394
394
|
'x-tenant': string;
|
|
395
|
-
|
|
395
|
+
'x-service-token': string;
|
|
396
396
|
'x-client-timezone': string;
|
|
397
397
|
'x-code'?: string | undefined;
|
|
398
398
|
}, {
|
|
399
399
|
'x-tenant': string;
|
|
400
|
-
|
|
400
|
+
'x-service-token': string;
|
|
401
401
|
'x-code'?: string | undefined;
|
|
402
402
|
'x-client-timezone'?: string | undefined;
|
|
403
403
|
}>>>;
|
|
@@ -248,17 +248,17 @@ export declare const attributeContract: {
|
|
|
248
248
|
path: "attributes";
|
|
249
249
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
250
250
|
'x-tenant': z.ZodString;
|
|
251
|
-
|
|
251
|
+
'x-service-token': z.ZodString;
|
|
252
252
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
253
253
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
254
254
|
}, "strip", z.ZodTypeAny, {
|
|
255
255
|
'x-tenant': string;
|
|
256
|
-
|
|
256
|
+
'x-service-token': string;
|
|
257
257
|
'x-client-timezone': string;
|
|
258
258
|
'x-code'?: string | undefined;
|
|
259
259
|
}, {
|
|
260
260
|
'x-tenant': string;
|
|
261
|
-
|
|
261
|
+
'x-service-token': string;
|
|
262
262
|
'x-code'?: string | undefined;
|
|
263
263
|
'x-client-timezone'?: string | undefined;
|
|
264
264
|
}>>>;
|
|
@@ -466,17 +466,17 @@ export declare const attributeContract: {
|
|
|
466
466
|
path: "attributes";
|
|
467
467
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
468
468
|
'x-tenant': z.ZodString;
|
|
469
|
-
|
|
469
|
+
'x-service-token': z.ZodString;
|
|
470
470
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
471
471
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
472
472
|
}, "strip", z.ZodTypeAny, {
|
|
473
473
|
'x-tenant': string;
|
|
474
|
-
|
|
474
|
+
'x-service-token': string;
|
|
475
475
|
'x-client-timezone': string;
|
|
476
476
|
'x-code'?: string | undefined;
|
|
477
477
|
}, {
|
|
478
478
|
'x-tenant': string;
|
|
479
|
-
|
|
479
|
+
'x-service-token': string;
|
|
480
480
|
'x-code'?: string | undefined;
|
|
481
481
|
'x-client-timezone'?: string | undefined;
|
|
482
482
|
}>>>;
|
|
@@ -728,17 +728,17 @@ export declare const attributeContract: {
|
|
|
728
728
|
path: "attributes/:id";
|
|
729
729
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
730
730
|
'x-tenant': z.ZodString;
|
|
731
|
-
|
|
731
|
+
'x-service-token': z.ZodString;
|
|
732
732
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
733
733
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
734
734
|
}, "strip", z.ZodTypeAny, {
|
|
735
735
|
'x-tenant': string;
|
|
736
|
-
|
|
736
|
+
'x-service-token': string;
|
|
737
737
|
'x-client-timezone': string;
|
|
738
738
|
'x-code'?: string | undefined;
|
|
739
739
|
}, {
|
|
740
740
|
'x-tenant': string;
|
|
741
|
-
|
|
741
|
+
'x-service-token': string;
|
|
742
742
|
'x-code'?: string | undefined;
|
|
743
743
|
'x-client-timezone'?: string | undefined;
|
|
744
744
|
}>>>;
|
|
@@ -784,17 +784,17 @@ export declare const attributeContract: {
|
|
|
784
784
|
path: "attributes/visibility/:id";
|
|
785
785
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
786
786
|
'x-tenant': z.ZodString;
|
|
787
|
-
|
|
787
|
+
'x-service-token': z.ZodString;
|
|
788
788
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
789
789
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
790
790
|
}, "strip", z.ZodTypeAny, {
|
|
791
791
|
'x-tenant': string;
|
|
792
|
-
|
|
792
|
+
'x-service-token': string;
|
|
793
793
|
'x-client-timezone': string;
|
|
794
794
|
'x-code'?: string | undefined;
|
|
795
795
|
}, {
|
|
796
796
|
'x-tenant': string;
|
|
797
|
-
|
|
797
|
+
'x-service-token': string;
|
|
798
798
|
'x-code'?: string | undefined;
|
|
799
799
|
'x-client-timezone'?: string | undefined;
|
|
800
800
|
}>>>;
|
|
@@ -840,17 +840,17 @@ export declare const attributeContract: {
|
|
|
840
840
|
path: "attributes/required/:id";
|
|
841
841
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
842
842
|
'x-tenant': z.ZodString;
|
|
843
|
-
|
|
843
|
+
'x-service-token': z.ZodString;
|
|
844
844
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
845
845
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
846
846
|
}, "strip", z.ZodTypeAny, {
|
|
847
847
|
'x-tenant': string;
|
|
848
|
-
|
|
848
|
+
'x-service-token': string;
|
|
849
849
|
'x-client-timezone': string;
|
|
850
850
|
'x-code'?: string | undefined;
|
|
851
851
|
}, {
|
|
852
852
|
'x-tenant': string;
|
|
853
|
-
|
|
853
|
+
'x-service-token': string;
|
|
854
854
|
'x-code'?: string | undefined;
|
|
855
855
|
'x-client-timezone'?: string | undefined;
|
|
856
856
|
}>>>;
|
|
@@ -904,17 +904,17 @@ export declare const attributeContract: {
|
|
|
904
904
|
path: "attributes/position";
|
|
905
905
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
906
906
|
'x-tenant': z.ZodString;
|
|
907
|
-
|
|
907
|
+
'x-service-token': z.ZodString;
|
|
908
908
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
909
909
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
910
910
|
}, "strip", z.ZodTypeAny, {
|
|
911
911
|
'x-tenant': string;
|
|
912
|
-
|
|
912
|
+
'x-service-token': string;
|
|
913
913
|
'x-client-timezone': string;
|
|
914
914
|
'x-code'?: string | undefined;
|
|
915
915
|
}, {
|
|
916
916
|
'x-tenant': string;
|
|
917
|
-
|
|
917
|
+
'x-service-token': string;
|
|
918
918
|
'x-code'?: string | undefined;
|
|
919
919
|
'x-client-timezone'?: string | undefined;
|
|
920
920
|
}>>>;
|
|
@@ -954,17 +954,17 @@ export declare const attributeContract: {
|
|
|
954
954
|
path: "attributes/:id";
|
|
955
955
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
956
956
|
'x-tenant': z.ZodString;
|
|
957
|
-
|
|
957
|
+
'x-service-token': z.ZodString;
|
|
958
958
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
959
959
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
960
960
|
}, "strip", z.ZodTypeAny, {
|
|
961
961
|
'x-tenant': string;
|
|
962
|
-
|
|
962
|
+
'x-service-token': string;
|
|
963
963
|
'x-client-timezone': string;
|
|
964
964
|
'x-code'?: string | undefined;
|
|
965
965
|
}, {
|
|
966
966
|
'x-tenant': string;
|
|
967
|
-
|
|
967
|
+
'x-service-token': string;
|
|
968
968
|
'x-code'?: string | undefined;
|
|
969
969
|
'x-client-timezone'?: string | undefined;
|
|
970
970
|
}>>>;
|
|
@@ -52,17 +52,17 @@ export declare const authContract: {
|
|
|
52
52
|
path: "auth/refresh-token";
|
|
53
53
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
54
54
|
'x-tenant': z.ZodString;
|
|
55
|
-
|
|
55
|
+
'x-service-token': z.ZodString;
|
|
56
56
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
57
57
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
59
|
'x-tenant': string;
|
|
60
|
-
|
|
60
|
+
'x-service-token': string;
|
|
61
61
|
'x-client-timezone': string;
|
|
62
62
|
'x-code'?: string | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
'x-tenant': string;
|
|
65
|
-
|
|
65
|
+
'x-service-token': string;
|
|
66
66
|
'x-code'?: string | undefined;
|
|
67
67
|
'x-client-timezone'?: string | undefined;
|
|
68
68
|
}>>>;
|
|
@@ -119,17 +119,17 @@ export declare const authContract: {
|
|
|
119
119
|
path: "auth/exchange-token";
|
|
120
120
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
121
121
|
'x-tenant': z.ZodString;
|
|
122
|
-
|
|
122
|
+
'x-service-token': z.ZodString;
|
|
123
123
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
124
124
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
126
|
'x-tenant': string;
|
|
127
|
-
|
|
127
|
+
'x-service-token': string;
|
|
128
128
|
'x-client-timezone': string;
|
|
129
129
|
'x-code'?: string | undefined;
|
|
130
130
|
}, {
|
|
131
131
|
'x-tenant': string;
|
|
132
|
-
|
|
132
|
+
'x-service-token': string;
|
|
133
133
|
'x-code'?: string | undefined;
|
|
134
134
|
'x-client-timezone'?: string | undefined;
|
|
135
135
|
}>>>;
|
|
@@ -183,17 +183,17 @@ export declare const authContract: {
|
|
|
183
183
|
path: "auth/logout";
|
|
184
184
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
185
185
|
'x-tenant': z.ZodString;
|
|
186
|
-
|
|
186
|
+
'x-service-token': z.ZodString;
|
|
187
187
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
188
188
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
190
|
'x-tenant': string;
|
|
191
|
-
|
|
191
|
+
'x-service-token': string;
|
|
192
192
|
'x-client-timezone': string;
|
|
193
193
|
'x-code'?: string | undefined;
|
|
194
194
|
}, {
|
|
195
195
|
'x-tenant': string;
|
|
196
|
-
|
|
196
|
+
'x-service-token': string;
|
|
197
197
|
'x-code'?: string | undefined;
|
|
198
198
|
'x-client-timezone'?: string | undefined;
|
|
199
199
|
}>>>;
|
|
@@ -535,17 +535,17 @@ export declare const authContract: {
|
|
|
535
535
|
path: "auth/me";
|
|
536
536
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
537
537
|
'x-tenant': z.ZodString;
|
|
538
|
-
|
|
538
|
+
'x-service-token': z.ZodString;
|
|
539
539
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
540
540
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
541
541
|
}, "strip", z.ZodTypeAny, {
|
|
542
542
|
'x-tenant': string;
|
|
543
|
-
|
|
543
|
+
'x-service-token': string;
|
|
544
544
|
'x-client-timezone': string;
|
|
545
545
|
'x-code'?: string | undefined;
|
|
546
546
|
}, {
|
|
547
547
|
'x-tenant': string;
|
|
548
|
-
|
|
548
|
+
'x-service-token': string;
|
|
549
549
|
'x-code'?: string | undefined;
|
|
550
550
|
'x-client-timezone'?: string | undefined;
|
|
551
551
|
}>>>;
|
|
@@ -576,17 +576,17 @@ export declare const authContract: {
|
|
|
576
576
|
path: "auth/user/role";
|
|
577
577
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
578
578
|
'x-tenant': z.ZodString;
|
|
579
|
-
|
|
579
|
+
'x-service-token': z.ZodString;
|
|
580
580
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
581
581
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
582
582
|
}, "strip", z.ZodTypeAny, {
|
|
583
583
|
'x-tenant': string;
|
|
584
|
-
|
|
584
|
+
'x-service-token': string;
|
|
585
585
|
'x-client-timezone': string;
|
|
586
586
|
'x-code'?: string | undefined;
|
|
587
587
|
}, {
|
|
588
588
|
'x-tenant': string;
|
|
589
|
-
|
|
589
|
+
'x-service-token': string;
|
|
590
590
|
'x-code'?: string | undefined;
|
|
591
591
|
'x-client-timezone'?: string | undefined;
|
|
592
592
|
}>>>;
|
|
@@ -859,17 +859,17 @@ export declare const automationQueueContract: {
|
|
|
859
859
|
path: "/automation-queue";
|
|
860
860
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
861
861
|
'x-tenant': z.ZodString;
|
|
862
|
-
|
|
862
|
+
'x-service-token': z.ZodString;
|
|
863
863
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
864
864
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
865
865
|
}, "strip", z.ZodTypeAny, {
|
|
866
866
|
'x-tenant': string;
|
|
867
|
-
|
|
867
|
+
'x-service-token': string;
|
|
868
868
|
'x-client-timezone': string;
|
|
869
869
|
'x-code'?: string | undefined;
|
|
870
870
|
}, {
|
|
871
871
|
'x-tenant': string;
|
|
872
|
-
|
|
872
|
+
'x-service-token': string;
|
|
873
873
|
'x-code'?: string | undefined;
|
|
874
874
|
'x-client-timezone'?: string | undefined;
|
|
875
875
|
}>>>;
|
|
@@ -1709,17 +1709,17 @@ export declare const automationQueueContract: {
|
|
|
1709
1709
|
path: "/automation-queue/:id/duplicate";
|
|
1710
1710
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1711
1711
|
'x-tenant': z.ZodString;
|
|
1712
|
-
|
|
1712
|
+
'x-service-token': z.ZodString;
|
|
1713
1713
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
1714
1714
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
1715
1715
|
}, "strip", z.ZodTypeAny, {
|
|
1716
1716
|
'x-tenant': string;
|
|
1717
|
-
|
|
1717
|
+
'x-service-token': string;
|
|
1718
1718
|
'x-client-timezone': string;
|
|
1719
1719
|
'x-code'?: string | undefined;
|
|
1720
1720
|
}, {
|
|
1721
1721
|
'x-tenant': string;
|
|
1722
|
-
|
|
1722
|
+
'x-service-token': string;
|
|
1723
1723
|
'x-code'?: string | undefined;
|
|
1724
1724
|
'x-client-timezone'?: string | undefined;
|
|
1725
1725
|
}>>>;
|
|
@@ -2558,17 +2558,17 @@ export declare const automationQueueContract: {
|
|
|
2558
2558
|
path: "/automation-queue";
|
|
2559
2559
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2560
2560
|
'x-tenant': z.ZodString;
|
|
2561
|
-
|
|
2561
|
+
'x-service-token': z.ZodString;
|
|
2562
2562
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
2563
2563
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
2564
2564
|
}, "strip", z.ZodTypeAny, {
|
|
2565
2565
|
'x-tenant': string;
|
|
2566
|
-
|
|
2566
|
+
'x-service-token': string;
|
|
2567
2567
|
'x-client-timezone': string;
|
|
2568
2568
|
'x-code'?: string | undefined;
|
|
2569
2569
|
}, {
|
|
2570
2570
|
'x-tenant': string;
|
|
2571
|
-
|
|
2571
|
+
'x-service-token': string;
|
|
2572
2572
|
'x-code'?: string | undefined;
|
|
2573
2573
|
'x-client-timezone'?: string | undefined;
|
|
2574
2574
|
}>>>;
|
|
@@ -3407,17 +3407,17 @@ export declare const automationQueueContract: {
|
|
|
3407
3407
|
path: "/automation-queue/:id";
|
|
3408
3408
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3409
3409
|
'x-tenant': z.ZodString;
|
|
3410
|
-
|
|
3410
|
+
'x-service-token': z.ZodString;
|
|
3411
3411
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
3412
3412
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
3413
3413
|
}, "strip", z.ZodTypeAny, {
|
|
3414
3414
|
'x-tenant': string;
|
|
3415
|
-
|
|
3415
|
+
'x-service-token': string;
|
|
3416
3416
|
'x-client-timezone': string;
|
|
3417
3417
|
'x-code'?: string | undefined;
|
|
3418
3418
|
}, {
|
|
3419
3419
|
'x-tenant': string;
|
|
3420
|
-
|
|
3420
|
+
'x-service-token': string;
|
|
3421
3421
|
'x-code'?: string | undefined;
|
|
3422
3422
|
'x-client-timezone'?: string | undefined;
|
|
3423
3423
|
}>>>;
|
|
@@ -4281,17 +4281,17 @@ export declare const automationQueueContract: {
|
|
|
4281
4281
|
path: "/automation-queue/:id";
|
|
4282
4282
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4283
4283
|
'x-tenant': z.ZodString;
|
|
4284
|
-
|
|
4284
|
+
'x-service-token': z.ZodString;
|
|
4285
4285
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
4286
4286
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
4287
4287
|
}, "strip", z.ZodTypeAny, {
|
|
4288
4288
|
'x-tenant': string;
|
|
4289
|
-
|
|
4289
|
+
'x-service-token': string;
|
|
4290
4290
|
'x-client-timezone': string;
|
|
4291
4291
|
'x-code'?: string | undefined;
|
|
4292
4292
|
}, {
|
|
4293
4293
|
'x-tenant': string;
|
|
4294
|
-
|
|
4294
|
+
'x-service-token': string;
|
|
4295
4295
|
'x-code'?: string | undefined;
|
|
4296
4296
|
'x-client-timezone'?: string | undefined;
|
|
4297
4297
|
}>>>;
|
|
@@ -4321,17 +4321,17 @@ export declare const automationQueueContract: {
|
|
|
4321
4321
|
path: "/automation-queue/:id";
|
|
4322
4322
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4323
4323
|
'x-tenant': z.ZodString;
|
|
4324
|
-
|
|
4324
|
+
'x-service-token': z.ZodString;
|
|
4325
4325
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
4326
4326
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
4327
4327
|
}, "strip", z.ZodTypeAny, {
|
|
4328
4328
|
'x-tenant': string;
|
|
4329
|
-
|
|
4329
|
+
'x-service-token': string;
|
|
4330
4330
|
'x-client-timezone': string;
|
|
4331
4331
|
'x-code'?: string | undefined;
|
|
4332
4332
|
}, {
|
|
4333
4333
|
'x-tenant': string;
|
|
4334
|
-
|
|
4334
|
+
'x-service-token': string;
|
|
4335
4335
|
'x-code'?: string | undefined;
|
|
4336
4336
|
'x-client-timezone'?: string | undefined;
|
|
4337
4337
|
}>>>;
|
|
@@ -4373,17 +4373,17 @@ export declare const automationQueueContract: {
|
|
|
4373
4373
|
path: "/automation-queue/check-has-assigned-room";
|
|
4374
4374
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4375
4375
|
'x-tenant': z.ZodString;
|
|
4376
|
-
|
|
4376
|
+
'x-service-token': z.ZodString;
|
|
4377
4377
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
4378
4378
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
4379
4379
|
}, "strip", z.ZodTypeAny, {
|
|
4380
4380
|
'x-tenant': string;
|
|
4381
|
-
|
|
4381
|
+
'x-service-token': string;
|
|
4382
4382
|
'x-client-timezone': string;
|
|
4383
4383
|
'x-code'?: string | undefined;
|
|
4384
4384
|
}, {
|
|
4385
4385
|
'x-tenant': string;
|
|
4386
|
-
|
|
4386
|
+
'x-service-token': string;
|
|
4387
4387
|
'x-code'?: string | undefined;
|
|
4388
4388
|
'x-client-timezone'?: string | undefined;
|
|
4389
4389
|
}>>>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import z from 'zod';
|
|
2
2
|
export declare const DefaultHeaderSchema: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3
3
|
'x-tenant': z.ZodString;
|
|
4
|
-
|
|
4
|
+
'x-service-token': z.ZodString;
|
|
5
5
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
6
6
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
'x-tenant': string;
|
|
9
|
-
|
|
9
|
+
'x-service-token': string;
|
|
10
10
|
'x-client-timezone': string;
|
|
11
11
|
'x-code'?: string | undefined;
|
|
12
12
|
}, {
|
|
13
13
|
'x-tenant': string;
|
|
14
|
-
|
|
14
|
+
'x-service-token': string;
|
|
15
15
|
'x-code'?: string | undefined;
|
|
16
16
|
'x-client-timezone'?: string | undefined;
|
|
17
17
|
}>>>;
|
|
@@ -189,17 +189,17 @@ export declare const categoryContract: {
|
|
|
189
189
|
path: "categories";
|
|
190
190
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
191
191
|
'x-tenant': z.ZodString;
|
|
192
|
-
|
|
192
|
+
'x-service-token': z.ZodString;
|
|
193
193
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
194
194
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
195
195
|
}, "strip", z.ZodTypeAny, {
|
|
196
196
|
'x-tenant': string;
|
|
197
|
-
|
|
197
|
+
'x-service-token': string;
|
|
198
198
|
'x-client-timezone': string;
|
|
199
199
|
'x-code'?: string | undefined;
|
|
200
200
|
}, {
|
|
201
201
|
'x-tenant': string;
|
|
202
|
-
|
|
202
|
+
'x-service-token': string;
|
|
203
203
|
'x-code'?: string | undefined;
|
|
204
204
|
'x-client-timezone'?: string | undefined;
|
|
205
205
|
}>>>;
|
|
@@ -334,17 +334,17 @@ export declare const categoryContract: {
|
|
|
334
334
|
path: "categories";
|
|
335
335
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
336
336
|
'x-tenant': z.ZodString;
|
|
337
|
-
|
|
337
|
+
'x-service-token': z.ZodString;
|
|
338
338
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
339
339
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
340
340
|
}, "strip", z.ZodTypeAny, {
|
|
341
341
|
'x-tenant': string;
|
|
342
|
-
|
|
342
|
+
'x-service-token': string;
|
|
343
343
|
'x-client-timezone': string;
|
|
344
344
|
'x-code'?: string | undefined;
|
|
345
345
|
}, {
|
|
346
346
|
'x-tenant': string;
|
|
347
|
-
|
|
347
|
+
'x-service-token': string;
|
|
348
348
|
'x-code'?: string | undefined;
|
|
349
349
|
'x-client-timezone'?: string | undefined;
|
|
350
350
|
}>>>;
|
|
@@ -531,17 +531,17 @@ export declare const categoryContract: {
|
|
|
531
531
|
path: "categories/:id";
|
|
532
532
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
533
533
|
'x-tenant': z.ZodString;
|
|
534
|
-
|
|
534
|
+
'x-service-token': z.ZodString;
|
|
535
535
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
536
536
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
537
537
|
}, "strip", z.ZodTypeAny, {
|
|
538
538
|
'x-tenant': string;
|
|
539
|
-
|
|
539
|
+
'x-service-token': string;
|
|
540
540
|
'x-client-timezone': string;
|
|
541
541
|
'x-code'?: string | undefined;
|
|
542
542
|
}, {
|
|
543
543
|
'x-tenant': string;
|
|
544
|
-
|
|
544
|
+
'x-service-token': string;
|
|
545
545
|
'x-code'?: string | undefined;
|
|
546
546
|
'x-client-timezone'?: string | undefined;
|
|
547
547
|
}>>>;
|
|
@@ -581,17 +581,17 @@ export declare const categoryContract: {
|
|
|
581
581
|
path: "categories/:id";
|
|
582
582
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
583
583
|
'x-tenant': z.ZodString;
|
|
584
|
-
|
|
584
|
+
'x-service-token': z.ZodString;
|
|
585
585
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
586
586
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
587
587
|
}, "strip", z.ZodTypeAny, {
|
|
588
588
|
'x-tenant': string;
|
|
589
|
-
|
|
589
|
+
'x-service-token': string;
|
|
590
590
|
'x-client-timezone': string;
|
|
591
591
|
'x-code'?: string | undefined;
|
|
592
592
|
}, {
|
|
593
593
|
'x-tenant': string;
|
|
594
|
-
|
|
594
|
+
'x-service-token': string;
|
|
595
595
|
'x-code'?: string | undefined;
|
|
596
596
|
'x-client-timezone'?: string | undefined;
|
|
597
597
|
}>>>;
|
|
@@ -653,17 +653,17 @@ export declare const categoryContract: {
|
|
|
653
653
|
path: "categories/level";
|
|
654
654
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
655
655
|
'x-tenant': z.ZodString;
|
|
656
|
-
|
|
656
|
+
'x-service-token': z.ZodString;
|
|
657
657
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
658
658
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
659
659
|
}, "strip", z.ZodTypeAny, {
|
|
660
660
|
'x-tenant': string;
|
|
661
|
-
|
|
661
|
+
'x-service-token': string;
|
|
662
662
|
'x-client-timezone': string;
|
|
663
663
|
'x-code'?: string | undefined;
|
|
664
664
|
}, {
|
|
665
665
|
'x-tenant': string;
|
|
666
|
-
|
|
666
|
+
'x-service-token': string;
|
|
667
667
|
'x-code'?: string | undefined;
|
|
668
668
|
'x-client-timezone'?: string | undefined;
|
|
669
669
|
}>>>;
|
|
@@ -778,17 +778,17 @@ export declare const categoryContract: {
|
|
|
778
778
|
path: "categories/level/:id";
|
|
779
779
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
780
780
|
'x-tenant': z.ZodString;
|
|
781
|
-
|
|
781
|
+
'x-service-token': z.ZodString;
|
|
782
782
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
783
783
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
784
784
|
}, "strip", z.ZodTypeAny, {
|
|
785
785
|
'x-tenant': string;
|
|
786
|
-
|
|
786
|
+
'x-service-token': string;
|
|
787
787
|
'x-client-timezone': string;
|
|
788
788
|
'x-code'?: string | undefined;
|
|
789
789
|
}, {
|
|
790
790
|
'x-tenant': string;
|
|
791
|
-
|
|
791
|
+
'x-service-token': string;
|
|
792
792
|
'x-code'?: string | undefined;
|
|
793
793
|
'x-client-timezone'?: string | undefined;
|
|
794
794
|
}>>>;
|