@kl1/contracts 1.1.74-uat → 1.1.76-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/contract.d.ts +18 -238
- 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 +77 -4
- 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/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/index.js +516 -497
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +516 -497
- 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: {
|
@@ -222470,244 +222488,6 @@ export declare const workflowContract: {
|
|
222470
222488
|
};
|
222471
222489
|
};
|
222472
222490
|
};
|
222473
|
-
export declare const holdLabelContract: {
|
222474
|
-
holdLabel: {
|
222475
|
-
createHoldLabel: {
|
222476
|
-
body: import("zod").ZodObject<{
|
222477
|
-
name: import("zod").ZodString;
|
222478
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222479
|
-
name: string;
|
222480
|
-
}, {
|
222481
|
-
name: string;
|
222482
|
-
}>;
|
222483
|
-
method: "POST";
|
222484
|
-
responses: {
|
222485
|
-
201: import("zod").ZodObject<{
|
222486
|
-
requestId: import("zod").ZodString;
|
222487
|
-
holdLabel: import("zod").ZodObject<{
|
222488
|
-
id: import("zod").ZodString;
|
222489
|
-
createdAt: import("zod").ZodDate;
|
222490
|
-
updatedAt: import("zod").ZodDate;
|
222491
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
222492
|
-
name: import("zod").ZodString;
|
222493
|
-
position: import("zod").ZodNumber;
|
222494
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222495
|
-
id: string;
|
222496
|
-
name: string;
|
222497
|
-
position: number;
|
222498
|
-
createdAt: Date;
|
222499
|
-
updatedAt: Date;
|
222500
|
-
deletedAt: Date | null;
|
222501
|
-
}, {
|
222502
|
-
id: string;
|
222503
|
-
name: string;
|
222504
|
-
position: number;
|
222505
|
-
createdAt: Date;
|
222506
|
-
updatedAt: Date;
|
222507
|
-
deletedAt: Date | null;
|
222508
|
-
}>;
|
222509
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222510
|
-
requestId: string;
|
222511
|
-
holdLabel: {
|
222512
|
-
id: string;
|
222513
|
-
name: string;
|
222514
|
-
position: number;
|
222515
|
-
createdAt: Date;
|
222516
|
-
updatedAt: Date;
|
222517
|
-
deletedAt: Date | null;
|
222518
|
-
};
|
222519
|
-
}, {
|
222520
|
-
requestId: string;
|
222521
|
-
holdLabel: {
|
222522
|
-
id: string;
|
222523
|
-
name: string;
|
222524
|
-
position: number;
|
222525
|
-
createdAt: Date;
|
222526
|
-
updatedAt: Date;
|
222527
|
-
deletedAt: Date | null;
|
222528
|
-
};
|
222529
|
-
}>;
|
222530
|
-
};
|
222531
|
-
path: "hold-label";
|
222532
|
-
};
|
222533
|
-
getHoldLabels: {
|
222534
|
-
method: "GET";
|
222535
|
-
responses: {
|
222536
|
-
200: import("zod").ZodObject<{
|
222537
|
-
requestId: import("zod").ZodString;
|
222538
|
-
holdLabels: import("zod").ZodArray<import("zod").ZodObject<{
|
222539
|
-
id: import("zod").ZodString;
|
222540
|
-
createdAt: import("zod").ZodDate;
|
222541
|
-
updatedAt: import("zod").ZodDate;
|
222542
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
222543
|
-
name: import("zod").ZodString;
|
222544
|
-
position: import("zod").ZodNumber;
|
222545
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222546
|
-
id: string;
|
222547
|
-
name: string;
|
222548
|
-
position: number;
|
222549
|
-
createdAt: Date;
|
222550
|
-
updatedAt: Date;
|
222551
|
-
deletedAt: Date | null;
|
222552
|
-
}, {
|
222553
|
-
id: string;
|
222554
|
-
name: string;
|
222555
|
-
position: number;
|
222556
|
-
createdAt: Date;
|
222557
|
-
updatedAt: Date;
|
222558
|
-
deletedAt: Date | null;
|
222559
|
-
}>, "many">;
|
222560
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222561
|
-
requestId: string;
|
222562
|
-
holdLabels: {
|
222563
|
-
id: string;
|
222564
|
-
name: string;
|
222565
|
-
position: number;
|
222566
|
-
createdAt: Date;
|
222567
|
-
updatedAt: Date;
|
222568
|
-
deletedAt: Date | null;
|
222569
|
-
}[];
|
222570
|
-
}, {
|
222571
|
-
requestId: string;
|
222572
|
-
holdLabels: {
|
222573
|
-
id: string;
|
222574
|
-
name: string;
|
222575
|
-
position: number;
|
222576
|
-
createdAt: Date;
|
222577
|
-
updatedAt: Date;
|
222578
|
-
deletedAt: Date | null;
|
222579
|
-
}[];
|
222580
|
-
}>;
|
222581
|
-
};
|
222582
|
-
path: "hold-label";
|
222583
|
-
};
|
222584
|
-
updateHoldLabel: {
|
222585
|
-
body: import("zod").ZodObject<{
|
222586
|
-
name: import("zod").ZodString;
|
222587
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222588
|
-
name: string;
|
222589
|
-
}, {
|
222590
|
-
name: string;
|
222591
|
-
}>;
|
222592
|
-
method: "PATCH";
|
222593
|
-
pathParams: import("zod").ZodObject<{
|
222594
|
-
id: import("zod").ZodString;
|
222595
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222596
|
-
id: string;
|
222597
|
-
}, {
|
222598
|
-
id: string;
|
222599
|
-
}>;
|
222600
|
-
responses: {
|
222601
|
-
200: import("zod").ZodObject<{
|
222602
|
-
requestId: import("zod").ZodString;
|
222603
|
-
holdLabel: import("zod").ZodObject<{
|
222604
|
-
id: import("zod").ZodString;
|
222605
|
-
createdAt: import("zod").ZodDate;
|
222606
|
-
updatedAt: import("zod").ZodDate;
|
222607
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
222608
|
-
name: import("zod").ZodString;
|
222609
|
-
position: import("zod").ZodNumber;
|
222610
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222611
|
-
id: string;
|
222612
|
-
name: string;
|
222613
|
-
position: number;
|
222614
|
-
createdAt: Date;
|
222615
|
-
updatedAt: Date;
|
222616
|
-
deletedAt: Date | null;
|
222617
|
-
}, {
|
222618
|
-
id: string;
|
222619
|
-
name: string;
|
222620
|
-
position: number;
|
222621
|
-
createdAt: Date;
|
222622
|
-
updatedAt: Date;
|
222623
|
-
deletedAt: Date | null;
|
222624
|
-
}>;
|
222625
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222626
|
-
requestId: string;
|
222627
|
-
holdLabel: {
|
222628
|
-
id: string;
|
222629
|
-
name: string;
|
222630
|
-
position: number;
|
222631
|
-
createdAt: Date;
|
222632
|
-
updatedAt: Date;
|
222633
|
-
deletedAt: Date | null;
|
222634
|
-
};
|
222635
|
-
}, {
|
222636
|
-
requestId: string;
|
222637
|
-
holdLabel: {
|
222638
|
-
id: string;
|
222639
|
-
name: string;
|
222640
|
-
position: number;
|
222641
|
-
createdAt: Date;
|
222642
|
-
updatedAt: Date;
|
222643
|
-
deletedAt: Date | null;
|
222644
|
-
};
|
222645
|
-
}>;
|
222646
|
-
};
|
222647
|
-
path: "hold-label/:id";
|
222648
|
-
};
|
222649
|
-
deleteHoldLabel: {
|
222650
|
-
body: null;
|
222651
|
-
method: "DELETE";
|
222652
|
-
pathParams: import("zod").ZodObject<{
|
222653
|
-
id: import("zod").ZodString;
|
222654
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222655
|
-
id: string;
|
222656
|
-
}, {
|
222657
|
-
id: string;
|
222658
|
-
}>;
|
222659
|
-
responses: {
|
222660
|
-
200: import("zod").ZodObject<{
|
222661
|
-
requestId: import("zod").ZodString;
|
222662
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222663
|
-
requestId: string;
|
222664
|
-
}, {
|
222665
|
-
requestId: string;
|
222666
|
-
}>;
|
222667
|
-
};
|
222668
|
-
path: "hold-label/:id";
|
222669
|
-
};
|
222670
|
-
getAutoUnhold: {
|
222671
|
-
method: "GET";
|
222672
|
-
responses: {
|
222673
|
-
200: import("zod").ZodObject<{
|
222674
|
-
requestId: import("zod").ZodString;
|
222675
|
-
autoUnhold: import("zod").ZodBoolean;
|
222676
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222677
|
-
requestId: string;
|
222678
|
-
autoUnhold: boolean;
|
222679
|
-
}, {
|
222680
|
-
requestId: string;
|
222681
|
-
autoUnhold: boolean;
|
222682
|
-
}>;
|
222683
|
-
};
|
222684
|
-
path: "hold-label/auto-unhold";
|
222685
|
-
};
|
222686
|
-
updateAutoUnhold: {
|
222687
|
-
body: import("zod").ZodObject<{
|
222688
|
-
autoUnhold: import("zod").ZodBoolean;
|
222689
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222690
|
-
autoUnhold: boolean;
|
222691
|
-
}, {
|
222692
|
-
autoUnhold: boolean;
|
222693
|
-
}>;
|
222694
|
-
method: "PATCH";
|
222695
|
-
responses: {
|
222696
|
-
200: import("zod").ZodObject<{
|
222697
|
-
requestId: import("zod").ZodString;
|
222698
|
-
autoUnhold: import("zod").ZodBoolean;
|
222699
|
-
}, "strip", import("zod").ZodTypeAny, {
|
222700
|
-
requestId: string;
|
222701
|
-
autoUnhold: boolean;
|
222702
|
-
}, {
|
222703
|
-
requestId: string;
|
222704
|
-
autoUnhold: boolean;
|
222705
|
-
}>;
|
222706
|
-
};
|
222707
|
-
path: "hold-label/auto-unhold";
|
222708
|
-
};
|
222709
|
-
};
|
222710
|
-
};
|
222711
222491
|
export declare const ticketSettingContract: {
|
222712
222492
|
ticketSetting: {
|
222713
222493
|
createAttribute: {
|