@kl1/contracts 1.1.34-uat → 1.1.36-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/index.js +51 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +51 -4
- package/dist/index.mjs.map +1 -1
- package/dist/src/business-calendar/index.d.ts +1 -1
- package/dist/src/chat/index.d.ts +128 -118
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +18 -18
- package/dist/src/chat/validation.d.ts +24 -24
- package/dist/src/contract.d.ts +701 -247
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +8 -8
- package/dist/src/cx-log/schema.d.ts +12 -12
- package/dist/src/instagram/index.d.ts +12 -12
- package/dist/src/line/index.d.ts +12 -12
- package/dist/src/mail/mail-contract.d.ts +30 -30
- package/dist/src/mail/room-contract.d.ts +30 -30
- package/dist/src/mail/schemas/room-validation.schema.d.ts +10 -10
- package/dist/src/mail/schemas/room.schema.d.ts +8 -8
- package/dist/src/messenger/index.d.ts +12 -12
- package/dist/src/viber/index.d.ts +12 -12
- package/dist/src/webchat/index.d.ts +12 -12
- package/dist/src/workflow-rule/index.d.ts +20 -20
- package/dist/src/wrap-up-form/index.d.ts +466 -22
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/src/wrap-up-form/validation.d.ts +3 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
@@ -2541,7 +2541,7 @@ export declare const webchatContract: {
|
|
2541
2541
|
}>, "many">;
|
2542
2542
|
callFrom: z.ZodNullable<z.ZodString>;
|
2543
2543
|
callTo: z.ZodNullable<z.ZodString>;
|
2544
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
2544
|
+
customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
2545
2545
|
id: z.ZodString;
|
2546
2546
|
createdAt: z.ZodDate;
|
2547
2547
|
updatedAt: z.ZodDate;
|
@@ -2574,7 +2574,7 @@ export declare const webchatContract: {
|
|
2574
2574
|
booleanValue: boolean | null;
|
2575
2575
|
numberValue: number | null;
|
2576
2576
|
dateValue: Date | null;
|
2577
|
-
}>, "many"
|
2577
|
+
}>, "many">>>;
|
2578
2578
|
}, "strip", z.ZodTypeAny, {
|
2579
2579
|
type: string;
|
2580
2580
|
id: string;
|
@@ -2625,7 +2625,7 @@ export declare const webchatContract: {
|
|
2625
2625
|
booleanValue: boolean | null;
|
2626
2626
|
numberValue: number | null;
|
2627
2627
|
dateValue: Date | null;
|
2628
|
-
}[] | undefined;
|
2628
|
+
}[] | null | undefined;
|
2629
2629
|
}, {
|
2630
2630
|
type: string;
|
2631
2631
|
id: string;
|
@@ -2676,7 +2676,7 @@ export declare const webchatContract: {
|
|
2676
2676
|
booleanValue: boolean | null;
|
2677
2677
|
numberValue: number | null;
|
2678
2678
|
dateValue: Date | null;
|
2679
|
-
}[] | undefined;
|
2679
|
+
}[] | null | undefined;
|
2680
2680
|
}>>;
|
2681
2681
|
}, "strip", z.ZodTypeAny, {
|
2682
2682
|
id: string;
|
@@ -2744,7 +2744,7 @@ export declare const webchatContract: {
|
|
2744
2744
|
booleanValue: boolean | null;
|
2745
2745
|
numberValue: number | null;
|
2746
2746
|
dateValue: Date | null;
|
2747
|
-
}[] | undefined;
|
2747
|
+
}[] | null | undefined;
|
2748
2748
|
} | null;
|
2749
2749
|
}, {
|
2750
2750
|
id: string;
|
@@ -2812,7 +2812,7 @@ export declare const webchatContract: {
|
|
2812
2812
|
booleanValue: boolean | null;
|
2813
2813
|
numberValue: number | null;
|
2814
2814
|
dateValue: Date | null;
|
2815
|
-
}[] | undefined;
|
2815
|
+
}[] | null | undefined;
|
2816
2816
|
} | null;
|
2817
2817
|
}>;
|
2818
2818
|
workflowRule: z.ZodObject<{
|
@@ -3186,7 +3186,7 @@ export declare const webchatContract: {
|
|
3186
3186
|
booleanValue: boolean | null;
|
3187
3187
|
numberValue: number | null;
|
3188
3188
|
dateValue: Date | null;
|
3189
|
-
}[] | undefined;
|
3189
|
+
}[] | null | undefined;
|
3190
3190
|
} | null;
|
3191
3191
|
};
|
3192
3192
|
workflowRule: {
|
@@ -3544,7 +3544,7 @@ export declare const webchatContract: {
|
|
3544
3544
|
booleanValue: boolean | null;
|
3545
3545
|
numberValue: number | null;
|
3546
3546
|
dateValue: Date | null;
|
3547
|
-
}[] | undefined;
|
3547
|
+
}[] | null | undefined;
|
3548
3548
|
} | null;
|
3549
3549
|
};
|
3550
3550
|
workflowRule: {
|
@@ -5673,7 +5673,7 @@ export declare const webchatContract: {
|
|
5673
5673
|
booleanValue: boolean | null;
|
5674
5674
|
numberValue: number | null;
|
5675
5675
|
dateValue: Date | null;
|
5676
|
-
}[] | undefined;
|
5676
|
+
}[] | null | undefined;
|
5677
5677
|
} | null;
|
5678
5678
|
};
|
5679
5679
|
workflowRule: {
|
@@ -6366,7 +6366,7 @@ export declare const webchatContract: {
|
|
6366
6366
|
booleanValue: boolean | null;
|
6367
6367
|
numberValue: number | null;
|
6368
6368
|
dateValue: Date | null;
|
6369
|
-
}[] | undefined;
|
6369
|
+
}[] | null | undefined;
|
6370
6370
|
} | null;
|
6371
6371
|
};
|
6372
6372
|
workflowRule: {
|
@@ -7061,7 +7061,7 @@ export declare const webchatContract: {
|
|
7061
7061
|
booleanValue: boolean | null;
|
7062
7062
|
numberValue: number | null;
|
7063
7063
|
dateValue: Date | null;
|
7064
|
-
}[] | undefined;
|
7064
|
+
}[] | null | undefined;
|
7065
7065
|
} | null;
|
7066
7066
|
};
|
7067
7067
|
workflowRule: {
|
@@ -7757,7 +7757,7 @@ export declare const webchatContract: {
|
|
7757
7757
|
booleanValue: boolean | null;
|
7758
7758
|
numberValue: number | null;
|
7759
7759
|
dateValue: Date | null;
|
7760
|
-
}[] | undefined;
|
7760
|
+
}[] | null | undefined;
|
7761
7761
|
} | null;
|
7762
7762
|
};
|
7763
7763
|
workflowRule: {
|
@@ -1886,7 +1886,7 @@ export declare const chatContract: {
|
|
1886
1886
|
}>, "many">;
|
1887
1887
|
callFrom: z.ZodNullable<z.ZodString>;
|
1888
1888
|
callTo: z.ZodNullable<z.ZodString>;
|
1889
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1889
|
+
customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1890
1890
|
id: z.ZodString;
|
1891
1891
|
createdAt: z.ZodDate;
|
1892
1892
|
updatedAt: z.ZodDate;
|
@@ -1919,7 +1919,7 @@ export declare const chatContract: {
|
|
1919
1919
|
booleanValue: boolean | null;
|
1920
1920
|
numberValue: number | null;
|
1921
1921
|
dateValue: Date | null;
|
1922
|
-
}>, "many"
|
1922
|
+
}>, "many">>>;
|
1923
1923
|
}, "strip", z.ZodTypeAny, {
|
1924
1924
|
type: string;
|
1925
1925
|
id: string;
|
@@ -1970,7 +1970,7 @@ export declare const chatContract: {
|
|
1970
1970
|
booleanValue: boolean | null;
|
1971
1971
|
numberValue: number | null;
|
1972
1972
|
dateValue: Date | null;
|
1973
|
-
}[] | undefined;
|
1973
|
+
}[] | null | undefined;
|
1974
1974
|
}, {
|
1975
1975
|
type: string;
|
1976
1976
|
id: string;
|
@@ -2021,7 +2021,7 @@ export declare const chatContract: {
|
|
2021
2021
|
booleanValue: boolean | null;
|
2022
2022
|
numberValue: number | null;
|
2023
2023
|
dateValue: Date | null;
|
2024
|
-
}[] | undefined;
|
2024
|
+
}[] | null | undefined;
|
2025
2025
|
}>>;
|
2026
2026
|
}, "strip", z.ZodTypeAny, {
|
2027
2027
|
id: string;
|
@@ -2089,7 +2089,7 @@ export declare const chatContract: {
|
|
2089
2089
|
booleanValue: boolean | null;
|
2090
2090
|
numberValue: number | null;
|
2091
2091
|
dateValue: Date | null;
|
2092
|
-
}[] | undefined;
|
2092
|
+
}[] | null | undefined;
|
2093
2093
|
} | null;
|
2094
2094
|
}, {
|
2095
2095
|
id: string;
|
@@ -2157,7 +2157,7 @@ export declare const chatContract: {
|
|
2157
2157
|
booleanValue: boolean | null;
|
2158
2158
|
numberValue: number | null;
|
2159
2159
|
dateValue: Date | null;
|
2160
|
-
}[] | undefined;
|
2160
|
+
}[] | null | undefined;
|
2161
2161
|
} | null;
|
2162
2162
|
}>;
|
2163
2163
|
workflowRule: z.ZodObject<{
|
@@ -2531,7 +2531,7 @@ export declare const chatContract: {
|
|
2531
2531
|
booleanValue: boolean | null;
|
2532
2532
|
numberValue: number | null;
|
2533
2533
|
dateValue: Date | null;
|
2534
|
-
}[] | undefined;
|
2534
|
+
}[] | null | undefined;
|
2535
2535
|
} | null;
|
2536
2536
|
};
|
2537
2537
|
workflowRule: {
|
@@ -2889,7 +2889,7 @@ export declare const chatContract: {
|
|
2889
2889
|
booleanValue: boolean | null;
|
2890
2890
|
numberValue: number | null;
|
2891
2891
|
dateValue: Date | null;
|
2892
|
-
}[] | undefined;
|
2892
|
+
}[] | null | undefined;
|
2893
2893
|
} | null;
|
2894
2894
|
};
|
2895
2895
|
workflowRule: {
|
@@ -3249,7 +3249,7 @@ export declare const chatContract: {
|
|
3249
3249
|
booleanValue: boolean | null;
|
3250
3250
|
numberValue: number | null;
|
3251
3251
|
dateValue: Date | null;
|
3252
|
-
}[] | undefined;
|
3252
|
+
}[] | null | undefined;
|
3253
3253
|
} | null;
|
3254
3254
|
};
|
3255
3255
|
workflowRule: {
|
@@ -3610,7 +3610,7 @@ export declare const chatContract: {
|
|
3610
3610
|
booleanValue: boolean | null;
|
3611
3611
|
numberValue: number | null;
|
3612
3612
|
dateValue: Date | null;
|
3613
|
-
}[] | undefined;
|
3613
|
+
}[] | null | undefined;
|
3614
3614
|
} | null;
|
3615
3615
|
};
|
3616
3616
|
workflowRule: {
|
@@ -5524,7 +5524,7 @@ export declare const chatContract: {
|
|
5524
5524
|
}>, "many">;
|
5525
5525
|
callFrom: z.ZodNullable<z.ZodString>;
|
5526
5526
|
callTo: z.ZodNullable<z.ZodString>;
|
5527
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
5527
|
+
customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
5528
5528
|
id: z.ZodString;
|
5529
5529
|
createdAt: z.ZodDate;
|
5530
5530
|
updatedAt: z.ZodDate;
|
@@ -5557,7 +5557,7 @@ export declare const chatContract: {
|
|
5557
5557
|
booleanValue: boolean | null;
|
5558
5558
|
numberValue: number | null;
|
5559
5559
|
dateValue: Date | null;
|
5560
|
-
}>, "many"
|
5560
|
+
}>, "many">>>;
|
5561
5561
|
}, "strip", z.ZodTypeAny, {
|
5562
5562
|
type: string;
|
5563
5563
|
id: string;
|
@@ -5608,7 +5608,7 @@ export declare const chatContract: {
|
|
5608
5608
|
booleanValue: boolean | null;
|
5609
5609
|
numberValue: number | null;
|
5610
5610
|
dateValue: Date | null;
|
5611
|
-
}[] | undefined;
|
5611
|
+
}[] | null | undefined;
|
5612
5612
|
}, {
|
5613
5613
|
type: string;
|
5614
5614
|
id: string;
|
@@ -5659,7 +5659,7 @@ export declare const chatContract: {
|
|
5659
5659
|
booleanValue: boolean | null;
|
5660
5660
|
numberValue: number | null;
|
5661
5661
|
dateValue: Date | null;
|
5662
|
-
}[] | undefined;
|
5662
|
+
}[] | null | undefined;
|
5663
5663
|
}>>;
|
5664
5664
|
}, "strip", z.ZodTypeAny, {
|
5665
5665
|
id: string;
|
@@ -5727,7 +5727,7 @@ export declare const chatContract: {
|
|
5727
5727
|
booleanValue: boolean | null;
|
5728
5728
|
numberValue: number | null;
|
5729
5729
|
dateValue: Date | null;
|
5730
|
-
}[] | undefined;
|
5730
|
+
}[] | null | undefined;
|
5731
5731
|
} | null;
|
5732
5732
|
}, {
|
5733
5733
|
id: string;
|
@@ -5795,7 +5795,7 @@ export declare const chatContract: {
|
|
5795
5795
|
booleanValue: boolean | null;
|
5796
5796
|
numberValue: number | null;
|
5797
5797
|
dateValue: Date | null;
|
5798
|
-
}[] | undefined;
|
5798
|
+
}[] | null | undefined;
|
5799
5799
|
} | null;
|
5800
5800
|
}>;
|
5801
5801
|
workflowRule: z.ZodObject<{
|
@@ -6170,7 +6170,7 @@ export declare const chatContract: {
|
|
6170
6170
|
booleanValue: boolean | null;
|
6171
6171
|
numberValue: number | null;
|
6172
6172
|
dateValue: Date | null;
|
6173
|
-
}[] | undefined;
|
6173
|
+
}[] | null | undefined;
|
6174
6174
|
} | null;
|
6175
6175
|
};
|
6176
6176
|
workflowRule: {
|
@@ -6529,7 +6529,7 @@ export declare const chatContract: {
|
|
6529
6529
|
booleanValue: boolean | null;
|
6530
6530
|
numberValue: number | null;
|
6531
6531
|
dateValue: Date | null;
|
6532
|
-
}[] | undefined;
|
6532
|
+
}[] | null | undefined;
|
6533
6533
|
} | null;
|
6534
6534
|
};
|
6535
6535
|
workflowRule: {
|
@@ -6890,7 +6890,7 @@ export declare const chatContract: {
|
|
6890
6890
|
booleanValue: boolean | null;
|
6891
6891
|
numberValue: number | null;
|
6892
6892
|
dateValue: Date | null;
|
6893
|
-
}[] | undefined;
|
6893
|
+
}[] | null | undefined;
|
6894
6894
|
} | null;
|
6895
6895
|
};
|
6896
6896
|
workflowRule: {
|
@@ -7252,7 +7252,7 @@ export declare const chatContract: {
|
|
7252
7252
|
booleanValue: boolean | null;
|
7253
7253
|
numberValue: number | null;
|
7254
7254
|
dateValue: Date | null;
|
7255
|
-
}[] | undefined;
|
7255
|
+
}[] | null | undefined;
|
7256
7256
|
} | null;
|
7257
7257
|
};
|
7258
7258
|
workflowRule: {
|