@kl1/contracts 1.2.49-uat → 1.2.51-uat
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -2891,17 +2891,17 @@ export declare const telephonyCdrContract: {
|
|
2891
2891
|
path: "telephony-cdr/";
|
2892
2892
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
2893
2893
|
'x-tenant': z.ZodString;
|
2894
|
-
|
2894
|
+
'x-service-token': z.ZodString;
|
2895
2895
|
'x-code': z.ZodOptional<z.ZodString>;
|
2896
2896
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
2897
2897
|
}, "strip", z.ZodTypeAny, {
|
2898
2898
|
'x-tenant': string;
|
2899
|
-
|
2899
|
+
'x-service-token': string;
|
2900
2900
|
'x-client-timezone': string;
|
2901
2901
|
'x-code'?: string | undefined;
|
2902
2902
|
}, {
|
2903
2903
|
'x-tenant': string;
|
2904
|
-
|
2904
|
+
'x-service-token': string;
|
2905
2905
|
'x-code'?: string | undefined;
|
2906
2906
|
'x-client-timezone'?: string | undefined;
|
2907
2907
|
}>>>;
|
@@ -5770,17 +5770,17 @@ export declare const telephonyCdrContract: {
|
|
5770
5770
|
path: "telephony-cdr/recordings";
|
5771
5771
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
5772
5772
|
'x-tenant': z.ZodString;
|
5773
|
-
|
5773
|
+
'x-service-token': z.ZodString;
|
5774
5774
|
'x-code': z.ZodOptional<z.ZodString>;
|
5775
5775
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
5776
5776
|
}, "strip", z.ZodTypeAny, {
|
5777
5777
|
'x-tenant': string;
|
5778
|
-
|
5778
|
+
'x-service-token': string;
|
5779
5779
|
'x-client-timezone': string;
|
5780
5780
|
'x-code'?: string | undefined;
|
5781
5781
|
}, {
|
5782
5782
|
'x-tenant': string;
|
5783
|
-
|
5783
|
+
'x-service-token': string;
|
5784
5784
|
'x-code'?: string | undefined;
|
5785
5785
|
'x-client-timezone'?: string | undefined;
|
5786
5786
|
}>>>;
|
@@ -8652,17 +8652,17 @@ export declare const telephonyCdrContract: {
|
|
8652
8652
|
path: "telephony-cdr/recent-calls";
|
8653
8653
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8654
8654
|
'x-tenant': z.ZodString;
|
8655
|
-
|
8655
|
+
'x-service-token': z.ZodString;
|
8656
8656
|
'x-code': z.ZodOptional<z.ZodString>;
|
8657
8657
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
8658
8658
|
}, "strip", z.ZodTypeAny, {
|
8659
8659
|
'x-tenant': string;
|
8660
|
-
|
8660
|
+
'x-service-token': string;
|
8661
8661
|
'x-client-timezone': string;
|
8662
8662
|
'x-code'?: string | undefined;
|
8663
8663
|
}, {
|
8664
8664
|
'x-tenant': string;
|
8665
|
-
|
8665
|
+
'x-service-token': string;
|
8666
8666
|
'x-code'?: string | undefined;
|
8667
8667
|
'x-client-timezone'?: string | undefined;
|
8668
8668
|
}>>>;
|
@@ -8742,17 +8742,17 @@ export declare const telephonyCdrContract: {
|
|
8742
8742
|
path: "telephony-cdr/export";
|
8743
8743
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8744
8744
|
'x-tenant': z.ZodString;
|
8745
|
-
|
8745
|
+
'x-service-token': z.ZodString;
|
8746
8746
|
'x-code': z.ZodOptional<z.ZodString>;
|
8747
8747
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
8748
8748
|
}, "strip", z.ZodTypeAny, {
|
8749
8749
|
'x-tenant': string;
|
8750
|
-
|
8750
|
+
'x-service-token': string;
|
8751
8751
|
'x-client-timezone': string;
|
8752
8752
|
'x-code'?: string | undefined;
|
8753
8753
|
}, {
|
8754
8754
|
'x-tenant': string;
|
8755
|
-
|
8755
|
+
'x-service-token': string;
|
8756
8756
|
'x-code'?: string | undefined;
|
8757
8757
|
'x-client-timezone'?: string | undefined;
|
8758
8758
|
}>>>;
|
@@ -8832,17 +8832,17 @@ export declare const telephonyCdrContract: {
|
|
8832
8832
|
path: "telephony-cdr/yeastar_call_report";
|
8833
8833
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8834
8834
|
'x-tenant': z.ZodString;
|
8835
|
-
|
8835
|
+
'x-service-token': z.ZodString;
|
8836
8836
|
'x-code': z.ZodOptional<z.ZodString>;
|
8837
8837
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
8838
8838
|
}, "strip", z.ZodTypeAny, {
|
8839
8839
|
'x-tenant': string;
|
8840
|
-
|
8840
|
+
'x-service-token': string;
|
8841
8841
|
'x-client-timezone': string;
|
8842
8842
|
'x-code'?: string | undefined;
|
8843
8843
|
}, {
|
8844
8844
|
'x-tenant': string;
|
8845
|
-
|
8845
|
+
'x-service-token': string;
|
8846
8846
|
'x-code'?: string | undefined;
|
8847
8847
|
'x-client-timezone'?: string | undefined;
|
8848
8848
|
}>>>;
|
@@ -8922,17 +8922,17 @@ export declare const telephonyCdrContract: {
|
|
8922
8922
|
path: "telephony-cdr/yeastar_call_report/export";
|
8923
8923
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8924
8924
|
'x-tenant': z.ZodString;
|
8925
|
-
|
8925
|
+
'x-service-token': z.ZodString;
|
8926
8926
|
'x-code': z.ZodOptional<z.ZodString>;
|
8927
8927
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
8928
8928
|
}, "strip", z.ZodTypeAny, {
|
8929
8929
|
'x-tenant': string;
|
8930
|
-
|
8930
|
+
'x-service-token': string;
|
8931
8931
|
'x-client-timezone': string;
|
8932
8932
|
'x-code'?: string | undefined;
|
8933
8933
|
}, {
|
8934
8934
|
'x-tenant': string;
|
8935
|
-
|
8935
|
+
'x-service-token': string;
|
8936
8936
|
'x-code'?: string | undefined;
|
8937
8937
|
'x-client-timezone'?: string | undefined;
|
8938
8938
|
}>>>;
|
@@ -9000,17 +9000,17 @@ export declare const telephonyCdrContract: {
|
|
9000
9000
|
path: "telephony-cdr/trunks";
|
9001
9001
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9002
9002
|
'x-tenant': z.ZodString;
|
9003
|
-
|
9003
|
+
'x-service-token': z.ZodString;
|
9004
9004
|
'x-code': z.ZodOptional<z.ZodString>;
|
9005
9005
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9006
9006
|
}, "strip", z.ZodTypeAny, {
|
9007
9007
|
'x-tenant': string;
|
9008
|
-
|
9008
|
+
'x-service-token': string;
|
9009
9009
|
'x-client-timezone': string;
|
9010
9010
|
'x-code'?: string | undefined;
|
9011
9011
|
}, {
|
9012
9012
|
'x-tenant': string;
|
9013
|
-
|
9013
|
+
'x-service-token': string;
|
9014
9014
|
'x-code'?: string | undefined;
|
9015
9015
|
'x-client-timezone'?: string | undefined;
|
9016
9016
|
}>>>;
|
@@ -9088,17 +9088,17 @@ export declare const telephonyCdrContract: {
|
|
9088
9088
|
path: "telephony-cdr/queues";
|
9089
9089
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9090
9090
|
'x-tenant': z.ZodString;
|
9091
|
-
|
9091
|
+
'x-service-token': z.ZodString;
|
9092
9092
|
'x-code': z.ZodOptional<z.ZodString>;
|
9093
9093
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9094
9094
|
}, "strip", z.ZodTypeAny, {
|
9095
9095
|
'x-tenant': string;
|
9096
|
-
|
9096
|
+
'x-service-token': string;
|
9097
9097
|
'x-client-timezone': string;
|
9098
9098
|
'x-code'?: string | undefined;
|
9099
9099
|
}, {
|
9100
9100
|
'x-tenant': string;
|
9101
|
-
|
9101
|
+
'x-service-token': string;
|
9102
9102
|
'x-code'?: string | undefined;
|
9103
9103
|
'x-client-timezone'?: string | undefined;
|
9104
9104
|
}>>>;
|
@@ -9493,17 +9493,17 @@ export declare const telephonyCdrContract: {
|
|
9493
9493
|
path: "telephony-cdr/extensions";
|
9494
9494
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9495
9495
|
'x-tenant': z.ZodString;
|
9496
|
-
|
9496
|
+
'x-service-token': z.ZodString;
|
9497
9497
|
'x-code': z.ZodOptional<z.ZodString>;
|
9498
9498
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9499
9499
|
}, "strip", z.ZodTypeAny, {
|
9500
9500
|
'x-tenant': string;
|
9501
|
-
|
9501
|
+
'x-service-token': string;
|
9502
9502
|
'x-client-timezone': string;
|
9503
9503
|
'x-code'?: string | undefined;
|
9504
9504
|
}, {
|
9505
9505
|
'x-tenant': string;
|
9506
|
-
|
9506
|
+
'x-service-token': string;
|
9507
9507
|
'x-code'?: string | undefined;
|
9508
9508
|
'x-client-timezone'?: string | undefined;
|
9509
9509
|
}>>>;
|
@@ -9557,17 +9557,17 @@ export declare const telephonyCdrContract: {
|
|
9557
9557
|
path: "telephony-cdr/dropdown";
|
9558
9558
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9559
9559
|
'x-tenant': z.ZodString;
|
9560
|
-
|
9560
|
+
'x-service-token': z.ZodString;
|
9561
9561
|
'x-code': z.ZodOptional<z.ZodString>;
|
9562
9562
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9563
9563
|
}, "strip", z.ZodTypeAny, {
|
9564
9564
|
'x-tenant': string;
|
9565
|
-
|
9565
|
+
'x-service-token': string;
|
9566
9566
|
'x-client-timezone': string;
|
9567
9567
|
'x-code'?: string | undefined;
|
9568
9568
|
}, {
|
9569
9569
|
'x-tenant': string;
|
9570
|
-
|
9570
|
+
'x-service-token': string;
|
9571
9571
|
'x-code'?: string | undefined;
|
9572
9572
|
'x-client-timezone'?: string | undefined;
|
9573
9573
|
}>>>;
|
@@ -9616,17 +9616,17 @@ export declare const telephonyCdrContract: {
|
|
9616
9616
|
path: "telephony-cdr/call-redirect-setting";
|
9617
9617
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9618
9618
|
'x-tenant': z.ZodString;
|
9619
|
-
|
9619
|
+
'x-service-token': z.ZodString;
|
9620
9620
|
'x-code': z.ZodOptional<z.ZodString>;
|
9621
9621
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9622
9622
|
}, "strip", z.ZodTypeAny, {
|
9623
9623
|
'x-tenant': string;
|
9624
|
-
|
9624
|
+
'x-service-token': string;
|
9625
9625
|
'x-client-timezone': string;
|
9626
9626
|
'x-code'?: string | undefined;
|
9627
9627
|
}, {
|
9628
9628
|
'x-tenant': string;
|
9629
|
-
|
9629
|
+
'x-service-token': string;
|
9630
9630
|
'x-code'?: string | undefined;
|
9631
9631
|
'x-client-timezone'?: string | undefined;
|
9632
9632
|
}>>>;
|
@@ -9682,17 +9682,17 @@ export declare const telephonyCdrContract: {
|
|
9682
9682
|
path: "telephony-cdr/call-redirect-setting";
|
9683
9683
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9684
9684
|
'x-tenant': z.ZodString;
|
9685
|
-
|
9685
|
+
'x-service-token': z.ZodString;
|
9686
9686
|
'x-code': z.ZodOptional<z.ZodString>;
|
9687
9687
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9688
9688
|
}, "strip", z.ZodTypeAny, {
|
9689
9689
|
'x-tenant': string;
|
9690
|
-
|
9690
|
+
'x-service-token': string;
|
9691
9691
|
'x-client-timezone': string;
|
9692
9692
|
'x-code'?: string | undefined;
|
9693
9693
|
}, {
|
9694
9694
|
'x-tenant': string;
|
9695
|
-
|
9695
|
+
'x-service-token': string;
|
9696
9696
|
'x-code'?: string | undefined;
|
9697
9697
|
'x-client-timezone'?: string | undefined;
|
9698
9698
|
}>>>;
|
@@ -9744,17 +9744,17 @@ export declare const telephonyCdrContract: {
|
|
9744
9744
|
path: "telephony-cdr/call-setting";
|
9745
9745
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9746
9746
|
'x-tenant': z.ZodString;
|
9747
|
-
|
9747
|
+
'x-service-token': z.ZodString;
|
9748
9748
|
'x-code': z.ZodOptional<z.ZodString>;
|
9749
9749
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9750
9750
|
}, "strip", z.ZodTypeAny, {
|
9751
9751
|
'x-tenant': string;
|
9752
|
-
|
9752
|
+
'x-service-token': string;
|
9753
9753
|
'x-client-timezone': string;
|
9754
9754
|
'x-code'?: string | undefined;
|
9755
9755
|
}, {
|
9756
9756
|
'x-tenant': string;
|
9757
|
-
|
9757
|
+
'x-service-token': string;
|
9758
9758
|
'x-code'?: string | undefined;
|
9759
9759
|
'x-client-timezone'?: string | undefined;
|
9760
9760
|
}>>>;
|
@@ -9816,17 +9816,17 @@ export declare const telephonyCdrContract: {
|
|
9816
9816
|
path: "telephony-cdr/call-setting";
|
9817
9817
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9818
9818
|
'x-tenant': z.ZodString;
|
9819
|
-
|
9819
|
+
'x-service-token': z.ZodString;
|
9820
9820
|
'x-code': z.ZodOptional<z.ZodString>;
|
9821
9821
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9822
9822
|
}, "strip", z.ZodTypeAny, {
|
9823
9823
|
'x-tenant': string;
|
9824
|
-
|
9824
|
+
'x-service-token': string;
|
9825
9825
|
'x-client-timezone': string;
|
9826
9826
|
'x-code'?: string | undefined;
|
9827
9827
|
}, {
|
9828
9828
|
'x-tenant': string;
|
9829
|
-
|
9829
|
+
'x-service-token': string;
|
9830
9830
|
'x-code'?: string | undefined;
|
9831
9831
|
'x-client-timezone'?: string | undefined;
|
9832
9832
|
}>>>;
|
@@ -244,17 +244,17 @@ export declare const telephonyExtensionContract: {
|
|
244
244
|
path: "telephony/extension_list";
|
245
245
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
246
246
|
'x-tenant': z.ZodString;
|
247
|
-
|
247
|
+
'x-service-token': z.ZodString;
|
248
248
|
'x-code': z.ZodOptional<z.ZodString>;
|
249
249
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
251
251
|
'x-tenant': string;
|
252
|
-
|
252
|
+
'x-service-token': string;
|
253
253
|
'x-client-timezone': string;
|
254
254
|
'x-code'?: string | undefined;
|
255
255
|
}, {
|
256
256
|
'x-tenant': string;
|
257
|
-
|
257
|
+
'x-service-token': string;
|
258
258
|
'x-code'?: string | undefined;
|
259
259
|
'x-client-timezone'?: string | undefined;
|
260
260
|
}>>>;
|