@kl1/contracts 1.3.81 → 1.3.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/chat/validation.d.ts +18 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +72 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +9 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +9 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +9 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +9 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +9 -0
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +9 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +9 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +9 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +9 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -90246,10 +90246,12 @@ export declare const platformContract: {
|
|
90246
90246
|
notes: import("zod").ZodNullable<import("zod").ZodString>;
|
90247
90247
|
contactProfile: import("zod").ZodNullable<import("zod").ZodString>;
|
90248
90248
|
socialProfileUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
90249
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
90249
90250
|
}, "strip", import("zod").ZodTypeAny, {
|
90250
90251
|
name: string;
|
90251
90252
|
channel: string | null;
|
90252
90253
|
address: string | null;
|
90254
|
+
deletedAt: Date | null;
|
90253
90255
|
notes: string | null;
|
90254
90256
|
contactProfile: string | null;
|
90255
90257
|
socialProfileUrl: string | null;
|
@@ -90257,6 +90259,7 @@ export declare const platformContract: {
|
|
90257
90259
|
name: string;
|
90258
90260
|
channel: string | null;
|
90259
90261
|
address: string | null;
|
90262
|
+
deletedAt: Date | null;
|
90260
90263
|
notes: string | null;
|
90261
90264
|
contactProfile: string | null;
|
90262
90265
|
socialProfileUrl: string | null;
|
@@ -90274,6 +90277,7 @@ export declare const platformContract: {
|
|
90274
90277
|
name: string;
|
90275
90278
|
channel: string | null;
|
90276
90279
|
address: string | null;
|
90280
|
+
deletedAt: Date | null;
|
90277
90281
|
notes: string | null;
|
90278
90282
|
contactProfile: string | null;
|
90279
90283
|
socialProfileUrl: string | null;
|
@@ -90293,6 +90297,7 @@ export declare const platformContract: {
|
|
90293
90297
|
name: string;
|
90294
90298
|
channel: string | null;
|
90295
90299
|
address: string | null;
|
90300
|
+
deletedAt: Date | null;
|
90296
90301
|
notes: string | null;
|
90297
90302
|
contactProfile: string | null;
|
90298
90303
|
socialProfileUrl: string | null;
|
@@ -90691,6 +90696,7 @@ export declare const platformContract: {
|
|
90691
90696
|
name: string;
|
90692
90697
|
channel: string | null;
|
90693
90698
|
address: string | null;
|
90699
|
+
deletedAt: Date | null;
|
90694
90700
|
notes: string | null;
|
90695
90701
|
contactProfile: string | null;
|
90696
90702
|
socialProfileUrl: string | null;
|
@@ -90788,6 +90794,7 @@ export declare const platformContract: {
|
|
90788
90794
|
name: string;
|
90789
90795
|
channel: string | null;
|
90790
90796
|
address: string | null;
|
90797
|
+
deletedAt: Date | null;
|
90791
90798
|
notes: string | null;
|
90792
90799
|
contactProfile: string | null;
|
90793
90800
|
socialProfileUrl: string | null;
|
@@ -91053,6 +91060,7 @@ export declare const platformContract: {
|
|
91053
91060
|
name: string;
|
91054
91061
|
channel: string | null;
|
91055
91062
|
address: string | null;
|
91063
|
+
deletedAt: Date | null;
|
91056
91064
|
notes: string | null;
|
91057
91065
|
contactProfile: string | null;
|
91058
91066
|
socialProfileUrl: string | null;
|
@@ -91189,6 +91197,7 @@ export declare const platformContract: {
|
|
91189
91197
|
name: string;
|
91190
91198
|
channel: string | null;
|
91191
91199
|
address: string | null;
|
91200
|
+
deletedAt: Date | null;
|
91192
91201
|
notes: string | null;
|
91193
91202
|
contactProfile: string | null;
|
91194
91203
|
socialProfileUrl: string | null;
|
@@ -111992,10 +112001,12 @@ export declare const platformLineContract: {
|
|
111992
112001
|
notes: import("zod").ZodNullable<import("zod").ZodString>;
|
111993
112002
|
contactProfile: import("zod").ZodNullable<import("zod").ZodString>;
|
111994
112003
|
socialProfileUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
112004
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
111995
112005
|
}, "strip", import("zod").ZodTypeAny, {
|
111996
112006
|
name: string;
|
111997
112007
|
channel: string | null;
|
111998
112008
|
address: string | null;
|
112009
|
+
deletedAt: Date | null;
|
111999
112010
|
notes: string | null;
|
112000
112011
|
contactProfile: string | null;
|
112001
112012
|
socialProfileUrl: string | null;
|
@@ -112003,6 +112014,7 @@ export declare const platformLineContract: {
|
|
112003
112014
|
name: string;
|
112004
112015
|
channel: string | null;
|
112005
112016
|
address: string | null;
|
112017
|
+
deletedAt: Date | null;
|
112006
112018
|
notes: string | null;
|
112007
112019
|
contactProfile: string | null;
|
112008
112020
|
socialProfileUrl: string | null;
|
@@ -112020,6 +112032,7 @@ export declare const platformLineContract: {
|
|
112020
112032
|
name: string;
|
112021
112033
|
channel: string | null;
|
112022
112034
|
address: string | null;
|
112035
|
+
deletedAt: Date | null;
|
112023
112036
|
notes: string | null;
|
112024
112037
|
contactProfile: string | null;
|
112025
112038
|
socialProfileUrl: string | null;
|
@@ -112039,6 +112052,7 @@ export declare const platformLineContract: {
|
|
112039
112052
|
name: string;
|
112040
112053
|
channel: string | null;
|
112041
112054
|
address: string | null;
|
112055
|
+
deletedAt: Date | null;
|
112042
112056
|
notes: string | null;
|
112043
112057
|
contactProfile: string | null;
|
112044
112058
|
socialProfileUrl: string | null;
|
@@ -112437,6 +112451,7 @@ export declare const platformLineContract: {
|
|
112437
112451
|
name: string;
|
112438
112452
|
channel: string | null;
|
112439
112453
|
address: string | null;
|
112454
|
+
deletedAt: Date | null;
|
112440
112455
|
notes: string | null;
|
112441
112456
|
contactProfile: string | null;
|
112442
112457
|
socialProfileUrl: string | null;
|
@@ -112534,6 +112549,7 @@ export declare const platformLineContract: {
|
|
112534
112549
|
name: string;
|
112535
112550
|
channel: string | null;
|
112536
112551
|
address: string | null;
|
112552
|
+
deletedAt: Date | null;
|
112537
112553
|
notes: string | null;
|
112538
112554
|
contactProfile: string | null;
|
112539
112555
|
socialProfileUrl: string | null;
|
@@ -112799,6 +112815,7 @@ export declare const platformLineContract: {
|
|
112799
112815
|
name: string;
|
112800
112816
|
channel: string | null;
|
112801
112817
|
address: string | null;
|
112818
|
+
deletedAt: Date | null;
|
112802
112819
|
notes: string | null;
|
112803
112820
|
contactProfile: string | null;
|
112804
112821
|
socialProfileUrl: string | null;
|
@@ -112935,6 +112952,7 @@ export declare const platformLineContract: {
|
|
112935
112952
|
name: string;
|
112936
112953
|
channel: string | null;
|
112937
112954
|
address: string | null;
|
112955
|
+
deletedAt: Date | null;
|
112938
112956
|
notes: string | null;
|
112939
112957
|
contactProfile: string | null;
|
112940
112958
|
socialProfileUrl: string | null;
|
@@ -133971,10 +133989,12 @@ export declare const platformTelegramContract: {
|
|
133971
133989
|
notes: import("zod").ZodNullable<import("zod").ZodString>;
|
133972
133990
|
contactProfile: import("zod").ZodNullable<import("zod").ZodString>;
|
133973
133991
|
socialProfileUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
133992
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
133974
133993
|
}, "strip", import("zod").ZodTypeAny, {
|
133975
133994
|
name: string;
|
133976
133995
|
channel: string | null;
|
133977
133996
|
address: string | null;
|
133997
|
+
deletedAt: Date | null;
|
133978
133998
|
notes: string | null;
|
133979
133999
|
contactProfile: string | null;
|
133980
134000
|
socialProfileUrl: string | null;
|
@@ -133982,6 +134002,7 @@ export declare const platformTelegramContract: {
|
|
133982
134002
|
name: string;
|
133983
134003
|
channel: string | null;
|
133984
134004
|
address: string | null;
|
134005
|
+
deletedAt: Date | null;
|
133985
134006
|
notes: string | null;
|
133986
134007
|
contactProfile: string | null;
|
133987
134008
|
socialProfileUrl: string | null;
|
@@ -133999,6 +134020,7 @@ export declare const platformTelegramContract: {
|
|
133999
134020
|
name: string;
|
134000
134021
|
channel: string | null;
|
134001
134022
|
address: string | null;
|
134023
|
+
deletedAt: Date | null;
|
134002
134024
|
notes: string | null;
|
134003
134025
|
contactProfile: string | null;
|
134004
134026
|
socialProfileUrl: string | null;
|
@@ -134018,6 +134040,7 @@ export declare const platformTelegramContract: {
|
|
134018
134040
|
name: string;
|
134019
134041
|
channel: string | null;
|
134020
134042
|
address: string | null;
|
134043
|
+
deletedAt: Date | null;
|
134021
134044
|
notes: string | null;
|
134022
134045
|
contactProfile: string | null;
|
134023
134046
|
socialProfileUrl: string | null;
|
@@ -134416,6 +134439,7 @@ export declare const platformTelegramContract: {
|
|
134416
134439
|
name: string;
|
134417
134440
|
channel: string | null;
|
134418
134441
|
address: string | null;
|
134442
|
+
deletedAt: Date | null;
|
134419
134443
|
notes: string | null;
|
134420
134444
|
contactProfile: string | null;
|
134421
134445
|
socialProfileUrl: string | null;
|
@@ -134513,6 +134537,7 @@ export declare const platformTelegramContract: {
|
|
134513
134537
|
name: string;
|
134514
134538
|
channel: string | null;
|
134515
134539
|
address: string | null;
|
134540
|
+
deletedAt: Date | null;
|
134516
134541
|
notes: string | null;
|
134517
134542
|
contactProfile: string | null;
|
134518
134543
|
socialProfileUrl: string | null;
|
@@ -134778,6 +134803,7 @@ export declare const platformTelegramContract: {
|
|
134778
134803
|
name: string;
|
134779
134804
|
channel: string | null;
|
134780
134805
|
address: string | null;
|
134806
|
+
deletedAt: Date | null;
|
134781
134807
|
notes: string | null;
|
134782
134808
|
contactProfile: string | null;
|
134783
134809
|
socialProfileUrl: string | null;
|
@@ -134914,6 +134940,7 @@ export declare const platformTelegramContract: {
|
|
134914
134940
|
name: string;
|
134915
134941
|
channel: string | null;
|
134916
134942
|
address: string | null;
|
134943
|
+
deletedAt: Date | null;
|
134917
134944
|
notes: string | null;
|
134918
134945
|
contactProfile: string | null;
|
134919
134946
|
socialProfileUrl: string | null;
|
@@ -153947,10 +153974,12 @@ export declare const platformMessengerContract: {
|
|
153947
153974
|
notes: import("zod").ZodNullable<import("zod").ZodString>;
|
153948
153975
|
contactProfile: import("zod").ZodNullable<import("zod").ZodString>;
|
153949
153976
|
socialProfileUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
153977
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
153950
153978
|
}, "strip", import("zod").ZodTypeAny, {
|
153951
153979
|
name: string;
|
153952
153980
|
channel: string | null;
|
153953
153981
|
address: string | null;
|
153982
|
+
deletedAt: Date | null;
|
153954
153983
|
notes: string | null;
|
153955
153984
|
contactProfile: string | null;
|
153956
153985
|
socialProfileUrl: string | null;
|
@@ -153958,6 +153987,7 @@ export declare const platformMessengerContract: {
|
|
153958
153987
|
name: string;
|
153959
153988
|
channel: string | null;
|
153960
153989
|
address: string | null;
|
153990
|
+
deletedAt: Date | null;
|
153961
153991
|
notes: string | null;
|
153962
153992
|
contactProfile: string | null;
|
153963
153993
|
socialProfileUrl: string | null;
|
@@ -153975,6 +154005,7 @@ export declare const platformMessengerContract: {
|
|
153975
154005
|
name: string;
|
153976
154006
|
channel: string | null;
|
153977
154007
|
address: string | null;
|
154008
|
+
deletedAt: Date | null;
|
153978
154009
|
notes: string | null;
|
153979
154010
|
contactProfile: string | null;
|
153980
154011
|
socialProfileUrl: string | null;
|
@@ -153994,6 +154025,7 @@ export declare const platformMessengerContract: {
|
|
153994
154025
|
name: string;
|
153995
154026
|
channel: string | null;
|
153996
154027
|
address: string | null;
|
154028
|
+
deletedAt: Date | null;
|
153997
154029
|
notes: string | null;
|
153998
154030
|
contactProfile: string | null;
|
153999
154031
|
socialProfileUrl: string | null;
|
@@ -154392,6 +154424,7 @@ export declare const platformMessengerContract: {
|
|
154392
154424
|
name: string;
|
154393
154425
|
channel: string | null;
|
154394
154426
|
address: string | null;
|
154427
|
+
deletedAt: Date | null;
|
154395
154428
|
notes: string | null;
|
154396
154429
|
contactProfile: string | null;
|
154397
154430
|
socialProfileUrl: string | null;
|
@@ -154489,6 +154522,7 @@ export declare const platformMessengerContract: {
|
|
154489
154522
|
name: string;
|
154490
154523
|
channel: string | null;
|
154491
154524
|
address: string | null;
|
154525
|
+
deletedAt: Date | null;
|
154492
154526
|
notes: string | null;
|
154493
154527
|
contactProfile: string | null;
|
154494
154528
|
socialProfileUrl: string | null;
|
@@ -154754,6 +154788,7 @@ export declare const platformMessengerContract: {
|
|
154754
154788
|
name: string;
|
154755
154789
|
channel: string | null;
|
154756
154790
|
address: string | null;
|
154791
|
+
deletedAt: Date | null;
|
154757
154792
|
notes: string | null;
|
154758
154793
|
contactProfile: string | null;
|
154759
154794
|
socialProfileUrl: string | null;
|
@@ -154890,6 +154925,7 @@ export declare const platformMessengerContract: {
|
|
154890
154925
|
name: string;
|
154891
154926
|
channel: string | null;
|
154892
154927
|
address: string | null;
|
154928
|
+
deletedAt: Date | null;
|
154893
154929
|
notes: string | null;
|
154894
154930
|
contactProfile: string | null;
|
154895
154931
|
socialProfileUrl: string | null;
|
@@ -176281,10 +176317,12 @@ export declare const platformInstagramContract: {
|
|
176281
176317
|
notes: import("zod").ZodNullable<import("zod").ZodString>;
|
176282
176318
|
contactProfile: import("zod").ZodNullable<import("zod").ZodString>;
|
176283
176319
|
socialProfileUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
176320
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
176284
176321
|
}, "strip", import("zod").ZodTypeAny, {
|
176285
176322
|
name: string;
|
176286
176323
|
channel: string | null;
|
176287
176324
|
address: string | null;
|
176325
|
+
deletedAt: Date | null;
|
176288
176326
|
notes: string | null;
|
176289
176327
|
contactProfile: string | null;
|
176290
176328
|
socialProfileUrl: string | null;
|
@@ -176292,6 +176330,7 @@ export declare const platformInstagramContract: {
|
|
176292
176330
|
name: string;
|
176293
176331
|
channel: string | null;
|
176294
176332
|
address: string | null;
|
176333
|
+
deletedAt: Date | null;
|
176295
176334
|
notes: string | null;
|
176296
176335
|
contactProfile: string | null;
|
176297
176336
|
socialProfileUrl: string | null;
|
@@ -176309,6 +176348,7 @@ export declare const platformInstagramContract: {
|
|
176309
176348
|
name: string;
|
176310
176349
|
channel: string | null;
|
176311
176350
|
address: string | null;
|
176351
|
+
deletedAt: Date | null;
|
176312
176352
|
notes: string | null;
|
176313
176353
|
contactProfile: string | null;
|
176314
176354
|
socialProfileUrl: string | null;
|
@@ -176328,6 +176368,7 @@ export declare const platformInstagramContract: {
|
|
176328
176368
|
name: string;
|
176329
176369
|
channel: string | null;
|
176330
176370
|
address: string | null;
|
176371
|
+
deletedAt: Date | null;
|
176331
176372
|
notes: string | null;
|
176332
176373
|
contactProfile: string | null;
|
176333
176374
|
socialProfileUrl: string | null;
|
@@ -176726,6 +176767,7 @@ export declare const platformInstagramContract: {
|
|
176726
176767
|
name: string;
|
176727
176768
|
channel: string | null;
|
176728
176769
|
address: string | null;
|
176770
|
+
deletedAt: Date | null;
|
176729
176771
|
notes: string | null;
|
176730
176772
|
contactProfile: string | null;
|
176731
176773
|
socialProfileUrl: string | null;
|
@@ -176823,6 +176865,7 @@ export declare const platformInstagramContract: {
|
|
176823
176865
|
name: string;
|
176824
176866
|
channel: string | null;
|
176825
176867
|
address: string | null;
|
176868
|
+
deletedAt: Date | null;
|
176826
176869
|
notes: string | null;
|
176827
176870
|
contactProfile: string | null;
|
176828
176871
|
socialProfileUrl: string | null;
|
@@ -177088,6 +177131,7 @@ export declare const platformInstagramContract: {
|
|
177088
177131
|
name: string;
|
177089
177132
|
channel: string | null;
|
177090
177133
|
address: string | null;
|
177134
|
+
deletedAt: Date | null;
|
177091
177135
|
notes: string | null;
|
177092
177136
|
contactProfile: string | null;
|
177093
177137
|
socialProfileUrl: string | null;
|
@@ -177224,6 +177268,7 @@ export declare const platformInstagramContract: {
|
|
177224
177268
|
name: string;
|
177225
177269
|
channel: string | null;
|
177226
177270
|
address: string | null;
|
177271
|
+
deletedAt: Date | null;
|
177227
177272
|
notes: string | null;
|
177228
177273
|
contactProfile: string | null;
|
177229
177274
|
socialProfileUrl: string | null;
|
@@ -202257,10 +202302,12 @@ export declare const platformSMSContract: {
|
|
202257
202302
|
notes: import("zod").ZodNullable<import("zod").ZodString>;
|
202258
202303
|
contactProfile: import("zod").ZodNullable<import("zod").ZodString>;
|
202259
202304
|
socialProfileUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
202305
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
202260
202306
|
}, "strip", import("zod").ZodTypeAny, {
|
202261
202307
|
name: string;
|
202262
202308
|
channel: string | null;
|
202263
202309
|
address: string | null;
|
202310
|
+
deletedAt: Date | null;
|
202264
202311
|
notes: string | null;
|
202265
202312
|
contactProfile: string | null;
|
202266
202313
|
socialProfileUrl: string | null;
|
@@ -202268,6 +202315,7 @@ export declare const platformSMSContract: {
|
|
202268
202315
|
name: string;
|
202269
202316
|
channel: string | null;
|
202270
202317
|
address: string | null;
|
202318
|
+
deletedAt: Date | null;
|
202271
202319
|
notes: string | null;
|
202272
202320
|
contactProfile: string | null;
|
202273
202321
|
socialProfileUrl: string | null;
|
@@ -202285,6 +202333,7 @@ export declare const platformSMSContract: {
|
|
202285
202333
|
name: string;
|
202286
202334
|
channel: string | null;
|
202287
202335
|
address: string | null;
|
202336
|
+
deletedAt: Date | null;
|
202288
202337
|
notes: string | null;
|
202289
202338
|
contactProfile: string | null;
|
202290
202339
|
socialProfileUrl: string | null;
|
@@ -202304,6 +202353,7 @@ export declare const platformSMSContract: {
|
|
202304
202353
|
name: string;
|
202305
202354
|
channel: string | null;
|
202306
202355
|
address: string | null;
|
202356
|
+
deletedAt: Date | null;
|
202307
202357
|
notes: string | null;
|
202308
202358
|
contactProfile: string | null;
|
202309
202359
|
socialProfileUrl: string | null;
|
@@ -202702,6 +202752,7 @@ export declare const platformSMSContract: {
|
|
202702
202752
|
name: string;
|
202703
202753
|
channel: string | null;
|
202704
202754
|
address: string | null;
|
202755
|
+
deletedAt: Date | null;
|
202705
202756
|
notes: string | null;
|
202706
202757
|
contactProfile: string | null;
|
202707
202758
|
socialProfileUrl: string | null;
|
@@ -202799,6 +202850,7 @@ export declare const platformSMSContract: {
|
|
202799
202850
|
name: string;
|
202800
202851
|
channel: string | null;
|
202801
202852
|
address: string | null;
|
202853
|
+
deletedAt: Date | null;
|
202802
202854
|
notes: string | null;
|
202803
202855
|
contactProfile: string | null;
|
202804
202856
|
socialProfileUrl: string | null;
|
@@ -203064,6 +203116,7 @@ export declare const platformSMSContract: {
|
|
203064
203116
|
name: string;
|
203065
203117
|
channel: string | null;
|
203066
203118
|
address: string | null;
|
203119
|
+
deletedAt: Date | null;
|
203067
203120
|
notes: string | null;
|
203068
203121
|
contactProfile: string | null;
|
203069
203122
|
socialProfileUrl: string | null;
|
@@ -203200,6 +203253,7 @@ export declare const platformSMSContract: {
|
|
203200
203253
|
name: string;
|
203201
203254
|
channel: string | null;
|
203202
203255
|
address: string | null;
|
203256
|
+
deletedAt: Date | null;
|
203203
203257
|
notes: string | null;
|
203204
203258
|
contactProfile: string | null;
|
203205
203259
|
socialProfileUrl: string | null;
|
@@ -203297,10 +203351,12 @@ export declare const platformWhatsappContract: {
|
|
203297
203351
|
notes: import("zod").ZodNullable<import("zod").ZodString>;
|
203298
203352
|
contactProfile: import("zod").ZodNullable<import("zod").ZodString>;
|
203299
203353
|
socialProfileUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
203354
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
203300
203355
|
}, "strip", import("zod").ZodTypeAny, {
|
203301
203356
|
name: string;
|
203302
203357
|
channel: string | null;
|
203303
203358
|
address: string | null;
|
203359
|
+
deletedAt: Date | null;
|
203304
203360
|
notes: string | null;
|
203305
203361
|
contactProfile: string | null;
|
203306
203362
|
socialProfileUrl: string | null;
|
@@ -203308,6 +203364,7 @@ export declare const platformWhatsappContract: {
|
|
203308
203364
|
name: string;
|
203309
203365
|
channel: string | null;
|
203310
203366
|
address: string | null;
|
203367
|
+
deletedAt: Date | null;
|
203311
203368
|
notes: string | null;
|
203312
203369
|
contactProfile: string | null;
|
203313
203370
|
socialProfileUrl: string | null;
|
@@ -203325,6 +203382,7 @@ export declare const platformWhatsappContract: {
|
|
203325
203382
|
name: string;
|
203326
203383
|
channel: string | null;
|
203327
203384
|
address: string | null;
|
203385
|
+
deletedAt: Date | null;
|
203328
203386
|
notes: string | null;
|
203329
203387
|
contactProfile: string | null;
|
203330
203388
|
socialProfileUrl: string | null;
|
@@ -203344,6 +203402,7 @@ export declare const platformWhatsappContract: {
|
|
203344
203402
|
name: string;
|
203345
203403
|
channel: string | null;
|
203346
203404
|
address: string | null;
|
203405
|
+
deletedAt: Date | null;
|
203347
203406
|
notes: string | null;
|
203348
203407
|
contactProfile: string | null;
|
203349
203408
|
socialProfileUrl: string | null;
|
@@ -203742,6 +203801,7 @@ export declare const platformWhatsappContract: {
|
|
203742
203801
|
name: string;
|
203743
203802
|
channel: string | null;
|
203744
203803
|
address: string | null;
|
203804
|
+
deletedAt: Date | null;
|
203745
203805
|
notes: string | null;
|
203746
203806
|
contactProfile: string | null;
|
203747
203807
|
socialProfileUrl: string | null;
|
@@ -203839,6 +203899,7 @@ export declare const platformWhatsappContract: {
|
|
203839
203899
|
name: string;
|
203840
203900
|
channel: string | null;
|
203841
203901
|
address: string | null;
|
203902
|
+
deletedAt: Date | null;
|
203842
203903
|
notes: string | null;
|
203843
203904
|
contactProfile: string | null;
|
203844
203905
|
socialProfileUrl: string | null;
|
@@ -204104,6 +204165,7 @@ export declare const platformWhatsappContract: {
|
|
204104
204165
|
name: string;
|
204105
204166
|
channel: string | null;
|
204106
204167
|
address: string | null;
|
204168
|
+
deletedAt: Date | null;
|
204107
204169
|
notes: string | null;
|
204108
204170
|
contactProfile: string | null;
|
204109
204171
|
socialProfileUrl: string | null;
|
@@ -204240,6 +204302,7 @@ export declare const platformWhatsappContract: {
|
|
204240
204302
|
name: string;
|
204241
204303
|
channel: string | null;
|
204242
204304
|
address: string | null;
|
204305
|
+
deletedAt: Date | null;
|
204243
204306
|
notes: string | null;
|
204244
204307
|
contactProfile: string | null;
|
204245
204308
|
socialProfileUrl: string | null;
|
@@ -230019,10 +230082,12 @@ export declare const facebookFeedContract: {
|
|
230019
230082
|
notes: import("zod").ZodNullable<import("zod").ZodString>;
|
230020
230083
|
contactProfile: import("zod").ZodNullable<import("zod").ZodString>;
|
230021
230084
|
socialProfileUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
230085
|
+
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
230022
230086
|
}, "strip", import("zod").ZodTypeAny, {
|
230023
230087
|
name: string;
|
230024
230088
|
channel: string | null;
|
230025
230089
|
address: string | null;
|
230090
|
+
deletedAt: Date | null;
|
230026
230091
|
notes: string | null;
|
230027
230092
|
contactProfile: string | null;
|
230028
230093
|
socialProfileUrl: string | null;
|
@@ -230030,6 +230095,7 @@ export declare const facebookFeedContract: {
|
|
230030
230095
|
name: string;
|
230031
230096
|
channel: string | null;
|
230032
230097
|
address: string | null;
|
230098
|
+
deletedAt: Date | null;
|
230033
230099
|
notes: string | null;
|
230034
230100
|
contactProfile: string | null;
|
230035
230101
|
socialProfileUrl: string | null;
|
@@ -230047,6 +230113,7 @@ export declare const facebookFeedContract: {
|
|
230047
230113
|
name: string;
|
230048
230114
|
channel: string | null;
|
230049
230115
|
address: string | null;
|
230116
|
+
deletedAt: Date | null;
|
230050
230117
|
notes: string | null;
|
230051
230118
|
contactProfile: string | null;
|
230052
230119
|
socialProfileUrl: string | null;
|
@@ -230066,6 +230133,7 @@ export declare const facebookFeedContract: {
|
|
230066
230133
|
name: string;
|
230067
230134
|
channel: string | null;
|
230068
230135
|
address: string | null;
|
230136
|
+
deletedAt: Date | null;
|
230069
230137
|
notes: string | null;
|
230070
230138
|
contactProfile: string | null;
|
230071
230139
|
socialProfileUrl: string | null;
|
@@ -230464,6 +230532,7 @@ export declare const facebookFeedContract: {
|
|
230464
230532
|
name: string;
|
230465
230533
|
channel: string | null;
|
230466
230534
|
address: string | null;
|
230535
|
+
deletedAt: Date | null;
|
230467
230536
|
notes: string | null;
|
230468
230537
|
contactProfile: string | null;
|
230469
230538
|
socialProfileUrl: string | null;
|
@@ -230561,6 +230630,7 @@ export declare const facebookFeedContract: {
|
|
230561
230630
|
name: string;
|
230562
230631
|
channel: string | null;
|
230563
230632
|
address: string | null;
|
230633
|
+
deletedAt: Date | null;
|
230564
230634
|
notes: string | null;
|
230565
230635
|
contactProfile: string | null;
|
230566
230636
|
socialProfileUrl: string | null;
|
@@ -230707,6 +230777,7 @@ export declare const facebookFeedContract: {
|
|
230707
230777
|
name: string;
|
230708
230778
|
channel: string | null;
|
230709
230779
|
address: string | null;
|
230780
|
+
deletedAt: Date | null;
|
230710
230781
|
notes: string | null;
|
230711
230782
|
contactProfile: string | null;
|
230712
230783
|
socialProfileUrl: string | null;
|
@@ -230847,6 +230918,7 @@ export declare const facebookFeedContract: {
|
|
230847
230918
|
name: string;
|
230848
230919
|
channel: string | null;
|
230849
230920
|
address: string | null;
|
230921
|
+
deletedAt: Date | null;
|
230850
230922
|
notes: string | null;
|
230851
230923
|
contactProfile: string | null;
|
230852
230924
|
socialProfileUrl: string | null;
|