@kl1/contracts 1.1.74-uat → 1.1.75-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/api-contracts/src/contract.d.ts +91 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
- package/dist/index.js +393 -371
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +393 -371
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +652 -620
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +551 -4289
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +218 -200
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +134 -160
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +68 -68
- package/dist/src/comment/schema.d.ts +20 -20
- package/dist/src/contact/index.d.ts +79 -79
- package/dist/src/contact/schema.d.ts +12 -12
- package/dist/src/contact/validation.d.ts +49 -49
- package/dist/src/contract.d.ts +5733 -23901
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +48 -93
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +40 -40
- package/dist/src/dashboard/index.d.ts +231 -233
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +260 -217
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/dashboard/validation.d.ts +0 -26
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +122 -122
- package/dist/src/facebook-feed/schema.d.ts +14 -14
- package/dist/src/facebook-feed/validation.d.ts +11 -11
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +101 -101
- package/dist/src/line/index.d.ts +106 -106
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/mail/account-contract.d.ts +8 -8
- package/dist/src/mail/mail-contract.d.ts +5993 -28466
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/mail-server-contract.d.ts +5 -5
- package/dist/src/mail/message-contract.d.ts +63 -6423
- package/dist/src/mail/message-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +1583 -17698
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
- package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/message.schema.d.ts +40 -762
- package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
- package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +101 -101
- package/dist/src/messenger/validation.d.ts +11 -11
- package/dist/src/public-api/index.d.ts +59 -59
- package/dist/src/public-api/schema.d.ts +12 -12
- package/dist/src/public-api/validation.d.ts +19 -19
- package/dist/src/role/index.d.ts +0 -125
- package/dist/src/role/index.d.ts.map +1 -1
- package/dist/src/snippet/index.d.ts +105 -105
- package/dist/src/snippet/schema.d.ts +40 -40
- package/dist/src/telephony-cdr/index.d.ts +54 -54
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +14 -14
- package/dist/src/ticket/index.d.ts +111 -111
- package/dist/src/ticket/schema.d.ts +21 -21
- package/dist/src/upload/schema.d.ts +3 -3
- package/dist/src/viber/index.d.ts +101 -101
- package/dist/src/webchat/index.d.ts +101 -101
- package/dist/src/workflow-rule/index.d.ts +26 -26
- package/package.json +1 -1
|
@@ -10552,12 +10552,15 @@ export declare const apiContract: {
|
|
|
10552
10552
|
method: "GET";
|
|
10553
10553
|
query: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10554
10554
|
selectedDate: import("zod").ZodString;
|
|
10555
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
10555
10556
|
agentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10556
10557
|
}, "strip", import("zod").ZodTypeAny, {
|
|
10557
10558
|
selectedDate: string;
|
|
10559
|
+
channelIds?: string[] | undefined;
|
|
10558
10560
|
agentId?: string | undefined;
|
|
10559
10561
|
}, {
|
|
10560
10562
|
selectedDate: string;
|
|
10563
|
+
channelIds?: string[] | undefined;
|
|
10561
10564
|
agentId?: string | undefined;
|
|
10562
10565
|
}>>;
|
|
10563
10566
|
responses: {
|
|
@@ -10757,11 +10760,14 @@ export declare const apiContract: {
|
|
|
10757
10760
|
summary: "Get queue call dashboard";
|
|
10758
10761
|
method: "GET";
|
|
10759
10762
|
query: import("zod").ZodObject<{
|
|
10763
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
10760
10764
|
selectedDate: import("zod").ZodString;
|
|
10761
10765
|
}, "strip", import("zod").ZodTypeAny, {
|
|
10762
10766
|
selectedDate: string;
|
|
10767
|
+
channelIds?: string[] | undefined;
|
|
10763
10768
|
}, {
|
|
10764
10769
|
selectedDate: string;
|
|
10770
|
+
channelIds?: string[] | undefined;
|
|
10765
10771
|
}>;
|
|
10766
10772
|
responses: {
|
|
10767
10773
|
200: import("zod").ZodObject<{
|
|
@@ -11332,12 +11338,15 @@ export declare const apiContract: {
|
|
|
11332
11338
|
method: "GET";
|
|
11333
11339
|
query: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11334
11340
|
selectedDate: import("zod").ZodString;
|
|
11341
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
11335
11342
|
agentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11336
11343
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11337
11344
|
selectedDate: string;
|
|
11345
|
+
channelIds?: string[] | undefined;
|
|
11338
11346
|
agentId?: string | undefined;
|
|
11339
11347
|
}, {
|
|
11340
11348
|
selectedDate: string;
|
|
11349
|
+
channelIds?: string[] | undefined;
|
|
11341
11350
|
agentId?: string | undefined;
|
|
11342
11351
|
}>>;
|
|
11343
11352
|
responses: {
|
|
@@ -11524,11 +11533,14 @@ export declare const apiContract: {
|
|
|
11524
11533
|
summary: "Get ticket tag data";
|
|
11525
11534
|
method: "GET";
|
|
11526
11535
|
query: import("zod").ZodObject<{
|
|
11536
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
11527
11537
|
selectedDate: import("zod").ZodString;
|
|
11528
11538
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11529
11539
|
selectedDate: string;
|
|
11540
|
+
channelIds?: string[] | undefined;
|
|
11530
11541
|
}, {
|
|
11531
11542
|
selectedDate: string;
|
|
11543
|
+
channelIds?: string[] | undefined;
|
|
11532
11544
|
}>;
|
|
11533
11545
|
responses: {
|
|
11534
11546
|
200: import("zod").ZodObject<{
|
|
@@ -11742,12 +11754,15 @@ export declare const apiContract: {
|
|
|
11742
11754
|
method: "GET";
|
|
11743
11755
|
query: import("zod").ZodObject<{
|
|
11744
11756
|
selectedDate: import("zod").ZodString;
|
|
11757
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
11745
11758
|
direction: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11746
11759
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11747
11760
|
selectedDate: string;
|
|
11761
|
+
channelIds?: string[] | undefined;
|
|
11748
11762
|
direction?: string | undefined;
|
|
11749
11763
|
}, {
|
|
11750
11764
|
selectedDate: string;
|
|
11765
|
+
channelIds?: string[] | undefined;
|
|
11751
11766
|
direction?: string | undefined;
|
|
11752
11767
|
}>;
|
|
11753
11768
|
responses: {
|
|
@@ -11815,12 +11830,15 @@ export declare const apiContract: {
|
|
|
11815
11830
|
method: "GET";
|
|
11816
11831
|
query: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11817
11832
|
selectedDate: import("zod").ZodString;
|
|
11833
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
11818
11834
|
agentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11819
11835
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11820
11836
|
selectedDate: string;
|
|
11837
|
+
channelIds?: string[] | undefined;
|
|
11821
11838
|
agentId?: string | undefined;
|
|
11822
11839
|
}, {
|
|
11823
11840
|
selectedDate: string;
|
|
11841
|
+
channelIds?: string[] | undefined;
|
|
11824
11842
|
agentId?: string | undefined;
|
|
11825
11843
|
}>>;
|
|
11826
11844
|
responses: {
|
|
@@ -222581,6 +222599,79 @@ export declare const holdLabelContract: {
|
|
|
222581
222599
|
};
|
|
222582
222600
|
path: "hold-label";
|
|
222583
222601
|
};
|
|
222602
|
+
updateHoldLabelPosition: {
|
|
222603
|
+
body: import("zod").ZodObject<{
|
|
222604
|
+
holdLabels: import("zod").ZodArray<import("zod").ZodObject<{
|
|
222605
|
+
id: import("zod").ZodString;
|
|
222606
|
+
position: import("zod").ZodNumber;
|
|
222607
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
222608
|
+
id: string;
|
|
222609
|
+
position: number;
|
|
222610
|
+
}, {
|
|
222611
|
+
id: string;
|
|
222612
|
+
position: number;
|
|
222613
|
+
}>, "many">;
|
|
222614
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
222615
|
+
holdLabels: {
|
|
222616
|
+
id: string;
|
|
222617
|
+
position: number;
|
|
222618
|
+
}[];
|
|
222619
|
+
}, {
|
|
222620
|
+
holdLabels: {
|
|
222621
|
+
id: string;
|
|
222622
|
+
position: number;
|
|
222623
|
+
}[];
|
|
222624
|
+
}>;
|
|
222625
|
+
method: "POST";
|
|
222626
|
+
responses: {
|
|
222627
|
+
200: import("zod").ZodObject<{
|
|
222628
|
+
requestId: import("zod").ZodString;
|
|
222629
|
+
holdLabel: import("zod").ZodObject<{
|
|
222630
|
+
id: import("zod").ZodString;
|
|
222631
|
+
createdAt: import("zod").ZodDate;
|
|
222632
|
+
updatedAt: import("zod").ZodDate;
|
|
222633
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
222634
|
+
name: import("zod").ZodString;
|
|
222635
|
+
position: import("zod").ZodNumber;
|
|
222636
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
222637
|
+
id: string;
|
|
222638
|
+
name: string;
|
|
222639
|
+
position: number;
|
|
222640
|
+
createdAt: Date;
|
|
222641
|
+
updatedAt: Date;
|
|
222642
|
+
deletedAt: Date | null;
|
|
222643
|
+
}, {
|
|
222644
|
+
id: string;
|
|
222645
|
+
name: string;
|
|
222646
|
+
position: number;
|
|
222647
|
+
createdAt: Date;
|
|
222648
|
+
updatedAt: Date;
|
|
222649
|
+
deletedAt: Date | null;
|
|
222650
|
+
}>;
|
|
222651
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
222652
|
+
requestId: string;
|
|
222653
|
+
holdLabel: {
|
|
222654
|
+
id: string;
|
|
222655
|
+
name: string;
|
|
222656
|
+
position: number;
|
|
222657
|
+
createdAt: Date;
|
|
222658
|
+
updatedAt: Date;
|
|
222659
|
+
deletedAt: Date | null;
|
|
222660
|
+
};
|
|
222661
|
+
}, {
|
|
222662
|
+
requestId: string;
|
|
222663
|
+
holdLabel: {
|
|
222664
|
+
id: string;
|
|
222665
|
+
name: string;
|
|
222666
|
+
position: number;
|
|
222667
|
+
createdAt: Date;
|
|
222668
|
+
updatedAt: Date;
|
|
222669
|
+
deletedAt: Date | null;
|
|
222670
|
+
};
|
|
222671
|
+
}>;
|
|
222672
|
+
};
|
|
222673
|
+
path: "hold-label/position";
|
|
222674
|
+
};
|
|
222584
222675
|
updateHoldLabel: {
|
|
222585
222676
|
body: import("zod").ZodObject<{
|
|
222586
222677
|
name: import("zod").ZodString;
|