@kl1/contracts 1.0.31 → 1.0.33

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.
@@ -128,24 +128,24 @@ export declare const cxLogContract: {
128
128
  updatedAt: z.ZodDate;
129
129
  deletedAt: z.ZodNullable<z.ZodDate>;
130
130
  cxLogId: z.ZodString;
131
- sentimentScore: z.ZodNullable<z.ZodString>;
132
- csatScore: z.ZodNullable<z.ZodString>;
131
+ sentimentScore: z.ZodOptional<z.ZodNullable<z.ZodString>>;
132
+ csatScore: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
133
  }, "strip", z.ZodTypeAny, {
134
134
  id: string;
135
135
  createdAt: Date;
136
136
  updatedAt: Date;
137
137
  deletedAt: Date | null;
138
138
  cxLogId: string;
139
- sentimentScore: string | null;
140
- csatScore: string | null;
139
+ sentimentScore?: string | null | undefined;
140
+ csatScore?: string | null | undefined;
141
141
  }, {
142
142
  id: string;
143
143
  createdAt: Date;
144
144
  updatedAt: Date;
145
145
  deletedAt: Date | null;
146
146
  cxLogId: string;
147
- sentimentScore: string | null;
148
- csatScore: string | null;
147
+ sentimentScore?: string | null | undefined;
148
+ csatScore?: string | null | undefined;
149
149
  }>>;
150
150
  wrapUpForm: z.ZodNullable<z.ZodObject<{
151
151
  id: z.ZodString;
@@ -997,6 +997,7 @@ export declare const cxLogContract: {
997
997
  createdAt: Date;
998
998
  updatedAt: Date;
999
999
  deletedAt: Date | null;
1000
+ channelId: string;
1000
1001
  contact: {
1001
1002
  id: string;
1002
1003
  channel: string | null;
@@ -1099,7 +1100,6 @@ export declare const cxLogContract: {
1099
1100
  };
1100
1101
  }[] | undefined;
1101
1102
  };
1102
- channelId: string;
1103
1103
  socialPlatformId: string;
1104
1104
  }, {
1105
1105
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -1113,6 +1113,7 @@ export declare const cxLogContract: {
1113
1113
  createdAt: Date;
1114
1114
  updatedAt: Date;
1115
1115
  deletedAt: Date | null;
1116
+ channelId: string;
1116
1117
  contact: {
1117
1118
  id: string;
1118
1119
  channel: string | null;
@@ -1215,7 +1216,6 @@ export declare const cxLogContract: {
1215
1216
  };
1216
1217
  }[] | undefined;
1217
1218
  };
1218
- channelId: string;
1219
1219
  socialPlatformId: string;
1220
1220
  }>;
1221
1221
  actor: z.ZodObject<{
@@ -2037,6 +2037,7 @@ export declare const cxLogContract: {
2037
2037
  createdAt: Date;
2038
2038
  updatedAt: Date;
2039
2039
  deletedAt: Date | null;
2040
+ channelId: string;
2040
2041
  contact: {
2041
2042
  id: string;
2042
2043
  channel: string | null;
@@ -2139,7 +2140,6 @@ export declare const cxLogContract: {
2139
2140
  };
2140
2141
  }[] | undefined;
2141
2142
  };
2142
- channelId: string;
2143
2143
  socialPlatformId: string;
2144
2144
  };
2145
2145
  assignee: {
@@ -2316,6 +2316,7 @@ export declare const cxLogContract: {
2316
2316
  createdAt: Date;
2317
2317
  updatedAt: Date;
2318
2318
  deletedAt: Date | null;
2319
+ channelId: string;
2319
2320
  contact: {
2320
2321
  id: string;
2321
2322
  channel: string | null;
@@ -2418,7 +2419,6 @@ export declare const cxLogContract: {
2418
2419
  };
2419
2420
  }[] | undefined;
2420
2421
  };
2421
- channelId: string;
2422
2422
  socialPlatformId: string;
2423
2423
  };
2424
2424
  assignee: {
@@ -3688,8 +3688,8 @@ export declare const cxLogContract: {
3688
3688
  updatedAt: Date;
3689
3689
  deletedAt: Date | null;
3690
3690
  cxLogId: string;
3691
- sentimentScore: string | null;
3692
- csatScore: string | null;
3691
+ sentimentScore?: string | null | undefined;
3692
+ csatScore?: string | null | undefined;
3693
3693
  } | null;
3694
3694
  room: {
3695
3695
  id: string;
@@ -3759,6 +3759,7 @@ export declare const cxLogContract: {
3759
3759
  createdAt: Date;
3760
3760
  updatedAt: Date;
3761
3761
  deletedAt: Date | null;
3762
+ channelId: string;
3762
3763
  contact: {
3763
3764
  id: string;
3764
3765
  channel: string | null;
@@ -3861,7 +3862,6 @@ export declare const cxLogContract: {
3861
3862
  };
3862
3863
  }[] | undefined;
3863
3864
  };
3864
- channelId: string;
3865
3865
  socialPlatformId: string;
3866
3866
  };
3867
3867
  assignee: {
@@ -4183,8 +4183,8 @@ export declare const cxLogContract: {
4183
4183
  updatedAt: Date;
4184
4184
  deletedAt: Date | null;
4185
4185
  cxLogId: string;
4186
- sentimentScore: string | null;
4187
- csatScore: string | null;
4186
+ sentimentScore?: string | null | undefined;
4187
+ csatScore?: string | null | undefined;
4188
4188
  } | null;
4189
4189
  room: {
4190
4190
  id: string;
@@ -4254,6 +4254,7 @@ export declare const cxLogContract: {
4254
4254
  createdAt: Date;
4255
4255
  updatedAt: Date;
4256
4256
  deletedAt: Date | null;
4257
+ channelId: string;
4257
4258
  contact: {
4258
4259
  id: string;
4259
4260
  channel: string | null;
@@ -4356,7 +4357,6 @@ export declare const cxLogContract: {
4356
4357
  };
4357
4358
  }[] | undefined;
4358
4359
  };
4359
- channelId: string;
4360
4360
  socialPlatformId: string;
4361
4361
  };
4362
4362
  assignee: {
@@ -4684,8 +4684,8 @@ export declare const cxLogContract: {
4684
4684
  updatedAt: Date;
4685
4685
  deletedAt: Date | null;
4686
4686
  cxLogId: string;
4687
- sentimentScore: string | null;
4688
- csatScore: string | null;
4687
+ sentimentScore?: string | null | undefined;
4688
+ csatScore?: string | null | undefined;
4689
4689
  } | null;
4690
4690
  room: {
4691
4691
  id: string;
@@ -4755,6 +4755,7 @@ export declare const cxLogContract: {
4755
4755
  createdAt: Date;
4756
4756
  updatedAt: Date;
4757
4757
  deletedAt: Date | null;
4758
+ channelId: string;
4758
4759
  contact: {
4759
4760
  id: string;
4760
4761
  channel: string | null;
@@ -4857,7 +4858,6 @@ export declare const cxLogContract: {
4857
4858
  };
4858
4859
  }[] | undefined;
4859
4860
  };
4860
- channelId: string;
4861
4861
  socialPlatformId: string;
4862
4862
  };
4863
4863
  assignee: {
@@ -5185,8 +5185,8 @@ export declare const cxLogContract: {
5185
5185
  updatedAt: Date;
5186
5186
  deletedAt: Date | null;
5187
5187
  cxLogId: string;
5188
- sentimentScore: string | null;
5189
- csatScore: string | null;
5188
+ sentimentScore?: string | null | undefined;
5189
+ csatScore?: string | null | undefined;
5190
5190
  } | null;
5191
5191
  room: {
5192
5192
  id: string;
@@ -5256,6 +5256,7 @@ export declare const cxLogContract: {
5256
5256
  createdAt: Date;
5257
5257
  updatedAt: Date;
5258
5258
  deletedAt: Date | null;
5259
+ channelId: string;
5259
5260
  contact: {
5260
5261
  id: string;
5261
5262
  channel: string | null;
@@ -5358,7 +5359,6 @@ export declare const cxLogContract: {
5358
5359
  };
5359
5360
  }[] | undefined;
5360
5361
  };
5361
- channelId: string;
5362
5362
  socialPlatformId: string;
5363
5363
  };
5364
5364
  assignee: {
@@ -168,24 +168,24 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
168
168
  updatedAt: z.ZodDate;
169
169
  deletedAt: z.ZodNullable<z.ZodDate>;
170
170
  cxLogId: z.ZodString;
171
- sentimentScore: z.ZodNullable<z.ZodString>;
172
- csatScore: z.ZodNullable<z.ZodString>;
171
+ sentimentScore: z.ZodOptional<z.ZodNullable<z.ZodString>>;
172
+ csatScore: z.ZodOptional<z.ZodNullable<z.ZodString>>;
173
173
  }, "strip", z.ZodTypeAny, {
174
174
  id: string;
175
175
  createdAt: Date;
176
176
  updatedAt: Date;
177
177
  deletedAt: Date | null;
178
178
  cxLogId: string;
179
- sentimentScore: string | null;
180
- csatScore: string | null;
179
+ sentimentScore?: string | null | undefined;
180
+ csatScore?: string | null | undefined;
181
181
  }, {
182
182
  id: string;
183
183
  createdAt: Date;
184
184
  updatedAt: Date;
185
185
  deletedAt: Date | null;
186
186
  cxLogId: string;
187
- sentimentScore: string | null;
188
- csatScore: string | null;
187
+ sentimentScore?: string | null | undefined;
188
+ csatScore?: string | null | undefined;
189
189
  }>>;
190
190
  wrapUpForm: z.ZodNullable<z.ZodObject<{
191
191
  id: z.ZodString;
@@ -1037,6 +1037,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1037
1037
  createdAt: Date;
1038
1038
  updatedAt: Date;
1039
1039
  deletedAt: Date | null;
1040
+ channelId: string;
1040
1041
  contact: {
1041
1042
  id: string;
1042
1043
  channel: string | null;
@@ -1139,7 +1140,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1139
1140
  };
1140
1141
  }[] | undefined;
1141
1142
  };
1142
- channelId: string;
1143
1143
  socialPlatformId: string;
1144
1144
  }, {
1145
1145
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -1153,6 +1153,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1153
1153
  createdAt: Date;
1154
1154
  updatedAt: Date;
1155
1155
  deletedAt: Date | null;
1156
+ channelId: string;
1156
1157
  contact: {
1157
1158
  id: string;
1158
1159
  channel: string | null;
@@ -1255,7 +1256,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
1255
1256
  };
1256
1257
  }[] | undefined;
1257
1258
  };
1258
- channelId: string;
1259
1259
  socialPlatformId: string;
1260
1260
  }>;
1261
1261
  actor: z.ZodObject<{
@@ -2077,6 +2077,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2077
2077
  createdAt: Date;
2078
2078
  updatedAt: Date;
2079
2079
  deletedAt: Date | null;
2080
+ channelId: string;
2080
2081
  contact: {
2081
2082
  id: string;
2082
2083
  channel: string | null;
@@ -2179,7 +2180,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2179
2180
  };
2180
2181
  }[] | undefined;
2181
2182
  };
2182
- channelId: string;
2183
2183
  socialPlatformId: string;
2184
2184
  };
2185
2185
  assignee: {
@@ -2356,6 +2356,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2356
2356
  createdAt: Date;
2357
2357
  updatedAt: Date;
2358
2358
  deletedAt: Date | null;
2359
+ channelId: string;
2359
2360
  contact: {
2360
2361
  id: string;
2361
2362
  channel: string | null;
@@ -2458,7 +2459,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
2458
2459
  };
2459
2460
  }[] | undefined;
2460
2461
  };
2461
- channelId: string;
2462
2462
  socialPlatformId: string;
2463
2463
  };
2464
2464
  assignee: {
@@ -3728,8 +3728,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3728
3728
  updatedAt: Date;
3729
3729
  deletedAt: Date | null;
3730
3730
  cxLogId: string;
3731
- sentimentScore: string | null;
3732
- csatScore: string | null;
3731
+ sentimentScore?: string | null | undefined;
3732
+ csatScore?: string | null | undefined;
3733
3733
  } | null;
3734
3734
  room: {
3735
3735
  id: string;
@@ -3799,6 +3799,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3799
3799
  createdAt: Date;
3800
3800
  updatedAt: Date;
3801
3801
  deletedAt: Date | null;
3802
+ channelId: string;
3802
3803
  contact: {
3803
3804
  id: string;
3804
3805
  channel: string | null;
@@ -3901,7 +3902,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
3901
3902
  };
3902
3903
  }[] | undefined;
3903
3904
  };
3904
- channelId: string;
3905
3905
  socialPlatformId: string;
3906
3906
  };
3907
3907
  assignee: {
@@ -4223,8 +4223,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4223
4223
  updatedAt: Date;
4224
4224
  deletedAt: Date | null;
4225
4225
  cxLogId: string;
4226
- sentimentScore: string | null;
4227
- csatScore: string | null;
4226
+ sentimentScore?: string | null | undefined;
4227
+ csatScore?: string | null | undefined;
4228
4228
  } | null;
4229
4229
  room: {
4230
4230
  id: string;
@@ -4294,6 +4294,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4294
4294
  createdAt: Date;
4295
4295
  updatedAt: Date;
4296
4296
  deletedAt: Date | null;
4297
+ channelId: string;
4297
4298
  contact: {
4298
4299
  id: string;
4299
4300
  channel: string | null;
@@ -4396,7 +4397,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
4396
4397
  };
4397
4398
  }[] | undefined;
4398
4399
  };
4399
- channelId: string;
4400
4400
  socialPlatformId: string;
4401
4401
  };
4402
4402
  assignee: {
@@ -5,23 +5,23 @@ export declare const EvaluateFormSchema: z.ZodObject<{
5
5
  updatedAt: z.ZodDate;
6
6
  deletedAt: z.ZodNullable<z.ZodDate>;
7
7
  cxLogId: z.ZodString;
8
- sentimentScore: z.ZodNullable<z.ZodString>;
9
- csatScore: z.ZodNullable<z.ZodString>;
8
+ sentimentScore: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ csatScore: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  }, "strip", z.ZodTypeAny, {
11
11
  id: string;
12
12
  createdAt: Date;
13
13
  updatedAt: Date;
14
14
  deletedAt: Date | null;
15
15
  cxLogId: string;
16
- sentimentScore: string | null;
17
- csatScore: string | null;
16
+ sentimentScore?: string | null | undefined;
17
+ csatScore?: string | null | undefined;
18
18
  }, {
19
19
  id: string;
20
20
  createdAt: Date;
21
21
  updatedAt: Date;
22
22
  deletedAt: Date | null;
23
23
  cxLogId: string;
24
- sentimentScore: string | null;
25
- csatScore: string | null;
24
+ sentimentScore?: string | null | undefined;
25
+ csatScore?: string | null | undefined;
26
26
  }>;
27
27
  //# sourceMappingURL=schema.d.ts.map
@@ -1,7 +1,7 @@
1
1
  export * from './contract';
2
2
  export { GetAllCxLogRequest } from './cx-log';
3
3
  export { UpdateCallIdRequest } from './call-log';
4
- export { CreateTelephonyCdrRequest } from './telephony-cdr';
4
+ export * from './telephony-cdr';
5
5
  export * from './category';
6
6
  export * from './attribute';
7
7
  export * from './tag';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAC5D,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,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,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
@@ -61,6 +61,7 @@ export declare const messengerContract: {
61
61
  picture?: string | undefined;
62
62
  additionalCredentials?: any;
63
63
  };
64
+ channelId: string;
64
65
  contact: {
65
66
  channel: string | null;
66
67
  address: string | null;
@@ -69,7 +70,6 @@ export declare const messengerContract: {
69
70
  contactProfile: string | null;
70
71
  socialProfileUrl: string | null;
71
72
  };
72
- channelId: string;
73
73
  socialPlatformId: string | null;
74
74
  }, {
75
75
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -79,6 +79,7 @@ export declare const messengerContract: {
79
79
  picture?: string | undefined;
80
80
  additionalCredentials?: any;
81
81
  };
82
+ channelId: string;
82
83
  contact: {
83
84
  channel: string | null;
84
85
  address: string | null;
@@ -87,7 +88,6 @@ export declare const messengerContract: {
87
88
  contactProfile: string | null;
88
89
  socialProfileUrl: string | null;
89
90
  };
90
- channelId: string;
91
91
  socialPlatformId: string | null;
92
92
  }>;
93
93
  actor: z.ZodNullable<z.ZodObject<{
@@ -232,6 +232,7 @@ export declare const messengerContract: {
232
232
  picture?: string | undefined;
233
233
  additionalCredentials?: any;
234
234
  };
235
+ channelId: string;
235
236
  contact: {
236
237
  channel: string | null;
237
238
  address: string | null;
@@ -240,7 +241,6 @@ export declare const messengerContract: {
240
241
  contactProfile: string | null;
241
242
  socialProfileUrl: string | null;
242
243
  };
243
- channelId: string;
244
244
  socialPlatformId: string | null;
245
245
  };
246
246
  lastMessage?: string | undefined;
@@ -285,6 +285,7 @@ export declare const messengerContract: {
285
285
  picture?: string | undefined;
286
286
  additionalCredentials?: any;
287
287
  };
288
+ channelId: string;
288
289
  contact: {
289
290
  channel: string | null;
290
291
  address: string | null;
@@ -293,7 +294,6 @@ export declare const messengerContract: {
293
294
  contactProfile: string | null;
294
295
  socialProfileUrl: string | null;
295
296
  };
296
- channelId: string;
297
297
  socialPlatformId: string | null;
298
298
  };
299
299
  lastMessage?: string | undefined;
@@ -490,6 +490,7 @@ export declare const messengerContract: {
490
490
  picture?: string | undefined;
491
491
  additionalCredentials?: any;
492
492
  };
493
+ channelId: string;
493
494
  contact: {
494
495
  channel: string | null;
495
496
  address: string | null;
@@ -498,7 +499,6 @@ export declare const messengerContract: {
498
499
  contactProfile: string | null;
499
500
  socialProfileUrl: string | null;
500
501
  };
501
- channelId: string;
502
502
  socialPlatformId: string | null;
503
503
  };
504
504
  lastMessage?: string | undefined;
@@ -576,6 +576,7 @@ export declare const messengerContract: {
576
576
  picture?: string | undefined;
577
577
  additionalCredentials?: any;
578
578
  };
579
+ channelId: string;
579
580
  contact: {
580
581
  channel: string | null;
581
582
  address: string | null;
@@ -584,7 +585,6 @@ export declare const messengerContract: {
584
585
  contactProfile: string | null;
585
586
  socialProfileUrl: string | null;
586
587
  };
587
- channelId: string;
588
588
  socialPlatformId: string | null;
589
589
  };
590
590
  lastMessage?: string | undefined;
@@ -1402,6 +1402,7 @@ export declare const messengerContract: {
1402
1402
  createdAt: Date;
1403
1403
  updatedAt: Date;
1404
1404
  deletedAt: Date | null;
1405
+ channelId: string;
1405
1406
  contact: {
1406
1407
  id: string;
1407
1408
  channel: string | null;
@@ -1504,7 +1505,6 @@ export declare const messengerContract: {
1504
1505
  };
1505
1506
  }[] | undefined;
1506
1507
  };
1507
- channelId: string;
1508
1508
  socialPlatformId: string;
1509
1509
  }, {
1510
1510
  type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
@@ -1518,6 +1518,7 @@ export declare const messengerContract: {
1518
1518
  createdAt: Date;
1519
1519
  updatedAt: Date;
1520
1520
  deletedAt: Date | null;
1521
+ channelId: string;
1521
1522
  contact: {
1522
1523
  id: string;
1523
1524
  channel: string | null;
@@ -1620,7 +1621,6 @@ export declare const messengerContract: {
1620
1621
  };
1621
1622
  }[] | undefined;
1622
1623
  };
1623
- channelId: string;
1624
1624
  socialPlatformId: string;
1625
1625
  }>;
1626
1626
  actor: z.ZodObject<{
@@ -2589,6 +2589,7 @@ export declare const messengerContract: {
2589
2589
  createdAt: Date;
2590
2590
  updatedAt: Date;
2591
2591
  deletedAt: Date | null;
2592
+ channelId: string;
2592
2593
  contact: {
2593
2594
  id: string;
2594
2595
  channel: string | null;
@@ -2691,7 +2692,6 @@ export declare const messengerContract: {
2691
2692
  };
2692
2693
  }[] | undefined;
2693
2694
  };
2694
- channelId: string;
2695
2695
  socialPlatformId: string;
2696
2696
  };
2697
2697
  assignee: {
@@ -2903,6 +2903,7 @@ export declare const messengerContract: {
2903
2903
  createdAt: Date;
2904
2904
  updatedAt: Date;
2905
2905
  deletedAt: Date | null;
2906
+ channelId: string;
2906
2907
  contact: {
2907
2908
  id: string;
2908
2909
  channel: string | null;
@@ -3005,7 +3006,6 @@ export declare const messengerContract: {
3005
3006
  };
3006
3007
  }[] | undefined;
3007
3008
  };
3008
- channelId: string;
3009
3009
  socialPlatformId: string;
3010
3010
  };
3011
3011
  assignee: {
@@ -3949,6 +3949,7 @@ export declare const messengerContract: {
3949
3949
  createdAt: Date;
3950
3950
  updatedAt: Date;
3951
3951
  deletedAt: Date | null;
3952
+ channelId: string;
3952
3953
  contact: {
3953
3954
  id: string;
3954
3955
  channel: string | null;
@@ -4051,7 +4052,6 @@ export declare const messengerContract: {
4051
4052
  };
4052
4053
  }[] | undefined;
4053
4054
  };
4054
- channelId: string;
4055
4055
  socialPlatformId: string;
4056
4056
  };
4057
4057
  assignee: {
@@ -4421,6 +4421,7 @@ export declare const messengerContract: {
4421
4421
  createdAt: Date;
4422
4422
  updatedAt: Date;
4423
4423
  deletedAt: Date | null;
4424
+ channelId: string;
4424
4425
  contact: {
4425
4426
  id: string;
4426
4427
  channel: string | null;
@@ -4523,7 +4524,6 @@ export declare const messengerContract: {
4523
4524
  };
4524
4525
  }[] | undefined;
4525
4526
  };
4526
- channelId: string;
4527
4527
  socialPlatformId: string;
4528
4528
  };
4529
4529
  assignee: {
@@ -4895,6 +4895,7 @@ export declare const messengerContract: {
4895
4895
  createdAt: Date;
4896
4896
  updatedAt: Date;
4897
4897
  deletedAt: Date | null;
4898
+ channelId: string;
4898
4899
  contact: {
4899
4900
  id: string;
4900
4901
  channel: string | null;
@@ -4997,7 +4998,6 @@ export declare const messengerContract: {
4997
4998
  };
4998
4999
  }[] | undefined;
4999
5000
  };
5000
- channelId: string;
5001
5001
  socialPlatformId: string;
5002
5002
  };
5003
5003
  assignee: {
@@ -5370,6 +5370,7 @@ export declare const messengerContract: {
5370
5370
  createdAt: Date;
5371
5371
  updatedAt: Date;
5372
5372
  deletedAt: Date | null;
5373
+ channelId: string;
5373
5374
  contact: {
5374
5375
  id: string;
5375
5376
  channel: string | null;
@@ -5472,7 +5473,6 @@ export declare const messengerContract: {
5472
5473
  };
5473
5474
  }[] | undefined;
5474
5475
  };
5475
- channelId: string;
5476
5476
  socialPlatformId: string;
5477
5477
  };
5478
5478
  assignee: {