@kl1/contracts 1.2.16-uat → 1.2.18-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/channel/index.d.ts +462 -20
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +951 -904
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +37 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +137 -23
- package/dist/api-contracts/src/messenger/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +37 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +95 -875
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/index.js +13 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -17
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -24670,9 +24670,31 @@ export declare const apiContract: {
|
|
24670
24670
|
id: import("zod").ZodString;
|
24671
24671
|
name: import("zod").ZodString;
|
24672
24672
|
tasks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
24673
|
+
picture: import("zod").ZodObject<{
|
24674
|
+
data: import("zod").ZodObject<{
|
24675
|
+
url: import("zod").ZodString;
|
24676
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24677
|
+
url: string;
|
24678
|
+
}, {
|
24679
|
+
url: string;
|
24680
|
+
}>;
|
24681
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24682
|
+
data: {
|
24683
|
+
url: string;
|
24684
|
+
};
|
24685
|
+
}, {
|
24686
|
+
data: {
|
24687
|
+
url: string;
|
24688
|
+
};
|
24689
|
+
}>;
|
24673
24690
|
}, "strip", import("zod").ZodTypeAny, {
|
24674
24691
|
id: string;
|
24675
24692
|
name: string;
|
24693
|
+
picture: {
|
24694
|
+
data: {
|
24695
|
+
url: string;
|
24696
|
+
};
|
24697
|
+
};
|
24676
24698
|
category: string;
|
24677
24699
|
access_token: string;
|
24678
24700
|
category_list: {
|
@@ -24683,6 +24705,11 @@ export declare const apiContract: {
|
|
24683
24705
|
}, {
|
24684
24706
|
id: string;
|
24685
24707
|
name: string;
|
24708
|
+
picture: {
|
24709
|
+
data: {
|
24710
|
+
url: string;
|
24711
|
+
};
|
24712
|
+
};
|
24686
24713
|
category: string;
|
24687
24714
|
access_token: string;
|
24688
24715
|
category_list: {
|
@@ -24717,6 +24744,11 @@ export declare const apiContract: {
|
|
24717
24744
|
data: {
|
24718
24745
|
id: string;
|
24719
24746
|
name: string;
|
24747
|
+
picture: {
|
24748
|
+
data: {
|
24749
|
+
url: string;
|
24750
|
+
};
|
24751
|
+
};
|
24720
24752
|
category: string;
|
24721
24753
|
access_token: string;
|
24722
24754
|
category_list: {
|
@@ -24735,6 +24767,11 @@ export declare const apiContract: {
|
|
24735
24767
|
data: {
|
24736
24768
|
id: string;
|
24737
24769
|
name: string;
|
24770
|
+
picture: {
|
24771
|
+
data: {
|
24772
|
+
url: string;
|
24773
|
+
};
|
24774
|
+
};
|
24738
24775
|
category: string;
|
24739
24776
|
access_token: string;
|
24740
24777
|
category_list: {
|
@@ -24755,6 +24792,11 @@ export declare const apiContract: {
|
|
24755
24792
|
data: {
|
24756
24793
|
id: string;
|
24757
24794
|
name: string;
|
24795
|
+
picture: {
|
24796
|
+
data: {
|
24797
|
+
url: string;
|
24798
|
+
};
|
24799
|
+
};
|
24758
24800
|
category: string;
|
24759
24801
|
access_token: string;
|
24760
24802
|
category_list: {
|
@@ -24776,6 +24818,11 @@ export declare const apiContract: {
|
|
24776
24818
|
data: {
|
24777
24819
|
id: string;
|
24778
24820
|
name: string;
|
24821
|
+
picture: {
|
24822
|
+
data: {
|
24823
|
+
url: string;
|
24824
|
+
};
|
24825
|
+
};
|
24779
24826
|
category: string;
|
24780
24827
|
access_token: string;
|
24781
24828
|
category_list: {
|
@@ -24840,23 +24887,252 @@ export declare const apiContract: {
|
|
24840
24887
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
24841
24888
|
id: import("zod").ZodString;
|
24842
24889
|
name: import("zod").ZodString;
|
24890
|
+
profile_picture_uri: import("zod").ZodString;
|
24891
|
+
owned_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
24892
|
+
data: import("zod").ZodArray<import("zod").ZodObject<{
|
24893
|
+
id: import("zod").ZodString;
|
24894
|
+
name: import("zod").ZodString;
|
24895
|
+
access_token: import("zod").ZodString;
|
24896
|
+
picture: import("zod").ZodObject<{
|
24897
|
+
data: import("zod").ZodObject<{
|
24898
|
+
url: import("zod").ZodString;
|
24899
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24900
|
+
url: string;
|
24901
|
+
}, {
|
24902
|
+
url: string;
|
24903
|
+
}>;
|
24904
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24905
|
+
data: {
|
24906
|
+
url: string;
|
24907
|
+
};
|
24908
|
+
}, {
|
24909
|
+
data: {
|
24910
|
+
url: string;
|
24911
|
+
};
|
24912
|
+
}>;
|
24913
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24914
|
+
id: string;
|
24915
|
+
name: string;
|
24916
|
+
picture: {
|
24917
|
+
data: {
|
24918
|
+
url: string;
|
24919
|
+
};
|
24920
|
+
};
|
24921
|
+
access_token: string;
|
24922
|
+
}, {
|
24923
|
+
id: string;
|
24924
|
+
name: string;
|
24925
|
+
picture: {
|
24926
|
+
data: {
|
24927
|
+
url: string;
|
24928
|
+
};
|
24929
|
+
};
|
24930
|
+
access_token: string;
|
24931
|
+
}>, "many">;
|
24932
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24933
|
+
data: {
|
24934
|
+
id: string;
|
24935
|
+
name: string;
|
24936
|
+
picture: {
|
24937
|
+
data: {
|
24938
|
+
url: string;
|
24939
|
+
};
|
24940
|
+
};
|
24941
|
+
access_token: string;
|
24942
|
+
}[];
|
24943
|
+
}, {
|
24944
|
+
data: {
|
24945
|
+
id: string;
|
24946
|
+
name: string;
|
24947
|
+
picture: {
|
24948
|
+
data: {
|
24949
|
+
url: string;
|
24950
|
+
};
|
24951
|
+
};
|
24952
|
+
access_token: string;
|
24953
|
+
}[];
|
24954
|
+
}>>;
|
24955
|
+
client_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
24956
|
+
data: import("zod").ZodArray<import("zod").ZodObject<{
|
24957
|
+
id: import("zod").ZodString;
|
24958
|
+
name: import("zod").ZodString;
|
24959
|
+
access_token: import("zod").ZodString;
|
24960
|
+
picture: import("zod").ZodObject<{
|
24961
|
+
data: import("zod").ZodObject<{
|
24962
|
+
url: import("zod").ZodString;
|
24963
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24964
|
+
url: string;
|
24965
|
+
}, {
|
24966
|
+
url: string;
|
24967
|
+
}>;
|
24968
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24969
|
+
data: {
|
24970
|
+
url: string;
|
24971
|
+
};
|
24972
|
+
}, {
|
24973
|
+
data: {
|
24974
|
+
url: string;
|
24975
|
+
};
|
24976
|
+
}>;
|
24977
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24978
|
+
id: string;
|
24979
|
+
name: string;
|
24980
|
+
picture: {
|
24981
|
+
data: {
|
24982
|
+
url: string;
|
24983
|
+
};
|
24984
|
+
};
|
24985
|
+
access_token: string;
|
24986
|
+
}, {
|
24987
|
+
id: string;
|
24988
|
+
name: string;
|
24989
|
+
picture: {
|
24990
|
+
data: {
|
24991
|
+
url: string;
|
24992
|
+
};
|
24993
|
+
};
|
24994
|
+
access_token: string;
|
24995
|
+
}>, "many">;
|
24996
|
+
}, "strip", import("zod").ZodTypeAny, {
|
24997
|
+
data: {
|
24998
|
+
id: string;
|
24999
|
+
name: string;
|
25000
|
+
picture: {
|
25001
|
+
data: {
|
25002
|
+
url: string;
|
25003
|
+
};
|
25004
|
+
};
|
25005
|
+
access_token: string;
|
25006
|
+
}[];
|
25007
|
+
}, {
|
25008
|
+
data: {
|
25009
|
+
id: string;
|
25010
|
+
name: string;
|
25011
|
+
picture: {
|
25012
|
+
data: {
|
25013
|
+
url: string;
|
25014
|
+
};
|
25015
|
+
};
|
25016
|
+
access_token: string;
|
25017
|
+
}[];
|
25018
|
+
}>>;
|
24843
25019
|
}, "strip", import("zod").ZodTypeAny, {
|
24844
25020
|
id: string;
|
24845
25021
|
name: string;
|
25022
|
+
profile_picture_uri: string;
|
25023
|
+
owned_pages?: {
|
25024
|
+
data: {
|
25025
|
+
id: string;
|
25026
|
+
name: string;
|
25027
|
+
picture: {
|
25028
|
+
data: {
|
25029
|
+
url: string;
|
25030
|
+
};
|
25031
|
+
};
|
25032
|
+
access_token: string;
|
25033
|
+
}[];
|
25034
|
+
} | undefined;
|
25035
|
+
client_pages?: {
|
25036
|
+
data: {
|
25037
|
+
id: string;
|
25038
|
+
name: string;
|
25039
|
+
picture: {
|
25040
|
+
data: {
|
25041
|
+
url: string;
|
25042
|
+
};
|
25043
|
+
};
|
25044
|
+
access_token: string;
|
25045
|
+
}[];
|
25046
|
+
} | undefined;
|
24846
25047
|
}, {
|
24847
25048
|
id: string;
|
24848
25049
|
name: string;
|
25050
|
+
profile_picture_uri: string;
|
25051
|
+
owned_pages?: {
|
25052
|
+
data: {
|
25053
|
+
id: string;
|
25054
|
+
name: string;
|
25055
|
+
picture: {
|
25056
|
+
data: {
|
25057
|
+
url: string;
|
25058
|
+
};
|
25059
|
+
};
|
25060
|
+
access_token: string;
|
25061
|
+
}[];
|
25062
|
+
} | undefined;
|
25063
|
+
client_pages?: {
|
25064
|
+
data: {
|
25065
|
+
id: string;
|
25066
|
+
name: string;
|
25067
|
+
picture: {
|
25068
|
+
data: {
|
25069
|
+
url: string;
|
25070
|
+
};
|
25071
|
+
};
|
25072
|
+
access_token: string;
|
25073
|
+
}[];
|
25074
|
+
} | undefined;
|
24849
25075
|
}>, "many">;
|
24850
25076
|
}, "strip", import("zod").ZodTypeAny, {
|
24851
25077
|
data: {
|
24852
25078
|
id: string;
|
24853
25079
|
name: string;
|
25080
|
+
profile_picture_uri: string;
|
25081
|
+
owned_pages?: {
|
25082
|
+
data: {
|
25083
|
+
id: string;
|
25084
|
+
name: string;
|
25085
|
+
picture: {
|
25086
|
+
data: {
|
25087
|
+
url: string;
|
25088
|
+
};
|
25089
|
+
};
|
25090
|
+
access_token: string;
|
25091
|
+
}[];
|
25092
|
+
} | undefined;
|
25093
|
+
client_pages?: {
|
25094
|
+
data: {
|
25095
|
+
id: string;
|
25096
|
+
name: string;
|
25097
|
+
picture: {
|
25098
|
+
data: {
|
25099
|
+
url: string;
|
25100
|
+
};
|
25101
|
+
};
|
25102
|
+
access_token: string;
|
25103
|
+
}[];
|
25104
|
+
} | undefined;
|
24854
25105
|
}[];
|
24855
25106
|
requestId: string;
|
24856
25107
|
}, {
|
24857
25108
|
data: {
|
24858
25109
|
id: string;
|
24859
25110
|
name: string;
|
25111
|
+
profile_picture_uri: string;
|
25112
|
+
owned_pages?: {
|
25113
|
+
data: {
|
25114
|
+
id: string;
|
25115
|
+
name: string;
|
25116
|
+
picture: {
|
25117
|
+
data: {
|
25118
|
+
url: string;
|
25119
|
+
};
|
25120
|
+
};
|
25121
|
+
access_token: string;
|
25122
|
+
}[];
|
25123
|
+
} | undefined;
|
25124
|
+
client_pages?: {
|
25125
|
+
data: {
|
25126
|
+
id: string;
|
25127
|
+
name: string;
|
25128
|
+
picture: {
|
25129
|
+
data: {
|
25130
|
+
url: string;
|
25131
|
+
};
|
25132
|
+
};
|
25133
|
+
access_token: string;
|
25134
|
+
}[];
|
25135
|
+
} | undefined;
|
24860
25136
|
}[];
|
24861
25137
|
requestId: string;
|
24862
25138
|
}>;
|
@@ -24907,133 +25183,252 @@ export declare const apiContract: {
|
|
24907
25183
|
data: import("zod").ZodObject<{
|
24908
25184
|
id: import("zod").ZodString;
|
24909
25185
|
name: import("zod").ZodString;
|
24910
|
-
|
25186
|
+
profile_picture_uri: import("zod").ZodString;
|
25187
|
+
owned_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
24911
25188
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
24912
25189
|
id: import("zod").ZodString;
|
24913
25190
|
name: import("zod").ZodString;
|
24914
25191
|
access_token: import("zod").ZodString;
|
25192
|
+
picture: import("zod").ZodObject<{
|
25193
|
+
data: import("zod").ZodObject<{
|
25194
|
+
url: import("zod").ZodString;
|
25195
|
+
}, "strip", import("zod").ZodTypeAny, {
|
25196
|
+
url: string;
|
25197
|
+
}, {
|
25198
|
+
url: string;
|
25199
|
+
}>;
|
25200
|
+
}, "strip", import("zod").ZodTypeAny, {
|
25201
|
+
data: {
|
25202
|
+
url: string;
|
25203
|
+
};
|
25204
|
+
}, {
|
25205
|
+
data: {
|
25206
|
+
url: string;
|
25207
|
+
};
|
25208
|
+
}>;
|
24915
25209
|
}, "strip", import("zod").ZodTypeAny, {
|
24916
25210
|
id: string;
|
24917
25211
|
name: string;
|
25212
|
+
picture: {
|
25213
|
+
data: {
|
25214
|
+
url: string;
|
25215
|
+
};
|
25216
|
+
};
|
24918
25217
|
access_token: string;
|
24919
25218
|
}, {
|
24920
25219
|
id: string;
|
24921
25220
|
name: string;
|
25221
|
+
picture: {
|
25222
|
+
data: {
|
25223
|
+
url: string;
|
25224
|
+
};
|
25225
|
+
};
|
24922
25226
|
access_token: string;
|
24923
25227
|
}>, "many">;
|
24924
25228
|
}, "strip", import("zod").ZodTypeAny, {
|
24925
25229
|
data: {
|
24926
25230
|
id: string;
|
24927
25231
|
name: string;
|
25232
|
+
picture: {
|
25233
|
+
data: {
|
25234
|
+
url: string;
|
25235
|
+
};
|
25236
|
+
};
|
24928
25237
|
access_token: string;
|
24929
25238
|
}[];
|
24930
25239
|
}, {
|
24931
25240
|
data: {
|
24932
25241
|
id: string;
|
24933
25242
|
name: string;
|
25243
|
+
picture: {
|
25244
|
+
data: {
|
25245
|
+
url: string;
|
25246
|
+
};
|
25247
|
+
};
|
24934
25248
|
access_token: string;
|
24935
25249
|
}[];
|
24936
|
-
}
|
24937
|
-
client_pages: import("zod").ZodObject<{
|
25250
|
+
}>>;
|
25251
|
+
client_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
24938
25252
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
24939
25253
|
id: import("zod").ZodString;
|
24940
25254
|
name: import("zod").ZodString;
|
24941
25255
|
access_token: import("zod").ZodString;
|
25256
|
+
picture: import("zod").ZodObject<{
|
25257
|
+
data: import("zod").ZodObject<{
|
25258
|
+
url: import("zod").ZodString;
|
25259
|
+
}, "strip", import("zod").ZodTypeAny, {
|
25260
|
+
url: string;
|
25261
|
+
}, {
|
25262
|
+
url: string;
|
25263
|
+
}>;
|
25264
|
+
}, "strip", import("zod").ZodTypeAny, {
|
25265
|
+
data: {
|
25266
|
+
url: string;
|
25267
|
+
};
|
25268
|
+
}, {
|
25269
|
+
data: {
|
25270
|
+
url: string;
|
25271
|
+
};
|
25272
|
+
}>;
|
24942
25273
|
}, "strip", import("zod").ZodTypeAny, {
|
24943
25274
|
id: string;
|
24944
25275
|
name: string;
|
25276
|
+
picture: {
|
25277
|
+
data: {
|
25278
|
+
url: string;
|
25279
|
+
};
|
25280
|
+
};
|
24945
25281
|
access_token: string;
|
24946
25282
|
}, {
|
24947
25283
|
id: string;
|
24948
25284
|
name: string;
|
25285
|
+
picture: {
|
25286
|
+
data: {
|
25287
|
+
url: string;
|
25288
|
+
};
|
25289
|
+
};
|
24949
25290
|
access_token: string;
|
24950
25291
|
}>, "many">;
|
24951
25292
|
}, "strip", import("zod").ZodTypeAny, {
|
24952
25293
|
data: {
|
24953
25294
|
id: string;
|
24954
25295
|
name: string;
|
25296
|
+
picture: {
|
25297
|
+
data: {
|
25298
|
+
url: string;
|
25299
|
+
};
|
25300
|
+
};
|
24955
25301
|
access_token: string;
|
24956
25302
|
}[];
|
24957
25303
|
}, {
|
24958
25304
|
data: {
|
24959
25305
|
id: string;
|
24960
25306
|
name: string;
|
25307
|
+
picture: {
|
25308
|
+
data: {
|
25309
|
+
url: string;
|
25310
|
+
};
|
25311
|
+
};
|
24961
25312
|
access_token: string;
|
24962
25313
|
}[];
|
24963
|
-
}
|
25314
|
+
}>>;
|
24964
25315
|
}, "strip", import("zod").ZodTypeAny, {
|
24965
25316
|
id: string;
|
24966
25317
|
name: string;
|
24967
|
-
|
25318
|
+
profile_picture_uri: string;
|
25319
|
+
owned_pages?: {
|
24968
25320
|
data: {
|
24969
25321
|
id: string;
|
24970
25322
|
name: string;
|
25323
|
+
picture: {
|
25324
|
+
data: {
|
25325
|
+
url: string;
|
25326
|
+
};
|
25327
|
+
};
|
24971
25328
|
access_token: string;
|
24972
25329
|
}[];
|
24973
|
-
};
|
24974
|
-
client_pages
|
25330
|
+
} | undefined;
|
25331
|
+
client_pages?: {
|
24975
25332
|
data: {
|
24976
25333
|
id: string;
|
24977
25334
|
name: string;
|
25335
|
+
picture: {
|
25336
|
+
data: {
|
25337
|
+
url: string;
|
25338
|
+
};
|
25339
|
+
};
|
24978
25340
|
access_token: string;
|
24979
25341
|
}[];
|
24980
|
-
};
|
25342
|
+
} | undefined;
|
24981
25343
|
}, {
|
24982
25344
|
id: string;
|
24983
25345
|
name: string;
|
24984
|
-
|
25346
|
+
profile_picture_uri: string;
|
25347
|
+
owned_pages?: {
|
24985
25348
|
data: {
|
24986
25349
|
id: string;
|
24987
25350
|
name: string;
|
25351
|
+
picture: {
|
25352
|
+
data: {
|
25353
|
+
url: string;
|
25354
|
+
};
|
25355
|
+
};
|
24988
25356
|
access_token: string;
|
24989
25357
|
}[];
|
24990
|
-
};
|
24991
|
-
client_pages
|
25358
|
+
} | undefined;
|
25359
|
+
client_pages?: {
|
24992
25360
|
data: {
|
24993
25361
|
id: string;
|
24994
25362
|
name: string;
|
25363
|
+
picture: {
|
25364
|
+
data: {
|
25365
|
+
url: string;
|
25366
|
+
};
|
25367
|
+
};
|
24995
25368
|
access_token: string;
|
24996
25369
|
}[];
|
24997
|
-
};
|
25370
|
+
} | undefined;
|
24998
25371
|
}>;
|
24999
25372
|
}, "strip", import("zod").ZodTypeAny, {
|
25000
25373
|
data: {
|
25001
25374
|
id: string;
|
25002
25375
|
name: string;
|
25003
|
-
|
25376
|
+
profile_picture_uri: string;
|
25377
|
+
owned_pages?: {
|
25004
25378
|
data: {
|
25005
25379
|
id: string;
|
25006
25380
|
name: string;
|
25381
|
+
picture: {
|
25382
|
+
data: {
|
25383
|
+
url: string;
|
25384
|
+
};
|
25385
|
+
};
|
25007
25386
|
access_token: string;
|
25008
25387
|
}[];
|
25009
|
-
};
|
25010
|
-
client_pages
|
25388
|
+
} | undefined;
|
25389
|
+
client_pages?: {
|
25011
25390
|
data: {
|
25012
25391
|
id: string;
|
25013
25392
|
name: string;
|
25393
|
+
picture: {
|
25394
|
+
data: {
|
25395
|
+
url: string;
|
25396
|
+
};
|
25397
|
+
};
|
25014
25398
|
access_token: string;
|
25015
25399
|
}[];
|
25016
|
-
};
|
25400
|
+
} | undefined;
|
25017
25401
|
};
|
25018
25402
|
requestId: string;
|
25019
25403
|
}, {
|
25020
25404
|
data: {
|
25021
25405
|
id: string;
|
25022
25406
|
name: string;
|
25023
|
-
|
25407
|
+
profile_picture_uri: string;
|
25408
|
+
owned_pages?: {
|
25024
25409
|
data: {
|
25025
25410
|
id: string;
|
25026
25411
|
name: string;
|
25412
|
+
picture: {
|
25413
|
+
data: {
|
25414
|
+
url: string;
|
25415
|
+
};
|
25416
|
+
};
|
25027
25417
|
access_token: string;
|
25028
25418
|
}[];
|
25029
|
-
};
|
25030
|
-
client_pages
|
25419
|
+
} | undefined;
|
25420
|
+
client_pages?: {
|
25031
25421
|
data: {
|
25032
25422
|
id: string;
|
25033
25423
|
name: string;
|
25424
|
+
picture: {
|
25425
|
+
data: {
|
25426
|
+
url: string;
|
25427
|
+
};
|
25428
|
+
};
|
25034
25429
|
access_token: string;
|
25035
25430
|
}[];
|
25036
|
-
};
|
25431
|
+
} | undefined;
|
25037
25432
|
};
|
25038
25433
|
requestId: string;
|
25039
25434
|
}>;
|
@@ -123216,11 +123611,8 @@ export declare const platformTelegramContract: {
|
|
123216
123611
|
responses: {
|
123217
123612
|
200: import("zod").ZodObject<{
|
123218
123613
|
requestId: import("zod").ZodString;
|
123219
|
-
|
123614
|
+
data: import("zod").ZodObject<{
|
123220
123615
|
id: import("zod").ZodString;
|
123221
|
-
createdAt: import("zod").ZodDate;
|
123222
|
-
updatedAt: import("zod").ZodDate;
|
123223
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
123224
123616
|
name: import("zod").ZodString;
|
123225
123617
|
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
123226
123618
|
metadata: import("zod").ZodObject<{
|
@@ -123271,235 +123663,31 @@ export declare const platformTelegramContract: {
|
|
123271
123663
|
} | undefined;
|
123272
123664
|
lineRichMenuId?: string | null | undefined;
|
123273
123665
|
}>;
|
123274
|
-
brandName: import("zod").ZodString;
|
123275
123666
|
platformId: import("zod").ZodString;
|
123667
|
+
brandName: import("zod").ZodString;
|
123276
123668
|
status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
|
123277
|
-
|
123278
|
-
|
123279
|
-
|
123280
|
-
|
123281
|
-
id: import("zod").ZodString;
|
123282
|
-
name: import("zod").ZodString;
|
123283
|
-
botId: import("zod").ZodString;
|
123284
|
-
integrationId: import("zod").ZodString;
|
123285
|
-
accessToken: import("zod").ZodString;
|
123286
|
-
}, "strip", import("zod").ZodTypeAny, {
|
123287
|
-
id: string;
|
123288
|
-
name: string;
|
123289
|
-
accessToken: string;
|
123290
|
-
botId: string;
|
123291
|
-
integrationId: string;
|
123292
|
-
}, {
|
123293
|
-
id: string;
|
123294
|
-
name: string;
|
123295
|
-
accessToken: string;
|
123296
|
-
botId: string;
|
123297
|
-
integrationId: string;
|
123298
|
-
}>>;
|
123299
|
-
actor: import("zod").ZodObject<{
|
123669
|
+
connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
123670
|
+
connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
123671
|
+
lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
123672
|
+
actor: import("zod").ZodOptional<import("zod").ZodObject<{
|
123300
123673
|
id: import("zod").ZodString;
|
123301
|
-
createdAt: import("zod").ZodDate;
|
123302
|
-
updatedAt: import("zod").ZodDate;
|
123303
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
123304
123674
|
name: import("zod").ZodString;
|
123305
123675
|
email: import("zod").ZodString;
|
123306
|
-
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
123307
|
-
password: import("zod").ZodString;
|
123308
123676
|
address: import("zod").ZodNullable<import("zod").ZodString>;
|
123309
123677
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
123310
|
-
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
123311
|
-
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
123312
|
-
id: import("zod").ZodString;
|
123313
|
-
createdAt: import("zod").ZodDate;
|
123314
|
-
updatedAt: import("zod").ZodDate;
|
123315
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
123316
|
-
systemName: import("zod").ZodString;
|
123317
|
-
displayName: import("zod").ZodString;
|
123318
|
-
description: import("zod").ZodNullable<import("zod").ZodString>;
|
123319
|
-
permissions: import("zod").ZodArray<import("zod").ZodObject<{
|
123320
|
-
id: import("zod").ZodString;
|
123321
|
-
createdAt: import("zod").ZodDate;
|
123322
|
-
updatedAt: import("zod").ZodDate;
|
123323
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
123324
|
-
systemName: import("zod").ZodString;
|
123325
|
-
displayName: import("zod").ZodString;
|
123326
|
-
description: import("zod").ZodNullable<import("zod").ZodString>;
|
123327
|
-
}, "strip", import("zod").ZodTypeAny, {
|
123328
|
-
id: string;
|
123329
|
-
description: string | null;
|
123330
|
-
createdAt: Date;
|
123331
|
-
updatedAt: Date;
|
123332
|
-
deletedAt: Date | null;
|
123333
|
-
systemName: string;
|
123334
|
-
displayName: string;
|
123335
|
-
}, {
|
123336
|
-
id: string;
|
123337
|
-
description: string | null;
|
123338
|
-
createdAt: Date;
|
123339
|
-
updatedAt: Date;
|
123340
|
-
deletedAt: Date | null;
|
123341
|
-
systemName: string;
|
123342
|
-
displayName: string;
|
123343
|
-
}>, "many">;
|
123344
|
-
}, "strip", import("zod").ZodTypeAny, {
|
123345
|
-
id: string;
|
123346
|
-
description: string | null;
|
123347
|
-
createdAt: Date;
|
123348
|
-
updatedAt: Date;
|
123349
|
-
deletedAt: Date | null;
|
123350
|
-
systemName: string;
|
123351
|
-
displayName: string;
|
123352
|
-
permissions: {
|
123353
|
-
id: string;
|
123354
|
-
description: string | null;
|
123355
|
-
createdAt: Date;
|
123356
|
-
updatedAt: Date;
|
123357
|
-
deletedAt: Date | null;
|
123358
|
-
systemName: string;
|
123359
|
-
displayName: string;
|
123360
|
-
}[];
|
123361
|
-
}, {
|
123362
|
-
id: string;
|
123363
|
-
description: string | null;
|
123364
|
-
createdAt: Date;
|
123365
|
-
updatedAt: Date;
|
123366
|
-
deletedAt: Date | null;
|
123367
|
-
systemName: string;
|
123368
|
-
displayName: string;
|
123369
|
-
permissions: {
|
123370
|
-
id: string;
|
123371
|
-
description: string | null;
|
123372
|
-
createdAt: Date;
|
123373
|
-
updatedAt: Date;
|
123374
|
-
deletedAt: Date | null;
|
123375
|
-
systemName: string;
|
123376
|
-
displayName: string;
|
123377
|
-
}[];
|
123378
|
-
}>, "many">;
|
123379
|
-
extension: import("zod").ZodObject<{
|
123380
|
-
id: import("zod").ZodString;
|
123381
|
-
createdAt: import("zod").ZodDate;
|
123382
|
-
updatedAt: import("zod").ZodDate;
|
123383
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
123384
|
-
userId: import("zod").ZodNullable<import("zod").ZodString>;
|
123385
|
-
sipServerUrl: import("zod").ZodString;
|
123386
|
-
sipUserName: import("zod").ZodString;
|
123387
|
-
webphoneLoginUser: import("zod").ZodString;
|
123388
|
-
extensionId: import("zod").ZodNullable<import("zod").ZodString>;
|
123389
|
-
extensionName: import("zod").ZodString;
|
123390
|
-
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
123391
|
-
}, "strip", import("zod").ZodTypeAny, {
|
123392
|
-
id: string;
|
123393
|
-
createdAt: Date;
|
123394
|
-
updatedAt: Date;
|
123395
|
-
deletedAt: Date | null;
|
123396
|
-
userId: string | null;
|
123397
|
-
sipServerUrl: string;
|
123398
|
-
sipUserName: string;
|
123399
|
-
webphoneLoginUser: string;
|
123400
|
-
extensionId: string | null;
|
123401
|
-
extensionName: string;
|
123402
|
-
telephonySignature: string | null;
|
123403
|
-
}, {
|
123404
|
-
id: string;
|
123405
|
-
createdAt: Date;
|
123406
|
-
updatedAt: Date;
|
123407
|
-
deletedAt: Date | null;
|
123408
|
-
userId: string | null;
|
123409
|
-
sipServerUrl: string;
|
123410
|
-
sipUserName: string;
|
123411
|
-
webphoneLoginUser: string;
|
123412
|
-
extensionId: string | null;
|
123413
|
-
extensionName: string;
|
123414
|
-
telephonySignature: string | null;
|
123415
|
-
}>;
|
123416
123678
|
}, "strip", import("zod").ZodTypeAny, {
|
123417
123679
|
id: string;
|
123418
123680
|
address: string | null;
|
123419
123681
|
name: string;
|
123420
123682
|
email: string;
|
123421
|
-
createdAt: Date;
|
123422
|
-
updatedAt: Date;
|
123423
|
-
deletedAt: Date | null;
|
123424
|
-
emailVerifiedAt: Date | null;
|
123425
|
-
password: string;
|
123426
123683
|
phone: string | null;
|
123427
|
-
notificationCount: number | null;
|
123428
|
-
roles: {
|
123429
|
-
id: string;
|
123430
|
-
description: string | null;
|
123431
|
-
createdAt: Date;
|
123432
|
-
updatedAt: Date;
|
123433
|
-
deletedAt: Date | null;
|
123434
|
-
systemName: string;
|
123435
|
-
displayName: string;
|
123436
|
-
permissions: {
|
123437
|
-
id: string;
|
123438
|
-
description: string | null;
|
123439
|
-
createdAt: Date;
|
123440
|
-
updatedAt: Date;
|
123441
|
-
deletedAt: Date | null;
|
123442
|
-
systemName: string;
|
123443
|
-
displayName: string;
|
123444
|
-
}[];
|
123445
|
-
}[];
|
123446
|
-
extension: {
|
123447
|
-
id: string;
|
123448
|
-
createdAt: Date;
|
123449
|
-
updatedAt: Date;
|
123450
|
-
deletedAt: Date | null;
|
123451
|
-
userId: string | null;
|
123452
|
-
sipServerUrl: string;
|
123453
|
-
sipUserName: string;
|
123454
|
-
webphoneLoginUser: string;
|
123455
|
-
extensionId: string | null;
|
123456
|
-
extensionName: string;
|
123457
|
-
telephonySignature: string | null;
|
123458
|
-
};
|
123459
123684
|
}, {
|
123460
123685
|
id: string;
|
123461
123686
|
address: string | null;
|
123462
123687
|
name: string;
|
123463
123688
|
email: string;
|
123464
|
-
createdAt: Date;
|
123465
|
-
updatedAt: Date;
|
123466
|
-
deletedAt: Date | null;
|
123467
|
-
emailVerifiedAt: Date | null;
|
123468
|
-
password: string;
|
123469
123689
|
phone: string | null;
|
123470
|
-
|
123471
|
-
roles: {
|
123472
|
-
id: string;
|
123473
|
-
description: string | null;
|
123474
|
-
createdAt: Date;
|
123475
|
-
updatedAt: Date;
|
123476
|
-
deletedAt: Date | null;
|
123477
|
-
systemName: string;
|
123478
|
-
displayName: string;
|
123479
|
-
permissions: {
|
123480
|
-
id: string;
|
123481
|
-
description: string | null;
|
123482
|
-
createdAt: Date;
|
123483
|
-
updatedAt: Date;
|
123484
|
-
deletedAt: Date | null;
|
123485
|
-
systemName: string;
|
123486
|
-
displayName: string;
|
123487
|
-
}[];
|
123488
|
-
}[];
|
123489
|
-
extension: {
|
123490
|
-
id: string;
|
123491
|
-
createdAt: Date;
|
123492
|
-
updatedAt: Date;
|
123493
|
-
deletedAt: Date | null;
|
123494
|
-
userId: string | null;
|
123495
|
-
sipServerUrl: string;
|
123496
|
-
sipUserName: string;
|
123497
|
-
webphoneLoginUser: string;
|
123498
|
-
extensionId: string | null;
|
123499
|
-
extensionName: string;
|
123500
|
-
telephonySignature: string | null;
|
123501
|
-
};
|
123502
|
-
}>;
|
123690
|
+
}>>;
|
123503
123691
|
}, "strip", import("zod").ZodTypeAny, {
|
123504
123692
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
123505
123693
|
id: string;
|
@@ -123519,65 +123707,18 @@ export declare const platformTelegramContract: {
|
|
123519
123707
|
lineRichMenuId?: string | null | undefined;
|
123520
123708
|
};
|
123521
123709
|
status: boolean;
|
123522
|
-
|
123523
|
-
|
123524
|
-
|
123525
|
-
|
123710
|
+
brandName: string;
|
123711
|
+
platformId: string;
|
123712
|
+
connectedUserName?: string | null | undefined;
|
123713
|
+
connectedUserId?: string | null | undefined;
|
123714
|
+
lineRichMenuId?: string | null | undefined;
|
123715
|
+
actor?: {
|
123526
123716
|
id: string;
|
123527
123717
|
address: string | null;
|
123528
123718
|
name: string;
|
123529
123719
|
email: string;
|
123530
|
-
createdAt: Date;
|
123531
|
-
updatedAt: Date;
|
123532
|
-
deletedAt: Date | null;
|
123533
|
-
emailVerifiedAt: Date | null;
|
123534
|
-
password: string;
|
123535
123720
|
phone: string | null;
|
123536
|
-
|
123537
|
-
roles: {
|
123538
|
-
id: string;
|
123539
|
-
description: string | null;
|
123540
|
-
createdAt: Date;
|
123541
|
-
updatedAt: Date;
|
123542
|
-
deletedAt: Date | null;
|
123543
|
-
systemName: string;
|
123544
|
-
displayName: string;
|
123545
|
-
permissions: {
|
123546
|
-
id: string;
|
123547
|
-
description: string | null;
|
123548
|
-
createdAt: Date;
|
123549
|
-
updatedAt: Date;
|
123550
|
-
deletedAt: Date | null;
|
123551
|
-
systemName: string;
|
123552
|
-
displayName: string;
|
123553
|
-
}[];
|
123554
|
-
}[];
|
123555
|
-
extension: {
|
123556
|
-
id: string;
|
123557
|
-
createdAt: Date;
|
123558
|
-
updatedAt: Date;
|
123559
|
-
deletedAt: Date | null;
|
123560
|
-
userId: string | null;
|
123561
|
-
sipServerUrl: string;
|
123562
|
-
sipUserName: string;
|
123563
|
-
webphoneLoginUser: string;
|
123564
|
-
extensionId: string | null;
|
123565
|
-
extensionName: string;
|
123566
|
-
telephonySignature: string | null;
|
123567
|
-
};
|
123568
|
-
};
|
123569
|
-
brandName: string;
|
123570
|
-
platformId: string;
|
123571
|
-
isReloginRequired: boolean;
|
123572
|
-
connectedUserName: string;
|
123573
|
-
connectedUserId: string;
|
123574
|
-
botpressBot: {
|
123575
|
-
id: string;
|
123576
|
-
name: string;
|
123577
|
-
accessToken: string;
|
123578
|
-
botId: string;
|
123579
|
-
integrationId: string;
|
123580
|
-
} | null;
|
123721
|
+
} | undefined;
|
123581
123722
|
}, {
|
123582
123723
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
123583
123724
|
id: string;
|
@@ -123597,68 +123738,21 @@ export declare const platformTelegramContract: {
|
|
123597
123738
|
lineRichMenuId?: string | null | undefined;
|
123598
123739
|
};
|
123599
123740
|
status: boolean;
|
123600
|
-
|
123601
|
-
|
123602
|
-
|
123603
|
-
|
123741
|
+
brandName: string;
|
123742
|
+
platformId: string;
|
123743
|
+
connectedUserName?: string | null | undefined;
|
123744
|
+
connectedUserId?: string | null | undefined;
|
123745
|
+
lineRichMenuId?: string | null | undefined;
|
123746
|
+
actor?: {
|
123604
123747
|
id: string;
|
123605
123748
|
address: string | null;
|
123606
123749
|
name: string;
|
123607
123750
|
email: string;
|
123608
|
-
createdAt: Date;
|
123609
|
-
updatedAt: Date;
|
123610
|
-
deletedAt: Date | null;
|
123611
|
-
emailVerifiedAt: Date | null;
|
123612
|
-
password: string;
|
123613
123751
|
phone: string | null;
|
123614
|
-
|
123615
|
-
roles: {
|
123616
|
-
id: string;
|
123617
|
-
description: string | null;
|
123618
|
-
createdAt: Date;
|
123619
|
-
updatedAt: Date;
|
123620
|
-
deletedAt: Date | null;
|
123621
|
-
systemName: string;
|
123622
|
-
displayName: string;
|
123623
|
-
permissions: {
|
123624
|
-
id: string;
|
123625
|
-
description: string | null;
|
123626
|
-
createdAt: Date;
|
123627
|
-
updatedAt: Date;
|
123628
|
-
deletedAt: Date | null;
|
123629
|
-
systemName: string;
|
123630
|
-
displayName: string;
|
123631
|
-
}[];
|
123632
|
-
}[];
|
123633
|
-
extension: {
|
123634
|
-
id: string;
|
123635
|
-
createdAt: Date;
|
123636
|
-
updatedAt: Date;
|
123637
|
-
deletedAt: Date | null;
|
123638
|
-
userId: string | null;
|
123639
|
-
sipServerUrl: string;
|
123640
|
-
sipUserName: string;
|
123641
|
-
webphoneLoginUser: string;
|
123642
|
-
extensionId: string | null;
|
123643
|
-
extensionName: string;
|
123644
|
-
telephonySignature: string | null;
|
123645
|
-
};
|
123646
|
-
};
|
123647
|
-
brandName: string;
|
123648
|
-
platformId: string;
|
123649
|
-
isReloginRequired: boolean;
|
123650
|
-
connectedUserName: string;
|
123651
|
-
connectedUserId: string;
|
123652
|
-
botpressBot: {
|
123653
|
-
id: string;
|
123654
|
-
name: string;
|
123655
|
-
accessToken: string;
|
123656
|
-
botId: string;
|
123657
|
-
integrationId: string;
|
123658
|
-
} | null;
|
123752
|
+
} | undefined;
|
123659
123753
|
}>;
|
123660
123754
|
}, "strip", import("zod").ZodTypeAny, {
|
123661
|
-
|
123755
|
+
data: {
|
123662
123756
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
123663
123757
|
id: string;
|
123664
123758
|
name: string;
|
@@ -123677,69 +123771,22 @@ export declare const platformTelegramContract: {
|
|
123677
123771
|
lineRichMenuId?: string | null | undefined;
|
123678
123772
|
};
|
123679
123773
|
status: boolean;
|
123680
|
-
|
123681
|
-
|
123682
|
-
|
123683
|
-
|
123774
|
+
brandName: string;
|
123775
|
+
platformId: string;
|
123776
|
+
connectedUserName?: string | null | undefined;
|
123777
|
+
connectedUserId?: string | null | undefined;
|
123778
|
+
lineRichMenuId?: string | null | undefined;
|
123779
|
+
actor?: {
|
123684
123780
|
id: string;
|
123685
123781
|
address: string | null;
|
123686
123782
|
name: string;
|
123687
123783
|
email: string;
|
123688
|
-
createdAt: Date;
|
123689
|
-
updatedAt: Date;
|
123690
|
-
deletedAt: Date | null;
|
123691
|
-
emailVerifiedAt: Date | null;
|
123692
|
-
password: string;
|
123693
123784
|
phone: string | null;
|
123694
|
-
|
123695
|
-
roles: {
|
123696
|
-
id: string;
|
123697
|
-
description: string | null;
|
123698
|
-
createdAt: Date;
|
123699
|
-
updatedAt: Date;
|
123700
|
-
deletedAt: Date | null;
|
123701
|
-
systemName: string;
|
123702
|
-
displayName: string;
|
123703
|
-
permissions: {
|
123704
|
-
id: string;
|
123705
|
-
description: string | null;
|
123706
|
-
createdAt: Date;
|
123707
|
-
updatedAt: Date;
|
123708
|
-
deletedAt: Date | null;
|
123709
|
-
systemName: string;
|
123710
|
-
displayName: string;
|
123711
|
-
}[];
|
123712
|
-
}[];
|
123713
|
-
extension: {
|
123714
|
-
id: string;
|
123715
|
-
createdAt: Date;
|
123716
|
-
updatedAt: Date;
|
123717
|
-
deletedAt: Date | null;
|
123718
|
-
userId: string | null;
|
123719
|
-
sipServerUrl: string;
|
123720
|
-
sipUserName: string;
|
123721
|
-
webphoneLoginUser: string;
|
123722
|
-
extensionId: string | null;
|
123723
|
-
extensionName: string;
|
123724
|
-
telephonySignature: string | null;
|
123725
|
-
};
|
123726
|
-
};
|
123727
|
-
brandName: string;
|
123728
|
-
platformId: string;
|
123729
|
-
isReloginRequired: boolean;
|
123730
|
-
connectedUserName: string;
|
123731
|
-
connectedUserId: string;
|
123732
|
-
botpressBot: {
|
123733
|
-
id: string;
|
123734
|
-
name: string;
|
123735
|
-
accessToken: string;
|
123736
|
-
botId: string;
|
123737
|
-
integrationId: string;
|
123738
|
-
} | null;
|
123785
|
+
} | undefined;
|
123739
123786
|
};
|
123740
123787
|
requestId: string;
|
123741
123788
|
}, {
|
123742
|
-
|
123789
|
+
data: {
|
123743
123790
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
123744
123791
|
id: string;
|
123745
123792
|
name: string;
|
@@ -123758,68 +123805,31 @@ export declare const platformTelegramContract: {
|
|
123758
123805
|
lineRichMenuId?: string | null | undefined;
|
123759
123806
|
};
|
123760
123807
|
status: boolean;
|
123761
|
-
|
123762
|
-
|
123763
|
-
|
123764
|
-
|
123808
|
+
brandName: string;
|
123809
|
+
platformId: string;
|
123810
|
+
connectedUserName?: string | null | undefined;
|
123811
|
+
connectedUserId?: string | null | undefined;
|
123812
|
+
lineRichMenuId?: string | null | undefined;
|
123813
|
+
actor?: {
|
123765
123814
|
id: string;
|
123766
123815
|
address: string | null;
|
123767
123816
|
name: string;
|
123768
123817
|
email: string;
|
123769
|
-
createdAt: Date;
|
123770
|
-
updatedAt: Date;
|
123771
|
-
deletedAt: Date | null;
|
123772
|
-
emailVerifiedAt: Date | null;
|
123773
|
-
password: string;
|
123774
123818
|
phone: string | null;
|
123775
|
-
|
123776
|
-
roles: {
|
123777
|
-
id: string;
|
123778
|
-
description: string | null;
|
123779
|
-
createdAt: Date;
|
123780
|
-
updatedAt: Date;
|
123781
|
-
deletedAt: Date | null;
|
123782
|
-
systemName: string;
|
123783
|
-
displayName: string;
|
123784
|
-
permissions: {
|
123785
|
-
id: string;
|
123786
|
-
description: string | null;
|
123787
|
-
createdAt: Date;
|
123788
|
-
updatedAt: Date;
|
123789
|
-
deletedAt: Date | null;
|
123790
|
-
systemName: string;
|
123791
|
-
displayName: string;
|
123792
|
-
}[];
|
123793
|
-
}[];
|
123794
|
-
extension: {
|
123795
|
-
id: string;
|
123796
|
-
createdAt: Date;
|
123797
|
-
updatedAt: Date;
|
123798
|
-
deletedAt: Date | null;
|
123799
|
-
userId: string | null;
|
123800
|
-
sipServerUrl: string;
|
123801
|
-
sipUserName: string;
|
123802
|
-
webphoneLoginUser: string;
|
123803
|
-
extensionId: string | null;
|
123804
|
-
extensionName: string;
|
123805
|
-
telephonySignature: string | null;
|
123806
|
-
};
|
123807
|
-
};
|
123808
|
-
brandName: string;
|
123809
|
-
platformId: string;
|
123810
|
-
isReloginRequired: boolean;
|
123811
|
-
connectedUserName: string;
|
123812
|
-
connectedUserId: string;
|
123813
|
-
botpressBot: {
|
123814
|
-
id: string;
|
123815
|
-
name: string;
|
123816
|
-
accessToken: string;
|
123817
|
-
botId: string;
|
123818
|
-
integrationId: string;
|
123819
|
-
} | null;
|
123819
|
+
} | undefined;
|
123820
123820
|
};
|
123821
123821
|
requestId: string;
|
123822
123822
|
}>;
|
123823
|
+
500: import("zod").ZodObject<{
|
123824
|
+
message: import("zod").ZodString;
|
123825
|
+
error: import("zod").ZodAny;
|
123826
|
+
}, "strip", import("zod").ZodTypeAny, {
|
123827
|
+
message: string;
|
123828
|
+
error?: any;
|
123829
|
+
}, {
|
123830
|
+
message: string;
|
123831
|
+
error?: any;
|
123832
|
+
}>;
|
123823
123833
|
400: import("zod").ZodObject<{
|
123824
123834
|
message: import("zod").ZodString;
|
123825
123835
|
error: import("zod").ZodAny;
|
@@ -141542,11 +141552,8 @@ export declare const platformTelegramContract: {
|
|
141542
141552
|
responses: {
|
141543
141553
|
200: import("zod").ZodObject<{
|
141544
141554
|
requestId: import("zod").ZodString;
|
141545
|
-
|
141555
|
+
data: import("zod").ZodObject<{
|
141546
141556
|
id: import("zod").ZodString;
|
141547
|
-
createdAt: import("zod").ZodDate;
|
141548
|
-
updatedAt: import("zod").ZodDate;
|
141549
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
141550
141557
|
name: import("zod").ZodString;
|
141551
141558
|
type: import("zod").ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
141552
141559
|
metadata: import("zod").ZodObject<{
|
@@ -141597,235 +141604,31 @@ export declare const platformTelegramContract: {
|
|
141597
141604
|
} | undefined;
|
141598
141605
|
lineRichMenuId?: string | null | undefined;
|
141599
141606
|
}>;
|
141600
|
-
brandName: import("zod").ZodString;
|
141601
141607
|
platformId: import("zod").ZodString;
|
141608
|
+
brandName: import("zod").ZodString;
|
141602
141609
|
status: import("zod").ZodUnion<[import("zod").ZodLiteral<true>, import("zod").ZodLiteral<false>]>;
|
141603
|
-
|
141604
|
-
|
141605
|
-
|
141606
|
-
|
141607
|
-
id: import("zod").ZodString;
|
141608
|
-
name: import("zod").ZodString;
|
141609
|
-
botId: import("zod").ZodString;
|
141610
|
-
integrationId: import("zod").ZodString;
|
141611
|
-
accessToken: import("zod").ZodString;
|
141612
|
-
}, "strip", import("zod").ZodTypeAny, {
|
141613
|
-
id: string;
|
141614
|
-
name: string;
|
141615
|
-
accessToken: string;
|
141616
|
-
botId: string;
|
141617
|
-
integrationId: string;
|
141618
|
-
}, {
|
141619
|
-
id: string;
|
141620
|
-
name: string;
|
141621
|
-
accessToken: string;
|
141622
|
-
botId: string;
|
141623
|
-
integrationId: string;
|
141624
|
-
}>>;
|
141625
|
-
actor: import("zod").ZodObject<{
|
141610
|
+
connectedUserName: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
141611
|
+
connectedUserId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
141612
|
+
lineRichMenuId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
141613
|
+
actor: import("zod").ZodOptional<import("zod").ZodObject<{
|
141626
141614
|
id: import("zod").ZodString;
|
141627
|
-
createdAt: import("zod").ZodDate;
|
141628
|
-
updatedAt: import("zod").ZodDate;
|
141629
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
141630
141615
|
name: import("zod").ZodString;
|
141631
141616
|
email: import("zod").ZodString;
|
141632
|
-
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
141633
|
-
password: import("zod").ZodString;
|
141634
141617
|
address: import("zod").ZodNullable<import("zod").ZodString>;
|
141635
141618
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
141636
|
-
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
141637
|
-
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
141638
|
-
id: import("zod").ZodString;
|
141639
|
-
createdAt: import("zod").ZodDate;
|
141640
|
-
updatedAt: import("zod").ZodDate;
|
141641
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
141642
|
-
systemName: import("zod").ZodString;
|
141643
|
-
displayName: import("zod").ZodString;
|
141644
|
-
description: import("zod").ZodNullable<import("zod").ZodString>;
|
141645
|
-
permissions: import("zod").ZodArray<import("zod").ZodObject<{
|
141646
|
-
id: import("zod").ZodString;
|
141647
|
-
createdAt: import("zod").ZodDate;
|
141648
|
-
updatedAt: import("zod").ZodDate;
|
141649
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
141650
|
-
systemName: import("zod").ZodString;
|
141651
|
-
displayName: import("zod").ZodString;
|
141652
|
-
description: import("zod").ZodNullable<import("zod").ZodString>;
|
141653
|
-
}, "strip", import("zod").ZodTypeAny, {
|
141654
|
-
id: string;
|
141655
|
-
description: string | null;
|
141656
|
-
createdAt: Date;
|
141657
|
-
updatedAt: Date;
|
141658
|
-
deletedAt: Date | null;
|
141659
|
-
systemName: string;
|
141660
|
-
displayName: string;
|
141661
|
-
}, {
|
141662
|
-
id: string;
|
141663
|
-
description: string | null;
|
141664
|
-
createdAt: Date;
|
141665
|
-
updatedAt: Date;
|
141666
|
-
deletedAt: Date | null;
|
141667
|
-
systemName: string;
|
141668
|
-
displayName: string;
|
141669
|
-
}>, "many">;
|
141670
|
-
}, "strip", import("zod").ZodTypeAny, {
|
141671
|
-
id: string;
|
141672
|
-
description: string | null;
|
141673
|
-
createdAt: Date;
|
141674
|
-
updatedAt: Date;
|
141675
|
-
deletedAt: Date | null;
|
141676
|
-
systemName: string;
|
141677
|
-
displayName: string;
|
141678
|
-
permissions: {
|
141679
|
-
id: string;
|
141680
|
-
description: string | null;
|
141681
|
-
createdAt: Date;
|
141682
|
-
updatedAt: Date;
|
141683
|
-
deletedAt: Date | null;
|
141684
|
-
systemName: string;
|
141685
|
-
displayName: string;
|
141686
|
-
}[];
|
141687
|
-
}, {
|
141688
|
-
id: string;
|
141689
|
-
description: string | null;
|
141690
|
-
createdAt: Date;
|
141691
|
-
updatedAt: Date;
|
141692
|
-
deletedAt: Date | null;
|
141693
|
-
systemName: string;
|
141694
|
-
displayName: string;
|
141695
|
-
permissions: {
|
141696
|
-
id: string;
|
141697
|
-
description: string | null;
|
141698
|
-
createdAt: Date;
|
141699
|
-
updatedAt: Date;
|
141700
|
-
deletedAt: Date | null;
|
141701
|
-
systemName: string;
|
141702
|
-
displayName: string;
|
141703
|
-
}[];
|
141704
|
-
}>, "many">;
|
141705
|
-
extension: import("zod").ZodObject<{
|
141706
|
-
id: import("zod").ZodString;
|
141707
|
-
createdAt: import("zod").ZodDate;
|
141708
|
-
updatedAt: import("zod").ZodDate;
|
141709
|
-
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
141710
|
-
userId: import("zod").ZodNullable<import("zod").ZodString>;
|
141711
|
-
sipServerUrl: import("zod").ZodString;
|
141712
|
-
sipUserName: import("zod").ZodString;
|
141713
|
-
webphoneLoginUser: import("zod").ZodString;
|
141714
|
-
extensionId: import("zod").ZodNullable<import("zod").ZodString>;
|
141715
|
-
extensionName: import("zod").ZodString;
|
141716
|
-
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
141717
|
-
}, "strip", import("zod").ZodTypeAny, {
|
141718
|
-
id: string;
|
141719
|
-
createdAt: Date;
|
141720
|
-
updatedAt: Date;
|
141721
|
-
deletedAt: Date | null;
|
141722
|
-
userId: string | null;
|
141723
|
-
sipServerUrl: string;
|
141724
|
-
sipUserName: string;
|
141725
|
-
webphoneLoginUser: string;
|
141726
|
-
extensionId: string | null;
|
141727
|
-
extensionName: string;
|
141728
|
-
telephonySignature: string | null;
|
141729
|
-
}, {
|
141730
|
-
id: string;
|
141731
|
-
createdAt: Date;
|
141732
|
-
updatedAt: Date;
|
141733
|
-
deletedAt: Date | null;
|
141734
|
-
userId: string | null;
|
141735
|
-
sipServerUrl: string;
|
141736
|
-
sipUserName: string;
|
141737
|
-
webphoneLoginUser: string;
|
141738
|
-
extensionId: string | null;
|
141739
|
-
extensionName: string;
|
141740
|
-
telephonySignature: string | null;
|
141741
|
-
}>;
|
141742
141619
|
}, "strip", import("zod").ZodTypeAny, {
|
141743
141620
|
id: string;
|
141744
141621
|
address: string | null;
|
141745
141622
|
name: string;
|
141746
141623
|
email: string;
|
141747
|
-
createdAt: Date;
|
141748
|
-
updatedAt: Date;
|
141749
|
-
deletedAt: Date | null;
|
141750
|
-
emailVerifiedAt: Date | null;
|
141751
|
-
password: string;
|
141752
141624
|
phone: string | null;
|
141753
|
-
notificationCount: number | null;
|
141754
|
-
roles: {
|
141755
|
-
id: string;
|
141756
|
-
description: string | null;
|
141757
|
-
createdAt: Date;
|
141758
|
-
updatedAt: Date;
|
141759
|
-
deletedAt: Date | null;
|
141760
|
-
systemName: string;
|
141761
|
-
displayName: string;
|
141762
|
-
permissions: {
|
141763
|
-
id: string;
|
141764
|
-
description: string | null;
|
141765
|
-
createdAt: Date;
|
141766
|
-
updatedAt: Date;
|
141767
|
-
deletedAt: Date | null;
|
141768
|
-
systemName: string;
|
141769
|
-
displayName: string;
|
141770
|
-
}[];
|
141771
|
-
}[];
|
141772
|
-
extension: {
|
141773
|
-
id: string;
|
141774
|
-
createdAt: Date;
|
141775
|
-
updatedAt: Date;
|
141776
|
-
deletedAt: Date | null;
|
141777
|
-
userId: string | null;
|
141778
|
-
sipServerUrl: string;
|
141779
|
-
sipUserName: string;
|
141780
|
-
webphoneLoginUser: string;
|
141781
|
-
extensionId: string | null;
|
141782
|
-
extensionName: string;
|
141783
|
-
telephonySignature: string | null;
|
141784
|
-
};
|
141785
141625
|
}, {
|
141786
141626
|
id: string;
|
141787
141627
|
address: string | null;
|
141788
141628
|
name: string;
|
141789
141629
|
email: string;
|
141790
|
-
createdAt: Date;
|
141791
|
-
updatedAt: Date;
|
141792
|
-
deletedAt: Date | null;
|
141793
|
-
emailVerifiedAt: Date | null;
|
141794
|
-
password: string;
|
141795
141630
|
phone: string | null;
|
141796
|
-
|
141797
|
-
roles: {
|
141798
|
-
id: string;
|
141799
|
-
description: string | null;
|
141800
|
-
createdAt: Date;
|
141801
|
-
updatedAt: Date;
|
141802
|
-
deletedAt: Date | null;
|
141803
|
-
systemName: string;
|
141804
|
-
displayName: string;
|
141805
|
-
permissions: {
|
141806
|
-
id: string;
|
141807
|
-
description: string | null;
|
141808
|
-
createdAt: Date;
|
141809
|
-
updatedAt: Date;
|
141810
|
-
deletedAt: Date | null;
|
141811
|
-
systemName: string;
|
141812
|
-
displayName: string;
|
141813
|
-
}[];
|
141814
|
-
}[];
|
141815
|
-
extension: {
|
141816
|
-
id: string;
|
141817
|
-
createdAt: Date;
|
141818
|
-
updatedAt: Date;
|
141819
|
-
deletedAt: Date | null;
|
141820
|
-
userId: string | null;
|
141821
|
-
sipServerUrl: string;
|
141822
|
-
sipUserName: string;
|
141823
|
-
webphoneLoginUser: string;
|
141824
|
-
extensionId: string | null;
|
141825
|
-
extensionName: string;
|
141826
|
-
telephonySignature: string | null;
|
141827
|
-
};
|
141828
|
-
}>;
|
141631
|
+
}>>;
|
141829
141632
|
}, "strip", import("zod").ZodTypeAny, {
|
141830
141633
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
141831
141634
|
id: string;
|
@@ -141845,65 +141648,18 @@ export declare const platformTelegramContract: {
|
|
141845
141648
|
lineRichMenuId?: string | null | undefined;
|
141846
141649
|
};
|
141847
141650
|
status: boolean;
|
141848
|
-
|
141849
|
-
|
141850
|
-
|
141851
|
-
|
141651
|
+
brandName: string;
|
141652
|
+
platformId: string;
|
141653
|
+
connectedUserName?: string | null | undefined;
|
141654
|
+
connectedUserId?: string | null | undefined;
|
141655
|
+
lineRichMenuId?: string | null | undefined;
|
141656
|
+
actor?: {
|
141852
141657
|
id: string;
|
141853
141658
|
address: string | null;
|
141854
141659
|
name: string;
|
141855
141660
|
email: string;
|
141856
|
-
createdAt: Date;
|
141857
|
-
updatedAt: Date;
|
141858
|
-
deletedAt: Date | null;
|
141859
|
-
emailVerifiedAt: Date | null;
|
141860
|
-
password: string;
|
141861
141661
|
phone: string | null;
|
141862
|
-
|
141863
|
-
roles: {
|
141864
|
-
id: string;
|
141865
|
-
description: string | null;
|
141866
|
-
createdAt: Date;
|
141867
|
-
updatedAt: Date;
|
141868
|
-
deletedAt: Date | null;
|
141869
|
-
systemName: string;
|
141870
|
-
displayName: string;
|
141871
|
-
permissions: {
|
141872
|
-
id: string;
|
141873
|
-
description: string | null;
|
141874
|
-
createdAt: Date;
|
141875
|
-
updatedAt: Date;
|
141876
|
-
deletedAt: Date | null;
|
141877
|
-
systemName: string;
|
141878
|
-
displayName: string;
|
141879
|
-
}[];
|
141880
|
-
}[];
|
141881
|
-
extension: {
|
141882
|
-
id: string;
|
141883
|
-
createdAt: Date;
|
141884
|
-
updatedAt: Date;
|
141885
|
-
deletedAt: Date | null;
|
141886
|
-
userId: string | null;
|
141887
|
-
sipServerUrl: string;
|
141888
|
-
sipUserName: string;
|
141889
|
-
webphoneLoginUser: string;
|
141890
|
-
extensionId: string | null;
|
141891
|
-
extensionName: string;
|
141892
|
-
telephonySignature: string | null;
|
141893
|
-
};
|
141894
|
-
};
|
141895
|
-
brandName: string;
|
141896
|
-
platformId: string;
|
141897
|
-
isReloginRequired: boolean;
|
141898
|
-
connectedUserName: string;
|
141899
|
-
connectedUserId: string;
|
141900
|
-
botpressBot: {
|
141901
|
-
id: string;
|
141902
|
-
name: string;
|
141903
|
-
accessToken: string;
|
141904
|
-
botId: string;
|
141905
|
-
integrationId: string;
|
141906
|
-
} | null;
|
141662
|
+
} | undefined;
|
141907
141663
|
}, {
|
141908
141664
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
141909
141665
|
id: string;
|
@@ -141923,68 +141679,21 @@ export declare const platformTelegramContract: {
|
|
141923
141679
|
lineRichMenuId?: string | null | undefined;
|
141924
141680
|
};
|
141925
141681
|
status: boolean;
|
141926
|
-
|
141927
|
-
|
141928
|
-
|
141929
|
-
|
141682
|
+
brandName: string;
|
141683
|
+
platformId: string;
|
141684
|
+
connectedUserName?: string | null | undefined;
|
141685
|
+
connectedUserId?: string | null | undefined;
|
141686
|
+
lineRichMenuId?: string | null | undefined;
|
141687
|
+
actor?: {
|
141930
141688
|
id: string;
|
141931
141689
|
address: string | null;
|
141932
141690
|
name: string;
|
141933
141691
|
email: string;
|
141934
|
-
createdAt: Date;
|
141935
|
-
updatedAt: Date;
|
141936
|
-
deletedAt: Date | null;
|
141937
|
-
emailVerifiedAt: Date | null;
|
141938
|
-
password: string;
|
141939
141692
|
phone: string | null;
|
141940
|
-
|
141941
|
-
roles: {
|
141942
|
-
id: string;
|
141943
|
-
description: string | null;
|
141944
|
-
createdAt: Date;
|
141945
|
-
updatedAt: Date;
|
141946
|
-
deletedAt: Date | null;
|
141947
|
-
systemName: string;
|
141948
|
-
displayName: string;
|
141949
|
-
permissions: {
|
141950
|
-
id: string;
|
141951
|
-
description: string | null;
|
141952
|
-
createdAt: Date;
|
141953
|
-
updatedAt: Date;
|
141954
|
-
deletedAt: Date | null;
|
141955
|
-
systemName: string;
|
141956
|
-
displayName: string;
|
141957
|
-
}[];
|
141958
|
-
}[];
|
141959
|
-
extension: {
|
141960
|
-
id: string;
|
141961
|
-
createdAt: Date;
|
141962
|
-
updatedAt: Date;
|
141963
|
-
deletedAt: Date | null;
|
141964
|
-
userId: string | null;
|
141965
|
-
sipServerUrl: string;
|
141966
|
-
sipUserName: string;
|
141967
|
-
webphoneLoginUser: string;
|
141968
|
-
extensionId: string | null;
|
141969
|
-
extensionName: string;
|
141970
|
-
telephonySignature: string | null;
|
141971
|
-
};
|
141972
|
-
};
|
141973
|
-
brandName: string;
|
141974
|
-
platformId: string;
|
141975
|
-
isReloginRequired: boolean;
|
141976
|
-
connectedUserName: string;
|
141977
|
-
connectedUserId: string;
|
141978
|
-
botpressBot: {
|
141979
|
-
id: string;
|
141980
|
-
name: string;
|
141981
|
-
accessToken: string;
|
141982
|
-
botId: string;
|
141983
|
-
integrationId: string;
|
141984
|
-
} | null;
|
141693
|
+
} | undefined;
|
141985
141694
|
}>;
|
141986
141695
|
}, "strip", import("zod").ZodTypeAny, {
|
141987
|
-
|
141696
|
+
data: {
|
141988
141697
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
141989
141698
|
id: string;
|
141990
141699
|
name: string;
|
@@ -142003,69 +141712,22 @@ export declare const platformTelegramContract: {
|
|
142003
141712
|
lineRichMenuId?: string | null | undefined;
|
142004
141713
|
};
|
142005
141714
|
status: boolean;
|
142006
|
-
|
142007
|
-
|
142008
|
-
|
142009
|
-
|
141715
|
+
brandName: string;
|
141716
|
+
platformId: string;
|
141717
|
+
connectedUserName?: string | null | undefined;
|
141718
|
+
connectedUserId?: string | null | undefined;
|
141719
|
+
lineRichMenuId?: string | null | undefined;
|
141720
|
+
actor?: {
|
142010
141721
|
id: string;
|
142011
141722
|
address: string | null;
|
142012
141723
|
name: string;
|
142013
141724
|
email: string;
|
142014
|
-
createdAt: Date;
|
142015
|
-
updatedAt: Date;
|
142016
|
-
deletedAt: Date | null;
|
142017
|
-
emailVerifiedAt: Date | null;
|
142018
|
-
password: string;
|
142019
141725
|
phone: string | null;
|
142020
|
-
|
142021
|
-
roles: {
|
142022
|
-
id: string;
|
142023
|
-
description: string | null;
|
142024
|
-
createdAt: Date;
|
142025
|
-
updatedAt: Date;
|
142026
|
-
deletedAt: Date | null;
|
142027
|
-
systemName: string;
|
142028
|
-
displayName: string;
|
142029
|
-
permissions: {
|
142030
|
-
id: string;
|
142031
|
-
description: string | null;
|
142032
|
-
createdAt: Date;
|
142033
|
-
updatedAt: Date;
|
142034
|
-
deletedAt: Date | null;
|
142035
|
-
systemName: string;
|
142036
|
-
displayName: string;
|
142037
|
-
}[];
|
142038
|
-
}[];
|
142039
|
-
extension: {
|
142040
|
-
id: string;
|
142041
|
-
createdAt: Date;
|
142042
|
-
updatedAt: Date;
|
142043
|
-
deletedAt: Date | null;
|
142044
|
-
userId: string | null;
|
142045
|
-
sipServerUrl: string;
|
142046
|
-
sipUserName: string;
|
142047
|
-
webphoneLoginUser: string;
|
142048
|
-
extensionId: string | null;
|
142049
|
-
extensionName: string;
|
142050
|
-
telephonySignature: string | null;
|
142051
|
-
};
|
142052
|
-
};
|
142053
|
-
brandName: string;
|
142054
|
-
platformId: string;
|
142055
|
-
isReloginRequired: boolean;
|
142056
|
-
connectedUserName: string;
|
142057
|
-
connectedUserId: string;
|
142058
|
-
botpressBot: {
|
142059
|
-
id: string;
|
142060
|
-
name: string;
|
142061
|
-
accessToken: string;
|
142062
|
-
botId: string;
|
142063
|
-
integrationId: string;
|
142064
|
-
} | null;
|
141726
|
+
} | undefined;
|
142065
141727
|
};
|
142066
141728
|
requestId: string;
|
142067
141729
|
}, {
|
142068
|
-
|
141730
|
+
data: {
|
142069
141731
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
142070
141732
|
id: string;
|
142071
141733
|
name: string;
|
@@ -142084,65 +141746,18 @@ export declare const platformTelegramContract: {
|
|
142084
141746
|
lineRichMenuId?: string | null | undefined;
|
142085
141747
|
};
|
142086
141748
|
status: boolean;
|
142087
|
-
|
142088
|
-
|
142089
|
-
|
142090
|
-
|
141749
|
+
brandName: string;
|
141750
|
+
platformId: string;
|
141751
|
+
connectedUserName?: string | null | undefined;
|
141752
|
+
connectedUserId?: string | null | undefined;
|
141753
|
+
lineRichMenuId?: string | null | undefined;
|
141754
|
+
actor?: {
|
142091
141755
|
id: string;
|
142092
141756
|
address: string | null;
|
142093
141757
|
name: string;
|
142094
141758
|
email: string;
|
142095
|
-
createdAt: Date;
|
142096
|
-
updatedAt: Date;
|
142097
|
-
deletedAt: Date | null;
|
142098
|
-
emailVerifiedAt: Date | null;
|
142099
|
-
password: string;
|
142100
141759
|
phone: string | null;
|
142101
|
-
|
142102
|
-
roles: {
|
142103
|
-
id: string;
|
142104
|
-
description: string | null;
|
142105
|
-
createdAt: Date;
|
142106
|
-
updatedAt: Date;
|
142107
|
-
deletedAt: Date | null;
|
142108
|
-
systemName: string;
|
142109
|
-
displayName: string;
|
142110
|
-
permissions: {
|
142111
|
-
id: string;
|
142112
|
-
description: string | null;
|
142113
|
-
createdAt: Date;
|
142114
|
-
updatedAt: Date;
|
142115
|
-
deletedAt: Date | null;
|
142116
|
-
systemName: string;
|
142117
|
-
displayName: string;
|
142118
|
-
}[];
|
142119
|
-
}[];
|
142120
|
-
extension: {
|
142121
|
-
id: string;
|
142122
|
-
createdAt: Date;
|
142123
|
-
updatedAt: Date;
|
142124
|
-
deletedAt: Date | null;
|
142125
|
-
userId: string | null;
|
142126
|
-
sipServerUrl: string;
|
142127
|
-
sipUserName: string;
|
142128
|
-
webphoneLoginUser: string;
|
142129
|
-
extensionId: string | null;
|
142130
|
-
extensionName: string;
|
142131
|
-
telephonySignature: string | null;
|
142132
|
-
};
|
142133
|
-
};
|
142134
|
-
brandName: string;
|
142135
|
-
platformId: string;
|
142136
|
-
isReloginRequired: boolean;
|
142137
|
-
connectedUserName: string;
|
142138
|
-
connectedUserId: string;
|
142139
|
-
botpressBot: {
|
142140
|
-
id: string;
|
142141
|
-
name: string;
|
142142
|
-
accessToken: string;
|
142143
|
-
botId: string;
|
142144
|
-
integrationId: string;
|
142145
|
-
} | null;
|
141760
|
+
} | undefined;
|
142146
141761
|
};
|
142147
141762
|
requestId: string;
|
142148
141763
|
}>;
|
@@ -161788,9 +161403,31 @@ export declare const platformMessengerContract: {
|
|
161788
161403
|
id: import("zod").ZodString;
|
161789
161404
|
name: import("zod").ZodString;
|
161790
161405
|
tasks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
161406
|
+
picture: import("zod").ZodObject<{
|
161407
|
+
data: import("zod").ZodObject<{
|
161408
|
+
url: import("zod").ZodString;
|
161409
|
+
}, "strip", import("zod").ZodTypeAny, {
|
161410
|
+
url: string;
|
161411
|
+
}, {
|
161412
|
+
url: string;
|
161413
|
+
}>;
|
161414
|
+
}, "strip", import("zod").ZodTypeAny, {
|
161415
|
+
data: {
|
161416
|
+
url: string;
|
161417
|
+
};
|
161418
|
+
}, {
|
161419
|
+
data: {
|
161420
|
+
url: string;
|
161421
|
+
};
|
161422
|
+
}>;
|
161791
161423
|
}, "strip", import("zod").ZodTypeAny, {
|
161792
161424
|
id: string;
|
161793
161425
|
name: string;
|
161426
|
+
picture: {
|
161427
|
+
data: {
|
161428
|
+
url: string;
|
161429
|
+
};
|
161430
|
+
};
|
161794
161431
|
category: string;
|
161795
161432
|
access_token: string;
|
161796
161433
|
category_list: {
|
@@ -161801,6 +161438,11 @@ export declare const platformMessengerContract: {
|
|
161801
161438
|
}, {
|
161802
161439
|
id: string;
|
161803
161440
|
name: string;
|
161441
|
+
picture: {
|
161442
|
+
data: {
|
161443
|
+
url: string;
|
161444
|
+
};
|
161445
|
+
};
|
161804
161446
|
category: string;
|
161805
161447
|
access_token: string;
|
161806
161448
|
category_list: {
|
@@ -161835,6 +161477,11 @@ export declare const platformMessengerContract: {
|
|
161835
161477
|
data: {
|
161836
161478
|
id: string;
|
161837
161479
|
name: string;
|
161480
|
+
picture: {
|
161481
|
+
data: {
|
161482
|
+
url: string;
|
161483
|
+
};
|
161484
|
+
};
|
161838
161485
|
category: string;
|
161839
161486
|
access_token: string;
|
161840
161487
|
category_list: {
|
@@ -161854,6 +161501,11 @@ export declare const platformMessengerContract: {
|
|
161854
161501
|
data: {
|
161855
161502
|
id: string;
|
161856
161503
|
name: string;
|
161504
|
+
picture: {
|
161505
|
+
data: {
|
161506
|
+
url: string;
|
161507
|
+
};
|
161508
|
+
};
|
161857
161509
|
category: string;
|
161858
161510
|
access_token: string;
|
161859
161511
|
category_list: {
|
@@ -264451,9 +264103,31 @@ export declare const channelSettingContract: {
|
|
264451
264103
|
id: import("zod").ZodString;
|
264452
264104
|
name: import("zod").ZodString;
|
264453
264105
|
tasks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
264106
|
+
picture: import("zod").ZodObject<{
|
264107
|
+
data: import("zod").ZodObject<{
|
264108
|
+
url: import("zod").ZodString;
|
264109
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264110
|
+
url: string;
|
264111
|
+
}, {
|
264112
|
+
url: string;
|
264113
|
+
}>;
|
264114
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264115
|
+
data: {
|
264116
|
+
url: string;
|
264117
|
+
};
|
264118
|
+
}, {
|
264119
|
+
data: {
|
264120
|
+
url: string;
|
264121
|
+
};
|
264122
|
+
}>;
|
264454
264123
|
}, "strip", import("zod").ZodTypeAny, {
|
264455
264124
|
id: string;
|
264456
264125
|
name: string;
|
264126
|
+
picture: {
|
264127
|
+
data: {
|
264128
|
+
url: string;
|
264129
|
+
};
|
264130
|
+
};
|
264457
264131
|
category: string;
|
264458
264132
|
access_token: string;
|
264459
264133
|
category_list: {
|
@@ -264464,6 +264138,11 @@ export declare const channelSettingContract: {
|
|
264464
264138
|
}, {
|
264465
264139
|
id: string;
|
264466
264140
|
name: string;
|
264141
|
+
picture: {
|
264142
|
+
data: {
|
264143
|
+
url: string;
|
264144
|
+
};
|
264145
|
+
};
|
264467
264146
|
category: string;
|
264468
264147
|
access_token: string;
|
264469
264148
|
category_list: {
|
@@ -264498,6 +264177,11 @@ export declare const channelSettingContract: {
|
|
264498
264177
|
data: {
|
264499
264178
|
id: string;
|
264500
264179
|
name: string;
|
264180
|
+
picture: {
|
264181
|
+
data: {
|
264182
|
+
url: string;
|
264183
|
+
};
|
264184
|
+
};
|
264501
264185
|
category: string;
|
264502
264186
|
access_token: string;
|
264503
264187
|
category_list: {
|
@@ -264516,6 +264200,11 @@ export declare const channelSettingContract: {
|
|
264516
264200
|
data: {
|
264517
264201
|
id: string;
|
264518
264202
|
name: string;
|
264203
|
+
picture: {
|
264204
|
+
data: {
|
264205
|
+
url: string;
|
264206
|
+
};
|
264207
|
+
};
|
264519
264208
|
category: string;
|
264520
264209
|
access_token: string;
|
264521
264210
|
category_list: {
|
@@ -264536,6 +264225,11 @@ export declare const channelSettingContract: {
|
|
264536
264225
|
data: {
|
264537
264226
|
id: string;
|
264538
264227
|
name: string;
|
264228
|
+
picture: {
|
264229
|
+
data: {
|
264230
|
+
url: string;
|
264231
|
+
};
|
264232
|
+
};
|
264539
264233
|
category: string;
|
264540
264234
|
access_token: string;
|
264541
264235
|
category_list: {
|
@@ -264557,6 +264251,11 @@ export declare const channelSettingContract: {
|
|
264557
264251
|
data: {
|
264558
264252
|
id: string;
|
264559
264253
|
name: string;
|
264254
|
+
picture: {
|
264255
|
+
data: {
|
264256
|
+
url: string;
|
264257
|
+
};
|
264258
|
+
};
|
264560
264259
|
category: string;
|
264561
264260
|
access_token: string;
|
264562
264261
|
category_list: {
|
@@ -264621,23 +264320,252 @@ export declare const channelSettingContract: {
|
|
264621
264320
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
264622
264321
|
id: import("zod").ZodString;
|
264623
264322
|
name: import("zod").ZodString;
|
264323
|
+
profile_picture_uri: import("zod").ZodString;
|
264324
|
+
owned_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
264325
|
+
data: import("zod").ZodArray<import("zod").ZodObject<{
|
264326
|
+
id: import("zod").ZodString;
|
264327
|
+
name: import("zod").ZodString;
|
264328
|
+
access_token: import("zod").ZodString;
|
264329
|
+
picture: import("zod").ZodObject<{
|
264330
|
+
data: import("zod").ZodObject<{
|
264331
|
+
url: import("zod").ZodString;
|
264332
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264333
|
+
url: string;
|
264334
|
+
}, {
|
264335
|
+
url: string;
|
264336
|
+
}>;
|
264337
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264338
|
+
data: {
|
264339
|
+
url: string;
|
264340
|
+
};
|
264341
|
+
}, {
|
264342
|
+
data: {
|
264343
|
+
url: string;
|
264344
|
+
};
|
264345
|
+
}>;
|
264346
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264347
|
+
id: string;
|
264348
|
+
name: string;
|
264349
|
+
picture: {
|
264350
|
+
data: {
|
264351
|
+
url: string;
|
264352
|
+
};
|
264353
|
+
};
|
264354
|
+
access_token: string;
|
264355
|
+
}, {
|
264356
|
+
id: string;
|
264357
|
+
name: string;
|
264358
|
+
picture: {
|
264359
|
+
data: {
|
264360
|
+
url: string;
|
264361
|
+
};
|
264362
|
+
};
|
264363
|
+
access_token: string;
|
264364
|
+
}>, "many">;
|
264365
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264366
|
+
data: {
|
264367
|
+
id: string;
|
264368
|
+
name: string;
|
264369
|
+
picture: {
|
264370
|
+
data: {
|
264371
|
+
url: string;
|
264372
|
+
};
|
264373
|
+
};
|
264374
|
+
access_token: string;
|
264375
|
+
}[];
|
264376
|
+
}, {
|
264377
|
+
data: {
|
264378
|
+
id: string;
|
264379
|
+
name: string;
|
264380
|
+
picture: {
|
264381
|
+
data: {
|
264382
|
+
url: string;
|
264383
|
+
};
|
264384
|
+
};
|
264385
|
+
access_token: string;
|
264386
|
+
}[];
|
264387
|
+
}>>;
|
264388
|
+
client_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
264389
|
+
data: import("zod").ZodArray<import("zod").ZodObject<{
|
264390
|
+
id: import("zod").ZodString;
|
264391
|
+
name: import("zod").ZodString;
|
264392
|
+
access_token: import("zod").ZodString;
|
264393
|
+
picture: import("zod").ZodObject<{
|
264394
|
+
data: import("zod").ZodObject<{
|
264395
|
+
url: import("zod").ZodString;
|
264396
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264397
|
+
url: string;
|
264398
|
+
}, {
|
264399
|
+
url: string;
|
264400
|
+
}>;
|
264401
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264402
|
+
data: {
|
264403
|
+
url: string;
|
264404
|
+
};
|
264405
|
+
}, {
|
264406
|
+
data: {
|
264407
|
+
url: string;
|
264408
|
+
};
|
264409
|
+
}>;
|
264410
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264411
|
+
id: string;
|
264412
|
+
name: string;
|
264413
|
+
picture: {
|
264414
|
+
data: {
|
264415
|
+
url: string;
|
264416
|
+
};
|
264417
|
+
};
|
264418
|
+
access_token: string;
|
264419
|
+
}, {
|
264420
|
+
id: string;
|
264421
|
+
name: string;
|
264422
|
+
picture: {
|
264423
|
+
data: {
|
264424
|
+
url: string;
|
264425
|
+
};
|
264426
|
+
};
|
264427
|
+
access_token: string;
|
264428
|
+
}>, "many">;
|
264429
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264430
|
+
data: {
|
264431
|
+
id: string;
|
264432
|
+
name: string;
|
264433
|
+
picture: {
|
264434
|
+
data: {
|
264435
|
+
url: string;
|
264436
|
+
};
|
264437
|
+
};
|
264438
|
+
access_token: string;
|
264439
|
+
}[];
|
264440
|
+
}, {
|
264441
|
+
data: {
|
264442
|
+
id: string;
|
264443
|
+
name: string;
|
264444
|
+
picture: {
|
264445
|
+
data: {
|
264446
|
+
url: string;
|
264447
|
+
};
|
264448
|
+
};
|
264449
|
+
access_token: string;
|
264450
|
+
}[];
|
264451
|
+
}>>;
|
264624
264452
|
}, "strip", import("zod").ZodTypeAny, {
|
264625
264453
|
id: string;
|
264626
264454
|
name: string;
|
264455
|
+
profile_picture_uri: string;
|
264456
|
+
owned_pages?: {
|
264457
|
+
data: {
|
264458
|
+
id: string;
|
264459
|
+
name: string;
|
264460
|
+
picture: {
|
264461
|
+
data: {
|
264462
|
+
url: string;
|
264463
|
+
};
|
264464
|
+
};
|
264465
|
+
access_token: string;
|
264466
|
+
}[];
|
264467
|
+
} | undefined;
|
264468
|
+
client_pages?: {
|
264469
|
+
data: {
|
264470
|
+
id: string;
|
264471
|
+
name: string;
|
264472
|
+
picture: {
|
264473
|
+
data: {
|
264474
|
+
url: string;
|
264475
|
+
};
|
264476
|
+
};
|
264477
|
+
access_token: string;
|
264478
|
+
}[];
|
264479
|
+
} | undefined;
|
264627
264480
|
}, {
|
264628
264481
|
id: string;
|
264629
264482
|
name: string;
|
264483
|
+
profile_picture_uri: string;
|
264484
|
+
owned_pages?: {
|
264485
|
+
data: {
|
264486
|
+
id: string;
|
264487
|
+
name: string;
|
264488
|
+
picture: {
|
264489
|
+
data: {
|
264490
|
+
url: string;
|
264491
|
+
};
|
264492
|
+
};
|
264493
|
+
access_token: string;
|
264494
|
+
}[];
|
264495
|
+
} | undefined;
|
264496
|
+
client_pages?: {
|
264497
|
+
data: {
|
264498
|
+
id: string;
|
264499
|
+
name: string;
|
264500
|
+
picture: {
|
264501
|
+
data: {
|
264502
|
+
url: string;
|
264503
|
+
};
|
264504
|
+
};
|
264505
|
+
access_token: string;
|
264506
|
+
}[];
|
264507
|
+
} | undefined;
|
264630
264508
|
}>, "many">;
|
264631
264509
|
}, "strip", import("zod").ZodTypeAny, {
|
264632
264510
|
data: {
|
264633
264511
|
id: string;
|
264634
264512
|
name: string;
|
264513
|
+
profile_picture_uri: string;
|
264514
|
+
owned_pages?: {
|
264515
|
+
data: {
|
264516
|
+
id: string;
|
264517
|
+
name: string;
|
264518
|
+
picture: {
|
264519
|
+
data: {
|
264520
|
+
url: string;
|
264521
|
+
};
|
264522
|
+
};
|
264523
|
+
access_token: string;
|
264524
|
+
}[];
|
264525
|
+
} | undefined;
|
264526
|
+
client_pages?: {
|
264527
|
+
data: {
|
264528
|
+
id: string;
|
264529
|
+
name: string;
|
264530
|
+
picture: {
|
264531
|
+
data: {
|
264532
|
+
url: string;
|
264533
|
+
};
|
264534
|
+
};
|
264535
|
+
access_token: string;
|
264536
|
+
}[];
|
264537
|
+
} | undefined;
|
264635
264538
|
}[];
|
264636
264539
|
requestId: string;
|
264637
264540
|
}, {
|
264638
264541
|
data: {
|
264639
264542
|
id: string;
|
264640
264543
|
name: string;
|
264544
|
+
profile_picture_uri: string;
|
264545
|
+
owned_pages?: {
|
264546
|
+
data: {
|
264547
|
+
id: string;
|
264548
|
+
name: string;
|
264549
|
+
picture: {
|
264550
|
+
data: {
|
264551
|
+
url: string;
|
264552
|
+
};
|
264553
|
+
};
|
264554
|
+
access_token: string;
|
264555
|
+
}[];
|
264556
|
+
} | undefined;
|
264557
|
+
client_pages?: {
|
264558
|
+
data: {
|
264559
|
+
id: string;
|
264560
|
+
name: string;
|
264561
|
+
picture: {
|
264562
|
+
data: {
|
264563
|
+
url: string;
|
264564
|
+
};
|
264565
|
+
};
|
264566
|
+
access_token: string;
|
264567
|
+
}[];
|
264568
|
+
} | undefined;
|
264641
264569
|
}[];
|
264642
264570
|
requestId: string;
|
264643
264571
|
}>;
|
@@ -264688,133 +264616,252 @@ export declare const channelSettingContract: {
|
|
264688
264616
|
data: import("zod").ZodObject<{
|
264689
264617
|
id: import("zod").ZodString;
|
264690
264618
|
name: import("zod").ZodString;
|
264691
|
-
|
264619
|
+
profile_picture_uri: import("zod").ZodString;
|
264620
|
+
owned_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
264692
264621
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
264693
264622
|
id: import("zod").ZodString;
|
264694
264623
|
name: import("zod").ZodString;
|
264695
264624
|
access_token: import("zod").ZodString;
|
264625
|
+
picture: import("zod").ZodObject<{
|
264626
|
+
data: import("zod").ZodObject<{
|
264627
|
+
url: import("zod").ZodString;
|
264628
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264629
|
+
url: string;
|
264630
|
+
}, {
|
264631
|
+
url: string;
|
264632
|
+
}>;
|
264633
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264634
|
+
data: {
|
264635
|
+
url: string;
|
264636
|
+
};
|
264637
|
+
}, {
|
264638
|
+
data: {
|
264639
|
+
url: string;
|
264640
|
+
};
|
264641
|
+
}>;
|
264696
264642
|
}, "strip", import("zod").ZodTypeAny, {
|
264697
264643
|
id: string;
|
264698
264644
|
name: string;
|
264645
|
+
picture: {
|
264646
|
+
data: {
|
264647
|
+
url: string;
|
264648
|
+
};
|
264649
|
+
};
|
264699
264650
|
access_token: string;
|
264700
264651
|
}, {
|
264701
264652
|
id: string;
|
264702
264653
|
name: string;
|
264654
|
+
picture: {
|
264655
|
+
data: {
|
264656
|
+
url: string;
|
264657
|
+
};
|
264658
|
+
};
|
264703
264659
|
access_token: string;
|
264704
264660
|
}>, "many">;
|
264705
264661
|
}, "strip", import("zod").ZodTypeAny, {
|
264706
264662
|
data: {
|
264707
264663
|
id: string;
|
264708
264664
|
name: string;
|
264665
|
+
picture: {
|
264666
|
+
data: {
|
264667
|
+
url: string;
|
264668
|
+
};
|
264669
|
+
};
|
264709
264670
|
access_token: string;
|
264710
264671
|
}[];
|
264711
264672
|
}, {
|
264712
264673
|
data: {
|
264713
264674
|
id: string;
|
264714
264675
|
name: string;
|
264676
|
+
picture: {
|
264677
|
+
data: {
|
264678
|
+
url: string;
|
264679
|
+
};
|
264680
|
+
};
|
264715
264681
|
access_token: string;
|
264716
264682
|
}[];
|
264717
|
-
}
|
264718
|
-
client_pages: import("zod").ZodObject<{
|
264683
|
+
}>>;
|
264684
|
+
client_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
264719
264685
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
264720
264686
|
id: import("zod").ZodString;
|
264721
264687
|
name: import("zod").ZodString;
|
264722
264688
|
access_token: import("zod").ZodString;
|
264689
|
+
picture: import("zod").ZodObject<{
|
264690
|
+
data: import("zod").ZodObject<{
|
264691
|
+
url: import("zod").ZodString;
|
264692
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264693
|
+
url: string;
|
264694
|
+
}, {
|
264695
|
+
url: string;
|
264696
|
+
}>;
|
264697
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264698
|
+
data: {
|
264699
|
+
url: string;
|
264700
|
+
};
|
264701
|
+
}, {
|
264702
|
+
data: {
|
264703
|
+
url: string;
|
264704
|
+
};
|
264705
|
+
}>;
|
264723
264706
|
}, "strip", import("zod").ZodTypeAny, {
|
264724
264707
|
id: string;
|
264725
264708
|
name: string;
|
264709
|
+
picture: {
|
264710
|
+
data: {
|
264711
|
+
url: string;
|
264712
|
+
};
|
264713
|
+
};
|
264726
264714
|
access_token: string;
|
264727
264715
|
}, {
|
264728
264716
|
id: string;
|
264729
264717
|
name: string;
|
264718
|
+
picture: {
|
264719
|
+
data: {
|
264720
|
+
url: string;
|
264721
|
+
};
|
264722
|
+
};
|
264730
264723
|
access_token: string;
|
264731
264724
|
}>, "many">;
|
264732
264725
|
}, "strip", import("zod").ZodTypeAny, {
|
264733
264726
|
data: {
|
264734
264727
|
id: string;
|
264735
264728
|
name: string;
|
264729
|
+
picture: {
|
264730
|
+
data: {
|
264731
|
+
url: string;
|
264732
|
+
};
|
264733
|
+
};
|
264736
264734
|
access_token: string;
|
264737
264735
|
}[];
|
264738
264736
|
}, {
|
264739
264737
|
data: {
|
264740
264738
|
id: string;
|
264741
264739
|
name: string;
|
264740
|
+
picture: {
|
264741
|
+
data: {
|
264742
|
+
url: string;
|
264743
|
+
};
|
264744
|
+
};
|
264742
264745
|
access_token: string;
|
264743
264746
|
}[];
|
264744
|
-
}
|
264747
|
+
}>>;
|
264745
264748
|
}, "strip", import("zod").ZodTypeAny, {
|
264746
264749
|
id: string;
|
264747
264750
|
name: string;
|
264748
|
-
|
264751
|
+
profile_picture_uri: string;
|
264752
|
+
owned_pages?: {
|
264749
264753
|
data: {
|
264750
264754
|
id: string;
|
264751
264755
|
name: string;
|
264756
|
+
picture: {
|
264757
|
+
data: {
|
264758
|
+
url: string;
|
264759
|
+
};
|
264760
|
+
};
|
264752
264761
|
access_token: string;
|
264753
264762
|
}[];
|
264754
|
-
};
|
264755
|
-
client_pages
|
264763
|
+
} | undefined;
|
264764
|
+
client_pages?: {
|
264756
264765
|
data: {
|
264757
264766
|
id: string;
|
264758
264767
|
name: string;
|
264768
|
+
picture: {
|
264769
|
+
data: {
|
264770
|
+
url: string;
|
264771
|
+
};
|
264772
|
+
};
|
264759
264773
|
access_token: string;
|
264760
264774
|
}[];
|
264761
|
-
};
|
264775
|
+
} | undefined;
|
264762
264776
|
}, {
|
264763
264777
|
id: string;
|
264764
264778
|
name: string;
|
264765
|
-
|
264779
|
+
profile_picture_uri: string;
|
264780
|
+
owned_pages?: {
|
264766
264781
|
data: {
|
264767
264782
|
id: string;
|
264768
264783
|
name: string;
|
264784
|
+
picture: {
|
264785
|
+
data: {
|
264786
|
+
url: string;
|
264787
|
+
};
|
264788
|
+
};
|
264769
264789
|
access_token: string;
|
264770
264790
|
}[];
|
264771
|
-
};
|
264772
|
-
client_pages
|
264791
|
+
} | undefined;
|
264792
|
+
client_pages?: {
|
264773
264793
|
data: {
|
264774
264794
|
id: string;
|
264775
264795
|
name: string;
|
264796
|
+
picture: {
|
264797
|
+
data: {
|
264798
|
+
url: string;
|
264799
|
+
};
|
264800
|
+
};
|
264776
264801
|
access_token: string;
|
264777
264802
|
}[];
|
264778
|
-
};
|
264803
|
+
} | undefined;
|
264779
264804
|
}>;
|
264780
264805
|
}, "strip", import("zod").ZodTypeAny, {
|
264781
264806
|
data: {
|
264782
264807
|
id: string;
|
264783
264808
|
name: string;
|
264784
|
-
|
264809
|
+
profile_picture_uri: string;
|
264810
|
+
owned_pages?: {
|
264785
264811
|
data: {
|
264786
264812
|
id: string;
|
264787
264813
|
name: string;
|
264814
|
+
picture: {
|
264815
|
+
data: {
|
264816
|
+
url: string;
|
264817
|
+
};
|
264818
|
+
};
|
264788
264819
|
access_token: string;
|
264789
264820
|
}[];
|
264790
|
-
};
|
264791
|
-
client_pages
|
264821
|
+
} | undefined;
|
264822
|
+
client_pages?: {
|
264792
264823
|
data: {
|
264793
264824
|
id: string;
|
264794
264825
|
name: string;
|
264826
|
+
picture: {
|
264827
|
+
data: {
|
264828
|
+
url: string;
|
264829
|
+
};
|
264830
|
+
};
|
264795
264831
|
access_token: string;
|
264796
264832
|
}[];
|
264797
|
-
};
|
264833
|
+
} | undefined;
|
264798
264834
|
};
|
264799
264835
|
requestId: string;
|
264800
264836
|
}, {
|
264801
264837
|
data: {
|
264802
264838
|
id: string;
|
264803
264839
|
name: string;
|
264804
|
-
|
264840
|
+
profile_picture_uri: string;
|
264841
|
+
owned_pages?: {
|
264805
264842
|
data: {
|
264806
264843
|
id: string;
|
264807
264844
|
name: string;
|
264845
|
+
picture: {
|
264846
|
+
data: {
|
264847
|
+
url: string;
|
264848
|
+
};
|
264849
|
+
};
|
264808
264850
|
access_token: string;
|
264809
264851
|
}[];
|
264810
|
-
};
|
264811
|
-
client_pages
|
264852
|
+
} | undefined;
|
264853
|
+
client_pages?: {
|
264812
264854
|
data: {
|
264813
264855
|
id: string;
|
264814
264856
|
name: string;
|
264857
|
+
picture: {
|
264858
|
+
data: {
|
264859
|
+
url: string;
|
264860
|
+
};
|
264861
|
+
};
|
264815
264862
|
access_token: string;
|
264816
264863
|
}[];
|
264817
|
-
};
|
264864
|
+
} | undefined;
|
264818
264865
|
};
|
264819
264866
|
requestId: string;
|
264820
264867
|
}>;
|