@kl1/contracts 1.2.30-uat → 1.2.32-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/chat/index.d.ts +1470 -1470
- package/dist/api-contracts/src/chat/schema.d.ts +230 -230
- package/dist/api-contracts/src/chat/validation.d.ts +158 -158
- package/dist/api-contracts/src/contract.d.ts +1534 -1534
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +61 -0
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +158 -158
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +158 -158
- package/dist/api-contracts/src/line/index.d.ts +158 -158
- package/dist/api-contracts/src/messenger/index.d.ts +158 -158
- package/dist/api-contracts/src/telegram/index.d.ts +158 -158
- package/dist/api-contracts/src/viber/index.d.ts +158 -158
- package/dist/api-contracts/src/webchat/index.d.ts +158 -158
- package/dist/api-contracts/src/whatsapp/index.d.ts +158 -158
- package/dist/api-contracts/src/workflow-rule/index.d.ts +96 -96
- package/dist/index.js +52 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -51,4 +51,65 @@ export declare const cxIntelligenceContract: {
|
|
51
51
|
}>>>;
|
52
52
|
};
|
53
53
|
};
|
54
|
+
export declare const settingCxIntelligenceContract: {
|
55
|
+
checkStatus: {
|
56
|
+
summary: "Check Cx Intelligence status";
|
57
|
+
method: "GET";
|
58
|
+
responses: {
|
59
|
+
200: z.ZodObject<{
|
60
|
+
requestId: z.ZodString;
|
61
|
+
message: z.ZodString;
|
62
|
+
status: z.ZodBoolean;
|
63
|
+
}, "strip", z.ZodTypeAny, {
|
64
|
+
message: string;
|
65
|
+
status: boolean;
|
66
|
+
requestId: string;
|
67
|
+
}, {
|
68
|
+
message: string;
|
69
|
+
status: boolean;
|
70
|
+
requestId: string;
|
71
|
+
}>;
|
72
|
+
422: z.ZodObject<{
|
73
|
+
requestId: z.ZodString;
|
74
|
+
message: z.ZodString;
|
75
|
+
status: z.ZodBoolean;
|
76
|
+
}, "strip", z.ZodTypeAny, {
|
77
|
+
message: string;
|
78
|
+
status: boolean;
|
79
|
+
requestId: string;
|
80
|
+
}, {
|
81
|
+
message: string;
|
82
|
+
status: boolean;
|
83
|
+
requestId: string;
|
84
|
+
}>;
|
85
|
+
500: z.ZodObject<{
|
86
|
+
message: z.ZodString;
|
87
|
+
error: z.ZodAny;
|
88
|
+
}, "strip", z.ZodTypeAny, {
|
89
|
+
message: string;
|
90
|
+
error?: any;
|
91
|
+
}, {
|
92
|
+
message: string;
|
93
|
+
error?: any;
|
94
|
+
}>;
|
95
|
+
};
|
96
|
+
path: "settings/cx-intelligence/status";
|
97
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
98
|
+
'x-tenant': z.ZodString;
|
99
|
+
authorization: z.ZodString;
|
100
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
101
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
102
|
+
}, "strip", z.ZodTypeAny, {
|
103
|
+
'x-tenant': string;
|
104
|
+
authorization: string;
|
105
|
+
'x-client-timezone': string;
|
106
|
+
'x-code'?: string | undefined;
|
107
|
+
}, {
|
108
|
+
'x-tenant': string;
|
109
|
+
authorization: string;
|
110
|
+
'x-code'?: string | undefined;
|
111
|
+
'x-client-timezone'?: string | undefined;
|
112
|
+
}>>>;
|
113
|
+
};
|
114
|
+
};
|
54
115
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/cx-intelligence/index.ts"],"names":[],"mappings":"AAMA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBlC,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/cx-intelligence/index.ts"],"names":[],"mappings":"AAMA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBlC,CAAC;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBzC,CAAC"}
|
@@ -7715,7 +7715,7 @@ export declare const facebookFeedContract: {
|
|
7715
7715
|
integrationId: string;
|
7716
7716
|
} | null;
|
7717
7717
|
}>;
|
7718
|
-
cxlog: z.
|
7718
|
+
cxlog: z.ZodObject<{
|
7719
7719
|
id: z.ZodString;
|
7720
7720
|
createdAt: z.ZodDate;
|
7721
7721
|
updatedAt: z.ZodDate;
|
@@ -8230,7 +8230,7 @@ export declare const facebookFeedContract: {
|
|
8230
8230
|
deletedAt: Date | null;
|
8231
8231
|
} | null | undefined;
|
8232
8232
|
}[] | null | undefined;
|
8233
|
-
}
|
8233
|
+
}>;
|
8234
8234
|
workflowRule: z.ZodObject<{
|
8235
8235
|
id: z.ZodString;
|
8236
8236
|
createdAt: z.ZodDate;
|
@@ -8579,16 +8579,7 @@ export declare const facebookFeedContract: {
|
|
8579
8579
|
closedAt: Date;
|
8580
8580
|
lastMessageAt: Date | null;
|
8581
8581
|
isBotRoom: boolean;
|
8582
|
-
|
8583
|
-
type: string;
|
8584
|
-
id: string;
|
8585
|
-
name: string;
|
8586
|
-
createdAt: Date;
|
8587
|
-
updatedAt: Date;
|
8588
|
-
deletedAt: Date | null;
|
8589
|
-
isActive: boolean;
|
8590
|
-
};
|
8591
|
-
cxlog?: {
|
8582
|
+
cxlog: {
|
8592
8583
|
id: string;
|
8593
8584
|
channel: string | null;
|
8594
8585
|
direction: string | null;
|
@@ -8673,7 +8664,16 @@ export declare const facebookFeedContract: {
|
|
8673
8664
|
deletedAt: Date | null;
|
8674
8665
|
} | null | undefined;
|
8675
8666
|
}[] | null | undefined;
|
8676
|
-
}
|
8667
|
+
};
|
8668
|
+
workflowRule: {
|
8669
|
+
type: string;
|
8670
|
+
id: string;
|
8671
|
+
name: string;
|
8672
|
+
createdAt: Date;
|
8673
|
+
updatedAt: Date;
|
8674
|
+
deletedAt: Date | null;
|
8675
|
+
isActive: boolean;
|
8676
|
+
};
|
8677
8677
|
automationQueueId?: string | null | undefined;
|
8678
8678
|
}, {
|
8679
8679
|
id: string;
|
@@ -8997,16 +8997,7 @@ export declare const facebookFeedContract: {
|
|
8997
8997
|
closedAt: Date;
|
8998
8998
|
lastMessageAt: Date | null;
|
8999
8999
|
isBotRoom: boolean;
|
9000
|
-
|
9001
|
-
type: string;
|
9002
|
-
id: string;
|
9003
|
-
name: string;
|
9004
|
-
createdAt: Date;
|
9005
|
-
updatedAt: Date;
|
9006
|
-
deletedAt: Date | null;
|
9007
|
-
isActive: boolean;
|
9008
|
-
};
|
9009
|
-
cxlog?: {
|
9000
|
+
cxlog: {
|
9010
9001
|
id: string;
|
9011
9002
|
channel: string | null;
|
9012
9003
|
direction: string | null;
|
@@ -9091,7 +9082,16 @@ export declare const facebookFeedContract: {
|
|
9091
9082
|
deletedAt: Date | null;
|
9092
9083
|
} | null | undefined;
|
9093
9084
|
}[] | null | undefined;
|
9094
|
-
}
|
9085
|
+
};
|
9086
|
+
workflowRule: {
|
9087
|
+
type: string;
|
9088
|
+
id: string;
|
9089
|
+
name: string;
|
9090
|
+
createdAt: Date;
|
9091
|
+
updatedAt: Date;
|
9092
|
+
deletedAt: Date | null;
|
9093
|
+
isActive: boolean;
|
9094
|
+
};
|
9095
9095
|
automationQueueId?: string | null | undefined;
|
9096
9096
|
}>;
|
9097
9097
|
platformMessageId: z.ZodString;
|
@@ -12329,7 +12329,7 @@ export declare const facebookFeedContract: {
|
|
12329
12329
|
integrationId: string;
|
12330
12330
|
} | null;
|
12331
12331
|
}>;
|
12332
|
-
cxlog: z.
|
12332
|
+
cxlog: z.ZodObject<{
|
12333
12333
|
id: z.ZodString;
|
12334
12334
|
createdAt: z.ZodDate;
|
12335
12335
|
updatedAt: z.ZodDate;
|
@@ -12844,7 +12844,7 @@ export declare const facebookFeedContract: {
|
|
12844
12844
|
deletedAt: Date | null;
|
12845
12845
|
} | null | undefined;
|
12846
12846
|
}[] | null | undefined;
|
12847
|
-
}
|
12847
|
+
}>;
|
12848
12848
|
workflowRule: z.ZodObject<{
|
12849
12849
|
id: z.ZodString;
|
12850
12850
|
createdAt: z.ZodDate;
|
@@ -13193,16 +13193,7 @@ export declare const facebookFeedContract: {
|
|
13193
13193
|
closedAt: Date;
|
13194
13194
|
lastMessageAt: Date | null;
|
13195
13195
|
isBotRoom: boolean;
|
13196
|
-
|
13197
|
-
type: string;
|
13198
|
-
id: string;
|
13199
|
-
name: string;
|
13200
|
-
createdAt: Date;
|
13201
|
-
updatedAt: Date;
|
13202
|
-
deletedAt: Date | null;
|
13203
|
-
isActive: boolean;
|
13204
|
-
};
|
13205
|
-
cxlog?: {
|
13196
|
+
cxlog: {
|
13206
13197
|
id: string;
|
13207
13198
|
channel: string | null;
|
13208
13199
|
direction: string | null;
|
@@ -13287,7 +13278,16 @@ export declare const facebookFeedContract: {
|
|
13287
13278
|
deletedAt: Date | null;
|
13288
13279
|
} | null | undefined;
|
13289
13280
|
}[] | null | undefined;
|
13290
|
-
}
|
13281
|
+
};
|
13282
|
+
workflowRule: {
|
13283
|
+
type: string;
|
13284
|
+
id: string;
|
13285
|
+
name: string;
|
13286
|
+
createdAt: Date;
|
13287
|
+
updatedAt: Date;
|
13288
|
+
deletedAt: Date | null;
|
13289
|
+
isActive: boolean;
|
13290
|
+
};
|
13291
13291
|
automationQueueId?: string | null | undefined;
|
13292
13292
|
}, {
|
13293
13293
|
id: string;
|
@@ -13611,16 +13611,7 @@ export declare const facebookFeedContract: {
|
|
13611
13611
|
closedAt: Date;
|
13612
13612
|
lastMessageAt: Date | null;
|
13613
13613
|
isBotRoom: boolean;
|
13614
|
-
|
13615
|
-
type: string;
|
13616
|
-
id: string;
|
13617
|
-
name: string;
|
13618
|
-
createdAt: Date;
|
13619
|
-
updatedAt: Date;
|
13620
|
-
deletedAt: Date | null;
|
13621
|
-
isActive: boolean;
|
13622
|
-
};
|
13623
|
-
cxlog?: {
|
13614
|
+
cxlog: {
|
13624
13615
|
id: string;
|
13625
13616
|
channel: string | null;
|
13626
13617
|
direction: string | null;
|
@@ -13705,7 +13696,16 @@ export declare const facebookFeedContract: {
|
|
13705
13696
|
deletedAt: Date | null;
|
13706
13697
|
} | null | undefined;
|
13707
13698
|
}[] | null | undefined;
|
13708
|
-
}
|
13699
|
+
};
|
13700
|
+
workflowRule: {
|
13701
|
+
type: string;
|
13702
|
+
id: string;
|
13703
|
+
name: string;
|
13704
|
+
createdAt: Date;
|
13705
|
+
updatedAt: Date;
|
13706
|
+
deletedAt: Date | null;
|
13707
|
+
isActive: boolean;
|
13708
|
+
};
|
13709
13709
|
automationQueueId?: string | null | undefined;
|
13710
13710
|
}>;
|
13711
13711
|
upload: z.ZodObject<{
|
@@ -15802,16 +15802,7 @@ export declare const facebookFeedContract: {
|
|
15802
15802
|
closedAt: Date;
|
15803
15803
|
lastMessageAt: Date | null;
|
15804
15804
|
isBotRoom: boolean;
|
15805
|
-
|
15806
|
-
type: string;
|
15807
|
-
id: string;
|
15808
|
-
name: string;
|
15809
|
-
createdAt: Date;
|
15810
|
-
updatedAt: Date;
|
15811
|
-
deletedAt: Date | null;
|
15812
|
-
isActive: boolean;
|
15813
|
-
};
|
15814
|
-
cxlog?: {
|
15805
|
+
cxlog: {
|
15815
15806
|
id: string;
|
15816
15807
|
channel: string | null;
|
15817
15808
|
direction: string | null;
|
@@ -15896,7 +15887,16 @@ export declare const facebookFeedContract: {
|
|
15896
15887
|
deletedAt: Date | null;
|
15897
15888
|
} | null | undefined;
|
15898
15889
|
}[] | null | undefined;
|
15899
|
-
}
|
15890
|
+
};
|
15891
|
+
workflowRule: {
|
15892
|
+
type: string;
|
15893
|
+
id: string;
|
15894
|
+
name: string;
|
15895
|
+
createdAt: Date;
|
15896
|
+
updatedAt: Date;
|
15897
|
+
deletedAt: Date | null;
|
15898
|
+
isActive: boolean;
|
15899
|
+
};
|
15900
15900
|
automationQueueId?: string | null | undefined;
|
15901
15901
|
};
|
15902
15902
|
platformMessageId: string;
|
@@ -16557,16 +16557,7 @@ export declare const facebookFeedContract: {
|
|
16557
16557
|
closedAt: Date;
|
16558
16558
|
lastMessageAt: Date | null;
|
16559
16559
|
isBotRoom: boolean;
|
16560
|
-
|
16561
|
-
type: string;
|
16562
|
-
id: string;
|
16563
|
-
name: string;
|
16564
|
-
createdAt: Date;
|
16565
|
-
updatedAt: Date;
|
16566
|
-
deletedAt: Date | null;
|
16567
|
-
isActive: boolean;
|
16568
|
-
};
|
16569
|
-
cxlog?: {
|
16560
|
+
cxlog: {
|
16570
16561
|
id: string;
|
16571
16562
|
channel: string | null;
|
16572
16563
|
direction: string | null;
|
@@ -16651,7 +16642,16 @@ export declare const facebookFeedContract: {
|
|
16651
16642
|
deletedAt: Date | null;
|
16652
16643
|
} | null | undefined;
|
16653
16644
|
}[] | null | undefined;
|
16654
|
-
}
|
16645
|
+
};
|
16646
|
+
workflowRule: {
|
16647
|
+
type: string;
|
16648
|
+
id: string;
|
16649
|
+
name: string;
|
16650
|
+
createdAt: Date;
|
16651
|
+
updatedAt: Date;
|
16652
|
+
deletedAt: Date | null;
|
16653
|
+
isActive: boolean;
|
16654
|
+
};
|
16655
16655
|
automationQueueId?: string | null | undefined;
|
16656
16656
|
};
|
16657
16657
|
platformMessageId: string;
|
@@ -17313,16 +17313,7 @@ export declare const facebookFeedContract: {
|
|
17313
17313
|
closedAt: Date;
|
17314
17314
|
lastMessageAt: Date | null;
|
17315
17315
|
isBotRoom: boolean;
|
17316
|
-
|
17317
|
-
type: string;
|
17318
|
-
id: string;
|
17319
|
-
name: string;
|
17320
|
-
createdAt: Date;
|
17321
|
-
updatedAt: Date;
|
17322
|
-
deletedAt: Date | null;
|
17323
|
-
isActive: boolean;
|
17324
|
-
};
|
17325
|
-
cxlog?: {
|
17316
|
+
cxlog: {
|
17326
17317
|
id: string;
|
17327
17318
|
channel: string | null;
|
17328
17319
|
direction: string | null;
|
@@ -17407,7 +17398,16 @@ export declare const facebookFeedContract: {
|
|
17407
17398
|
deletedAt: Date | null;
|
17408
17399
|
} | null | undefined;
|
17409
17400
|
}[] | null | undefined;
|
17410
|
-
}
|
17401
|
+
};
|
17402
|
+
workflowRule: {
|
17403
|
+
type: string;
|
17404
|
+
id: string;
|
17405
|
+
name: string;
|
17406
|
+
createdAt: Date;
|
17407
|
+
updatedAt: Date;
|
17408
|
+
deletedAt: Date | null;
|
17409
|
+
isActive: boolean;
|
17410
|
+
};
|
17411
17411
|
automationQueueId?: string | null | undefined;
|
17412
17412
|
};
|
17413
17413
|
platformMessageId: string;
|
@@ -18068,16 +18068,7 @@ export declare const facebookFeedContract: {
|
|
18068
18068
|
closedAt: Date;
|
18069
18069
|
lastMessageAt: Date | null;
|
18070
18070
|
isBotRoom: boolean;
|
18071
|
-
|
18072
|
-
type: string;
|
18073
|
-
id: string;
|
18074
|
-
name: string;
|
18075
|
-
createdAt: Date;
|
18076
|
-
updatedAt: Date;
|
18077
|
-
deletedAt: Date | null;
|
18078
|
-
isActive: boolean;
|
18079
|
-
};
|
18080
|
-
cxlog?: {
|
18071
|
+
cxlog: {
|
18081
18072
|
id: string;
|
18082
18073
|
channel: string | null;
|
18083
18074
|
direction: string | null;
|
@@ -18162,7 +18153,16 @@ export declare const facebookFeedContract: {
|
|
18162
18153
|
deletedAt: Date | null;
|
18163
18154
|
} | null | undefined;
|
18164
18155
|
}[] | null | undefined;
|
18165
|
-
}
|
18156
|
+
};
|
18157
|
+
workflowRule: {
|
18158
|
+
type: string;
|
18159
|
+
id: string;
|
18160
|
+
name: string;
|
18161
|
+
createdAt: Date;
|
18162
|
+
updatedAt: Date;
|
18163
|
+
deletedAt: Date | null;
|
18164
|
+
isActive: boolean;
|
18165
|
+
};
|
18166
18166
|
automationQueueId?: string | null | undefined;
|
18167
18167
|
};
|
18168
18168
|
platformMessageId: string;
|
@@ -18824,16 +18824,7 @@ export declare const facebookFeedContract: {
|
|
18824
18824
|
closedAt: Date;
|
18825
18825
|
lastMessageAt: Date | null;
|
18826
18826
|
isBotRoom: boolean;
|
18827
|
-
|
18828
|
-
type: string;
|
18829
|
-
id: string;
|
18830
|
-
name: string;
|
18831
|
-
createdAt: Date;
|
18832
|
-
updatedAt: Date;
|
18833
|
-
deletedAt: Date | null;
|
18834
|
-
isActive: boolean;
|
18835
|
-
};
|
18836
|
-
cxlog?: {
|
18827
|
+
cxlog: {
|
18837
18828
|
id: string;
|
18838
18829
|
channel: string | null;
|
18839
18830
|
direction: string | null;
|
@@ -18918,7 +18909,16 @@ export declare const facebookFeedContract: {
|
|
18918
18909
|
deletedAt: Date | null;
|
18919
18910
|
} | null | undefined;
|
18920
18911
|
}[] | null | undefined;
|
18921
|
-
}
|
18912
|
+
};
|
18913
|
+
workflowRule: {
|
18914
|
+
type: string;
|
18915
|
+
id: string;
|
18916
|
+
name: string;
|
18917
|
+
createdAt: Date;
|
18918
|
+
updatedAt: Date;
|
18919
|
+
deletedAt: Date | null;
|
18920
|
+
isActive: boolean;
|
18921
|
+
};
|
18922
18922
|
automationQueueId?: string | null | undefined;
|
18923
18923
|
};
|
18924
18924
|
platformMessageId: string;
|
@@ -19579,16 +19579,7 @@ export declare const facebookFeedContract: {
|
|
19579
19579
|
closedAt: Date;
|
19580
19580
|
lastMessageAt: Date | null;
|
19581
19581
|
isBotRoom: boolean;
|
19582
|
-
|
19583
|
-
type: string;
|
19584
|
-
id: string;
|
19585
|
-
name: string;
|
19586
|
-
createdAt: Date;
|
19587
|
-
updatedAt: Date;
|
19588
|
-
deletedAt: Date | null;
|
19589
|
-
isActive: boolean;
|
19590
|
-
};
|
19591
|
-
cxlog?: {
|
19582
|
+
cxlog: {
|
19592
19583
|
id: string;
|
19593
19584
|
channel: string | null;
|
19594
19585
|
direction: string | null;
|
@@ -19673,7 +19664,16 @@ export declare const facebookFeedContract: {
|
|
19673
19664
|
deletedAt: Date | null;
|
19674
19665
|
} | null | undefined;
|
19675
19666
|
}[] | null | undefined;
|
19676
|
-
}
|
19667
|
+
};
|
19668
|
+
workflowRule: {
|
19669
|
+
type: string;
|
19670
|
+
id: string;
|
19671
|
+
name: string;
|
19672
|
+
createdAt: Date;
|
19673
|
+
updatedAt: Date;
|
19674
|
+
deletedAt: Date | null;
|
19675
|
+
isActive: boolean;
|
19676
|
+
};
|
19677
19677
|
automationQueueId?: string | null | undefined;
|
19678
19678
|
};
|
19679
19679
|
platformMessageId: string;
|
@@ -20337,16 +20337,7 @@ export declare const facebookFeedContract: {
|
|
20337
20337
|
closedAt: Date;
|
20338
20338
|
lastMessageAt: Date | null;
|
20339
20339
|
isBotRoom: boolean;
|
20340
|
-
|
20341
|
-
type: string;
|
20342
|
-
id: string;
|
20343
|
-
name: string;
|
20344
|
-
createdAt: Date;
|
20345
|
-
updatedAt: Date;
|
20346
|
-
deletedAt: Date | null;
|
20347
|
-
isActive: boolean;
|
20348
|
-
};
|
20349
|
-
cxlog?: {
|
20340
|
+
cxlog: {
|
20350
20341
|
id: string;
|
20351
20342
|
channel: string | null;
|
20352
20343
|
direction: string | null;
|
@@ -20431,7 +20422,16 @@ export declare const facebookFeedContract: {
|
|
20431
20422
|
deletedAt: Date | null;
|
20432
20423
|
} | null | undefined;
|
20433
20424
|
}[] | null | undefined;
|
20434
|
-
}
|
20425
|
+
};
|
20426
|
+
workflowRule: {
|
20427
|
+
type: string;
|
20428
|
+
id: string;
|
20429
|
+
name: string;
|
20430
|
+
createdAt: Date;
|
20431
|
+
updatedAt: Date;
|
20432
|
+
deletedAt: Date | null;
|
20433
|
+
isActive: boolean;
|
20434
|
+
};
|
20435
20435
|
automationQueueId?: string | null | undefined;
|
20436
20436
|
};
|
20437
20437
|
platformMessageId: string;
|
@@ -21092,16 +21092,7 @@ export declare const facebookFeedContract: {
|
|
21092
21092
|
closedAt: Date;
|
21093
21093
|
lastMessageAt: Date | null;
|
21094
21094
|
isBotRoom: boolean;
|
21095
|
-
|
21096
|
-
type: string;
|
21097
|
-
id: string;
|
21098
|
-
name: string;
|
21099
|
-
createdAt: Date;
|
21100
|
-
updatedAt: Date;
|
21101
|
-
deletedAt: Date | null;
|
21102
|
-
isActive: boolean;
|
21103
|
-
};
|
21104
|
-
cxlog?: {
|
21095
|
+
cxlog: {
|
21105
21096
|
id: string;
|
21106
21097
|
channel: string | null;
|
21107
21098
|
direction: string | null;
|
@@ -21186,7 +21177,16 @@ export declare const facebookFeedContract: {
|
|
21186
21177
|
deletedAt: Date | null;
|
21187
21178
|
} | null | undefined;
|
21188
21179
|
}[] | null | undefined;
|
21189
|
-
}
|
21180
|
+
};
|
21181
|
+
workflowRule: {
|
21182
|
+
type: string;
|
21183
|
+
id: string;
|
21184
|
+
name: string;
|
21185
|
+
createdAt: Date;
|
21186
|
+
updatedAt: Date;
|
21187
|
+
deletedAt: Date | null;
|
21188
|
+
isActive: boolean;
|
21189
|
+
};
|
21190
21190
|
automationQueueId?: string | null | undefined;
|
21191
21191
|
};
|
21192
21192
|
platformMessageId: string;
|
@@ -21851,16 +21851,7 @@ export declare const facebookFeedContract: {
|
|
21851
21851
|
closedAt: Date;
|
21852
21852
|
lastMessageAt: Date | null;
|
21853
21853
|
isBotRoom: boolean;
|
21854
|
-
|
21855
|
-
type: string;
|
21856
|
-
id: string;
|
21857
|
-
name: string;
|
21858
|
-
createdAt: Date;
|
21859
|
-
updatedAt: Date;
|
21860
|
-
deletedAt: Date | null;
|
21861
|
-
isActive: boolean;
|
21862
|
-
};
|
21863
|
-
cxlog?: {
|
21854
|
+
cxlog: {
|
21864
21855
|
id: string;
|
21865
21856
|
channel: string | null;
|
21866
21857
|
direction: string | null;
|
@@ -21945,7 +21936,16 @@ export declare const facebookFeedContract: {
|
|
21945
21936
|
deletedAt: Date | null;
|
21946
21937
|
} | null | undefined;
|
21947
21938
|
}[] | null | undefined;
|
21948
|
-
}
|
21939
|
+
};
|
21940
|
+
workflowRule: {
|
21941
|
+
type: string;
|
21942
|
+
id: string;
|
21943
|
+
name: string;
|
21944
|
+
createdAt: Date;
|
21945
|
+
updatedAt: Date;
|
21946
|
+
deletedAt: Date | null;
|
21947
|
+
isActive: boolean;
|
21948
|
+
};
|
21949
21949
|
automationQueueId?: string | null | undefined;
|
21950
21950
|
};
|
21951
21951
|
platformMessageId: string;
|
@@ -22606,16 +22606,7 @@ export declare const facebookFeedContract: {
|
|
22606
22606
|
closedAt: Date;
|
22607
22607
|
lastMessageAt: Date | null;
|
22608
22608
|
isBotRoom: boolean;
|
22609
|
-
|
22610
|
-
type: string;
|
22611
|
-
id: string;
|
22612
|
-
name: string;
|
22613
|
-
createdAt: Date;
|
22614
|
-
updatedAt: Date;
|
22615
|
-
deletedAt: Date | null;
|
22616
|
-
isActive: boolean;
|
22617
|
-
};
|
22618
|
-
cxlog?: {
|
22609
|
+
cxlog: {
|
22619
22610
|
id: string;
|
22620
22611
|
channel: string | null;
|
22621
22612
|
direction: string | null;
|
@@ -22700,7 +22691,16 @@ export declare const facebookFeedContract: {
|
|
22700
22691
|
deletedAt: Date | null;
|
22701
22692
|
} | null | undefined;
|
22702
22693
|
}[] | null | undefined;
|
22703
|
-
}
|
22694
|
+
};
|
22695
|
+
workflowRule: {
|
22696
|
+
type: string;
|
22697
|
+
id: string;
|
22698
|
+
name: string;
|
22699
|
+
createdAt: Date;
|
22700
|
+
updatedAt: Date;
|
22701
|
+
deletedAt: Date | null;
|
22702
|
+
isActive: boolean;
|
22703
|
+
};
|
22704
22704
|
automationQueueId?: string | null | undefined;
|
22705
22705
|
};
|
22706
22706
|
platformMessageId: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC"}
|