@vinikjkkj/wa-mex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +68 -0
- package/index.d.ts +4148 -0
- package/index.js +261 -0
- package/package.json +53 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,4148 @@
|
|
|
1
|
+
// AUTO-GENERATED — do not edit. Regenerated daily by wa-spec.
|
|
2
|
+
// WhatsApp Version: 2.3000.1040072419
|
|
3
|
+
|
|
4
|
+
export interface WaMexPersistId {
|
|
5
|
+
readonly docId: string
|
|
6
|
+
readonly clientDocId: string
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface WaMexOperationSchema<
|
|
10
|
+
K extends 'query' | 'mutation' = 'query' | 'mutation',
|
|
11
|
+
V extends ReadonlyArray<string> = ReadonlyArray<string>
|
|
12
|
+
> {
|
|
13
|
+
readonly operationKind: K
|
|
14
|
+
readonly variables: V
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export declare const WA_MEX_PERSIST_IDS: {
|
|
18
|
+
readonly ACSServerProviderConfig: WaMexPersistId
|
|
19
|
+
readonly ACSServerProviderIssuance: WaMexPersistId
|
|
20
|
+
readonly AcceptNewsletterAdminInvite: WaMexPersistId
|
|
21
|
+
readonly AiAgentAutoReplyControl: WaMexPersistId
|
|
22
|
+
readonly AuthAgentFeaturePolicy: WaMexPersistId
|
|
23
|
+
readonly BPAccessTokenAndSessionCookies: WaMexPersistId
|
|
24
|
+
readonly BizCreateOrder: WaMexPersistId
|
|
25
|
+
readonly BizCustomUrlGetUserGraphql: WaMexPersistId
|
|
26
|
+
readonly BizGetCategories: WaMexPersistId
|
|
27
|
+
readonly BizGetCategoriesV2: WaMexPersistId
|
|
28
|
+
readonly BizGetCustomUrlUserGraphql: WaMexPersistId
|
|
29
|
+
readonly BizGetMerchantCompliance: WaMexPersistId
|
|
30
|
+
readonly BizGetPriceTiers: WaMexPersistId
|
|
31
|
+
readonly BizGetProfileShimlinks: WaMexPersistId
|
|
32
|
+
readonly BizGraphQLRefreshCart: WaMexPersistId
|
|
33
|
+
readonly BizProfileAddressAutocomplete: WaMexPersistId
|
|
34
|
+
readonly BizQueryOrder: WaMexPersistId
|
|
35
|
+
readonly BizSetMerchantCompliance: WaMexPersistId
|
|
36
|
+
readonly CachedToken: WaMexPersistId
|
|
37
|
+
readonly CanonicalUserValid: WaMexPersistId
|
|
38
|
+
readonly ChangeNewsletterOwner: WaMexPersistId
|
|
39
|
+
readonly ConsumerFetchQuickPromotions: WaMexPersistId
|
|
40
|
+
readonly ConsumerQuickPromotionActionGraphQL: WaMexPersistId
|
|
41
|
+
readonly CreateInviteCode: WaMexPersistId
|
|
42
|
+
readonly CreateMarketingCampaignAction: WaMexPersistId
|
|
43
|
+
readonly CreateNewsletter: WaMexPersistId
|
|
44
|
+
readonly CreateNewsletterAdminInvite: WaMexPersistId
|
|
45
|
+
readonly CreateReportAppeal: WaMexPersistId
|
|
46
|
+
readonly CreateWhatsAppAdsIdentity: WaMexPersistId
|
|
47
|
+
readonly CustomLabel3pdEvent: WaMexPersistId
|
|
48
|
+
readonly DeleteNewsletter: WaMexPersistId
|
|
49
|
+
readonly DemoteNewsletterAdmin: WaMexPersistId
|
|
50
|
+
readonly EditBizProfile: WaMexPersistId
|
|
51
|
+
readonly ExternalCtxAuthoriseWAChat: WaMexPersistId
|
|
52
|
+
readonly FetchAboutStatus: WaMexPersistId
|
|
53
|
+
readonly FetchAdEntryPointsConfiguration: WaMexPersistId
|
|
54
|
+
readonly FetchAdEntryPointsConfigurationM1: WaMexPersistId
|
|
55
|
+
readonly FetchAllNewslettersMetadata: WaMexPersistId
|
|
56
|
+
readonly FetchAllSubgroups: WaMexPersistId
|
|
57
|
+
readonly FetchBotProfilesGQL: WaMexPersistId
|
|
58
|
+
readonly FetchDynamicAIModes: WaMexPersistId
|
|
59
|
+
readonly FetchGroupInfo: WaMexPersistId
|
|
60
|
+
readonly FetchGroupInfoIncludBots: WaMexPersistId
|
|
61
|
+
readonly FetchGroupInviteCode: WaMexPersistId
|
|
62
|
+
readonly FetchGroupIsInternal: WaMexPersistId
|
|
63
|
+
readonly FetchIntegritySignals: WaMexPersistId
|
|
64
|
+
readonly FetchNativeAdsMvpEligibility: WaMexPersistId
|
|
65
|
+
readonly FetchNewChatMessageCappingInfo: WaMexPersistId
|
|
66
|
+
readonly FetchNewsletter: WaMexPersistId
|
|
67
|
+
readonly FetchNewsletterAdminCapabilities: WaMexPersistId
|
|
68
|
+
readonly FetchNewsletterAdminInfo: WaMexPersistId
|
|
69
|
+
readonly FetchNewsletterDehydrated: WaMexPersistId
|
|
70
|
+
readonly FetchNewsletterDirectoryCategoriesPreview: WaMexPersistId
|
|
71
|
+
readonly FetchNewsletterDirectoryList: WaMexPersistId
|
|
72
|
+
readonly FetchNewsletterDirectorySearchResults: WaMexPersistId
|
|
73
|
+
readonly FetchNewsletterEnforcements: WaMexPersistId
|
|
74
|
+
readonly FetchNewsletterFollowers: WaMexPersistId
|
|
75
|
+
readonly FetchNewsletterInsights: WaMexPersistId
|
|
76
|
+
readonly FetchNewsletterIsDomainPreviewable: WaMexPersistId
|
|
77
|
+
readonly FetchNewsletterMessageReactionSenderList: WaMexPersistId
|
|
78
|
+
readonly FetchNewsletterPendingInvites: WaMexPersistId
|
|
79
|
+
readonly FetchNewsletterPollVoters: WaMexPersistId
|
|
80
|
+
readonly FetchNewsletterReports: WaMexPersistId
|
|
81
|
+
readonly FetchOHAIKeyConfig: WaMexPersistId
|
|
82
|
+
readonly FetchOIDCState: WaMexPersistId
|
|
83
|
+
readonly FetchPlaintextLinkPreview: WaMexPersistId
|
|
84
|
+
readonly FetchQuickPromotions: WaMexPersistId
|
|
85
|
+
readonly FetchReachoutTimelock: WaMexPersistId
|
|
86
|
+
readonly FetchRecommendedNewsletters: WaMexPersistId
|
|
87
|
+
readonly FetchSimilarNewsletters: WaMexPersistId
|
|
88
|
+
readonly FetchSubgroupSuggestions: WaMexPersistId
|
|
89
|
+
readonly FetchSubscriptionEntryPoints: WaMexPersistId
|
|
90
|
+
readonly FetchSubscriptions: WaMexPersistId
|
|
91
|
+
readonly FetchTextStatusList: WaMexPersistId
|
|
92
|
+
readonly GetAccessTokenFromOIDCCode: WaMexPersistId
|
|
93
|
+
readonly GetAccountNonce: WaMexPersistId
|
|
94
|
+
readonly GetDsbInfo: WaMexPersistId
|
|
95
|
+
readonly GetFBAccountPages: WaMexPersistId
|
|
96
|
+
readonly GetNumbersForBrandIds: WaMexPersistId
|
|
97
|
+
readonly GetPrivacyLists: WaMexPersistId
|
|
98
|
+
readonly GetPrivacySettings: WaMexPersistId
|
|
99
|
+
readonly GetUsername: WaMexPersistId
|
|
100
|
+
readonly GetWAAEligibility: WaMexPersistId
|
|
101
|
+
readonly GraphQLProductCatalogGetPublicKey: WaMexPersistId
|
|
102
|
+
readonly GraphQLVerifyPostcode: WaMexPersistId
|
|
103
|
+
readonly GroupStoreInviteSms: WaMexPersistId
|
|
104
|
+
readonly GroupSuspensionAppeal: WaMexPersistId
|
|
105
|
+
readonly IntegrityChallengeResponse: WaMexPersistId
|
|
106
|
+
readonly JoinNewsletter: WaMexPersistId
|
|
107
|
+
readonly LeaveNewsletter: WaMexPersistId
|
|
108
|
+
readonly LidChangeNotification: WaMexPersistId
|
|
109
|
+
readonly LogNewsletterExposures: WaMexPersistId
|
|
110
|
+
readonly NativeMLModel: WaMexPersistId
|
|
111
|
+
readonly NewsletterAddPaidPartnershipLabel: WaMexPersistId
|
|
112
|
+
readonly QueryCatalog: WaMexPersistId
|
|
113
|
+
readonly QueryCatalogHasCategories: WaMexPersistId
|
|
114
|
+
readonly QueryCatalogProduct: WaMexPersistId
|
|
115
|
+
readonly QueryProductCollections: WaMexPersistId
|
|
116
|
+
readonly QueryProductListCatalog: WaMexPersistId
|
|
117
|
+
readonly QueryProductSingleCollection: WaMexPersistId
|
|
118
|
+
readonly QuerySubgroupParticipantCount: WaMexPersistId
|
|
119
|
+
readonly QuickPromotionAction: WaMexPersistId
|
|
120
|
+
readonly ReportProduct: WaMexPersistId
|
|
121
|
+
readonly RequestClientLogsForBug: WaMexPersistId
|
|
122
|
+
readonly ResolveAccountTypeAndAdPage: WaMexPersistId
|
|
123
|
+
readonly ResolveAccountTypeAndAdPageQuery: WaMexPersistId
|
|
124
|
+
readonly RevokeNewsletterAdminInvite: WaMexPersistId
|
|
125
|
+
readonly SetUsername: WaMexPersistId
|
|
126
|
+
readonly SetUsernameKey: WaMexPersistId
|
|
127
|
+
readonly SignupMetadata: WaMexPersistId
|
|
128
|
+
readonly SupportBugReportSubmit: WaMexPersistId
|
|
129
|
+
readonly SupportContactFormSubmit: WaMexPersistId
|
|
130
|
+
readonly SupportMessageFeedbackSubmit: WaMexPersistId
|
|
131
|
+
readonly TransferCommunityOwnership: WaMexPersistId
|
|
132
|
+
readonly UpdateGroupProperty: WaMexPersistId
|
|
133
|
+
readonly UpdateNewsletter: WaMexPersistId
|
|
134
|
+
readonly UpdateNewsletterUserSetting: WaMexPersistId
|
|
135
|
+
readonly UpdateTextStatus: WaMexPersistId
|
|
136
|
+
readonly UsernameAvailability: WaMexPersistId
|
|
137
|
+
readonly Usync: WaMexPersistId
|
|
138
|
+
readonly WAAOnboarding: WaMexPersistId
|
|
139
|
+
readonly WaffleFXServiceDataQueryV2: WaMexPersistId
|
|
140
|
+
readonly WaffleFXWAMOUpdateUOOM: WaMexPersistId
|
|
141
|
+
readonly WaffleXE: WaMexPersistId
|
|
142
|
+
readonly useWAWebEstimatedDailyReach: WaMexPersistId
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export declare const WA_MEX_OPERATION_SCHEMAS: {
|
|
146
|
+
readonly ACSServerProviderConfig: WaMexOperationSchema<'query', readonly ['project_name']>
|
|
147
|
+
readonly ACSServerProviderIssuance: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
148
|
+
readonly AcceptNewsletterAdminInvite: WaMexOperationSchema<'mutation', readonly ['newsletter_id']>
|
|
149
|
+
readonly AiAgentAutoReplyControl: WaMexOperationSchema<'mutation', readonly ['consumer_lid', 'phone_number', 'thread_status']>
|
|
150
|
+
readonly AuthAgentFeaturePolicy: WaMexOperationSchema<'query', readonly []>
|
|
151
|
+
readonly BPAccessTokenAndSessionCookies: WaMexOperationSchema<'mutation', readonly ['application_id', 'code']>
|
|
152
|
+
readonly BizCreateOrder: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
153
|
+
readonly BizCustomUrlGetUserGraphql: WaMexOperationSchema<'query', readonly ['data']>
|
|
154
|
+
readonly BizGetCategories: WaMexOperationSchema<'query', readonly ['query_params']>
|
|
155
|
+
readonly BizGetCategoriesV2: WaMexOperationSchema<'query', readonly ['query_params']>
|
|
156
|
+
readonly BizGetCustomUrlUserGraphql: WaMexOperationSchema<'query', readonly ['data']>
|
|
157
|
+
readonly BizGetMerchantCompliance: WaMexOperationSchema<'query', readonly ['request']>
|
|
158
|
+
readonly BizGetPriceTiers: WaMexOperationSchema<'query', readonly ['request']>
|
|
159
|
+
readonly BizGetProfileShimlinks: WaMexOperationSchema<'query', readonly ['bizJid']>
|
|
160
|
+
readonly BizGraphQLRefreshCart: WaMexOperationSchema<'query', readonly ['request']>
|
|
161
|
+
readonly BizProfileAddressAutocomplete: WaMexOperationSchema<'query', readonly ['input']>
|
|
162
|
+
readonly BizQueryOrder: WaMexOperationSchema<'query', readonly ['request']>
|
|
163
|
+
readonly BizSetMerchantCompliance: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
164
|
+
readonly CachedToken: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
165
|
+
readonly CanonicalUserValid: WaMexOperationSchema<'query', readonly []>
|
|
166
|
+
readonly ChangeNewsletterOwner: WaMexOperationSchema<'mutation', readonly ['newsletter_id', 'user_id']>
|
|
167
|
+
readonly ConsumerFetchQuickPromotions: WaMexOperationSchema<'query', readonly ['nux_ids', 'trigger_context']>
|
|
168
|
+
readonly ConsumerQuickPromotionActionGraphQL: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
169
|
+
readonly CreateInviteCode: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
170
|
+
readonly CreateMarketingCampaignAction: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
171
|
+
readonly CreateNewsletter: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
172
|
+
readonly CreateNewsletterAdminInvite: WaMexOperationSchema<'mutation', readonly ['newsletter_id', 'user_id']>
|
|
173
|
+
readonly CreateReportAppeal: WaMexOperationSchema<'mutation', readonly ['reason', 'report_id']>
|
|
174
|
+
readonly CreateWhatsAppAdsIdentity: WaMexOperationSchema<'mutation', readonly ['code', 'phone_number']>
|
|
175
|
+
readonly CustomLabel3pdEvent: WaMexOperationSchema<'query', readonly ['custom_labels', 'expt_group']>
|
|
176
|
+
readonly DeleteNewsletter: WaMexOperationSchema<'mutation', readonly ['newsletter_id']>
|
|
177
|
+
readonly DemoteNewsletterAdmin: WaMexOperationSchema<'mutation', readonly ['newsletter_id', 'user_id']>
|
|
178
|
+
readonly EditBizProfile: WaMexOperationSchema<'mutation', readonly ['input', 'lid']>
|
|
179
|
+
readonly ExternalCtxAuthoriseWAChat: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
180
|
+
readonly FetchAboutStatus: WaMexOperationSchema<'query', readonly ['user']>
|
|
181
|
+
readonly FetchAdEntryPointsConfiguration: WaMexOperationSchema<'query', readonly []>
|
|
182
|
+
readonly FetchAdEntryPointsConfigurationM1: WaMexOperationSchema<'query', readonly []>
|
|
183
|
+
readonly FetchAllNewslettersMetadata: WaMexOperationSchema<'query', readonly ['fetch_status_metadata', 'fetch_wamo_sub']>
|
|
184
|
+
readonly FetchAllSubgroups: WaMexOperationSchema<'query', readonly ['group_id', 'query_context', 'sub_group_hint_id']>
|
|
185
|
+
readonly FetchBotProfilesGQL: WaMexOperationSchema<'query', readonly ['ids']>
|
|
186
|
+
readonly FetchDynamicAIModes: WaMexOperationSchema<'query', readonly []>
|
|
187
|
+
readonly FetchGroupInfo: WaMexOperationSchema<'query', readonly ['id', 'include_username', 'participants_phash', 'query_context']>
|
|
188
|
+
readonly FetchGroupInfoIncludBots: WaMexOperationSchema<'query', readonly ['id', 'include_username', 'participants_phash', 'query_context']>
|
|
189
|
+
readonly FetchGroupInviteCode: WaMexOperationSchema<'query', readonly ['id', 'query_context']>
|
|
190
|
+
readonly FetchGroupIsInternal: WaMexOperationSchema<'query', readonly ['id']>
|
|
191
|
+
readonly FetchIntegritySignals: WaMexOperationSchema<'query', readonly ['input']>
|
|
192
|
+
readonly FetchNativeAdsMvpEligibility: WaMexOperationSchema<'query', readonly ['phone_number']>
|
|
193
|
+
readonly FetchNewChatMessageCappingInfo: WaMexOperationSchema<'query', readonly ['input']>
|
|
194
|
+
readonly FetchNewsletter: WaMexOperationSchema<'query', readonly ['fetch_creation_time', 'fetch_full_image', 'fetch_status_metadata', 'fetch_viewer_metadata', 'fetch_wamo_sub', 'input']>
|
|
195
|
+
readonly FetchNewsletterAdminCapabilities: WaMexOperationSchema<'query', readonly ['newsletter_id']>
|
|
196
|
+
readonly FetchNewsletterAdminInfo: WaMexOperationSchema<'query', readonly ['newsletter_id']>
|
|
197
|
+
readonly FetchNewsletterDehydrated: WaMexOperationSchema<'query', readonly ['fetch_wamo_sub', 'input']>
|
|
198
|
+
readonly FetchNewsletterDirectoryCategoriesPreview: WaMexOperationSchema<'query', readonly ['fetch_status_metadata', 'input']>
|
|
199
|
+
readonly FetchNewsletterDirectoryList: WaMexOperationSchema<'query', readonly ['fetch_status_metadata', 'input']>
|
|
200
|
+
readonly FetchNewsletterDirectorySearchResults: WaMexOperationSchema<'query', readonly ['fetch_status_metadata', 'input']>
|
|
201
|
+
readonly FetchNewsletterEnforcements: WaMexOperationSchema<'query', readonly ['locale', 'newsletter_id']>
|
|
202
|
+
readonly FetchNewsletterFollowers: WaMexOperationSchema<'query', readonly ['input']>
|
|
203
|
+
readonly FetchNewsletterInsights: WaMexOperationSchema<'query', readonly ['input']>
|
|
204
|
+
readonly FetchNewsletterIsDomainPreviewable: WaMexOperationSchema<'query', readonly ['url_domains']>
|
|
205
|
+
readonly FetchNewsletterMessageReactionSenderList: WaMexOperationSchema<'query', readonly ['input']>
|
|
206
|
+
readonly FetchNewsletterPendingInvites: WaMexOperationSchema<'query', readonly ['newsletter_id']>
|
|
207
|
+
readonly FetchNewsletterPollVoters: WaMexOperationSchema<'query', readonly ['input']>
|
|
208
|
+
readonly FetchNewsletterReports: WaMexOperationSchema<'query', readonly []>
|
|
209
|
+
readonly FetchOHAIKeyConfig: WaMexOperationSchema<'query', readonly []>
|
|
210
|
+
readonly FetchOIDCState: WaMexOperationSchema<'query', readonly []>
|
|
211
|
+
readonly FetchPlaintextLinkPreview: WaMexOperationSchema<'query', readonly ['input']>
|
|
212
|
+
readonly FetchQuickPromotions: WaMexOperationSchema<'query', readonly ['nux_ids', 'trigger_context']>
|
|
213
|
+
readonly FetchReachoutTimelock: WaMexOperationSchema<'query', readonly []>
|
|
214
|
+
readonly FetchRecommendedNewsletters: WaMexOperationSchema<'query', readonly ['fetch_status_metadata', 'input']>
|
|
215
|
+
readonly FetchSimilarNewsletters: WaMexOperationSchema<'query', readonly ['fetch_status_metadata', 'input']>
|
|
216
|
+
readonly FetchSubgroupSuggestions: WaMexOperationSchema<'query', readonly ['group_id', 'query_context', 'sub_group_hint_id']>
|
|
217
|
+
readonly FetchSubscriptionEntryPoints: WaMexOperationSchema<'query', readonly []>
|
|
218
|
+
readonly FetchSubscriptions: WaMexOperationSchema<'query', readonly ['data']>
|
|
219
|
+
readonly FetchTextStatusList: WaMexOperationSchema<'query', readonly ['input']>
|
|
220
|
+
readonly GetAccessTokenFromOIDCCode: WaMexOperationSchema<'mutation', readonly ['code', 'state']>
|
|
221
|
+
readonly GetAccountNonce: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
222
|
+
readonly GetDsbInfo: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
223
|
+
readonly GetFBAccountPages: WaMexOperationSchema<'query', readonly ['userId']>
|
|
224
|
+
readonly GetNumbersForBrandIds: WaMexOperationSchema<'query', readonly ['input']>
|
|
225
|
+
readonly GetPrivacyLists: WaMexOperationSchema<'query', readonly ['input']>
|
|
226
|
+
readonly GetPrivacySettings: WaMexOperationSchema<'query', readonly ['input']>
|
|
227
|
+
readonly GetUsername: WaMexOperationSchema<'query', readonly []>
|
|
228
|
+
readonly GetWAAEligibility: WaMexOperationSchema<'query', readonly ['input']>
|
|
229
|
+
readonly GraphQLProductCatalogGetPublicKey: WaMexOperationSchema<'query', readonly ['request']>
|
|
230
|
+
readonly GraphQLVerifyPostcode: WaMexOperationSchema<'query', readonly ['request']>
|
|
231
|
+
readonly GroupStoreInviteSms: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
232
|
+
readonly GroupSuspensionAppeal: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
233
|
+
readonly IntegrityChallengeResponse: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
234
|
+
readonly JoinNewsletter: WaMexOperationSchema<'mutation', readonly ['newsletter_id']>
|
|
235
|
+
readonly LeaveNewsletter: WaMexOperationSchema<'mutation', readonly ['newsletter_id']>
|
|
236
|
+
readonly LidChangeNotification: WaMexOperationSchema<'query', readonly []>
|
|
237
|
+
readonly LogNewsletterExposures: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
238
|
+
readonly NativeMLModel: WaMexOperationSchema<'query', readonly ['client_capability_metadata', 'model_request_metadatas']>
|
|
239
|
+
readonly NewsletterAddPaidPartnershipLabel: WaMexOperationSchema<'mutation', readonly ['message_type', 'newsletter_id', 'server_id']>
|
|
240
|
+
readonly QueryCatalog: WaMexOperationSchema<'query', readonly ['request']>
|
|
241
|
+
readonly QueryCatalogHasCategories: WaMexOperationSchema<'query', readonly ['request']>
|
|
242
|
+
readonly QueryCatalogProduct: WaMexOperationSchema<'query', readonly ['request']>
|
|
243
|
+
readonly QueryProductCollections: WaMexOperationSchema<'query', readonly ['request']>
|
|
244
|
+
readonly QueryProductListCatalog: WaMexOperationSchema<'query', readonly ['request']>
|
|
245
|
+
readonly QueryProductSingleCollection: WaMexOperationSchema<'query', readonly ['request']>
|
|
246
|
+
readonly QuerySubgroupParticipantCount: WaMexOperationSchema<'query', readonly ['input']>
|
|
247
|
+
readonly QuickPromotionAction: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
248
|
+
readonly ReportProduct: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
249
|
+
readonly RequestClientLogsForBug: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
250
|
+
readonly ResolveAccountTypeAndAdPage: WaMexOperationSchema<'mutation', readonly []>
|
|
251
|
+
readonly ResolveAccountTypeAndAdPageQuery: WaMexOperationSchema<'query', readonly ['pageId']>
|
|
252
|
+
readonly RevokeNewsletterAdminInvite: WaMexOperationSchema<'mutation', readonly ['newsletter_id', 'user_id']>
|
|
253
|
+
readonly SetUsername: WaMexOperationSchema<'mutation', readonly ['input', 'reserved', 'session_id', 'source']>
|
|
254
|
+
readonly SetUsernameKey: WaMexOperationSchema<'mutation', readonly ['pin']>
|
|
255
|
+
readonly SignupMetadata: WaMexOperationSchema<'query', readonly ['phone_number', 'signup_id']>
|
|
256
|
+
readonly SupportBugReportSubmit: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
257
|
+
readonly SupportContactFormSubmit: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
258
|
+
readonly SupportMessageFeedbackSubmit: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
259
|
+
readonly TransferCommunityOwnership: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
260
|
+
readonly UpdateGroupProperty: WaMexOperationSchema<'mutation', readonly ['group_id', 'update']>
|
|
261
|
+
readonly UpdateNewsletter: WaMexOperationSchema<'mutation', readonly ['newsletter_id', 'updates']>
|
|
262
|
+
readonly UpdateNewsletterUserSetting: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
263
|
+
readonly UpdateTextStatus: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
264
|
+
readonly UsernameAvailability: WaMexOperationSchema<'query', readonly ['input', 'session_id', 'source']>
|
|
265
|
+
readonly Usync: WaMexOperationSchema<'query', readonly ['include_about_status', 'include_country_code', 'include_username', 'input']>
|
|
266
|
+
readonly WAAOnboarding: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
267
|
+
readonly WaffleFXServiceDataQueryV2: WaMexOperationSchema<'mutation', readonly []>
|
|
268
|
+
readonly WaffleFXWAMOUpdateUOOM: WaMexOperationSchema<'mutation', readonly []>
|
|
269
|
+
readonly WaffleXE: WaMexOperationSchema<'mutation', readonly ['input']>
|
|
270
|
+
readonly useWAWebEstimatedDailyReach: WaMexOperationSchema<'query', readonly ['audienceOptionAudience', 'configuredPlacementSpec', 'currency', 'flow', 'flowID', 'legacyAdAccountID', 'optimizationGoalInput', 'postID', 'targetingSpecAudience']>
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
export type WaMexACSServerProviderConfigVariables = {
|
|
274
|
+
readonly project_name?: unknown
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
export type WaMexACSServerProviderIssuanceVariables = {
|
|
278
|
+
readonly input?: {
|
|
279
|
+
readonly project_name?: unknown
|
|
280
|
+
readonly config_id?: unknown
|
|
281
|
+
readonly issue_element?: unknown
|
|
282
|
+
readonly request_proof?: unknown
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
export type WaMexAcceptNewsletterAdminInviteVariables = {
|
|
287
|
+
readonly newsletter_id?: unknown
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export type WaMexAiAgentAutoReplyControlVariables = {
|
|
291
|
+
readonly consumer_lid?: unknown
|
|
292
|
+
readonly phone_number?: unknown
|
|
293
|
+
readonly thread_status?: unknown
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export type WaMexAuthAgentFeaturePolicyVariables = Readonly<Record<string, never>>
|
|
297
|
+
|
|
298
|
+
export type WaMexBPAccessTokenAndSessionCookiesVariables = {
|
|
299
|
+
readonly application_id?: unknown
|
|
300
|
+
readonly code?: unknown
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export type WaMexBizCreateOrderVariables = {
|
|
304
|
+
readonly input?: {
|
|
305
|
+
readonly order?: {
|
|
306
|
+
readonly jid?: unknown
|
|
307
|
+
readonly products?: unknown
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
export type WaMexBizCustomUrlGetUserGraphqlVariables = {
|
|
313
|
+
readonly data?: {
|
|
314
|
+
readonly custom_url?: {
|
|
315
|
+
readonly path?: unknown
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export type WaMexBizGetCategoriesVariables = {
|
|
321
|
+
readonly query_params?: {
|
|
322
|
+
readonly query?: unknown
|
|
323
|
+
readonly locale?: unknown
|
|
324
|
+
readonly operation?: unknown
|
|
325
|
+
readonly version?: unknown
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export type WaMexBizGetCategoriesV2Variables = {
|
|
330
|
+
readonly query_params?: {
|
|
331
|
+
readonly query?: unknown
|
|
332
|
+
readonly locale?: unknown
|
|
333
|
+
readonly operation?: unknown
|
|
334
|
+
readonly version?: unknown
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export type WaMexBizGetCustomUrlUserGraphqlVariables = {
|
|
339
|
+
readonly data?: {
|
|
340
|
+
readonly custom_url?: {
|
|
341
|
+
readonly path?: unknown
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export type WaMexBizGetMerchantComplianceVariables = {
|
|
347
|
+
readonly request?: unknown
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
export type WaMexBizGetPriceTiersVariables = {
|
|
351
|
+
readonly request?: {
|
|
352
|
+
readonly locale?: unknown
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export type WaMexBizGetProfileShimlinksVariables = {
|
|
357
|
+
readonly bizJid?: unknown
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export type WaMexBizGraphQLRefreshCartVariables = {
|
|
361
|
+
readonly request?: unknown
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export type WaMexBizProfileAddressAutocompleteVariables = {
|
|
365
|
+
readonly input?: {
|
|
366
|
+
readonly center?: unknown
|
|
367
|
+
readonly query?: unknown
|
|
368
|
+
readonly use_case_id?: unknown
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export type WaMexBizQueryOrderVariables = {
|
|
373
|
+
readonly request?: {
|
|
374
|
+
readonly order?: {
|
|
375
|
+
readonly jid?: unknown
|
|
376
|
+
readonly token?: {
|
|
377
|
+
readonly sensitive_string_value?: unknown
|
|
378
|
+
}
|
|
379
|
+
readonly id?: unknown
|
|
380
|
+
readonly image_dimensions?: {
|
|
381
|
+
readonly height?: unknown
|
|
382
|
+
readonly width?: unknown
|
|
383
|
+
}
|
|
384
|
+
readonly direct_connection_encrypted_info?: unknown
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
export type WaMexBizSetMerchantComplianceVariables = {
|
|
390
|
+
readonly input?: unknown
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export type WaMexCachedTokenVariables = {
|
|
394
|
+
readonly input?: {
|
|
395
|
+
readonly client_pub_key?: unknown
|
|
396
|
+
readonly request_id?: unknown
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export type WaMexCanonicalUserValidVariables = Readonly<Record<string, never>>
|
|
401
|
+
|
|
402
|
+
export type WaMexChangeNewsletterOwnerVariables = {
|
|
403
|
+
readonly newsletter_id?: unknown
|
|
404
|
+
readonly user_id?: unknown
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
export type WaMexConsumerFetchQuickPromotionsVariables = {
|
|
408
|
+
readonly nux_ids?: unknown
|
|
409
|
+
readonly trigger_context?: {
|
|
410
|
+
readonly wa_smb_trigger_context?: {
|
|
411
|
+
readonly is_from_wa_smb?: unknown
|
|
412
|
+
readonly app_version?: unknown
|
|
413
|
+
readonly country?: unknown
|
|
414
|
+
readonly locale?: unknown
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export type WaMexConsumerQuickPromotionActionGraphQLVariables = {
|
|
420
|
+
readonly input?: unknown
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export type WaMexCreateInviteCodeVariables = {
|
|
424
|
+
readonly input?: {
|
|
425
|
+
readonly receiver?: unknown
|
|
426
|
+
readonly entry_point?: unknown
|
|
427
|
+
readonly server_send_sms?: unknown
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export type WaMexCreateMarketingCampaignActionVariables = {
|
|
432
|
+
readonly input?: unknown
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
export type WaMexCreateNewsletterVariables = {
|
|
436
|
+
readonly input?: {
|
|
437
|
+
readonly name?: unknown
|
|
438
|
+
readonly description?: unknown
|
|
439
|
+
readonly picture?: unknown
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export type WaMexCreateNewsletterAdminInviteVariables = {
|
|
444
|
+
readonly newsletter_id?: unknown
|
|
445
|
+
readonly user_id?: unknown
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
export type WaMexCreateReportAppealVariables = {
|
|
449
|
+
readonly reason?: unknown
|
|
450
|
+
readonly report_id?: unknown
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export type WaMexCreateWhatsAppAdsIdentityVariables = {
|
|
454
|
+
readonly code?: {
|
|
455
|
+
readonly sensitive_string_value?: unknown
|
|
456
|
+
}
|
|
457
|
+
readonly phone_number?: {
|
|
458
|
+
readonly sensitive_string_value?: unknown
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
export type WaMexCustomLabel3pdEventVariables = {
|
|
463
|
+
readonly custom_labels?: unknown
|
|
464
|
+
readonly expt_group?: unknown
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
export type WaMexDeleteNewsletterVariables = {
|
|
468
|
+
readonly newsletter_id?: unknown
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export type WaMexDemoteNewsletterAdminVariables = {
|
|
472
|
+
readonly newsletter_id?: unknown
|
|
473
|
+
readonly user_id?: unknown
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export type WaMexEditBizProfileVariables = {
|
|
477
|
+
readonly input?: unknown
|
|
478
|
+
readonly lid?: unknown
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export type WaMexExternalCtxAuthoriseWAChatVariables = {
|
|
482
|
+
readonly input?: unknown
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
export type WaMexFetchAboutStatusVariables = {
|
|
486
|
+
readonly user?: {
|
|
487
|
+
readonly user_id?: unknown
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export type WaMexFetchAdEntryPointsConfigurationVariables = Readonly<Record<string, never>>
|
|
492
|
+
|
|
493
|
+
export type WaMexFetchAdEntryPointsConfigurationM1Variables = Readonly<Record<string, never>>
|
|
494
|
+
|
|
495
|
+
export type WaMexFetchAllNewslettersMetadataVariables = {
|
|
496
|
+
readonly fetch_status_metadata?: unknown
|
|
497
|
+
readonly fetch_wamo_sub?: unknown
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
export type WaMexFetchAllSubgroupsVariables = {
|
|
501
|
+
readonly group_id?: unknown
|
|
502
|
+
readonly query_context?: unknown
|
|
503
|
+
readonly sub_group_hint_id?: unknown
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export type WaMexFetchBotProfilesGQLVariables = {
|
|
507
|
+
readonly ids?: unknown
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export type WaMexFetchDynamicAIModesVariables = Readonly<Record<string, never>>
|
|
511
|
+
|
|
512
|
+
export type WaMexFetchGroupInfoVariables = {
|
|
513
|
+
readonly id?: unknown
|
|
514
|
+
readonly include_username?: unknown
|
|
515
|
+
readonly participants_phash?: unknown
|
|
516
|
+
readonly query_context?: unknown
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export type WaMexFetchGroupInfoIncludBotsVariables = {
|
|
520
|
+
readonly id?: unknown
|
|
521
|
+
readonly include_username?: unknown
|
|
522
|
+
readonly participants_phash?: unknown
|
|
523
|
+
readonly query_context?: unknown
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
export type WaMexFetchGroupInviteCodeVariables = {
|
|
527
|
+
readonly id?: unknown
|
|
528
|
+
readonly query_context?: unknown
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export type WaMexFetchGroupIsInternalVariables = {
|
|
532
|
+
readonly id?: unknown
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
export type WaMexFetchIntegritySignalsVariables = {
|
|
536
|
+
readonly input?: {
|
|
537
|
+
readonly query_input?: ReadonlyArray<{
|
|
538
|
+
readonly jid?: unknown
|
|
539
|
+
readonly integrity_signals?: {
|
|
540
|
+
readonly use_case?: unknown
|
|
541
|
+
}
|
|
542
|
+
}>
|
|
543
|
+
readonly telemetry?: {
|
|
544
|
+
readonly context?: unknown
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export type WaMexFetchNativeAdsMvpEligibilityVariables = {
|
|
550
|
+
readonly phone_number?: unknown
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
export type WaMexFetchNewChatMessageCappingInfoVariables = {
|
|
554
|
+
readonly input?: {
|
|
555
|
+
readonly type?: unknown
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export type WaMexFetchNewsletterVariables = {
|
|
560
|
+
readonly fetch_creation_time?: unknown
|
|
561
|
+
readonly fetch_full_image?: unknown
|
|
562
|
+
readonly fetch_status_metadata?: unknown
|
|
563
|
+
readonly fetch_viewer_metadata?: unknown
|
|
564
|
+
readonly fetch_wamo_sub?: unknown
|
|
565
|
+
readonly input?: {
|
|
566
|
+
readonly key?: unknown
|
|
567
|
+
readonly type?: unknown
|
|
568
|
+
readonly view_role?: unknown
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
export type WaMexFetchNewsletterAdminCapabilitiesVariables = {
|
|
573
|
+
readonly newsletter_id?: unknown
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
export type WaMexFetchNewsletterAdminInfoVariables = {
|
|
577
|
+
readonly newsletter_id?: unknown
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
export type WaMexFetchNewsletterDehydratedVariables = {
|
|
581
|
+
readonly fetch_wamo_sub?: unknown
|
|
582
|
+
readonly input?: {
|
|
583
|
+
readonly key?: unknown
|
|
584
|
+
readonly type?: unknown
|
|
585
|
+
readonly view_role?: unknown
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export type WaMexFetchNewsletterDirectoryCategoriesPreviewVariables = {
|
|
590
|
+
readonly fetch_status_metadata?: unknown
|
|
591
|
+
readonly input?: {
|
|
592
|
+
readonly categories?: unknown
|
|
593
|
+
readonly country_code?: unknown
|
|
594
|
+
readonly per_category_limit?: unknown
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
export type WaMexFetchNewsletterDirectoryListVariables = {
|
|
599
|
+
readonly fetch_status_metadata?: unknown
|
|
600
|
+
readonly input?: {
|
|
601
|
+
readonly view?: unknown
|
|
602
|
+
readonly filters?: {
|
|
603
|
+
readonly country_codes?: unknown
|
|
604
|
+
readonly categories?: unknown
|
|
605
|
+
}
|
|
606
|
+
readonly limit?: unknown
|
|
607
|
+
readonly start_cursor?: unknown
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
export type WaMexFetchNewsletterDirectorySearchResultsVariables = {
|
|
612
|
+
readonly fetch_status_metadata?: unknown
|
|
613
|
+
readonly input?: {
|
|
614
|
+
readonly search_text?: unknown
|
|
615
|
+
readonly categories?: unknown
|
|
616
|
+
readonly limit?: unknown
|
|
617
|
+
readonly start_cursor?: unknown
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export type WaMexFetchNewsletterEnforcementsVariables = {
|
|
622
|
+
readonly locale?: unknown
|
|
623
|
+
readonly newsletter_id?: unknown
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export type WaMexFetchNewsletterFollowersVariables = {
|
|
627
|
+
readonly input?: {
|
|
628
|
+
readonly newsletter_id?: unknown
|
|
629
|
+
readonly count?: unknown
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
export type WaMexFetchNewsletterInsightsVariables = {
|
|
634
|
+
readonly input?: {
|
|
635
|
+
readonly newsletter_id?: unknown
|
|
636
|
+
readonly metrics?: unknown
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
export type WaMexFetchNewsletterIsDomainPreviewableVariables = {
|
|
641
|
+
readonly url_domains?: unknown
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
export type WaMexFetchNewsletterMessageReactionSenderListVariables = {
|
|
645
|
+
readonly input?: {
|
|
646
|
+
readonly id?: unknown
|
|
647
|
+
readonly server_id?: unknown
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export type WaMexFetchNewsletterPendingInvitesVariables = {
|
|
652
|
+
readonly newsletter_id?: unknown
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export type WaMexFetchNewsletterPollVotersVariables = {
|
|
656
|
+
readonly input?: {
|
|
657
|
+
readonly limit?: unknown
|
|
658
|
+
readonly server_id?: unknown
|
|
659
|
+
readonly newsletter_id?: unknown
|
|
660
|
+
readonly vote_hash?: unknown
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export type WaMexFetchNewsletterReportsVariables = Readonly<Record<string, never>>
|
|
665
|
+
|
|
666
|
+
export type WaMexFetchOHAIKeyConfigVariables = Readonly<Record<string, never>>
|
|
667
|
+
|
|
668
|
+
export type WaMexFetchOIDCStateVariables = Readonly<Record<string, never>>
|
|
669
|
+
|
|
670
|
+
export type WaMexFetchPlaintextLinkPreviewVariables = {
|
|
671
|
+
readonly input?: {
|
|
672
|
+
readonly url?: unknown
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
export type WaMexFetchQuickPromotionsVariables = {
|
|
677
|
+
readonly nux_ids?: unknown
|
|
678
|
+
readonly trigger_context?: {
|
|
679
|
+
readonly wa_smb_trigger_context?: {
|
|
680
|
+
readonly is_from_wa_smb?: unknown
|
|
681
|
+
readonly app_version?: unknown
|
|
682
|
+
readonly country?: unknown
|
|
683
|
+
readonly locale?: unknown
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
export type WaMexFetchReachoutTimelockVariables = Readonly<Record<string, never>>
|
|
689
|
+
|
|
690
|
+
export type WaMexFetchRecommendedNewslettersVariables = {
|
|
691
|
+
readonly fetch_status_metadata?: unknown
|
|
692
|
+
readonly input?: {
|
|
693
|
+
readonly limit?: unknown
|
|
694
|
+
readonly country_codes?: unknown
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
export type WaMexFetchSimilarNewslettersVariables = {
|
|
699
|
+
readonly fetch_status_metadata?: unknown
|
|
700
|
+
readonly input?: {
|
|
701
|
+
readonly newsletter_id?: unknown
|
|
702
|
+
readonly limit?: unknown
|
|
703
|
+
readonly country_codes?: unknown
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
export type WaMexFetchSubgroupSuggestionsVariables = {
|
|
708
|
+
readonly group_id?: unknown
|
|
709
|
+
readonly query_context?: unknown
|
|
710
|
+
readonly sub_group_hint_id?: unknown
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export type WaMexFetchSubscriptionEntryPointsVariables = Readonly<Record<string, never>>
|
|
714
|
+
|
|
715
|
+
export type WaMexFetchSubscriptionsVariables = {
|
|
716
|
+
readonly data?: {
|
|
717
|
+
readonly platform?: unknown
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
export type WaMexFetchTextStatusListVariables = {
|
|
722
|
+
readonly input?: unknown
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export type WaMexGetAccessTokenFromOIDCCodeVariables = {
|
|
726
|
+
readonly code?: unknown
|
|
727
|
+
readonly state?: unknown
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
export type WaMexGetAccountNonceVariables = {
|
|
731
|
+
readonly input?: {
|
|
732
|
+
readonly identifier?: {
|
|
733
|
+
readonly scope?: unknown
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
export type WaMexGetDsbInfoVariables = {
|
|
739
|
+
readonly input?: {
|
|
740
|
+
readonly entity_id?: unknown
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
export type WaMexGetFBAccountPagesVariables = {
|
|
745
|
+
readonly userId?: unknown
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
export type WaMexGetNumbersForBrandIdsVariables = {
|
|
749
|
+
readonly input?: {
|
|
750
|
+
readonly brand_ids?: unknown
|
|
751
|
+
readonly lid_based_response?: unknown
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
export type WaMexGetPrivacyListsVariables = {
|
|
756
|
+
readonly input?: {
|
|
757
|
+
readonly query_input?: ReadonlyArray<{
|
|
758
|
+
readonly jid?: unknown
|
|
759
|
+
readonly privacy_contact_list_type?: {
|
|
760
|
+
readonly dhash?: unknown
|
|
761
|
+
readonly category?: unknown
|
|
762
|
+
readonly type?: unknown
|
|
763
|
+
}
|
|
764
|
+
}>
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
export type WaMexGetPrivacySettingsVariables = {
|
|
769
|
+
readonly input?: {
|
|
770
|
+
readonly query_input?: ReadonlyArray<{
|
|
771
|
+
readonly jid?: unknown
|
|
772
|
+
readonly privacy_features?: unknown
|
|
773
|
+
}>
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
export type WaMexGetUsernameVariables = Readonly<Record<string, never>>
|
|
778
|
+
|
|
779
|
+
export type WaMexGetWAAEligibilityVariables = {
|
|
780
|
+
readonly input?: {
|
|
781
|
+
readonly flow_id?: unknown
|
|
782
|
+
readonly request_id?: unknown
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
export type WaMexGraphQLProductCatalogGetPublicKeyVariables = {
|
|
787
|
+
readonly request?: {
|
|
788
|
+
readonly public_key?: {
|
|
789
|
+
readonly biz_jid?: unknown
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
export type WaMexGraphQLVerifyPostcodeVariables = {
|
|
795
|
+
readonly request?: {
|
|
796
|
+
readonly verify_postcode?: {
|
|
797
|
+
readonly biz_jid?: unknown
|
|
798
|
+
readonly direct_connection_encrypted_info?: unknown
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
export type WaMexGroupStoreInviteSmsVariables = {
|
|
804
|
+
readonly input?: {
|
|
805
|
+
readonly partcipants?: unknown
|
|
806
|
+
readonly group_jid?: unknown
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
export type WaMexGroupSuspensionAppealVariables = {
|
|
811
|
+
readonly input?: {
|
|
812
|
+
readonly group_jid?: unknown
|
|
813
|
+
readonly appeal_reason?: unknown
|
|
814
|
+
readonly debug_info?: unknown
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
export type WaMexIntegrityChallengeResponseVariables = {
|
|
819
|
+
readonly input?: {
|
|
820
|
+
readonly challenge_type?: unknown
|
|
821
|
+
readonly passkey_response?: {
|
|
822
|
+
readonly signed_challenge?: unknown
|
|
823
|
+
readonly prf_available?: unknown
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
export type WaMexJoinNewsletterVariables = {
|
|
829
|
+
readonly newsletter_id?: unknown
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
export type WaMexLeaveNewsletterVariables = {
|
|
833
|
+
readonly newsletter_id?: unknown
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
export type WaMexLidChangeNotificationVariables = Readonly<Record<string, never>>
|
|
837
|
+
|
|
838
|
+
export type WaMexLogNewsletterExposuresVariables = {
|
|
839
|
+
readonly input?: {
|
|
840
|
+
readonly exposures?: unknown
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
export type WaMexNativeMLModelVariables = {
|
|
845
|
+
readonly client_capability_metadata?: unknown
|
|
846
|
+
readonly model_request_metadatas?: unknown
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
export type WaMexNewsletterAddPaidPartnershipLabelVariables = {
|
|
850
|
+
readonly message_type?: unknown
|
|
851
|
+
readonly newsletter_id?: unknown
|
|
852
|
+
readonly server_id?: unknown
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
export type WaMexQueryCatalogVariables = {
|
|
856
|
+
readonly request?: {
|
|
857
|
+
readonly product_catalog?: {
|
|
858
|
+
readonly jid?: unknown
|
|
859
|
+
readonly allow_shop_source?: unknown
|
|
860
|
+
readonly width?: unknown
|
|
861
|
+
readonly height?: unknown
|
|
862
|
+
readonly direct_connection_encrypted_info?: unknown
|
|
863
|
+
readonly limit?: unknown
|
|
864
|
+
readonly after?: unknown
|
|
865
|
+
readonly catalog_session_id?: unknown
|
|
866
|
+
readonly variant_info_fields?: unknown
|
|
867
|
+
readonly variant_thumbnail_height?: unknown
|
|
868
|
+
readonly variant_thumbnail_width?: unknown
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
export type WaMexQueryCatalogHasCategoriesVariables = {
|
|
874
|
+
readonly request?: {
|
|
875
|
+
readonly categories?: {
|
|
876
|
+
readonly biz_jid?: unknown
|
|
877
|
+
readonly direct_connection_encrypted_info?: unknown
|
|
878
|
+
readonly image_dimensions?: unknown
|
|
879
|
+
readonly catalog_session_id?: unknown
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
export type WaMexQueryCatalogProductVariables = {
|
|
885
|
+
readonly request?: {
|
|
886
|
+
readonly product?: {
|
|
887
|
+
readonly jid?: unknown
|
|
888
|
+
readonly product_id?: unknown
|
|
889
|
+
readonly width?: unknown
|
|
890
|
+
readonly height?: unknown
|
|
891
|
+
readonly fetch_compliance_info?: unknown
|
|
892
|
+
readonly direct_connection_encrypted_info?: unknown
|
|
893
|
+
readonly variant_info_fields?: unknown
|
|
894
|
+
readonly variant_thumbnail_height?: unknown
|
|
895
|
+
readonly variant_thumbnail_width?: unknown
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
export type WaMexQueryProductCollectionsVariables = {
|
|
901
|
+
readonly request?: {
|
|
902
|
+
readonly collections?: {
|
|
903
|
+
readonly biz_jid?: unknown
|
|
904
|
+
readonly collection_limit?: unknown
|
|
905
|
+
readonly item_limit?: unknown
|
|
906
|
+
readonly after?: unknown
|
|
907
|
+
readonly width?: unknown
|
|
908
|
+
readonly height?: unknown
|
|
909
|
+
readonly direct_connection_encrypted_info?: unknown
|
|
910
|
+
readonly variant_info_fields?: unknown
|
|
911
|
+
readonly variant_thumbnail_height?: unknown
|
|
912
|
+
readonly variant_thumbnail_width?: unknown
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
export type WaMexQueryProductListCatalogVariables = {
|
|
918
|
+
readonly request?: {
|
|
919
|
+
readonly product_list?: {
|
|
920
|
+
readonly jid?: unknown
|
|
921
|
+
readonly products?: unknown
|
|
922
|
+
readonly width?: unknown
|
|
923
|
+
readonly height?: unknown
|
|
924
|
+
readonly direct_connection_encrypted_info?: unknown
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
export type WaMexQueryProductSingleCollectionVariables = {
|
|
930
|
+
readonly request?: {
|
|
931
|
+
readonly collection?: {
|
|
932
|
+
readonly biz_jid?: unknown
|
|
933
|
+
readonly id?: unknown
|
|
934
|
+
readonly limit?: unknown
|
|
935
|
+
readonly after?: unknown
|
|
936
|
+
readonly width?: unknown
|
|
937
|
+
readonly height?: unknown
|
|
938
|
+
readonly direct_connection_encrypted_info?: unknown
|
|
939
|
+
readonly variant_info_fields?: unknown
|
|
940
|
+
readonly variant_thumbnail_height?: unknown
|
|
941
|
+
readonly variant_thumbnail_width?: unknown
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
export type WaMexQuerySubgroupParticipantCountVariables = {
|
|
947
|
+
readonly input?: {
|
|
948
|
+
readonly group_jid?: unknown
|
|
949
|
+
readonly query_context?: unknown
|
|
950
|
+
readonly sub_group_jid_hint?: unknown
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
export type WaMexQuickPromotionActionVariables = {
|
|
955
|
+
readonly input?: unknown
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export type WaMexReportProductVariables = {
|
|
959
|
+
readonly input?: {
|
|
960
|
+
readonly jid?: unknown
|
|
961
|
+
readonly product_id?: unknown
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
export type WaMexRequestClientLogsForBugVariables = {
|
|
966
|
+
readonly input?: {
|
|
967
|
+
readonly bug_id?: unknown
|
|
968
|
+
readonly participant_ids?: unknown
|
|
969
|
+
readonly reporter_id?: unknown
|
|
970
|
+
readonly up_to_timestamp_secs?: unknown
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
export type WaMexResolveAccountTypeAndAdPageVariables = {
|
|
975
|
+
readonly pageId?: unknown
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
export type WaMexResolveAccountTypeAndAdPageQueryVariables = {
|
|
979
|
+
readonly pageId?: unknown
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
export type WaMexRevokeNewsletterAdminInviteVariables = {
|
|
983
|
+
readonly newsletter_id?: unknown
|
|
984
|
+
readonly user_id?: unknown
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
export type WaMexSetUsernameVariables = {
|
|
988
|
+
readonly input?: unknown
|
|
989
|
+
readonly reserved?: unknown
|
|
990
|
+
readonly session_id?: unknown
|
|
991
|
+
readonly source?: unknown
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
export type WaMexSetUsernameKeyVariables = {
|
|
995
|
+
readonly pin?: unknown
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
export type WaMexSignupMetadataVariables = {
|
|
999
|
+
readonly phone_number?: unknown
|
|
1000
|
+
readonly signup_id?: unknown
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
export type WaMexSupportBugReportSubmitVariables = {
|
|
1004
|
+
readonly input?: unknown
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
export type WaMexSupportContactFormSubmitVariables = {
|
|
1008
|
+
readonly input?: unknown
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
export type WaMexSupportMessageFeedbackSubmitVariables = {
|
|
1012
|
+
readonly input?: unknown
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
export type WaMexTransferCommunityOwnershipVariables = {
|
|
1016
|
+
readonly input?: unknown
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
export type WaMexUpdateGroupPropertyVariables = {
|
|
1020
|
+
readonly group_id?: unknown
|
|
1021
|
+
readonly update?: unknown
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
export type WaMexUpdateNewsletterVariables = {
|
|
1025
|
+
readonly newsletter_id?: unknown
|
|
1026
|
+
readonly updates?: {
|
|
1027
|
+
readonly name?: unknown
|
|
1028
|
+
readonly description?: unknown
|
|
1029
|
+
readonly picture?: unknown
|
|
1030
|
+
readonly settings?: unknown
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
export type WaMexUpdateNewsletterUserSettingVariables = {
|
|
1035
|
+
readonly input?: unknown
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
export type WaMexUpdateTextStatusVariables = {
|
|
1039
|
+
readonly input?: unknown
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
export type WaMexUsernameAvailabilityVariables = {
|
|
1043
|
+
readonly input?: unknown
|
|
1044
|
+
readonly session_id?: unknown
|
|
1045
|
+
readonly source?: unknown
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
export type WaMexUsyncVariables = {
|
|
1049
|
+
readonly include_about_status?: unknown
|
|
1050
|
+
readonly include_country_code?: unknown
|
|
1051
|
+
readonly include_username?: unknown
|
|
1052
|
+
readonly input?: {
|
|
1053
|
+
readonly query_input?: unknown
|
|
1054
|
+
readonly telemetry?: unknown
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
export type WaMexWAAOnboardingVariables = {
|
|
1059
|
+
readonly input?: {
|
|
1060
|
+
readonly flow_id?: unknown
|
|
1061
|
+
readonly request_id?: unknown
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export type WaMexWaffleFXServiceDataQueryV2Variables = Readonly<Record<string, never>>
|
|
1066
|
+
|
|
1067
|
+
export type WaMexWaffleFXWAMOUpdateUOOMVariables = Readonly<Record<string, never>>
|
|
1068
|
+
|
|
1069
|
+
export type WaMexWaffleXEVariables = {
|
|
1070
|
+
readonly input?: unknown
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
export type WaMexuseWAWebEstimatedDailyReachVariables = {
|
|
1074
|
+
readonly audienceOptionAudience?: unknown
|
|
1075
|
+
readonly configuredPlacementSpec?: unknown
|
|
1076
|
+
readonly currency?: unknown
|
|
1077
|
+
readonly flow?: unknown
|
|
1078
|
+
readonly flowID?: unknown
|
|
1079
|
+
readonly legacyAdAccountID?: unknown
|
|
1080
|
+
readonly optimizationGoalInput?: unknown
|
|
1081
|
+
readonly postID?: unknown
|
|
1082
|
+
readonly targetingSpecAudience?: unknown
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
export interface WaMexOperationVariables {
|
|
1086
|
+
readonly ACSServerProviderConfig: WaMexACSServerProviderConfigVariables
|
|
1087
|
+
readonly ACSServerProviderIssuance: WaMexACSServerProviderIssuanceVariables
|
|
1088
|
+
readonly AcceptNewsletterAdminInvite: WaMexAcceptNewsletterAdminInviteVariables
|
|
1089
|
+
readonly AiAgentAutoReplyControl: WaMexAiAgentAutoReplyControlVariables
|
|
1090
|
+
readonly AuthAgentFeaturePolicy: WaMexAuthAgentFeaturePolicyVariables
|
|
1091
|
+
readonly BPAccessTokenAndSessionCookies: WaMexBPAccessTokenAndSessionCookiesVariables
|
|
1092
|
+
readonly BizCreateOrder: WaMexBizCreateOrderVariables
|
|
1093
|
+
readonly BizCustomUrlGetUserGraphql: WaMexBizCustomUrlGetUserGraphqlVariables
|
|
1094
|
+
readonly BizGetCategories: WaMexBizGetCategoriesVariables
|
|
1095
|
+
readonly BizGetCategoriesV2: WaMexBizGetCategoriesV2Variables
|
|
1096
|
+
readonly BizGetCustomUrlUserGraphql: WaMexBizGetCustomUrlUserGraphqlVariables
|
|
1097
|
+
readonly BizGetMerchantCompliance: WaMexBizGetMerchantComplianceVariables
|
|
1098
|
+
readonly BizGetPriceTiers: WaMexBizGetPriceTiersVariables
|
|
1099
|
+
readonly BizGetProfileShimlinks: WaMexBizGetProfileShimlinksVariables
|
|
1100
|
+
readonly BizGraphQLRefreshCart: WaMexBizGraphQLRefreshCartVariables
|
|
1101
|
+
readonly BizProfileAddressAutocomplete: WaMexBizProfileAddressAutocompleteVariables
|
|
1102
|
+
readonly BizQueryOrder: WaMexBizQueryOrderVariables
|
|
1103
|
+
readonly BizSetMerchantCompliance: WaMexBizSetMerchantComplianceVariables
|
|
1104
|
+
readonly CachedToken: WaMexCachedTokenVariables
|
|
1105
|
+
readonly CanonicalUserValid: WaMexCanonicalUserValidVariables
|
|
1106
|
+
readonly ChangeNewsletterOwner: WaMexChangeNewsletterOwnerVariables
|
|
1107
|
+
readonly ConsumerFetchQuickPromotions: WaMexConsumerFetchQuickPromotionsVariables
|
|
1108
|
+
readonly ConsumerQuickPromotionActionGraphQL: WaMexConsumerQuickPromotionActionGraphQLVariables
|
|
1109
|
+
readonly CreateInviteCode: WaMexCreateInviteCodeVariables
|
|
1110
|
+
readonly CreateMarketingCampaignAction: WaMexCreateMarketingCampaignActionVariables
|
|
1111
|
+
readonly CreateNewsletter: WaMexCreateNewsletterVariables
|
|
1112
|
+
readonly CreateNewsletterAdminInvite: WaMexCreateNewsletterAdminInviteVariables
|
|
1113
|
+
readonly CreateReportAppeal: WaMexCreateReportAppealVariables
|
|
1114
|
+
readonly CreateWhatsAppAdsIdentity: WaMexCreateWhatsAppAdsIdentityVariables
|
|
1115
|
+
readonly CustomLabel3pdEvent: WaMexCustomLabel3pdEventVariables
|
|
1116
|
+
readonly DeleteNewsletter: WaMexDeleteNewsletterVariables
|
|
1117
|
+
readonly DemoteNewsletterAdmin: WaMexDemoteNewsletterAdminVariables
|
|
1118
|
+
readonly EditBizProfile: WaMexEditBizProfileVariables
|
|
1119
|
+
readonly ExternalCtxAuthoriseWAChat: WaMexExternalCtxAuthoriseWAChatVariables
|
|
1120
|
+
readonly FetchAboutStatus: WaMexFetchAboutStatusVariables
|
|
1121
|
+
readonly FetchAdEntryPointsConfiguration: WaMexFetchAdEntryPointsConfigurationVariables
|
|
1122
|
+
readonly FetchAdEntryPointsConfigurationM1: WaMexFetchAdEntryPointsConfigurationM1Variables
|
|
1123
|
+
readonly FetchAllNewslettersMetadata: WaMexFetchAllNewslettersMetadataVariables
|
|
1124
|
+
readonly FetchAllSubgroups: WaMexFetchAllSubgroupsVariables
|
|
1125
|
+
readonly FetchBotProfilesGQL: WaMexFetchBotProfilesGQLVariables
|
|
1126
|
+
readonly FetchDynamicAIModes: WaMexFetchDynamicAIModesVariables
|
|
1127
|
+
readonly FetchGroupInfo: WaMexFetchGroupInfoVariables
|
|
1128
|
+
readonly FetchGroupInfoIncludBots: WaMexFetchGroupInfoIncludBotsVariables
|
|
1129
|
+
readonly FetchGroupInviteCode: WaMexFetchGroupInviteCodeVariables
|
|
1130
|
+
readonly FetchGroupIsInternal: WaMexFetchGroupIsInternalVariables
|
|
1131
|
+
readonly FetchIntegritySignals: WaMexFetchIntegritySignalsVariables
|
|
1132
|
+
readonly FetchNativeAdsMvpEligibility: WaMexFetchNativeAdsMvpEligibilityVariables
|
|
1133
|
+
readonly FetchNewChatMessageCappingInfo: WaMexFetchNewChatMessageCappingInfoVariables
|
|
1134
|
+
readonly FetchNewsletter: WaMexFetchNewsletterVariables
|
|
1135
|
+
readonly FetchNewsletterAdminCapabilities: WaMexFetchNewsletterAdminCapabilitiesVariables
|
|
1136
|
+
readonly FetchNewsletterAdminInfo: WaMexFetchNewsletterAdminInfoVariables
|
|
1137
|
+
readonly FetchNewsletterDehydrated: WaMexFetchNewsletterDehydratedVariables
|
|
1138
|
+
readonly FetchNewsletterDirectoryCategoriesPreview: WaMexFetchNewsletterDirectoryCategoriesPreviewVariables
|
|
1139
|
+
readonly FetchNewsletterDirectoryList: WaMexFetchNewsletterDirectoryListVariables
|
|
1140
|
+
readonly FetchNewsletterDirectorySearchResults: WaMexFetchNewsletterDirectorySearchResultsVariables
|
|
1141
|
+
readonly FetchNewsletterEnforcements: WaMexFetchNewsletterEnforcementsVariables
|
|
1142
|
+
readonly FetchNewsletterFollowers: WaMexFetchNewsletterFollowersVariables
|
|
1143
|
+
readonly FetchNewsletterInsights: WaMexFetchNewsletterInsightsVariables
|
|
1144
|
+
readonly FetchNewsletterIsDomainPreviewable: WaMexFetchNewsletterIsDomainPreviewableVariables
|
|
1145
|
+
readonly FetchNewsletterMessageReactionSenderList: WaMexFetchNewsletterMessageReactionSenderListVariables
|
|
1146
|
+
readonly FetchNewsletterPendingInvites: WaMexFetchNewsletterPendingInvitesVariables
|
|
1147
|
+
readonly FetchNewsletterPollVoters: WaMexFetchNewsletterPollVotersVariables
|
|
1148
|
+
readonly FetchNewsletterReports: WaMexFetchNewsletterReportsVariables
|
|
1149
|
+
readonly FetchOHAIKeyConfig: WaMexFetchOHAIKeyConfigVariables
|
|
1150
|
+
readonly FetchOIDCState: WaMexFetchOIDCStateVariables
|
|
1151
|
+
readonly FetchPlaintextLinkPreview: WaMexFetchPlaintextLinkPreviewVariables
|
|
1152
|
+
readonly FetchQuickPromotions: WaMexFetchQuickPromotionsVariables
|
|
1153
|
+
readonly FetchReachoutTimelock: WaMexFetchReachoutTimelockVariables
|
|
1154
|
+
readonly FetchRecommendedNewsletters: WaMexFetchRecommendedNewslettersVariables
|
|
1155
|
+
readonly FetchSimilarNewsletters: WaMexFetchSimilarNewslettersVariables
|
|
1156
|
+
readonly FetchSubgroupSuggestions: WaMexFetchSubgroupSuggestionsVariables
|
|
1157
|
+
readonly FetchSubscriptionEntryPoints: WaMexFetchSubscriptionEntryPointsVariables
|
|
1158
|
+
readonly FetchSubscriptions: WaMexFetchSubscriptionsVariables
|
|
1159
|
+
readonly FetchTextStatusList: WaMexFetchTextStatusListVariables
|
|
1160
|
+
readonly GetAccessTokenFromOIDCCode: WaMexGetAccessTokenFromOIDCCodeVariables
|
|
1161
|
+
readonly GetAccountNonce: WaMexGetAccountNonceVariables
|
|
1162
|
+
readonly GetDsbInfo: WaMexGetDsbInfoVariables
|
|
1163
|
+
readonly GetFBAccountPages: WaMexGetFBAccountPagesVariables
|
|
1164
|
+
readonly GetNumbersForBrandIds: WaMexGetNumbersForBrandIdsVariables
|
|
1165
|
+
readonly GetPrivacyLists: WaMexGetPrivacyListsVariables
|
|
1166
|
+
readonly GetPrivacySettings: WaMexGetPrivacySettingsVariables
|
|
1167
|
+
readonly GetUsername: WaMexGetUsernameVariables
|
|
1168
|
+
readonly GetWAAEligibility: WaMexGetWAAEligibilityVariables
|
|
1169
|
+
readonly GraphQLProductCatalogGetPublicKey: WaMexGraphQLProductCatalogGetPublicKeyVariables
|
|
1170
|
+
readonly GraphQLVerifyPostcode: WaMexGraphQLVerifyPostcodeVariables
|
|
1171
|
+
readonly GroupStoreInviteSms: WaMexGroupStoreInviteSmsVariables
|
|
1172
|
+
readonly GroupSuspensionAppeal: WaMexGroupSuspensionAppealVariables
|
|
1173
|
+
readonly IntegrityChallengeResponse: WaMexIntegrityChallengeResponseVariables
|
|
1174
|
+
readonly JoinNewsletter: WaMexJoinNewsletterVariables
|
|
1175
|
+
readonly LeaveNewsletter: WaMexLeaveNewsletterVariables
|
|
1176
|
+
readonly LidChangeNotification: WaMexLidChangeNotificationVariables
|
|
1177
|
+
readonly LogNewsletterExposures: WaMexLogNewsletterExposuresVariables
|
|
1178
|
+
readonly NativeMLModel: WaMexNativeMLModelVariables
|
|
1179
|
+
readonly NewsletterAddPaidPartnershipLabel: WaMexNewsletterAddPaidPartnershipLabelVariables
|
|
1180
|
+
readonly QueryCatalog: WaMexQueryCatalogVariables
|
|
1181
|
+
readonly QueryCatalogHasCategories: WaMexQueryCatalogHasCategoriesVariables
|
|
1182
|
+
readonly QueryCatalogProduct: WaMexQueryCatalogProductVariables
|
|
1183
|
+
readonly QueryProductCollections: WaMexQueryProductCollectionsVariables
|
|
1184
|
+
readonly QueryProductListCatalog: WaMexQueryProductListCatalogVariables
|
|
1185
|
+
readonly QueryProductSingleCollection: WaMexQueryProductSingleCollectionVariables
|
|
1186
|
+
readonly QuerySubgroupParticipantCount: WaMexQuerySubgroupParticipantCountVariables
|
|
1187
|
+
readonly QuickPromotionAction: WaMexQuickPromotionActionVariables
|
|
1188
|
+
readonly ReportProduct: WaMexReportProductVariables
|
|
1189
|
+
readonly RequestClientLogsForBug: WaMexRequestClientLogsForBugVariables
|
|
1190
|
+
readonly ResolveAccountTypeAndAdPage: WaMexResolveAccountTypeAndAdPageVariables
|
|
1191
|
+
readonly ResolveAccountTypeAndAdPageQuery: WaMexResolveAccountTypeAndAdPageQueryVariables
|
|
1192
|
+
readonly RevokeNewsletterAdminInvite: WaMexRevokeNewsletterAdminInviteVariables
|
|
1193
|
+
readonly SetUsername: WaMexSetUsernameVariables
|
|
1194
|
+
readonly SetUsernameKey: WaMexSetUsernameKeyVariables
|
|
1195
|
+
readonly SignupMetadata: WaMexSignupMetadataVariables
|
|
1196
|
+
readonly SupportBugReportSubmit: WaMexSupportBugReportSubmitVariables
|
|
1197
|
+
readonly SupportContactFormSubmit: WaMexSupportContactFormSubmitVariables
|
|
1198
|
+
readonly SupportMessageFeedbackSubmit: WaMexSupportMessageFeedbackSubmitVariables
|
|
1199
|
+
readonly TransferCommunityOwnership: WaMexTransferCommunityOwnershipVariables
|
|
1200
|
+
readonly UpdateGroupProperty: WaMexUpdateGroupPropertyVariables
|
|
1201
|
+
readonly UpdateNewsletter: WaMexUpdateNewsletterVariables
|
|
1202
|
+
readonly UpdateNewsletterUserSetting: WaMexUpdateNewsletterUserSettingVariables
|
|
1203
|
+
readonly UpdateTextStatus: WaMexUpdateTextStatusVariables
|
|
1204
|
+
readonly UsernameAvailability: WaMexUsernameAvailabilityVariables
|
|
1205
|
+
readonly Usync: WaMexUsyncVariables
|
|
1206
|
+
readonly WAAOnboarding: WaMexWAAOnboardingVariables
|
|
1207
|
+
readonly WaffleFXServiceDataQueryV2: WaMexWaffleFXServiceDataQueryV2Variables
|
|
1208
|
+
readonly WaffleFXWAMOUpdateUOOM: WaMexWaffleFXWAMOUpdateUOOMVariables
|
|
1209
|
+
readonly WaffleXE: WaMexWaffleXEVariables
|
|
1210
|
+
readonly useWAWebEstimatedDailyReach: WaMexuseWAWebEstimatedDailyReachVariables
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
export type WaMexACSServerProviderConfigResponse = {
|
|
1214
|
+
readonly xwa_wa_acs_config?: {
|
|
1215
|
+
readonly cipher_suite?: unknown
|
|
1216
|
+
readonly expire_time?: unknown
|
|
1217
|
+
readonly id?: unknown
|
|
1218
|
+
readonly max_evals?: unknown
|
|
1219
|
+
readonly public_key?: unknown
|
|
1220
|
+
readonly redemption_limit?: unknown
|
|
1221
|
+
readonly token_ttl?: unknown
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export type WaMexACSServerProviderIssuanceResponse = {
|
|
1226
|
+
readonly xwa_wa_acs_issue_credentials?: {
|
|
1227
|
+
readonly success?: unknown
|
|
1228
|
+
readonly creds?: {
|
|
1229
|
+
readonly evaluation?: {
|
|
1230
|
+
readonly data?: unknown
|
|
1231
|
+
}
|
|
1232
|
+
readonly proof?: {
|
|
1233
|
+
readonly c?: unknown
|
|
1234
|
+
readonly s?: unknown
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
readonly error_message?: unknown
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
export type WaMexAcceptNewsletterAdminInviteResponse = {
|
|
1242
|
+
readonly xwa2_newsletter_admin_invite_accept?: {
|
|
1243
|
+
readonly __typename?: unknown
|
|
1244
|
+
readonly id?: unknown
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export type WaMexAiAgentAutoReplyControlResponse = {
|
|
1249
|
+
readonly xfb_whatsapp_smb_maiba_status_update?: {
|
|
1250
|
+
readonly success?: unknown
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
export type WaMexAuthAgentFeaturePolicyResponse = {
|
|
1255
|
+
readonly whatsapp_authorized_agent_feature_policy?: {
|
|
1256
|
+
readonly disabled_features?: unknown
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
export type WaMexBPAccessTokenAndSessionCookiesResponse = {
|
|
1261
|
+
readonly xwa_bp_access_token_and_session_cookies?: {
|
|
1262
|
+
readonly status?: unknown
|
|
1263
|
+
readonly access_token?: unknown
|
|
1264
|
+
readonly session_cookies?: unknown
|
|
1265
|
+
readonly bp_id?: unknown
|
|
1266
|
+
readonly access_token_type?: unknown
|
|
1267
|
+
readonly email_attr?: unknown
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
export type WaMexBizCreateOrderResponse = {
|
|
1272
|
+
readonly xwa_checkout_place_order?: {
|
|
1273
|
+
readonly order?: {
|
|
1274
|
+
readonly order_id?: unknown
|
|
1275
|
+
readonly token?: unknown
|
|
1276
|
+
readonly price?: {
|
|
1277
|
+
readonly currency?: unknown
|
|
1278
|
+
readonly subtotal_amount?: unknown
|
|
1279
|
+
readonly total_amount?: unknown
|
|
1280
|
+
readonly price_status?: unknown
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
export type WaMexBizCustomUrlGetUserGraphqlResponse = {
|
|
1287
|
+
readonly xwa_custom_url_get_user?: {
|
|
1288
|
+
readonly success?: unknown
|
|
1289
|
+
readonly lid?: unknown
|
|
1290
|
+
readonly error_code?: unknown
|
|
1291
|
+
readonly error_text?: unknown
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
export type WaMexBizGetCategoriesResponse = {
|
|
1296
|
+
readonly whatsapp_catkit_typeahead_proxy?: {
|
|
1297
|
+
readonly categories?: {
|
|
1298
|
+
readonly id?: unknown
|
|
1299
|
+
readonly display_name?: unknown
|
|
1300
|
+
}
|
|
1301
|
+
readonly not_a_biz?: {
|
|
1302
|
+
readonly id?: unknown
|
|
1303
|
+
readonly display_name?: unknown
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
export type WaMexBizGetCategoriesV2Response = {
|
|
1309
|
+
readonly whatsapp_catkit_typeahead_proxy?: {
|
|
1310
|
+
readonly categories?: {
|
|
1311
|
+
readonly id?: unknown
|
|
1312
|
+
readonly display_name?: unknown
|
|
1313
|
+
readonly categories?: {
|
|
1314
|
+
readonly id?: unknown
|
|
1315
|
+
readonly display_name?: unknown
|
|
1316
|
+
readonly categories?: {
|
|
1317
|
+
readonly id?: unknown
|
|
1318
|
+
readonly display_name?: unknown
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
readonly not_a_biz?: {
|
|
1323
|
+
readonly id?: unknown
|
|
1324
|
+
readonly display_name?: unknown
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
export type WaMexBizGetCustomUrlUserGraphqlResponse = {
|
|
1330
|
+
readonly xwa_custom_url_get_user?: {
|
|
1331
|
+
readonly success?: unknown
|
|
1332
|
+
readonly user?: {
|
|
1333
|
+
readonly jid?: unknown
|
|
1334
|
+
}
|
|
1335
|
+
readonly error_code?: unknown
|
|
1336
|
+
readonly error_text?: unknown
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
export type WaMexBizGetMerchantComplianceResponse = {
|
|
1341
|
+
readonly xfb_whatsapp_biz_merchant_compliance_info?: {
|
|
1342
|
+
readonly merchant_info?: {
|
|
1343
|
+
readonly entity_name?: unknown
|
|
1344
|
+
readonly entity_type?: unknown
|
|
1345
|
+
readonly is_registered?: unknown
|
|
1346
|
+
readonly entity_type_custom?: unknown
|
|
1347
|
+
readonly customer_care_details?: {
|
|
1348
|
+
readonly email?: unknown
|
|
1349
|
+
readonly landline_number?: unknown
|
|
1350
|
+
readonly mobile_number?: unknown
|
|
1351
|
+
}
|
|
1352
|
+
readonly grievance_officer_details?: {
|
|
1353
|
+
readonly name?: unknown
|
|
1354
|
+
readonly email?: unknown
|
|
1355
|
+
readonly landline_number?: unknown
|
|
1356
|
+
readonly mobile_number?: unknown
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
export type WaMexBizGetPriceTiersResponse = {
|
|
1363
|
+
readonly xwa_whatsapp_get_pricing_tiers?: {
|
|
1364
|
+
readonly price_tiers?: {
|
|
1365
|
+
readonly id?: unknown
|
|
1366
|
+
readonly description?: unknown
|
|
1367
|
+
readonly symbol?: unknown
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
export type WaMexBizGetProfileShimlinksResponse = {
|
|
1373
|
+
readonly xwa_whatsapp_smb_get_profile_linkshims?: {
|
|
1374
|
+
readonly website?: unknown
|
|
1375
|
+
readonly shimmed_website_url?: unknown
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
export type WaMexBizGraphQLRefreshCartResponse = {
|
|
1380
|
+
readonly xwa_checkout_refresh_cart?: {
|
|
1381
|
+
readonly cart?: {
|
|
1382
|
+
readonly products?: {
|
|
1383
|
+
readonly is_hidden?: unknown
|
|
1384
|
+
readonly availability?: unknown
|
|
1385
|
+
readonly product_availability?: unknown
|
|
1386
|
+
readonly status_info?: {
|
|
1387
|
+
readonly reject_reason?: unknown
|
|
1388
|
+
readonly status?: unknown
|
|
1389
|
+
readonly can_appeal?: unknown
|
|
1390
|
+
readonly commerce_url?: unknown
|
|
1391
|
+
}
|
|
1392
|
+
readonly image_fetch_status?: unknown
|
|
1393
|
+
readonly price?: unknown
|
|
1394
|
+
readonly currency?: unknown
|
|
1395
|
+
readonly retailer_id?: unknown
|
|
1396
|
+
readonly name?: unknown
|
|
1397
|
+
readonly description?: unknown
|
|
1398
|
+
readonly url?: unknown
|
|
1399
|
+
readonly id?: unknown
|
|
1400
|
+
readonly media?: {
|
|
1401
|
+
readonly images?: {
|
|
1402
|
+
readonly id?: unknown
|
|
1403
|
+
readonly request_image_url?: unknown
|
|
1404
|
+
readonly original_dimensions?: {
|
|
1405
|
+
readonly height?: unknown
|
|
1406
|
+
readonly width?: unknown
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1409
|
+
readonly videos?: {
|
|
1410
|
+
readonly thumbnail_url?: unknown
|
|
1411
|
+
readonly original_video_url?: unknown
|
|
1412
|
+
readonly id?: unknown
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
readonly sale_price?: {
|
|
1416
|
+
readonly price?: unknown
|
|
1417
|
+
readonly start_date?: unknown
|
|
1418
|
+
readonly end_date?: unknown
|
|
1419
|
+
}
|
|
1420
|
+
readonly max_available?: unknown
|
|
1421
|
+
readonly belongs_to?: unknown
|
|
1422
|
+
readonly status?: unknown
|
|
1423
|
+
readonly compliance_category?: unknown
|
|
1424
|
+
readonly compliance_info?: {
|
|
1425
|
+
readonly country_code_origin?: unknown
|
|
1426
|
+
readonly importer_name?: unknown
|
|
1427
|
+
readonly importer_address?: {
|
|
1428
|
+
readonly street1?: unknown
|
|
1429
|
+
readonly street2?: unknown
|
|
1430
|
+
readonly city?: unknown
|
|
1431
|
+
readonly region?: unknown
|
|
1432
|
+
readonly postal_code?: unknown
|
|
1433
|
+
readonly country_code?: unknown
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
readonly variant_info?: {
|
|
1437
|
+
readonly types?: {
|
|
1438
|
+
readonly name?: unknown
|
|
1439
|
+
readonly options?: {
|
|
1440
|
+
readonly value?: unknown
|
|
1441
|
+
readonly thumbnail_media?: {
|
|
1442
|
+
readonly original_dimensions?: {
|
|
1443
|
+
readonly width?: unknown
|
|
1444
|
+
readonly height?: unknown
|
|
1445
|
+
}
|
|
1446
|
+
readonly request_image_url?: unknown
|
|
1447
|
+
readonly original_image_url?: unknown
|
|
1448
|
+
readonly id?: unknown
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
readonly listing_details?: {
|
|
1453
|
+
readonly description?: unknown
|
|
1454
|
+
readonly multi_price?: unknown
|
|
1455
|
+
readonly lowest_price?: unknown
|
|
1456
|
+
}
|
|
1457
|
+
readonly variant_properties?: {
|
|
1458
|
+
readonly value?: unknown
|
|
1459
|
+
readonly name?: unknown
|
|
1460
|
+
}
|
|
1461
|
+
readonly availability?: {
|
|
1462
|
+
readonly listing?: {
|
|
1463
|
+
readonly is_available?: unknown
|
|
1464
|
+
readonly product_id?: unknown
|
|
1465
|
+
readonly options?: {
|
|
1466
|
+
readonly name?: unknown
|
|
1467
|
+
readonly value?: unknown
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
readonly price_details?: {
|
|
1474
|
+
readonly total_amount?: unknown
|
|
1475
|
+
readonly subtotal_amount?: unknown
|
|
1476
|
+
readonly currency?: unknown
|
|
1477
|
+
readonly price_status?: unknown
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
export type WaMexBizProfileAddressAutocompleteResponse = {
|
|
1484
|
+
readonly whatsapp_maps_typeahead?: {
|
|
1485
|
+
readonly items?: {
|
|
1486
|
+
readonly id?: unknown
|
|
1487
|
+
readonly location?: {
|
|
1488
|
+
readonly latitude?: unknown
|
|
1489
|
+
readonly longitude?: unknown
|
|
1490
|
+
}
|
|
1491
|
+
readonly address?: {
|
|
1492
|
+
readonly city?: unknown
|
|
1493
|
+
readonly country?: unknown
|
|
1494
|
+
readonly postalcode?: unknown
|
|
1495
|
+
readonly stateprovince?: unknown
|
|
1496
|
+
readonly streetaddress?: unknown
|
|
1497
|
+
}
|
|
1498
|
+
readonly title?: unknown
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
export type WaMexBizQueryOrderResponse = {
|
|
1504
|
+
readonly xwa_checkout_get_order_info?: {
|
|
1505
|
+
readonly order?: {
|
|
1506
|
+
readonly creation_time_stamp?: unknown
|
|
1507
|
+
readonly products?: {
|
|
1508
|
+
readonly id?: unknown
|
|
1509
|
+
readonly name?: unknown
|
|
1510
|
+
readonly price?: unknown
|
|
1511
|
+
readonly currency?: unknown
|
|
1512
|
+
readonly variant_info?: {
|
|
1513
|
+
readonly variant_properties?: {
|
|
1514
|
+
readonly name?: unknown
|
|
1515
|
+
readonly value?: unknown
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
readonly media?: {
|
|
1519
|
+
readonly images?: {
|
|
1520
|
+
readonly id?: unknown
|
|
1521
|
+
readonly request_image_url?: unknown
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
readonly quantity?: unknown
|
|
1525
|
+
}
|
|
1526
|
+
readonly price_details?: {
|
|
1527
|
+
readonly subtotal_amount?: unknown
|
|
1528
|
+
readonly currency?: unknown
|
|
1529
|
+
readonly total_amount?: unknown
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
export type WaMexBizSetMerchantComplianceResponse = {
|
|
1536
|
+
readonly xfb_whatsapp_biz_merchant_set_compliance_info?: {
|
|
1537
|
+
readonly __typename?: unknown
|
|
1538
|
+
readonly merchant_info?: {
|
|
1539
|
+
readonly entity_name?: unknown
|
|
1540
|
+
readonly entity_type?: unknown
|
|
1541
|
+
readonly is_registered?: unknown
|
|
1542
|
+
readonly entity_type_custom?: unknown
|
|
1543
|
+
readonly customer_care_details?: {
|
|
1544
|
+
readonly email?: unknown
|
|
1545
|
+
readonly landline_number?: unknown
|
|
1546
|
+
readonly mobile_number?: unknown
|
|
1547
|
+
}
|
|
1548
|
+
readonly grievance_officer_details?: {
|
|
1549
|
+
readonly name?: unknown
|
|
1550
|
+
readonly email?: unknown
|
|
1551
|
+
readonly landline_number?: unknown
|
|
1552
|
+
readonly mobile_number?: unknown
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
export type WaMexCachedTokenResponse = {
|
|
1559
|
+
readonly xwa2_ent_trade_canonical_nonce_for_access_tokens?: {
|
|
1560
|
+
readonly encrypted_access_tokens?: {
|
|
1561
|
+
readonly key?: unknown
|
|
1562
|
+
readonly data?: unknown
|
|
1563
|
+
readonly tag?: unknown
|
|
1564
|
+
readonly nonce?: unknown
|
|
1565
|
+
readonly algorithm?: unknown
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
export type WaMexCanonicalUserValidResponse = {
|
|
1571
|
+
readonly xwa_canonical_user_valid?: {
|
|
1572
|
+
readonly success?: unknown
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
export type WaMexChangeNewsletterOwnerResponse = {
|
|
1577
|
+
readonly xwa2_newsletter_change_owner?: {
|
|
1578
|
+
readonly __typename?: unknown
|
|
1579
|
+
readonly id?: unknown
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
export type WaMexConsumerFetchQuickPromotionsResponse = {
|
|
1584
|
+
readonly quick_promotion_multiverse_batch_fetch_root?: {
|
|
1585
|
+
readonly surface_nux_id?: unknown
|
|
1586
|
+
readonly eligible_promotions?: {
|
|
1587
|
+
readonly edges?: {
|
|
1588
|
+
readonly client_ttl_seconds?: unknown
|
|
1589
|
+
readonly priority?: unknown
|
|
1590
|
+
readonly is_holdout?: unknown
|
|
1591
|
+
readonly log_eligibility_waterfall?: unknown
|
|
1592
|
+
readonly time_range?: {
|
|
1593
|
+
readonly start?: unknown
|
|
1594
|
+
readonly end?: unknown
|
|
1595
|
+
}
|
|
1596
|
+
readonly node?: {
|
|
1597
|
+
readonly __typename?: unknown
|
|
1598
|
+
readonly promotion_id?: unknown
|
|
1599
|
+
readonly is_server_force_pass?: unknown
|
|
1600
|
+
readonly ab_prop_name?: unknown
|
|
1601
|
+
readonly max_impressions?: unknown
|
|
1602
|
+
readonly surface_delay_in_seconds?: unknown
|
|
1603
|
+
readonly encrypted_logging_data?: unknown
|
|
1604
|
+
readonly client_side_dry_run?: unknown
|
|
1605
|
+
readonly creatives?: {
|
|
1606
|
+
readonly __typename?: unknown
|
|
1607
|
+
readonly title?: {
|
|
1608
|
+
readonly text?: unknown
|
|
1609
|
+
}
|
|
1610
|
+
readonly content?: {
|
|
1611
|
+
readonly text?: unknown
|
|
1612
|
+
}
|
|
1613
|
+
readonly primary_action?: {
|
|
1614
|
+
readonly __typename?: unknown
|
|
1615
|
+
readonly title?: {
|
|
1616
|
+
readonly text?: unknown
|
|
1617
|
+
}
|
|
1618
|
+
readonly limit?: unknown
|
|
1619
|
+
readonly url?: unknown
|
|
1620
|
+
}
|
|
1621
|
+
readonly dismiss_action?: {
|
|
1622
|
+
readonly __typename?: unknown
|
|
1623
|
+
readonly limit?: unknown
|
|
1624
|
+
}
|
|
1625
|
+
readonly wa_light_mode_media_details?: {
|
|
1626
|
+
readonly jpeg_thumbnail?: unknown
|
|
1627
|
+
}
|
|
1628
|
+
readonly wa_dark_mode_media_details?: {
|
|
1629
|
+
readonly jpeg_thumbnail?: unknown
|
|
1630
|
+
}
|
|
1631
|
+
readonly accessibility_text_for_image?: unknown
|
|
1632
|
+
readonly is_dismissible?: unknown
|
|
1633
|
+
readonly id?: unknown
|
|
1634
|
+
}
|
|
1635
|
+
readonly content_attributes?: {
|
|
1636
|
+
readonly wa_banner_background_color?: {
|
|
1637
|
+
readonly light_mode_highlight_color?: unknown
|
|
1638
|
+
readonly dark_mode_highlight_color?: unknown
|
|
1639
|
+
readonly light_mode_background_color?: unknown
|
|
1640
|
+
readonly dark_mode_background_color?: unknown
|
|
1641
|
+
}
|
|
1642
|
+
readonly wa_primary_cta_alternative_url?: unknown
|
|
1643
|
+
readonly wa_eligible_duration_after_impression_in_seconds?: unknown
|
|
1644
|
+
}
|
|
1645
|
+
readonly wa_qp_content_attributes_do_not_use?: {
|
|
1646
|
+
readonly name?: unknown
|
|
1647
|
+
readonly value?: unknown
|
|
1648
|
+
}
|
|
1649
|
+
readonly contextual_filters_for_wa_do_not_use?: {
|
|
1650
|
+
readonly clause_type?: unknown
|
|
1651
|
+
readonly filters?: Readonly<Record<string, unknown>>
|
|
1652
|
+
readonly clauses?: {
|
|
1653
|
+
readonly clause_type?: unknown
|
|
1654
|
+
readonly filters?: Readonly<Record<string, unknown>>
|
|
1655
|
+
readonly clauses?: {
|
|
1656
|
+
readonly clause_type?: unknown
|
|
1657
|
+
readonly filters?: Readonly<Record<string, unknown>>
|
|
1658
|
+
readonly clauses?: {
|
|
1659
|
+
readonly clause_type?: unknown
|
|
1660
|
+
readonly filters?: Readonly<Record<string, unknown>>
|
|
1661
|
+
readonly clauses?: {
|
|
1662
|
+
readonly clause_type?: unknown
|
|
1663
|
+
readonly filters?: Readonly<Record<string, unknown>>
|
|
1664
|
+
readonly clauses?: {
|
|
1665
|
+
readonly clause_type?: unknown
|
|
1666
|
+
readonly filters?: Readonly<Record<string, unknown>>
|
|
1667
|
+
readonly clauses?: {
|
|
1668
|
+
readonly clause_type?: unknown
|
|
1669
|
+
readonly filters?: Readonly<Record<string, unknown>>
|
|
1670
|
+
readonly clauses?: {
|
|
1671
|
+
readonly clause_type?: unknown
|
|
1672
|
+
readonly filters?: Readonly<Record<string, unknown>>
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
readonly id?: unknown
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
export type WaMexConsumerQuickPromotionActionGraphQLResponse = {
|
|
1689
|
+
readonly wa_consumer_quick_promotion_log_event?: {
|
|
1690
|
+
readonly client_mutation_id?: unknown
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
export type WaMexCreateInviteCodeResponse = {
|
|
1695
|
+
readonly xwa2_growth_create_invite_code?: {
|
|
1696
|
+
readonly code?: unknown
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
export type WaMexCreateMarketingCampaignActionResponse = {
|
|
1701
|
+
readonly whatsapp_marketing_messages_create?: {
|
|
1702
|
+
readonly ad_campaign_group_id?: unknown
|
|
1703
|
+
readonly ad_campaign_id?: unknown
|
|
1704
|
+
readonly ad_group_id?: unknown
|
|
1705
|
+
readonly ad_id?: unknown
|
|
1706
|
+
readonly ad_creative_id?: unknown
|
|
1707
|
+
readonly campaign_name?: unknown
|
|
1708
|
+
readonly status?: unknown
|
|
1709
|
+
readonly lifetime_budget?: unknown
|
|
1710
|
+
readonly start_time?: unknown
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
export type WaMexCreateNewsletterResponse = {
|
|
1715
|
+
readonly xwa2_newsletter_create?: {
|
|
1716
|
+
readonly id?: unknown
|
|
1717
|
+
readonly state?: {
|
|
1718
|
+
readonly type?: unknown
|
|
1719
|
+
}
|
|
1720
|
+
readonly thread_metadata?: {
|
|
1721
|
+
readonly name?: {
|
|
1722
|
+
readonly id?: unknown
|
|
1723
|
+
readonly text?: unknown
|
|
1724
|
+
readonly update_time?: unknown
|
|
1725
|
+
}
|
|
1726
|
+
readonly description?: {
|
|
1727
|
+
readonly id?: unknown
|
|
1728
|
+
readonly text?: unknown
|
|
1729
|
+
readonly update_time?: unknown
|
|
1730
|
+
}
|
|
1731
|
+
readonly picture?: {
|
|
1732
|
+
readonly id?: unknown
|
|
1733
|
+
readonly type?: unknown
|
|
1734
|
+
readonly direct_path?: unknown
|
|
1735
|
+
}
|
|
1736
|
+
readonly preview?: {
|
|
1737
|
+
readonly id?: unknown
|
|
1738
|
+
readonly type?: unknown
|
|
1739
|
+
readonly direct_path?: unknown
|
|
1740
|
+
}
|
|
1741
|
+
readonly invite?: unknown
|
|
1742
|
+
readonly handle?: unknown
|
|
1743
|
+
readonly verification?: unknown
|
|
1744
|
+
readonly subscribers_count?: unknown
|
|
1745
|
+
readonly creation_time?: unknown
|
|
1746
|
+
}
|
|
1747
|
+
readonly viewer_metadata?: {
|
|
1748
|
+
readonly settings?: {
|
|
1749
|
+
readonly type?: unknown
|
|
1750
|
+
readonly value?: unknown
|
|
1751
|
+
}
|
|
1752
|
+
readonly role?: unknown
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
export type WaMexCreateNewsletterAdminInviteResponse = {
|
|
1758
|
+
readonly xwa2_newsletter_admin_invite_create?: {
|
|
1759
|
+
readonly invite_expiration_time?: unknown
|
|
1760
|
+
readonly id?: unknown
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
export type WaMexCreateReportAppealResponse = {
|
|
1765
|
+
readonly xwa2_create_channel_report_appeal_v2?: {
|
|
1766
|
+
readonly report_id?: unknown
|
|
1767
|
+
readonly status?: unknown
|
|
1768
|
+
readonly creation_time?: unknown
|
|
1769
|
+
readonly last_update_time?: unknown
|
|
1770
|
+
readonly channel_name?: unknown
|
|
1771
|
+
readonly channel_jid?: unknown
|
|
1772
|
+
readonly reported_content_data?: {
|
|
1773
|
+
readonly __typename?: unknown
|
|
1774
|
+
readonly server_msg_id?: unknown
|
|
1775
|
+
readonly server_id?: unknown
|
|
1776
|
+
readonly server_response_id?: unknown
|
|
1777
|
+
readonly notify_name?: unknown
|
|
1778
|
+
readonly question_data?: {
|
|
1779
|
+
readonly __typename?: unknown
|
|
1780
|
+
readonly server_msg_id?: unknown
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
readonly appeal?: {
|
|
1784
|
+
readonly state?: unknown
|
|
1785
|
+
readonly appeal_reason?: unknown
|
|
1786
|
+
readonly creation_time?: unknown
|
|
1787
|
+
readonly report_id?: unknown
|
|
1788
|
+
readonly appeal_id?: unknown
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
export type WaMexCreateWhatsAppAdsIdentityResponse = {
|
|
1794
|
+
readonly create_or_update_whatsapp_ads_identity?: {
|
|
1795
|
+
readonly id?: unknown
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
export type WaMexCustomLabel3pdEventResponse = {
|
|
1800
|
+
readonly xwa_get_3pd_event?: {
|
|
1801
|
+
readonly custom_label?: unknown
|
|
1802
|
+
readonly ctwa_3pd_conversion_type?: unknown
|
|
1803
|
+
readonly ctwa_3pd_conversion_subtype?: unknown
|
|
1804
|
+
readonly ctwa_3pd_conversion_metadata?: unknown
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
export type WaMexDeleteNewsletterResponse = {
|
|
1809
|
+
readonly xwa2_newsletter_delete_v2?: {
|
|
1810
|
+
readonly id?: unknown
|
|
1811
|
+
readonly state?: {
|
|
1812
|
+
readonly type?: unknown
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
export type WaMexDemoteNewsletterAdminResponse = {
|
|
1818
|
+
readonly xwa2_newsletter_admin_demote?: {
|
|
1819
|
+
readonly __typename?: unknown
|
|
1820
|
+
readonly id?: unknown
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
export type WaMexEditBizProfileResponse = {
|
|
1825
|
+
readonly edit_wa_web_biz_profile?: unknown
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
export type WaMexExternalCtxAuthoriseWAChatResponse = {
|
|
1829
|
+
readonly xwa_external_ctx_authorise_wa_chat?: {
|
|
1830
|
+
readonly success?: unknown
|
|
1831
|
+
readonly partner_name?: unknown
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
export type WaMexFetchAboutStatusResponse = {
|
|
1836
|
+
readonly xwa2_users_updates_since?: {
|
|
1837
|
+
readonly updates?: {
|
|
1838
|
+
readonly __typename?: unknown
|
|
1839
|
+
readonly text?: unknown
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
export type WaMexFetchAdEntryPointsConfigurationResponse = {
|
|
1845
|
+
readonly ctwa_client_entry_point_entitlement?: {
|
|
1846
|
+
readonly entry_point_or_experience?: unknown
|
|
1847
|
+
readonly should_show?: unknown
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
export type WaMexFetchAdEntryPointsConfigurationM1Response = {
|
|
1852
|
+
readonly ctwa_client_entry_point_entitlement?: {
|
|
1853
|
+
readonly entry_point_or_experience?: unknown
|
|
1854
|
+
readonly should_show?: unknown
|
|
1855
|
+
readonly content?: unknown
|
|
1856
|
+
readonly sub_content?: unknown
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
export type WaMexFetchAllNewslettersMetadataResponse = {
|
|
1861
|
+
readonly xwa2_newsletter_subscribed?: {
|
|
1862
|
+
readonly id?: unknown
|
|
1863
|
+
readonly state?: {
|
|
1864
|
+
readonly type?: unknown
|
|
1865
|
+
}
|
|
1866
|
+
readonly thread_metadata?: {
|
|
1867
|
+
readonly creation_time?: unknown
|
|
1868
|
+
readonly name?: {
|
|
1869
|
+
readonly id?: unknown
|
|
1870
|
+
readonly text?: unknown
|
|
1871
|
+
readonly update_time?: unknown
|
|
1872
|
+
}
|
|
1873
|
+
readonly picture?: {
|
|
1874
|
+
readonly id?: unknown
|
|
1875
|
+
readonly type?: unknown
|
|
1876
|
+
readonly direct_path?: unknown
|
|
1877
|
+
}
|
|
1878
|
+
readonly preview?: {
|
|
1879
|
+
readonly id?: unknown
|
|
1880
|
+
readonly type?: unknown
|
|
1881
|
+
readonly direct_path?: unknown
|
|
1882
|
+
}
|
|
1883
|
+
readonly description?: {
|
|
1884
|
+
readonly id?: unknown
|
|
1885
|
+
readonly text?: unknown
|
|
1886
|
+
readonly update_time?: unknown
|
|
1887
|
+
}
|
|
1888
|
+
readonly invite?: unknown
|
|
1889
|
+
readonly handle?: unknown
|
|
1890
|
+
readonly verification?: unknown
|
|
1891
|
+
readonly settings?: {
|
|
1892
|
+
readonly reaction_codes?: {
|
|
1893
|
+
readonly value?: unknown
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
readonly wamo_sub?: {
|
|
1897
|
+
readonly plan_id?: unknown
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
readonly viewer_metadata?: {
|
|
1901
|
+
readonly settings?: {
|
|
1902
|
+
readonly type?: unknown
|
|
1903
|
+
readonly value?: unknown
|
|
1904
|
+
}
|
|
1905
|
+
readonly role?: unknown
|
|
1906
|
+
readonly wamo_sub_status?: unknown
|
|
1907
|
+
}
|
|
1908
|
+
readonly status_metadata?: {
|
|
1909
|
+
readonly last_status_server_id?: unknown
|
|
1910
|
+
readonly last_status_sent_time?: unknown
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
export type WaMexFetchAllSubgroupsResponse = {
|
|
1916
|
+
readonly xwa2_group_query_by_id?: {
|
|
1917
|
+
readonly id?: unknown
|
|
1918
|
+
readonly __typename?: unknown
|
|
1919
|
+
readonly default_sub_group?: {
|
|
1920
|
+
readonly id?: unknown
|
|
1921
|
+
readonly subject?: {
|
|
1922
|
+
readonly value?: unknown
|
|
1923
|
+
readonly creation_time?: unknown
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
readonly sub_groups?: {
|
|
1927
|
+
readonly edges?: {
|
|
1928
|
+
readonly node?: {
|
|
1929
|
+
readonly id?: unknown
|
|
1930
|
+
readonly subject?: {
|
|
1931
|
+
readonly value?: unknown
|
|
1932
|
+
readonly creation_time?: unknown
|
|
1933
|
+
}
|
|
1934
|
+
readonly properties?: {
|
|
1935
|
+
readonly general_chat?: unknown
|
|
1936
|
+
readonly membership_approval_mode_enabled?: unknown
|
|
1937
|
+
readonly hidden_group?: unknown
|
|
1938
|
+
}
|
|
1939
|
+
readonly membership_approval_requests?: {
|
|
1940
|
+
readonly total_count?: unknown
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
export type WaMexFetchBotProfilesGQLResponse = {
|
|
1949
|
+
readonly xfb_fetch_genai_personas?: {
|
|
1950
|
+
readonly __typename?: unknown
|
|
1951
|
+
readonly id?: unknown
|
|
1952
|
+
readonly jid?: unknown
|
|
1953
|
+
readonly is_meta_created?: unknown
|
|
1954
|
+
readonly creator?: {
|
|
1955
|
+
readonly name?: unknown
|
|
1956
|
+
readonly profile_uri?: unknown
|
|
1957
|
+
}
|
|
1958
|
+
readonly latest_published_version_for_viewer?: {
|
|
1959
|
+
readonly __typename?: unknown
|
|
1960
|
+
readonly name?: unknown
|
|
1961
|
+
readonly description?: unknown
|
|
1962
|
+
readonly icebreaker_prompt_list?: unknown
|
|
1963
|
+
readonly posing_as_professional?: unknown
|
|
1964
|
+
readonly id?: unknown
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
export type WaMexFetchDynamicAIModesResponse = {
|
|
1970
|
+
readonly xfb_meta_ai_modes?: {
|
|
1971
|
+
readonly mode_id?: unknown
|
|
1972
|
+
readonly type?: unknown
|
|
1973
|
+
readonly is_experimental?: unknown
|
|
1974
|
+
readonly title?: unknown
|
|
1975
|
+
readonly subtitle?: unknown
|
|
1976
|
+
}
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
export type WaMexFetchGroupInfoResponse = {
|
|
1980
|
+
readonly xwa2_group_query_by_id?: {
|
|
1981
|
+
readonly __typename?: unknown
|
|
1982
|
+
readonly id?: unknown
|
|
1983
|
+
readonly creation_time?: unknown
|
|
1984
|
+
readonly creator?: {
|
|
1985
|
+
readonly id?: unknown
|
|
1986
|
+
readonly lid?: unknown
|
|
1987
|
+
readonly pn?: unknown
|
|
1988
|
+
readonly username_info?: {
|
|
1989
|
+
readonly __typename?: unknown
|
|
1990
|
+
readonly username?: unknown
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
readonly state?: unknown
|
|
1994
|
+
readonly subject?: {
|
|
1995
|
+
readonly creator?: {
|
|
1996
|
+
readonly id?: unknown
|
|
1997
|
+
readonly lid?: unknown
|
|
1998
|
+
readonly pn?: unknown
|
|
1999
|
+
readonly username_info?: {
|
|
2000
|
+
readonly __typename?: unknown
|
|
2001
|
+
readonly username?: unknown
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
readonly creation_time?: unknown
|
|
2005
|
+
readonly value?: unknown
|
|
2006
|
+
}
|
|
2007
|
+
readonly description?: {
|
|
2008
|
+
readonly id?: unknown
|
|
2009
|
+
readonly creation_time?: unknown
|
|
2010
|
+
readonly creator?: {
|
|
2011
|
+
readonly id?: unknown
|
|
2012
|
+
readonly lid?: unknown
|
|
2013
|
+
readonly pn?: unknown
|
|
2014
|
+
readonly username_info?: {
|
|
2015
|
+
readonly __typename?: unknown
|
|
2016
|
+
readonly username?: unknown
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
readonly value?: unknown
|
|
2020
|
+
}
|
|
2021
|
+
readonly participants?: {
|
|
2022
|
+
readonly edges?: {
|
|
2023
|
+
readonly node?: {
|
|
2024
|
+
readonly id?: unknown
|
|
2025
|
+
readonly lid?: unknown
|
|
2026
|
+
readonly pn?: unknown
|
|
2027
|
+
readonly display_name?: unknown
|
|
2028
|
+
readonly username_info?: {
|
|
2029
|
+
readonly __typename?: unknown
|
|
2030
|
+
readonly username?: unknown
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
readonly role?: unknown
|
|
2034
|
+
}
|
|
2035
|
+
readonly participants_phash_match?: unknown
|
|
2036
|
+
}
|
|
2037
|
+
readonly total_participants_count?: unknown
|
|
2038
|
+
readonly missing_participant_identification?: unknown
|
|
2039
|
+
readonly properties?: {
|
|
2040
|
+
readonly announcement?: unknown
|
|
2041
|
+
readonly capi?: unknown
|
|
2042
|
+
readonly ephemeral?: {
|
|
2043
|
+
readonly expiration_time_in_sec?: unknown
|
|
2044
|
+
}
|
|
2045
|
+
readonly growth_locked2?: {
|
|
2046
|
+
readonly locked?: unknown
|
|
2047
|
+
}
|
|
2048
|
+
readonly lid_migration_state?: {
|
|
2049
|
+
readonly addressing_mode?: unknown
|
|
2050
|
+
}
|
|
2051
|
+
readonly locked?: unknown
|
|
2052
|
+
readonly member_add_mode?: unknown
|
|
2053
|
+
readonly member_link_mode?: unknown
|
|
2054
|
+
readonly member_share_group_history_mode?: unknown
|
|
2055
|
+
readonly membership_approval_mode_enabled?: unknown
|
|
2056
|
+
readonly support?: unknown
|
|
2057
|
+
readonly group_safety_check?: unknown
|
|
2058
|
+
readonly appeal_status?: unknown
|
|
2059
|
+
readonly appeal_update_time?: unknown
|
|
2060
|
+
readonly limit_sharing?: {
|
|
2061
|
+
readonly limit_sharing_enabled?: unknown
|
|
2062
|
+
}
|
|
2063
|
+
}
|
|
2064
|
+
readonly membership_approval_request?: unknown
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
export type WaMexFetchGroupInfoIncludBotsResponse = {
|
|
2069
|
+
readonly xwa2_group_query_by_id?: {
|
|
2070
|
+
readonly __typename?: unknown
|
|
2071
|
+
readonly id?: unknown
|
|
2072
|
+
readonly creation_time?: unknown
|
|
2073
|
+
readonly creator?: {
|
|
2074
|
+
readonly id?: unknown
|
|
2075
|
+
readonly lid?: unknown
|
|
2076
|
+
readonly pn?: unknown
|
|
2077
|
+
readonly username_info?: {
|
|
2078
|
+
readonly __typename?: unknown
|
|
2079
|
+
readonly username?: unknown
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
readonly state?: unknown
|
|
2083
|
+
readonly subject?: {
|
|
2084
|
+
readonly creator?: {
|
|
2085
|
+
readonly id?: unknown
|
|
2086
|
+
readonly lid?: unknown
|
|
2087
|
+
readonly pn?: unknown
|
|
2088
|
+
readonly username_info?: {
|
|
2089
|
+
readonly __typename?: unknown
|
|
2090
|
+
readonly username?: unknown
|
|
2091
|
+
}
|
|
2092
|
+
}
|
|
2093
|
+
readonly creation_time?: unknown
|
|
2094
|
+
readonly value?: unknown
|
|
2095
|
+
}
|
|
2096
|
+
readonly description?: {
|
|
2097
|
+
readonly id?: unknown
|
|
2098
|
+
readonly creation_time?: unknown
|
|
2099
|
+
readonly creator?: {
|
|
2100
|
+
readonly id?: unknown
|
|
2101
|
+
readonly lid?: unknown
|
|
2102
|
+
readonly pn?: unknown
|
|
2103
|
+
readonly username_info?: {
|
|
2104
|
+
readonly __typename?: unknown
|
|
2105
|
+
readonly username?: unknown
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
readonly value?: unknown
|
|
2109
|
+
}
|
|
2110
|
+
readonly participants?: {
|
|
2111
|
+
readonly edges?: {
|
|
2112
|
+
readonly participant?: {
|
|
2113
|
+
readonly __typename?: unknown
|
|
2114
|
+
readonly id?: unknown
|
|
2115
|
+
readonly lid?: unknown
|
|
2116
|
+
readonly pn?: unknown
|
|
2117
|
+
readonly display_name?: unknown
|
|
2118
|
+
readonly username_info?: {
|
|
2119
|
+
readonly __typename?: unknown
|
|
2120
|
+
readonly username?: unknown
|
|
2121
|
+
}
|
|
2122
|
+
readonly jid?: unknown
|
|
2123
|
+
}
|
|
2124
|
+
readonly role?: unknown
|
|
2125
|
+
}
|
|
2126
|
+
readonly participants_phash_match?: unknown
|
|
2127
|
+
}
|
|
2128
|
+
readonly total_participants_count?: unknown
|
|
2129
|
+
readonly missing_participant_identification?: unknown
|
|
2130
|
+
readonly properties?: {
|
|
2131
|
+
readonly allow_admin_reports?: unknown
|
|
2132
|
+
readonly announcement?: unknown
|
|
2133
|
+
readonly capi?: unknown
|
|
2134
|
+
readonly ephemeral?: {
|
|
2135
|
+
readonly expiration_time_in_sec?: unknown
|
|
2136
|
+
}
|
|
2137
|
+
readonly growth_locked2?: {
|
|
2138
|
+
readonly locked?: unknown
|
|
2139
|
+
}
|
|
2140
|
+
readonly lid_migration_state?: {
|
|
2141
|
+
readonly addressing_mode?: unknown
|
|
2142
|
+
}
|
|
2143
|
+
readonly locked?: unknown
|
|
2144
|
+
readonly member_add_mode?: unknown
|
|
2145
|
+
readonly member_link_mode?: unknown
|
|
2146
|
+
readonly member_share_group_history_mode?: unknown
|
|
2147
|
+
readonly membership_approval_mode_enabled?: unknown
|
|
2148
|
+
readonly support?: unknown
|
|
2149
|
+
readonly group_safety_check?: unknown
|
|
2150
|
+
readonly appeal_status?: unknown
|
|
2151
|
+
readonly appeal_update_time?: unknown
|
|
2152
|
+
readonly limit_sharing?: {
|
|
2153
|
+
readonly limit_sharing_enabled?: unknown
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
2156
|
+
readonly membership_approval_request?: unknown
|
|
2157
|
+
}
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
export type WaMexFetchGroupInviteCodeResponse = {
|
|
2161
|
+
readonly xwa2_group_query_by_id?: {
|
|
2162
|
+
readonly __typename?: unknown
|
|
2163
|
+
readonly invite_code?: unknown
|
|
2164
|
+
readonly id?: unknown
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
export type WaMexFetchGroupIsInternalResponse = {
|
|
2169
|
+
readonly xwa2_group_query_by_id?: {
|
|
2170
|
+
readonly __typename?: unknown
|
|
2171
|
+
readonly properties?: {
|
|
2172
|
+
readonly internal?: unknown
|
|
2173
|
+
}
|
|
2174
|
+
readonly id?: unknown
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
export type WaMexFetchIntegritySignalsResponse = {
|
|
2179
|
+
readonly xwa2_fetch_wa_users?: {
|
|
2180
|
+
readonly __typename?: unknown
|
|
2181
|
+
readonly integrity_signals_info?: {
|
|
2182
|
+
readonly __typename?: unknown
|
|
2183
|
+
readonly is_suspicious_start_chat?: unknown
|
|
2184
|
+
readonly is_new_account?: unknown
|
|
2185
|
+
}
|
|
2186
|
+
readonly id?: unknown
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
export type WaMexFetchNativeAdsMvpEligibilityResponse = {
|
|
2191
|
+
readonly wa_smb_native_ads_web_info?: {
|
|
2192
|
+
readonly lifetime_native_ctwa_advertiser?: unknown
|
|
2193
|
+
readonly webclient_l90_ad_creator?: unknown
|
|
2194
|
+
readonly is_page_asset_linked?: unknown
|
|
2195
|
+
readonly is_pageless_asset_linked?: unknown
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
export type WaMexFetchNewChatMessageCappingInfoResponse = {
|
|
2200
|
+
readonly xwa2_message_capping_info?: {
|
|
2201
|
+
readonly total_quota?: unknown
|
|
2202
|
+
readonly used_quota?: unknown
|
|
2203
|
+
readonly cycle_start_timestamp?: unknown
|
|
2204
|
+
readonly cycle_end_timestamp?: unknown
|
|
2205
|
+
readonly server_sent_timestamp?: unknown
|
|
2206
|
+
readonly ote_status?: unknown
|
|
2207
|
+
readonly mv_status?: unknown
|
|
2208
|
+
readonly capping_status?: unknown
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
export type WaMexFetchNewsletterResponse = {
|
|
2213
|
+
readonly xwa2_newsletter?: {
|
|
2214
|
+
readonly id?: unknown
|
|
2215
|
+
readonly state?: {
|
|
2216
|
+
readonly type?: unknown
|
|
2217
|
+
}
|
|
2218
|
+
readonly thread_metadata?: {
|
|
2219
|
+
readonly creation_time?: unknown
|
|
2220
|
+
readonly name?: {
|
|
2221
|
+
readonly id?: unknown
|
|
2222
|
+
readonly text?: unknown
|
|
2223
|
+
readonly update_time?: unknown
|
|
2224
|
+
}
|
|
2225
|
+
readonly picture?: {
|
|
2226
|
+
readonly id?: unknown
|
|
2227
|
+
readonly type?: unknown
|
|
2228
|
+
readonly direct_path?: unknown
|
|
2229
|
+
}
|
|
2230
|
+
readonly preview?: {
|
|
2231
|
+
readonly id?: unknown
|
|
2232
|
+
readonly type?: unknown
|
|
2233
|
+
readonly direct_path?: unknown
|
|
2234
|
+
}
|
|
2235
|
+
readonly description?: {
|
|
2236
|
+
readonly id?: unknown
|
|
2237
|
+
readonly text?: unknown
|
|
2238
|
+
readonly update_time?: unknown
|
|
2239
|
+
}
|
|
2240
|
+
readonly invite?: unknown
|
|
2241
|
+
readonly handle?: unknown
|
|
2242
|
+
readonly subscribers_count?: unknown
|
|
2243
|
+
readonly verification?: unknown
|
|
2244
|
+
readonly settings?: {
|
|
2245
|
+
readonly reaction_codes?: {
|
|
2246
|
+
readonly value?: unknown
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
readonly wamo_sub?: {
|
|
2250
|
+
readonly plan_id?: unknown
|
|
2251
|
+
}
|
|
2252
|
+
}
|
|
2253
|
+
readonly viewer_metadata?: {
|
|
2254
|
+
readonly settings?: {
|
|
2255
|
+
readonly type?: unknown
|
|
2256
|
+
readonly value?: unknown
|
|
2257
|
+
}
|
|
2258
|
+
readonly role?: unknown
|
|
2259
|
+
readonly wamo_sub_status?: unknown
|
|
2260
|
+
}
|
|
2261
|
+
readonly status_metadata?: {
|
|
2262
|
+
readonly last_status_server_id?: unknown
|
|
2263
|
+
readonly last_status_sent_time?: unknown
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
export type WaMexFetchNewsletterAdminCapabilitiesResponse = {
|
|
2269
|
+
readonly xwa2_newsletter_admin?: {
|
|
2270
|
+
readonly capabilities?: unknown
|
|
2271
|
+
readonly id?: unknown
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
export type WaMexFetchNewsletterAdminInfoResponse = {
|
|
2276
|
+
readonly xwa2_newsletter_admin?: {
|
|
2277
|
+
readonly admin_count?: unknown
|
|
2278
|
+
readonly admin_profile?: {
|
|
2279
|
+
readonly id?: unknown
|
|
2280
|
+
readonly name?: unknown
|
|
2281
|
+
readonly picture?: {
|
|
2282
|
+
readonly id?: unknown
|
|
2283
|
+
readonly direct_path?: unknown
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
readonly admin_settings?: {
|
|
2287
|
+
readonly admin_profiles_enabled?: unknown
|
|
2288
|
+
}
|
|
2289
|
+
readonly id?: unknown
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
export type WaMexFetchNewsletterDehydratedResponse = {
|
|
2294
|
+
readonly xwa2_newsletter?: {
|
|
2295
|
+
readonly id?: unknown
|
|
2296
|
+
readonly thread_metadata?: {
|
|
2297
|
+
readonly subscribers_count?: unknown
|
|
2298
|
+
readonly verification?: unknown
|
|
2299
|
+
readonly settings?: {
|
|
2300
|
+
readonly reaction_codes?: {
|
|
2301
|
+
readonly value?: unknown
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
readonly wamo_sub?: {
|
|
2305
|
+
readonly plan_id?: unknown
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
readonly viewer_metadata?: {
|
|
2309
|
+
readonly wamo_sub_status?: unknown
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
export type WaMexFetchNewsletterDirectoryCategoriesPreviewResponse = {
|
|
2315
|
+
readonly xwa2_newsletters_directory_category_preview?: {
|
|
2316
|
+
readonly result?: {
|
|
2317
|
+
readonly category?: unknown
|
|
2318
|
+
readonly category_title?: unknown
|
|
2319
|
+
readonly newsletters?: {
|
|
2320
|
+
readonly id?: unknown
|
|
2321
|
+
readonly thread_metadata?: {
|
|
2322
|
+
readonly creation_time?: unknown
|
|
2323
|
+
readonly invite?: unknown
|
|
2324
|
+
readonly handle?: unknown
|
|
2325
|
+
readonly subscribers_count?: unknown
|
|
2326
|
+
readonly name?: {
|
|
2327
|
+
readonly id?: unknown
|
|
2328
|
+
readonly text?: unknown
|
|
2329
|
+
readonly update_time?: unknown
|
|
2330
|
+
}
|
|
2331
|
+
readonly description?: {
|
|
2332
|
+
readonly id?: unknown
|
|
2333
|
+
readonly text?: unknown
|
|
2334
|
+
readonly update_time?: unknown
|
|
2335
|
+
}
|
|
2336
|
+
readonly picture?: {
|
|
2337
|
+
readonly id?: unknown
|
|
2338
|
+
readonly direct_path?: unknown
|
|
2339
|
+
readonly type?: unknown
|
|
2340
|
+
}
|
|
2341
|
+
readonly verification?: unknown
|
|
2342
|
+
}
|
|
2343
|
+
readonly status_metadata?: {
|
|
2344
|
+
readonly last_status_server_id?: unknown
|
|
2345
|
+
readonly last_status_sent_time?: unknown
|
|
2346
|
+
}
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
export type WaMexFetchNewsletterDirectoryListResponse = {
|
|
2353
|
+
readonly xwa2_newsletters_directory_list?: {
|
|
2354
|
+
readonly page_info?: {
|
|
2355
|
+
readonly hasNextPage?: unknown
|
|
2356
|
+
readonly hasPreviousPage?: unknown
|
|
2357
|
+
readonly startCursor?: unknown
|
|
2358
|
+
readonly endCursor?: unknown
|
|
2359
|
+
}
|
|
2360
|
+
readonly result?: {
|
|
2361
|
+
readonly id?: unknown
|
|
2362
|
+
readonly thread_metadata?: {
|
|
2363
|
+
readonly creation_time?: unknown
|
|
2364
|
+
readonly invite?: unknown
|
|
2365
|
+
readonly handle?: unknown
|
|
2366
|
+
readonly subscribers_count?: unknown
|
|
2367
|
+
readonly name?: {
|
|
2368
|
+
readonly id?: unknown
|
|
2369
|
+
readonly text?: unknown
|
|
2370
|
+
readonly update_time?: unknown
|
|
2371
|
+
}
|
|
2372
|
+
readonly description?: {
|
|
2373
|
+
readonly id?: unknown
|
|
2374
|
+
readonly text?: unknown
|
|
2375
|
+
readonly update_time?: unknown
|
|
2376
|
+
}
|
|
2377
|
+
readonly picture?: {
|
|
2378
|
+
readonly id?: unknown
|
|
2379
|
+
readonly direct_path?: unknown
|
|
2380
|
+
readonly type?: unknown
|
|
2381
|
+
}
|
|
2382
|
+
readonly verification?: unknown
|
|
2383
|
+
}
|
|
2384
|
+
readonly status_metadata?: {
|
|
2385
|
+
readonly last_status_server_id?: unknown
|
|
2386
|
+
readonly last_status_sent_time?: unknown
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
export type WaMexFetchNewsletterDirectorySearchResultsResponse = {
|
|
2393
|
+
readonly xwa2_newsletters_directory_search?: {
|
|
2394
|
+
readonly page_info?: {
|
|
2395
|
+
readonly hasNextPage?: unknown
|
|
2396
|
+
readonly hasPreviousPage?: unknown
|
|
2397
|
+
readonly startCursor?: unknown
|
|
2398
|
+
readonly endCursor?: unknown
|
|
2399
|
+
}
|
|
2400
|
+
readonly result?: {
|
|
2401
|
+
readonly id?: unknown
|
|
2402
|
+
readonly thread_metadata?: {
|
|
2403
|
+
readonly creation_time?: unknown
|
|
2404
|
+
readonly invite?: unknown
|
|
2405
|
+
readonly handle?: unknown
|
|
2406
|
+
readonly subscribers_count?: unknown
|
|
2407
|
+
readonly name?: {
|
|
2408
|
+
readonly id?: unknown
|
|
2409
|
+
readonly text?: unknown
|
|
2410
|
+
readonly update_time?: unknown
|
|
2411
|
+
}
|
|
2412
|
+
readonly description?: {
|
|
2413
|
+
readonly id?: unknown
|
|
2414
|
+
readonly text?: unknown
|
|
2415
|
+
readonly update_time?: unknown
|
|
2416
|
+
}
|
|
2417
|
+
readonly picture?: {
|
|
2418
|
+
readonly id?: unknown
|
|
2419
|
+
readonly direct_path?: unknown
|
|
2420
|
+
readonly type?: unknown
|
|
2421
|
+
}
|
|
2422
|
+
readonly verification?: unknown
|
|
2423
|
+
}
|
|
2424
|
+
readonly status_metadata?: {
|
|
2425
|
+
readonly last_status_server_id?: unknown
|
|
2426
|
+
readonly last_status_sent_time?: unknown
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
export type WaMexFetchNewsletterEnforcementsResponse = {
|
|
2433
|
+
readonly xwa2_channel_enforcements?: {
|
|
2434
|
+
readonly profile_picture_deletions?: {
|
|
2435
|
+
readonly enforcement_creation_time?: unknown
|
|
2436
|
+
readonly appeal_creation_time?: unknown
|
|
2437
|
+
readonly appeal_state?: unknown
|
|
2438
|
+
readonly enforcement_violation_category?: unknown
|
|
2439
|
+
readonly enforcement_source?: unknown
|
|
2440
|
+
readonly enforcement_id?: unknown
|
|
2441
|
+
readonly enforcement_extra_data?: {
|
|
2442
|
+
readonly ip_violation_report_data?: {
|
|
2443
|
+
readonly report_fbid?: unknown
|
|
2444
|
+
readonly appeal_form_url?: unknown
|
|
2445
|
+
readonly reporter_email?: unknown
|
|
2446
|
+
readonly reporter_name?: unknown
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
readonly enforcement_policy_information?: {
|
|
2450
|
+
readonly overview?: unknown
|
|
2451
|
+
readonly headline?: unknown
|
|
2452
|
+
readonly subtitle?: unknown
|
|
2453
|
+
readonly explanation?: unknown
|
|
2454
|
+
readonly admin_disclaimer?: unknown
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2457
|
+
readonly suspensions?: {
|
|
2458
|
+
readonly appeal_creation_time?: unknown
|
|
2459
|
+
readonly enforcement_creation_time?: unknown
|
|
2460
|
+
readonly appeal_state?: unknown
|
|
2461
|
+
readonly enforcement_violation_category?: unknown
|
|
2462
|
+
readonly enforcement_id?: unknown
|
|
2463
|
+
readonly enforcement_source?: unknown
|
|
2464
|
+
readonly enforcement_extra_data?: {
|
|
2465
|
+
readonly ip_violation_report_data?: {
|
|
2466
|
+
readonly report_fbid?: unknown
|
|
2467
|
+
readonly appeal_form_url?: unknown
|
|
2468
|
+
readonly reporter_email?: unknown
|
|
2469
|
+
readonly reporter_name?: unknown
|
|
2470
|
+
}
|
|
2471
|
+
readonly enforcement_target_data?: {
|
|
2472
|
+
readonly __typename?: unknown
|
|
2473
|
+
readonly server_msg_id?: unknown
|
|
2474
|
+
readonly server_id?: unknown
|
|
2475
|
+
readonly id?: unknown
|
|
2476
|
+
}
|
|
2477
|
+
readonly appeal_extra_data?: {
|
|
2478
|
+
readonly appeal_form_url?: unknown
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2481
|
+
readonly enforcement_policy_information?: {
|
|
2482
|
+
readonly overview?: unknown
|
|
2483
|
+
readonly headline?: unknown
|
|
2484
|
+
readonly subtitle?: unknown
|
|
2485
|
+
readonly explanation?: unknown
|
|
2486
|
+
readonly admin_disclaimer?: unknown
|
|
2487
|
+
}
|
|
2488
|
+
}
|
|
2489
|
+
readonly violating_messages?: {
|
|
2490
|
+
readonly base_enforcement_data?: {
|
|
2491
|
+
readonly enforcement_creation_time?: unknown
|
|
2492
|
+
readonly appeal_creation_time?: unknown
|
|
2493
|
+
readonly appeal_state?: unknown
|
|
2494
|
+
readonly enforcement_id?: unknown
|
|
2495
|
+
readonly enforcement_violation_category?: unknown
|
|
2496
|
+
readonly enforcement_source?: unknown
|
|
2497
|
+
readonly enforcement_extra_data?: {
|
|
2498
|
+
readonly ip_violation_report_data?: {
|
|
2499
|
+
readonly report_fbid?: unknown
|
|
2500
|
+
readonly appeal_form_url?: unknown
|
|
2501
|
+
readonly reporter_email?: unknown
|
|
2502
|
+
readonly reporter_name?: unknown
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
readonly enforcement_policy_information?: {
|
|
2506
|
+
readonly overview?: unknown
|
|
2507
|
+
readonly headline?: unknown
|
|
2508
|
+
readonly subtitle?: unknown
|
|
2509
|
+
readonly explanation?: unknown
|
|
2510
|
+
readonly admin_disclaimer?: unknown
|
|
2511
|
+
}
|
|
2512
|
+
}
|
|
2513
|
+
readonly content_data?: {
|
|
2514
|
+
readonly __typename?: unknown
|
|
2515
|
+
readonly server_msg_id?: unknown
|
|
2516
|
+
readonly server_id?: unknown
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
readonly geosuspensions?: {
|
|
2520
|
+
readonly base_enforcement_data?: {
|
|
2521
|
+
readonly enforcement_creation_time?: unknown
|
|
2522
|
+
readonly appeal_creation_time?: unknown
|
|
2523
|
+
readonly appeal_state?: unknown
|
|
2524
|
+
readonly enforcement_id?: unknown
|
|
2525
|
+
readonly enforcement_violation_category?: unknown
|
|
2526
|
+
readonly enforcement_source?: unknown
|
|
2527
|
+
readonly enforcement_extra_data?: {
|
|
2528
|
+
readonly ip_violation_report_data?: {
|
|
2529
|
+
readonly report_fbid?: unknown
|
|
2530
|
+
readonly appeal_form_url?: unknown
|
|
2531
|
+
readonly reporter_email?: unknown
|
|
2532
|
+
readonly reporter_name?: unknown
|
|
2533
|
+
}
|
|
2534
|
+
readonly enforcement_target_data?: {
|
|
2535
|
+
readonly __typename?: unknown
|
|
2536
|
+
readonly server_msg_id?: unknown
|
|
2537
|
+
readonly server_id?: unknown
|
|
2538
|
+
readonly id?: unknown
|
|
2539
|
+
}
|
|
2540
|
+
readonly appeal_extra_data?: {
|
|
2541
|
+
readonly appeal_form_url?: unknown
|
|
2542
|
+
}
|
|
2543
|
+
readonly enforcing_entity_data?: {
|
|
2544
|
+
readonly name?: unknown
|
|
2545
|
+
}
|
|
2546
|
+
readonly enforcement_origin_workflow?: unknown
|
|
2547
|
+
readonly enforcement_origin_legal_basis?: unknown
|
|
2548
|
+
}
|
|
2549
|
+
readonly enforcement_policy_information?: {
|
|
2550
|
+
readonly overview?: unknown
|
|
2551
|
+
readonly headline?: unknown
|
|
2552
|
+
readonly subtitle?: unknown
|
|
2553
|
+
readonly explanation?: unknown
|
|
2554
|
+
readonly admin_disclaimer?: unknown
|
|
2555
|
+
}
|
|
2556
|
+
}
|
|
2557
|
+
readonly country_codes?: unknown
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
export type WaMexFetchNewsletterFollowersResponse = {
|
|
2563
|
+
readonly xwa2_newsletter_followers?: {
|
|
2564
|
+
readonly followers?: {
|
|
2565
|
+
readonly edges?: {
|
|
2566
|
+
readonly node?: {
|
|
2567
|
+
readonly id?: unknown
|
|
2568
|
+
readonly display_name?: unknown
|
|
2569
|
+
readonly pn?: unknown
|
|
2570
|
+
readonly username_info?: {
|
|
2571
|
+
readonly __typename?: unknown
|
|
2572
|
+
readonly username?: unknown
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
readonly follow_time?: unknown
|
|
2576
|
+
readonly role?: unknown
|
|
2577
|
+
readonly admin_profile?: {
|
|
2578
|
+
readonly id?: unknown
|
|
2579
|
+
readonly name?: unknown
|
|
2580
|
+
readonly picture?: {
|
|
2581
|
+
readonly direct_path?: unknown
|
|
2582
|
+
readonly id?: unknown
|
|
2583
|
+
}
|
|
2584
|
+
}
|
|
2585
|
+
}
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
}
|
|
2589
|
+
|
|
2590
|
+
export type WaMexFetchNewsletterInsightsResponse = {
|
|
2591
|
+
readonly xwa2_newsletter_admin_insights?: {
|
|
2592
|
+
readonly newsletter_id?: unknown
|
|
2593
|
+
readonly state?: {
|
|
2594
|
+
readonly type?: unknown
|
|
2595
|
+
}
|
|
2596
|
+
readonly last_update_time?: unknown
|
|
2597
|
+
readonly metrics_status?: unknown
|
|
2598
|
+
readonly result?: {
|
|
2599
|
+
readonly id?: unknown
|
|
2600
|
+
readonly values?: {
|
|
2601
|
+
readonly value?: unknown
|
|
2602
|
+
readonly country?: unknown
|
|
2603
|
+
readonly role?: unknown
|
|
2604
|
+
readonly timestamp?: unknown
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
export type WaMexFetchNewsletterIsDomainPreviewableResponse = {
|
|
2611
|
+
readonly xwa2_newsletter_message_integrity?: {
|
|
2612
|
+
readonly url_previews?: {
|
|
2613
|
+
readonly url_domain?: unknown
|
|
2614
|
+
readonly is_previewable?: unknown
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
export type WaMexFetchNewsletterMessageReactionSenderListResponse = {
|
|
2620
|
+
readonly xwa2_newsletters_reaction_sender_list?: {
|
|
2621
|
+
readonly reactions?: {
|
|
2622
|
+
readonly reaction_code?: unknown
|
|
2623
|
+
readonly sender_list?: {
|
|
2624
|
+
readonly edges?: {
|
|
2625
|
+
readonly node?: {
|
|
2626
|
+
readonly id?: unknown
|
|
2627
|
+
readonly profile_pic_direct_path?: unknown
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
2630
|
+
}
|
|
2631
|
+
}
|
|
2632
|
+
}
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
export type WaMexFetchNewsletterPendingInvitesResponse = {
|
|
2636
|
+
readonly xwa2_newsletter_admin?: {
|
|
2637
|
+
readonly pending_admin_invites?: {
|
|
2638
|
+
readonly user?: {
|
|
2639
|
+
readonly pn?: unknown
|
|
2640
|
+
readonly id?: unknown
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
2643
|
+
readonly id?: unknown
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
export type WaMexFetchNewsletterPollVotersResponse = {
|
|
2648
|
+
readonly voter_list?: {
|
|
2649
|
+
readonly votes?: {
|
|
2650
|
+
readonly vote_hash?: unknown
|
|
2651
|
+
readonly voter_list?: {
|
|
2652
|
+
readonly edges?: {
|
|
2653
|
+
readonly action_time?: unknown
|
|
2654
|
+
readonly node?: {
|
|
2655
|
+
readonly id?: unknown
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2660
|
+
}
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
export type WaMexFetchNewsletterReportsResponse = {
|
|
2664
|
+
readonly xwa2_channels_reports?: {
|
|
2665
|
+
readonly channels_reports?: {
|
|
2666
|
+
readonly report_id?: unknown
|
|
2667
|
+
readonly status?: unknown
|
|
2668
|
+
readonly creation_time?: unknown
|
|
2669
|
+
readonly last_update_time?: unknown
|
|
2670
|
+
readonly channel_name?: unknown
|
|
2671
|
+
readonly channel_jid?: unknown
|
|
2672
|
+
readonly reported_content_data?: {
|
|
2673
|
+
readonly __typename?: unknown
|
|
2674
|
+
readonly server_msg_id?: unknown
|
|
2675
|
+
readonly server_id?: unknown
|
|
2676
|
+
readonly server_response_id?: unknown
|
|
2677
|
+
readonly notify_name?: unknown
|
|
2678
|
+
readonly question_data?: {
|
|
2679
|
+
readonly __typename?: unknown
|
|
2680
|
+
readonly server_msg_id?: unknown
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
readonly appeal?: {
|
|
2684
|
+
readonly state?: unknown
|
|
2685
|
+
readonly appeal_reason?: unknown
|
|
2686
|
+
readonly creation_time?: unknown
|
|
2687
|
+
readonly report_id?: unknown
|
|
2688
|
+
readonly appeal_id?: unknown
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
export type WaMexFetchOHAIKeyConfigResponse = {
|
|
2695
|
+
readonly xwa2_ohai_configurations?: {
|
|
2696
|
+
readonly ohai_configs?: {
|
|
2697
|
+
readonly aead_id?: unknown
|
|
2698
|
+
readonly expiration_date?: unknown
|
|
2699
|
+
readonly kdf_id?: unknown
|
|
2700
|
+
readonly kem_id?: unknown
|
|
2701
|
+
readonly key_id?: unknown
|
|
2702
|
+
readonly last_updated_time?: unknown
|
|
2703
|
+
readonly public_key?: unknown
|
|
2704
|
+
}
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
export type WaMexFetchOIDCStateResponse = {
|
|
2709
|
+
readonly xfb_wa_biz_get_oidc_state?: unknown
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
export type WaMexFetchPlaintextLinkPreviewResponse = {
|
|
2713
|
+
readonly xwa2_newsletter_link_preview?: {
|
|
2714
|
+
readonly description?: unknown
|
|
2715
|
+
readonly direct_path?: unknown
|
|
2716
|
+
readonly hash?: unknown
|
|
2717
|
+
readonly preview_type?: unknown
|
|
2718
|
+
readonly thumb_data?: unknown
|
|
2719
|
+
readonly title?: unknown
|
|
2720
|
+
readonly height?: unknown
|
|
2721
|
+
readonly width?: unknown
|
|
2722
|
+
}
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2725
|
+
export type WaMexFetchQuickPromotionsResponse = {
|
|
2726
|
+
readonly quick_promotion_batch_fetch_root?: {
|
|
2727
|
+
readonly surface_nux_id?: unknown
|
|
2728
|
+
readonly eligible_promotions?: {
|
|
2729
|
+
readonly edges?: {
|
|
2730
|
+
readonly client_ttl_seconds?: unknown
|
|
2731
|
+
readonly priority?: unknown
|
|
2732
|
+
readonly is_holdout?: unknown
|
|
2733
|
+
readonly log_eligibility_waterfall?: unknown
|
|
2734
|
+
readonly time_range?: {
|
|
2735
|
+
readonly start?: unknown
|
|
2736
|
+
readonly end?: unknown
|
|
2737
|
+
}
|
|
2738
|
+
readonly node?: {
|
|
2739
|
+
readonly promotion_id?: unknown
|
|
2740
|
+
readonly is_server_force_pass?: unknown
|
|
2741
|
+
readonly ab_prop_name?: unknown
|
|
2742
|
+
readonly surface_delay_in_seconds?: unknown
|
|
2743
|
+
readonly encrypted_logging_data?: unknown
|
|
2744
|
+
readonly client_side_dry_run?: unknown
|
|
2745
|
+
readonly creatives?: {
|
|
2746
|
+
readonly title?: {
|
|
2747
|
+
readonly text?: unknown
|
|
2748
|
+
}
|
|
2749
|
+
readonly content?: {
|
|
2750
|
+
readonly text?: unknown
|
|
2751
|
+
}
|
|
2752
|
+
readonly primary_action?: {
|
|
2753
|
+
readonly title?: {
|
|
2754
|
+
readonly text?: unknown
|
|
2755
|
+
}
|
|
2756
|
+
readonly url?: unknown
|
|
2757
|
+
}
|
|
2758
|
+
readonly wa_light_mode_media_details?: {
|
|
2759
|
+
readonly jpeg_thumbnail?: unknown
|
|
2760
|
+
}
|
|
2761
|
+
readonly wa_dark_mode_media_details?: {
|
|
2762
|
+
readonly jpeg_thumbnail?: unknown
|
|
2763
|
+
}
|
|
2764
|
+
readonly accessibility_text_for_image?: unknown
|
|
2765
|
+
readonly is_dismissible?: unknown
|
|
2766
|
+
readonly id?: unknown
|
|
2767
|
+
}
|
|
2768
|
+
readonly content_attributes?: {
|
|
2769
|
+
readonly wa_banner_background_color?: {
|
|
2770
|
+
readonly light_mode_highlight_color?: unknown
|
|
2771
|
+
readonly dark_mode_highlight_color?: unknown
|
|
2772
|
+
readonly light_mode_background_color?: unknown
|
|
2773
|
+
readonly dark_mode_background_color?: unknown
|
|
2774
|
+
}
|
|
2775
|
+
readonly wa_primary_cta_alternative_url?: unknown
|
|
2776
|
+
readonly wa_eligible_duration_after_impression_in_seconds?: unknown
|
|
2777
|
+
}
|
|
2778
|
+
readonly wa_qp_content_attributes_do_not_use?: {
|
|
2779
|
+
readonly name?: unknown
|
|
2780
|
+
readonly value?: unknown
|
|
2781
|
+
}
|
|
2782
|
+
readonly contextual_filters_for_wa_do_not_use?: {
|
|
2783
|
+
readonly clause_type?: unknown
|
|
2784
|
+
readonly filters?: {
|
|
2785
|
+
readonly filter_name?: unknown
|
|
2786
|
+
readonly parameters?: {
|
|
2787
|
+
readonly key?: unknown
|
|
2788
|
+
readonly value?: unknown
|
|
2789
|
+
}
|
|
2790
|
+
readonly passes_if_client_not_supported?: unknown
|
|
2791
|
+
readonly filter_result?: unknown
|
|
2792
|
+
}
|
|
2793
|
+
readonly clauses?: {
|
|
2794
|
+
readonly clause_type?: unknown
|
|
2795
|
+
readonly filters?: {
|
|
2796
|
+
readonly filter_name?: unknown
|
|
2797
|
+
readonly parameters?: {
|
|
2798
|
+
readonly key?: unknown
|
|
2799
|
+
readonly value?: unknown
|
|
2800
|
+
}
|
|
2801
|
+
readonly passes_if_client_not_supported?: unknown
|
|
2802
|
+
readonly filter_result?: unknown
|
|
2803
|
+
}
|
|
2804
|
+
readonly clauses?: {
|
|
2805
|
+
readonly clause_type?: unknown
|
|
2806
|
+
readonly filters?: {
|
|
2807
|
+
readonly filter_name?: unknown
|
|
2808
|
+
readonly parameters?: {
|
|
2809
|
+
readonly key?: unknown
|
|
2810
|
+
readonly value?: unknown
|
|
2811
|
+
}
|
|
2812
|
+
readonly passes_if_client_not_supported?: unknown
|
|
2813
|
+
readonly filter_result?: unknown
|
|
2814
|
+
}
|
|
2815
|
+
readonly clauses?: {
|
|
2816
|
+
readonly clause_type?: unknown
|
|
2817
|
+
readonly filters?: {
|
|
2818
|
+
readonly filter_name?: unknown
|
|
2819
|
+
readonly parameters?: {
|
|
2820
|
+
readonly key?: unknown
|
|
2821
|
+
readonly value?: unknown
|
|
2822
|
+
}
|
|
2823
|
+
readonly passes_if_client_not_supported?: unknown
|
|
2824
|
+
readonly filter_result?: unknown
|
|
2825
|
+
}
|
|
2826
|
+
readonly clauses?: {
|
|
2827
|
+
readonly clause_type?: unknown
|
|
2828
|
+
readonly filters?: {
|
|
2829
|
+
readonly filter_name?: unknown
|
|
2830
|
+
readonly parameters?: {
|
|
2831
|
+
readonly key?: unknown
|
|
2832
|
+
readonly value?: unknown
|
|
2833
|
+
}
|
|
2834
|
+
readonly passes_if_client_not_supported?: unknown
|
|
2835
|
+
readonly filter_result?: unknown
|
|
2836
|
+
}
|
|
2837
|
+
readonly clauses?: {
|
|
2838
|
+
readonly clause_type?: unknown
|
|
2839
|
+
readonly filters?: {
|
|
2840
|
+
readonly filter_name?: unknown
|
|
2841
|
+
readonly parameters?: {
|
|
2842
|
+
readonly key?: unknown
|
|
2843
|
+
readonly value?: unknown
|
|
2844
|
+
}
|
|
2845
|
+
readonly passes_if_client_not_supported?: unknown
|
|
2846
|
+
readonly filter_result?: unknown
|
|
2847
|
+
}
|
|
2848
|
+
readonly clauses?: {
|
|
2849
|
+
readonly clause_type?: unknown
|
|
2850
|
+
readonly filters?: {
|
|
2851
|
+
readonly filter_name?: unknown
|
|
2852
|
+
readonly parameters?: {
|
|
2853
|
+
readonly key?: unknown
|
|
2854
|
+
readonly value?: unknown
|
|
2855
|
+
}
|
|
2856
|
+
readonly passes_if_client_not_supported?: unknown
|
|
2857
|
+
readonly filter_result?: unknown
|
|
2858
|
+
}
|
|
2859
|
+
readonly clauses?: {
|
|
2860
|
+
readonly clause_type?: unknown
|
|
2861
|
+
readonly filters?: {
|
|
2862
|
+
readonly filter_name?: unknown
|
|
2863
|
+
readonly parameters?: {
|
|
2864
|
+
readonly key?: unknown
|
|
2865
|
+
readonly value?: unknown
|
|
2866
|
+
}
|
|
2867
|
+
readonly passes_if_client_not_supported?: unknown
|
|
2868
|
+
readonly filter_result?: unknown
|
|
2869
|
+
}
|
|
2870
|
+
}
|
|
2871
|
+
}
|
|
2872
|
+
}
|
|
2873
|
+
}
|
|
2874
|
+
}
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
}
|
|
2878
|
+
readonly id?: unknown
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
export type WaMexFetchReachoutTimelockResponse = {
|
|
2886
|
+
readonly xwa2_fetch_account_reachout_timelock?: {
|
|
2887
|
+
readonly is_active?: unknown
|
|
2888
|
+
readonly time_enforcement_ends?: unknown
|
|
2889
|
+
readonly enforcement_type?: unknown
|
|
2890
|
+
}
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
export type WaMexFetchRecommendedNewslettersResponse = {
|
|
2894
|
+
readonly xwa2_newsletters_recommended?: {
|
|
2895
|
+
readonly page_info?: {
|
|
2896
|
+
readonly hasNextPage?: unknown
|
|
2897
|
+
readonly hasPreviousPage?: unknown
|
|
2898
|
+
readonly startCursor?: unknown
|
|
2899
|
+
readonly endCursor?: unknown
|
|
2900
|
+
}
|
|
2901
|
+
readonly result?: {
|
|
2902
|
+
readonly id?: unknown
|
|
2903
|
+
readonly state?: {
|
|
2904
|
+
readonly type?: unknown
|
|
2905
|
+
}
|
|
2906
|
+
readonly thread_metadata?: {
|
|
2907
|
+
readonly creation_time?: unknown
|
|
2908
|
+
readonly name?: {
|
|
2909
|
+
readonly id?: unknown
|
|
2910
|
+
readonly text?: unknown
|
|
2911
|
+
readonly update_time?: unknown
|
|
2912
|
+
}
|
|
2913
|
+
readonly description?: {
|
|
2914
|
+
readonly id?: unknown
|
|
2915
|
+
readonly text?: unknown
|
|
2916
|
+
readonly update_time?: unknown
|
|
2917
|
+
}
|
|
2918
|
+
readonly preview?: {
|
|
2919
|
+
readonly id?: unknown
|
|
2920
|
+
readonly type?: unknown
|
|
2921
|
+
readonly direct_path?: unknown
|
|
2922
|
+
}
|
|
2923
|
+
readonly invite?: unknown
|
|
2924
|
+
readonly handle?: unknown
|
|
2925
|
+
readonly verification?: unknown
|
|
2926
|
+
readonly subscribers_count?: unknown
|
|
2927
|
+
}
|
|
2928
|
+
readonly status_metadata?: {
|
|
2929
|
+
readonly last_status_server_id?: unknown
|
|
2930
|
+
readonly last_status_sent_time?: unknown
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
}
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
export type WaMexFetchSimilarNewslettersResponse = {
|
|
2937
|
+
readonly xwa2_newsletters_similar?: {
|
|
2938
|
+
readonly result?: {
|
|
2939
|
+
readonly id?: unknown
|
|
2940
|
+
readonly thread_metadata?: {
|
|
2941
|
+
readonly name?: {
|
|
2942
|
+
readonly id?: unknown
|
|
2943
|
+
readonly text?: unknown
|
|
2944
|
+
readonly update_time?: unknown
|
|
2945
|
+
}
|
|
2946
|
+
readonly picture?: {
|
|
2947
|
+
readonly id?: unknown
|
|
2948
|
+
readonly type?: unknown
|
|
2949
|
+
readonly direct_path?: unknown
|
|
2950
|
+
}
|
|
2951
|
+
readonly verification?: unknown
|
|
2952
|
+
}
|
|
2953
|
+
readonly status_metadata?: {
|
|
2954
|
+
readonly last_status_server_id?: unknown
|
|
2955
|
+
}
|
|
2956
|
+
readonly state?: {
|
|
2957
|
+
readonly type?: unknown
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
export type WaMexFetchSubgroupSuggestionsResponse = {
|
|
2964
|
+
readonly xwa2_group_query_by_id?: {
|
|
2965
|
+
readonly __typename?: unknown
|
|
2966
|
+
readonly id?: unknown
|
|
2967
|
+
readonly sub_group_suggestions?: {
|
|
2968
|
+
readonly edges?: {
|
|
2969
|
+
readonly node?: {
|
|
2970
|
+
readonly id?: unknown
|
|
2971
|
+
readonly subject?: {
|
|
2972
|
+
readonly value?: unknown
|
|
2973
|
+
}
|
|
2974
|
+
readonly description?: {
|
|
2975
|
+
readonly value?: unknown
|
|
2976
|
+
readonly id?: unknown
|
|
2977
|
+
}
|
|
2978
|
+
readonly creator?: {
|
|
2979
|
+
readonly id?: unknown
|
|
2980
|
+
}
|
|
2981
|
+
readonly creation_time?: unknown
|
|
2982
|
+
readonly total_participants_count?: unknown
|
|
2983
|
+
readonly is_existing_group?: unknown
|
|
2984
|
+
readonly hidden_group?: unknown
|
|
2985
|
+
}
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
export type WaMexFetchSubscriptionEntryPointsResponse = {
|
|
2992
|
+
readonly waSubscriptionEntryPoints?: {
|
|
2993
|
+
readonly subscriptionEntryPoints?: {
|
|
2994
|
+
readonly subscriptionType?: unknown
|
|
2995
|
+
readonly webEntryPointEligibility?: unknown
|
|
2996
|
+
readonly webEntryPointRedirectionUri?: unknown
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
|
|
3001
|
+
export type WaMexFetchSubscriptionsResponse = {
|
|
3002
|
+
readonly xwa_get_subscriptions?: {
|
|
3003
|
+
readonly subscriptions?: {
|
|
3004
|
+
readonly id?: unknown
|
|
3005
|
+
readonly status?: unknown
|
|
3006
|
+
readonly end_time?: unknown
|
|
3007
|
+
readonly creation_time?: unknown
|
|
3008
|
+
readonly tier?: unknown
|
|
3009
|
+
readonly source?: unknown
|
|
3010
|
+
readonly is_platform_changed?: unknown
|
|
3011
|
+
readonly start_time?: unknown
|
|
3012
|
+
}
|
|
3013
|
+
readonly feature_flags?: {
|
|
3014
|
+
readonly name?: unknown
|
|
3015
|
+
readonly enabled?: unknown
|
|
3016
|
+
readonly expiration_time?: unknown
|
|
3017
|
+
readonly limit?: unknown
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
export type WaMexFetchTextStatusListResponse = {
|
|
3023
|
+
readonly xwa2_text_status_list?: {
|
|
3024
|
+
readonly jid?: unknown
|
|
3025
|
+
readonly text?: unknown
|
|
3026
|
+
readonly last_update_time?: unknown
|
|
3027
|
+
readonly ephemeral_duration_sec?: unknown
|
|
3028
|
+
readonly emoji?: {
|
|
3029
|
+
readonly content?: unknown
|
|
3030
|
+
}
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
export type WaMexGetAccessTokenFromOIDCCodeResponse = {
|
|
3035
|
+
readonly xfb_wa_biz_get_token_from_oidc_code?: {
|
|
3036
|
+
readonly access_token?: unknown
|
|
3037
|
+
readonly fb_user_id?: unknown
|
|
3038
|
+
}
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3041
|
+
export type WaMexGetAccountNonceResponse = {
|
|
3042
|
+
readonly xfb_wa_biz_account_nonce?: {
|
|
3043
|
+
readonly detail?: {
|
|
3044
|
+
readonly nonce?: unknown
|
|
3045
|
+
readonly request?: {
|
|
3046
|
+
readonly id?: unknown
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3052
|
+
export type WaMexGetDsbInfoResponse = {
|
|
3053
|
+
readonly xwa2_get_dsb_info?: {
|
|
3054
|
+
readonly reference_number?: unknown
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
export type WaMexGetFBAccountPagesResponse = {
|
|
3059
|
+
readonly user?: {
|
|
3060
|
+
readonly facebook_pages?: {
|
|
3061
|
+
readonly nodes?: {
|
|
3062
|
+
readonly name?: unknown
|
|
3063
|
+
readonly id?: unknown
|
|
3064
|
+
readonly profile_picture?: {
|
|
3065
|
+
readonly uri?: unknown
|
|
3066
|
+
}
|
|
3067
|
+
readonly permitted_tasks?: unknown
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
readonly id?: unknown
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
|
|
3074
|
+
export type WaMexGetNumbersForBrandIdsResponse = {
|
|
3075
|
+
readonly xwa_get_numbers_for_brand_ids?: {
|
|
3076
|
+
readonly brand_ids_data?: {
|
|
3077
|
+
readonly brand_id?: unknown
|
|
3078
|
+
readonly error?: unknown
|
|
3079
|
+
readonly phone_numbers?: unknown
|
|
3080
|
+
readonly lids?: unknown
|
|
3081
|
+
}
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
export type WaMexGetPrivacyListsResponse = {
|
|
3086
|
+
readonly xwa2_fetch_wa_users?: {
|
|
3087
|
+
readonly __typename?: unknown
|
|
3088
|
+
readonly privacy_contact_list?: {
|
|
3089
|
+
readonly dhash?: unknown
|
|
3090
|
+
readonly contacts?: {
|
|
3091
|
+
readonly jid?: unknown
|
|
3092
|
+
readonly pn_jid?: unknown
|
|
3093
|
+
readonly username_info?: {
|
|
3094
|
+
readonly __typename?: unknown
|
|
3095
|
+
readonly username?: unknown
|
|
3096
|
+
}
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
3099
|
+
readonly id?: unknown
|
|
3100
|
+
}
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
export type WaMexGetPrivacySettingsResponse = {
|
|
3104
|
+
readonly xwa2_fetch_wa_users?: {
|
|
3105
|
+
readonly __typename?: unknown
|
|
3106
|
+
readonly privacy_settings?: {
|
|
3107
|
+
readonly settings?: {
|
|
3108
|
+
readonly feature?: unknown
|
|
3109
|
+
readonly setting?: unknown
|
|
3110
|
+
}
|
|
3111
|
+
}
|
|
3112
|
+
readonly id?: unknown
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
export type WaMexGetUsernameResponse = {
|
|
3117
|
+
readonly xwa2_username_get?: {
|
|
3118
|
+
readonly username_info?: {
|
|
3119
|
+
readonly username?: unknown
|
|
3120
|
+
readonly state?: unknown
|
|
3121
|
+
readonly pin?: unknown
|
|
3122
|
+
}
|
|
3123
|
+
}
|
|
3124
|
+
}
|
|
3125
|
+
|
|
3126
|
+
export type WaMexGetWAAEligibilityResponse = {
|
|
3127
|
+
readonly eval_wa_ad_account_eligibility_rules?: {
|
|
3128
|
+
readonly eligibility_result?: unknown
|
|
3129
|
+
}
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
export type WaMexGraphQLProductCatalogGetPublicKeyResponse = {
|
|
3133
|
+
readonly xwa_product_catalog_get_public_key?: {
|
|
3134
|
+
readonly public_key_certificate_pem?: unknown
|
|
3135
|
+
readonly public_key_with_signature?: {
|
|
3136
|
+
readonly public_key_pem?: unknown
|
|
3137
|
+
readonly public_key_signature?: unknown
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
export type WaMexGraphQLVerifyPostcodeResponse = {
|
|
3143
|
+
readonly xwa_product_catalog_get_verify_postcode?: {
|
|
3144
|
+
readonly postcode_verification_result?: {
|
|
3145
|
+
readonly result_code?: unknown
|
|
3146
|
+
readonly encrypted_location_name?: unknown
|
|
3147
|
+
}
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3151
|
+
export type WaMexGroupStoreInviteSmsResponse = {
|
|
3152
|
+
readonly xwa2_group_store_invites_sms?: {
|
|
3153
|
+
readonly group_jid?: unknown
|
|
3154
|
+
readonly participant_responses?: {
|
|
3155
|
+
readonly error_code?: unknown
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3160
|
+
export type WaMexGroupSuspensionAppealResponse = {
|
|
3161
|
+
readonly wa_create_group_suspension_appeal?: {
|
|
3162
|
+
readonly response_code?: unknown
|
|
3163
|
+
readonly error_message?: unknown
|
|
3164
|
+
readonly appeal_creation_time?: unknown
|
|
3165
|
+
}
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3168
|
+
export type WaMexIntegrityChallengeResponseResponse = {
|
|
3169
|
+
readonly xwa2_submit_integrity_challenge_response?: {
|
|
3170
|
+
readonly success?: unknown
|
|
3171
|
+
readonly error_message?: unknown
|
|
3172
|
+
}
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3175
|
+
export type WaMexJoinNewsletterResponse = {
|
|
3176
|
+
readonly xwa2_newsletter_join_v2?: {
|
|
3177
|
+
readonly id?: unknown
|
|
3178
|
+
readonly state?: {
|
|
3179
|
+
readonly type?: unknown
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3182
|
+
}
|
|
3183
|
+
|
|
3184
|
+
export type WaMexLeaveNewsletterResponse = {
|
|
3185
|
+
readonly xwa2_newsletter_leave_v2?: {
|
|
3186
|
+
readonly id?: unknown
|
|
3187
|
+
readonly state?: {
|
|
3188
|
+
readonly type?: unknown
|
|
3189
|
+
}
|
|
3190
|
+
}
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
export type WaMexLidChangeNotificationResponse = {
|
|
3194
|
+
readonly xwa2_notify_lid_change?: {
|
|
3195
|
+
readonly old?: unknown
|
|
3196
|
+
readonly new?: unknown
|
|
3197
|
+
}
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
export type WaMexLogNewsletterExposuresResponse = {
|
|
3201
|
+
readonly xwa2_newsletter_log_exposures?: {
|
|
3202
|
+
readonly __typename?: unknown
|
|
3203
|
+
}
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
export type WaMexNativeMLModelResponse = {
|
|
3207
|
+
readonly aim_model_batched_manifest?: {
|
|
3208
|
+
readonly models?: {
|
|
3209
|
+
readonly name?: unknown
|
|
3210
|
+
readonly version?: unknown
|
|
3211
|
+
readonly assets?: {
|
|
3212
|
+
readonly name?: unknown
|
|
3213
|
+
readonly id?: unknown
|
|
3214
|
+
readonly cache_key?: unknown
|
|
3215
|
+
readonly source_content_hash?: unknown
|
|
3216
|
+
readonly md5_hash?: unknown
|
|
3217
|
+
readonly asset_handle?: unknown
|
|
3218
|
+
readonly creation_time?: unknown
|
|
3219
|
+
readonly url?: unknown
|
|
3220
|
+
readonly filesize_bytes?: unknown
|
|
3221
|
+
readonly compression_type?: unknown
|
|
3222
|
+
readonly asset_type?: unknown
|
|
3223
|
+
}
|
|
3224
|
+
readonly properties?: {
|
|
3225
|
+
readonly name?: unknown
|
|
3226
|
+
readonly value?: unknown
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3229
|
+
readonly entry_point?: unknown
|
|
3230
|
+
readonly asset_count?: unknown
|
|
3231
|
+
readonly model_count?: unknown
|
|
3232
|
+
readonly status?: unknown
|
|
3233
|
+
readonly status_details?: unknown
|
|
3234
|
+
}
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
export type WaMexNewsletterAddPaidPartnershipLabelResponse = {
|
|
3238
|
+
readonly xwa2_newsletter_label_paid_partnership?: {
|
|
3239
|
+
readonly id?: unknown
|
|
3240
|
+
}
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
export type WaMexQueryCatalogResponse = {
|
|
3244
|
+
readonly xwa_product_catalog_get_product_catalog?: {
|
|
3245
|
+
readonly __typename?: unknown
|
|
3246
|
+
readonly product_catalog?: {
|
|
3247
|
+
readonly products?: {
|
|
3248
|
+
readonly id?: unknown
|
|
3249
|
+
readonly retailer_id?: unknown
|
|
3250
|
+
readonly is_hidden?: unknown
|
|
3251
|
+
readonly is_sanctioned?: unknown
|
|
3252
|
+
readonly product_availability?: unknown
|
|
3253
|
+
readonly max_available?: unknown
|
|
3254
|
+
readonly name?: unknown
|
|
3255
|
+
readonly description?: unknown
|
|
3256
|
+
readonly url?: unknown
|
|
3257
|
+
readonly shimmed_url?: unknown
|
|
3258
|
+
readonly currency?: unknown
|
|
3259
|
+
readonly price?: unknown
|
|
3260
|
+
readonly status_info?: {
|
|
3261
|
+
readonly can_appeal?: unknown
|
|
3262
|
+
readonly status?: unknown
|
|
3263
|
+
}
|
|
3264
|
+
readonly sale_price?: {
|
|
3265
|
+
readonly price?: unknown
|
|
3266
|
+
readonly start_date?: unknown
|
|
3267
|
+
readonly end_date?: unknown
|
|
3268
|
+
}
|
|
3269
|
+
readonly media?: {
|
|
3270
|
+
readonly images?: {
|
|
3271
|
+
readonly id?: unknown
|
|
3272
|
+
readonly original_image_url?: unknown
|
|
3273
|
+
readonly request_image_url?: unknown
|
|
3274
|
+
}
|
|
3275
|
+
readonly videos?: {
|
|
3276
|
+
readonly id?: unknown
|
|
3277
|
+
readonly original_video_url?: unknown
|
|
3278
|
+
readonly thumbnail_url?: unknown
|
|
3279
|
+
}
|
|
3280
|
+
}
|
|
3281
|
+
readonly belongs_to?: unknown
|
|
3282
|
+
readonly compliance_category?: unknown
|
|
3283
|
+
readonly compliance_info?: {
|
|
3284
|
+
readonly country_code_origin?: unknown
|
|
3285
|
+
readonly importer_name?: unknown
|
|
3286
|
+
readonly importer_address?: {
|
|
3287
|
+
readonly street1?: unknown
|
|
3288
|
+
readonly street2?: unknown
|
|
3289
|
+
readonly postal_code?: unknown
|
|
3290
|
+
readonly city?: unknown
|
|
3291
|
+
readonly region?: unknown
|
|
3292
|
+
readonly country_code?: unknown
|
|
3293
|
+
}
|
|
3294
|
+
}
|
|
3295
|
+
readonly variant_info?: {
|
|
3296
|
+
readonly listing_details?: {
|
|
3297
|
+
readonly description?: unknown
|
|
3298
|
+
readonly multi_price?: unknown
|
|
3299
|
+
readonly lowest_price?: unknown
|
|
3300
|
+
}
|
|
3301
|
+
readonly availability?: {
|
|
3302
|
+
readonly listing?: {
|
|
3303
|
+
readonly is_available?: unknown
|
|
3304
|
+
readonly options?: {
|
|
3305
|
+
readonly name?: unknown
|
|
3306
|
+
readonly value?: unknown
|
|
3307
|
+
}
|
|
3308
|
+
readonly product_id?: unknown
|
|
3309
|
+
}
|
|
3310
|
+
}
|
|
3311
|
+
readonly types?: {
|
|
3312
|
+
readonly name?: unknown
|
|
3313
|
+
readonly options?: {
|
|
3314
|
+
readonly value?: unknown
|
|
3315
|
+
readonly thumbnail_media?: {
|
|
3316
|
+
readonly id?: unknown
|
|
3317
|
+
readonly original_dimensions?: {
|
|
3318
|
+
readonly height?: unknown
|
|
3319
|
+
readonly width?: unknown
|
|
3320
|
+
}
|
|
3321
|
+
readonly original_image_url?: unknown
|
|
3322
|
+
readonly request_image_url?: unknown
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
}
|
|
3326
|
+
readonly variant_properties?: {
|
|
3327
|
+
readonly name?: unknown
|
|
3328
|
+
readonly value?: unknown
|
|
3329
|
+
}
|
|
3330
|
+
}
|
|
3331
|
+
}
|
|
3332
|
+
readonly paging?: {
|
|
3333
|
+
readonly before?: unknown
|
|
3334
|
+
readonly after?: unknown
|
|
3335
|
+
}
|
|
3336
|
+
}
|
|
3337
|
+
}
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
export type WaMexQueryCatalogHasCategoriesResponse = {
|
|
3341
|
+
readonly xwa_product_catalog_get_categories?: {
|
|
3342
|
+
readonly categories?: {
|
|
3343
|
+
readonly __typename?: unknown
|
|
3344
|
+
}
|
|
3345
|
+
}
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3348
|
+
export type WaMexQueryCatalogProductResponse = {
|
|
3349
|
+
readonly xwa_product_catalog_get_product?: {
|
|
3350
|
+
readonly product_catalog?: {
|
|
3351
|
+
readonly product?: {
|
|
3352
|
+
readonly id?: unknown
|
|
3353
|
+
readonly retailer_id?: unknown
|
|
3354
|
+
readonly is_hidden?: unknown
|
|
3355
|
+
readonly is_sanctioned?: unknown
|
|
3356
|
+
readonly product_availability?: unknown
|
|
3357
|
+
readonly max_available?: unknown
|
|
3358
|
+
readonly name?: unknown
|
|
3359
|
+
readonly description?: unknown
|
|
3360
|
+
readonly url?: unknown
|
|
3361
|
+
readonly shimmed_url?: unknown
|
|
3362
|
+
readonly currency?: unknown
|
|
3363
|
+
readonly price?: unknown
|
|
3364
|
+
readonly status_info?: {
|
|
3365
|
+
readonly can_appeal?: unknown
|
|
3366
|
+
readonly status?: unknown
|
|
3367
|
+
}
|
|
3368
|
+
readonly sale_price?: {
|
|
3369
|
+
readonly price?: unknown
|
|
3370
|
+
readonly start_date?: unknown
|
|
3371
|
+
readonly end_date?: unknown
|
|
3372
|
+
}
|
|
3373
|
+
readonly media?: {
|
|
3374
|
+
readonly images?: {
|
|
3375
|
+
readonly id?: unknown
|
|
3376
|
+
readonly original_image_url?: unknown
|
|
3377
|
+
readonly request_image_url?: unknown
|
|
3378
|
+
}
|
|
3379
|
+
readonly videos?: {
|
|
3380
|
+
readonly id?: unknown
|
|
3381
|
+
readonly original_video_url?: unknown
|
|
3382
|
+
readonly thumbnail_url?: unknown
|
|
3383
|
+
}
|
|
3384
|
+
}
|
|
3385
|
+
readonly belongs_to?: unknown
|
|
3386
|
+
readonly compliance_category?: unknown
|
|
3387
|
+
readonly compliance_info?: {
|
|
3388
|
+
readonly country_code_origin?: unknown
|
|
3389
|
+
readonly importer_name?: unknown
|
|
3390
|
+
readonly importer_address?: {
|
|
3391
|
+
readonly street1?: unknown
|
|
3392
|
+
readonly street2?: unknown
|
|
3393
|
+
readonly postal_code?: unknown
|
|
3394
|
+
readonly city?: unknown
|
|
3395
|
+
readonly region?: unknown
|
|
3396
|
+
readonly country_code?: unknown
|
|
3397
|
+
}
|
|
3398
|
+
}
|
|
3399
|
+
readonly variant_info?: {
|
|
3400
|
+
readonly listing_details?: {
|
|
3401
|
+
readonly description?: unknown
|
|
3402
|
+
readonly multi_price?: unknown
|
|
3403
|
+
readonly lowest_price?: unknown
|
|
3404
|
+
}
|
|
3405
|
+
readonly availability?: {
|
|
3406
|
+
readonly listing?: {
|
|
3407
|
+
readonly is_available?: unknown
|
|
3408
|
+
readonly options?: {
|
|
3409
|
+
readonly name?: unknown
|
|
3410
|
+
readonly value?: unknown
|
|
3411
|
+
}
|
|
3412
|
+
readonly product_id?: unknown
|
|
3413
|
+
}
|
|
3414
|
+
}
|
|
3415
|
+
readonly types?: {
|
|
3416
|
+
readonly name?: unknown
|
|
3417
|
+
readonly options?: {
|
|
3418
|
+
readonly value?: unknown
|
|
3419
|
+
readonly thumbnail_media?: {
|
|
3420
|
+
readonly id?: unknown
|
|
3421
|
+
readonly original_dimensions?: {
|
|
3422
|
+
readonly height?: unknown
|
|
3423
|
+
readonly width?: unknown
|
|
3424
|
+
}
|
|
3425
|
+
readonly original_image_url?: unknown
|
|
3426
|
+
readonly request_image_url?: unknown
|
|
3427
|
+
}
|
|
3428
|
+
}
|
|
3429
|
+
}
|
|
3430
|
+
readonly variant_properties?: {
|
|
3431
|
+
readonly name?: unknown
|
|
3432
|
+
readonly value?: unknown
|
|
3433
|
+
}
|
|
3434
|
+
}
|
|
3435
|
+
}
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
export type WaMexQueryProductCollectionsResponse = {
|
|
3441
|
+
readonly xwa_product_catalog_get_collections?: {
|
|
3442
|
+
readonly __typename?: unknown
|
|
3443
|
+
readonly collections?: {
|
|
3444
|
+
readonly id?: unknown
|
|
3445
|
+
readonly name?: unknown
|
|
3446
|
+
readonly status_info?: {
|
|
3447
|
+
readonly status?: unknown
|
|
3448
|
+
readonly can_appeal?: unknown
|
|
3449
|
+
readonly reject_reason?: unknown
|
|
3450
|
+
readonly commerce_url?: unknown
|
|
3451
|
+
}
|
|
3452
|
+
readonly products?: {
|
|
3453
|
+
readonly id?: unknown
|
|
3454
|
+
readonly retailer_id?: unknown
|
|
3455
|
+
readonly is_hidden?: unknown
|
|
3456
|
+
readonly is_sanctioned?: unknown
|
|
3457
|
+
readonly product_availability?: unknown
|
|
3458
|
+
readonly max_available?: unknown
|
|
3459
|
+
readonly name?: unknown
|
|
3460
|
+
readonly description?: unknown
|
|
3461
|
+
readonly url?: unknown
|
|
3462
|
+
readonly shimmed_url?: unknown
|
|
3463
|
+
readonly currency?: unknown
|
|
3464
|
+
readonly price?: unknown
|
|
3465
|
+
readonly status_info?: {
|
|
3466
|
+
readonly can_appeal?: unknown
|
|
3467
|
+
readonly status?: unknown
|
|
3468
|
+
}
|
|
3469
|
+
readonly sale_price?: {
|
|
3470
|
+
readonly price?: unknown
|
|
3471
|
+
readonly start_date?: unknown
|
|
3472
|
+
readonly end_date?: unknown
|
|
3473
|
+
}
|
|
3474
|
+
readonly media?: {
|
|
3475
|
+
readonly images?: {
|
|
3476
|
+
readonly id?: unknown
|
|
3477
|
+
readonly original_image_url?: unknown
|
|
3478
|
+
readonly request_image_url?: unknown
|
|
3479
|
+
}
|
|
3480
|
+
readonly videos?: {
|
|
3481
|
+
readonly id?: unknown
|
|
3482
|
+
readonly original_video_url?: unknown
|
|
3483
|
+
readonly thumbnail_url?: unknown
|
|
3484
|
+
}
|
|
3485
|
+
}
|
|
3486
|
+
readonly belongs_to?: unknown
|
|
3487
|
+
readonly compliance_category?: unknown
|
|
3488
|
+
readonly compliance_info?: {
|
|
3489
|
+
readonly country_code_origin?: unknown
|
|
3490
|
+
readonly importer_name?: unknown
|
|
3491
|
+
readonly importer_address?: {
|
|
3492
|
+
readonly street1?: unknown
|
|
3493
|
+
readonly street2?: unknown
|
|
3494
|
+
readonly postal_code?: unknown
|
|
3495
|
+
readonly city?: unknown
|
|
3496
|
+
readonly region?: unknown
|
|
3497
|
+
readonly country_code?: unknown
|
|
3498
|
+
}
|
|
3499
|
+
}
|
|
3500
|
+
readonly variant_info?: {
|
|
3501
|
+
readonly listing_details?: {
|
|
3502
|
+
readonly description?: unknown
|
|
3503
|
+
readonly multi_price?: unknown
|
|
3504
|
+
readonly lowest_price?: unknown
|
|
3505
|
+
}
|
|
3506
|
+
readonly availability?: {
|
|
3507
|
+
readonly listing?: {
|
|
3508
|
+
readonly is_available?: unknown
|
|
3509
|
+
readonly options?: {
|
|
3510
|
+
readonly name?: unknown
|
|
3511
|
+
readonly value?: unknown
|
|
3512
|
+
}
|
|
3513
|
+
readonly product_id?: unknown
|
|
3514
|
+
}
|
|
3515
|
+
}
|
|
3516
|
+
readonly types?: {
|
|
3517
|
+
readonly name?: unknown
|
|
3518
|
+
readonly options?: {
|
|
3519
|
+
readonly value?: unknown
|
|
3520
|
+
readonly thumbnail_media?: {
|
|
3521
|
+
readonly id?: unknown
|
|
3522
|
+
readonly original_dimensions?: {
|
|
3523
|
+
readonly height?: unknown
|
|
3524
|
+
readonly width?: unknown
|
|
3525
|
+
}
|
|
3526
|
+
readonly original_image_url?: unknown
|
|
3527
|
+
readonly request_image_url?: unknown
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
}
|
|
3531
|
+
readonly variant_properties?: {
|
|
3532
|
+
readonly name?: unknown
|
|
3533
|
+
readonly value?: unknown
|
|
3534
|
+
}
|
|
3535
|
+
}
|
|
3536
|
+
}
|
|
3537
|
+
}
|
|
3538
|
+
readonly paging?: {
|
|
3539
|
+
readonly after?: unknown
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
export type WaMexQueryProductListCatalogResponse = {
|
|
3545
|
+
readonly xwa_product_catalog_get_product_list?: {
|
|
3546
|
+
readonly __typename?: unknown
|
|
3547
|
+
readonly product_list?: {
|
|
3548
|
+
readonly products?: {
|
|
3549
|
+
readonly id?: unknown
|
|
3550
|
+
readonly retailer_id?: unknown
|
|
3551
|
+
readonly is_hidden?: unknown
|
|
3552
|
+
readonly is_sanctioned?: unknown
|
|
3553
|
+
readonly product_availability?: unknown
|
|
3554
|
+
readonly max_available?: unknown
|
|
3555
|
+
readonly name?: unknown
|
|
3556
|
+
readonly description?: unknown
|
|
3557
|
+
readonly url?: unknown
|
|
3558
|
+
readonly shimmed_url?: unknown
|
|
3559
|
+
readonly currency?: unknown
|
|
3560
|
+
readonly price?: unknown
|
|
3561
|
+
readonly status_info?: {
|
|
3562
|
+
readonly can_appeal?: unknown
|
|
3563
|
+
readonly status?: unknown
|
|
3564
|
+
}
|
|
3565
|
+
readonly sale_price?: {
|
|
3566
|
+
readonly price?: unknown
|
|
3567
|
+
readonly start_date?: unknown
|
|
3568
|
+
readonly end_date?: unknown
|
|
3569
|
+
}
|
|
3570
|
+
readonly media?: {
|
|
3571
|
+
readonly images?: {
|
|
3572
|
+
readonly id?: unknown
|
|
3573
|
+
readonly original_image_url?: unknown
|
|
3574
|
+
readonly request_image_url?: unknown
|
|
3575
|
+
}
|
|
3576
|
+
readonly videos?: {
|
|
3577
|
+
readonly id?: unknown
|
|
3578
|
+
readonly original_video_url?: unknown
|
|
3579
|
+
readonly thumbnail_url?: unknown
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
readonly belongs_to?: unknown
|
|
3583
|
+
readonly compliance_category?: unknown
|
|
3584
|
+
readonly compliance_info?: {
|
|
3585
|
+
readonly country_code_origin?: unknown
|
|
3586
|
+
readonly importer_name?: unknown
|
|
3587
|
+
readonly importer_address?: {
|
|
3588
|
+
readonly street1?: unknown
|
|
3589
|
+
readonly street2?: unknown
|
|
3590
|
+
readonly postal_code?: unknown
|
|
3591
|
+
readonly city?: unknown
|
|
3592
|
+
readonly region?: unknown
|
|
3593
|
+
readonly country_code?: unknown
|
|
3594
|
+
}
|
|
3595
|
+
}
|
|
3596
|
+
readonly variant_info?: {
|
|
3597
|
+
readonly listing_details?: {
|
|
3598
|
+
readonly description?: unknown
|
|
3599
|
+
readonly multi_price?: unknown
|
|
3600
|
+
readonly lowest_price?: unknown
|
|
3601
|
+
}
|
|
3602
|
+
readonly availability?: {
|
|
3603
|
+
readonly listing?: {
|
|
3604
|
+
readonly is_available?: unknown
|
|
3605
|
+
readonly options?: {
|
|
3606
|
+
readonly name?: unknown
|
|
3607
|
+
readonly value?: unknown
|
|
3608
|
+
}
|
|
3609
|
+
readonly product_id?: unknown
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
readonly types?: {
|
|
3613
|
+
readonly name?: unknown
|
|
3614
|
+
readonly options?: {
|
|
3615
|
+
readonly value?: unknown
|
|
3616
|
+
readonly thumbnail_media?: {
|
|
3617
|
+
readonly id?: unknown
|
|
3618
|
+
readonly original_dimensions?: {
|
|
3619
|
+
readonly height?: unknown
|
|
3620
|
+
readonly width?: unknown
|
|
3621
|
+
}
|
|
3622
|
+
readonly original_image_url?: unknown
|
|
3623
|
+
readonly request_image_url?: unknown
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
readonly variant_properties?: {
|
|
3628
|
+
readonly name?: unknown
|
|
3629
|
+
readonly value?: unknown
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3632
|
+
}
|
|
3633
|
+
}
|
|
3634
|
+
}
|
|
3635
|
+
}
|
|
3636
|
+
|
|
3637
|
+
export type WaMexQueryProductSingleCollectionResponse = {
|
|
3638
|
+
readonly xwa_product_catalog_get_single_collection?: {
|
|
3639
|
+
readonly collection?: {
|
|
3640
|
+
readonly id?: unknown
|
|
3641
|
+
readonly name?: unknown
|
|
3642
|
+
readonly status_info?: {
|
|
3643
|
+
readonly status?: unknown
|
|
3644
|
+
readonly can_appeal?: unknown
|
|
3645
|
+
readonly reject_reason?: unknown
|
|
3646
|
+
readonly commerce_url?: unknown
|
|
3647
|
+
}
|
|
3648
|
+
readonly products?: {
|
|
3649
|
+
readonly id?: unknown
|
|
3650
|
+
readonly retailer_id?: unknown
|
|
3651
|
+
readonly is_hidden?: unknown
|
|
3652
|
+
readonly is_sanctioned?: unknown
|
|
3653
|
+
readonly product_availability?: unknown
|
|
3654
|
+
readonly max_available?: unknown
|
|
3655
|
+
readonly name?: unknown
|
|
3656
|
+
readonly description?: unknown
|
|
3657
|
+
readonly url?: unknown
|
|
3658
|
+
readonly shimmed_url?: unknown
|
|
3659
|
+
readonly currency?: unknown
|
|
3660
|
+
readonly price?: unknown
|
|
3661
|
+
readonly status_info?: {
|
|
3662
|
+
readonly can_appeal?: unknown
|
|
3663
|
+
readonly status?: unknown
|
|
3664
|
+
}
|
|
3665
|
+
readonly sale_price?: {
|
|
3666
|
+
readonly price?: unknown
|
|
3667
|
+
readonly start_date?: unknown
|
|
3668
|
+
readonly end_date?: unknown
|
|
3669
|
+
}
|
|
3670
|
+
readonly media?: {
|
|
3671
|
+
readonly images?: {
|
|
3672
|
+
readonly id?: unknown
|
|
3673
|
+
readonly original_image_url?: unknown
|
|
3674
|
+
readonly request_image_url?: unknown
|
|
3675
|
+
}
|
|
3676
|
+
readonly videos?: {
|
|
3677
|
+
readonly id?: unknown
|
|
3678
|
+
readonly original_video_url?: unknown
|
|
3679
|
+
readonly thumbnail_url?: unknown
|
|
3680
|
+
}
|
|
3681
|
+
}
|
|
3682
|
+
readonly belongs_to?: unknown
|
|
3683
|
+
readonly compliance_category?: unknown
|
|
3684
|
+
readonly compliance_info?: {
|
|
3685
|
+
readonly country_code_origin?: unknown
|
|
3686
|
+
readonly importer_name?: unknown
|
|
3687
|
+
readonly importer_address?: {
|
|
3688
|
+
readonly street1?: unknown
|
|
3689
|
+
readonly street2?: unknown
|
|
3690
|
+
readonly postal_code?: unknown
|
|
3691
|
+
readonly city?: unknown
|
|
3692
|
+
readonly region?: unknown
|
|
3693
|
+
readonly country_code?: unknown
|
|
3694
|
+
}
|
|
3695
|
+
}
|
|
3696
|
+
readonly variant_info?: {
|
|
3697
|
+
readonly listing_details?: {
|
|
3698
|
+
readonly description?: unknown
|
|
3699
|
+
readonly multi_price?: unknown
|
|
3700
|
+
readonly lowest_price?: unknown
|
|
3701
|
+
}
|
|
3702
|
+
readonly availability?: {
|
|
3703
|
+
readonly listing?: {
|
|
3704
|
+
readonly is_available?: unknown
|
|
3705
|
+
readonly options?: {
|
|
3706
|
+
readonly name?: unknown
|
|
3707
|
+
readonly value?: unknown
|
|
3708
|
+
}
|
|
3709
|
+
readonly product_id?: unknown
|
|
3710
|
+
}
|
|
3711
|
+
}
|
|
3712
|
+
readonly types?: {
|
|
3713
|
+
readonly name?: unknown
|
|
3714
|
+
readonly options?: {
|
|
3715
|
+
readonly value?: unknown
|
|
3716
|
+
readonly thumbnail_media?: {
|
|
3717
|
+
readonly id?: unknown
|
|
3718
|
+
readonly original_dimensions?: {
|
|
3719
|
+
readonly height?: unknown
|
|
3720
|
+
readonly width?: unknown
|
|
3721
|
+
}
|
|
3722
|
+
readonly original_image_url?: unknown
|
|
3723
|
+
readonly request_image_url?: unknown
|
|
3724
|
+
}
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
readonly variant_properties?: {
|
|
3728
|
+
readonly name?: unknown
|
|
3729
|
+
readonly value?: unknown
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3732
|
+
}
|
|
3733
|
+
}
|
|
3734
|
+
readonly paging?: {
|
|
3735
|
+
readonly after?: unknown
|
|
3736
|
+
}
|
|
3737
|
+
}
|
|
3738
|
+
}
|
|
3739
|
+
|
|
3740
|
+
export type WaMexQuerySubgroupParticipantCountResponse = {
|
|
3741
|
+
readonly xwa2_group_query_by_id?: {
|
|
3742
|
+
readonly __typename?: unknown
|
|
3743
|
+
readonly sub_groups?: {
|
|
3744
|
+
readonly edges?: {
|
|
3745
|
+
readonly node?: {
|
|
3746
|
+
readonly id?: unknown
|
|
3747
|
+
readonly total_participants_count?: unknown
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3750
|
+
}
|
|
3751
|
+
readonly id?: unknown
|
|
3752
|
+
}
|
|
3753
|
+
}
|
|
3754
|
+
|
|
3755
|
+
export type WaMexQuickPromotionActionResponse = {
|
|
3756
|
+
readonly wa_quick_promotion_log_event?: {
|
|
3757
|
+
readonly client_mutation_id?: unknown
|
|
3758
|
+
}
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
export type WaMexReportProductResponse = {
|
|
3762
|
+
readonly xwa_whatsapp_catalog_report_product?: {
|
|
3763
|
+
readonly __typename?: unknown
|
|
3764
|
+
readonly success?: unknown
|
|
3765
|
+
}
|
|
3766
|
+
}
|
|
3767
|
+
|
|
3768
|
+
export type WaMexRequestClientLogsForBugResponse = {
|
|
3769
|
+
readonly xwa2_request_client_logs_for_bug?: unknown
|
|
3770
|
+
}
|
|
3771
|
+
|
|
3772
|
+
export type WaMexResolveAccountTypeAndAdPageResponse = {
|
|
3773
|
+
readonly xfb_wa_biz_clear_oidc_preference?: unknown
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
export type WaMexResolveAccountTypeAndAdPageQueryResponse = {
|
|
3777
|
+
readonly page?: {
|
|
3778
|
+
readonly can_viewer_do_actions?: unknown
|
|
3779
|
+
readonly id?: unknown
|
|
3780
|
+
}
|
|
3781
|
+
}
|
|
3782
|
+
|
|
3783
|
+
export type WaMexRevokeNewsletterAdminInviteResponse = {
|
|
3784
|
+
readonly xwa2_newsletter_admin_invite_revoke?: {
|
|
3785
|
+
readonly __typename?: unknown
|
|
3786
|
+
readonly id?: unknown
|
|
3787
|
+
}
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
export type WaMexSetUsernameResponse = {
|
|
3791
|
+
readonly xwa2_username_set?: {
|
|
3792
|
+
readonly result?: unknown
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3795
|
+
|
|
3796
|
+
export type WaMexSetUsernameKeyResponse = {
|
|
3797
|
+
readonly xwa2_username_pin_set?: {
|
|
3798
|
+
readonly result?: unknown
|
|
3799
|
+
}
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3802
|
+
export type WaMexSignupMetadataResponse = {
|
|
3803
|
+
readonly wa_signup_metadata?: {
|
|
3804
|
+
readonly id?: unknown
|
|
3805
|
+
readonly signup_message?: unknown
|
|
3806
|
+
readonly privacy_policy_url?: unknown
|
|
3807
|
+
}
|
|
3808
|
+
}
|
|
3809
|
+
|
|
3810
|
+
export type WaMexSupportBugReportSubmitResponse = {
|
|
3811
|
+
readonly xwa_wa_support_bug_report_submit?: {
|
|
3812
|
+
readonly success?: unknown
|
|
3813
|
+
readonly error_code?: unknown
|
|
3814
|
+
readonly error_message?: unknown
|
|
3815
|
+
readonly bug_report_id?: unknown
|
|
3816
|
+
readonly task_id?: unknown
|
|
3817
|
+
}
|
|
3818
|
+
}
|
|
3819
|
+
|
|
3820
|
+
export type WaMexSupportContactFormSubmitResponse = {
|
|
3821
|
+
readonly xwa_wa_support_contact_form_submit?: {
|
|
3822
|
+
readonly success?: unknown
|
|
3823
|
+
readonly error_code?: unknown
|
|
3824
|
+
readonly error_message?: unknown
|
|
3825
|
+
readonly ticket_id?: unknown
|
|
3826
|
+
readonly support_phone_number_jid?: unknown
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3829
|
+
|
|
3830
|
+
export type WaMexSupportMessageFeedbackSubmitResponse = {
|
|
3831
|
+
readonly xwa_wa_support_message_feedback_submit?: {
|
|
3832
|
+
readonly success?: unknown
|
|
3833
|
+
readonly error_code?: unknown
|
|
3834
|
+
readonly error_message?: unknown
|
|
3835
|
+
}
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
export type WaMexTransferCommunityOwnershipResponse = {
|
|
3839
|
+
readonly xwa2_group_update_users_role?: {
|
|
3840
|
+
readonly group_id?: unknown
|
|
3841
|
+
readonly lid_migration_state?: {
|
|
3842
|
+
readonly addressing_mode?: unknown
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
}
|
|
3846
|
+
|
|
3847
|
+
export type WaMexUpdateGroupPropertyResponse = {
|
|
3848
|
+
readonly xwa2_group_update_property?: {
|
|
3849
|
+
readonly id?: unknown
|
|
3850
|
+
readonly state?: unknown
|
|
3851
|
+
}
|
|
3852
|
+
}
|
|
3853
|
+
|
|
3854
|
+
export type WaMexUpdateNewsletterResponse = {
|
|
3855
|
+
readonly xwa2_newsletter_update?: {
|
|
3856
|
+
readonly id?: unknown
|
|
3857
|
+
readonly state?: {
|
|
3858
|
+
readonly type?: unknown
|
|
3859
|
+
}
|
|
3860
|
+
readonly thread_metadata?: {
|
|
3861
|
+
readonly name?: {
|
|
3862
|
+
readonly id?: unknown
|
|
3863
|
+
readonly text?: unknown
|
|
3864
|
+
readonly update_time?: unknown
|
|
3865
|
+
}
|
|
3866
|
+
readonly description?: {
|
|
3867
|
+
readonly id?: unknown
|
|
3868
|
+
readonly text?: unknown
|
|
3869
|
+
readonly update_time?: unknown
|
|
3870
|
+
}
|
|
3871
|
+
readonly picture?: {
|
|
3872
|
+
readonly id?: unknown
|
|
3873
|
+
readonly type?: unknown
|
|
3874
|
+
readonly direct_path?: unknown
|
|
3875
|
+
}
|
|
3876
|
+
readonly preview?: {
|
|
3877
|
+
readonly id?: unknown
|
|
3878
|
+
readonly type?: unknown
|
|
3879
|
+
readonly direct_path?: unknown
|
|
3880
|
+
}
|
|
3881
|
+
readonly invite?: unknown
|
|
3882
|
+
readonly handle?: unknown
|
|
3883
|
+
readonly verification?: unknown
|
|
3884
|
+
readonly creation_time?: unknown
|
|
3885
|
+
readonly settings?: {
|
|
3886
|
+
readonly reaction_codes?: {
|
|
3887
|
+
readonly value?: unknown
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
}
|
|
3891
|
+
}
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3894
|
+
export type WaMexUpdateNewsletterUserSettingResponse = {
|
|
3895
|
+
readonly xwa2_newsletter_update_user_setting?: {
|
|
3896
|
+
readonly id?: unknown
|
|
3897
|
+
readonly state?: {
|
|
3898
|
+
readonly type?: unknown
|
|
3899
|
+
}
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3903
|
+
export type WaMexUpdateTextStatusResponse = {
|
|
3904
|
+
readonly xwa2_update_text_status?: {
|
|
3905
|
+
readonly result?: unknown
|
|
3906
|
+
}
|
|
3907
|
+
}
|
|
3908
|
+
|
|
3909
|
+
export type WaMexUsernameAvailabilityResponse = {
|
|
3910
|
+
readonly xwa2_username_check?: {
|
|
3911
|
+
readonly result?: unknown
|
|
3912
|
+
readonly suggestions?: unknown
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
|
|
3916
|
+
export type WaMexUsyncResponse = {
|
|
3917
|
+
readonly xwa2_fetch_wa_users?: {
|
|
3918
|
+
readonly __typename?: unknown
|
|
3919
|
+
readonly jid?: unknown
|
|
3920
|
+
readonly country_code?: unknown
|
|
3921
|
+
readonly username_info?: {
|
|
3922
|
+
readonly __typename?: unknown
|
|
3923
|
+
readonly username?: unknown
|
|
3924
|
+
readonly state?: unknown
|
|
3925
|
+
readonly timestamp?: unknown
|
|
3926
|
+
readonly pin?: unknown
|
|
3927
|
+
readonly status?: unknown
|
|
3928
|
+
}
|
|
3929
|
+
readonly about_status_info?: {
|
|
3930
|
+
readonly __typename?: unknown
|
|
3931
|
+
readonly text?: unknown
|
|
3932
|
+
readonly timestamp?: unknown
|
|
3933
|
+
readonly status?: unknown
|
|
3934
|
+
}
|
|
3935
|
+
readonly id?: unknown
|
|
3936
|
+
}
|
|
3937
|
+
}
|
|
3938
|
+
|
|
3939
|
+
export type WaMexWAAOnboardingResponse = {
|
|
3940
|
+
readonly create_or_onboard_wa_ad_account?: {
|
|
3941
|
+
readonly ad_account_id?: unknown
|
|
3942
|
+
readonly status?: unknown
|
|
3943
|
+
}
|
|
3944
|
+
}
|
|
3945
|
+
|
|
3946
|
+
export type WaMexWaffleFXServiceDataQueryV2Response = {
|
|
3947
|
+
readonly waffle_fx_service_data?: {
|
|
3948
|
+
readonly services?: {
|
|
3949
|
+
readonly waffle_sxs?: {
|
|
3950
|
+
readonly waffle_di?: unknown
|
|
3951
|
+
readonly waffle_da?: unknown
|
|
3952
|
+
readonly waffle_xss?: {
|
|
3953
|
+
readonly waffle_iaxe?: unknown
|
|
3954
|
+
readonly waffle_x_surface?: unknown
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
readonly waffle_afs?: {
|
|
3958
|
+
readonly waffle_wes?: unknown
|
|
3959
|
+
}
|
|
3960
|
+
readonly foa_to_wa_link_eligibility?: {
|
|
3961
|
+
readonly is_eligible_to_link_to_unlinked_fb?: unknown
|
|
3962
|
+
readonly is_eligible_to_link_to_linked_fb?: unknown
|
|
3963
|
+
readonly is_eligible_to_link_to_unlinked_ig?: unknown
|
|
3964
|
+
readonly is_eligible_to_link_to_linked_ig?: unknown
|
|
3965
|
+
readonly is_eligible_to_link_to_unlinked_rl?: unknown
|
|
3966
|
+
readonly is_eligible_to_link_to_linked_rl?: unknown
|
|
3967
|
+
}
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
3970
|
+
}
|
|
3971
|
+
|
|
3972
|
+
export type WaMexWaffleFXWAMOUpdateUOOMResponse = {
|
|
3973
|
+
readonly xfb_waffle_fx_wamo_update_uoom?: unknown
|
|
3974
|
+
}
|
|
3975
|
+
|
|
3976
|
+
export type WaMexWaffleXEResponse = {
|
|
3977
|
+
readonly waffle_xe_root?: {
|
|
3978
|
+
readonly purpose_public_keys?: {
|
|
3979
|
+
readonly purpose_public_ek?: unknown
|
|
3980
|
+
readonly purpose_public_ik?: unknown
|
|
3981
|
+
readonly purpose_public_ik_sig?: unknown
|
|
3982
|
+
readonly purpose_public_ik_enc_certificate?: unknown
|
|
3983
|
+
readonly purpose_dummy_ciphertext?: unknown
|
|
3984
|
+
readonly purpose_dummy_nonce?: unknown
|
|
3985
|
+
}
|
|
3986
|
+
readonly waffle_unique_ids?: unknown
|
|
3987
|
+
readonly waffle_d?: {
|
|
3988
|
+
readonly waffle_xas?: {
|
|
3989
|
+
readonly waffle_xan?: unknown
|
|
3990
|
+
readonly waffle_xs?: unknown
|
|
3991
|
+
}
|
|
3992
|
+
readonly waffle_di?: unknown
|
|
3993
|
+
}
|
|
3994
|
+
readonly waffle_xps?: {
|
|
3995
|
+
readonly waffle_xas?: {
|
|
3996
|
+
readonly waffle_xan?: unknown
|
|
3997
|
+
readonly waffle_xs?: unknown
|
|
3998
|
+
}
|
|
3999
|
+
readonly waffle_hcbc?: unknown
|
|
4000
|
+
}
|
|
4001
|
+
}
|
|
4002
|
+
}
|
|
4003
|
+
|
|
4004
|
+
export type WaMexuseWAWebEstimatedDailyReachResponse = {
|
|
4005
|
+
readonly lwi?: {
|
|
4006
|
+
readonly budget_estimate_data_v2?: {
|
|
4007
|
+
readonly daily_outcomes_curve?: {
|
|
4008
|
+
readonly actions?: unknown
|
|
4009
|
+
readonly actions_lower_bound?: unknown
|
|
4010
|
+
readonly actions_upper_bound?: unknown
|
|
4011
|
+
readonly bid?: unknown
|
|
4012
|
+
readonly impressions?: unknown
|
|
4013
|
+
readonly reach?: unknown
|
|
4014
|
+
readonly reach_lower_bound?: unknown
|
|
4015
|
+
readonly reach_upper_bound?: unknown
|
|
4016
|
+
readonly spend?: unknown
|
|
4017
|
+
}
|
|
4018
|
+
}
|
|
4019
|
+
}
|
|
4020
|
+
}
|
|
4021
|
+
|
|
4022
|
+
export interface WaMexOperationResponses {
|
|
4023
|
+
readonly ACSServerProviderConfig: WaMexACSServerProviderConfigResponse
|
|
4024
|
+
readonly ACSServerProviderIssuance: WaMexACSServerProviderIssuanceResponse
|
|
4025
|
+
readonly AcceptNewsletterAdminInvite: WaMexAcceptNewsletterAdminInviteResponse
|
|
4026
|
+
readonly AiAgentAutoReplyControl: WaMexAiAgentAutoReplyControlResponse
|
|
4027
|
+
readonly AuthAgentFeaturePolicy: WaMexAuthAgentFeaturePolicyResponse
|
|
4028
|
+
readonly BPAccessTokenAndSessionCookies: WaMexBPAccessTokenAndSessionCookiesResponse
|
|
4029
|
+
readonly BizCreateOrder: WaMexBizCreateOrderResponse
|
|
4030
|
+
readonly BizCustomUrlGetUserGraphql: WaMexBizCustomUrlGetUserGraphqlResponse
|
|
4031
|
+
readonly BizGetCategories: WaMexBizGetCategoriesResponse
|
|
4032
|
+
readonly BizGetCategoriesV2: WaMexBizGetCategoriesV2Response
|
|
4033
|
+
readonly BizGetCustomUrlUserGraphql: WaMexBizGetCustomUrlUserGraphqlResponse
|
|
4034
|
+
readonly BizGetMerchantCompliance: WaMexBizGetMerchantComplianceResponse
|
|
4035
|
+
readonly BizGetPriceTiers: WaMexBizGetPriceTiersResponse
|
|
4036
|
+
readonly BizGetProfileShimlinks: WaMexBizGetProfileShimlinksResponse
|
|
4037
|
+
readonly BizGraphQLRefreshCart: WaMexBizGraphQLRefreshCartResponse
|
|
4038
|
+
readonly BizProfileAddressAutocomplete: WaMexBizProfileAddressAutocompleteResponse
|
|
4039
|
+
readonly BizQueryOrder: WaMexBizQueryOrderResponse
|
|
4040
|
+
readonly BizSetMerchantCompliance: WaMexBizSetMerchantComplianceResponse
|
|
4041
|
+
readonly CachedToken: WaMexCachedTokenResponse
|
|
4042
|
+
readonly CanonicalUserValid: WaMexCanonicalUserValidResponse
|
|
4043
|
+
readonly ChangeNewsletterOwner: WaMexChangeNewsletterOwnerResponse
|
|
4044
|
+
readonly ConsumerFetchQuickPromotions: WaMexConsumerFetchQuickPromotionsResponse
|
|
4045
|
+
readonly ConsumerQuickPromotionActionGraphQL: WaMexConsumerQuickPromotionActionGraphQLResponse
|
|
4046
|
+
readonly CreateInviteCode: WaMexCreateInviteCodeResponse
|
|
4047
|
+
readonly CreateMarketingCampaignAction: WaMexCreateMarketingCampaignActionResponse
|
|
4048
|
+
readonly CreateNewsletter: WaMexCreateNewsletterResponse
|
|
4049
|
+
readonly CreateNewsletterAdminInvite: WaMexCreateNewsletterAdminInviteResponse
|
|
4050
|
+
readonly CreateReportAppeal: WaMexCreateReportAppealResponse
|
|
4051
|
+
readonly CreateWhatsAppAdsIdentity: WaMexCreateWhatsAppAdsIdentityResponse
|
|
4052
|
+
readonly CustomLabel3pdEvent: WaMexCustomLabel3pdEventResponse
|
|
4053
|
+
readonly DeleteNewsletter: WaMexDeleteNewsletterResponse
|
|
4054
|
+
readonly DemoteNewsletterAdmin: WaMexDemoteNewsletterAdminResponse
|
|
4055
|
+
readonly EditBizProfile: WaMexEditBizProfileResponse
|
|
4056
|
+
readonly ExternalCtxAuthoriseWAChat: WaMexExternalCtxAuthoriseWAChatResponse
|
|
4057
|
+
readonly FetchAboutStatus: WaMexFetchAboutStatusResponse
|
|
4058
|
+
readonly FetchAdEntryPointsConfiguration: WaMexFetchAdEntryPointsConfigurationResponse
|
|
4059
|
+
readonly FetchAdEntryPointsConfigurationM1: WaMexFetchAdEntryPointsConfigurationM1Response
|
|
4060
|
+
readonly FetchAllNewslettersMetadata: WaMexFetchAllNewslettersMetadataResponse
|
|
4061
|
+
readonly FetchAllSubgroups: WaMexFetchAllSubgroupsResponse
|
|
4062
|
+
readonly FetchBotProfilesGQL: WaMexFetchBotProfilesGQLResponse
|
|
4063
|
+
readonly FetchDynamicAIModes: WaMexFetchDynamicAIModesResponse
|
|
4064
|
+
readonly FetchGroupInfo: WaMexFetchGroupInfoResponse
|
|
4065
|
+
readonly FetchGroupInfoIncludBots: WaMexFetchGroupInfoIncludBotsResponse
|
|
4066
|
+
readonly FetchGroupInviteCode: WaMexFetchGroupInviteCodeResponse
|
|
4067
|
+
readonly FetchGroupIsInternal: WaMexFetchGroupIsInternalResponse
|
|
4068
|
+
readonly FetchIntegritySignals: WaMexFetchIntegritySignalsResponse
|
|
4069
|
+
readonly FetchNativeAdsMvpEligibility: WaMexFetchNativeAdsMvpEligibilityResponse
|
|
4070
|
+
readonly FetchNewChatMessageCappingInfo: WaMexFetchNewChatMessageCappingInfoResponse
|
|
4071
|
+
readonly FetchNewsletter: WaMexFetchNewsletterResponse
|
|
4072
|
+
readonly FetchNewsletterAdminCapabilities: WaMexFetchNewsletterAdminCapabilitiesResponse
|
|
4073
|
+
readonly FetchNewsletterAdminInfo: WaMexFetchNewsletterAdminInfoResponse
|
|
4074
|
+
readonly FetchNewsletterDehydrated: WaMexFetchNewsletterDehydratedResponse
|
|
4075
|
+
readonly FetchNewsletterDirectoryCategoriesPreview: WaMexFetchNewsletterDirectoryCategoriesPreviewResponse
|
|
4076
|
+
readonly FetchNewsletterDirectoryList: WaMexFetchNewsletterDirectoryListResponse
|
|
4077
|
+
readonly FetchNewsletterDirectorySearchResults: WaMexFetchNewsletterDirectorySearchResultsResponse
|
|
4078
|
+
readonly FetchNewsletterEnforcements: WaMexFetchNewsletterEnforcementsResponse
|
|
4079
|
+
readonly FetchNewsletterFollowers: WaMexFetchNewsletterFollowersResponse
|
|
4080
|
+
readonly FetchNewsletterInsights: WaMexFetchNewsletterInsightsResponse
|
|
4081
|
+
readonly FetchNewsletterIsDomainPreviewable: WaMexFetchNewsletterIsDomainPreviewableResponse
|
|
4082
|
+
readonly FetchNewsletterMessageReactionSenderList: WaMexFetchNewsletterMessageReactionSenderListResponse
|
|
4083
|
+
readonly FetchNewsletterPendingInvites: WaMexFetchNewsletterPendingInvitesResponse
|
|
4084
|
+
readonly FetchNewsletterPollVoters: WaMexFetchNewsletterPollVotersResponse
|
|
4085
|
+
readonly FetchNewsletterReports: WaMexFetchNewsletterReportsResponse
|
|
4086
|
+
readonly FetchOHAIKeyConfig: WaMexFetchOHAIKeyConfigResponse
|
|
4087
|
+
readonly FetchOIDCState: WaMexFetchOIDCStateResponse
|
|
4088
|
+
readonly FetchPlaintextLinkPreview: WaMexFetchPlaintextLinkPreviewResponse
|
|
4089
|
+
readonly FetchQuickPromotions: WaMexFetchQuickPromotionsResponse
|
|
4090
|
+
readonly FetchReachoutTimelock: WaMexFetchReachoutTimelockResponse
|
|
4091
|
+
readonly FetchRecommendedNewsletters: WaMexFetchRecommendedNewslettersResponse
|
|
4092
|
+
readonly FetchSimilarNewsletters: WaMexFetchSimilarNewslettersResponse
|
|
4093
|
+
readonly FetchSubgroupSuggestions: WaMexFetchSubgroupSuggestionsResponse
|
|
4094
|
+
readonly FetchSubscriptionEntryPoints: WaMexFetchSubscriptionEntryPointsResponse
|
|
4095
|
+
readonly FetchSubscriptions: WaMexFetchSubscriptionsResponse
|
|
4096
|
+
readonly FetchTextStatusList: WaMexFetchTextStatusListResponse
|
|
4097
|
+
readonly GetAccessTokenFromOIDCCode: WaMexGetAccessTokenFromOIDCCodeResponse
|
|
4098
|
+
readonly GetAccountNonce: WaMexGetAccountNonceResponse
|
|
4099
|
+
readonly GetDsbInfo: WaMexGetDsbInfoResponse
|
|
4100
|
+
readonly GetFBAccountPages: WaMexGetFBAccountPagesResponse
|
|
4101
|
+
readonly GetNumbersForBrandIds: WaMexGetNumbersForBrandIdsResponse
|
|
4102
|
+
readonly GetPrivacyLists: WaMexGetPrivacyListsResponse
|
|
4103
|
+
readonly GetPrivacySettings: WaMexGetPrivacySettingsResponse
|
|
4104
|
+
readonly GetUsername: WaMexGetUsernameResponse
|
|
4105
|
+
readonly GetWAAEligibility: WaMexGetWAAEligibilityResponse
|
|
4106
|
+
readonly GraphQLProductCatalogGetPublicKey: WaMexGraphQLProductCatalogGetPublicKeyResponse
|
|
4107
|
+
readonly GraphQLVerifyPostcode: WaMexGraphQLVerifyPostcodeResponse
|
|
4108
|
+
readonly GroupStoreInviteSms: WaMexGroupStoreInviteSmsResponse
|
|
4109
|
+
readonly GroupSuspensionAppeal: WaMexGroupSuspensionAppealResponse
|
|
4110
|
+
readonly IntegrityChallengeResponse: WaMexIntegrityChallengeResponseResponse
|
|
4111
|
+
readonly JoinNewsletter: WaMexJoinNewsletterResponse
|
|
4112
|
+
readonly LeaveNewsletter: WaMexLeaveNewsletterResponse
|
|
4113
|
+
readonly LidChangeNotification: WaMexLidChangeNotificationResponse
|
|
4114
|
+
readonly LogNewsletterExposures: WaMexLogNewsletterExposuresResponse
|
|
4115
|
+
readonly NativeMLModel: WaMexNativeMLModelResponse
|
|
4116
|
+
readonly NewsletterAddPaidPartnershipLabel: WaMexNewsletterAddPaidPartnershipLabelResponse
|
|
4117
|
+
readonly QueryCatalog: WaMexQueryCatalogResponse
|
|
4118
|
+
readonly QueryCatalogHasCategories: WaMexQueryCatalogHasCategoriesResponse
|
|
4119
|
+
readonly QueryCatalogProduct: WaMexQueryCatalogProductResponse
|
|
4120
|
+
readonly QueryProductCollections: WaMexQueryProductCollectionsResponse
|
|
4121
|
+
readonly QueryProductListCatalog: WaMexQueryProductListCatalogResponse
|
|
4122
|
+
readonly QueryProductSingleCollection: WaMexQueryProductSingleCollectionResponse
|
|
4123
|
+
readonly QuerySubgroupParticipantCount: WaMexQuerySubgroupParticipantCountResponse
|
|
4124
|
+
readonly QuickPromotionAction: WaMexQuickPromotionActionResponse
|
|
4125
|
+
readonly ReportProduct: WaMexReportProductResponse
|
|
4126
|
+
readonly RequestClientLogsForBug: WaMexRequestClientLogsForBugResponse
|
|
4127
|
+
readonly ResolveAccountTypeAndAdPage: WaMexResolveAccountTypeAndAdPageResponse
|
|
4128
|
+
readonly ResolveAccountTypeAndAdPageQuery: WaMexResolveAccountTypeAndAdPageQueryResponse
|
|
4129
|
+
readonly RevokeNewsletterAdminInvite: WaMexRevokeNewsletterAdminInviteResponse
|
|
4130
|
+
readonly SetUsername: WaMexSetUsernameResponse
|
|
4131
|
+
readonly SetUsernameKey: WaMexSetUsernameKeyResponse
|
|
4132
|
+
readonly SignupMetadata: WaMexSignupMetadataResponse
|
|
4133
|
+
readonly SupportBugReportSubmit: WaMexSupportBugReportSubmitResponse
|
|
4134
|
+
readonly SupportContactFormSubmit: WaMexSupportContactFormSubmitResponse
|
|
4135
|
+
readonly SupportMessageFeedbackSubmit: WaMexSupportMessageFeedbackSubmitResponse
|
|
4136
|
+
readonly TransferCommunityOwnership: WaMexTransferCommunityOwnershipResponse
|
|
4137
|
+
readonly UpdateGroupProperty: WaMexUpdateGroupPropertyResponse
|
|
4138
|
+
readonly UpdateNewsletter: WaMexUpdateNewsletterResponse
|
|
4139
|
+
readonly UpdateNewsletterUserSetting: WaMexUpdateNewsletterUserSettingResponse
|
|
4140
|
+
readonly UpdateTextStatus: WaMexUpdateTextStatusResponse
|
|
4141
|
+
readonly UsernameAvailability: WaMexUsernameAvailabilityResponse
|
|
4142
|
+
readonly Usync: WaMexUsyncResponse
|
|
4143
|
+
readonly WAAOnboarding: WaMexWAAOnboardingResponse
|
|
4144
|
+
readonly WaffleFXServiceDataQueryV2: WaMexWaffleFXServiceDataQueryV2Response
|
|
4145
|
+
readonly WaffleFXWAMOUpdateUOOM: WaMexWaffleFXWAMOUpdateUOOMResponse
|
|
4146
|
+
readonly WaffleXE: WaMexWaffleXEResponse
|
|
4147
|
+
readonly useWAWebEstimatedDailyReach: WaMexuseWAWebEstimatedDailyReachResponse
|
|
4148
|
+
}
|