@kl1/contracts 1.2.15-uat → 1.2.17-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/contact/index.d.ts +12 -0
- package/dist/api-contracts/src/contact/index.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/validation.d.ts +6 -0
- package/dist/api-contracts/src/contact/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +879 -40
- 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/index.js +12 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -11
- 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
|
}>;
|
@@ -35977,6 +36372,8 @@ export declare const contactContract: {
|
|
35977
36372
|
}, {
|
35978
36373
|
[x: string]: any;
|
35979
36374
|
}>, "many">;
|
36375
|
+
mailRoomId: import("zod").ZodOptional<import("zod").ZodString>;
|
36376
|
+
isTheMailRoomOwner: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
35980
36377
|
}, "strip", import("zod").ZodTypeAny, {
|
35981
36378
|
channel: {
|
35982
36379
|
[x: string]: any;
|
@@ -36005,6 +36402,8 @@ export declare const contactContract: {
|
|
36005
36402
|
phone?: {
|
36006
36403
|
[x: string]: any;
|
36007
36404
|
} | undefined;
|
36405
|
+
mailRoomId?: string | undefined;
|
36406
|
+
isTheMailRoomOwner?: boolean | undefined;
|
36008
36407
|
}, {
|
36009
36408
|
channel: {
|
36010
36409
|
[x: string]: any;
|
@@ -36033,6 +36432,8 @@ export declare const contactContract: {
|
|
36033
36432
|
phone?: {
|
36034
36433
|
[x: string]: any;
|
36035
36434
|
} | undefined;
|
36435
|
+
mailRoomId?: string | undefined;
|
36436
|
+
isTheMailRoomOwner?: boolean | undefined;
|
36036
36437
|
}>;
|
36037
36438
|
summary: "Create a new contact";
|
36038
36439
|
method: "POST";
|
@@ -39417,6 +39818,8 @@ export declare const contactContract: {
|
|
39417
39818
|
}, {
|
39418
39819
|
[x: string]: any;
|
39419
39820
|
}>, "many">>;
|
39821
|
+
mailRoomId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
39822
|
+
isTheMailRoomOwner: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
39420
39823
|
}, "strip", import("zod").ZodTypeAny, {
|
39421
39824
|
name?: {
|
39422
39825
|
[x: string]: any;
|
@@ -39445,6 +39848,8 @@ export declare const contactContract: {
|
|
39445
39848
|
customFields?: {
|
39446
39849
|
[x: string]: any;
|
39447
39850
|
}[] | undefined;
|
39851
|
+
mailRoomId?: string | undefined;
|
39852
|
+
isTheMailRoomOwner?: boolean | undefined;
|
39448
39853
|
}, {
|
39449
39854
|
name?: {
|
39450
39855
|
[x: string]: any;
|
@@ -39473,6 +39878,8 @@ export declare const contactContract: {
|
|
39473
39878
|
customFields?: {
|
39474
39879
|
[x: string]: any;
|
39475
39880
|
}[] | undefined;
|
39881
|
+
mailRoomId?: string | undefined;
|
39882
|
+
isTheMailRoomOwner?: boolean | undefined;
|
39476
39883
|
}>;
|
39477
39884
|
summary: "Update a contact";
|
39478
39885
|
method: "PATCH";
|
@@ -161776,9 +162183,31 @@ export declare const platformMessengerContract: {
|
|
161776
162183
|
id: import("zod").ZodString;
|
161777
162184
|
name: import("zod").ZodString;
|
161778
162185
|
tasks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
162186
|
+
picture: import("zod").ZodObject<{
|
162187
|
+
data: import("zod").ZodObject<{
|
162188
|
+
url: import("zod").ZodString;
|
162189
|
+
}, "strip", import("zod").ZodTypeAny, {
|
162190
|
+
url: string;
|
162191
|
+
}, {
|
162192
|
+
url: string;
|
162193
|
+
}>;
|
162194
|
+
}, "strip", import("zod").ZodTypeAny, {
|
162195
|
+
data: {
|
162196
|
+
url: string;
|
162197
|
+
};
|
162198
|
+
}, {
|
162199
|
+
data: {
|
162200
|
+
url: string;
|
162201
|
+
};
|
162202
|
+
}>;
|
161779
162203
|
}, "strip", import("zod").ZodTypeAny, {
|
161780
162204
|
id: string;
|
161781
162205
|
name: string;
|
162206
|
+
picture: {
|
162207
|
+
data: {
|
162208
|
+
url: string;
|
162209
|
+
};
|
162210
|
+
};
|
161782
162211
|
category: string;
|
161783
162212
|
access_token: string;
|
161784
162213
|
category_list: {
|
@@ -161789,6 +162218,11 @@ export declare const platformMessengerContract: {
|
|
161789
162218
|
}, {
|
161790
162219
|
id: string;
|
161791
162220
|
name: string;
|
162221
|
+
picture: {
|
162222
|
+
data: {
|
162223
|
+
url: string;
|
162224
|
+
};
|
162225
|
+
};
|
161792
162226
|
category: string;
|
161793
162227
|
access_token: string;
|
161794
162228
|
category_list: {
|
@@ -161823,6 +162257,11 @@ export declare const platformMessengerContract: {
|
|
161823
162257
|
data: {
|
161824
162258
|
id: string;
|
161825
162259
|
name: string;
|
162260
|
+
picture: {
|
162261
|
+
data: {
|
162262
|
+
url: string;
|
162263
|
+
};
|
162264
|
+
};
|
161826
162265
|
category: string;
|
161827
162266
|
access_token: string;
|
161828
162267
|
category_list: {
|
@@ -161842,6 +162281,11 @@ export declare const platformMessengerContract: {
|
|
161842
162281
|
data: {
|
161843
162282
|
id: string;
|
161844
162283
|
name: string;
|
162284
|
+
picture: {
|
162285
|
+
data: {
|
162286
|
+
url: string;
|
162287
|
+
};
|
162288
|
+
};
|
161845
162289
|
category: string;
|
161846
162290
|
access_token: string;
|
161847
162291
|
category_list: {
|
@@ -264439,9 +264883,31 @@ export declare const channelSettingContract: {
|
|
264439
264883
|
id: import("zod").ZodString;
|
264440
264884
|
name: import("zod").ZodString;
|
264441
264885
|
tasks: import("zod").ZodArray<import("zod").ZodString, "many">;
|
264886
|
+
picture: import("zod").ZodObject<{
|
264887
|
+
data: import("zod").ZodObject<{
|
264888
|
+
url: import("zod").ZodString;
|
264889
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264890
|
+
url: string;
|
264891
|
+
}, {
|
264892
|
+
url: string;
|
264893
|
+
}>;
|
264894
|
+
}, "strip", import("zod").ZodTypeAny, {
|
264895
|
+
data: {
|
264896
|
+
url: string;
|
264897
|
+
};
|
264898
|
+
}, {
|
264899
|
+
data: {
|
264900
|
+
url: string;
|
264901
|
+
};
|
264902
|
+
}>;
|
264442
264903
|
}, "strip", import("zod").ZodTypeAny, {
|
264443
264904
|
id: string;
|
264444
264905
|
name: string;
|
264906
|
+
picture: {
|
264907
|
+
data: {
|
264908
|
+
url: string;
|
264909
|
+
};
|
264910
|
+
};
|
264445
264911
|
category: string;
|
264446
264912
|
access_token: string;
|
264447
264913
|
category_list: {
|
@@ -264452,6 +264918,11 @@ export declare const channelSettingContract: {
|
|
264452
264918
|
}, {
|
264453
264919
|
id: string;
|
264454
264920
|
name: string;
|
264921
|
+
picture: {
|
264922
|
+
data: {
|
264923
|
+
url: string;
|
264924
|
+
};
|
264925
|
+
};
|
264455
264926
|
category: string;
|
264456
264927
|
access_token: string;
|
264457
264928
|
category_list: {
|
@@ -264486,6 +264957,11 @@ export declare const channelSettingContract: {
|
|
264486
264957
|
data: {
|
264487
264958
|
id: string;
|
264488
264959
|
name: string;
|
264960
|
+
picture: {
|
264961
|
+
data: {
|
264962
|
+
url: string;
|
264963
|
+
};
|
264964
|
+
};
|
264489
264965
|
category: string;
|
264490
264966
|
access_token: string;
|
264491
264967
|
category_list: {
|
@@ -264504,6 +264980,11 @@ export declare const channelSettingContract: {
|
|
264504
264980
|
data: {
|
264505
264981
|
id: string;
|
264506
264982
|
name: string;
|
264983
|
+
picture: {
|
264984
|
+
data: {
|
264985
|
+
url: string;
|
264986
|
+
};
|
264987
|
+
};
|
264507
264988
|
category: string;
|
264508
264989
|
access_token: string;
|
264509
264990
|
category_list: {
|
@@ -264524,6 +265005,11 @@ export declare const channelSettingContract: {
|
|
264524
265005
|
data: {
|
264525
265006
|
id: string;
|
264526
265007
|
name: string;
|
265008
|
+
picture: {
|
265009
|
+
data: {
|
265010
|
+
url: string;
|
265011
|
+
};
|
265012
|
+
};
|
264527
265013
|
category: string;
|
264528
265014
|
access_token: string;
|
264529
265015
|
category_list: {
|
@@ -264545,6 +265031,11 @@ export declare const channelSettingContract: {
|
|
264545
265031
|
data: {
|
264546
265032
|
id: string;
|
264547
265033
|
name: string;
|
265034
|
+
picture: {
|
265035
|
+
data: {
|
265036
|
+
url: string;
|
265037
|
+
};
|
265038
|
+
};
|
264548
265039
|
category: string;
|
264549
265040
|
access_token: string;
|
264550
265041
|
category_list: {
|
@@ -264609,23 +265100,252 @@ export declare const channelSettingContract: {
|
|
264609
265100
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
264610
265101
|
id: import("zod").ZodString;
|
264611
265102
|
name: import("zod").ZodString;
|
265103
|
+
profile_picture_uri: import("zod").ZodString;
|
265104
|
+
owned_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
265105
|
+
data: import("zod").ZodArray<import("zod").ZodObject<{
|
265106
|
+
id: import("zod").ZodString;
|
265107
|
+
name: import("zod").ZodString;
|
265108
|
+
access_token: import("zod").ZodString;
|
265109
|
+
picture: import("zod").ZodObject<{
|
265110
|
+
data: import("zod").ZodObject<{
|
265111
|
+
url: import("zod").ZodString;
|
265112
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265113
|
+
url: string;
|
265114
|
+
}, {
|
265115
|
+
url: string;
|
265116
|
+
}>;
|
265117
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265118
|
+
data: {
|
265119
|
+
url: string;
|
265120
|
+
};
|
265121
|
+
}, {
|
265122
|
+
data: {
|
265123
|
+
url: string;
|
265124
|
+
};
|
265125
|
+
}>;
|
265126
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265127
|
+
id: string;
|
265128
|
+
name: string;
|
265129
|
+
picture: {
|
265130
|
+
data: {
|
265131
|
+
url: string;
|
265132
|
+
};
|
265133
|
+
};
|
265134
|
+
access_token: string;
|
265135
|
+
}, {
|
265136
|
+
id: string;
|
265137
|
+
name: string;
|
265138
|
+
picture: {
|
265139
|
+
data: {
|
265140
|
+
url: string;
|
265141
|
+
};
|
265142
|
+
};
|
265143
|
+
access_token: string;
|
265144
|
+
}>, "many">;
|
265145
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265146
|
+
data: {
|
265147
|
+
id: string;
|
265148
|
+
name: string;
|
265149
|
+
picture: {
|
265150
|
+
data: {
|
265151
|
+
url: string;
|
265152
|
+
};
|
265153
|
+
};
|
265154
|
+
access_token: string;
|
265155
|
+
}[];
|
265156
|
+
}, {
|
265157
|
+
data: {
|
265158
|
+
id: string;
|
265159
|
+
name: string;
|
265160
|
+
picture: {
|
265161
|
+
data: {
|
265162
|
+
url: string;
|
265163
|
+
};
|
265164
|
+
};
|
265165
|
+
access_token: string;
|
265166
|
+
}[];
|
265167
|
+
}>>;
|
265168
|
+
client_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
265169
|
+
data: import("zod").ZodArray<import("zod").ZodObject<{
|
265170
|
+
id: import("zod").ZodString;
|
265171
|
+
name: import("zod").ZodString;
|
265172
|
+
access_token: import("zod").ZodString;
|
265173
|
+
picture: import("zod").ZodObject<{
|
265174
|
+
data: import("zod").ZodObject<{
|
265175
|
+
url: import("zod").ZodString;
|
265176
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265177
|
+
url: string;
|
265178
|
+
}, {
|
265179
|
+
url: string;
|
265180
|
+
}>;
|
265181
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265182
|
+
data: {
|
265183
|
+
url: string;
|
265184
|
+
};
|
265185
|
+
}, {
|
265186
|
+
data: {
|
265187
|
+
url: string;
|
265188
|
+
};
|
265189
|
+
}>;
|
265190
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265191
|
+
id: string;
|
265192
|
+
name: string;
|
265193
|
+
picture: {
|
265194
|
+
data: {
|
265195
|
+
url: string;
|
265196
|
+
};
|
265197
|
+
};
|
265198
|
+
access_token: string;
|
265199
|
+
}, {
|
265200
|
+
id: string;
|
265201
|
+
name: string;
|
265202
|
+
picture: {
|
265203
|
+
data: {
|
265204
|
+
url: string;
|
265205
|
+
};
|
265206
|
+
};
|
265207
|
+
access_token: string;
|
265208
|
+
}>, "many">;
|
265209
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265210
|
+
data: {
|
265211
|
+
id: string;
|
265212
|
+
name: string;
|
265213
|
+
picture: {
|
265214
|
+
data: {
|
265215
|
+
url: string;
|
265216
|
+
};
|
265217
|
+
};
|
265218
|
+
access_token: string;
|
265219
|
+
}[];
|
265220
|
+
}, {
|
265221
|
+
data: {
|
265222
|
+
id: string;
|
265223
|
+
name: string;
|
265224
|
+
picture: {
|
265225
|
+
data: {
|
265226
|
+
url: string;
|
265227
|
+
};
|
265228
|
+
};
|
265229
|
+
access_token: string;
|
265230
|
+
}[];
|
265231
|
+
}>>;
|
264612
265232
|
}, "strip", import("zod").ZodTypeAny, {
|
264613
265233
|
id: string;
|
264614
265234
|
name: string;
|
265235
|
+
profile_picture_uri: string;
|
265236
|
+
owned_pages?: {
|
265237
|
+
data: {
|
265238
|
+
id: string;
|
265239
|
+
name: string;
|
265240
|
+
picture: {
|
265241
|
+
data: {
|
265242
|
+
url: string;
|
265243
|
+
};
|
265244
|
+
};
|
265245
|
+
access_token: string;
|
265246
|
+
}[];
|
265247
|
+
} | undefined;
|
265248
|
+
client_pages?: {
|
265249
|
+
data: {
|
265250
|
+
id: string;
|
265251
|
+
name: string;
|
265252
|
+
picture: {
|
265253
|
+
data: {
|
265254
|
+
url: string;
|
265255
|
+
};
|
265256
|
+
};
|
265257
|
+
access_token: string;
|
265258
|
+
}[];
|
265259
|
+
} | undefined;
|
264615
265260
|
}, {
|
264616
265261
|
id: string;
|
264617
265262
|
name: string;
|
265263
|
+
profile_picture_uri: string;
|
265264
|
+
owned_pages?: {
|
265265
|
+
data: {
|
265266
|
+
id: string;
|
265267
|
+
name: string;
|
265268
|
+
picture: {
|
265269
|
+
data: {
|
265270
|
+
url: string;
|
265271
|
+
};
|
265272
|
+
};
|
265273
|
+
access_token: string;
|
265274
|
+
}[];
|
265275
|
+
} | undefined;
|
265276
|
+
client_pages?: {
|
265277
|
+
data: {
|
265278
|
+
id: string;
|
265279
|
+
name: string;
|
265280
|
+
picture: {
|
265281
|
+
data: {
|
265282
|
+
url: string;
|
265283
|
+
};
|
265284
|
+
};
|
265285
|
+
access_token: string;
|
265286
|
+
}[];
|
265287
|
+
} | undefined;
|
264618
265288
|
}>, "many">;
|
264619
265289
|
}, "strip", import("zod").ZodTypeAny, {
|
264620
265290
|
data: {
|
264621
265291
|
id: string;
|
264622
265292
|
name: string;
|
265293
|
+
profile_picture_uri: string;
|
265294
|
+
owned_pages?: {
|
265295
|
+
data: {
|
265296
|
+
id: string;
|
265297
|
+
name: string;
|
265298
|
+
picture: {
|
265299
|
+
data: {
|
265300
|
+
url: string;
|
265301
|
+
};
|
265302
|
+
};
|
265303
|
+
access_token: string;
|
265304
|
+
}[];
|
265305
|
+
} | undefined;
|
265306
|
+
client_pages?: {
|
265307
|
+
data: {
|
265308
|
+
id: string;
|
265309
|
+
name: string;
|
265310
|
+
picture: {
|
265311
|
+
data: {
|
265312
|
+
url: string;
|
265313
|
+
};
|
265314
|
+
};
|
265315
|
+
access_token: string;
|
265316
|
+
}[];
|
265317
|
+
} | undefined;
|
264623
265318
|
}[];
|
264624
265319
|
requestId: string;
|
264625
265320
|
}, {
|
264626
265321
|
data: {
|
264627
265322
|
id: string;
|
264628
265323
|
name: string;
|
265324
|
+
profile_picture_uri: string;
|
265325
|
+
owned_pages?: {
|
265326
|
+
data: {
|
265327
|
+
id: string;
|
265328
|
+
name: string;
|
265329
|
+
picture: {
|
265330
|
+
data: {
|
265331
|
+
url: string;
|
265332
|
+
};
|
265333
|
+
};
|
265334
|
+
access_token: string;
|
265335
|
+
}[];
|
265336
|
+
} | undefined;
|
265337
|
+
client_pages?: {
|
265338
|
+
data: {
|
265339
|
+
id: string;
|
265340
|
+
name: string;
|
265341
|
+
picture: {
|
265342
|
+
data: {
|
265343
|
+
url: string;
|
265344
|
+
};
|
265345
|
+
};
|
265346
|
+
access_token: string;
|
265347
|
+
}[];
|
265348
|
+
} | undefined;
|
264629
265349
|
}[];
|
264630
265350
|
requestId: string;
|
264631
265351
|
}>;
|
@@ -264676,133 +265396,252 @@ export declare const channelSettingContract: {
|
|
264676
265396
|
data: import("zod").ZodObject<{
|
264677
265397
|
id: import("zod").ZodString;
|
264678
265398
|
name: import("zod").ZodString;
|
264679
|
-
|
265399
|
+
profile_picture_uri: import("zod").ZodString;
|
265400
|
+
owned_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
264680
265401
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
264681
265402
|
id: import("zod").ZodString;
|
264682
265403
|
name: import("zod").ZodString;
|
264683
265404
|
access_token: import("zod").ZodString;
|
265405
|
+
picture: import("zod").ZodObject<{
|
265406
|
+
data: import("zod").ZodObject<{
|
265407
|
+
url: import("zod").ZodString;
|
265408
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265409
|
+
url: string;
|
265410
|
+
}, {
|
265411
|
+
url: string;
|
265412
|
+
}>;
|
265413
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265414
|
+
data: {
|
265415
|
+
url: string;
|
265416
|
+
};
|
265417
|
+
}, {
|
265418
|
+
data: {
|
265419
|
+
url: string;
|
265420
|
+
};
|
265421
|
+
}>;
|
264684
265422
|
}, "strip", import("zod").ZodTypeAny, {
|
264685
265423
|
id: string;
|
264686
265424
|
name: string;
|
265425
|
+
picture: {
|
265426
|
+
data: {
|
265427
|
+
url: string;
|
265428
|
+
};
|
265429
|
+
};
|
264687
265430
|
access_token: string;
|
264688
265431
|
}, {
|
264689
265432
|
id: string;
|
264690
265433
|
name: string;
|
265434
|
+
picture: {
|
265435
|
+
data: {
|
265436
|
+
url: string;
|
265437
|
+
};
|
265438
|
+
};
|
264691
265439
|
access_token: string;
|
264692
265440
|
}>, "many">;
|
264693
265441
|
}, "strip", import("zod").ZodTypeAny, {
|
264694
265442
|
data: {
|
264695
265443
|
id: string;
|
264696
265444
|
name: string;
|
265445
|
+
picture: {
|
265446
|
+
data: {
|
265447
|
+
url: string;
|
265448
|
+
};
|
265449
|
+
};
|
264697
265450
|
access_token: string;
|
264698
265451
|
}[];
|
264699
265452
|
}, {
|
264700
265453
|
data: {
|
264701
265454
|
id: string;
|
264702
265455
|
name: string;
|
265456
|
+
picture: {
|
265457
|
+
data: {
|
265458
|
+
url: string;
|
265459
|
+
};
|
265460
|
+
};
|
264703
265461
|
access_token: string;
|
264704
265462
|
}[];
|
264705
|
-
}
|
264706
|
-
client_pages: import("zod").ZodObject<{
|
265463
|
+
}>>;
|
265464
|
+
client_pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
264707
265465
|
data: import("zod").ZodArray<import("zod").ZodObject<{
|
264708
265466
|
id: import("zod").ZodString;
|
264709
265467
|
name: import("zod").ZodString;
|
264710
265468
|
access_token: import("zod").ZodString;
|
265469
|
+
picture: import("zod").ZodObject<{
|
265470
|
+
data: import("zod").ZodObject<{
|
265471
|
+
url: import("zod").ZodString;
|
265472
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265473
|
+
url: string;
|
265474
|
+
}, {
|
265475
|
+
url: string;
|
265476
|
+
}>;
|
265477
|
+
}, "strip", import("zod").ZodTypeAny, {
|
265478
|
+
data: {
|
265479
|
+
url: string;
|
265480
|
+
};
|
265481
|
+
}, {
|
265482
|
+
data: {
|
265483
|
+
url: string;
|
265484
|
+
};
|
265485
|
+
}>;
|
264711
265486
|
}, "strip", import("zod").ZodTypeAny, {
|
264712
265487
|
id: string;
|
264713
265488
|
name: string;
|
265489
|
+
picture: {
|
265490
|
+
data: {
|
265491
|
+
url: string;
|
265492
|
+
};
|
265493
|
+
};
|
264714
265494
|
access_token: string;
|
264715
265495
|
}, {
|
264716
265496
|
id: string;
|
264717
265497
|
name: string;
|
265498
|
+
picture: {
|
265499
|
+
data: {
|
265500
|
+
url: string;
|
265501
|
+
};
|
265502
|
+
};
|
264718
265503
|
access_token: string;
|
264719
265504
|
}>, "many">;
|
264720
265505
|
}, "strip", import("zod").ZodTypeAny, {
|
264721
265506
|
data: {
|
264722
265507
|
id: string;
|
264723
265508
|
name: string;
|
265509
|
+
picture: {
|
265510
|
+
data: {
|
265511
|
+
url: string;
|
265512
|
+
};
|
265513
|
+
};
|
264724
265514
|
access_token: string;
|
264725
265515
|
}[];
|
264726
265516
|
}, {
|
264727
265517
|
data: {
|
264728
265518
|
id: string;
|
264729
265519
|
name: string;
|
265520
|
+
picture: {
|
265521
|
+
data: {
|
265522
|
+
url: string;
|
265523
|
+
};
|
265524
|
+
};
|
264730
265525
|
access_token: string;
|
264731
265526
|
}[];
|
264732
|
-
}
|
265527
|
+
}>>;
|
264733
265528
|
}, "strip", import("zod").ZodTypeAny, {
|
264734
265529
|
id: string;
|
264735
265530
|
name: string;
|
264736
|
-
|
265531
|
+
profile_picture_uri: string;
|
265532
|
+
owned_pages?: {
|
264737
265533
|
data: {
|
264738
265534
|
id: string;
|
264739
265535
|
name: string;
|
265536
|
+
picture: {
|
265537
|
+
data: {
|
265538
|
+
url: string;
|
265539
|
+
};
|
265540
|
+
};
|
264740
265541
|
access_token: string;
|
264741
265542
|
}[];
|
264742
|
-
};
|
264743
|
-
client_pages
|
265543
|
+
} | undefined;
|
265544
|
+
client_pages?: {
|
264744
265545
|
data: {
|
264745
265546
|
id: string;
|
264746
265547
|
name: string;
|
265548
|
+
picture: {
|
265549
|
+
data: {
|
265550
|
+
url: string;
|
265551
|
+
};
|
265552
|
+
};
|
264747
265553
|
access_token: string;
|
264748
265554
|
}[];
|
264749
|
-
};
|
265555
|
+
} | undefined;
|
264750
265556
|
}, {
|
264751
265557
|
id: string;
|
264752
265558
|
name: string;
|
264753
|
-
|
265559
|
+
profile_picture_uri: string;
|
265560
|
+
owned_pages?: {
|
264754
265561
|
data: {
|
264755
265562
|
id: string;
|
264756
265563
|
name: string;
|
265564
|
+
picture: {
|
265565
|
+
data: {
|
265566
|
+
url: string;
|
265567
|
+
};
|
265568
|
+
};
|
264757
265569
|
access_token: string;
|
264758
265570
|
}[];
|
264759
|
-
};
|
264760
|
-
client_pages
|
265571
|
+
} | undefined;
|
265572
|
+
client_pages?: {
|
264761
265573
|
data: {
|
264762
265574
|
id: string;
|
264763
265575
|
name: string;
|
265576
|
+
picture: {
|
265577
|
+
data: {
|
265578
|
+
url: string;
|
265579
|
+
};
|
265580
|
+
};
|
264764
265581
|
access_token: string;
|
264765
265582
|
}[];
|
264766
|
-
};
|
265583
|
+
} | undefined;
|
264767
265584
|
}>;
|
264768
265585
|
}, "strip", import("zod").ZodTypeAny, {
|
264769
265586
|
data: {
|
264770
265587
|
id: string;
|
264771
265588
|
name: string;
|
264772
|
-
|
265589
|
+
profile_picture_uri: string;
|
265590
|
+
owned_pages?: {
|
264773
265591
|
data: {
|
264774
265592
|
id: string;
|
264775
265593
|
name: string;
|
265594
|
+
picture: {
|
265595
|
+
data: {
|
265596
|
+
url: string;
|
265597
|
+
};
|
265598
|
+
};
|
264776
265599
|
access_token: string;
|
264777
265600
|
}[];
|
264778
|
-
};
|
264779
|
-
client_pages
|
265601
|
+
} | undefined;
|
265602
|
+
client_pages?: {
|
264780
265603
|
data: {
|
264781
265604
|
id: string;
|
264782
265605
|
name: string;
|
265606
|
+
picture: {
|
265607
|
+
data: {
|
265608
|
+
url: string;
|
265609
|
+
};
|
265610
|
+
};
|
264783
265611
|
access_token: string;
|
264784
265612
|
}[];
|
264785
|
-
};
|
265613
|
+
} | undefined;
|
264786
265614
|
};
|
264787
265615
|
requestId: string;
|
264788
265616
|
}, {
|
264789
265617
|
data: {
|
264790
265618
|
id: string;
|
264791
265619
|
name: string;
|
264792
|
-
|
265620
|
+
profile_picture_uri: string;
|
265621
|
+
owned_pages?: {
|
264793
265622
|
data: {
|
264794
265623
|
id: string;
|
264795
265624
|
name: string;
|
265625
|
+
picture: {
|
265626
|
+
data: {
|
265627
|
+
url: string;
|
265628
|
+
};
|
265629
|
+
};
|
264796
265630
|
access_token: string;
|
264797
265631
|
}[];
|
264798
|
-
};
|
264799
|
-
client_pages
|
265632
|
+
} | undefined;
|
265633
|
+
client_pages?: {
|
264800
265634
|
data: {
|
264801
265635
|
id: string;
|
264802
265636
|
name: string;
|
265637
|
+
picture: {
|
265638
|
+
data: {
|
265639
|
+
url: string;
|
265640
|
+
};
|
265641
|
+
};
|
264803
265642
|
access_token: string;
|
264804
265643
|
}[];
|
264805
|
-
};
|
265644
|
+
} | undefined;
|
264806
265645
|
};
|
264807
265646
|
requestId: string;
|
264808
265647
|
}>;
|