@kl1/contracts 1.2.50-uat → 1.2.52-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 +67 -307
- package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
- 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 +783 -1022
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- 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/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 +2488 -2549
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2488 -2549
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3461,20 +3461,20 @@ export declare const ticketContract: {
|
|
|
3461
3461
|
error?: any;
|
|
3462
3462
|
}>;
|
|
3463
3463
|
};
|
|
3464
|
-
path: "
|
|
3464
|
+
path: "ts/ticket";
|
|
3465
3465
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3466
3466
|
'x-tenant': z.ZodString;
|
|
3467
|
-
|
|
3467
|
+
'x-service-token': z.ZodString;
|
|
3468
3468
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
3469
3469
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
3470
3470
|
}, "strip", z.ZodTypeAny, {
|
|
3471
3471
|
'x-tenant': string;
|
|
3472
|
-
|
|
3472
|
+
'x-service-token': string;
|
|
3473
3473
|
'x-client-timezone': string;
|
|
3474
3474
|
'x-code'?: string | undefined;
|
|
3475
3475
|
}, {
|
|
3476
3476
|
'x-tenant': string;
|
|
3477
|
-
|
|
3477
|
+
'x-service-token': string;
|
|
3478
3478
|
'x-code'?: string | undefined;
|
|
3479
3479
|
'x-client-timezone'?: string | undefined;
|
|
3480
3480
|
}>>>;
|
|
@@ -5672,20 +5672,20 @@ export declare const ticketContract: {
|
|
|
5672
5672
|
error?: any;
|
|
5673
5673
|
}>;
|
|
5674
5674
|
};
|
|
5675
|
-
path: "
|
|
5675
|
+
path: "ts/ticket";
|
|
5676
5676
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5677
5677
|
'x-tenant': z.ZodString;
|
|
5678
|
-
|
|
5678
|
+
'x-service-token': z.ZodString;
|
|
5679
5679
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
5680
5680
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
5681
5681
|
}, "strip", z.ZodTypeAny, {
|
|
5682
5682
|
'x-tenant': string;
|
|
5683
|
-
|
|
5683
|
+
'x-service-token': string;
|
|
5684
5684
|
'x-client-timezone': string;
|
|
5685
5685
|
'x-code'?: string | undefined;
|
|
5686
5686
|
}, {
|
|
5687
5687
|
'x-tenant': string;
|
|
5688
|
-
|
|
5688
|
+
'x-service-token': string;
|
|
5689
5689
|
'x-code'?: string | undefined;
|
|
5690
5690
|
'x-client-timezone'?: string | undefined;
|
|
5691
5691
|
}>>>;
|
|
@@ -8963,20 +8963,20 @@ export declare const ticketContract: {
|
|
|
8963
8963
|
error?: any;
|
|
8964
8964
|
}>;
|
|
8965
8965
|
};
|
|
8966
|
-
path: "
|
|
8966
|
+
path: "ts/ticket/:id";
|
|
8967
8967
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8968
8968
|
'x-tenant': z.ZodString;
|
|
8969
|
-
|
|
8969
|
+
'x-service-token': z.ZodString;
|
|
8970
8970
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
8971
8971
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
8972
8972
|
}, "strip", z.ZodTypeAny, {
|
|
8973
8973
|
'x-tenant': string;
|
|
8974
|
-
|
|
8974
|
+
'x-service-token': string;
|
|
8975
8975
|
'x-client-timezone': string;
|
|
8976
8976
|
'x-code'?: string | undefined;
|
|
8977
8977
|
}, {
|
|
8978
8978
|
'x-tenant': string;
|
|
8979
|
-
|
|
8979
|
+
'x-service-token': string;
|
|
8980
8980
|
'x-code'?: string | undefined;
|
|
8981
8981
|
'x-client-timezone'?: string | undefined;
|
|
8982
8982
|
}>>>;
|
|
@@ -11116,20 +11116,20 @@ export declare const ticketContract: {
|
|
|
11116
11116
|
error?: any;
|
|
11117
11117
|
}>;
|
|
11118
11118
|
};
|
|
11119
|
-
path: "
|
|
11119
|
+
path: "ts/ticket/contact/:id";
|
|
11120
11120
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11121
11121
|
'x-tenant': z.ZodString;
|
|
11122
|
-
|
|
11122
|
+
'x-service-token': z.ZodString;
|
|
11123
11123
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
11124
11124
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
11125
11125
|
}, "strip", z.ZodTypeAny, {
|
|
11126
11126
|
'x-tenant': string;
|
|
11127
|
-
|
|
11127
|
+
'x-service-token': string;
|
|
11128
11128
|
'x-client-timezone': string;
|
|
11129
11129
|
'x-code'?: string | undefined;
|
|
11130
11130
|
}, {
|
|
11131
11131
|
'x-tenant': string;
|
|
11132
|
-
|
|
11132
|
+
'x-service-token': string;
|
|
11133
11133
|
'x-code'?: string | undefined;
|
|
11134
11134
|
'x-client-timezone'?: string | undefined;
|
|
11135
11135
|
}>>>;
|
|
@@ -14593,20 +14593,20 @@ export declare const ticketContract: {
|
|
|
14593
14593
|
error?: any;
|
|
14594
14594
|
}>;
|
|
14595
14595
|
};
|
|
14596
|
-
path: "
|
|
14596
|
+
path: "ts/ticket/:id";
|
|
14597
14597
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
14598
14598
|
'x-tenant': z.ZodString;
|
|
14599
|
-
|
|
14599
|
+
'x-service-token': z.ZodString;
|
|
14600
14600
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
14601
14601
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
14602
14602
|
}, "strip", z.ZodTypeAny, {
|
|
14603
14603
|
'x-tenant': string;
|
|
14604
|
-
|
|
14604
|
+
'x-service-token': string;
|
|
14605
14605
|
'x-client-timezone': string;
|
|
14606
14606
|
'x-code'?: string | undefined;
|
|
14607
14607
|
}, {
|
|
14608
14608
|
'x-tenant': string;
|
|
14609
|
-
|
|
14609
|
+
'x-service-token': string;
|
|
14610
14610
|
'x-code'?: string | undefined;
|
|
14611
14611
|
'x-client-timezone'?: string | undefined;
|
|
14612
14612
|
}>>>;
|
|
@@ -14644,20 +14644,20 @@ export declare const ticketContract: {
|
|
|
14644
14644
|
error?: any;
|
|
14645
14645
|
}>;
|
|
14646
14646
|
};
|
|
14647
|
-
path: "
|
|
14647
|
+
path: "ts/ticket/:id";
|
|
14648
14648
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
14649
14649
|
'x-tenant': z.ZodString;
|
|
14650
|
-
|
|
14650
|
+
'x-service-token': z.ZodString;
|
|
14651
14651
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
14652
14652
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
14653
14653
|
}, "strip", z.ZodTypeAny, {
|
|
14654
14654
|
'x-tenant': string;
|
|
14655
|
-
|
|
14655
|
+
'x-service-token': string;
|
|
14656
14656
|
'x-client-timezone': string;
|
|
14657
14657
|
'x-code'?: string | undefined;
|
|
14658
14658
|
}, {
|
|
14659
14659
|
'x-tenant': string;
|
|
14660
|
-
|
|
14660
|
+
'x-service-token': string;
|
|
14661
14661
|
'x-code'?: string | undefined;
|
|
14662
14662
|
'x-client-timezone'?: string | undefined;
|
|
14663
14663
|
}>>>;
|
|
@@ -14742,20 +14742,20 @@ export declare const ticketContract: {
|
|
|
14742
14742
|
error?: any;
|
|
14743
14743
|
}>;
|
|
14744
14744
|
};
|
|
14745
|
-
path: "
|
|
14745
|
+
path: "ts/ticket/description/update/:id";
|
|
14746
14746
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
14747
14747
|
'x-tenant': z.ZodString;
|
|
14748
|
-
|
|
14748
|
+
'x-service-token': z.ZodString;
|
|
14749
14749
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
14750
14750
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
14751
14751
|
}, "strip", z.ZodTypeAny, {
|
|
14752
14752
|
'x-tenant': string;
|
|
14753
|
-
|
|
14753
|
+
'x-service-token': string;
|
|
14754
14754
|
'x-client-timezone': string;
|
|
14755
14755
|
'x-code'?: string | undefined;
|
|
14756
14756
|
}, {
|
|
14757
14757
|
'x-tenant': string;
|
|
14758
|
-
|
|
14758
|
+
'x-service-token': string;
|
|
14759
14759
|
'x-code'?: string | undefined;
|
|
14760
14760
|
'x-client-timezone'?: string | undefined;
|
|
14761
14761
|
}>>>;
|
|
@@ -14840,20 +14840,20 @@ export declare const ticketContract: {
|
|
|
14840
14840
|
error?: any;
|
|
14841
14841
|
}>;
|
|
14842
14842
|
};
|
|
14843
|
-
path: "
|
|
14843
|
+
path: "ts/ticket/title/update/:id";
|
|
14844
14844
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
14845
14845
|
'x-tenant': z.ZodString;
|
|
14846
|
-
|
|
14846
|
+
'x-service-token': z.ZodString;
|
|
14847
14847
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
14848
14848
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
14849
14849
|
}, "strip", z.ZodTypeAny, {
|
|
14850
14850
|
'x-tenant': string;
|
|
14851
|
-
|
|
14851
|
+
'x-service-token': string;
|
|
14852
14852
|
'x-client-timezone': string;
|
|
14853
14853
|
'x-code'?: string | undefined;
|
|
14854
14854
|
}, {
|
|
14855
14855
|
'x-tenant': string;
|
|
14856
|
-
|
|
14856
|
+
'x-service-token': string;
|
|
14857
14857
|
'x-code'?: string | undefined;
|
|
14858
14858
|
'x-client-timezone'?: string | undefined;
|
|
14859
14859
|
}>>>;
|
|
@@ -14938,20 +14938,20 @@ export declare const ticketContract: {
|
|
|
14938
14938
|
error?: any;
|
|
14939
14939
|
}>;
|
|
14940
14940
|
};
|
|
14941
|
-
path: "
|
|
14941
|
+
path: "ts/ticket/type/update/:id";
|
|
14942
14942
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
14943
14943
|
'x-tenant': z.ZodString;
|
|
14944
|
-
|
|
14944
|
+
'x-service-token': z.ZodString;
|
|
14945
14945
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
14946
14946
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
14947
14947
|
}, "strip", z.ZodTypeAny, {
|
|
14948
14948
|
'x-tenant': string;
|
|
14949
|
-
|
|
14949
|
+
'x-service-token': string;
|
|
14950
14950
|
'x-client-timezone': string;
|
|
14951
14951
|
'x-code'?: string | undefined;
|
|
14952
14952
|
}, {
|
|
14953
14953
|
'x-tenant': string;
|
|
14954
|
-
|
|
14954
|
+
'x-service-token': string;
|
|
14955
14955
|
'x-code'?: string | undefined;
|
|
14956
14956
|
'x-client-timezone'?: string | undefined;
|
|
14957
14957
|
}>>>;
|
|
@@ -15036,20 +15036,20 @@ export declare const ticketContract: {
|
|
|
15036
15036
|
error?: any;
|
|
15037
15037
|
}>;
|
|
15038
15038
|
};
|
|
15039
|
-
path: "
|
|
15039
|
+
path: "ts/ticket/status/update/:id";
|
|
15040
15040
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
15041
15041
|
'x-tenant': z.ZodString;
|
|
15042
|
-
|
|
15042
|
+
'x-service-token': z.ZodString;
|
|
15043
15043
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
15044
15044
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
15045
15045
|
}, "strip", z.ZodTypeAny, {
|
|
15046
15046
|
'x-tenant': string;
|
|
15047
|
-
|
|
15047
|
+
'x-service-token': string;
|
|
15048
15048
|
'x-client-timezone': string;
|
|
15049
15049
|
'x-code'?: string | undefined;
|
|
15050
15050
|
}, {
|
|
15051
15051
|
'x-tenant': string;
|
|
15052
|
-
|
|
15052
|
+
'x-service-token': string;
|
|
15053
15053
|
'x-code'?: string | undefined;
|
|
15054
15054
|
'x-client-timezone'?: string | undefined;
|
|
15055
15055
|
}>>>;
|
|
@@ -15134,20 +15134,20 @@ export declare const ticketContract: {
|
|
|
15134
15134
|
error?: any;
|
|
15135
15135
|
}>;
|
|
15136
15136
|
};
|
|
15137
|
-
path: "
|
|
15137
|
+
path: "ts/ticket/priority/update/:id";
|
|
15138
15138
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
15139
15139
|
'x-tenant': z.ZodString;
|
|
15140
|
-
|
|
15140
|
+
'x-service-token': z.ZodString;
|
|
15141
15141
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
15142
15142
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
15143
15143
|
}, "strip", z.ZodTypeAny, {
|
|
15144
15144
|
'x-tenant': string;
|
|
15145
|
-
|
|
15145
|
+
'x-service-token': string;
|
|
15146
15146
|
'x-client-timezone': string;
|
|
15147
15147
|
'x-code'?: string | undefined;
|
|
15148
15148
|
}, {
|
|
15149
15149
|
'x-tenant': string;
|
|
15150
|
-
|
|
15150
|
+
'x-service-token': string;
|
|
15151
15151
|
'x-code'?: string | undefined;
|
|
15152
15152
|
'x-client-timezone'?: string | undefined;
|
|
15153
15153
|
}>>>;
|
|
@@ -15232,20 +15232,20 @@ export declare const ticketContract: {
|
|
|
15232
15232
|
error?: any;
|
|
15233
15233
|
}>;
|
|
15234
15234
|
};
|
|
15235
|
-
path: "
|
|
15235
|
+
path: "ts/ticket/channel/update/:id";
|
|
15236
15236
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
15237
15237
|
'x-tenant': z.ZodString;
|
|
15238
|
-
|
|
15238
|
+
'x-service-token': z.ZodString;
|
|
15239
15239
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
15240
15240
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
15241
15241
|
}, "strip", z.ZodTypeAny, {
|
|
15242
15242
|
'x-tenant': string;
|
|
15243
|
-
|
|
15243
|
+
'x-service-token': string;
|
|
15244
15244
|
'x-client-timezone': string;
|
|
15245
15245
|
'x-code'?: string | undefined;
|
|
15246
15246
|
}, {
|
|
15247
15247
|
'x-tenant': string;
|
|
15248
|
-
|
|
15248
|
+
'x-service-token': string;
|
|
15249
15249
|
'x-code'?: string | undefined;
|
|
15250
15250
|
'x-client-timezone'?: string | undefined;
|
|
15251
15251
|
}>>>;
|
|
@@ -15330,20 +15330,20 @@ export declare const ticketContract: {
|
|
|
15330
15330
|
error?: any;
|
|
15331
15331
|
}>;
|
|
15332
15332
|
};
|
|
15333
|
-
path: "
|
|
15333
|
+
path: "ts/ticket/tags/update/:id";
|
|
15334
15334
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
15335
15335
|
'x-tenant': z.ZodString;
|
|
15336
|
-
|
|
15336
|
+
'x-service-token': z.ZodString;
|
|
15337
15337
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
15338
15338
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
15339
15339
|
}, "strip", z.ZodTypeAny, {
|
|
15340
15340
|
'x-tenant': string;
|
|
15341
|
-
|
|
15341
|
+
'x-service-token': string;
|
|
15342
15342
|
'x-client-timezone': string;
|
|
15343
15343
|
'x-code'?: string | undefined;
|
|
15344
15344
|
}, {
|
|
15345
15345
|
'x-tenant': string;
|
|
15346
|
-
|
|
15346
|
+
'x-service-token': string;
|
|
15347
15347
|
'x-code'?: string | undefined;
|
|
15348
15348
|
'x-client-timezone'?: string | undefined;
|
|
15349
15349
|
}>>>;
|
|
@@ -18658,20 +18658,20 @@ export declare const ticketContract: {
|
|
|
18658
18658
|
error?: any;
|
|
18659
18659
|
}>;
|
|
18660
18660
|
};
|
|
18661
|
-
path: "
|
|
18661
|
+
path: "ts/ticket/assignee/update/:id";
|
|
18662
18662
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
18663
18663
|
'x-tenant': z.ZodString;
|
|
18664
|
-
|
|
18664
|
+
'x-service-token': z.ZodString;
|
|
18665
18665
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
18666
18666
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
18667
18667
|
}, "strip", z.ZodTypeAny, {
|
|
18668
18668
|
'x-tenant': string;
|
|
18669
|
-
|
|
18669
|
+
'x-service-token': string;
|
|
18670
18670
|
'x-client-timezone': string;
|
|
18671
18671
|
'x-code'?: string | undefined;
|
|
18672
18672
|
}, {
|
|
18673
18673
|
'x-tenant': string;
|
|
18674
|
-
|
|
18674
|
+
'x-service-token': string;
|
|
18675
18675
|
'x-code'?: string | undefined;
|
|
18676
18676
|
'x-client-timezone'?: string | undefined;
|
|
18677
18677
|
}>>>;
|
|
@@ -18755,20 +18755,20 @@ export declare const ticketContract: {
|
|
|
18755
18755
|
error?: any;
|
|
18756
18756
|
}>;
|
|
18757
18757
|
};
|
|
18758
|
-
path: "
|
|
18758
|
+
path: "ts/ticket/ticket_count/contact/:id";
|
|
18759
18759
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
18760
18760
|
'x-tenant': z.ZodString;
|
|
18761
|
-
|
|
18761
|
+
'x-service-token': z.ZodString;
|
|
18762
18762
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
18763
18763
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
18764
18764
|
}, "strip", z.ZodTypeAny, {
|
|
18765
18765
|
'x-tenant': string;
|
|
18766
|
-
|
|
18766
|
+
'x-service-token': string;
|
|
18767
18767
|
'x-client-timezone': string;
|
|
18768
18768
|
'x-code'?: string | undefined;
|
|
18769
18769
|
}, {
|
|
18770
18770
|
'x-tenant': string;
|
|
18771
|
-
|
|
18771
|
+
'x-service-token': string;
|
|
18772
18772
|
'x-code'?: string | undefined;
|
|
18773
18773
|
'x-client-timezone'?: string | undefined;
|
|
18774
18774
|
}>>>;
|
|
@@ -19146,20 +19146,20 @@ export declare const ticketContract: {
|
|
|
19146
19146
|
error?: any;
|
|
19147
19147
|
}>;
|
|
19148
19148
|
};
|
|
19149
|
-
path: "
|
|
19149
|
+
path: "ts/ticket/attachment";
|
|
19150
19150
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
19151
19151
|
'x-tenant': z.ZodString;
|
|
19152
|
-
|
|
19152
|
+
'x-service-token': z.ZodString;
|
|
19153
19153
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
19154
19154
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
19155
19155
|
}, "strip", z.ZodTypeAny, {
|
|
19156
19156
|
'x-tenant': string;
|
|
19157
|
-
|
|
19157
|
+
'x-service-token': string;
|
|
19158
19158
|
'x-client-timezone': string;
|
|
19159
19159
|
'x-code'?: string | undefined;
|
|
19160
19160
|
}, {
|
|
19161
19161
|
'x-tenant': string;
|
|
19162
|
-
|
|
19162
|
+
'x-service-token': string;
|
|
19163
19163
|
'x-code'?: string | undefined;
|
|
19164
19164
|
'x-client-timezone'?: string | undefined;
|
|
19165
19165
|
}>>>;
|
|
@@ -19249,20 +19249,20 @@ export declare const ticketContract: {
|
|
|
19249
19249
|
error?: any;
|
|
19250
19250
|
}>;
|
|
19251
19251
|
};
|
|
19252
|
-
path: "
|
|
19252
|
+
path: "ts/ticket/export";
|
|
19253
19253
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
19254
19254
|
'x-tenant': z.ZodString;
|
|
19255
|
-
|
|
19255
|
+
'x-service-token': z.ZodString;
|
|
19256
19256
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
19257
19257
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
19258
19258
|
}, "strip", z.ZodTypeAny, {
|
|
19259
19259
|
'x-tenant': string;
|
|
19260
|
-
|
|
19260
|
+
'x-service-token': string;
|
|
19261
19261
|
'x-client-timezone': string;
|
|
19262
19262
|
'x-code'?: string | undefined;
|
|
19263
19263
|
}, {
|
|
19264
19264
|
'x-tenant': string;
|
|
19265
|
-
|
|
19265
|
+
'x-service-token': string;
|
|
19266
19266
|
'x-code'?: string | undefined;
|
|
19267
19267
|
'x-client-timezone'?: string | undefined;
|
|
19268
19268
|
}>>>;
|
|
@@ -19308,20 +19308,20 @@ export declare const ticketContract: {
|
|
|
19308
19308
|
error?: any;
|
|
19309
19309
|
}>;
|
|
19310
19310
|
};
|
|
19311
|
-
path: "
|
|
19311
|
+
path: "ts/ticket/gs/ticket-reason-required";
|
|
19312
19312
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
19313
19313
|
'x-tenant': z.ZodString;
|
|
19314
|
-
|
|
19314
|
+
'x-service-token': z.ZodString;
|
|
19315
19315
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
19316
19316
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
19317
19317
|
}, "strip", z.ZodTypeAny, {
|
|
19318
19318
|
'x-tenant': string;
|
|
19319
|
-
|
|
19319
|
+
'x-service-token': string;
|
|
19320
19320
|
'x-client-timezone': string;
|
|
19321
19321
|
'x-code'?: string | undefined;
|
|
19322
19322
|
}, {
|
|
19323
19323
|
'x-tenant': string;
|
|
19324
|
-
|
|
19324
|
+
'x-service-token': string;
|
|
19325
19325
|
'x-code'?: string | undefined;
|
|
19326
19326
|
'x-client-timezone'?: string | undefined;
|
|
19327
19327
|
}>>>;
|
|
@@ -19374,20 +19374,20 @@ export declare const ticketContract: {
|
|
|
19374
19374
|
error?: any;
|
|
19375
19375
|
}>;
|
|
19376
19376
|
};
|
|
19377
|
-
path: "
|
|
19377
|
+
path: "ts/ticket/gs/ticket-reason-required";
|
|
19378
19378
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
19379
19379
|
'x-tenant': z.ZodString;
|
|
19380
|
-
|
|
19380
|
+
'x-service-token': z.ZodString;
|
|
19381
19381
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
19382
19382
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
19383
19383
|
}, "strip", z.ZodTypeAny, {
|
|
19384
19384
|
'x-tenant': string;
|
|
19385
|
-
|
|
19385
|
+
'x-service-token': string;
|
|
19386
19386
|
'x-client-timezone': string;
|
|
19387
19387
|
'x-code'?: string | undefined;
|
|
19388
19388
|
}, {
|
|
19389
19389
|
'x-tenant': string;
|
|
19390
|
-
|
|
19390
|
+
'x-service-token': string;
|
|
19391
19391
|
'x-code'?: string | undefined;
|
|
19392
19392
|
'x-client-timezone'?: string | undefined;
|
|
19393
19393
|
}>>>;
|
|
@@ -86,17 +86,17 @@ export declare const uploadContract: {
|
|
|
86
86
|
path: "/upload/:id/rename";
|
|
87
87
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
88
88
|
'x-tenant': z.ZodString;
|
|
89
|
-
|
|
89
|
+
'x-service-token': z.ZodString;
|
|
90
90
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
91
91
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
92
92
|
}, "strip", z.ZodTypeAny, {
|
|
93
93
|
'x-tenant': string;
|
|
94
|
-
|
|
94
|
+
'x-service-token': string;
|
|
95
95
|
'x-client-timezone': string;
|
|
96
96
|
'x-code'?: string | undefined;
|
|
97
97
|
}, {
|
|
98
98
|
'x-tenant': string;
|
|
99
|
-
|
|
99
|
+
'x-service-token': string;
|
|
100
100
|
'x-code'?: string | undefined;
|
|
101
101
|
'x-client-timezone'?: string | undefined;
|
|
102
102
|
}>>>;
|
|
@@ -178,17 +178,17 @@ export declare const uploadContract: {
|
|
|
178
178
|
path: "/upload/:id";
|
|
179
179
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
180
180
|
'x-tenant': z.ZodString;
|
|
181
|
-
|
|
181
|
+
'x-service-token': z.ZodString;
|
|
182
182
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
183
183
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
184
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
185
|
'x-tenant': string;
|
|
186
|
-
|
|
186
|
+
'x-service-token': string;
|
|
187
187
|
'x-client-timezone': string;
|
|
188
188
|
'x-code'?: string | undefined;
|
|
189
189
|
}, {
|
|
190
190
|
'x-tenant': string;
|
|
191
|
-
|
|
191
|
+
'x-service-token': string;
|
|
192
192
|
'x-code'?: string | undefined;
|
|
193
193
|
'x-client-timezone'?: string | undefined;
|
|
194
194
|
}>>>;
|
|
@@ -385,17 +385,17 @@ export declare const userContract: {
|
|
|
385
385
|
path: "user";
|
|
386
386
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
387
387
|
'x-tenant': z.ZodString;
|
|
388
|
-
|
|
388
|
+
'x-service-token': z.ZodString;
|
|
389
389
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
390
390
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
392
|
'x-tenant': string;
|
|
393
|
-
|
|
393
|
+
'x-service-token': string;
|
|
394
394
|
'x-client-timezone': string;
|
|
395
395
|
'x-code'?: string | undefined;
|
|
396
396
|
}, {
|
|
397
397
|
'x-tenant': string;
|
|
398
|
-
|
|
398
|
+
'x-service-token': string;
|
|
399
399
|
'x-code'?: string | undefined;
|
|
400
400
|
'x-client-timezone'?: string | undefined;
|
|
401
401
|
}>>>;
|
|
@@ -645,17 +645,17 @@ export declare const userContract: {
|
|
|
645
645
|
path: "user";
|
|
646
646
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
647
647
|
'x-tenant': z.ZodString;
|
|
648
|
-
|
|
648
|
+
'x-service-token': z.ZodString;
|
|
649
649
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
650
650
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
652
652
|
'x-tenant': string;
|
|
653
|
-
|
|
653
|
+
'x-service-token': string;
|
|
654
654
|
'x-client-timezone': string;
|
|
655
655
|
'x-code'?: string | undefined;
|
|
656
656
|
}, {
|
|
657
657
|
'x-tenant': string;
|
|
658
|
-
|
|
658
|
+
'x-service-token': string;
|
|
659
659
|
'x-code'?: string | undefined;
|
|
660
660
|
'x-client-timezone'?: string | undefined;
|
|
661
661
|
}>>>;
|
|
@@ -896,17 +896,17 @@ export declare const userContract: {
|
|
|
896
896
|
path: "user/:id";
|
|
897
897
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
898
898
|
'x-tenant': z.ZodString;
|
|
899
|
-
|
|
899
|
+
'x-service-token': z.ZodString;
|
|
900
900
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
901
901
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
902
902
|
}, "strip", z.ZodTypeAny, {
|
|
903
903
|
'x-tenant': string;
|
|
904
|
-
|
|
904
|
+
'x-service-token': string;
|
|
905
905
|
'x-client-timezone': string;
|
|
906
906
|
'x-code'?: string | undefined;
|
|
907
907
|
}, {
|
|
908
908
|
'x-tenant': string;
|
|
909
|
-
|
|
909
|
+
'x-service-token': string;
|
|
910
910
|
'x-code'?: string | undefined;
|
|
911
911
|
'x-client-timezone'?: string | undefined;
|
|
912
912
|
}>>>;
|
|
@@ -1300,17 +1300,17 @@ export declare const userContract: {
|
|
|
1300
1300
|
path: "user/:id";
|
|
1301
1301
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1302
1302
|
'x-tenant': z.ZodString;
|
|
1303
|
-
|
|
1303
|
+
'x-service-token': z.ZodString;
|
|
1304
1304
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
1305
1305
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
1306
1306
|
}, "strip", z.ZodTypeAny, {
|
|
1307
1307
|
'x-tenant': string;
|
|
1308
|
-
|
|
1308
|
+
'x-service-token': string;
|
|
1309
1309
|
'x-client-timezone': string;
|
|
1310
1310
|
'x-code'?: string | undefined;
|
|
1311
1311
|
}, {
|
|
1312
1312
|
'x-tenant': string;
|
|
1313
|
-
|
|
1313
|
+
'x-service-token': string;
|
|
1314
1314
|
'x-code'?: string | undefined;
|
|
1315
1315
|
'x-client-timezone'?: string | undefined;
|
|
1316
1316
|
}>>>;
|
|
@@ -1683,17 +1683,17 @@ export declare const userContract: {
|
|
|
1683
1683
|
path: "user/profile/:id";
|
|
1684
1684
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1685
1685
|
'x-tenant': z.ZodString;
|
|
1686
|
-
|
|
1686
|
+
'x-service-token': z.ZodString;
|
|
1687
1687
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
1688
1688
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
1689
1689
|
}, "strip", z.ZodTypeAny, {
|
|
1690
1690
|
'x-tenant': string;
|
|
1691
|
-
|
|
1691
|
+
'x-service-token': string;
|
|
1692
1692
|
'x-client-timezone': string;
|
|
1693
1693
|
'x-code'?: string | undefined;
|
|
1694
1694
|
}, {
|
|
1695
1695
|
'x-tenant': string;
|
|
1696
|
-
|
|
1696
|
+
'x-service-token': string;
|
|
1697
1697
|
'x-code'?: string | undefined;
|
|
1698
1698
|
'x-client-timezone'?: string | undefined;
|
|
1699
1699
|
}>>>;
|
|
@@ -1754,17 +1754,17 @@ export declare const userContract: {
|
|
|
1754
1754
|
path: "user/:id";
|
|
1755
1755
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1756
1756
|
'x-tenant': z.ZodString;
|
|
1757
|
-
|
|
1757
|
+
'x-service-token': z.ZodString;
|
|
1758
1758
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
1759
1759
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
1760
1760
|
}, "strip", z.ZodTypeAny, {
|
|
1761
1761
|
'x-tenant': string;
|
|
1762
|
-
|
|
1762
|
+
'x-service-token': string;
|
|
1763
1763
|
'x-client-timezone': string;
|
|
1764
1764
|
'x-code'?: string | undefined;
|
|
1765
1765
|
}, {
|
|
1766
1766
|
'x-tenant': string;
|
|
1767
|
-
|
|
1767
|
+
'x-service-token': string;
|
|
1768
1768
|
'x-code'?: string | undefined;
|
|
1769
1769
|
'x-client-timezone'?: string | undefined;
|
|
1770
1770
|
}>>>;
|