@kl1/contracts 1.1.3 → 1.1.4
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/contract.d.ts +9 -0
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/telephony-cdr/index.d.ts +9 -0
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/validation.d.ts +6 -0
- package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/contract.d.ts
CHANGED
@@ -158737,6 +158737,7 @@ export declare const telephonyContract: {
|
|
158737
158737
|
queueStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
158738
158738
|
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
158739
158739
|
agentCallsOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
158740
|
+
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
158740
158741
|
}, "strip", import("zod").ZodTypeAny, {
|
158741
158742
|
page: number;
|
158742
158743
|
pageSize: number;
|
@@ -158750,6 +158751,7 @@ export declare const telephonyContract: {
|
|
158750
158751
|
queueStatus?: string | undefined;
|
158751
158752
|
agentIds?: string[] | undefined;
|
158752
158753
|
agentCallsOnly?: boolean | undefined;
|
158754
|
+
contactId?: string | undefined;
|
158753
158755
|
}, {
|
158754
158756
|
page?: number | undefined;
|
158755
158757
|
pageSize?: number | undefined;
|
@@ -158763,6 +158765,7 @@ export declare const telephonyContract: {
|
|
158763
158765
|
queueStatus?: string | undefined;
|
158764
158766
|
agentIds?: string[] | undefined;
|
158765
158767
|
agentCallsOnly?: boolean | undefined;
|
158768
|
+
contactId?: string | undefined;
|
158766
158769
|
}>;
|
158767
158770
|
responses: {
|
158768
158771
|
200: import("zod").ZodObject<{
|
@@ -161470,6 +161473,7 @@ export declare const telephonyContract: {
|
|
161470
161473
|
queueStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
161471
161474
|
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
161472
161475
|
agentCallsOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
161476
|
+
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
161473
161477
|
}, "strip", import("zod").ZodTypeAny, {
|
161474
161478
|
page: number;
|
161475
161479
|
pageSize: number;
|
@@ -161483,6 +161487,7 @@ export declare const telephonyContract: {
|
|
161483
161487
|
queueStatus?: string | undefined;
|
161484
161488
|
agentIds?: string[] | undefined;
|
161485
161489
|
agentCallsOnly?: boolean | undefined;
|
161490
|
+
contactId?: string | undefined;
|
161486
161491
|
}, {
|
161487
161492
|
page?: number | undefined;
|
161488
161493
|
pageSize?: number | undefined;
|
@@ -161496,6 +161501,7 @@ export declare const telephonyContract: {
|
|
161496
161501
|
queueStatus?: string | undefined;
|
161497
161502
|
agentIds?: string[] | undefined;
|
161498
161503
|
agentCallsOnly?: boolean | undefined;
|
161504
|
+
contactId?: string | undefined;
|
161499
161505
|
}>;
|
161500
161506
|
responses: {
|
161501
161507
|
200: import("zod").ZodObject<{
|
@@ -166935,6 +166941,7 @@ export declare const telephonyContract: {
|
|
166935
166941
|
userId: import("zod").ZodOptional<import("zod").ZodString>;
|
166936
166942
|
callFrom: import("zod").ZodOptional<import("zod").ZodString>;
|
166937
166943
|
callTo: import("zod").ZodOptional<import("zod").ZodString>;
|
166944
|
+
contactId: import("zod").ZodOptional<import("zod").ZodString>;
|
166938
166945
|
selectedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
166939
166946
|
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
166940
166947
|
trunk: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
@@ -166948,6 +166955,7 @@ export declare const telephonyContract: {
|
|
166948
166955
|
userId?: string | undefined;
|
166949
166956
|
callFrom?: string | undefined;
|
166950
166957
|
callTo?: string | undefined;
|
166958
|
+
contactId?: string | undefined;
|
166951
166959
|
selectedDate?: string | undefined;
|
166952
166960
|
agentIds?: string[] | undefined;
|
166953
166961
|
trunk?: string[] | undefined;
|
@@ -166961,6 +166969,7 @@ export declare const telephonyContract: {
|
|
166961
166969
|
userId?: string | undefined;
|
166962
166970
|
callFrom?: string | undefined;
|
166963
166971
|
callTo?: string | undefined;
|
166972
|
+
contactId?: string | undefined;
|
166964
166973
|
selectedDate?: string | undefined;
|
166965
166974
|
agentIds?: string[] | undefined;
|
166966
166975
|
trunk?: string[] | undefined;
|