@kl1/contracts 1.2.7-uat → 1.2.9-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/automation-queue/index.d.ts +3 -3
- package/dist/api-contracts/src/automation-queue/validation.d.ts +3 -3
- package/dist/api-contracts/src/channel/index.d.ts +121 -0
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +8 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +8 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +230 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +54 -0
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +79 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +667 -3
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +106 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +7 -0
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +83 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +75 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +9 -0
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +10 -1404
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/message-contract.d.ts +10 -1404
- package/dist/api-contracts/src/mail/message-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +83 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +21 -0
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +5 -0
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +3 -0
- package/dist/api-contracts/src/sms/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +61 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +40 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +24 -3
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +10 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -139,6 +139,7 @@ export declare const instagramContract: {
|
|
139
139
|
accessToken: z.ZodOptional<z.ZodString>;
|
140
140
|
channelSecret: z.ZodOptional<z.ZodString>;
|
141
141
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
142
|
+
senderId: z.ZodOptional<z.ZodString>;
|
142
143
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
143
144
|
mobileNumber: z.ZodString;
|
144
145
|
apiKey: z.ZodString;
|
@@ -159,6 +160,7 @@ export declare const instagramContract: {
|
|
159
160
|
accessToken?: string | undefined;
|
160
161
|
channelSecret?: string | undefined;
|
161
162
|
additionalCredentials?: any;
|
163
|
+
senderId?: string | undefined;
|
162
164
|
vonageCredentials?: {
|
163
165
|
mobileNumber: string;
|
164
166
|
apiKey: string;
|
@@ -171,6 +173,7 @@ export declare const instagramContract: {
|
|
171
173
|
accessToken?: string | undefined;
|
172
174
|
channelSecret?: string | undefined;
|
173
175
|
additionalCredentials?: any;
|
176
|
+
senderId?: string | undefined;
|
174
177
|
vonageCredentials?: {
|
175
178
|
mobileNumber: string;
|
176
179
|
apiKey: string;
|
@@ -213,6 +216,7 @@ export declare const instagramContract: {
|
|
213
216
|
accessToken?: string | undefined;
|
214
217
|
channelSecret?: string | undefined;
|
215
218
|
additionalCredentials?: any;
|
219
|
+
senderId?: string | undefined;
|
216
220
|
vonageCredentials?: {
|
217
221
|
mobileNumber: string;
|
218
222
|
apiKey: string;
|
@@ -243,6 +247,7 @@ export declare const instagramContract: {
|
|
243
247
|
accessToken?: string | undefined;
|
244
248
|
channelSecret?: string | undefined;
|
245
249
|
additionalCredentials?: any;
|
250
|
+
senderId?: string | undefined;
|
246
251
|
vonageCredentials?: {
|
247
252
|
mobileNumber: string;
|
248
253
|
apiKey: string;
|
@@ -277,6 +282,7 @@ export declare const instagramContract: {
|
|
277
282
|
accessToken?: string | undefined;
|
278
283
|
channelSecret?: string | undefined;
|
279
284
|
additionalCredentials?: any;
|
285
|
+
senderId?: string | undefined;
|
280
286
|
vonageCredentials?: {
|
281
287
|
mobileNumber: string;
|
282
288
|
apiKey: string;
|
@@ -350,6 +356,7 @@ export declare const instagramContract: {
|
|
350
356
|
accessToken?: string | undefined;
|
351
357
|
channelSecret?: string | undefined;
|
352
358
|
additionalCredentials?: any;
|
359
|
+
senderId?: string | undefined;
|
353
360
|
vonageCredentials?: {
|
354
361
|
mobileNumber: string;
|
355
362
|
apiKey: string;
|
@@ -591,6 +598,7 @@ export declare const instagramContract: {
|
|
591
598
|
accessToken?: string | undefined;
|
592
599
|
channelSecret?: string | undefined;
|
593
600
|
additionalCredentials?: any;
|
601
|
+
senderId?: string | undefined;
|
594
602
|
vonageCredentials?: {
|
595
603
|
mobileNumber: string;
|
596
604
|
apiKey: string;
|
@@ -703,6 +711,7 @@ export declare const instagramContract: {
|
|
703
711
|
accessToken?: string | undefined;
|
704
712
|
channelSecret?: string | undefined;
|
705
713
|
additionalCredentials?: any;
|
714
|
+
senderId?: string | undefined;
|
706
715
|
vonageCredentials?: {
|
707
716
|
mobileNumber: string;
|
708
717
|
apiKey: string;
|
@@ -2710,6 +2719,7 @@ export declare const instagramContract: {
|
|
2710
2719
|
accessToken: z.ZodOptional<z.ZodString>;
|
2711
2720
|
channelSecret: z.ZodOptional<z.ZodString>;
|
2712
2721
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
2722
|
+
senderId: z.ZodOptional<z.ZodString>;
|
2713
2723
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
2714
2724
|
mobileNumber: z.ZodString;
|
2715
2725
|
apiKey: z.ZodString;
|
@@ -2730,6 +2740,7 @@ export declare const instagramContract: {
|
|
2730
2740
|
accessToken?: string | undefined;
|
2731
2741
|
channelSecret?: string | undefined;
|
2732
2742
|
additionalCredentials?: any;
|
2743
|
+
senderId?: string | undefined;
|
2733
2744
|
vonageCredentials?: {
|
2734
2745
|
mobileNumber: string;
|
2735
2746
|
apiKey: string;
|
@@ -2742,6 +2753,7 @@ export declare const instagramContract: {
|
|
2742
2753
|
accessToken?: string | undefined;
|
2743
2754
|
channelSecret?: string | undefined;
|
2744
2755
|
additionalCredentials?: any;
|
2756
|
+
senderId?: string | undefined;
|
2745
2757
|
vonageCredentials?: {
|
2746
2758
|
mobileNumber: string;
|
2747
2759
|
apiKey: string;
|
@@ -2988,6 +3000,7 @@ export declare const instagramContract: {
|
|
2988
3000
|
accessToken?: string | undefined;
|
2989
3001
|
channelSecret?: string | undefined;
|
2990
3002
|
additionalCredentials?: any;
|
3003
|
+
senderId?: string | undefined;
|
2991
3004
|
vonageCredentials?: {
|
2992
3005
|
mobileNumber: string;
|
2993
3006
|
apiKey: string;
|
@@ -3065,6 +3078,7 @@ export declare const instagramContract: {
|
|
3065
3078
|
accessToken?: string | undefined;
|
3066
3079
|
channelSecret?: string | undefined;
|
3067
3080
|
additionalCredentials?: any;
|
3081
|
+
senderId?: string | undefined;
|
3068
3082
|
vonageCredentials?: {
|
3069
3083
|
mobileNumber: string;
|
3070
3084
|
apiKey: string;
|
@@ -3590,6 +3604,7 @@ export declare const instagramContract: {
|
|
3590
3604
|
accessToken?: string | undefined;
|
3591
3605
|
channelSecret?: string | undefined;
|
3592
3606
|
additionalCredentials?: any;
|
3607
|
+
senderId?: string | undefined;
|
3593
3608
|
vonageCredentials?: {
|
3594
3609
|
mobileNumber: string;
|
3595
3610
|
apiKey: string;
|
@@ -3978,6 +3993,7 @@ export declare const instagramContract: {
|
|
3978
3993
|
accessToken?: string | undefined;
|
3979
3994
|
channelSecret?: string | undefined;
|
3980
3995
|
additionalCredentials?: any;
|
3996
|
+
senderId?: string | undefined;
|
3981
3997
|
vonageCredentials?: {
|
3982
3998
|
mobileNumber: string;
|
3983
3999
|
apiKey: string;
|
@@ -7082,6 +7098,7 @@ export declare const instagramContract: {
|
|
7082
7098
|
accessToken: z.ZodOptional<z.ZodString>;
|
7083
7099
|
channelSecret: z.ZodOptional<z.ZodString>;
|
7084
7100
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
7101
|
+
senderId: z.ZodOptional<z.ZodString>;
|
7085
7102
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
7086
7103
|
mobileNumber: z.ZodString;
|
7087
7104
|
apiKey: z.ZodString;
|
@@ -7102,6 +7119,7 @@ export declare const instagramContract: {
|
|
7102
7119
|
accessToken?: string | undefined;
|
7103
7120
|
channelSecret?: string | undefined;
|
7104
7121
|
additionalCredentials?: any;
|
7122
|
+
senderId?: string | undefined;
|
7105
7123
|
vonageCredentials?: {
|
7106
7124
|
mobileNumber: string;
|
7107
7125
|
apiKey: string;
|
@@ -7114,6 +7132,7 @@ export declare const instagramContract: {
|
|
7114
7132
|
accessToken?: string | undefined;
|
7115
7133
|
channelSecret?: string | undefined;
|
7116
7134
|
additionalCredentials?: any;
|
7135
|
+
senderId?: string | undefined;
|
7117
7136
|
vonageCredentials?: {
|
7118
7137
|
mobileNumber: string;
|
7119
7138
|
apiKey: string;
|
@@ -7360,6 +7379,7 @@ export declare const instagramContract: {
|
|
7360
7379
|
accessToken?: string | undefined;
|
7361
7380
|
channelSecret?: string | undefined;
|
7362
7381
|
additionalCredentials?: any;
|
7382
|
+
senderId?: string | undefined;
|
7363
7383
|
vonageCredentials?: {
|
7364
7384
|
mobileNumber: string;
|
7365
7385
|
apiKey: string;
|
@@ -7437,6 +7457,7 @@ export declare const instagramContract: {
|
|
7437
7457
|
accessToken?: string | undefined;
|
7438
7458
|
channelSecret?: string | undefined;
|
7439
7459
|
additionalCredentials?: any;
|
7460
|
+
senderId?: string | undefined;
|
7440
7461
|
vonageCredentials?: {
|
7441
7462
|
mobileNumber: string;
|
7442
7463
|
apiKey: string;
|
@@ -7962,6 +7983,7 @@ export declare const instagramContract: {
|
|
7962
7983
|
accessToken?: string | undefined;
|
7963
7984
|
channelSecret?: string | undefined;
|
7964
7985
|
additionalCredentials?: any;
|
7986
|
+
senderId?: string | undefined;
|
7965
7987
|
vonageCredentials?: {
|
7966
7988
|
mobileNumber: string;
|
7967
7989
|
apiKey: string;
|
@@ -8350,6 +8372,7 @@ export declare const instagramContract: {
|
|
8350
8372
|
accessToken?: string | undefined;
|
8351
8373
|
channelSecret?: string | undefined;
|
8352
8374
|
additionalCredentials?: any;
|
8375
|
+
senderId?: string | undefined;
|
8353
8376
|
vonageCredentials?: {
|
8354
8377
|
mobileNumber: string;
|
8355
8378
|
apiKey: string;
|
@@ -10511,6 +10534,7 @@ export declare const instagramContract: {
|
|
10511
10534
|
accessToken?: string | undefined;
|
10512
10535
|
channelSecret?: string | undefined;
|
10513
10536
|
additionalCredentials?: any;
|
10537
|
+
senderId?: string | undefined;
|
10514
10538
|
vonageCredentials?: {
|
10515
10539
|
mobileNumber: string;
|
10516
10540
|
apiKey: string;
|
@@ -11236,6 +11260,7 @@ export declare const instagramContract: {
|
|
11236
11260
|
accessToken?: string | undefined;
|
11237
11261
|
channelSecret?: string | undefined;
|
11238
11262
|
additionalCredentials?: any;
|
11263
|
+
senderId?: string | undefined;
|
11239
11264
|
vonageCredentials?: {
|
11240
11265
|
mobileNumber: string;
|
11241
11266
|
apiKey: string;
|
@@ -11962,6 +11987,7 @@ export declare const instagramContract: {
|
|
11962
11987
|
accessToken?: string | undefined;
|
11963
11988
|
channelSecret?: string | undefined;
|
11964
11989
|
additionalCredentials?: any;
|
11990
|
+
senderId?: string | undefined;
|
11965
11991
|
vonageCredentials?: {
|
11966
11992
|
mobileNumber: string;
|
11967
11993
|
apiKey: string;
|
@@ -12687,6 +12713,7 @@ export declare const instagramContract: {
|
|
12687
12713
|
accessToken?: string | undefined;
|
12688
12714
|
channelSecret?: string | undefined;
|
12689
12715
|
additionalCredentials?: any;
|
12716
|
+
senderId?: string | undefined;
|
12690
12717
|
vonageCredentials?: {
|
12691
12718
|
mobileNumber: string;
|
12692
12719
|
apiKey: string;
|
@@ -13413,6 +13440,7 @@ export declare const instagramContract: {
|
|
13413
13440
|
accessToken?: string | undefined;
|
13414
13441
|
channelSecret?: string | undefined;
|
13415
13442
|
additionalCredentials?: any;
|
13443
|
+
senderId?: string | undefined;
|
13416
13444
|
vonageCredentials?: {
|
13417
13445
|
mobileNumber: string;
|
13418
13446
|
apiKey: string;
|
@@ -14138,6 +14166,7 @@ export declare const instagramContract: {
|
|
14138
14166
|
accessToken?: string | undefined;
|
14139
14167
|
channelSecret?: string | undefined;
|
14140
14168
|
additionalCredentials?: any;
|
14169
|
+
senderId?: string | undefined;
|
14141
14170
|
vonageCredentials?: {
|
14142
14171
|
mobileNumber: string;
|
14143
14172
|
apiKey: string;
|
@@ -14866,6 +14895,7 @@ export declare const instagramContract: {
|
|
14866
14895
|
accessToken?: string | undefined;
|
14867
14896
|
channelSecret?: string | undefined;
|
14868
14897
|
additionalCredentials?: any;
|
14898
|
+
senderId?: string | undefined;
|
14869
14899
|
vonageCredentials?: {
|
14870
14900
|
mobileNumber: string;
|
14871
14901
|
apiKey: string;
|
@@ -15591,6 +15621,7 @@ export declare const instagramContract: {
|
|
15591
15621
|
accessToken?: string | undefined;
|
15592
15622
|
channelSecret?: string | undefined;
|
15593
15623
|
additionalCredentials?: any;
|
15624
|
+
senderId?: string | undefined;
|
15594
15625
|
vonageCredentials?: {
|
15595
15626
|
mobileNumber: string;
|
15596
15627
|
apiKey: string;
|
@@ -16320,6 +16351,7 @@ export declare const instagramContract: {
|
|
16320
16351
|
accessToken?: string | undefined;
|
16321
16352
|
channelSecret?: string | undefined;
|
16322
16353
|
additionalCredentials?: any;
|
16354
|
+
senderId?: string | undefined;
|
16323
16355
|
vonageCredentials?: {
|
16324
16356
|
mobileNumber: string;
|
16325
16357
|
apiKey: string;
|
@@ -17045,6 +17077,7 @@ export declare const instagramContract: {
|
|
17045
17077
|
accessToken?: string | undefined;
|
17046
17078
|
channelSecret?: string | undefined;
|
17047
17079
|
additionalCredentials?: any;
|
17080
|
+
senderId?: string | undefined;
|
17048
17081
|
vonageCredentials?: {
|
17049
17082
|
mobileNumber: string;
|
17050
17083
|
apiKey: string;
|
@@ -17676,6 +17709,7 @@ export declare const instagramContract: {
|
|
17676
17709
|
accessToken: z.ZodOptional<z.ZodString>;
|
17677
17710
|
channelSecret: z.ZodOptional<z.ZodString>;
|
17678
17711
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
17712
|
+
senderId: z.ZodOptional<z.ZodString>;
|
17679
17713
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
17680
17714
|
mobileNumber: z.ZodString;
|
17681
17715
|
apiKey: z.ZodString;
|
@@ -17696,6 +17730,7 @@ export declare const instagramContract: {
|
|
17696
17730
|
accessToken?: string | undefined;
|
17697
17731
|
channelSecret?: string | undefined;
|
17698
17732
|
additionalCredentials?: any;
|
17733
|
+
senderId?: string | undefined;
|
17699
17734
|
vonageCredentials?: {
|
17700
17735
|
mobileNumber: string;
|
17701
17736
|
apiKey: string;
|
@@ -17708,6 +17743,7 @@ export declare const instagramContract: {
|
|
17708
17743
|
accessToken?: string | undefined;
|
17709
17744
|
channelSecret?: string | undefined;
|
17710
17745
|
additionalCredentials?: any;
|
17746
|
+
senderId?: string | undefined;
|
17711
17747
|
vonageCredentials?: {
|
17712
17748
|
mobileNumber: string;
|
17713
17749
|
apiKey: string;
|
@@ -17750,6 +17786,7 @@ export declare const instagramContract: {
|
|
17750
17786
|
accessToken?: string | undefined;
|
17751
17787
|
channelSecret?: string | undefined;
|
17752
17788
|
additionalCredentials?: any;
|
17789
|
+
senderId?: string | undefined;
|
17753
17790
|
vonageCredentials?: {
|
17754
17791
|
mobileNumber: string;
|
17755
17792
|
apiKey: string;
|
@@ -17780,6 +17817,7 @@ export declare const instagramContract: {
|
|
17780
17817
|
accessToken?: string | undefined;
|
17781
17818
|
channelSecret?: string | undefined;
|
17782
17819
|
additionalCredentials?: any;
|
17820
|
+
senderId?: string | undefined;
|
17783
17821
|
vonageCredentials?: {
|
17784
17822
|
mobileNumber: string;
|
17785
17823
|
apiKey: string;
|
@@ -17815,6 +17853,7 @@ export declare const instagramContract: {
|
|
17815
17853
|
accessToken: z.ZodOptional<z.ZodString>;
|
17816
17854
|
channelSecret: z.ZodOptional<z.ZodString>;
|
17817
17855
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
17856
|
+
senderId: z.ZodOptional<z.ZodString>;
|
17818
17857
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
17819
17858
|
mobileNumber: z.ZodString;
|
17820
17859
|
apiKey: z.ZodString;
|
@@ -17835,6 +17874,7 @@ export declare const instagramContract: {
|
|
17835
17874
|
accessToken?: string | undefined;
|
17836
17875
|
channelSecret?: string | undefined;
|
17837
17876
|
additionalCredentials?: any;
|
17877
|
+
senderId?: string | undefined;
|
17838
17878
|
vonageCredentials?: {
|
17839
17879
|
mobileNumber: string;
|
17840
17880
|
apiKey: string;
|
@@ -17847,6 +17887,7 @@ export declare const instagramContract: {
|
|
17847
17887
|
accessToken?: string | undefined;
|
17848
17888
|
channelSecret?: string | undefined;
|
17849
17889
|
additionalCredentials?: any;
|
17890
|
+
senderId?: string | undefined;
|
17850
17891
|
vonageCredentials?: {
|
17851
17892
|
mobileNumber: string;
|
17852
17893
|
apiKey: string;
|
@@ -17889,6 +17930,7 @@ export declare const instagramContract: {
|
|
17889
17930
|
accessToken?: string | undefined;
|
17890
17931
|
channelSecret?: string | undefined;
|
17891
17932
|
additionalCredentials?: any;
|
17933
|
+
senderId?: string | undefined;
|
17892
17934
|
vonageCredentials?: {
|
17893
17935
|
mobileNumber: string;
|
17894
17936
|
apiKey: string;
|
@@ -17919,6 +17961,7 @@ export declare const instagramContract: {
|
|
17919
17961
|
accessToken?: string | undefined;
|
17920
17962
|
channelSecret?: string | undefined;
|
17921
17963
|
additionalCredentials?: any;
|
17964
|
+
senderId?: string | undefined;
|
17922
17965
|
vonageCredentials?: {
|
17923
17966
|
mobileNumber: string;
|
17924
17967
|
apiKey: string;
|
@@ -17951,6 +17994,7 @@ export declare const instagramContract: {
|
|
17951
17994
|
accessToken?: string | undefined;
|
17952
17995
|
channelSecret?: string | undefined;
|
17953
17996
|
additionalCredentials?: any;
|
17997
|
+
senderId?: string | undefined;
|
17954
17998
|
vonageCredentials?: {
|
17955
17999
|
mobileNumber: string;
|
17956
18000
|
apiKey: string;
|
@@ -17984,6 +18028,7 @@ export declare const instagramContract: {
|
|
17984
18028
|
accessToken?: string | undefined;
|
17985
18029
|
channelSecret?: string | undefined;
|
17986
18030
|
additionalCredentials?: any;
|
18031
|
+
senderId?: string | undefined;
|
17987
18032
|
vonageCredentials?: {
|
17988
18033
|
mobileNumber: string;
|
17989
18034
|
apiKey: string;
|
@@ -18041,6 +18086,7 @@ export declare const instagramContract: {
|
|
18041
18086
|
accessToken: z.ZodOptional<z.ZodString>;
|
18042
18087
|
channelSecret: z.ZodOptional<z.ZodString>;
|
18043
18088
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
18089
|
+
senderId: z.ZodOptional<z.ZodString>;
|
18044
18090
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
18045
18091
|
mobileNumber: z.ZodString;
|
18046
18092
|
apiKey: z.ZodString;
|
@@ -18061,6 +18107,7 @@ export declare const instagramContract: {
|
|
18061
18107
|
accessToken?: string | undefined;
|
18062
18108
|
channelSecret?: string | undefined;
|
18063
18109
|
additionalCredentials?: any;
|
18110
|
+
senderId?: string | undefined;
|
18064
18111
|
vonageCredentials?: {
|
18065
18112
|
mobileNumber: string;
|
18066
18113
|
apiKey: string;
|
@@ -18073,6 +18120,7 @@ export declare const instagramContract: {
|
|
18073
18120
|
accessToken?: string | undefined;
|
18074
18121
|
channelSecret?: string | undefined;
|
18075
18122
|
additionalCredentials?: any;
|
18123
|
+
senderId?: string | undefined;
|
18076
18124
|
vonageCredentials?: {
|
18077
18125
|
mobileNumber: string;
|
18078
18126
|
apiKey: string;
|
@@ -18115,6 +18163,7 @@ export declare const instagramContract: {
|
|
18115
18163
|
accessToken?: string | undefined;
|
18116
18164
|
channelSecret?: string | undefined;
|
18117
18165
|
additionalCredentials?: any;
|
18166
|
+
senderId?: string | undefined;
|
18118
18167
|
vonageCredentials?: {
|
18119
18168
|
mobileNumber: string;
|
18120
18169
|
apiKey: string;
|
@@ -18145,6 +18194,7 @@ export declare const instagramContract: {
|
|
18145
18194
|
accessToken?: string | undefined;
|
18146
18195
|
channelSecret?: string | undefined;
|
18147
18196
|
additionalCredentials?: any;
|
18197
|
+
senderId?: string | undefined;
|
18148
18198
|
vonageCredentials?: {
|
18149
18199
|
mobileNumber: string;
|
18150
18200
|
apiKey: string;
|
@@ -18180,6 +18230,7 @@ export declare const instagramContract: {
|
|
18180
18230
|
accessToken: z.ZodOptional<z.ZodString>;
|
18181
18231
|
channelSecret: z.ZodOptional<z.ZodString>;
|
18182
18232
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
18233
|
+
senderId: z.ZodOptional<z.ZodString>;
|
18183
18234
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
18184
18235
|
mobileNumber: z.ZodString;
|
18185
18236
|
apiKey: z.ZodString;
|
@@ -18200,6 +18251,7 @@ export declare const instagramContract: {
|
|
18200
18251
|
accessToken?: string | undefined;
|
18201
18252
|
channelSecret?: string | undefined;
|
18202
18253
|
additionalCredentials?: any;
|
18254
|
+
senderId?: string | undefined;
|
18203
18255
|
vonageCredentials?: {
|
18204
18256
|
mobileNumber: string;
|
18205
18257
|
apiKey: string;
|
@@ -18212,6 +18264,7 @@ export declare const instagramContract: {
|
|
18212
18264
|
accessToken?: string | undefined;
|
18213
18265
|
channelSecret?: string | undefined;
|
18214
18266
|
additionalCredentials?: any;
|
18267
|
+
senderId?: string | undefined;
|
18215
18268
|
vonageCredentials?: {
|
18216
18269
|
mobileNumber: string;
|
18217
18270
|
apiKey: string;
|
@@ -18254,6 +18307,7 @@ export declare const instagramContract: {
|
|
18254
18307
|
accessToken?: string | undefined;
|
18255
18308
|
channelSecret?: string | undefined;
|
18256
18309
|
additionalCredentials?: any;
|
18310
|
+
senderId?: string | undefined;
|
18257
18311
|
vonageCredentials?: {
|
18258
18312
|
mobileNumber: string;
|
18259
18313
|
apiKey: string;
|
@@ -18284,6 +18338,7 @@ export declare const instagramContract: {
|
|
18284
18338
|
accessToken?: string | undefined;
|
18285
18339
|
channelSecret?: string | undefined;
|
18286
18340
|
additionalCredentials?: any;
|
18341
|
+
senderId?: string | undefined;
|
18287
18342
|
vonageCredentials?: {
|
18288
18343
|
mobileNumber: string;
|
18289
18344
|
apiKey: string;
|
@@ -18316,6 +18371,7 @@ export declare const instagramContract: {
|
|
18316
18371
|
accessToken?: string | undefined;
|
18317
18372
|
channelSecret?: string | undefined;
|
18318
18373
|
additionalCredentials?: any;
|
18374
|
+
senderId?: string | undefined;
|
18319
18375
|
vonageCredentials?: {
|
18320
18376
|
mobileNumber: string;
|
18321
18377
|
apiKey: string;
|
@@ -18349,6 +18405,7 @@ export declare const instagramContract: {
|
|
18349
18405
|
accessToken?: string | undefined;
|
18350
18406
|
channelSecret?: string | undefined;
|
18351
18407
|
additionalCredentials?: any;
|
18408
|
+
senderId?: string | undefined;
|
18352
18409
|
vonageCredentials?: {
|
18353
18410
|
mobileNumber: string;
|
18354
18411
|
apiKey: string;
|
@@ -18418,6 +18475,7 @@ export declare const instagramContract: {
|
|
18418
18475
|
accessToken: z.ZodOptional<z.ZodString>;
|
18419
18476
|
channelSecret: z.ZodOptional<z.ZodString>;
|
18420
18477
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
18478
|
+
senderId: z.ZodOptional<z.ZodString>;
|
18421
18479
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
18422
18480
|
mobileNumber: z.ZodString;
|
18423
18481
|
apiKey: z.ZodString;
|
@@ -18438,6 +18496,7 @@ export declare const instagramContract: {
|
|
18438
18496
|
accessToken?: string | undefined;
|
18439
18497
|
channelSecret?: string | undefined;
|
18440
18498
|
additionalCredentials?: any;
|
18499
|
+
senderId?: string | undefined;
|
18441
18500
|
vonageCredentials?: {
|
18442
18501
|
mobileNumber: string;
|
18443
18502
|
apiKey: string;
|
@@ -18450,6 +18509,7 @@ export declare const instagramContract: {
|
|
18450
18509
|
accessToken?: string | undefined;
|
18451
18510
|
channelSecret?: string | undefined;
|
18452
18511
|
additionalCredentials?: any;
|
18512
|
+
senderId?: string | undefined;
|
18453
18513
|
vonageCredentials?: {
|
18454
18514
|
mobileNumber: string;
|
18455
18515
|
apiKey: string;
|
@@ -18492,6 +18552,7 @@ export declare const instagramContract: {
|
|
18492
18552
|
accessToken?: string | undefined;
|
18493
18553
|
channelSecret?: string | undefined;
|
18494
18554
|
additionalCredentials?: any;
|
18555
|
+
senderId?: string | undefined;
|
18495
18556
|
vonageCredentials?: {
|
18496
18557
|
mobileNumber: string;
|
18497
18558
|
apiKey: string;
|
@@ -18522,6 +18583,7 @@ export declare const instagramContract: {
|
|
18522
18583
|
accessToken?: string | undefined;
|
18523
18584
|
channelSecret?: string | undefined;
|
18524
18585
|
additionalCredentials?: any;
|
18586
|
+
senderId?: string | undefined;
|
18525
18587
|
vonageCredentials?: {
|
18526
18588
|
mobileNumber: string;
|
18527
18589
|
apiKey: string;
|
@@ -18554,6 +18616,7 @@ export declare const instagramContract: {
|
|
18554
18616
|
accessToken?: string | undefined;
|
18555
18617
|
channelSecret?: string | undefined;
|
18556
18618
|
additionalCredentials?: any;
|
18619
|
+
senderId?: string | undefined;
|
18557
18620
|
vonageCredentials?: {
|
18558
18621
|
mobileNumber: string;
|
18559
18622
|
apiKey: string;
|
@@ -18587,6 +18650,7 @@ export declare const instagramContract: {
|
|
18587
18650
|
accessToken?: string | undefined;
|
18588
18651
|
channelSecret?: string | undefined;
|
18589
18652
|
additionalCredentials?: any;
|
18653
|
+
senderId?: string | undefined;
|
18590
18654
|
vonageCredentials?: {
|
18591
18655
|
mobileNumber: string;
|
18592
18656
|
apiKey: string;
|
@@ -18656,6 +18720,7 @@ export declare const instagramContract: {
|
|
18656
18720
|
accessToken: z.ZodOptional<z.ZodString>;
|
18657
18721
|
channelSecret: z.ZodOptional<z.ZodString>;
|
18658
18722
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
18723
|
+
senderId: z.ZodOptional<z.ZodString>;
|
18659
18724
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
18660
18725
|
mobileNumber: z.ZodString;
|
18661
18726
|
apiKey: z.ZodString;
|
@@ -18676,6 +18741,7 @@ export declare const instagramContract: {
|
|
18676
18741
|
accessToken?: string | undefined;
|
18677
18742
|
channelSecret?: string | undefined;
|
18678
18743
|
additionalCredentials?: any;
|
18744
|
+
senderId?: string | undefined;
|
18679
18745
|
vonageCredentials?: {
|
18680
18746
|
mobileNumber: string;
|
18681
18747
|
apiKey: string;
|
@@ -18688,6 +18754,7 @@ export declare const instagramContract: {
|
|
18688
18754
|
accessToken?: string | undefined;
|
18689
18755
|
channelSecret?: string | undefined;
|
18690
18756
|
additionalCredentials?: any;
|
18757
|
+
senderId?: string | undefined;
|
18691
18758
|
vonageCredentials?: {
|
18692
18759
|
mobileNumber: string;
|
18693
18760
|
apiKey: string;
|
@@ -18730,6 +18797,7 @@ export declare const instagramContract: {
|
|
18730
18797
|
accessToken?: string | undefined;
|
18731
18798
|
channelSecret?: string | undefined;
|
18732
18799
|
additionalCredentials?: any;
|
18800
|
+
senderId?: string | undefined;
|
18733
18801
|
vonageCredentials?: {
|
18734
18802
|
mobileNumber: string;
|
18735
18803
|
apiKey: string;
|
@@ -18760,6 +18828,7 @@ export declare const instagramContract: {
|
|
18760
18828
|
accessToken?: string | undefined;
|
18761
18829
|
channelSecret?: string | undefined;
|
18762
18830
|
additionalCredentials?: any;
|
18831
|
+
senderId?: string | undefined;
|
18763
18832
|
vonageCredentials?: {
|
18764
18833
|
mobileNumber: string;
|
18765
18834
|
apiKey: string;
|
@@ -18792,6 +18861,7 @@ export declare const instagramContract: {
|
|
18792
18861
|
accessToken?: string | undefined;
|
18793
18862
|
channelSecret?: string | undefined;
|
18794
18863
|
additionalCredentials?: any;
|
18864
|
+
senderId?: string | undefined;
|
18795
18865
|
vonageCredentials?: {
|
18796
18866
|
mobileNumber: string;
|
18797
18867
|
apiKey: string;
|
@@ -18825,6 +18895,7 @@ export declare const instagramContract: {
|
|
18825
18895
|
accessToken?: string | undefined;
|
18826
18896
|
channelSecret?: string | undefined;
|
18827
18897
|
additionalCredentials?: any;
|
18898
|
+
senderId?: string | undefined;
|
18828
18899
|
vonageCredentials?: {
|
18829
18900
|
mobileNumber: string;
|
18830
18901
|
apiKey: string;
|
@@ -18882,6 +18953,7 @@ export declare const instagramContract: {
|
|
18882
18953
|
accessToken: z.ZodOptional<z.ZodString>;
|
18883
18954
|
channelSecret: z.ZodOptional<z.ZodString>;
|
18884
18955
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
18956
|
+
senderId: z.ZodOptional<z.ZodString>;
|
18885
18957
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
18886
18958
|
mobileNumber: z.ZodString;
|
18887
18959
|
apiKey: z.ZodString;
|
@@ -18902,6 +18974,7 @@ export declare const instagramContract: {
|
|
18902
18974
|
accessToken?: string | undefined;
|
18903
18975
|
channelSecret?: string | undefined;
|
18904
18976
|
additionalCredentials?: any;
|
18977
|
+
senderId?: string | undefined;
|
18905
18978
|
vonageCredentials?: {
|
18906
18979
|
mobileNumber: string;
|
18907
18980
|
apiKey: string;
|
@@ -18914,6 +18987,7 @@ export declare const instagramContract: {
|
|
18914
18987
|
accessToken?: string | undefined;
|
18915
18988
|
channelSecret?: string | undefined;
|
18916
18989
|
additionalCredentials?: any;
|
18990
|
+
senderId?: string | undefined;
|
18917
18991
|
vonageCredentials?: {
|
18918
18992
|
mobileNumber: string;
|
18919
18993
|
apiKey: string;
|
@@ -18956,6 +19030,7 @@ export declare const instagramContract: {
|
|
18956
19030
|
accessToken?: string | undefined;
|
18957
19031
|
channelSecret?: string | undefined;
|
18958
19032
|
additionalCredentials?: any;
|
19033
|
+
senderId?: string | undefined;
|
18959
19034
|
vonageCredentials?: {
|
18960
19035
|
mobileNumber: string;
|
18961
19036
|
apiKey: string;
|
@@ -18986,6 +19061,7 @@ export declare const instagramContract: {
|
|
18986
19061
|
accessToken?: string | undefined;
|
18987
19062
|
channelSecret?: string | undefined;
|
18988
19063
|
additionalCredentials?: any;
|
19064
|
+
senderId?: string | undefined;
|
18989
19065
|
vonageCredentials?: {
|
18990
19066
|
mobileNumber: string;
|
18991
19067
|
apiKey: string;
|
@@ -19021,6 +19097,7 @@ export declare const instagramContract: {
|
|
19021
19097
|
accessToken: z.ZodOptional<z.ZodString>;
|
19022
19098
|
channelSecret: z.ZodOptional<z.ZodString>;
|
19023
19099
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
19100
|
+
senderId: z.ZodOptional<z.ZodString>;
|
19024
19101
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
19025
19102
|
mobileNumber: z.ZodString;
|
19026
19103
|
apiKey: z.ZodString;
|
@@ -19041,6 +19118,7 @@ export declare const instagramContract: {
|
|
19041
19118
|
accessToken?: string | undefined;
|
19042
19119
|
channelSecret?: string | undefined;
|
19043
19120
|
additionalCredentials?: any;
|
19121
|
+
senderId?: string | undefined;
|
19044
19122
|
vonageCredentials?: {
|
19045
19123
|
mobileNumber: string;
|
19046
19124
|
apiKey: string;
|
@@ -19053,6 +19131,7 @@ export declare const instagramContract: {
|
|
19053
19131
|
accessToken?: string | undefined;
|
19054
19132
|
channelSecret?: string | undefined;
|
19055
19133
|
additionalCredentials?: any;
|
19134
|
+
senderId?: string | undefined;
|
19056
19135
|
vonageCredentials?: {
|
19057
19136
|
mobileNumber: string;
|
19058
19137
|
apiKey: string;
|
@@ -19095,6 +19174,7 @@ export declare const instagramContract: {
|
|
19095
19174
|
accessToken?: string | undefined;
|
19096
19175
|
channelSecret?: string | undefined;
|
19097
19176
|
additionalCredentials?: any;
|
19177
|
+
senderId?: string | undefined;
|
19098
19178
|
vonageCredentials?: {
|
19099
19179
|
mobileNumber: string;
|
19100
19180
|
apiKey: string;
|
@@ -19125,6 +19205,7 @@ export declare const instagramContract: {
|
|
19125
19205
|
accessToken?: string | undefined;
|
19126
19206
|
channelSecret?: string | undefined;
|
19127
19207
|
additionalCredentials?: any;
|
19208
|
+
senderId?: string | undefined;
|
19128
19209
|
vonageCredentials?: {
|
19129
19210
|
mobileNumber: string;
|
19130
19211
|
apiKey: string;
|
@@ -19157,6 +19238,7 @@ export declare const instagramContract: {
|
|
19157
19238
|
accessToken?: string | undefined;
|
19158
19239
|
channelSecret?: string | undefined;
|
19159
19240
|
additionalCredentials?: any;
|
19241
|
+
senderId?: string | undefined;
|
19160
19242
|
vonageCredentials?: {
|
19161
19243
|
mobileNumber: string;
|
19162
19244
|
apiKey: string;
|
@@ -19190,6 +19272,7 @@ export declare const instagramContract: {
|
|
19190
19272
|
accessToken?: string | undefined;
|
19191
19273
|
channelSecret?: string | undefined;
|
19192
19274
|
additionalCredentials?: any;
|
19275
|
+
senderId?: string | undefined;
|
19193
19276
|
vonageCredentials?: {
|
19194
19277
|
mobileNumber: string;
|
19195
19278
|
apiKey: string;
|