@kl1/contracts 1.3.43 → 1.3.46
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/contract.d.ts +11 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +3 -0
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +3 -0
- package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13218,6 +13218,7 @@ export declare const apiContract: {
|
|
|
13218
13218
|
type?: string | undefined;
|
|
13219
13219
|
}>, "many">>;
|
|
13220
13220
|
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13221
|
+
uid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13221
13222
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13222
13223
|
page?: number | undefined;
|
|
13223
13224
|
pageSize?: number | undefined;
|
|
@@ -13247,6 +13248,7 @@ export declare const apiContract: {
|
|
|
13247
13248
|
type?: string | undefined;
|
|
13248
13249
|
}[] | undefined;
|
|
13249
13250
|
selectedDate?: string | undefined;
|
|
13251
|
+
uid?: string | undefined;
|
|
13250
13252
|
}, {
|
|
13251
13253
|
page?: number | undefined;
|
|
13252
13254
|
pageSize?: number | undefined;
|
|
@@ -13276,6 +13278,7 @@ export declare const apiContract: {
|
|
|
13276
13278
|
type?: string | undefined;
|
|
13277
13279
|
}[] | undefined;
|
|
13278
13280
|
selectedDate?: string | undefined;
|
|
13281
|
+
uid?: string | undefined;
|
|
13279
13282
|
}>;
|
|
13280
13283
|
responses: {
|
|
13281
13284
|
200: import("zod").ZodObject<{
|
|
@@ -19963,6 +19966,7 @@ export declare const apiContract: {
|
|
|
19963
19966
|
usage: number;
|
|
19964
19967
|
usageUnit: string;
|
|
19965
19968
|
}>;
|
|
19969
|
+
uid: import("zod").ZodString;
|
|
19966
19970
|
}, "strip", import("zod").ZodTypeAny, {
|
|
19967
19971
|
id: string;
|
|
19968
19972
|
channel: string | null;
|
|
@@ -20905,6 +20909,7 @@ export declare const apiContract: {
|
|
|
20905
20909
|
usage: number;
|
|
20906
20910
|
usageUnit: string;
|
|
20907
20911
|
};
|
|
20912
|
+
uid: string;
|
|
20908
20913
|
}, {
|
|
20909
20914
|
id: string;
|
|
20910
20915
|
channel: string | null;
|
|
@@ -21847,6 +21852,7 @@ export declare const apiContract: {
|
|
|
21847
21852
|
usage: number;
|
|
21848
21853
|
usageUnit: string;
|
|
21849
21854
|
};
|
|
21855
|
+
uid: string;
|
|
21850
21856
|
}>, "many">;
|
|
21851
21857
|
}, "strip", import("zod").ZodTypeAny, {
|
|
21852
21858
|
total: number;
|
|
@@ -22795,6 +22801,7 @@ export declare const apiContract: {
|
|
|
22795
22801
|
usage: number;
|
|
22796
22802
|
usageUnit: string;
|
|
22797
22803
|
};
|
|
22804
|
+
uid: string;
|
|
22798
22805
|
}[];
|
|
22799
22806
|
}, {
|
|
22800
22807
|
total: number;
|
|
@@ -23743,6 +23750,7 @@ export declare const apiContract: {
|
|
|
23743
23750
|
usage: number;
|
|
23744
23751
|
usageUnit: string;
|
|
23745
23752
|
};
|
|
23753
|
+
uid: string;
|
|
23746
23754
|
}[];
|
|
23747
23755
|
}>;
|
|
23748
23756
|
401: import("zod").ZodObject<{
|
|
@@ -23809,6 +23817,7 @@ export declare const apiContract: {
|
|
|
23809
23817
|
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23810
23818
|
trunks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23811
23819
|
caseId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23820
|
+
uid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23812
23821
|
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23813
23822
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
23814
23823
|
agentIds: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodString, "many">, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>, string[], string[] | Record<string, string>>>;
|
|
@@ -23839,6 +23848,7 @@ export declare const apiContract: {
|
|
|
23839
23848
|
contactId?: string | undefined;
|
|
23840
23849
|
trunks?: string[] | undefined;
|
|
23841
23850
|
caseId?: string | undefined;
|
|
23851
|
+
uid?: string | undefined;
|
|
23842
23852
|
selectedDate?: string | undefined;
|
|
23843
23853
|
channelIds?: string[] | undefined;
|
|
23844
23854
|
agentIds?: string[] | undefined;
|
|
@@ -23869,6 +23879,7 @@ export declare const apiContract: {
|
|
|
23869
23879
|
contactId?: string | undefined;
|
|
23870
23880
|
trunks?: string[] | undefined;
|
|
23871
23881
|
caseId?: string | undefined;
|
|
23882
|
+
uid?: string | undefined;
|
|
23872
23883
|
selectedDate?: string | undefined;
|
|
23873
23884
|
channelIds?: string[] | undefined;
|
|
23874
23885
|
agentIds?: string[] | Record<string, string> | undefined;
|