@kl1/contracts 1.1.21 → 1.1.22
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/src/contract.d.ts +10 -0
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +10 -0
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +6 -0
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/contract.d.ts
CHANGED
@@ -14207,7 +14207,9 @@ export declare const apiContract: {
|
|
14207
14207
|
startedDate: import("zod").ZodNullable<import("zod").ZodString>;
|
14208
14208
|
handledTime: import("zod").ZodNullable<import("zod").ZodString>;
|
14209
14209
|
firstResponseTime: import("zod").ZodNullable<import("zod").ZodString>;
|
14210
|
+
firstResponseDate: import("zod").ZodString;
|
14210
14211
|
resolutionTime: import("zod").ZodNullable<import("zod").ZodString>;
|
14212
|
+
resolutionDate: import("zod").ZodString;
|
14211
14213
|
slaMeet: import("zod").ZodNullable<import("zod").ZodString>;
|
14212
14214
|
evaluateForm: import("zod").ZodNullable<import("zod").ZodObject<{
|
14213
14215
|
id: import("zod").ZodString;
|
@@ -19732,7 +19734,9 @@ export declare const apiContract: {
|
|
19732
19734
|
} | null;
|
19733
19735
|
customerPhone: string | null;
|
19734
19736
|
channelType: string | null;
|
19737
|
+
firstResponseDate: string;
|
19735
19738
|
resolutionTime: string | null;
|
19739
|
+
resolutionDate: string;
|
19736
19740
|
slaMeet: string | null;
|
19737
19741
|
evaluateForm: {
|
19738
19742
|
id: string;
|
@@ -20455,7 +20459,9 @@ export declare const apiContract: {
|
|
20455
20459
|
} | null;
|
20456
20460
|
customerPhone: string | null;
|
20457
20461
|
channelType: string | null;
|
20462
|
+
firstResponseDate: string;
|
20458
20463
|
resolutionTime: string | null;
|
20464
|
+
resolutionDate: string;
|
20459
20465
|
slaMeet: string | null;
|
20460
20466
|
evaluateForm: {
|
20461
20467
|
id: string;
|
@@ -21184,7 +21190,9 @@ export declare const apiContract: {
|
|
21184
21190
|
} | null;
|
21185
21191
|
customerPhone: string | null;
|
21186
21192
|
channelType: string | null;
|
21193
|
+
firstResponseDate: string;
|
21187
21194
|
resolutionTime: string | null;
|
21195
|
+
resolutionDate: string;
|
21188
21196
|
slaMeet: string | null;
|
21189
21197
|
evaluateForm: {
|
21190
21198
|
id: string;
|
@@ -21913,7 +21921,9 @@ export declare const apiContract: {
|
|
21913
21921
|
} | null;
|
21914
21922
|
customerPhone: string | null;
|
21915
21923
|
channelType: string | null;
|
21924
|
+
firstResponseDate: string;
|
21916
21925
|
resolutionTime: string | null;
|
21926
|
+
resolutionDate: string;
|
21917
21927
|
slaMeet: string | null;
|
21918
21928
|
evaluateForm: {
|
21919
21929
|
id: string;
|