@kl1/contracts 1.0.52 → 1.0.54
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 +1298 -1133
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1296 -1133
- package/dist/index.mjs.map +1 -1
- package/dist/src/channel/index.d.ts +2273 -1438
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +6678 -1560
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +180 -180
- package/dist/src/chat/validation.d.ts +371 -440
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +3026 -1010
- package/dist/src/comment/index.d.ts.map +1 -1
- package/dist/src/comment/schema.d.ts +780 -188
- package/dist/src/comment/schema.d.ts.map +1 -1
- package/dist/src/contact/index.d.ts +296 -296
- package/dist/src/contact/schema.d.ts +20 -20
- package/dist/src/contact/validation.d.ts +150 -150
- package/dist/src/contract.d.ts +20591 -8915
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +240 -240
- package/dist/src/cx-log/schema.d.ts +180 -180
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +100 -100
- package/dist/src/line/index.d.ts +301 -6
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/line/schema.d.ts +301 -6
- package/dist/src/line/schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +100 -100
- package/dist/src/telephony-cdr/index.d.ts +180 -180
- package/dist/src/telephony-cdr/schema.d.ts +40 -40
- package/dist/src/ticket/index.d.ts +4128 -1040
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +512 -40
- package/dist/src/ticket/schema.d.ts.map +1 -1
- package/dist/src/{mail/mail-server.d.ts → upload/index.d.ts} +72 -91
- package/dist/src/upload/index.d.ts.map +1 -0
- package/dist/src/upload/schema.d.ts +14 -0
- package/dist/src/upload/schema.d.ts.map +1 -1
- package/dist/src/upload/validation.d.ts +2 -0
- package/dist/src/upload/validation.d.ts.map +1 -0
- package/dist/src/user-presence-status-log/index.d.ts +63 -0
- package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -202,18 +202,18 @@ export declare const contactContract: {
|
|
202
202
|
attributeId: string;
|
203
203
|
isDefaultAttribute: boolean;
|
204
204
|
}[];
|
205
|
-
|
205
|
+
company: {
|
206
206
|
value: string;
|
207
207
|
isRequired: boolean;
|
208
208
|
attributeId: string;
|
209
209
|
};
|
210
|
-
|
211
|
-
value: string
|
210
|
+
notes: {
|
211
|
+
value: string;
|
212
212
|
isRequired: boolean;
|
213
213
|
attributeId: string;
|
214
214
|
};
|
215
|
-
|
216
|
-
value: string;
|
215
|
+
tags: {
|
216
|
+
value: string[];
|
217
217
|
isRequired: boolean;
|
218
218
|
attributeId: string;
|
219
219
|
};
|
@@ -256,18 +256,18 @@ export declare const contactContract: {
|
|
256
256
|
attributeId: string;
|
257
257
|
isDefaultAttribute: boolean;
|
258
258
|
}[];
|
259
|
-
|
259
|
+
company: {
|
260
260
|
value: string;
|
261
261
|
isRequired: boolean;
|
262
262
|
attributeId: string;
|
263
263
|
};
|
264
|
-
|
265
|
-
value: string
|
264
|
+
notes: {
|
265
|
+
value: string;
|
266
266
|
isRequired: boolean;
|
267
267
|
attributeId: string;
|
268
268
|
};
|
269
|
-
|
270
|
-
value: string;
|
269
|
+
tags: {
|
270
|
+
value: string[];
|
271
271
|
isRequired: boolean;
|
272
272
|
attributeId: string;
|
273
273
|
};
|
@@ -1038,16 +1038,6 @@ export declare const contactContract: {
|
|
1038
1038
|
};
|
1039
1039
|
}[];
|
1040
1040
|
}[];
|
1041
|
-
notes: string | null;
|
1042
|
-
contactProfile: string | null;
|
1043
|
-
socialProfileUrl: string | null;
|
1044
|
-
tags: {
|
1045
|
-
id: string;
|
1046
|
-
name: string;
|
1047
|
-
createdAt: Date;
|
1048
|
-
updatedAt: Date;
|
1049
|
-
deletedAt: Date | null;
|
1050
|
-
}[];
|
1051
1041
|
company: {
|
1052
1042
|
id: string;
|
1053
1043
|
createdAt: Date;
|
@@ -1058,6 +1048,16 @@ export declare const contactContract: {
|
|
1058
1048
|
phone?: string | null | undefined;
|
1059
1049
|
industry?: string | null | undefined;
|
1060
1050
|
} | null;
|
1051
|
+
notes: string | null;
|
1052
|
+
contactProfile: string | null;
|
1053
|
+
socialProfileUrl: string | null;
|
1054
|
+
tags: {
|
1055
|
+
id: string;
|
1056
|
+
name: string;
|
1057
|
+
createdAt: Date;
|
1058
|
+
updatedAt: Date;
|
1059
|
+
deletedAt: Date | null;
|
1060
|
+
}[];
|
1061
1061
|
contactEmails: {
|
1062
1062
|
id: string;
|
1063
1063
|
isPrimary: boolean;
|
@@ -1141,16 +1141,6 @@ export declare const contactContract: {
|
|
1141
1141
|
};
|
1142
1142
|
}[];
|
1143
1143
|
}[];
|
1144
|
-
notes: string | null;
|
1145
|
-
contactProfile: string | null;
|
1146
|
-
socialProfileUrl: string | null;
|
1147
|
-
tags: {
|
1148
|
-
id: string;
|
1149
|
-
name: string;
|
1150
|
-
createdAt: Date;
|
1151
|
-
updatedAt: Date;
|
1152
|
-
deletedAt: Date | null;
|
1153
|
-
}[];
|
1154
1144
|
company: {
|
1155
1145
|
id: string;
|
1156
1146
|
createdAt: Date;
|
@@ -1161,6 +1151,16 @@ export declare const contactContract: {
|
|
1161
1151
|
phone?: string | null | undefined;
|
1162
1152
|
industry?: string | null | undefined;
|
1163
1153
|
} | null;
|
1154
|
+
notes: string | null;
|
1155
|
+
contactProfile: string | null;
|
1156
|
+
socialProfileUrl: string | null;
|
1157
|
+
tags: {
|
1158
|
+
id: string;
|
1159
|
+
name: string;
|
1160
|
+
createdAt: Date;
|
1161
|
+
updatedAt: Date;
|
1162
|
+
deletedAt: Date | null;
|
1163
|
+
}[];
|
1164
1164
|
contactEmails: {
|
1165
1165
|
id: string;
|
1166
1166
|
isPrimary: boolean;
|
@@ -1246,16 +1246,6 @@ export declare const contactContract: {
|
|
1246
1246
|
};
|
1247
1247
|
}[];
|
1248
1248
|
}[];
|
1249
|
-
notes: string | null;
|
1250
|
-
contactProfile: string | null;
|
1251
|
-
socialProfileUrl: string | null;
|
1252
|
-
tags: {
|
1253
|
-
id: string;
|
1254
|
-
name: string;
|
1255
|
-
createdAt: Date;
|
1256
|
-
updatedAt: Date;
|
1257
|
-
deletedAt: Date | null;
|
1258
|
-
}[];
|
1259
1249
|
company: {
|
1260
1250
|
id: string;
|
1261
1251
|
createdAt: Date;
|
@@ -1266,6 +1256,16 @@ export declare const contactContract: {
|
|
1266
1256
|
phone?: string | null | undefined;
|
1267
1257
|
industry?: string | null | undefined;
|
1268
1258
|
} | null;
|
1259
|
+
notes: string | null;
|
1260
|
+
contactProfile: string | null;
|
1261
|
+
socialProfileUrl: string | null;
|
1262
|
+
tags: {
|
1263
|
+
id: string;
|
1264
|
+
name: string;
|
1265
|
+
createdAt: Date;
|
1266
|
+
updatedAt: Date;
|
1267
|
+
deletedAt: Date | null;
|
1268
|
+
}[];
|
1269
1269
|
contactEmails: {
|
1270
1270
|
id: string;
|
1271
1271
|
isPrimary: boolean;
|
@@ -1356,16 +1356,6 @@ export declare const contactContract: {
|
|
1356
1356
|
};
|
1357
1357
|
}[];
|
1358
1358
|
}[];
|
1359
|
-
notes: string | null;
|
1360
|
-
contactProfile: string | null;
|
1361
|
-
socialProfileUrl: string | null;
|
1362
|
-
tags: {
|
1363
|
-
id: string;
|
1364
|
-
name: string;
|
1365
|
-
createdAt: Date;
|
1366
|
-
updatedAt: Date;
|
1367
|
-
deletedAt: Date | null;
|
1368
|
-
}[];
|
1369
1359
|
company: {
|
1370
1360
|
id: string;
|
1371
1361
|
createdAt: Date;
|
@@ -1376,6 +1366,16 @@ export declare const contactContract: {
|
|
1376
1366
|
phone?: string | null | undefined;
|
1377
1367
|
industry?: string | null | undefined;
|
1378
1368
|
} | null;
|
1369
|
+
notes: string | null;
|
1370
|
+
contactProfile: string | null;
|
1371
|
+
socialProfileUrl: string | null;
|
1372
|
+
tags: {
|
1373
|
+
id: string;
|
1374
|
+
name: string;
|
1375
|
+
createdAt: Date;
|
1376
|
+
updatedAt: Date;
|
1377
|
+
deletedAt: Date | null;
|
1378
|
+
}[];
|
1379
1379
|
contactEmails: {
|
1380
1380
|
id: string;
|
1381
1381
|
isPrimary: boolean;
|
@@ -2110,16 +2110,6 @@ export declare const contactContract: {
|
|
2110
2110
|
};
|
2111
2111
|
}[];
|
2112
2112
|
}[];
|
2113
|
-
notes: string | null;
|
2114
|
-
contactProfile: string | null;
|
2115
|
-
socialProfileUrl: string | null;
|
2116
|
-
tags: {
|
2117
|
-
id: string;
|
2118
|
-
name: string;
|
2119
|
-
createdAt: Date;
|
2120
|
-
updatedAt: Date;
|
2121
|
-
deletedAt: Date | null;
|
2122
|
-
}[];
|
2123
2113
|
company: {
|
2124
2114
|
id: string;
|
2125
2115
|
createdAt: Date;
|
@@ -2130,6 +2120,16 @@ export declare const contactContract: {
|
|
2130
2120
|
phone?: string | null | undefined;
|
2131
2121
|
industry?: string | null | undefined;
|
2132
2122
|
} | null;
|
2123
|
+
notes: string | null;
|
2124
|
+
contactProfile: string | null;
|
2125
|
+
socialProfileUrl: string | null;
|
2126
|
+
tags: {
|
2127
|
+
id: string;
|
2128
|
+
name: string;
|
2129
|
+
createdAt: Date;
|
2130
|
+
updatedAt: Date;
|
2131
|
+
deletedAt: Date | null;
|
2132
|
+
}[];
|
2133
2133
|
contactEmails: {
|
2134
2134
|
id: string;
|
2135
2135
|
isPrimary: boolean;
|
@@ -2213,16 +2213,6 @@ export declare const contactContract: {
|
|
2213
2213
|
};
|
2214
2214
|
}[];
|
2215
2215
|
}[];
|
2216
|
-
notes: string | null;
|
2217
|
-
contactProfile: string | null;
|
2218
|
-
socialProfileUrl: string | null;
|
2219
|
-
tags: {
|
2220
|
-
id: string;
|
2221
|
-
name: string;
|
2222
|
-
createdAt: Date;
|
2223
|
-
updatedAt: Date;
|
2224
|
-
deletedAt: Date | null;
|
2225
|
-
}[];
|
2226
2216
|
company: {
|
2227
2217
|
id: string;
|
2228
2218
|
createdAt: Date;
|
@@ -2233,6 +2223,16 @@ export declare const contactContract: {
|
|
2233
2223
|
phone?: string | null | undefined;
|
2234
2224
|
industry?: string | null | undefined;
|
2235
2225
|
} | null;
|
2226
|
+
notes: string | null;
|
2227
|
+
contactProfile: string | null;
|
2228
|
+
socialProfileUrl: string | null;
|
2229
|
+
tags: {
|
2230
|
+
id: string;
|
2231
|
+
name: string;
|
2232
|
+
createdAt: Date;
|
2233
|
+
updatedAt: Date;
|
2234
|
+
deletedAt: Date | null;
|
2235
|
+
}[];
|
2236
2236
|
contactEmails: {
|
2237
2237
|
id: string;
|
2238
2238
|
isPrimary: boolean;
|
@@ -2318,16 +2318,6 @@ export declare const contactContract: {
|
|
2318
2318
|
};
|
2319
2319
|
}[];
|
2320
2320
|
}[];
|
2321
|
-
notes: string | null;
|
2322
|
-
contactProfile: string | null;
|
2323
|
-
socialProfileUrl: string | null;
|
2324
|
-
tags: {
|
2325
|
-
id: string;
|
2326
|
-
name: string;
|
2327
|
-
createdAt: Date;
|
2328
|
-
updatedAt: Date;
|
2329
|
-
deletedAt: Date | null;
|
2330
|
-
}[];
|
2331
2321
|
company: {
|
2332
2322
|
id: string;
|
2333
2323
|
createdAt: Date;
|
@@ -2338,6 +2328,16 @@ export declare const contactContract: {
|
|
2338
2328
|
phone?: string | null | undefined;
|
2339
2329
|
industry?: string | null | undefined;
|
2340
2330
|
} | null;
|
2331
|
+
notes: string | null;
|
2332
|
+
contactProfile: string | null;
|
2333
|
+
socialProfileUrl: string | null;
|
2334
|
+
tags: {
|
2335
|
+
id: string;
|
2336
|
+
name: string;
|
2337
|
+
createdAt: Date;
|
2338
|
+
updatedAt: Date;
|
2339
|
+
deletedAt: Date | null;
|
2340
|
+
}[];
|
2341
2341
|
contactEmails: {
|
2342
2342
|
id: string;
|
2343
2343
|
isPrimary: boolean;
|
@@ -2428,16 +2428,6 @@ export declare const contactContract: {
|
|
2428
2428
|
};
|
2429
2429
|
}[];
|
2430
2430
|
}[];
|
2431
|
-
notes: string | null;
|
2432
|
-
contactProfile: string | null;
|
2433
|
-
socialProfileUrl: string | null;
|
2434
|
-
tags: {
|
2435
|
-
id: string;
|
2436
|
-
name: string;
|
2437
|
-
createdAt: Date;
|
2438
|
-
updatedAt: Date;
|
2439
|
-
deletedAt: Date | null;
|
2440
|
-
}[];
|
2441
2431
|
company: {
|
2442
2432
|
id: string;
|
2443
2433
|
createdAt: Date;
|
@@ -2448,6 +2438,16 @@ export declare const contactContract: {
|
|
2448
2438
|
phone?: string | null | undefined;
|
2449
2439
|
industry?: string | null | undefined;
|
2450
2440
|
} | null;
|
2441
|
+
notes: string | null;
|
2442
|
+
contactProfile: string | null;
|
2443
|
+
socialProfileUrl: string | null;
|
2444
|
+
tags: {
|
2445
|
+
id: string;
|
2446
|
+
name: string;
|
2447
|
+
createdAt: Date;
|
2448
|
+
updatedAt: Date;
|
2449
|
+
deletedAt: Date | null;
|
2450
|
+
}[];
|
2451
2451
|
contactEmails: {
|
2452
2452
|
id: string;
|
2453
2453
|
isPrimary: boolean;
|
@@ -3435,16 +3435,6 @@ export declare const contactContract: {
|
|
3435
3435
|
};
|
3436
3436
|
}[];
|
3437
3437
|
}[];
|
3438
|
-
notes: string | null;
|
3439
|
-
contactProfile: string | null;
|
3440
|
-
socialProfileUrl: string | null;
|
3441
|
-
tags: {
|
3442
|
-
id: string;
|
3443
|
-
name: string;
|
3444
|
-
createdAt: Date;
|
3445
|
-
updatedAt: Date;
|
3446
|
-
deletedAt: Date | null;
|
3447
|
-
}[];
|
3448
3438
|
company: {
|
3449
3439
|
id: string;
|
3450
3440
|
createdAt: Date;
|
@@ -3455,6 +3445,16 @@ export declare const contactContract: {
|
|
3455
3445
|
phone?: string | null | undefined;
|
3456
3446
|
industry?: string | null | undefined;
|
3457
3447
|
} | null;
|
3448
|
+
notes: string | null;
|
3449
|
+
contactProfile: string | null;
|
3450
|
+
socialProfileUrl: string | null;
|
3451
|
+
tags: {
|
3452
|
+
id: string;
|
3453
|
+
name: string;
|
3454
|
+
createdAt: Date;
|
3455
|
+
updatedAt: Date;
|
3456
|
+
deletedAt: Date | null;
|
3457
|
+
}[];
|
3458
3458
|
contactEmails: {
|
3459
3459
|
id: string;
|
3460
3460
|
isPrimary: boolean;
|
@@ -3538,16 +3538,6 @@ export declare const contactContract: {
|
|
3538
3538
|
};
|
3539
3539
|
}[];
|
3540
3540
|
}[];
|
3541
|
-
notes: string | null;
|
3542
|
-
contactProfile: string | null;
|
3543
|
-
socialProfileUrl: string | null;
|
3544
|
-
tags: {
|
3545
|
-
id: string;
|
3546
|
-
name: string;
|
3547
|
-
createdAt: Date;
|
3548
|
-
updatedAt: Date;
|
3549
|
-
deletedAt: Date | null;
|
3550
|
-
}[];
|
3551
3541
|
company: {
|
3552
3542
|
id: string;
|
3553
3543
|
createdAt: Date;
|
@@ -3558,6 +3548,16 @@ export declare const contactContract: {
|
|
3558
3548
|
phone?: string | null | undefined;
|
3559
3549
|
industry?: string | null | undefined;
|
3560
3550
|
} | null;
|
3551
|
+
notes: string | null;
|
3552
|
+
contactProfile: string | null;
|
3553
|
+
socialProfileUrl: string | null;
|
3554
|
+
tags: {
|
3555
|
+
id: string;
|
3556
|
+
name: string;
|
3557
|
+
createdAt: Date;
|
3558
|
+
updatedAt: Date;
|
3559
|
+
deletedAt: Date | null;
|
3560
|
+
}[];
|
3561
3561
|
contactEmails: {
|
3562
3562
|
id: string;
|
3563
3563
|
isPrimary: boolean;
|
@@ -3643,16 +3643,6 @@ export declare const contactContract: {
|
|
3643
3643
|
};
|
3644
3644
|
}[];
|
3645
3645
|
}[];
|
3646
|
-
notes: string | null;
|
3647
|
-
contactProfile: string | null;
|
3648
|
-
socialProfileUrl: string | null;
|
3649
|
-
tags: {
|
3650
|
-
id: string;
|
3651
|
-
name: string;
|
3652
|
-
createdAt: Date;
|
3653
|
-
updatedAt: Date;
|
3654
|
-
deletedAt: Date | null;
|
3655
|
-
}[];
|
3656
3646
|
company: {
|
3657
3647
|
id: string;
|
3658
3648
|
createdAt: Date;
|
@@ -3663,6 +3653,16 @@ export declare const contactContract: {
|
|
3663
3653
|
phone?: string | null | undefined;
|
3664
3654
|
industry?: string | null | undefined;
|
3665
3655
|
} | null;
|
3656
|
+
notes: string | null;
|
3657
|
+
contactProfile: string | null;
|
3658
|
+
socialProfileUrl: string | null;
|
3659
|
+
tags: {
|
3660
|
+
id: string;
|
3661
|
+
name: string;
|
3662
|
+
createdAt: Date;
|
3663
|
+
updatedAt: Date;
|
3664
|
+
deletedAt: Date | null;
|
3665
|
+
}[];
|
3666
3666
|
contactEmails: {
|
3667
3667
|
id: string;
|
3668
3668
|
isPrimary: boolean;
|
@@ -3749,16 +3749,6 @@ export declare const contactContract: {
|
|
3749
3749
|
};
|
3750
3750
|
}[];
|
3751
3751
|
}[];
|
3752
|
-
notes: string | null;
|
3753
|
-
contactProfile: string | null;
|
3754
|
-
socialProfileUrl: string | null;
|
3755
|
-
tags: {
|
3756
|
-
id: string;
|
3757
|
-
name: string;
|
3758
|
-
createdAt: Date;
|
3759
|
-
updatedAt: Date;
|
3760
|
-
deletedAt: Date | null;
|
3761
|
-
}[];
|
3762
3752
|
company: {
|
3763
3753
|
id: string;
|
3764
3754
|
createdAt: Date;
|
@@ -3769,6 +3759,16 @@ export declare const contactContract: {
|
|
3769
3759
|
phone?: string | null | undefined;
|
3770
3760
|
industry?: string | null | undefined;
|
3771
3761
|
} | null;
|
3762
|
+
notes: string | null;
|
3763
|
+
contactProfile: string | null;
|
3764
|
+
socialProfileUrl: string | null;
|
3765
|
+
tags: {
|
3766
|
+
id: string;
|
3767
|
+
name: string;
|
3768
|
+
createdAt: Date;
|
3769
|
+
updatedAt: Date;
|
3770
|
+
deletedAt: Date | null;
|
3771
|
+
}[];
|
3772
3772
|
contactEmails: {
|
3773
3773
|
id: string;
|
3774
3774
|
isPrimary: boolean;
|
@@ -4581,16 +4581,6 @@ export declare const contactContract: {
|
|
4581
4581
|
};
|
4582
4582
|
}[];
|
4583
4583
|
}[];
|
4584
|
-
notes: string | null;
|
4585
|
-
contactProfile: string | null;
|
4586
|
-
socialProfileUrl: string | null;
|
4587
|
-
tags: {
|
4588
|
-
id: string;
|
4589
|
-
name: string;
|
4590
|
-
createdAt: Date;
|
4591
|
-
updatedAt: Date;
|
4592
|
-
deletedAt: Date | null;
|
4593
|
-
}[];
|
4594
4584
|
company: {
|
4595
4585
|
id: string;
|
4596
4586
|
createdAt: Date;
|
@@ -4601,6 +4591,16 @@ export declare const contactContract: {
|
|
4601
4591
|
phone?: string | null | undefined;
|
4602
4592
|
industry?: string | null | undefined;
|
4603
4593
|
} | null;
|
4594
|
+
notes: string | null;
|
4595
|
+
contactProfile: string | null;
|
4596
|
+
socialProfileUrl: string | null;
|
4597
|
+
tags: {
|
4598
|
+
id: string;
|
4599
|
+
name: string;
|
4600
|
+
createdAt: Date;
|
4601
|
+
updatedAt: Date;
|
4602
|
+
deletedAt: Date | null;
|
4603
|
+
}[];
|
4604
4604
|
contactEmails: {
|
4605
4605
|
id: string;
|
4606
4606
|
isPrimary: boolean;
|
@@ -4684,16 +4684,6 @@ export declare const contactContract: {
|
|
4684
4684
|
};
|
4685
4685
|
}[];
|
4686
4686
|
}[];
|
4687
|
-
notes: string | null;
|
4688
|
-
contactProfile: string | null;
|
4689
|
-
socialProfileUrl: string | null;
|
4690
|
-
tags: {
|
4691
|
-
id: string;
|
4692
|
-
name: string;
|
4693
|
-
createdAt: Date;
|
4694
|
-
updatedAt: Date;
|
4695
|
-
deletedAt: Date | null;
|
4696
|
-
}[];
|
4697
4687
|
company: {
|
4698
4688
|
id: string;
|
4699
4689
|
createdAt: Date;
|
@@ -4704,6 +4694,16 @@ export declare const contactContract: {
|
|
4704
4694
|
phone?: string | null | undefined;
|
4705
4695
|
industry?: string | null | undefined;
|
4706
4696
|
} | null;
|
4697
|
+
notes: string | null;
|
4698
|
+
contactProfile: string | null;
|
4699
|
+
socialProfileUrl: string | null;
|
4700
|
+
tags: {
|
4701
|
+
id: string;
|
4702
|
+
name: string;
|
4703
|
+
createdAt: Date;
|
4704
|
+
updatedAt: Date;
|
4705
|
+
deletedAt: Date | null;
|
4706
|
+
}[];
|
4707
4707
|
contactEmails: {
|
4708
4708
|
id: string;
|
4709
4709
|
isPrimary: boolean;
|
@@ -4789,16 +4789,6 @@ export declare const contactContract: {
|
|
4789
4789
|
};
|
4790
4790
|
}[];
|
4791
4791
|
}[];
|
4792
|
-
notes: string | null;
|
4793
|
-
contactProfile: string | null;
|
4794
|
-
socialProfileUrl: string | null;
|
4795
|
-
tags: {
|
4796
|
-
id: string;
|
4797
|
-
name: string;
|
4798
|
-
createdAt: Date;
|
4799
|
-
updatedAt: Date;
|
4800
|
-
deletedAt: Date | null;
|
4801
|
-
}[];
|
4802
4792
|
company: {
|
4803
4793
|
id: string;
|
4804
4794
|
createdAt: Date;
|
@@ -4809,6 +4799,16 @@ export declare const contactContract: {
|
|
4809
4799
|
phone?: string | null | undefined;
|
4810
4800
|
industry?: string | null | undefined;
|
4811
4801
|
} | null;
|
4802
|
+
notes: string | null;
|
4803
|
+
contactProfile: string | null;
|
4804
|
+
socialProfileUrl: string | null;
|
4805
|
+
tags: {
|
4806
|
+
id: string;
|
4807
|
+
name: string;
|
4808
|
+
createdAt: Date;
|
4809
|
+
updatedAt: Date;
|
4810
|
+
deletedAt: Date | null;
|
4811
|
+
}[];
|
4812
4812
|
contactEmails: {
|
4813
4813
|
id: string;
|
4814
4814
|
isPrimary: boolean;
|
@@ -4888,22 +4888,12 @@ export declare const contactContract: {
|
|
4888
4888
|
deletedAt: Date | null;
|
4889
4889
|
fileName: string;
|
4890
4890
|
fileKey: string;
|
4891
|
-
bucketName: string;
|
4892
|
-
fileSize: number;
|
4893
|
-
fileUrl: string | null;
|
4894
|
-
status?: string | undefined;
|
4895
|
-
};
|
4896
|
-
}[];
|
4897
|
-
}[];
|
4898
|
-
notes: string | null;
|
4899
|
-
contactProfile: string | null;
|
4900
|
-
socialProfileUrl: string | null;
|
4901
|
-
tags: {
|
4902
|
-
id: string;
|
4903
|
-
name: string;
|
4904
|
-
createdAt: Date;
|
4905
|
-
updatedAt: Date;
|
4906
|
-
deletedAt: Date | null;
|
4891
|
+
bucketName: string;
|
4892
|
+
fileSize: number;
|
4893
|
+
fileUrl: string | null;
|
4894
|
+
status?: string | undefined;
|
4895
|
+
};
|
4896
|
+
}[];
|
4907
4897
|
}[];
|
4908
4898
|
company: {
|
4909
4899
|
id: string;
|
@@ -4915,6 +4905,16 @@ export declare const contactContract: {
|
|
4915
4905
|
phone?: string | null | undefined;
|
4916
4906
|
industry?: string | null | undefined;
|
4917
4907
|
} | null;
|
4908
|
+
notes: string | null;
|
4909
|
+
contactProfile: string | null;
|
4910
|
+
socialProfileUrl: string | null;
|
4911
|
+
tags: {
|
4912
|
+
id: string;
|
4913
|
+
name: string;
|
4914
|
+
createdAt: Date;
|
4915
|
+
updatedAt: Date;
|
4916
|
+
deletedAt: Date | null;
|
4917
|
+
}[];
|
4918
4918
|
contactEmails: {
|
4919
4919
|
id: string;
|
4920
4920
|
isPrimary: boolean;
|
@@ -5638,16 +5638,6 @@ export declare const contactContract: {
|
|
5638
5638
|
};
|
5639
5639
|
}[];
|
5640
5640
|
}[];
|
5641
|
-
notes: string | null;
|
5642
|
-
contactProfile: string | null;
|
5643
|
-
socialProfileUrl: string | null;
|
5644
|
-
tags: {
|
5645
|
-
id: string;
|
5646
|
-
name: string;
|
5647
|
-
createdAt: Date;
|
5648
|
-
updatedAt: Date;
|
5649
|
-
deletedAt: Date | null;
|
5650
|
-
}[];
|
5651
5641
|
company: {
|
5652
5642
|
id: string;
|
5653
5643
|
createdAt: Date;
|
@@ -5658,6 +5648,16 @@ export declare const contactContract: {
|
|
5658
5648
|
phone?: string | null | undefined;
|
5659
5649
|
industry?: string | null | undefined;
|
5660
5650
|
} | null;
|
5651
|
+
notes: string | null;
|
5652
|
+
contactProfile: string | null;
|
5653
|
+
socialProfileUrl: string | null;
|
5654
|
+
tags: {
|
5655
|
+
id: string;
|
5656
|
+
name: string;
|
5657
|
+
createdAt: Date;
|
5658
|
+
updatedAt: Date;
|
5659
|
+
deletedAt: Date | null;
|
5660
|
+
}[];
|
5661
5661
|
contactEmails: {
|
5662
5662
|
id: string;
|
5663
5663
|
isPrimary: boolean;
|
@@ -5741,16 +5741,6 @@ export declare const contactContract: {
|
|
5741
5741
|
};
|
5742
5742
|
}[];
|
5743
5743
|
}[];
|
5744
|
-
notes: string | null;
|
5745
|
-
contactProfile: string | null;
|
5746
|
-
socialProfileUrl: string | null;
|
5747
|
-
tags: {
|
5748
|
-
id: string;
|
5749
|
-
name: string;
|
5750
|
-
createdAt: Date;
|
5751
|
-
updatedAt: Date;
|
5752
|
-
deletedAt: Date | null;
|
5753
|
-
}[];
|
5754
5744
|
company: {
|
5755
5745
|
id: string;
|
5756
5746
|
createdAt: Date;
|
@@ -5761,6 +5751,16 @@ export declare const contactContract: {
|
|
5761
5751
|
phone?: string | null | undefined;
|
5762
5752
|
industry?: string | null | undefined;
|
5763
5753
|
} | null;
|
5754
|
+
notes: string | null;
|
5755
|
+
contactProfile: string | null;
|
5756
|
+
socialProfileUrl: string | null;
|
5757
|
+
tags: {
|
5758
|
+
id: string;
|
5759
|
+
name: string;
|
5760
|
+
createdAt: Date;
|
5761
|
+
updatedAt: Date;
|
5762
|
+
deletedAt: Date | null;
|
5763
|
+
}[];
|
5764
5764
|
contactEmails: {
|
5765
5765
|
id: string;
|
5766
5766
|
isPrimary: boolean;
|
@@ -5846,16 +5846,6 @@ export declare const contactContract: {
|
|
5846
5846
|
};
|
5847
5847
|
}[];
|
5848
5848
|
}[];
|
5849
|
-
notes: string | null;
|
5850
|
-
contactProfile: string | null;
|
5851
|
-
socialProfileUrl: string | null;
|
5852
|
-
tags: {
|
5853
|
-
id: string;
|
5854
|
-
name: string;
|
5855
|
-
createdAt: Date;
|
5856
|
-
updatedAt: Date;
|
5857
|
-
deletedAt: Date | null;
|
5858
|
-
}[];
|
5859
5849
|
company: {
|
5860
5850
|
id: string;
|
5861
5851
|
createdAt: Date;
|
@@ -5866,6 +5856,16 @@ export declare const contactContract: {
|
|
5866
5856
|
phone?: string | null | undefined;
|
5867
5857
|
industry?: string | null | undefined;
|
5868
5858
|
} | null;
|
5859
|
+
notes: string | null;
|
5860
|
+
contactProfile: string | null;
|
5861
|
+
socialProfileUrl: string | null;
|
5862
|
+
tags: {
|
5863
|
+
id: string;
|
5864
|
+
name: string;
|
5865
|
+
createdAt: Date;
|
5866
|
+
updatedAt: Date;
|
5867
|
+
deletedAt: Date | null;
|
5868
|
+
}[];
|
5869
5869
|
contactEmails: {
|
5870
5870
|
id: string;
|
5871
5871
|
isPrimary: boolean;
|
@@ -5952,16 +5952,6 @@ export declare const contactContract: {
|
|
5952
5952
|
};
|
5953
5953
|
}[];
|
5954
5954
|
}[];
|
5955
|
-
notes: string | null;
|
5956
|
-
contactProfile: string | null;
|
5957
|
-
socialProfileUrl: string | null;
|
5958
|
-
tags: {
|
5959
|
-
id: string;
|
5960
|
-
name: string;
|
5961
|
-
createdAt: Date;
|
5962
|
-
updatedAt: Date;
|
5963
|
-
deletedAt: Date | null;
|
5964
|
-
}[];
|
5965
5955
|
company: {
|
5966
5956
|
id: string;
|
5967
5957
|
createdAt: Date;
|
@@ -5972,6 +5962,16 @@ export declare const contactContract: {
|
|
5972
5962
|
phone?: string | null | undefined;
|
5973
5963
|
industry?: string | null | undefined;
|
5974
5964
|
} | null;
|
5965
|
+
notes: string | null;
|
5966
|
+
contactProfile: string | null;
|
5967
|
+
socialProfileUrl: string | null;
|
5968
|
+
tags: {
|
5969
|
+
id: string;
|
5970
|
+
name: string;
|
5971
|
+
createdAt: Date;
|
5972
|
+
updatedAt: Date;
|
5973
|
+
deletedAt: Date | null;
|
5974
|
+
}[];
|
5975
5975
|
contactEmails: {
|
5976
5976
|
id: string;
|
5977
5977
|
isPrimary: boolean;
|
@@ -6731,16 +6731,6 @@ export declare const contactContract: {
|
|
6731
6731
|
};
|
6732
6732
|
}[];
|
6733
6733
|
}[];
|
6734
|
-
notes: string | null;
|
6735
|
-
contactProfile: string | null;
|
6736
|
-
socialProfileUrl: string | null;
|
6737
|
-
tags: {
|
6738
|
-
id: string;
|
6739
|
-
name: string;
|
6740
|
-
createdAt: Date;
|
6741
|
-
updatedAt: Date;
|
6742
|
-
deletedAt: Date | null;
|
6743
|
-
}[];
|
6744
6734
|
company: {
|
6745
6735
|
id: string;
|
6746
6736
|
createdAt: Date;
|
@@ -6751,6 +6741,16 @@ export declare const contactContract: {
|
|
6751
6741
|
phone?: string | null | undefined;
|
6752
6742
|
industry?: string | null | undefined;
|
6753
6743
|
} | null;
|
6744
|
+
notes: string | null;
|
6745
|
+
contactProfile: string | null;
|
6746
|
+
socialProfileUrl: string | null;
|
6747
|
+
tags: {
|
6748
|
+
id: string;
|
6749
|
+
name: string;
|
6750
|
+
createdAt: Date;
|
6751
|
+
updatedAt: Date;
|
6752
|
+
deletedAt: Date | null;
|
6753
|
+
}[];
|
6754
6754
|
contactEmails: {
|
6755
6755
|
id: string;
|
6756
6756
|
isPrimary: boolean;
|
@@ -6834,16 +6834,6 @@ export declare const contactContract: {
|
|
6834
6834
|
};
|
6835
6835
|
}[];
|
6836
6836
|
}[];
|
6837
|
-
notes: string | null;
|
6838
|
-
contactProfile: string | null;
|
6839
|
-
socialProfileUrl: string | null;
|
6840
|
-
tags: {
|
6841
|
-
id: string;
|
6842
|
-
name: string;
|
6843
|
-
createdAt: Date;
|
6844
|
-
updatedAt: Date;
|
6845
|
-
deletedAt: Date | null;
|
6846
|
-
}[];
|
6847
6837
|
company: {
|
6848
6838
|
id: string;
|
6849
6839
|
createdAt: Date;
|
@@ -6854,6 +6844,16 @@ export declare const contactContract: {
|
|
6854
6844
|
phone?: string | null | undefined;
|
6855
6845
|
industry?: string | null | undefined;
|
6856
6846
|
} | null;
|
6847
|
+
notes: string | null;
|
6848
|
+
contactProfile: string | null;
|
6849
|
+
socialProfileUrl: string | null;
|
6850
|
+
tags: {
|
6851
|
+
id: string;
|
6852
|
+
name: string;
|
6853
|
+
createdAt: Date;
|
6854
|
+
updatedAt: Date;
|
6855
|
+
deletedAt: Date | null;
|
6856
|
+
}[];
|
6857
6857
|
contactEmails: {
|
6858
6858
|
id: string;
|
6859
6859
|
isPrimary: boolean;
|
@@ -6939,16 +6939,6 @@ export declare const contactContract: {
|
|
6939
6939
|
};
|
6940
6940
|
}[];
|
6941
6941
|
}[];
|
6942
|
-
notes: string | null;
|
6943
|
-
contactProfile: string | null;
|
6944
|
-
socialProfileUrl: string | null;
|
6945
|
-
tags: {
|
6946
|
-
id: string;
|
6947
|
-
name: string;
|
6948
|
-
createdAt: Date;
|
6949
|
-
updatedAt: Date;
|
6950
|
-
deletedAt: Date | null;
|
6951
|
-
}[];
|
6952
6942
|
company: {
|
6953
6943
|
id: string;
|
6954
6944
|
createdAt: Date;
|
@@ -6959,6 +6949,16 @@ export declare const contactContract: {
|
|
6959
6949
|
phone?: string | null | undefined;
|
6960
6950
|
industry?: string | null | undefined;
|
6961
6951
|
} | null;
|
6952
|
+
notes: string | null;
|
6953
|
+
contactProfile: string | null;
|
6954
|
+
socialProfileUrl: string | null;
|
6955
|
+
tags: {
|
6956
|
+
id: string;
|
6957
|
+
name: string;
|
6958
|
+
createdAt: Date;
|
6959
|
+
updatedAt: Date;
|
6960
|
+
deletedAt: Date | null;
|
6961
|
+
}[];
|
6962
6962
|
contactEmails: {
|
6963
6963
|
id: string;
|
6964
6964
|
isPrimary: boolean;
|
@@ -7045,16 +7045,6 @@ export declare const contactContract: {
|
|
7045
7045
|
};
|
7046
7046
|
}[];
|
7047
7047
|
}[];
|
7048
|
-
notes: string | null;
|
7049
|
-
contactProfile: string | null;
|
7050
|
-
socialProfileUrl: string | null;
|
7051
|
-
tags: {
|
7052
|
-
id: string;
|
7053
|
-
name: string;
|
7054
|
-
createdAt: Date;
|
7055
|
-
updatedAt: Date;
|
7056
|
-
deletedAt: Date | null;
|
7057
|
-
}[];
|
7058
7048
|
company: {
|
7059
7049
|
id: string;
|
7060
7050
|
createdAt: Date;
|
@@ -7065,6 +7055,16 @@ export declare const contactContract: {
|
|
7065
7055
|
phone?: string | null | undefined;
|
7066
7056
|
industry?: string | null | undefined;
|
7067
7057
|
} | null;
|
7058
|
+
notes: string | null;
|
7059
|
+
contactProfile: string | null;
|
7060
|
+
socialProfileUrl: string | null;
|
7061
|
+
tags: {
|
7062
|
+
id: string;
|
7063
|
+
name: string;
|
7064
|
+
createdAt: Date;
|
7065
|
+
updatedAt: Date;
|
7066
|
+
deletedAt: Date | null;
|
7067
|
+
}[];
|
7068
7068
|
contactEmails: {
|
7069
7069
|
id: string;
|
7070
7070
|
isPrimary: boolean;
|
@@ -8154,16 +8154,6 @@ export declare const contactContract: {
|
|
8154
8154
|
};
|
8155
8155
|
}[];
|
8156
8156
|
}[];
|
8157
|
-
notes: string | null;
|
8158
|
-
contactProfile: string | null;
|
8159
|
-
socialProfileUrl: string | null;
|
8160
|
-
tags: {
|
8161
|
-
id: string;
|
8162
|
-
name: string;
|
8163
|
-
createdAt: Date;
|
8164
|
-
updatedAt: Date;
|
8165
|
-
deletedAt: Date | null;
|
8166
|
-
}[];
|
8167
8157
|
company: {
|
8168
8158
|
id: string;
|
8169
8159
|
createdAt: Date;
|
@@ -8174,6 +8164,16 @@ export declare const contactContract: {
|
|
8174
8164
|
phone?: string | null | undefined;
|
8175
8165
|
industry?: string | null | undefined;
|
8176
8166
|
} | null;
|
8167
|
+
notes: string | null;
|
8168
|
+
contactProfile: string | null;
|
8169
|
+
socialProfileUrl: string | null;
|
8170
|
+
tags: {
|
8171
|
+
id: string;
|
8172
|
+
name: string;
|
8173
|
+
createdAt: Date;
|
8174
|
+
updatedAt: Date;
|
8175
|
+
deletedAt: Date | null;
|
8176
|
+
}[];
|
8177
8177
|
contactEmails: {
|
8178
8178
|
id: string;
|
8179
8179
|
isPrimary: boolean;
|
@@ -8257,16 +8257,6 @@ export declare const contactContract: {
|
|
8257
8257
|
};
|
8258
8258
|
}[];
|
8259
8259
|
}[];
|
8260
|
-
notes: string | null;
|
8261
|
-
contactProfile: string | null;
|
8262
|
-
socialProfileUrl: string | null;
|
8263
|
-
tags: {
|
8264
|
-
id: string;
|
8265
|
-
name: string;
|
8266
|
-
createdAt: Date;
|
8267
|
-
updatedAt: Date;
|
8268
|
-
deletedAt: Date | null;
|
8269
|
-
}[];
|
8270
8260
|
company: {
|
8271
8261
|
id: string;
|
8272
8262
|
createdAt: Date;
|
@@ -8277,6 +8267,16 @@ export declare const contactContract: {
|
|
8277
8267
|
phone?: string | null | undefined;
|
8278
8268
|
industry?: string | null | undefined;
|
8279
8269
|
} | null;
|
8270
|
+
notes: string | null;
|
8271
|
+
contactProfile: string | null;
|
8272
|
+
socialProfileUrl: string | null;
|
8273
|
+
tags: {
|
8274
|
+
id: string;
|
8275
|
+
name: string;
|
8276
|
+
createdAt: Date;
|
8277
|
+
updatedAt: Date;
|
8278
|
+
deletedAt: Date | null;
|
8279
|
+
}[];
|
8280
8280
|
contactEmails: {
|
8281
8281
|
id: string;
|
8282
8282
|
isPrimary: boolean;
|
@@ -8362,16 +8362,6 @@ export declare const contactContract: {
|
|
8362
8362
|
};
|
8363
8363
|
}[];
|
8364
8364
|
}[];
|
8365
|
-
notes: string | null;
|
8366
|
-
contactProfile: string | null;
|
8367
|
-
socialProfileUrl: string | null;
|
8368
|
-
tags: {
|
8369
|
-
id: string;
|
8370
|
-
name: string;
|
8371
|
-
createdAt: Date;
|
8372
|
-
updatedAt: Date;
|
8373
|
-
deletedAt: Date | null;
|
8374
|
-
}[];
|
8375
8365
|
company: {
|
8376
8366
|
id: string;
|
8377
8367
|
createdAt: Date;
|
@@ -8382,6 +8372,16 @@ export declare const contactContract: {
|
|
8382
8372
|
phone?: string | null | undefined;
|
8383
8373
|
industry?: string | null | undefined;
|
8384
8374
|
} | null;
|
8375
|
+
notes: string | null;
|
8376
|
+
contactProfile: string | null;
|
8377
|
+
socialProfileUrl: string | null;
|
8378
|
+
tags: {
|
8379
|
+
id: string;
|
8380
|
+
name: string;
|
8381
|
+
createdAt: Date;
|
8382
|
+
updatedAt: Date;
|
8383
|
+
deletedAt: Date | null;
|
8384
|
+
}[];
|
8385
8385
|
contactEmails: {
|
8386
8386
|
id: string;
|
8387
8387
|
isPrimary: boolean;
|
@@ -8468,16 +8468,6 @@ export declare const contactContract: {
|
|
8468
8468
|
};
|
8469
8469
|
}[];
|
8470
8470
|
}[];
|
8471
|
-
notes: string | null;
|
8472
|
-
contactProfile: string | null;
|
8473
|
-
socialProfileUrl: string | null;
|
8474
|
-
tags: {
|
8475
|
-
id: string;
|
8476
|
-
name: string;
|
8477
|
-
createdAt: Date;
|
8478
|
-
updatedAt: Date;
|
8479
|
-
deletedAt: Date | null;
|
8480
|
-
}[];
|
8481
8471
|
company: {
|
8482
8472
|
id: string;
|
8483
8473
|
createdAt: Date;
|
@@ -8488,6 +8478,16 @@ export declare const contactContract: {
|
|
8488
8478
|
phone?: string | null | undefined;
|
8489
8479
|
industry?: string | null | undefined;
|
8490
8480
|
} | null;
|
8481
|
+
notes: string | null;
|
8482
|
+
contactProfile: string | null;
|
8483
|
+
socialProfileUrl: string | null;
|
8484
|
+
tags: {
|
8485
|
+
id: string;
|
8486
|
+
name: string;
|
8487
|
+
createdAt: Date;
|
8488
|
+
updatedAt: Date;
|
8489
|
+
deletedAt: Date | null;
|
8490
|
+
}[];
|
8491
8491
|
contactEmails: {
|
8492
8492
|
id: string;
|
8493
8493
|
isPrimary: boolean;
|