@lepsto/sdk-app 84.0.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 +233 -0
- package/dist/_types/gen/analytics/index.d.ts +2 -0
- package/dist/_types/gen/analytics/queryOptions.gen.d.ts +74 -0
- package/dist/_types/gen/bindings.gen.d.ts +3 -0
- package/dist/_types/gen/brain/index.d.ts +2 -0
- package/dist/_types/gen/brain/queryOptions.gen.d.ts +166 -0
- package/dist/_types/gen/client.gen.d.ts +1087 -0
- package/dist/_types/gen/consent/index.d.ts +2 -0
- package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
- package/dist/_types/gen/content/index.d.ts +2 -0
- package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
- package/dist/_types/gen/deployment/index.d.ts +2 -0
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
- package/dist/_types/gen/mail/index.d.ts +2 -0
- package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
- package/dist/_types/gen/manifest.gen.d.ts +4 -0
- package/dist/_types/gen/observe/index.d.ts +2 -0
- package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
- package/dist/_types/gen/organization/index.d.ts +2 -0
- package/dist/_types/gen/organization/queryOptions.gen.d.ts +362 -0
- package/dist/_types/gen/realtime/index.d.ts +2 -0
- package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
- package/dist/_types/gen/support/index.d.ts +2 -0
- package/dist/_types/gen/support/queryOptions.gen.d.ts +206 -0
- package/dist/_types/gen/tracking/index.d.ts +2 -0
- package/dist/_types/gen/tracking/queryOptions.gen.d.ts +150 -0
- package/dist/_types/gen/types.gen.d.ts +126011 -0
- package/dist/_types/gen/users/index.d.ts +2 -0
- package/dist/_types/gen/users/queryOptions.gen.d.ts +182 -0
- package/dist/_types/gen/waitlist/index.d.ts +2 -0
- package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
- package/dist/_types/gen/workflow/index.d.ts +2 -0
- package/dist/_types/gen/workflow/queryOptions.gen.d.ts +166 -0
- package/dist/_types/index.d.ts +11 -0
- package/dist/_types/package.json +1 -0
- package/dist/_types/react/index.d.ts +33 -0
- package/dist/_types/runtime/access-reason.d.ts +27 -0
- package/dist/_types/runtime/access.d.ts +40 -0
- package/dist/_types/runtime/compositions.d.ts +16 -0
- package/dist/_types/runtime/connectStream.d.ts +15 -0
- package/dist/_types/runtime/createLesslyApp.d.ts +10 -0
- package/dist/_types/runtime/csrf.d.ts +1 -0
- package/dist/_types/runtime/errors.d.ts +18 -0
- package/dist/_types/runtime/name.d.ts +26 -0
- package/dist/_types/runtime/operations.d.ts +13 -0
- package/dist/_types/runtime/permission-match.d.ts +62 -0
- package/dist/_types/runtime/request.d.ts +9 -0
- package/dist/_types/runtime/types.d.ts +129 -0
- package/dist/analytics/index.cjs +96 -0
- package/dist/analytics/index.cjs.map +1 -0
- package/dist/analytics/index.d.cts +1 -0
- package/dist/analytics/index.d.ts +1 -0
- package/dist/analytics/index.js +77 -0
- package/dist/analytics/index.js.map +1 -0
- package/dist/brain/index.cjs +211 -0
- package/dist/brain/index.cjs.map +1 -0
- package/dist/brain/index.d.cts +1 -0
- package/dist/brain/index.d.ts +1 -0
- package/dist/brain/index.js +169 -0
- package/dist/brain/index.js.map +1 -0
- package/dist/consent/index.cjs +81 -0
- package/dist/consent/index.cjs.map +1 -0
- package/dist/consent/index.d.cts +1 -0
- package/dist/consent/index.d.ts +1 -0
- package/dist/consent/index.js +65 -0
- package/dist/consent/index.js.map +1 -0
- package/dist/content/index.cjs +161 -0
- package/dist/content/index.cjs.map +1 -0
- package/dist/content/index.d.cts +1 -0
- package/dist/content/index.d.ts +1 -0
- package/dist/content/index.js +129 -0
- package/dist/content/index.js.map +1 -0
- package/dist/deployment/index.cjs +551 -0
- package/dist/deployment/index.cjs.map +1 -0
- package/dist/deployment/index.d.cts +1 -0
- package/dist/deployment/index.d.ts +1 -0
- package/dist/deployment/index.js +441 -0
- package/dist/deployment/index.js.map +1 -0
- package/dist/index.cjs +12565 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12557 -0
- package/dist/index.js.map +1 -0
- package/dist/mail/index.cjs +261 -0
- package/dist/mail/index.cjs.map +1 -0
- package/dist/mail/index.d.cts +1 -0
- package/dist/mail/index.d.ts +1 -0
- package/dist/mail/index.js +209 -0
- package/dist/mail/index.js.map +1 -0
- package/dist/observe/index.cjs +181 -0
- package/dist/observe/index.cjs.map +1 -0
- package/dist/observe/index.d.cts +1 -0
- package/dist/observe/index.d.ts +1 -0
- package/dist/observe/index.js +145 -0
- package/dist/observe/index.js.map +1 -0
- package/dist/organization/index.cjs +456 -0
- package/dist/organization/index.cjs.map +1 -0
- package/dist/organization/index.d.cts +1 -0
- package/dist/organization/index.d.ts +1 -0
- package/dist/organization/index.js +365 -0
- package/dist/organization/index.js.map +1 -0
- package/dist/react/index.cjs +29 -0
- package/dist/react/index.cjs.map +1 -0
- package/dist/react/index.d.cts +1 -0
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +26 -0
- package/dist/react/index.js.map +1 -0
- package/dist/realtime/index.cjs +146 -0
- package/dist/realtime/index.cjs.map +1 -0
- package/dist/realtime/index.d.cts +1 -0
- package/dist/realtime/index.d.ts +1 -0
- package/dist/realtime/index.js +117 -0
- package/dist/realtime/index.js.map +1 -0
- package/dist/support/index.cjs +261 -0
- package/dist/support/index.cjs.map +1 -0
- package/dist/support/index.d.cts +1 -0
- package/dist/support/index.d.ts +1 -0
- package/dist/support/index.js +209 -0
- package/dist/support/index.js.map +1 -0
- package/dist/tracking/index.cjs +191 -0
- package/dist/tracking/index.cjs.map +1 -0
- package/dist/tracking/index.d.cts +1 -0
- package/dist/tracking/index.d.ts +1 -0
- package/dist/tracking/index.js +153 -0
- package/dist/tracking/index.js.map +1 -0
- package/dist/users/index.cjs +231 -0
- package/dist/users/index.cjs.map +1 -0
- package/dist/users/index.d.cts +1 -0
- package/dist/users/index.d.ts +1 -0
- package/dist/users/index.js +185 -0
- package/dist/users/index.js.map +1 -0
- package/dist/waitlist/index.cjs +41 -0
- package/dist/waitlist/index.cjs.map +1 -0
- package/dist/waitlist/index.d.cts +1 -0
- package/dist/waitlist/index.d.ts +1 -0
- package/dist/waitlist/index.js +33 -0
- package/dist/waitlist/index.js.map +1 -0
- package/dist/workflow/index.cjs +211 -0
- package/dist/workflow/index.cjs.map +1 -0
- package/dist/workflow/index.d.cts +1 -0
- package/dist/workflow/index.d.ts +1 -0
- package/dist/workflow/index.js +169 -0
- package/dist/workflow/index.js.map +1 -0
- package/docs/README.md +89 -0
- package/docs/recipes/access.md +781 -0
- package/docs/recipes/federation.md +285 -0
- package/docs/recipes/local-dev.md +111 -0
- package/docs/recipes/sdk-usage.md +194 -0
- package/docs/rules.md +522 -0
- package/package.json +212 -0
- package/src/gen/analytics/index.ts +3 -0
- package/src/gen/analytics/queryOptions.gen.ts +124 -0
- package/src/gen/bindings.gen.ts +11330 -0
- package/src/gen/brain/index.ts +3 -0
- package/src/gen/brain/queryOptions.gen.ts +278 -0
- package/src/gen/client.gen.ts +2288 -0
- package/src/gen/consent/index.ts +3 -0
- package/src/gen/consent/queryOptions.gen.ts +102 -0
- package/src/gen/content/index.ts +3 -0
- package/src/gen/content/queryOptions.gen.ts +202 -0
- package/src/gen/deployment/index.ts +3 -0
- package/src/gen/deployment/queryOptions.gen.ts +707 -0
- package/src/gen/mail/index.ts +3 -0
- package/src/gen/mail/queryOptions.gen.ts +331 -0
- package/src/gen/manifest.gen.ts +780 -0
- package/src/gen/observe/index.ts +3 -0
- package/src/gen/observe/queryOptions.gen.ts +235 -0
- package/src/gen/organization/index.ts +3 -0
- package/src/gen/organization/queryOptions.gen.ts +578 -0
- package/src/gen/realtime/index.ts +3 -0
- package/src/gen/realtime/queryOptions.gen.ts +185 -0
- package/src/gen/support/index.ts +3 -0
- package/src/gen/support/queryOptions.gen.ts +331 -0
- package/src/gen/tracking/index.ts +3 -0
- package/src/gen/tracking/queryOptions.gen.ts +249 -0
- package/src/gen/types.gen.ts +119506 -0
- package/src/gen/users/index.ts +3 -0
- package/src/gen/users/queryOptions.gen.ts +295 -0
- package/src/gen/waitlist/index.ts +3 -0
- package/src/gen/waitlist/queryOptions.gen.ts +50 -0
- package/src/gen/workflow/index.ts +3 -0
- package/src/gen/workflow/queryOptions.gen.ts +274 -0
|
@@ -0,0 +1,2288 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
import type { Operation } from '../runtime/types';
|
|
3
|
+
import type {
|
|
4
|
+
AnalyticsCatalogGetInput,
|
|
5
|
+
AnalyticsCatalogGetOutput,
|
|
6
|
+
AnalyticsDashboardCreateInput,
|
|
7
|
+
AnalyticsDashboardCreateOutput,
|
|
8
|
+
AnalyticsDashboardDeleteInput,
|
|
9
|
+
AnalyticsDashboardDeleteOutput,
|
|
10
|
+
AnalyticsDashboardGetInput,
|
|
11
|
+
AnalyticsDashboardGetOutput,
|
|
12
|
+
AnalyticsDashboardListInput,
|
|
13
|
+
AnalyticsDashboardListOutput,
|
|
14
|
+
AnalyticsDashboardRunInput,
|
|
15
|
+
AnalyticsDashboardRunOutput,
|
|
16
|
+
AnalyticsDashboardUpdateInput,
|
|
17
|
+
AnalyticsDashboardUpdateOutput,
|
|
18
|
+
AnalyticsFunnelRunInput,
|
|
19
|
+
AnalyticsFunnelRunOutput,
|
|
20
|
+
AnalyticsInsightCreateInput,
|
|
21
|
+
AnalyticsInsightCreateOutput,
|
|
22
|
+
AnalyticsInsightDeleteInput,
|
|
23
|
+
AnalyticsInsightDeleteOutput,
|
|
24
|
+
AnalyticsInsightGetInput,
|
|
25
|
+
AnalyticsInsightGetOutput,
|
|
26
|
+
AnalyticsInsightListInput,
|
|
27
|
+
AnalyticsInsightListOutput,
|
|
28
|
+
AnalyticsInsightRunInput,
|
|
29
|
+
AnalyticsInsightRunOutput,
|
|
30
|
+
AnalyticsInsightUpdateInput,
|
|
31
|
+
AnalyticsInsightUpdateOutput,
|
|
32
|
+
AnalyticsMetricQueryInput,
|
|
33
|
+
AnalyticsMetricQueryOutput,
|
|
34
|
+
AnalyticsPersonTimelineInput,
|
|
35
|
+
AnalyticsPersonTimelineOutput,
|
|
36
|
+
AnalyticsQueryRunInput,
|
|
37
|
+
AnalyticsQueryRunOutput,
|
|
38
|
+
AnalyticsRetentionRunInput,
|
|
39
|
+
AnalyticsRetentionRunOutput,
|
|
40
|
+
BrainBackupCreateInput,
|
|
41
|
+
BrainBackupCreateOutput,
|
|
42
|
+
BrainBackupRestoreInput,
|
|
43
|
+
BrainBackupRestoreOutput,
|
|
44
|
+
BrainBackupStatusInput,
|
|
45
|
+
BrainBackupStatusOutput,
|
|
46
|
+
BrainBackupsListInput,
|
|
47
|
+
BrainBackupsListOutput,
|
|
48
|
+
BrainClickupChannelsListInput,
|
|
49
|
+
BrainClickupChannelsListOutput,
|
|
50
|
+
BrainClickupConnectionsListInput,
|
|
51
|
+
BrainClickupConnectionsListOutput,
|
|
52
|
+
BrainClickupListsListInput,
|
|
53
|
+
BrainClickupListsListOutput,
|
|
54
|
+
BrainClickupSpacesListInput,
|
|
55
|
+
BrainClickupSpacesListOutput,
|
|
56
|
+
BrainCognitionDigestInput,
|
|
57
|
+
BrainCognitionDigestOutput,
|
|
58
|
+
BrainCognitionStatusInput,
|
|
59
|
+
BrainCognitionStatusOutput,
|
|
60
|
+
BrainCognitionSweepInput,
|
|
61
|
+
BrainCognitionSweepOutput,
|
|
62
|
+
BrainConnectorBranchesListInput,
|
|
63
|
+
BrainConnectorBranchesListOutput,
|
|
64
|
+
BrainConnectorConnectionsListInput,
|
|
65
|
+
BrainConnectorConnectionsListOutput,
|
|
66
|
+
BrainConnectorReposListInput,
|
|
67
|
+
BrainConnectorReposListOutput,
|
|
68
|
+
BrainDaemonBatchStatusInput,
|
|
69
|
+
BrainDaemonBatchStatusOutput,
|
|
70
|
+
BrainDaemonCreateInput,
|
|
71
|
+
BrainDaemonCreateOutput,
|
|
72
|
+
BrainDaemonGetInput,
|
|
73
|
+
BrainDaemonGetOutput,
|
|
74
|
+
BrainDaemonReingestInput,
|
|
75
|
+
BrainDaemonReingestOutput,
|
|
76
|
+
BrainDaemonRemoveInput,
|
|
77
|
+
BrainDaemonRemoveOutput,
|
|
78
|
+
BrainDaemonRunInput,
|
|
79
|
+
BrainDaemonRunItemsInput,
|
|
80
|
+
BrainDaemonRunItemsOutput,
|
|
81
|
+
BrainDaemonRunOutput,
|
|
82
|
+
BrainDaemonRunsInput,
|
|
83
|
+
BrainDaemonRunsOutput,
|
|
84
|
+
BrainDaemonStatusInput,
|
|
85
|
+
BrainDaemonStatusOutput,
|
|
86
|
+
BrainDaemonUpdateInput,
|
|
87
|
+
BrainDaemonUpdateOutput,
|
|
88
|
+
BrainDaemonsListInput,
|
|
89
|
+
BrainDaemonsListOutput,
|
|
90
|
+
BrainGdriveConnectionsListInput,
|
|
91
|
+
BrainGdriveConnectionsListOutput,
|
|
92
|
+
BrainKnowledgeEntityMemoriesInput,
|
|
93
|
+
BrainKnowledgeEntityMemoriesOutput,
|
|
94
|
+
BrainKnowledgeGraphInput,
|
|
95
|
+
BrainKnowledgeGraphOutput,
|
|
96
|
+
BrainKnowledgeNeighborhoodInput,
|
|
97
|
+
BrainKnowledgeNeighborhoodOutput,
|
|
98
|
+
BrainKnowledgeRelationsInput,
|
|
99
|
+
BrainKnowledgeRelationsOutput,
|
|
100
|
+
BrainKnowledgeSearchInput,
|
|
101
|
+
BrainKnowledgeSearchOutput,
|
|
102
|
+
BrainMemoryAddInput,
|
|
103
|
+
BrainMemoryAddOutput,
|
|
104
|
+
BrainMemoryDeleteInput,
|
|
105
|
+
BrainMemoryDeleteOutput,
|
|
106
|
+
BrainMemoryGetInput,
|
|
107
|
+
BrainMemoryGetOutput,
|
|
108
|
+
BrainMemoryListInput,
|
|
109
|
+
BrainMemoryListOutput,
|
|
110
|
+
BrainMemorySearchInput,
|
|
111
|
+
BrainMemorySearchOutput,
|
|
112
|
+
BrainMemoryStatsInput,
|
|
113
|
+
BrainMemoryStatsOutput,
|
|
114
|
+
BrainMemoryUpdateInput,
|
|
115
|
+
BrainMemoryUpdateOutput,
|
|
116
|
+
BrainProductSharedMemoryResetInput,
|
|
117
|
+
BrainProductSharedMemoryResetOutput,
|
|
118
|
+
BrainRestoreStatusInput,
|
|
119
|
+
BrainRestoreStatusOutput,
|
|
120
|
+
BrainUsageReportInput,
|
|
121
|
+
BrainUsageReportOutput,
|
|
122
|
+
ConsentConfigCookieDomainUpsertInput,
|
|
123
|
+
ConsentConfigCookieDomainUpsertOutput,
|
|
124
|
+
ConsentConfigCustomizationUpsertInput,
|
|
125
|
+
ConsentConfigCustomizationUpsertOutput,
|
|
126
|
+
ConsentConfigFloatingIconUpsertInput,
|
|
127
|
+
ConsentConfigFloatingIconUpsertOutput,
|
|
128
|
+
ConsentConfigThemeUpsertInput,
|
|
129
|
+
ConsentConfigThemeUpsertOutput,
|
|
130
|
+
ConsentDashboardConfigGetInput,
|
|
131
|
+
ConsentDashboardConfigGetOutput,
|
|
132
|
+
ConsentDashboardDecisionsListInput,
|
|
133
|
+
ConsentDashboardDecisionsListOutput,
|
|
134
|
+
ConsentDashboardEmbedSnippetGetInput,
|
|
135
|
+
ConsentDashboardEmbedSnippetGetOutput,
|
|
136
|
+
ConsentDashboardStatsGetInput,
|
|
137
|
+
ConsentDashboardStatsGetOutput,
|
|
138
|
+
ConsentEmbedGetInput,
|
|
139
|
+
ConsentEmbedGetOutput,
|
|
140
|
+
ConsentProvidersCreateInput,
|
|
141
|
+
ConsentProvidersCreateOutput,
|
|
142
|
+
ConsentProvidersDeleteInput,
|
|
143
|
+
ConsentProvidersDeleteOutput,
|
|
144
|
+
ConsentProvidersListInput,
|
|
145
|
+
ConsentProvidersListOutput,
|
|
146
|
+
ConsentProvidersUpdateInput,
|
|
147
|
+
ConsentProvidersUpdateOutput,
|
|
148
|
+
ConsentRecordsExportInput,
|
|
149
|
+
ConsentRecordsExportOutput,
|
|
150
|
+
ConsentStatsGetInput,
|
|
151
|
+
ConsentStatsGetOutput,
|
|
152
|
+
ContentChannelsBindInput,
|
|
153
|
+
ContentChannelsBindOutput,
|
|
154
|
+
ContentChannelsGetInput,
|
|
155
|
+
ContentChannelsGetOutput,
|
|
156
|
+
ContentChannelsListInput,
|
|
157
|
+
ContentChannelsListOutput,
|
|
158
|
+
ContentChannelsResumeInput,
|
|
159
|
+
ContentChannelsResumeOutput,
|
|
160
|
+
ContentChannelsUnbindInput,
|
|
161
|
+
ContentChannelsUnbindOutput,
|
|
162
|
+
ContentChannelsUpdateInput,
|
|
163
|
+
ContentChannelsUpdateOutput,
|
|
164
|
+
ContentMediaCreateUploadUrlInput,
|
|
165
|
+
ContentMediaCreateUploadUrlOutput,
|
|
166
|
+
ContentMediaFinalizeInput,
|
|
167
|
+
ContentMediaFinalizeOutput,
|
|
168
|
+
ContentMediaGetInput,
|
|
169
|
+
ContentMediaGetOutput,
|
|
170
|
+
ContentMediaListInput,
|
|
171
|
+
ContentMediaListOutput,
|
|
172
|
+
ContentMediaUploadInput,
|
|
173
|
+
ContentMediaUploadOutput,
|
|
174
|
+
ContentMetricsChannelSeriesInput,
|
|
175
|
+
ContentMetricsChannelSeriesOutput,
|
|
176
|
+
ContentMetricsPostSeriesInput,
|
|
177
|
+
ContentMetricsPostSeriesOutput,
|
|
178
|
+
ContentPostsApproveInput,
|
|
179
|
+
ContentPostsApproveOutput,
|
|
180
|
+
ContentPostsAttachMediaInput,
|
|
181
|
+
ContentPostsAttachMediaOutput,
|
|
182
|
+
ContentPostsCreateInput,
|
|
183
|
+
ContentPostsCreateOutput,
|
|
184
|
+
ContentPostsDetachMediaInput,
|
|
185
|
+
ContentPostsDetachMediaOutput,
|
|
186
|
+
ContentPostsGetInput,
|
|
187
|
+
ContentPostsGetOutput,
|
|
188
|
+
ContentPostsListInput,
|
|
189
|
+
ContentPostsListOutput,
|
|
190
|
+
ContentPostsSubmitInput,
|
|
191
|
+
ContentPostsSubmitOutput,
|
|
192
|
+
ContentPostsUpdateInput,
|
|
193
|
+
ContentPostsUpdateOutput,
|
|
194
|
+
ContentPostsVersionsInput,
|
|
195
|
+
ContentPostsVersionsOutput,
|
|
196
|
+
ContentPublicationsCancelInput,
|
|
197
|
+
ContentPublicationsCancelOutput,
|
|
198
|
+
ContentPublicationsConfirmInput,
|
|
199
|
+
ContentPublicationsConfirmOutput,
|
|
200
|
+
ContentPublicationsGetInput,
|
|
201
|
+
ContentPublicationsGetOutput,
|
|
202
|
+
ContentPublicationsListInput,
|
|
203
|
+
ContentPublicationsListOutput,
|
|
204
|
+
ContentPublicationsPublishInput,
|
|
205
|
+
ContentPublicationsPublishOutput,
|
|
206
|
+
ContentPublicationsRemindInput,
|
|
207
|
+
ContentPublicationsRemindOutput,
|
|
208
|
+
ContentPublicationsRescheduleInput,
|
|
209
|
+
ContentPublicationsRescheduleOutput,
|
|
210
|
+
ContentPublicationsScheduleInput,
|
|
211
|
+
ContentPublicationsScheduleOutput,
|
|
212
|
+
ContentPublicationsValidateInput,
|
|
213
|
+
ContentPublicationsValidateOutput,
|
|
214
|
+
DeploymentAlertCreateInput,
|
|
215
|
+
DeploymentAlertCreateOutput,
|
|
216
|
+
DeploymentAlertDeleteInput,
|
|
217
|
+
DeploymentAlertDeleteOutput,
|
|
218
|
+
DeploymentAlertEventsListInput,
|
|
219
|
+
DeploymentAlertEventsListOutput,
|
|
220
|
+
DeploymentAlertListInput,
|
|
221
|
+
DeploymentAlertListOutput,
|
|
222
|
+
DeploymentAlertUpdateInput,
|
|
223
|
+
DeploymentAlertUpdateOutput,
|
|
224
|
+
DeploymentAnalyticsQueryInput,
|
|
225
|
+
DeploymentAnalyticsQueryOutput,
|
|
226
|
+
DeploymentBuildGetInput,
|
|
227
|
+
DeploymentBuildGetOutput,
|
|
228
|
+
DeploymentBuildListInput,
|
|
229
|
+
DeploymentBuildListOutput,
|
|
230
|
+
DeploymentBuildLogsInput,
|
|
231
|
+
DeploymentBuildLogsOutput,
|
|
232
|
+
DeploymentCanvasGetInput,
|
|
233
|
+
DeploymentCanvasGetOutput,
|
|
234
|
+
DeploymentCanvasMoveNodeInput,
|
|
235
|
+
DeploymentCanvasMoveNodeOutput,
|
|
236
|
+
DeploymentCloudSqlBackfillLogFlagsInput,
|
|
237
|
+
DeploymentCloudSqlBackfillLogFlagsOutput,
|
|
238
|
+
DeploymentCloudSqlDatabaseAttachInput,
|
|
239
|
+
DeploymentCloudSqlDatabaseAttachOutput,
|
|
240
|
+
DeploymentCloudSqlDatabaseCreateInput,
|
|
241
|
+
DeploymentCloudSqlDatabaseCreateOutput,
|
|
242
|
+
DeploymentCloudSqlDatabaseDeleteInput,
|
|
243
|
+
DeploymentCloudSqlDatabaseDeleteOutput,
|
|
244
|
+
DeploymentCloudSqlDatabaseDetachInput,
|
|
245
|
+
DeploymentCloudSqlDatabaseDetachOutput,
|
|
246
|
+
DeploymentCloudSqlDatabaseGetInput,
|
|
247
|
+
DeploymentCloudSqlDatabaseGetOutput,
|
|
248
|
+
DeploymentCloudSqlDatabaseListInput,
|
|
249
|
+
DeploymentCloudSqlDatabaseListOutput,
|
|
250
|
+
DeploymentCloudSqlInstanceBackupInput,
|
|
251
|
+
DeploymentCloudSqlInstanceBackupListInput,
|
|
252
|
+
DeploymentCloudSqlInstanceBackupListOutput,
|
|
253
|
+
DeploymentCloudSqlInstanceBackupOutput,
|
|
254
|
+
DeploymentCloudSqlInstanceCreateInput,
|
|
255
|
+
DeploymentCloudSqlInstanceCreateOutput,
|
|
256
|
+
DeploymentCloudSqlInstanceDeleteInput,
|
|
257
|
+
DeploymentCloudSqlInstanceDeleteOutput,
|
|
258
|
+
DeploymentCloudSqlInstanceGetInput,
|
|
259
|
+
DeploymentCloudSqlInstanceGetOutput,
|
|
260
|
+
DeploymentCloudSqlInstanceListInput,
|
|
261
|
+
DeploymentCloudSqlInstanceListOutput,
|
|
262
|
+
DeploymentCloudSqlInstanceResizeInput,
|
|
263
|
+
DeploymentCloudSqlInstanceResizeOutput,
|
|
264
|
+
DeploymentCloudSqlInstanceRestoreInput,
|
|
265
|
+
DeploymentCloudSqlInstanceRestoreOutput,
|
|
266
|
+
DeploymentCloudSqlLogsInput,
|
|
267
|
+
DeploymentCloudSqlLogsOutput,
|
|
268
|
+
DeploymentDeploymentCancelInput,
|
|
269
|
+
DeploymentDeploymentCancelOutput,
|
|
270
|
+
DeploymentDeploymentGetInput,
|
|
271
|
+
DeploymentDeploymentGetOutput,
|
|
272
|
+
DeploymentDeploymentListInput,
|
|
273
|
+
DeploymentDeploymentListOutput,
|
|
274
|
+
DeploymentDomainAddInput,
|
|
275
|
+
DeploymentDomainAddOutput,
|
|
276
|
+
DeploymentDomainAllowedListInput,
|
|
277
|
+
DeploymentDomainAllowedListOutput,
|
|
278
|
+
DeploymentDomainGetInput,
|
|
279
|
+
DeploymentDomainGetOutput,
|
|
280
|
+
DeploymentDomainListByServiceInput,
|
|
281
|
+
DeploymentDomainListByServiceOutput,
|
|
282
|
+
DeploymentDomainListInput,
|
|
283
|
+
DeploymentDomainListOutput,
|
|
284
|
+
DeploymentDomainRedirectWwwInput,
|
|
285
|
+
DeploymentDomainRedirectWwwOutput,
|
|
286
|
+
DeploymentDomainRemoveInput,
|
|
287
|
+
DeploymentDomainRemoveOutput,
|
|
288
|
+
DeploymentDomainRoutesAddInput,
|
|
289
|
+
DeploymentDomainRoutesAddOutput,
|
|
290
|
+
DeploymentDomainRoutesListInput,
|
|
291
|
+
DeploymentDomainRoutesListOutput,
|
|
292
|
+
DeploymentDomainRoutesRemoveInput,
|
|
293
|
+
DeploymentDomainRoutesRemoveOutput,
|
|
294
|
+
DeploymentDomainRoutesUpdateInput,
|
|
295
|
+
DeploymentDomainRoutesUpdateOutput,
|
|
296
|
+
DeploymentDomainVerifyInput,
|
|
297
|
+
DeploymentDomainVerifyOutput,
|
|
298
|
+
DeploymentEnvironmentCreateInput,
|
|
299
|
+
DeploymentEnvironmentCreateOutput,
|
|
300
|
+
DeploymentEnvironmentDeleteInput,
|
|
301
|
+
DeploymentEnvironmentDeleteOutput,
|
|
302
|
+
DeploymentEnvironmentForkInput,
|
|
303
|
+
DeploymentEnvironmentForkOutput,
|
|
304
|
+
DeploymentEnvironmentGetInput,
|
|
305
|
+
DeploymentEnvironmentGetOutput,
|
|
306
|
+
DeploymentEnvironmentListInput,
|
|
307
|
+
DeploymentEnvironmentListOutput,
|
|
308
|
+
DeploymentEnvironmentReconcileInput,
|
|
309
|
+
DeploymentEnvironmentReconcileOutput,
|
|
310
|
+
DeploymentEnvironmentUpdateInput,
|
|
311
|
+
DeploymentEnvironmentUpdateOutput,
|
|
312
|
+
DeploymentEventsListByEnvironmentInput,
|
|
313
|
+
DeploymentEventsListByEnvironmentOutput,
|
|
314
|
+
DeploymentEventsListByServiceInput,
|
|
315
|
+
DeploymentEventsListByServiceOutput,
|
|
316
|
+
DeploymentJobRunInput,
|
|
317
|
+
DeploymentJobRunLogsInput,
|
|
318
|
+
DeploymentJobRunLogsOutput,
|
|
319
|
+
DeploymentJobRunOutput,
|
|
320
|
+
DeploymentJobRunsListInput,
|
|
321
|
+
DeploymentJobRunsListOutput,
|
|
322
|
+
DeploymentManagedServiceBackupInput,
|
|
323
|
+
DeploymentManagedServiceBackupListInput,
|
|
324
|
+
DeploymentManagedServiceBackupListOutput,
|
|
325
|
+
DeploymentManagedServiceBackupOutput,
|
|
326
|
+
DeploymentManagedServiceConnectInfoInput,
|
|
327
|
+
DeploymentManagedServiceConnectInfoOutput,
|
|
328
|
+
DeploymentManagedServiceDeleteInput,
|
|
329
|
+
DeploymentManagedServiceDeleteOutput,
|
|
330
|
+
DeploymentManagedServiceGetInput,
|
|
331
|
+
DeploymentManagedServiceGetOutput,
|
|
332
|
+
DeploymentManagedServiceListInput,
|
|
333
|
+
DeploymentManagedServiceListOutput,
|
|
334
|
+
DeploymentManagedServiceLogsInput,
|
|
335
|
+
DeploymentManagedServiceLogsOutput,
|
|
336
|
+
DeploymentManagedServiceProvisionInput,
|
|
337
|
+
DeploymentManagedServiceProvisionOutput,
|
|
338
|
+
DeploymentManagedServiceReconcileInput,
|
|
339
|
+
DeploymentManagedServiceReconcileOutput,
|
|
340
|
+
DeploymentManagedServiceResizeInput,
|
|
341
|
+
DeploymentManagedServiceResizeOutput,
|
|
342
|
+
DeploymentManagedServiceRestoreInput,
|
|
343
|
+
DeploymentManagedServiceRestoreOutput,
|
|
344
|
+
DeploymentManagedServiceStartInput,
|
|
345
|
+
DeploymentManagedServiceStartOutput,
|
|
346
|
+
DeploymentManagedServiceStopInput,
|
|
347
|
+
DeploymentManagedServiceStopOutput,
|
|
348
|
+
DeploymentManagedServiceTypesInput,
|
|
349
|
+
DeploymentManagedServiceTypesOutput,
|
|
350
|
+
DeploymentMetricsGetInput,
|
|
351
|
+
DeploymentMetricsGetOutput,
|
|
352
|
+
DeploymentPreviewEnvironmentCreateInput,
|
|
353
|
+
DeploymentPreviewEnvironmentCreateOutput,
|
|
354
|
+
DeploymentPreviewEnvironmentDeleteInput,
|
|
355
|
+
DeploymentPreviewEnvironmentDeleteOutput,
|
|
356
|
+
DeploymentPreviewEnvironmentListInput,
|
|
357
|
+
DeploymentPreviewEnvironmentListOutput,
|
|
358
|
+
DeploymentPreviewPolicyGetInput,
|
|
359
|
+
DeploymentPreviewPolicyGetOutput,
|
|
360
|
+
DeploymentPreviewPolicySetInput,
|
|
361
|
+
DeploymentPreviewPolicySetOutput,
|
|
362
|
+
DeploymentServiceCreateInput,
|
|
363
|
+
DeploymentServiceCreateOutput,
|
|
364
|
+
DeploymentServiceDeleteInput,
|
|
365
|
+
DeploymentServiceDeleteOutput,
|
|
366
|
+
DeploymentServiceExecInput,
|
|
367
|
+
DeploymentServiceExecOutput,
|
|
368
|
+
DeploymentServiceGetInput,
|
|
369
|
+
DeploymentServiceGetOutput,
|
|
370
|
+
DeploymentServiceListInput,
|
|
371
|
+
DeploymentServiceListOutput,
|
|
372
|
+
DeploymentServiceLogsInput,
|
|
373
|
+
DeploymentServiceLogsOutput,
|
|
374
|
+
DeploymentServiceRedeployInput,
|
|
375
|
+
DeploymentServiceRedeployOutput,
|
|
376
|
+
DeploymentServiceRestartInput,
|
|
377
|
+
DeploymentServiceRestartOutput,
|
|
378
|
+
DeploymentServiceRollbackInput,
|
|
379
|
+
DeploymentServiceRollbackOutput,
|
|
380
|
+
DeploymentServiceScaleInput,
|
|
381
|
+
DeploymentServiceScaleOutput,
|
|
382
|
+
DeploymentServiceUpdateInput,
|
|
383
|
+
DeploymentServiceUpdateOutput,
|
|
384
|
+
DeploymentServiceWakeInput,
|
|
385
|
+
DeploymentServiceWakeOutput,
|
|
386
|
+
DeploymentSshCommandInput,
|
|
387
|
+
DeploymentSshCommandOutput,
|
|
388
|
+
DeploymentSshKeyDeleteInput,
|
|
389
|
+
DeploymentSshKeyDeleteOutput,
|
|
390
|
+
DeploymentSshKeyListInput,
|
|
391
|
+
DeploymentSshKeyListOutput,
|
|
392
|
+
DeploymentSshKeyRegisterInput,
|
|
393
|
+
DeploymentSshKeyRegisterOutput,
|
|
394
|
+
DeploymentSuspensionGetInput,
|
|
395
|
+
DeploymentSuspensionGetOutput,
|
|
396
|
+
DeploymentVariableListEnvInput,
|
|
397
|
+
DeploymentVariableListEnvOutput,
|
|
398
|
+
DeploymentVariableListInput,
|
|
399
|
+
DeploymentVariableListOutput,
|
|
400
|
+
DeploymentVariableListProductInput,
|
|
401
|
+
DeploymentVariableListProductOutput,
|
|
402
|
+
DeploymentVariableSetEnvInput,
|
|
403
|
+
DeploymentVariableSetEnvOutput,
|
|
404
|
+
DeploymentVariableSetInput,
|
|
405
|
+
DeploymentVariableSetOutput,
|
|
406
|
+
DeploymentVariableSetProductInput,
|
|
407
|
+
DeploymentVariableSetProductOutput,
|
|
408
|
+
DeploymentVariableUnsetEnvInput,
|
|
409
|
+
DeploymentVariableUnsetEnvOutput,
|
|
410
|
+
DeploymentVariableUnsetInput,
|
|
411
|
+
DeploymentVariableUnsetOutput,
|
|
412
|
+
DeploymentVariableUnsetProductInput,
|
|
413
|
+
DeploymentVariableUnsetProductOutput,
|
|
414
|
+
DeploymentVcsBranchListInput,
|
|
415
|
+
DeploymentVcsBranchListOutput,
|
|
416
|
+
DeploymentVcsConnectionListInput,
|
|
417
|
+
DeploymentVcsConnectionListOutput,
|
|
418
|
+
DeploymentVcsRepoListInput,
|
|
419
|
+
DeploymentVcsRepoListOutput,
|
|
420
|
+
DeploymentVolumeCreateInput,
|
|
421
|
+
DeploymentVolumeCreateOutput,
|
|
422
|
+
DeploymentVolumeDeleteInput,
|
|
423
|
+
DeploymentVolumeDeleteOutput,
|
|
424
|
+
DeploymentVolumeDetachInput,
|
|
425
|
+
DeploymentVolumeDetachOutput,
|
|
426
|
+
DeploymentVolumeGetInput,
|
|
427
|
+
DeploymentVolumeGetOutput,
|
|
428
|
+
DeploymentVolumeListInput,
|
|
429
|
+
DeploymentVolumeListOutput,
|
|
430
|
+
DeploymentVolumeResizeInput,
|
|
431
|
+
DeploymentVolumeResizeOutput,
|
|
432
|
+
MailApikeyCreateInput,
|
|
433
|
+
MailApikeyCreateOutput,
|
|
434
|
+
MailApikeyDeleteInput,
|
|
435
|
+
MailApikeyDeleteOutput,
|
|
436
|
+
MailApikeyListInput,
|
|
437
|
+
MailApikeyListOutput,
|
|
438
|
+
MailAudienceCreateInput,
|
|
439
|
+
MailAudienceCreateOutput,
|
|
440
|
+
MailAudienceDeleteInput,
|
|
441
|
+
MailAudienceDeleteOutput,
|
|
442
|
+
MailAudienceGetInput,
|
|
443
|
+
MailAudienceGetOutput,
|
|
444
|
+
MailAudienceListInput,
|
|
445
|
+
MailAudienceListOutput,
|
|
446
|
+
MailAudienceUpdateInput,
|
|
447
|
+
MailAudienceUpdateOutput,
|
|
448
|
+
MailBroadcastCancelInput,
|
|
449
|
+
MailBroadcastCancelOutput,
|
|
450
|
+
MailBroadcastCreateInput,
|
|
451
|
+
MailBroadcastCreateOutput,
|
|
452
|
+
MailBroadcastDeleteInput,
|
|
453
|
+
MailBroadcastDeleteOutput,
|
|
454
|
+
MailBroadcastGetInput,
|
|
455
|
+
MailBroadcastGetOutput,
|
|
456
|
+
MailBroadcastListInput,
|
|
457
|
+
MailBroadcastListOutput,
|
|
458
|
+
MailBroadcastQueueInput,
|
|
459
|
+
MailBroadcastQueueOutput,
|
|
460
|
+
MailBroadcastStatsInput,
|
|
461
|
+
MailBroadcastStatsOutput,
|
|
462
|
+
MailBroadcastUpdateInput,
|
|
463
|
+
MailBroadcastUpdateOutput,
|
|
464
|
+
MailContactCreateInput,
|
|
465
|
+
MailContactCreateOutput,
|
|
466
|
+
MailContactDeleteInput,
|
|
467
|
+
MailContactDeleteOutput,
|
|
468
|
+
MailContactGetInput,
|
|
469
|
+
MailContactGetOutput,
|
|
470
|
+
MailContactListInput,
|
|
471
|
+
MailContactListOutput,
|
|
472
|
+
MailContactUpdateInput,
|
|
473
|
+
MailContactUpdateOutput,
|
|
474
|
+
MailDomainAllowedListInput,
|
|
475
|
+
MailDomainAllowedListOutput,
|
|
476
|
+
MailDomainCreateInput,
|
|
477
|
+
MailDomainCreateOutput,
|
|
478
|
+
MailDomainDeleteInput,
|
|
479
|
+
MailDomainDeleteOutput,
|
|
480
|
+
MailDomainGetInput,
|
|
481
|
+
MailDomainGetOutput,
|
|
482
|
+
MailDomainListInput,
|
|
483
|
+
MailDomainListOutput,
|
|
484
|
+
MailDomainUpdateInput,
|
|
485
|
+
MailDomainUpdateOutput,
|
|
486
|
+
MailDomainVerifyInput,
|
|
487
|
+
MailDomainVerifyOutput,
|
|
488
|
+
MailEmailCancelInput,
|
|
489
|
+
MailEmailCancelOutput,
|
|
490
|
+
MailEmailGetInput,
|
|
491
|
+
MailEmailGetOutput,
|
|
492
|
+
MailEmailSendBatchInput,
|
|
493
|
+
MailEmailSendBatchOutput,
|
|
494
|
+
MailEmailSendInput,
|
|
495
|
+
MailEmailSendOutput,
|
|
496
|
+
MailEmailUpdateInput,
|
|
497
|
+
MailEmailUpdateOutput,
|
|
498
|
+
MailReputationGetInput,
|
|
499
|
+
MailReputationGetOutput,
|
|
500
|
+
MailStatsGetInput,
|
|
501
|
+
MailStatsGetOutput,
|
|
502
|
+
MailSuppressionAddInput,
|
|
503
|
+
MailSuppressionAddOutput,
|
|
504
|
+
MailSuppressionListInput,
|
|
505
|
+
MailSuppressionListOutput,
|
|
506
|
+
MailSuppressionRemoveInput,
|
|
507
|
+
MailSuppressionRemoveOutput,
|
|
508
|
+
MailTemplateCreateInput,
|
|
509
|
+
MailTemplateCreateOutput,
|
|
510
|
+
MailTemplateDeleteInput,
|
|
511
|
+
MailTemplateDeleteOutput,
|
|
512
|
+
MailTemplateGetInput,
|
|
513
|
+
MailTemplateGetOutput,
|
|
514
|
+
MailTemplateListInput,
|
|
515
|
+
MailTemplateListOutput,
|
|
516
|
+
MailTemplatePublishInput,
|
|
517
|
+
MailTemplatePublishOutput,
|
|
518
|
+
MailTemplateUpdateInput,
|
|
519
|
+
MailTemplateUpdateOutput,
|
|
520
|
+
MailUsageGetInput,
|
|
521
|
+
MailUsageGetOutput,
|
|
522
|
+
MailWebhookCreateInput,
|
|
523
|
+
MailWebhookCreateOutput,
|
|
524
|
+
MailWebhookDeleteInput,
|
|
525
|
+
MailWebhookDeleteOutput,
|
|
526
|
+
MailWebhookDeliveriesListInput,
|
|
527
|
+
MailWebhookDeliveriesListOutput,
|
|
528
|
+
MailWebhookGetInput,
|
|
529
|
+
MailWebhookGetOutput,
|
|
530
|
+
MailWebhookListInput,
|
|
531
|
+
MailWebhookListOutput,
|
|
532
|
+
MailWebhookUpdateInput,
|
|
533
|
+
MailWebhookUpdateOutput,
|
|
534
|
+
ObserveAlertsCreateInput,
|
|
535
|
+
ObserveAlertsCreateOutput,
|
|
536
|
+
ObserveAlertsDeleteInput,
|
|
537
|
+
ObserveAlertsDeleteOutput,
|
|
538
|
+
ObserveAlertsEventsListInput,
|
|
539
|
+
ObserveAlertsEventsListOutput,
|
|
540
|
+
ObserveAlertsGetInput,
|
|
541
|
+
ObserveAlertsGetOutput,
|
|
542
|
+
ObserveAlertsListInput,
|
|
543
|
+
ObserveAlertsListOutput,
|
|
544
|
+
ObserveAlertsUpdateInput,
|
|
545
|
+
ObserveAlertsUpdateOutput,
|
|
546
|
+
ObserveArtifactsDeleteInput,
|
|
547
|
+
ObserveArtifactsDeleteOutput,
|
|
548
|
+
ObserveArtifactsListInput,
|
|
549
|
+
ObserveArtifactsListOutput,
|
|
550
|
+
ObserveArtifactsResolveInput,
|
|
551
|
+
ObserveArtifactsResolveOutput,
|
|
552
|
+
ObserveIssuesArchiveInput,
|
|
553
|
+
ObserveIssuesArchiveOutput,
|
|
554
|
+
ObserveIssuesAssignInput,
|
|
555
|
+
ObserveIssuesAssignOutput,
|
|
556
|
+
ObserveIssuesEventInput,
|
|
557
|
+
ObserveIssuesEventOutput,
|
|
558
|
+
ObserveIssuesEventsInput,
|
|
559
|
+
ObserveIssuesEventsOutput,
|
|
560
|
+
ObserveIssuesGetInput,
|
|
561
|
+
ObserveIssuesGetOutput,
|
|
562
|
+
ObserveIssuesHistogramInput,
|
|
563
|
+
ObserveIssuesHistogramOutput,
|
|
564
|
+
ObserveIssuesListInput,
|
|
565
|
+
ObserveIssuesListOutput,
|
|
566
|
+
ObserveIssuesResolveInput,
|
|
567
|
+
ObserveIssuesResolveOutput,
|
|
568
|
+
ObserveKeysCreateInput,
|
|
569
|
+
ObserveKeysCreateOutput,
|
|
570
|
+
ObserveKeysListInput,
|
|
571
|
+
ObserveKeysListOutput,
|
|
572
|
+
ObserveKeysRevokeInput,
|
|
573
|
+
ObserveKeysRevokeOutput,
|
|
574
|
+
ObserveLogsFacetsInput,
|
|
575
|
+
ObserveLogsFacetsOutput,
|
|
576
|
+
ObserveLogsSearchInput,
|
|
577
|
+
ObserveLogsSearchOutput,
|
|
578
|
+
ObserveLogsTailInput,
|
|
579
|
+
ObserveLogsTailOutput,
|
|
580
|
+
ObserveMetricsListInput,
|
|
581
|
+
ObserveMetricsListOutput,
|
|
582
|
+
ObserveMetricsQueryInput,
|
|
583
|
+
ObserveMetricsQueryOutput,
|
|
584
|
+
ObserveTracesGetInput,
|
|
585
|
+
ObserveTracesGetOutput,
|
|
586
|
+
ObserveTracesSearchInput,
|
|
587
|
+
ObserveTracesSearchOutput,
|
|
588
|
+
ObserveWebhooksCreateInput,
|
|
589
|
+
ObserveWebhooksCreateOutput,
|
|
590
|
+
ObserveWebhooksDeleteInput,
|
|
591
|
+
ObserveWebhooksDeleteOutput,
|
|
592
|
+
ObserveWebhooksDeliveriesListInput,
|
|
593
|
+
ObserveWebhooksDeliveriesListOutput,
|
|
594
|
+
ObserveWebhooksGetInput,
|
|
595
|
+
ObserveWebhooksGetOutput,
|
|
596
|
+
ObserveWebhooksListInput,
|
|
597
|
+
ObserveWebhooksListOutput,
|
|
598
|
+
ObserveWebhooksRedeliverInput,
|
|
599
|
+
ObserveWebhooksRedeliverOutput,
|
|
600
|
+
ObserveWebhooksRotateSecretInput,
|
|
601
|
+
ObserveWebhooksRotateSecretOutput,
|
|
602
|
+
ObserveWebhooksUpdateInput,
|
|
603
|
+
ObserveWebhooksUpdateOutput,
|
|
604
|
+
OrganizationAuthMeInput,
|
|
605
|
+
OrganizationAuthMeOutput,
|
|
606
|
+
OrganizationBillingBudgetsGetInput,
|
|
607
|
+
OrganizationBillingBudgetsGetOutput,
|
|
608
|
+
OrganizationBillingCapsClearInput,
|
|
609
|
+
OrganizationBillingCapsClearOutput,
|
|
610
|
+
OrganizationBillingCapsSetInput,
|
|
611
|
+
OrganizationBillingCapsSetOutput,
|
|
612
|
+
OrganizationBindingsListInput,
|
|
613
|
+
OrganizationBindingsListOutput,
|
|
614
|
+
OrganizationClickupInstallInput,
|
|
615
|
+
OrganizationClickupInstallOutput,
|
|
616
|
+
OrganizationClickupListInstallationsInput,
|
|
617
|
+
OrganizationClickupListInstallationsOutput,
|
|
618
|
+
OrganizationCloudflareInstallInput,
|
|
619
|
+
OrganizationCloudflareInstallOutput,
|
|
620
|
+
OrganizationConnectorsApproveRequestInput,
|
|
621
|
+
OrganizationConnectorsApproveRequestOutput,
|
|
622
|
+
OrganizationConnectorsAttachInput,
|
|
623
|
+
OrganizationConnectorsAttachOutput,
|
|
624
|
+
OrganizationConnectorsDeleteInput,
|
|
625
|
+
OrganizationConnectorsDeleteOutput,
|
|
626
|
+
OrganizationConnectorsDenyRequestInput,
|
|
627
|
+
OrganizationConnectorsDenyRequestOutput,
|
|
628
|
+
OrganizationConnectorsDetachInput,
|
|
629
|
+
OrganizationConnectorsDetachOutput,
|
|
630
|
+
OrganizationConnectorsListAttachmentsInput,
|
|
631
|
+
OrganizationConnectorsListAttachmentsOutput,
|
|
632
|
+
OrganizationConnectorsListAvailableInput,
|
|
633
|
+
OrganizationConnectorsListAvailableOutput,
|
|
634
|
+
OrganizationConnectorsListInput,
|
|
635
|
+
OrganizationConnectorsListOrgInput,
|
|
636
|
+
OrganizationConnectorsListOrgOutput,
|
|
637
|
+
OrganizationConnectorsListOutput,
|
|
638
|
+
OrganizationConnectorsListRequestsInput,
|
|
639
|
+
OrganizationConnectorsListRequestsOutput,
|
|
640
|
+
OrganizationConnectorsRemoveInput,
|
|
641
|
+
OrganizationConnectorsRemoveOutput,
|
|
642
|
+
OrganizationConnectorsRequestInput,
|
|
643
|
+
OrganizationConnectorsRequestOutput,
|
|
644
|
+
OrganizationCreateInput,
|
|
645
|
+
OrganizationCreateOutput,
|
|
646
|
+
OrganizationDomainsAddInput,
|
|
647
|
+
OrganizationDomainsAddOutput,
|
|
648
|
+
OrganizationDomainsGetInput,
|
|
649
|
+
OrganizationDomainsGetOutput,
|
|
650
|
+
OrganizationDomainsListInput,
|
|
651
|
+
OrganizationDomainsListOutput,
|
|
652
|
+
OrganizationDomainsRemoveInput,
|
|
653
|
+
OrganizationDomainsRemoveOutput,
|
|
654
|
+
OrganizationDomainsSetModeInput,
|
|
655
|
+
OrganizationDomainsSetModeOutput,
|
|
656
|
+
OrganizationExtensionsListInstalledInput,
|
|
657
|
+
OrganizationExtensionsListInstalledOutput,
|
|
658
|
+
OrganizationFeedbackSubmitInput,
|
|
659
|
+
OrganizationFeedbackSubmitOutput,
|
|
660
|
+
OrganizationGdriveInstallInput,
|
|
661
|
+
OrganizationGdriveInstallOutput,
|
|
662
|
+
OrganizationGithubInstallInput,
|
|
663
|
+
OrganizationGithubInstallOutput,
|
|
664
|
+
OrganizationGithubListInstallationsInput,
|
|
665
|
+
OrganizationGithubListInstallationsOutput,
|
|
666
|
+
OrganizationGoogleadsInstallInput,
|
|
667
|
+
OrganizationGoogleadsInstallOutput,
|
|
668
|
+
OrganizationGroupsCreateInput,
|
|
669
|
+
OrganizationGroupsCreateOutput,
|
|
670
|
+
OrganizationGroupsDeleteInput,
|
|
671
|
+
OrganizationGroupsDeleteOutput,
|
|
672
|
+
OrganizationGroupsGetInput,
|
|
673
|
+
OrganizationGroupsGetOutput,
|
|
674
|
+
OrganizationGroupsGrantRemoveInput,
|
|
675
|
+
OrganizationGroupsGrantRemoveOutput,
|
|
676
|
+
OrganizationGroupsGrantSetInput,
|
|
677
|
+
OrganizationGroupsGrantSetOutput,
|
|
678
|
+
OrganizationGroupsListInput,
|
|
679
|
+
OrganizationGroupsListOutput,
|
|
680
|
+
OrganizationGroupsMemberAddInput,
|
|
681
|
+
OrganizationGroupsMemberAddOutput,
|
|
682
|
+
OrganizationGroupsMemberRemoveInput,
|
|
683
|
+
OrganizationGroupsMemberRemoveOutput,
|
|
684
|
+
OrganizationGroupsUpdateInput,
|
|
685
|
+
OrganizationGroupsUpdateOutput,
|
|
686
|
+
OrganizationLinkedinMemberInstallInput,
|
|
687
|
+
OrganizationLinkedinMemberInstallOutput,
|
|
688
|
+
OrganizationListInput,
|
|
689
|
+
OrganizationListOutput,
|
|
690
|
+
OrganizationMemberAcceptInviteInput,
|
|
691
|
+
OrganizationMemberAcceptInviteOutput,
|
|
692
|
+
OrganizationMemberInviteInput,
|
|
693
|
+
OrganizationMemberInviteOutput,
|
|
694
|
+
OrganizationMemberListInput,
|
|
695
|
+
OrganizationMemberListInvitationsInput,
|
|
696
|
+
OrganizationMemberListInvitationsOutput,
|
|
697
|
+
OrganizationMemberListOutput,
|
|
698
|
+
OrganizationMemberListProductAccessInput,
|
|
699
|
+
OrganizationMemberListProductAccessOutput,
|
|
700
|
+
OrganizationMemberRemoveInput,
|
|
701
|
+
OrganizationMemberRemoveOutput,
|
|
702
|
+
OrganizationMemberRevokeInvitationInput,
|
|
703
|
+
OrganizationMemberRevokeInvitationOutput,
|
|
704
|
+
OrganizationMemberSetRoleInput,
|
|
705
|
+
OrganizationMemberSetRoleOutput,
|
|
706
|
+
OrganizationMemberShareProductInput,
|
|
707
|
+
OrganizationMemberShareProductOutput,
|
|
708
|
+
OrganizationMemberUnshareProductInput,
|
|
709
|
+
OrganizationMemberUnshareProductOutput,
|
|
710
|
+
OrganizationMembersAssignRoleInput,
|
|
711
|
+
OrganizationMembersAssignRoleOutput,
|
|
712
|
+
OrganizationPermissionCatalogInput,
|
|
713
|
+
OrganizationPermissionCatalogOutput,
|
|
714
|
+
OrganizationPrincipalGrantsApproveInput,
|
|
715
|
+
OrganizationPrincipalGrantsApproveOutput,
|
|
716
|
+
OrganizationPrincipalGrantsListInput,
|
|
717
|
+
OrganizationPrincipalGrantsListOutput,
|
|
718
|
+
OrganizationPrincipalGrantsRevokeInput,
|
|
719
|
+
OrganizationPrincipalGrantsRevokeOutput,
|
|
720
|
+
OrganizationProductCreateInput,
|
|
721
|
+
OrganizationProductCreateOutput,
|
|
722
|
+
OrganizationProductErasureGetInput,
|
|
723
|
+
OrganizationProductErasureGetOutput,
|
|
724
|
+
OrganizationProductErasureListInput,
|
|
725
|
+
OrganizationProductErasureListOutput,
|
|
726
|
+
OrganizationProductErasureRequestInput,
|
|
727
|
+
OrganizationProductErasureRequestOutput,
|
|
728
|
+
OrganizationProductListAccessInput,
|
|
729
|
+
OrganizationProductListAccessOutput,
|
|
730
|
+
OrganizationProductListInput,
|
|
731
|
+
OrganizationProductListMembersInput,
|
|
732
|
+
OrganizationProductListMembersOutput,
|
|
733
|
+
OrganizationProductListOutput,
|
|
734
|
+
OrganizationProductListRolesInput,
|
|
735
|
+
OrganizationProductListRolesOutput,
|
|
736
|
+
OrganizationProductMeInput,
|
|
737
|
+
OrganizationProductMeOutput,
|
|
738
|
+
OrganizationProductRevokeAccessInput,
|
|
739
|
+
OrganizationProductRevokeAccessOutput,
|
|
740
|
+
OrganizationProductSelectInput,
|
|
741
|
+
OrganizationProductSelectOutput,
|
|
742
|
+
OrganizationProductSetAccessInput,
|
|
743
|
+
OrganizationProductSetAccessOutput,
|
|
744
|
+
OrganizationProductUpdateInput,
|
|
745
|
+
OrganizationProductUpdateOutput,
|
|
746
|
+
OrganizationPublicKeysCreateInput,
|
|
747
|
+
OrganizationPublicKeysCreateOutput,
|
|
748
|
+
OrganizationPublicKeysListInput,
|
|
749
|
+
OrganizationPublicKeysListOutput,
|
|
750
|
+
OrganizationPublicKeysRevokeInput,
|
|
751
|
+
OrganizationPublicKeysRevokeOutput,
|
|
752
|
+
OrganizationPublicKeysUpdateScopeInput,
|
|
753
|
+
OrganizationPublicKeysUpdateScopeOutput,
|
|
754
|
+
OrganizationPublicRoutesListInput,
|
|
755
|
+
OrganizationPublicRoutesListOutput,
|
|
756
|
+
OrganizationRedditInstallInput,
|
|
757
|
+
OrganizationRedditInstallOutput,
|
|
758
|
+
OrganizationRolesCreateInput,
|
|
759
|
+
OrganizationRolesCreateOutput,
|
|
760
|
+
OrganizationRolesDeleteInput,
|
|
761
|
+
OrganizationRolesDeleteOutput,
|
|
762
|
+
OrganizationRolesGetInput,
|
|
763
|
+
OrganizationRolesGetOutput,
|
|
764
|
+
OrganizationRolesListInput,
|
|
765
|
+
OrganizationRolesListOutput,
|
|
766
|
+
OrganizationRolesUpdateInput,
|
|
767
|
+
OrganizationRolesUpdateOutput,
|
|
768
|
+
OrganizationSecurityMfaEnableInput,
|
|
769
|
+
OrganizationSecurityMfaEnableOutput,
|
|
770
|
+
OrganizationSelectInput,
|
|
771
|
+
OrganizationSelectOutput,
|
|
772
|
+
OrganizationSupportThreadCreateInput,
|
|
773
|
+
OrganizationSupportThreadCreateOutput,
|
|
774
|
+
OrganizationSupportThreadGetInput,
|
|
775
|
+
OrganizationSupportThreadGetOutput,
|
|
776
|
+
OrganizationSupportThreadReplyInput,
|
|
777
|
+
OrganizationSupportThreadReplyOutput,
|
|
778
|
+
OrganizationSupportThreadsListInput,
|
|
779
|
+
OrganizationSupportThreadsListOutput,
|
|
780
|
+
OrganizationXInstallInput,
|
|
781
|
+
OrganizationXInstallOutput,
|
|
782
|
+
OrganizationYoutubeInstallInput,
|
|
783
|
+
OrganizationYoutubeInstallOutput,
|
|
784
|
+
RealtimeArchiveExportInput,
|
|
785
|
+
RealtimeArchiveExportOutput,
|
|
786
|
+
RealtimeArchiveExportStatusInput,
|
|
787
|
+
RealtimeArchiveExportStatusOutput,
|
|
788
|
+
RealtimeArchiveGetInput,
|
|
789
|
+
RealtimeArchiveGetOutput,
|
|
790
|
+
RealtimeGrantCreateInput,
|
|
791
|
+
RealtimeGrantCreateOutput,
|
|
792
|
+
RealtimeGrantListInput,
|
|
793
|
+
RealtimeGrantListOutput,
|
|
794
|
+
RealtimeGrantRevokeInput,
|
|
795
|
+
RealtimeGrantRevokeOutput,
|
|
796
|
+
RealtimeHistoryGetInput,
|
|
797
|
+
RealtimeHistoryGetOutput,
|
|
798
|
+
RealtimeMessagesPublishInput,
|
|
799
|
+
RealtimeMessagesPublishOutput,
|
|
800
|
+
RealtimeNamespaceCreateInput,
|
|
801
|
+
RealtimeNamespaceCreateOutput,
|
|
802
|
+
RealtimeNamespaceDeleteInput,
|
|
803
|
+
RealtimeNamespaceDeleteOutput,
|
|
804
|
+
RealtimeNamespaceGetInput,
|
|
805
|
+
RealtimeNamespaceGetOutput,
|
|
806
|
+
RealtimeNamespaceListInput,
|
|
807
|
+
RealtimeNamespaceListOutput,
|
|
808
|
+
RealtimeNamespaceUpdateInput,
|
|
809
|
+
RealtimeNamespaceUpdateOutput,
|
|
810
|
+
RealtimePresenceEnterInput,
|
|
811
|
+
RealtimePresenceEnterOutput,
|
|
812
|
+
RealtimePresenceGetInput,
|
|
813
|
+
RealtimePresenceGetOutput,
|
|
814
|
+
RealtimePresenceLeaveInput,
|
|
815
|
+
RealtimePresenceLeaveOutput,
|
|
816
|
+
RealtimePresenceStatsInput,
|
|
817
|
+
RealtimePresenceStatsOutput,
|
|
818
|
+
RealtimePresenceUpdateInput,
|
|
819
|
+
RealtimePresenceUpdateOutput,
|
|
820
|
+
RealtimePublicAccessStatusInput,
|
|
821
|
+
RealtimePublicAccessStatusOutput,
|
|
822
|
+
RealtimeStatusGetInput,
|
|
823
|
+
RealtimeStatusGetOutput,
|
|
824
|
+
RealtimeTokensCreateInput,
|
|
825
|
+
RealtimeTokensCreateOutput,
|
|
826
|
+
RealtimeWebhookCreateInput,
|
|
827
|
+
RealtimeWebhookCreateOutput,
|
|
828
|
+
RealtimeWebhookDeleteInput,
|
|
829
|
+
RealtimeWebhookDeleteOutput,
|
|
830
|
+
RealtimeWebhookDeliveriesListInput,
|
|
831
|
+
RealtimeWebhookDeliveriesListOutput,
|
|
832
|
+
RealtimeWebhookGetInput,
|
|
833
|
+
RealtimeWebhookGetOutput,
|
|
834
|
+
RealtimeWebhookListInput,
|
|
835
|
+
RealtimeWebhookListOutput,
|
|
836
|
+
RealtimeWebhookSecretRotateInput,
|
|
837
|
+
RealtimeWebhookSecretRotateOutput,
|
|
838
|
+
RealtimeWebhookUpdateInput,
|
|
839
|
+
RealtimeWebhookUpdateOutput,
|
|
840
|
+
SupportAgentCreateInput,
|
|
841
|
+
SupportAgentCreateOutput,
|
|
842
|
+
SupportAgentGetInput,
|
|
843
|
+
SupportAgentGetOutput,
|
|
844
|
+
SupportAgentListInput,
|
|
845
|
+
SupportAgentListOutput,
|
|
846
|
+
SupportAgentUpdateInput,
|
|
847
|
+
SupportAgentUpdateOutput,
|
|
848
|
+
SupportAttachmentCreateInput,
|
|
849
|
+
SupportAttachmentCreateOutput,
|
|
850
|
+
SupportAttachmentFinalizeInput,
|
|
851
|
+
SupportAttachmentFinalizeOutput,
|
|
852
|
+
SupportLabelCreateInput,
|
|
853
|
+
SupportLabelCreateOutput,
|
|
854
|
+
SupportLabelGetInput,
|
|
855
|
+
SupportLabelGetOutput,
|
|
856
|
+
SupportLabelListInput,
|
|
857
|
+
SupportLabelListOutput,
|
|
858
|
+
SupportMessageCreateInput,
|
|
859
|
+
SupportMessageCreateOutput,
|
|
860
|
+
SupportMessageDeleteAnyInput,
|
|
861
|
+
SupportMessageDeleteAnyOutput,
|
|
862
|
+
SupportMessageDeleteInput,
|
|
863
|
+
SupportMessageDeleteOutput,
|
|
864
|
+
SupportMessageGetInput,
|
|
865
|
+
SupportMessageGetOutput,
|
|
866
|
+
SupportMessageListInput,
|
|
867
|
+
SupportMessageListOutput,
|
|
868
|
+
SupportMessageRevisionsListInput,
|
|
869
|
+
SupportMessageRevisionsListOutput,
|
|
870
|
+
SupportMessageUpdateInput,
|
|
871
|
+
SupportMessageUpdateOutput,
|
|
872
|
+
SupportResponseEscalateInput,
|
|
873
|
+
SupportResponseEscalateOutput,
|
|
874
|
+
SupportResponseGetInput,
|
|
875
|
+
SupportResponseGetOutput,
|
|
876
|
+
SupportResponseListInput,
|
|
877
|
+
SupportResponseListOutput,
|
|
878
|
+
SupportRuleCreateInput,
|
|
879
|
+
SupportRuleCreateOutput,
|
|
880
|
+
SupportRuleDeleteInput,
|
|
881
|
+
SupportRuleDeleteOutput,
|
|
882
|
+
SupportRuleGetInput,
|
|
883
|
+
SupportRuleGetOutput,
|
|
884
|
+
SupportRuleListInput,
|
|
885
|
+
SupportRuleListOutput,
|
|
886
|
+
SupportRuleUpdateInput,
|
|
887
|
+
SupportRuleUpdateOutput,
|
|
888
|
+
SupportStatusArchiveInput,
|
|
889
|
+
SupportStatusArchiveOutput,
|
|
890
|
+
SupportStatusCreateInput,
|
|
891
|
+
SupportStatusCreateOutput,
|
|
892
|
+
SupportStatusGetInput,
|
|
893
|
+
SupportStatusGetOutput,
|
|
894
|
+
SupportStatusListInput,
|
|
895
|
+
SupportStatusListOutput,
|
|
896
|
+
SupportStatusUpdateInput,
|
|
897
|
+
SupportStatusUpdateOutput,
|
|
898
|
+
SupportSurveyArchiveInput,
|
|
899
|
+
SupportSurveyArchiveOutput,
|
|
900
|
+
SupportSurveyCreateInput,
|
|
901
|
+
SupportSurveyCreateOutput,
|
|
902
|
+
SupportSurveyGetInput,
|
|
903
|
+
SupportSurveyGetOutput,
|
|
904
|
+
SupportSurveyListInput,
|
|
905
|
+
SupportSurveyListOutput,
|
|
906
|
+
SupportSurveyPublishInput,
|
|
907
|
+
SupportSurveyPublishOutput,
|
|
908
|
+
SupportSurveyStatsInput,
|
|
909
|
+
SupportSurveyStatsOutput,
|
|
910
|
+
SupportSurveyUnpublishInput,
|
|
911
|
+
SupportSurveyUnpublishOutput,
|
|
912
|
+
SupportSurveyUpdateInput,
|
|
913
|
+
SupportSurveyUpdateOutput,
|
|
914
|
+
SupportThreadAssignInput,
|
|
915
|
+
SupportThreadAssignOutput,
|
|
916
|
+
SupportThreadCreateInput,
|
|
917
|
+
SupportThreadCreateOutput,
|
|
918
|
+
SupportThreadGetInput,
|
|
919
|
+
SupportThreadGetOutput,
|
|
920
|
+
SupportThreadListInput,
|
|
921
|
+
SupportThreadListOutput,
|
|
922
|
+
SupportThreadStatusSetInput,
|
|
923
|
+
SupportThreadStatusSetOutput,
|
|
924
|
+
SupportThreadUpdateInput,
|
|
925
|
+
SupportThreadUpdateOutput,
|
|
926
|
+
SupportWebhookCreateInput,
|
|
927
|
+
SupportWebhookCreateOutput,
|
|
928
|
+
SupportWebhookDeleteInput,
|
|
929
|
+
SupportWebhookDeleteOutput,
|
|
930
|
+
SupportWebhookDeliveriesListInput,
|
|
931
|
+
SupportWebhookDeliveriesListOutput,
|
|
932
|
+
SupportWebhookGetInput,
|
|
933
|
+
SupportWebhookGetOutput,
|
|
934
|
+
SupportWebhookListInput,
|
|
935
|
+
SupportWebhookListOutput,
|
|
936
|
+
SupportWebhookRedeliverInput,
|
|
937
|
+
SupportWebhookRedeliverOutput,
|
|
938
|
+
SupportWebhookRotateSecretInput,
|
|
939
|
+
SupportWebhookRotateSecretOutput,
|
|
940
|
+
SupportWebhookUpdateInput,
|
|
941
|
+
SupportWebhookUpdateOutput,
|
|
942
|
+
TrackingDomainsCreateInput,
|
|
943
|
+
TrackingDomainsCreateOutput,
|
|
944
|
+
TrackingDomainsDeleteInput,
|
|
945
|
+
TrackingDomainsDeleteOutput,
|
|
946
|
+
TrackingDomainsGetInput,
|
|
947
|
+
TrackingDomainsGetOutput,
|
|
948
|
+
TrackingDomainsListInput,
|
|
949
|
+
TrackingDomainsListOutput,
|
|
950
|
+
TrackingDomainsVerifyInput,
|
|
951
|
+
TrackingDomainsVerifyOutput,
|
|
952
|
+
TrackingEventNamesArchiveInput,
|
|
953
|
+
TrackingEventNamesArchiveOutput,
|
|
954
|
+
TrackingEventNamesListInput,
|
|
955
|
+
TrackingEventNamesListOutput,
|
|
956
|
+
TrackingEventNamesSetConversionInput,
|
|
957
|
+
TrackingEventNamesSetConversionOutput,
|
|
958
|
+
TrackingEventNamesUnarchiveInput,
|
|
959
|
+
TrackingEventNamesUnarchiveOutput,
|
|
960
|
+
TrackingGoogleadsConnectionStatusInput,
|
|
961
|
+
TrackingGoogleadsConnectionStatusOutput,
|
|
962
|
+
TrackingGoogleadsConversionActionsInput,
|
|
963
|
+
TrackingGoogleadsConversionActionsOutput,
|
|
964
|
+
TrackingGoogleadsFeedbackConfigGetInput,
|
|
965
|
+
TrackingGoogleadsFeedbackConfigGetOutput,
|
|
966
|
+
TrackingGoogleadsFeedbackConfigSetInput,
|
|
967
|
+
TrackingGoogleadsFeedbackConfigSetOutput,
|
|
968
|
+
TrackingGoogleadsFeedbackRunInput,
|
|
969
|
+
TrackingGoogleadsFeedbackRunOutput,
|
|
970
|
+
TrackingGoogleadsFeedbackStatusInput,
|
|
971
|
+
TrackingGoogleadsFeedbackStatusOutput,
|
|
972
|
+
TrackingGoogleadsFeedbackUploadsInput,
|
|
973
|
+
TrackingGoogleadsFeedbackUploadsOutput,
|
|
974
|
+
TrackingGoogleadsRoasReportInput,
|
|
975
|
+
TrackingGoogleadsRoasReportOutput,
|
|
976
|
+
TrackingGoogleadsSyncNowInput,
|
|
977
|
+
TrackingGoogleadsSyncNowOutput,
|
|
978
|
+
TrackingGoogleadsTrackingHealthInput,
|
|
979
|
+
TrackingGoogleadsTrackingHealthOutput,
|
|
980
|
+
TrackingGoogleadsUsVsPlatformInput,
|
|
981
|
+
TrackingGoogleadsUsVsPlatformOutput,
|
|
982
|
+
TrackingIdentityHealthInput,
|
|
983
|
+
TrackingIdentityHealthOutput,
|
|
984
|
+
TrackingInstallDomainsCreateInput,
|
|
985
|
+
TrackingInstallDomainsCreateOutput,
|
|
986
|
+
TrackingInstallDomainsDeleteInput,
|
|
987
|
+
TrackingInstallDomainsDeleteOutput,
|
|
988
|
+
TrackingInstallDomainsListInput,
|
|
989
|
+
TrackingInstallDomainsListOutput,
|
|
990
|
+
TrackingLinkDomainsCreateInput,
|
|
991
|
+
TrackingLinkDomainsCreateOutput,
|
|
992
|
+
TrackingLinkDomainsDeleteInput,
|
|
993
|
+
TrackingLinkDomainsDeleteOutput,
|
|
994
|
+
TrackingLinkDomainsListInput,
|
|
995
|
+
TrackingLinkDomainsListOutput,
|
|
996
|
+
TrackingLiveEventsListInput,
|
|
997
|
+
TrackingLiveEventsListOutput,
|
|
998
|
+
TrackingProfilesDeleteInput,
|
|
999
|
+
TrackingProfilesDeleteOutput,
|
|
1000
|
+
TrackingProfilesExportInput,
|
|
1001
|
+
TrackingProfilesExportOutput,
|
|
1002
|
+
TrackingProfilesGetInput,
|
|
1003
|
+
TrackingProfilesGetOutput,
|
|
1004
|
+
TrackingProfilesListInput,
|
|
1005
|
+
TrackingProfilesListOutput,
|
|
1006
|
+
TrackingReportsAttributedJourneyInput,
|
|
1007
|
+
TrackingReportsAttributedJourneyOutput,
|
|
1008
|
+
TrackingReportsEventVolumeInput,
|
|
1009
|
+
TrackingReportsEventVolumeOutput,
|
|
1010
|
+
TrackingReportsRevenueBySourceInput,
|
|
1011
|
+
TrackingReportsRevenueBySourceOutput,
|
|
1012
|
+
TrackingReportsSourcePeopleInput,
|
|
1013
|
+
TrackingReportsSourcePeopleOutput,
|
|
1014
|
+
TrackingSnippetsGetInput,
|
|
1015
|
+
TrackingSnippetsGetOutput,
|
|
1016
|
+
UsersApikeysCreateInput,
|
|
1017
|
+
UsersApikeysCreateOutput,
|
|
1018
|
+
UsersApikeysGetInput,
|
|
1019
|
+
UsersApikeysGetOutput,
|
|
1020
|
+
UsersApikeysListInput,
|
|
1021
|
+
UsersApikeysListOutput,
|
|
1022
|
+
UsersApikeysRevokeInput,
|
|
1023
|
+
UsersApikeysRevokeOutput,
|
|
1024
|
+
UsersAuditListInput,
|
|
1025
|
+
UsersAuditListOutput,
|
|
1026
|
+
UsersConfigGetInput,
|
|
1027
|
+
UsersConfigGetOutput,
|
|
1028
|
+
UsersConfigUpsertInput,
|
|
1029
|
+
UsersConfigUpsertOutput,
|
|
1030
|
+
UsersFactorsListInput,
|
|
1031
|
+
UsersFactorsListOutput,
|
|
1032
|
+
UsersFactorsResetInput,
|
|
1033
|
+
UsersFactorsResetOutput,
|
|
1034
|
+
UsersKeysListInput,
|
|
1035
|
+
UsersKeysListOutput,
|
|
1036
|
+
UsersKeysRevokeInput,
|
|
1037
|
+
UsersKeysRevokeOutput,
|
|
1038
|
+
UsersKeysRotateInput,
|
|
1039
|
+
UsersKeysRotateOutput,
|
|
1040
|
+
UsersOpsRetentionGetInput,
|
|
1041
|
+
UsersOpsRetentionGetOutput,
|
|
1042
|
+
UsersOpsSloGetInput,
|
|
1043
|
+
UsersOpsSloGetOutput,
|
|
1044
|
+
UsersPasskeysGetInput,
|
|
1045
|
+
UsersPasskeysGetOutput,
|
|
1046
|
+
UsersPasskeysListInput,
|
|
1047
|
+
UsersPasskeysListOutput,
|
|
1048
|
+
UsersPasskeysRevokeInput,
|
|
1049
|
+
UsersPasskeysRevokeOutput,
|
|
1050
|
+
UsersSessionsGetInput,
|
|
1051
|
+
UsersSessionsGetOutput,
|
|
1052
|
+
UsersSessionsImpersonateInput,
|
|
1053
|
+
UsersSessionsImpersonateOutput,
|
|
1054
|
+
UsersSessionsListInput,
|
|
1055
|
+
UsersSessionsListOutput,
|
|
1056
|
+
UsersSessionsRevokeInput,
|
|
1057
|
+
UsersSessionsRevokeOutput,
|
|
1058
|
+
UsersStatsGetInput,
|
|
1059
|
+
UsersStatsGetOutput,
|
|
1060
|
+
UsersUsersBanInput,
|
|
1061
|
+
UsersUsersBanOutput,
|
|
1062
|
+
UsersUsersCreateInput,
|
|
1063
|
+
UsersUsersCreateOutput,
|
|
1064
|
+
UsersUsersDeleteInput,
|
|
1065
|
+
UsersUsersDeleteOutput,
|
|
1066
|
+
UsersUsersExportInput,
|
|
1067
|
+
UsersUsersExportOutput,
|
|
1068
|
+
UsersUsersGetInput,
|
|
1069
|
+
UsersUsersGetOutput,
|
|
1070
|
+
UsersUsersImportInput,
|
|
1071
|
+
UsersUsersImportOutput,
|
|
1072
|
+
UsersUsersInviteInput,
|
|
1073
|
+
UsersUsersInviteOutput,
|
|
1074
|
+
UsersUsersListInput,
|
|
1075
|
+
UsersUsersListOutput,
|
|
1076
|
+
UsersUsersSetPrimaryIdentifierInput,
|
|
1077
|
+
UsersUsersSetPrimaryIdentifierOutput,
|
|
1078
|
+
UsersUsersUnbanInput,
|
|
1079
|
+
UsersUsersUnbanOutput,
|
|
1080
|
+
UsersUsersUpdateInput,
|
|
1081
|
+
UsersUsersUpdateOutput,
|
|
1082
|
+
UsersWaitlistFunnelInput,
|
|
1083
|
+
UsersWaitlistFunnelOutput,
|
|
1084
|
+
UsersWaitlistGetInput,
|
|
1085
|
+
UsersWaitlistGetOutput,
|
|
1086
|
+
UsersWaitlistImportInput,
|
|
1087
|
+
UsersWaitlistImportOutput,
|
|
1088
|
+
UsersWaitlistInviteInput,
|
|
1089
|
+
UsersWaitlistInviteOutput,
|
|
1090
|
+
UsersWaitlistListInput,
|
|
1091
|
+
UsersWaitlistListOutput,
|
|
1092
|
+
UsersWebhooksCreateInput,
|
|
1093
|
+
UsersWebhooksCreateOutput,
|
|
1094
|
+
UsersWebhooksDeleteInput,
|
|
1095
|
+
UsersWebhooksDeleteOutput,
|
|
1096
|
+
UsersWebhooksDeliveriesListInput,
|
|
1097
|
+
UsersWebhooksDeliveriesListOutput,
|
|
1098
|
+
UsersWebhooksGetInput,
|
|
1099
|
+
UsersWebhooksGetOutput,
|
|
1100
|
+
UsersWebhooksListInput,
|
|
1101
|
+
UsersWebhooksListOutput,
|
|
1102
|
+
UsersWebhooksRotateSecretInput,
|
|
1103
|
+
UsersWebhooksRotateSecretOutput,
|
|
1104
|
+
UsersWebhooksUpdateInput,
|
|
1105
|
+
UsersWebhooksUpdateOutput,
|
|
1106
|
+
WaitlistConfigGetInput,
|
|
1107
|
+
WaitlistConfigGetOutput,
|
|
1108
|
+
WaitlistConfigUpsertInput,
|
|
1109
|
+
WaitlistConfigUpsertOutput,
|
|
1110
|
+
WaitlistEmbedGetInput,
|
|
1111
|
+
WaitlistEmbedGetOutput,
|
|
1112
|
+
WaitlistInvitesSendInput,
|
|
1113
|
+
WaitlistInvitesSendOutput,
|
|
1114
|
+
WaitlistSignupsEraseInput,
|
|
1115
|
+
WaitlistSignupsEraseOutput,
|
|
1116
|
+
WaitlistSignupsFunnelInput,
|
|
1117
|
+
WaitlistSignupsFunnelOutput,
|
|
1118
|
+
WaitlistSignupsListInput,
|
|
1119
|
+
WaitlistSignupsListOutput,
|
|
1120
|
+
WorkflowCapListInput,
|
|
1121
|
+
WorkflowCapListOutput,
|
|
1122
|
+
WorkflowCapabilityGetInput,
|
|
1123
|
+
WorkflowCapabilityGetOutput,
|
|
1124
|
+
WorkflowCapabilityListInput,
|
|
1125
|
+
WorkflowCapabilityListOutput,
|
|
1126
|
+
WorkflowConfigDeleteInput,
|
|
1127
|
+
WorkflowConfigDeleteOutput,
|
|
1128
|
+
WorkflowConfigListInput,
|
|
1129
|
+
WorkflowConfigListOutput,
|
|
1130
|
+
WorkflowConfigSetInput,
|
|
1131
|
+
WorkflowConfigSetOutput,
|
|
1132
|
+
WorkflowDefinitionCreateInput,
|
|
1133
|
+
WorkflowDefinitionCreateOutput,
|
|
1134
|
+
WorkflowDefinitionDisableInput,
|
|
1135
|
+
WorkflowDefinitionDisableOutput,
|
|
1136
|
+
WorkflowDefinitionDryrunInput,
|
|
1137
|
+
WorkflowDefinitionDryrunOutput,
|
|
1138
|
+
WorkflowDefinitionEnableInput,
|
|
1139
|
+
WorkflowDefinitionEnableOutput,
|
|
1140
|
+
WorkflowDefinitionEstimateInput,
|
|
1141
|
+
WorkflowDefinitionEstimateOutput,
|
|
1142
|
+
WorkflowDefinitionExportInput,
|
|
1143
|
+
WorkflowDefinitionExportOutput,
|
|
1144
|
+
WorkflowDefinitionGetInput,
|
|
1145
|
+
WorkflowDefinitionGetOutput,
|
|
1146
|
+
WorkflowDefinitionImportInput,
|
|
1147
|
+
WorkflowDefinitionImportOutput,
|
|
1148
|
+
WorkflowDefinitionListInput,
|
|
1149
|
+
WorkflowDefinitionListOutput,
|
|
1150
|
+
WorkflowDefinitionPublishInput,
|
|
1151
|
+
WorkflowDefinitionPublishOutput,
|
|
1152
|
+
WorkflowDefinitionUpdateInput,
|
|
1153
|
+
WorkflowDefinitionUpdateOutput,
|
|
1154
|
+
WorkflowDefinitionValidateInput,
|
|
1155
|
+
WorkflowDefinitionValidateOutput,
|
|
1156
|
+
WorkflowDependencyListInput,
|
|
1157
|
+
WorkflowDependencyListOutput,
|
|
1158
|
+
WorkflowGrantListInput,
|
|
1159
|
+
WorkflowGrantListOutput,
|
|
1160
|
+
WorkflowGrantRequestInput,
|
|
1161
|
+
WorkflowGrantRequestOutput,
|
|
1162
|
+
WorkflowHealthListInput,
|
|
1163
|
+
WorkflowHealthListOutput,
|
|
1164
|
+
WorkflowHealthPingInput,
|
|
1165
|
+
WorkflowHealthPingOutput,
|
|
1166
|
+
WorkflowKillswitchGetInput,
|
|
1167
|
+
WorkflowKillswitchGetOutput,
|
|
1168
|
+
WorkflowKillswitchSetInput,
|
|
1169
|
+
WorkflowKillswitchSetOutput,
|
|
1170
|
+
WorkflowRunCancelInput,
|
|
1171
|
+
WorkflowRunCancelOutput,
|
|
1172
|
+
WorkflowRunGetInput,
|
|
1173
|
+
WorkflowRunGetOutput,
|
|
1174
|
+
WorkflowRunListInput,
|
|
1175
|
+
WorkflowRunListOutput,
|
|
1176
|
+
WorkflowRunReplayAllInput,
|
|
1177
|
+
WorkflowRunReplayAllOutput,
|
|
1178
|
+
WorkflowRunReplayInput,
|
|
1179
|
+
WorkflowRunReplayOutput,
|
|
1180
|
+
WorkflowRunStartInput,
|
|
1181
|
+
WorkflowRunStartOutput,
|
|
1182
|
+
WorkflowRunStatsInput,
|
|
1183
|
+
WorkflowRunStatsOutput,
|
|
1184
|
+
WorkflowRunTestInput,
|
|
1185
|
+
WorkflowRunTestOutput,
|
|
1186
|
+
WorkflowTemplateApplyInput,
|
|
1187
|
+
WorkflowTemplateApplyOutput,
|
|
1188
|
+
WorkflowTemplateListInput,
|
|
1189
|
+
WorkflowTemplateListOutput,
|
|
1190
|
+
WorkflowVersionGetInput,
|
|
1191
|
+
WorkflowVersionGetOutput,
|
|
1192
|
+
WorkflowVersionListInput,
|
|
1193
|
+
WorkflowVersionListOutput,
|
|
1194
|
+
WorkflowWaitGetInput,
|
|
1195
|
+
WorkflowWaitGetOutput,
|
|
1196
|
+
WorkflowWaitListAllInput,
|
|
1197
|
+
WorkflowWaitListAllOutput,
|
|
1198
|
+
WorkflowWaitListInput,
|
|
1199
|
+
WorkflowWaitListOutput,
|
|
1200
|
+
WorkflowWaitResolveInput,
|
|
1201
|
+
WorkflowWaitResolveOutput,
|
|
1202
|
+
} from './types.gen';
|
|
1203
|
+
|
|
1204
|
+
export interface GeneratedClient {
|
|
1205
|
+
analytics: {
|
|
1206
|
+
catalog: {
|
|
1207
|
+
get: ((input: AnalyticsCatalogGetInput) => Promise<AnalyticsCatalogGetOutput>) & Operation;
|
|
1208
|
+
};
|
|
1209
|
+
dashboard: {
|
|
1210
|
+
create: ((input: AnalyticsDashboardCreateInput) => Promise<AnalyticsDashboardCreateOutput>) & Operation;
|
|
1211
|
+
delete: ((input: AnalyticsDashboardDeleteInput) => Promise<AnalyticsDashboardDeleteOutput>) & Operation;
|
|
1212
|
+
get: ((input: AnalyticsDashboardGetInput) => Promise<AnalyticsDashboardGetOutput>) & Operation;
|
|
1213
|
+
list: ((input: AnalyticsDashboardListInput) => Promise<AnalyticsDashboardListOutput>) & Operation;
|
|
1214
|
+
run: ((input: AnalyticsDashboardRunInput) => Promise<AnalyticsDashboardRunOutput>) & Operation;
|
|
1215
|
+
update: ((input: AnalyticsDashboardUpdateInput) => Promise<AnalyticsDashboardUpdateOutput>) & Operation;
|
|
1216
|
+
};
|
|
1217
|
+
funnel: {
|
|
1218
|
+
run: ((input: AnalyticsFunnelRunInput) => Promise<AnalyticsFunnelRunOutput>) & Operation;
|
|
1219
|
+
};
|
|
1220
|
+
insight: {
|
|
1221
|
+
create: ((input: AnalyticsInsightCreateInput) => Promise<AnalyticsInsightCreateOutput>) & Operation;
|
|
1222
|
+
delete: ((input: AnalyticsInsightDeleteInput) => Promise<AnalyticsInsightDeleteOutput>) & Operation;
|
|
1223
|
+
get: ((input: AnalyticsInsightGetInput) => Promise<AnalyticsInsightGetOutput>) & Operation;
|
|
1224
|
+
list: ((input: AnalyticsInsightListInput) => Promise<AnalyticsInsightListOutput>) & Operation;
|
|
1225
|
+
run: ((input: AnalyticsInsightRunInput) => Promise<AnalyticsInsightRunOutput>) & Operation;
|
|
1226
|
+
update: ((input: AnalyticsInsightUpdateInput) => Promise<AnalyticsInsightUpdateOutput>) & Operation;
|
|
1227
|
+
};
|
|
1228
|
+
metric: {
|
|
1229
|
+
query: ((input: AnalyticsMetricQueryInput) => Promise<AnalyticsMetricQueryOutput>) & Operation;
|
|
1230
|
+
};
|
|
1231
|
+
person: {
|
|
1232
|
+
timeline: ((input: AnalyticsPersonTimelineInput) => Promise<AnalyticsPersonTimelineOutput>) & Operation;
|
|
1233
|
+
};
|
|
1234
|
+
query: {
|
|
1235
|
+
run: ((input: AnalyticsQueryRunInput) => Promise<AnalyticsQueryRunOutput>) & Operation;
|
|
1236
|
+
};
|
|
1237
|
+
retention: {
|
|
1238
|
+
run: ((input: AnalyticsRetentionRunInput) => Promise<AnalyticsRetentionRunOutput>) & Operation;
|
|
1239
|
+
};
|
|
1240
|
+
};
|
|
1241
|
+
brain: {
|
|
1242
|
+
backup: {
|
|
1243
|
+
create: ((input: BrainBackupCreateInput) => Promise<BrainBackupCreateOutput>) & Operation;
|
|
1244
|
+
restore: ((input: BrainBackupRestoreInput) => Promise<BrainBackupRestoreOutput>) & Operation;
|
|
1245
|
+
status: ((input: BrainBackupStatusInput) => Promise<BrainBackupStatusOutput>) & Operation;
|
|
1246
|
+
};
|
|
1247
|
+
backups: {
|
|
1248
|
+
list: ((input: BrainBackupsListInput) => Promise<BrainBackupsListOutput>) & Operation;
|
|
1249
|
+
};
|
|
1250
|
+
'clickup-channels': {
|
|
1251
|
+
list: ((input: BrainClickupChannelsListInput) => Promise<BrainClickupChannelsListOutput>) & Operation;
|
|
1252
|
+
};
|
|
1253
|
+
'clickup-connections': {
|
|
1254
|
+
list: ((input: BrainClickupConnectionsListInput) => Promise<BrainClickupConnectionsListOutput>) & Operation;
|
|
1255
|
+
};
|
|
1256
|
+
'clickup-lists': {
|
|
1257
|
+
list: ((input: BrainClickupListsListInput) => Promise<BrainClickupListsListOutput>) & Operation;
|
|
1258
|
+
};
|
|
1259
|
+
'clickup-spaces': {
|
|
1260
|
+
list: ((input: BrainClickupSpacesListInput) => Promise<BrainClickupSpacesListOutput>) & Operation;
|
|
1261
|
+
};
|
|
1262
|
+
cognition: {
|
|
1263
|
+
digest: ((input: BrainCognitionDigestInput) => Promise<BrainCognitionDigestOutput>) & Operation;
|
|
1264
|
+
status: ((input: BrainCognitionStatusInput) => Promise<BrainCognitionStatusOutput>) & Operation;
|
|
1265
|
+
sweep: ((input: BrainCognitionSweepInput) => Promise<BrainCognitionSweepOutput>) & Operation;
|
|
1266
|
+
};
|
|
1267
|
+
'connector-branches': {
|
|
1268
|
+
list: ((input: BrainConnectorBranchesListInput) => Promise<BrainConnectorBranchesListOutput>) & Operation;
|
|
1269
|
+
};
|
|
1270
|
+
'connector-connections': {
|
|
1271
|
+
list: ((input: BrainConnectorConnectionsListInput) => Promise<BrainConnectorConnectionsListOutput>) & Operation;
|
|
1272
|
+
};
|
|
1273
|
+
'connector-repos': {
|
|
1274
|
+
list: ((input: BrainConnectorReposListInput) => Promise<BrainConnectorReposListOutput>) & Operation;
|
|
1275
|
+
};
|
|
1276
|
+
daemon: {
|
|
1277
|
+
create: ((input: BrainDaemonCreateInput) => Promise<BrainDaemonCreateOutput>) & Operation;
|
|
1278
|
+
get: ((input: BrainDaemonGetInput) => Promise<BrainDaemonGetOutput>) & Operation;
|
|
1279
|
+
reingest: ((input: BrainDaemonReingestInput) => Promise<BrainDaemonReingestOutput>) & Operation;
|
|
1280
|
+
remove: ((input: BrainDaemonRemoveInput) => Promise<BrainDaemonRemoveOutput>) & Operation;
|
|
1281
|
+
run: ((input: BrainDaemonRunInput) => Promise<BrainDaemonRunOutput>) & Operation;
|
|
1282
|
+
runs: ((input: BrainDaemonRunsInput) => Promise<BrainDaemonRunsOutput>) & Operation;
|
|
1283
|
+
status: ((input: BrainDaemonStatusInput) => Promise<BrainDaemonStatusOutput>) & Operation;
|
|
1284
|
+
update: ((input: BrainDaemonUpdateInput) => Promise<BrainDaemonUpdateOutput>) & Operation;
|
|
1285
|
+
};
|
|
1286
|
+
'daemon-batch': {
|
|
1287
|
+
status: ((input: BrainDaemonBatchStatusInput) => Promise<BrainDaemonBatchStatusOutput>) & Operation;
|
|
1288
|
+
};
|
|
1289
|
+
'daemon-run': {
|
|
1290
|
+
items: ((input: BrainDaemonRunItemsInput) => Promise<BrainDaemonRunItemsOutput>) & Operation;
|
|
1291
|
+
};
|
|
1292
|
+
daemons: {
|
|
1293
|
+
list: ((input: BrainDaemonsListInput) => Promise<BrainDaemonsListOutput>) & Operation;
|
|
1294
|
+
};
|
|
1295
|
+
'gdrive-connections': {
|
|
1296
|
+
list: ((input: BrainGdriveConnectionsListInput) => Promise<BrainGdriveConnectionsListOutput>) & Operation;
|
|
1297
|
+
};
|
|
1298
|
+
knowledge: {
|
|
1299
|
+
graph: ((input: BrainKnowledgeGraphInput) => Promise<BrainKnowledgeGraphOutput>) & Operation;
|
|
1300
|
+
neighborhood: ((input: BrainKnowledgeNeighborhoodInput) => Promise<BrainKnowledgeNeighborhoodOutput>) & Operation;
|
|
1301
|
+
relations: ((input: BrainKnowledgeRelationsInput) => Promise<BrainKnowledgeRelationsOutput>) & Operation;
|
|
1302
|
+
search: ((input: BrainKnowledgeSearchInput) => Promise<BrainKnowledgeSearchOutput>) & Operation;
|
|
1303
|
+
};
|
|
1304
|
+
'knowledge-entity': {
|
|
1305
|
+
memories: ((input: BrainKnowledgeEntityMemoriesInput) => Promise<BrainKnowledgeEntityMemoriesOutput>) & Operation;
|
|
1306
|
+
};
|
|
1307
|
+
memory: {
|
|
1308
|
+
add: ((input: BrainMemoryAddInput) => Promise<BrainMemoryAddOutput>) & Operation;
|
|
1309
|
+
delete: ((input: BrainMemoryDeleteInput) => Promise<BrainMemoryDeleteOutput>) & Operation;
|
|
1310
|
+
get: ((input: BrainMemoryGetInput) => Promise<BrainMemoryGetOutput>) & Operation;
|
|
1311
|
+
list: ((input: BrainMemoryListInput) => Promise<BrainMemoryListOutput>) & Operation;
|
|
1312
|
+
search: ((input: BrainMemorySearchInput) => Promise<BrainMemorySearchOutput>) & Operation;
|
|
1313
|
+
stats: ((input: BrainMemoryStatsInput) => Promise<BrainMemoryStatsOutput>) & Operation;
|
|
1314
|
+
update: ((input: BrainMemoryUpdateInput) => Promise<BrainMemoryUpdateOutput>) & Operation;
|
|
1315
|
+
};
|
|
1316
|
+
'product-shared-memory': {
|
|
1317
|
+
reset: ((input: BrainProductSharedMemoryResetInput) => Promise<BrainProductSharedMemoryResetOutput>) & Operation;
|
|
1318
|
+
};
|
|
1319
|
+
restore: {
|
|
1320
|
+
status: ((input: BrainRestoreStatusInput) => Promise<BrainRestoreStatusOutput>) & Operation;
|
|
1321
|
+
};
|
|
1322
|
+
usage: {
|
|
1323
|
+
report: ((input: BrainUsageReportInput) => Promise<BrainUsageReportOutput>) & Operation;
|
|
1324
|
+
};
|
|
1325
|
+
};
|
|
1326
|
+
consent: {
|
|
1327
|
+
'config-cookie-domain': {
|
|
1328
|
+
upsert: ((input: ConsentConfigCookieDomainUpsertInput) => Promise<ConsentConfigCookieDomainUpsertOutput>) & Operation;
|
|
1329
|
+
};
|
|
1330
|
+
'config-customization': {
|
|
1331
|
+
upsert: ((input: ConsentConfigCustomizationUpsertInput) => Promise<ConsentConfigCustomizationUpsertOutput>) & Operation;
|
|
1332
|
+
};
|
|
1333
|
+
'config-floating-icon': {
|
|
1334
|
+
upsert: ((input: ConsentConfigFloatingIconUpsertInput) => Promise<ConsentConfigFloatingIconUpsertOutput>) & Operation;
|
|
1335
|
+
};
|
|
1336
|
+
'config-theme': {
|
|
1337
|
+
upsert: ((input: ConsentConfigThemeUpsertInput) => Promise<ConsentConfigThemeUpsertOutput>) & Operation;
|
|
1338
|
+
};
|
|
1339
|
+
'dashboard-config': {
|
|
1340
|
+
get: ((input: ConsentDashboardConfigGetInput) => Promise<ConsentDashboardConfigGetOutput>) & Operation;
|
|
1341
|
+
};
|
|
1342
|
+
'dashboard-decisions': {
|
|
1343
|
+
list: ((input: ConsentDashboardDecisionsListInput) => Promise<ConsentDashboardDecisionsListOutput>) & Operation;
|
|
1344
|
+
};
|
|
1345
|
+
'dashboard-embed-snippet': {
|
|
1346
|
+
get: ((input: ConsentDashboardEmbedSnippetGetInput) => Promise<ConsentDashboardEmbedSnippetGetOutput>) & Operation;
|
|
1347
|
+
};
|
|
1348
|
+
'dashboard-stats': {
|
|
1349
|
+
get: ((input: ConsentDashboardStatsGetInput) => Promise<ConsentDashboardStatsGetOutput>) & Operation;
|
|
1350
|
+
};
|
|
1351
|
+
embed: {
|
|
1352
|
+
get: ((input: ConsentEmbedGetInput) => Promise<ConsentEmbedGetOutput>) & Operation;
|
|
1353
|
+
};
|
|
1354
|
+
providers: {
|
|
1355
|
+
create: ((input: ConsentProvidersCreateInput) => Promise<ConsentProvidersCreateOutput>) & Operation;
|
|
1356
|
+
delete: ((input: ConsentProvidersDeleteInput) => Promise<ConsentProvidersDeleteOutput>) & Operation;
|
|
1357
|
+
list: ((input: ConsentProvidersListInput) => Promise<ConsentProvidersListOutput>) & Operation;
|
|
1358
|
+
update: ((input: ConsentProvidersUpdateInput) => Promise<ConsentProvidersUpdateOutput>) & Operation;
|
|
1359
|
+
};
|
|
1360
|
+
records: {
|
|
1361
|
+
export: ((input: ConsentRecordsExportInput) => Promise<ConsentRecordsExportOutput>) & Operation;
|
|
1362
|
+
};
|
|
1363
|
+
stats: {
|
|
1364
|
+
get: ((input: ConsentStatsGetInput) => Promise<ConsentStatsGetOutput>) & Operation;
|
|
1365
|
+
};
|
|
1366
|
+
};
|
|
1367
|
+
content: {
|
|
1368
|
+
channels: {
|
|
1369
|
+
bind: ((input: ContentChannelsBindInput) => Promise<ContentChannelsBindOutput>) & Operation;
|
|
1370
|
+
get: ((input: ContentChannelsGetInput) => Promise<ContentChannelsGetOutput>) & Operation;
|
|
1371
|
+
list: ((input: ContentChannelsListInput) => Promise<ContentChannelsListOutput>) & Operation;
|
|
1372
|
+
resume: ((input: ContentChannelsResumeInput) => Promise<ContentChannelsResumeOutput>) & Operation;
|
|
1373
|
+
unbind: ((input: ContentChannelsUnbindInput) => Promise<ContentChannelsUnbindOutput>) & Operation;
|
|
1374
|
+
update: ((input: ContentChannelsUpdateInput) => Promise<ContentChannelsUpdateOutput>) & Operation;
|
|
1375
|
+
};
|
|
1376
|
+
media: {
|
|
1377
|
+
finalize: ((input: ContentMediaFinalizeInput) => Promise<ContentMediaFinalizeOutput>) & Operation;
|
|
1378
|
+
get: ((input: ContentMediaGetInput) => Promise<ContentMediaGetOutput>) & Operation;
|
|
1379
|
+
list: ((input: ContentMediaListInput) => Promise<ContentMediaListOutput>) & Operation;
|
|
1380
|
+
upload: ((input: ContentMediaUploadInput) => Promise<ContentMediaUploadOutput>) & Operation;
|
|
1381
|
+
};
|
|
1382
|
+
'media-create-upload': {
|
|
1383
|
+
url: ((input: ContentMediaCreateUploadUrlInput) => Promise<ContentMediaCreateUploadUrlOutput>) & Operation;
|
|
1384
|
+
};
|
|
1385
|
+
'metrics-channel': {
|
|
1386
|
+
series: ((input: ContentMetricsChannelSeriesInput) => Promise<ContentMetricsChannelSeriesOutput>) & Operation;
|
|
1387
|
+
};
|
|
1388
|
+
'metrics-post': {
|
|
1389
|
+
series: ((input: ContentMetricsPostSeriesInput) => Promise<ContentMetricsPostSeriesOutput>) & Operation;
|
|
1390
|
+
};
|
|
1391
|
+
posts: {
|
|
1392
|
+
approve: ((input: ContentPostsApproveInput) => Promise<ContentPostsApproveOutput>) & Operation;
|
|
1393
|
+
create: ((input: ContentPostsCreateInput) => Promise<ContentPostsCreateOutput>) & Operation;
|
|
1394
|
+
get: ((input: ContentPostsGetInput) => Promise<ContentPostsGetOutput>) & Operation;
|
|
1395
|
+
list: ((input: ContentPostsListInput) => Promise<ContentPostsListOutput>) & Operation;
|
|
1396
|
+
submit: ((input: ContentPostsSubmitInput) => Promise<ContentPostsSubmitOutput>) & Operation;
|
|
1397
|
+
update: ((input: ContentPostsUpdateInput) => Promise<ContentPostsUpdateOutput>) & Operation;
|
|
1398
|
+
versions: ((input: ContentPostsVersionsInput) => Promise<ContentPostsVersionsOutput>) & Operation;
|
|
1399
|
+
};
|
|
1400
|
+
'posts-attach': {
|
|
1401
|
+
media: ((input: ContentPostsAttachMediaInput) => Promise<ContentPostsAttachMediaOutput>) & Operation;
|
|
1402
|
+
};
|
|
1403
|
+
'posts-detach': {
|
|
1404
|
+
media: ((input: ContentPostsDetachMediaInput) => Promise<ContentPostsDetachMediaOutput>) & Operation;
|
|
1405
|
+
};
|
|
1406
|
+
publications: {
|
|
1407
|
+
cancel: ((input: ContentPublicationsCancelInput) => Promise<ContentPublicationsCancelOutput>) & Operation;
|
|
1408
|
+
confirm: ((input: ContentPublicationsConfirmInput) => Promise<ContentPublicationsConfirmOutput>) & Operation;
|
|
1409
|
+
get: ((input: ContentPublicationsGetInput) => Promise<ContentPublicationsGetOutput>) & Operation;
|
|
1410
|
+
list: ((input: ContentPublicationsListInput) => Promise<ContentPublicationsListOutput>) & Operation;
|
|
1411
|
+
publish: ((input: ContentPublicationsPublishInput) => Promise<ContentPublicationsPublishOutput>) & Operation;
|
|
1412
|
+
remind: ((input: ContentPublicationsRemindInput) => Promise<ContentPublicationsRemindOutput>) & Operation;
|
|
1413
|
+
reschedule: ((input: ContentPublicationsRescheduleInput) => Promise<ContentPublicationsRescheduleOutput>) & Operation;
|
|
1414
|
+
schedule: ((input: ContentPublicationsScheduleInput) => Promise<ContentPublicationsScheduleOutput>) & Operation;
|
|
1415
|
+
validate: ((input: ContentPublicationsValidateInput) => Promise<ContentPublicationsValidateOutput>) & Operation;
|
|
1416
|
+
};
|
|
1417
|
+
};
|
|
1418
|
+
deployment: {
|
|
1419
|
+
alert: {
|
|
1420
|
+
create: ((input: DeploymentAlertCreateInput) => Promise<DeploymentAlertCreateOutput>) & Operation;
|
|
1421
|
+
delete: ((input: DeploymentAlertDeleteInput) => Promise<DeploymentAlertDeleteOutput>) & Operation;
|
|
1422
|
+
list: ((input: DeploymentAlertListInput) => Promise<DeploymentAlertListOutput>) & Operation;
|
|
1423
|
+
update: ((input: DeploymentAlertUpdateInput) => Promise<DeploymentAlertUpdateOutput>) & Operation;
|
|
1424
|
+
};
|
|
1425
|
+
'alert-events': {
|
|
1426
|
+
list: ((input: DeploymentAlertEventsListInput) => Promise<DeploymentAlertEventsListOutput>) & Operation;
|
|
1427
|
+
};
|
|
1428
|
+
analytics: {
|
|
1429
|
+
query: ((input: DeploymentAnalyticsQueryInput) => Promise<DeploymentAnalyticsQueryOutput>) & Operation;
|
|
1430
|
+
};
|
|
1431
|
+
build: {
|
|
1432
|
+
get: ((input: DeploymentBuildGetInput) => Promise<DeploymentBuildGetOutput>) & Operation;
|
|
1433
|
+
list: ((input: DeploymentBuildListInput) => Promise<DeploymentBuildListOutput>) & Operation;
|
|
1434
|
+
logs: ((input: DeploymentBuildLogsInput) => Promise<DeploymentBuildLogsOutput>) & Operation;
|
|
1435
|
+
};
|
|
1436
|
+
canvas: {
|
|
1437
|
+
get: ((input: DeploymentCanvasGetInput) => Promise<DeploymentCanvasGetOutput>) & Operation;
|
|
1438
|
+
};
|
|
1439
|
+
'canvas-move': {
|
|
1440
|
+
node: ((input: DeploymentCanvasMoveNodeInput) => Promise<DeploymentCanvasMoveNodeOutput>) & Operation;
|
|
1441
|
+
};
|
|
1442
|
+
'cloud-sql': {
|
|
1443
|
+
logs: ((input: DeploymentCloudSqlLogsInput) => Promise<DeploymentCloudSqlLogsOutput>) & Operation;
|
|
1444
|
+
};
|
|
1445
|
+
'cloud-sql-backfill-log': {
|
|
1446
|
+
flags: ((input: DeploymentCloudSqlBackfillLogFlagsInput) => Promise<DeploymentCloudSqlBackfillLogFlagsOutput>) & Operation;
|
|
1447
|
+
};
|
|
1448
|
+
'cloud-sql-database': {
|
|
1449
|
+
attach: ((input: DeploymentCloudSqlDatabaseAttachInput) => Promise<DeploymentCloudSqlDatabaseAttachOutput>) & Operation;
|
|
1450
|
+
create: ((input: DeploymentCloudSqlDatabaseCreateInput) => Promise<DeploymentCloudSqlDatabaseCreateOutput>) & Operation;
|
|
1451
|
+
delete: ((input: DeploymentCloudSqlDatabaseDeleteInput) => Promise<DeploymentCloudSqlDatabaseDeleteOutput>) & Operation;
|
|
1452
|
+
detach: ((input: DeploymentCloudSqlDatabaseDetachInput) => Promise<DeploymentCloudSqlDatabaseDetachOutput>) & Operation;
|
|
1453
|
+
get: ((input: DeploymentCloudSqlDatabaseGetInput) => Promise<DeploymentCloudSqlDatabaseGetOutput>) & Operation;
|
|
1454
|
+
list: ((input: DeploymentCloudSqlDatabaseListInput) => Promise<DeploymentCloudSqlDatabaseListOutput>) & Operation;
|
|
1455
|
+
};
|
|
1456
|
+
'cloud-sql-instance': {
|
|
1457
|
+
backup: ((input: DeploymentCloudSqlInstanceBackupInput) => Promise<DeploymentCloudSqlInstanceBackupOutput>) & Operation;
|
|
1458
|
+
create: ((input: DeploymentCloudSqlInstanceCreateInput) => Promise<DeploymentCloudSqlInstanceCreateOutput>) & Operation;
|
|
1459
|
+
delete: ((input: DeploymentCloudSqlInstanceDeleteInput) => Promise<DeploymentCloudSqlInstanceDeleteOutput>) & Operation;
|
|
1460
|
+
get: ((input: DeploymentCloudSqlInstanceGetInput) => Promise<DeploymentCloudSqlInstanceGetOutput>) & Operation;
|
|
1461
|
+
list: ((input: DeploymentCloudSqlInstanceListInput) => Promise<DeploymentCloudSqlInstanceListOutput>) & Operation;
|
|
1462
|
+
resize: ((input: DeploymentCloudSqlInstanceResizeInput) => Promise<DeploymentCloudSqlInstanceResizeOutput>) & Operation;
|
|
1463
|
+
restore: ((input: DeploymentCloudSqlInstanceRestoreInput) => Promise<DeploymentCloudSqlInstanceRestoreOutput>) & Operation;
|
|
1464
|
+
};
|
|
1465
|
+
'cloud-sql-instance-backup': {
|
|
1466
|
+
list: ((input: DeploymentCloudSqlInstanceBackupListInput) => Promise<DeploymentCloudSqlInstanceBackupListOutput>) & Operation;
|
|
1467
|
+
};
|
|
1468
|
+
deployment: {
|
|
1469
|
+
cancel: ((input: DeploymentDeploymentCancelInput) => Promise<DeploymentDeploymentCancelOutput>) & Operation;
|
|
1470
|
+
get: ((input: DeploymentDeploymentGetInput) => Promise<DeploymentDeploymentGetOutput>) & Operation;
|
|
1471
|
+
list: ((input: DeploymentDeploymentListInput) => Promise<DeploymentDeploymentListOutput>) & Operation;
|
|
1472
|
+
};
|
|
1473
|
+
domain: {
|
|
1474
|
+
add: ((input: DeploymentDomainAddInput) => Promise<DeploymentDomainAddOutput>) & Operation;
|
|
1475
|
+
get: ((input: DeploymentDomainGetInput) => Promise<DeploymentDomainGetOutput>) & Operation;
|
|
1476
|
+
list: ((input: DeploymentDomainListInput) => Promise<DeploymentDomainListOutput>) & Operation;
|
|
1477
|
+
remove: ((input: DeploymentDomainRemoveInput) => Promise<DeploymentDomainRemoveOutput>) & Operation;
|
|
1478
|
+
verify: ((input: DeploymentDomainVerifyInput) => Promise<DeploymentDomainVerifyOutput>) & Operation;
|
|
1479
|
+
};
|
|
1480
|
+
'domain-allowed': {
|
|
1481
|
+
list: ((input: DeploymentDomainAllowedListInput) => Promise<DeploymentDomainAllowedListOutput>) & Operation;
|
|
1482
|
+
};
|
|
1483
|
+
'domain-list-by': {
|
|
1484
|
+
service: ((input: DeploymentDomainListByServiceInput) => Promise<DeploymentDomainListByServiceOutput>) & Operation;
|
|
1485
|
+
};
|
|
1486
|
+
'domain-redirect': {
|
|
1487
|
+
www: ((input: DeploymentDomainRedirectWwwInput) => Promise<DeploymentDomainRedirectWwwOutput>) & Operation;
|
|
1488
|
+
};
|
|
1489
|
+
'domain-routes': {
|
|
1490
|
+
add: ((input: DeploymentDomainRoutesAddInput) => Promise<DeploymentDomainRoutesAddOutput>) & Operation;
|
|
1491
|
+
list: ((input: DeploymentDomainRoutesListInput) => Promise<DeploymentDomainRoutesListOutput>) & Operation;
|
|
1492
|
+
remove: ((input: DeploymentDomainRoutesRemoveInput) => Promise<DeploymentDomainRoutesRemoveOutput>) & Operation;
|
|
1493
|
+
update: ((input: DeploymentDomainRoutesUpdateInput) => Promise<DeploymentDomainRoutesUpdateOutput>) & Operation;
|
|
1494
|
+
};
|
|
1495
|
+
environment: {
|
|
1496
|
+
create: ((input: DeploymentEnvironmentCreateInput) => Promise<DeploymentEnvironmentCreateOutput>) & Operation;
|
|
1497
|
+
delete: ((input: DeploymentEnvironmentDeleteInput) => Promise<DeploymentEnvironmentDeleteOutput>) & Operation;
|
|
1498
|
+
fork: ((input: DeploymentEnvironmentForkInput) => Promise<DeploymentEnvironmentForkOutput>) & Operation;
|
|
1499
|
+
get: ((input: DeploymentEnvironmentGetInput) => Promise<DeploymentEnvironmentGetOutput>) & Operation;
|
|
1500
|
+
list: ((input: DeploymentEnvironmentListInput) => Promise<DeploymentEnvironmentListOutput>) & Operation;
|
|
1501
|
+
reconcile: ((input: DeploymentEnvironmentReconcileInput) => Promise<DeploymentEnvironmentReconcileOutput>) & Operation;
|
|
1502
|
+
update: ((input: DeploymentEnvironmentUpdateInput) => Promise<DeploymentEnvironmentUpdateOutput>) & Operation;
|
|
1503
|
+
};
|
|
1504
|
+
'events-list-by': {
|
|
1505
|
+
environment: ((input: DeploymentEventsListByEnvironmentInput) => Promise<DeploymentEventsListByEnvironmentOutput>) & Operation;
|
|
1506
|
+
service: ((input: DeploymentEventsListByServiceInput) => Promise<DeploymentEventsListByServiceOutput>) & Operation;
|
|
1507
|
+
};
|
|
1508
|
+
job: {
|
|
1509
|
+
run: ((input: DeploymentJobRunInput) => Promise<DeploymentJobRunOutput>) & Operation;
|
|
1510
|
+
};
|
|
1511
|
+
'job-run': {
|
|
1512
|
+
logs: ((input: DeploymentJobRunLogsInput) => Promise<DeploymentJobRunLogsOutput>) & Operation;
|
|
1513
|
+
};
|
|
1514
|
+
'job-runs': {
|
|
1515
|
+
list: ((input: DeploymentJobRunsListInput) => Promise<DeploymentJobRunsListOutput>) & Operation;
|
|
1516
|
+
};
|
|
1517
|
+
'managed-service': {
|
|
1518
|
+
backup: ((input: DeploymentManagedServiceBackupInput) => Promise<DeploymentManagedServiceBackupOutput>) & Operation;
|
|
1519
|
+
delete: ((input: DeploymentManagedServiceDeleteInput) => Promise<DeploymentManagedServiceDeleteOutput>) & Operation;
|
|
1520
|
+
get: ((input: DeploymentManagedServiceGetInput) => Promise<DeploymentManagedServiceGetOutput>) & Operation;
|
|
1521
|
+
list: ((input: DeploymentManagedServiceListInput) => Promise<DeploymentManagedServiceListOutput>) & Operation;
|
|
1522
|
+
logs: ((input: DeploymentManagedServiceLogsInput) => Promise<DeploymentManagedServiceLogsOutput>) & Operation;
|
|
1523
|
+
provision: ((input: DeploymentManagedServiceProvisionInput) => Promise<DeploymentManagedServiceProvisionOutput>) & Operation;
|
|
1524
|
+
reconcile: ((input: DeploymentManagedServiceReconcileInput) => Promise<DeploymentManagedServiceReconcileOutput>) & Operation;
|
|
1525
|
+
resize: ((input: DeploymentManagedServiceResizeInput) => Promise<DeploymentManagedServiceResizeOutput>) & Operation;
|
|
1526
|
+
restore: ((input: DeploymentManagedServiceRestoreInput) => Promise<DeploymentManagedServiceRestoreOutput>) & Operation;
|
|
1527
|
+
start: ((input: DeploymentManagedServiceStartInput) => Promise<DeploymentManagedServiceStartOutput>) & Operation;
|
|
1528
|
+
stop: ((input: DeploymentManagedServiceStopInput) => Promise<DeploymentManagedServiceStopOutput>) & Operation;
|
|
1529
|
+
types: ((input: DeploymentManagedServiceTypesInput) => Promise<DeploymentManagedServiceTypesOutput>) & Operation;
|
|
1530
|
+
};
|
|
1531
|
+
'managed-service-backup': {
|
|
1532
|
+
list: ((input: DeploymentManagedServiceBackupListInput) => Promise<DeploymentManagedServiceBackupListOutput>) & Operation;
|
|
1533
|
+
};
|
|
1534
|
+
'managed-service-connect': {
|
|
1535
|
+
info: ((input: DeploymentManagedServiceConnectInfoInput) => Promise<DeploymentManagedServiceConnectInfoOutput>) & Operation;
|
|
1536
|
+
};
|
|
1537
|
+
metrics: {
|
|
1538
|
+
get: ((input: DeploymentMetricsGetInput) => Promise<DeploymentMetricsGetOutput>) & Operation;
|
|
1539
|
+
};
|
|
1540
|
+
'preview-environment': {
|
|
1541
|
+
create: ((input: DeploymentPreviewEnvironmentCreateInput) => Promise<DeploymentPreviewEnvironmentCreateOutput>) & Operation;
|
|
1542
|
+
delete: ((input: DeploymentPreviewEnvironmentDeleteInput) => Promise<DeploymentPreviewEnvironmentDeleteOutput>) & Operation;
|
|
1543
|
+
list: ((input: DeploymentPreviewEnvironmentListInput) => Promise<DeploymentPreviewEnvironmentListOutput>) & Operation;
|
|
1544
|
+
};
|
|
1545
|
+
'preview-policy': {
|
|
1546
|
+
get: ((input: DeploymentPreviewPolicyGetInput) => Promise<DeploymentPreviewPolicyGetOutput>) & Operation;
|
|
1547
|
+
set: ((input: DeploymentPreviewPolicySetInput) => Promise<DeploymentPreviewPolicySetOutput>) & Operation;
|
|
1548
|
+
};
|
|
1549
|
+
service: {
|
|
1550
|
+
create: ((input: DeploymentServiceCreateInput) => Promise<DeploymentServiceCreateOutput>) & Operation;
|
|
1551
|
+
delete: ((input: DeploymentServiceDeleteInput) => Promise<DeploymentServiceDeleteOutput>) & Operation;
|
|
1552
|
+
exec: ((input: DeploymentServiceExecInput) => Promise<DeploymentServiceExecOutput>) & Operation;
|
|
1553
|
+
get: ((input: DeploymentServiceGetInput) => Promise<DeploymentServiceGetOutput>) & Operation;
|
|
1554
|
+
list: ((input: DeploymentServiceListInput) => Promise<DeploymentServiceListOutput>) & Operation;
|
|
1555
|
+
logs: ((input: DeploymentServiceLogsInput) => Promise<DeploymentServiceLogsOutput>) & Operation;
|
|
1556
|
+
redeploy: ((input: DeploymentServiceRedeployInput) => Promise<DeploymentServiceRedeployOutput>) & Operation;
|
|
1557
|
+
restart: ((input: DeploymentServiceRestartInput) => Promise<DeploymentServiceRestartOutput>) & Operation;
|
|
1558
|
+
rollback: ((input: DeploymentServiceRollbackInput) => Promise<DeploymentServiceRollbackOutput>) & Operation;
|
|
1559
|
+
scale: ((input: DeploymentServiceScaleInput) => Promise<DeploymentServiceScaleOutput>) & Operation;
|
|
1560
|
+
update: ((input: DeploymentServiceUpdateInput) => Promise<DeploymentServiceUpdateOutput>) & Operation;
|
|
1561
|
+
wake: ((input: DeploymentServiceWakeInput) => Promise<DeploymentServiceWakeOutput>) & Operation;
|
|
1562
|
+
};
|
|
1563
|
+
ssh: {
|
|
1564
|
+
command: ((input: DeploymentSshCommandInput) => Promise<DeploymentSshCommandOutput>) & Operation;
|
|
1565
|
+
};
|
|
1566
|
+
'ssh-key': {
|
|
1567
|
+
delete: ((input: DeploymentSshKeyDeleteInput) => Promise<DeploymentSshKeyDeleteOutput>) & Operation;
|
|
1568
|
+
list: ((input: DeploymentSshKeyListInput) => Promise<DeploymentSshKeyListOutput>) & Operation;
|
|
1569
|
+
register: ((input: DeploymentSshKeyRegisterInput) => Promise<DeploymentSshKeyRegisterOutput>) & Operation;
|
|
1570
|
+
};
|
|
1571
|
+
suspension: {
|
|
1572
|
+
get: ((input: DeploymentSuspensionGetInput) => Promise<DeploymentSuspensionGetOutput>) & Operation;
|
|
1573
|
+
};
|
|
1574
|
+
variable: {
|
|
1575
|
+
list: ((input: DeploymentVariableListInput) => Promise<DeploymentVariableListOutput>) & Operation;
|
|
1576
|
+
set: ((input: DeploymentVariableSetInput) => Promise<DeploymentVariableSetOutput>) & Operation;
|
|
1577
|
+
unset: ((input: DeploymentVariableUnsetInput) => Promise<DeploymentVariableUnsetOutput>) & Operation;
|
|
1578
|
+
};
|
|
1579
|
+
'variable-list': {
|
|
1580
|
+
env: ((input: DeploymentVariableListEnvInput) => Promise<DeploymentVariableListEnvOutput>) & Operation;
|
|
1581
|
+
product: ((input: DeploymentVariableListProductInput) => Promise<DeploymentVariableListProductOutput>) & Operation;
|
|
1582
|
+
};
|
|
1583
|
+
'variable-set': {
|
|
1584
|
+
env: ((input: DeploymentVariableSetEnvInput) => Promise<DeploymentVariableSetEnvOutput>) & Operation;
|
|
1585
|
+
product: ((input: DeploymentVariableSetProductInput) => Promise<DeploymentVariableSetProductOutput>) & Operation;
|
|
1586
|
+
};
|
|
1587
|
+
'variable-unset': {
|
|
1588
|
+
env: ((input: DeploymentVariableUnsetEnvInput) => Promise<DeploymentVariableUnsetEnvOutput>) & Operation;
|
|
1589
|
+
product: ((input: DeploymentVariableUnsetProductInput) => Promise<DeploymentVariableUnsetProductOutput>) & Operation;
|
|
1590
|
+
};
|
|
1591
|
+
'vcs-branch': {
|
|
1592
|
+
list: ((input: DeploymentVcsBranchListInput) => Promise<DeploymentVcsBranchListOutput>) & Operation;
|
|
1593
|
+
};
|
|
1594
|
+
'vcs-connection': {
|
|
1595
|
+
list: ((input: DeploymentVcsConnectionListInput) => Promise<DeploymentVcsConnectionListOutput>) & Operation;
|
|
1596
|
+
};
|
|
1597
|
+
'vcs-repo': {
|
|
1598
|
+
list: ((input: DeploymentVcsRepoListInput) => Promise<DeploymentVcsRepoListOutput>) & Operation;
|
|
1599
|
+
};
|
|
1600
|
+
volume: {
|
|
1601
|
+
create: ((input: DeploymentVolumeCreateInput) => Promise<DeploymentVolumeCreateOutput>) & Operation;
|
|
1602
|
+
delete: ((input: DeploymentVolumeDeleteInput) => Promise<DeploymentVolumeDeleteOutput>) & Operation;
|
|
1603
|
+
detach: ((input: DeploymentVolumeDetachInput) => Promise<DeploymentVolumeDetachOutput>) & Operation;
|
|
1604
|
+
get: ((input: DeploymentVolumeGetInput) => Promise<DeploymentVolumeGetOutput>) & Operation;
|
|
1605
|
+
list: ((input: DeploymentVolumeListInput) => Promise<DeploymentVolumeListOutput>) & Operation;
|
|
1606
|
+
resize: ((input: DeploymentVolumeResizeInput) => Promise<DeploymentVolumeResizeOutput>) & Operation;
|
|
1607
|
+
};
|
|
1608
|
+
};
|
|
1609
|
+
mail: {
|
|
1610
|
+
apikey: {
|
|
1611
|
+
create: ((input: MailApikeyCreateInput) => Promise<MailApikeyCreateOutput>) & Operation;
|
|
1612
|
+
delete: ((input: MailApikeyDeleteInput) => Promise<MailApikeyDeleteOutput>) & Operation;
|
|
1613
|
+
list: ((input: MailApikeyListInput) => Promise<MailApikeyListOutput>) & Operation;
|
|
1614
|
+
};
|
|
1615
|
+
audience: {
|
|
1616
|
+
create: ((input: MailAudienceCreateInput) => Promise<MailAudienceCreateOutput>) & Operation;
|
|
1617
|
+
delete: ((input: MailAudienceDeleteInput) => Promise<MailAudienceDeleteOutput>) & Operation;
|
|
1618
|
+
get: ((input: MailAudienceGetInput) => Promise<MailAudienceGetOutput>) & Operation;
|
|
1619
|
+
list: ((input: MailAudienceListInput) => Promise<MailAudienceListOutput>) & Operation;
|
|
1620
|
+
update: ((input: MailAudienceUpdateInput) => Promise<MailAudienceUpdateOutput>) & Operation;
|
|
1621
|
+
};
|
|
1622
|
+
broadcast: {
|
|
1623
|
+
cancel: ((input: MailBroadcastCancelInput) => Promise<MailBroadcastCancelOutput>) & Operation;
|
|
1624
|
+
create: ((input: MailBroadcastCreateInput) => Promise<MailBroadcastCreateOutput>) & Operation;
|
|
1625
|
+
delete: ((input: MailBroadcastDeleteInput) => Promise<MailBroadcastDeleteOutput>) & Operation;
|
|
1626
|
+
get: ((input: MailBroadcastGetInput) => Promise<MailBroadcastGetOutput>) & Operation;
|
|
1627
|
+
list: ((input: MailBroadcastListInput) => Promise<MailBroadcastListOutput>) & Operation;
|
|
1628
|
+
queue: ((input: MailBroadcastQueueInput) => Promise<MailBroadcastQueueOutput>) & Operation;
|
|
1629
|
+
stats: ((input: MailBroadcastStatsInput) => Promise<MailBroadcastStatsOutput>) & Operation;
|
|
1630
|
+
update: ((input: MailBroadcastUpdateInput) => Promise<MailBroadcastUpdateOutput>) & Operation;
|
|
1631
|
+
};
|
|
1632
|
+
contact: {
|
|
1633
|
+
create: ((input: MailContactCreateInput) => Promise<MailContactCreateOutput>) & Operation;
|
|
1634
|
+
delete: ((input: MailContactDeleteInput) => Promise<MailContactDeleteOutput>) & Operation;
|
|
1635
|
+
get: ((input: MailContactGetInput) => Promise<MailContactGetOutput>) & Operation;
|
|
1636
|
+
list: ((input: MailContactListInput) => Promise<MailContactListOutput>) & Operation;
|
|
1637
|
+
update: ((input: MailContactUpdateInput) => Promise<MailContactUpdateOutput>) & Operation;
|
|
1638
|
+
};
|
|
1639
|
+
domain: {
|
|
1640
|
+
create: ((input: MailDomainCreateInput) => Promise<MailDomainCreateOutput>) & Operation;
|
|
1641
|
+
delete: ((input: MailDomainDeleteInput) => Promise<MailDomainDeleteOutput>) & Operation;
|
|
1642
|
+
get: ((input: MailDomainGetInput) => Promise<MailDomainGetOutput>) & Operation;
|
|
1643
|
+
list: ((input: MailDomainListInput) => Promise<MailDomainListOutput>) & Operation;
|
|
1644
|
+
update: ((input: MailDomainUpdateInput) => Promise<MailDomainUpdateOutput>) & Operation;
|
|
1645
|
+
verify: ((input: MailDomainVerifyInput) => Promise<MailDomainVerifyOutput>) & Operation;
|
|
1646
|
+
};
|
|
1647
|
+
'domain-allowed': {
|
|
1648
|
+
list: ((input: MailDomainAllowedListInput) => Promise<MailDomainAllowedListOutput>) & Operation;
|
|
1649
|
+
};
|
|
1650
|
+
email: {
|
|
1651
|
+
cancel: ((input: MailEmailCancelInput) => Promise<MailEmailCancelOutput>) & Operation;
|
|
1652
|
+
get: ((input: MailEmailGetInput) => Promise<MailEmailGetOutput>) & Operation;
|
|
1653
|
+
send: ((input: MailEmailSendInput) => Promise<MailEmailSendOutput>) & Operation;
|
|
1654
|
+
update: ((input: MailEmailUpdateInput) => Promise<MailEmailUpdateOutput>) & Operation;
|
|
1655
|
+
};
|
|
1656
|
+
'email-send': {
|
|
1657
|
+
batch: ((input: MailEmailSendBatchInput) => Promise<MailEmailSendBatchOutput>) & Operation;
|
|
1658
|
+
};
|
|
1659
|
+
reputation: {
|
|
1660
|
+
get: ((input: MailReputationGetInput) => Promise<MailReputationGetOutput>) & Operation;
|
|
1661
|
+
};
|
|
1662
|
+
stats: {
|
|
1663
|
+
get: ((input: MailStatsGetInput) => Promise<MailStatsGetOutput>) & Operation;
|
|
1664
|
+
};
|
|
1665
|
+
suppression: {
|
|
1666
|
+
add: ((input: MailSuppressionAddInput) => Promise<MailSuppressionAddOutput>) & Operation;
|
|
1667
|
+
list: ((input: MailSuppressionListInput) => Promise<MailSuppressionListOutput>) & Operation;
|
|
1668
|
+
remove: ((input: MailSuppressionRemoveInput) => Promise<MailSuppressionRemoveOutput>) & Operation;
|
|
1669
|
+
};
|
|
1670
|
+
template: {
|
|
1671
|
+
create: ((input: MailTemplateCreateInput) => Promise<MailTemplateCreateOutput>) & Operation;
|
|
1672
|
+
delete: ((input: MailTemplateDeleteInput) => Promise<MailTemplateDeleteOutput>) & Operation;
|
|
1673
|
+
get: ((input: MailTemplateGetInput) => Promise<MailTemplateGetOutput>) & Operation;
|
|
1674
|
+
list: ((input: MailTemplateListInput) => Promise<MailTemplateListOutput>) & Operation;
|
|
1675
|
+
publish: ((input: MailTemplatePublishInput) => Promise<MailTemplatePublishOutput>) & Operation;
|
|
1676
|
+
update: ((input: MailTemplateUpdateInput) => Promise<MailTemplateUpdateOutput>) & Operation;
|
|
1677
|
+
};
|
|
1678
|
+
usage: {
|
|
1679
|
+
get: ((input: MailUsageGetInput) => Promise<MailUsageGetOutput>) & Operation;
|
|
1680
|
+
};
|
|
1681
|
+
webhook: {
|
|
1682
|
+
create: ((input: MailWebhookCreateInput) => Promise<MailWebhookCreateOutput>) & Operation;
|
|
1683
|
+
delete: ((input: MailWebhookDeleteInput) => Promise<MailWebhookDeleteOutput>) & Operation;
|
|
1684
|
+
get: ((input: MailWebhookGetInput) => Promise<MailWebhookGetOutput>) & Operation;
|
|
1685
|
+
list: ((input: MailWebhookListInput) => Promise<MailWebhookListOutput>) & Operation;
|
|
1686
|
+
update: ((input: MailWebhookUpdateInput) => Promise<MailWebhookUpdateOutput>) & Operation;
|
|
1687
|
+
};
|
|
1688
|
+
'webhook-deliveries': {
|
|
1689
|
+
list: ((input: MailWebhookDeliveriesListInput) => Promise<MailWebhookDeliveriesListOutput>) & Operation;
|
|
1690
|
+
};
|
|
1691
|
+
};
|
|
1692
|
+
observe: {
|
|
1693
|
+
alerts: {
|
|
1694
|
+
create: ((input: ObserveAlertsCreateInput) => Promise<ObserveAlertsCreateOutput>) & Operation;
|
|
1695
|
+
delete: ((input: ObserveAlertsDeleteInput) => Promise<ObserveAlertsDeleteOutput>) & Operation;
|
|
1696
|
+
get: ((input: ObserveAlertsGetInput) => Promise<ObserveAlertsGetOutput>) & Operation;
|
|
1697
|
+
list: ((input: ObserveAlertsListInput) => Promise<ObserveAlertsListOutput>) & Operation;
|
|
1698
|
+
update: ((input: ObserveAlertsUpdateInput) => Promise<ObserveAlertsUpdateOutput>) & Operation;
|
|
1699
|
+
};
|
|
1700
|
+
'alerts-events': {
|
|
1701
|
+
list: ((input: ObserveAlertsEventsListInput) => Promise<ObserveAlertsEventsListOutput>) & Operation;
|
|
1702
|
+
};
|
|
1703
|
+
artifacts: {
|
|
1704
|
+
delete: ((input: ObserveArtifactsDeleteInput) => Promise<ObserveArtifactsDeleteOutput>) & Operation;
|
|
1705
|
+
list: ((input: ObserveArtifactsListInput) => Promise<ObserveArtifactsListOutput>) & Operation;
|
|
1706
|
+
resolve: ((input: ObserveArtifactsResolveInput) => Promise<ObserveArtifactsResolveOutput>) & Operation;
|
|
1707
|
+
};
|
|
1708
|
+
issues: {
|
|
1709
|
+
archive: ((input: ObserveIssuesArchiveInput) => Promise<ObserveIssuesArchiveOutput>) & Operation;
|
|
1710
|
+
assign: ((input: ObserveIssuesAssignInput) => Promise<ObserveIssuesAssignOutput>) & Operation;
|
|
1711
|
+
event: ((input: ObserveIssuesEventInput) => Promise<ObserveIssuesEventOutput>) & Operation;
|
|
1712
|
+
events: ((input: ObserveIssuesEventsInput) => Promise<ObserveIssuesEventsOutput>) & Operation;
|
|
1713
|
+
get: ((input: ObserveIssuesGetInput) => Promise<ObserveIssuesGetOutput>) & Operation;
|
|
1714
|
+
histogram: ((input: ObserveIssuesHistogramInput) => Promise<ObserveIssuesHistogramOutput>) & Operation;
|
|
1715
|
+
list: ((input: ObserveIssuesListInput) => Promise<ObserveIssuesListOutput>) & Operation;
|
|
1716
|
+
resolve: ((input: ObserveIssuesResolveInput) => Promise<ObserveIssuesResolveOutput>) & Operation;
|
|
1717
|
+
};
|
|
1718
|
+
keys: {
|
|
1719
|
+
create: ((input: ObserveKeysCreateInput) => Promise<ObserveKeysCreateOutput>) & Operation;
|
|
1720
|
+
list: ((input: ObserveKeysListInput) => Promise<ObserveKeysListOutput>) & Operation;
|
|
1721
|
+
revoke: ((input: ObserveKeysRevokeInput) => Promise<ObserveKeysRevokeOutput>) & Operation;
|
|
1722
|
+
};
|
|
1723
|
+
logs: {
|
|
1724
|
+
facets: ((input: ObserveLogsFacetsInput) => Promise<ObserveLogsFacetsOutput>) & Operation;
|
|
1725
|
+
search: ((input: ObserveLogsSearchInput) => Promise<ObserveLogsSearchOutput>) & Operation;
|
|
1726
|
+
tail: ((input: ObserveLogsTailInput) => Promise<ObserveLogsTailOutput>) & Operation;
|
|
1727
|
+
};
|
|
1728
|
+
metrics: {
|
|
1729
|
+
list: ((input: ObserveMetricsListInput) => Promise<ObserveMetricsListOutput>) & Operation;
|
|
1730
|
+
query: ((input: ObserveMetricsQueryInput) => Promise<ObserveMetricsQueryOutput>) & Operation;
|
|
1731
|
+
};
|
|
1732
|
+
traces: {
|
|
1733
|
+
get: ((input: ObserveTracesGetInput) => Promise<ObserveTracesGetOutput>) & Operation;
|
|
1734
|
+
search: ((input: ObserveTracesSearchInput) => Promise<ObserveTracesSearchOutput>) & Operation;
|
|
1735
|
+
};
|
|
1736
|
+
webhooks: {
|
|
1737
|
+
create: ((input: ObserveWebhooksCreateInput) => Promise<ObserveWebhooksCreateOutput>) & Operation;
|
|
1738
|
+
delete: ((input: ObserveWebhooksDeleteInput) => Promise<ObserveWebhooksDeleteOutput>) & Operation;
|
|
1739
|
+
get: ((input: ObserveWebhooksGetInput) => Promise<ObserveWebhooksGetOutput>) & Operation;
|
|
1740
|
+
list: ((input: ObserveWebhooksListInput) => Promise<ObserveWebhooksListOutput>) & Operation;
|
|
1741
|
+
redeliver: ((input: ObserveWebhooksRedeliverInput) => Promise<ObserveWebhooksRedeliverOutput>) & Operation;
|
|
1742
|
+
update: ((input: ObserveWebhooksUpdateInput) => Promise<ObserveWebhooksUpdateOutput>) & Operation;
|
|
1743
|
+
};
|
|
1744
|
+
'webhooks-deliveries': {
|
|
1745
|
+
list: ((input: ObserveWebhooksDeliveriesListInput) => Promise<ObserveWebhooksDeliveriesListOutput>) & Operation;
|
|
1746
|
+
};
|
|
1747
|
+
'webhooks-rotate': {
|
|
1748
|
+
secret: ((input: ObserveWebhooksRotateSecretInput) => Promise<ObserveWebhooksRotateSecretOutput>) & Operation;
|
|
1749
|
+
};
|
|
1750
|
+
};
|
|
1751
|
+
organization: {
|
|
1752
|
+
create: ((input: OrganizationCreateInput) => Promise<OrganizationCreateOutput>) & Operation;
|
|
1753
|
+
list: ((input: OrganizationListInput) => Promise<OrganizationListOutput>) & Operation;
|
|
1754
|
+
select: ((input: OrganizationSelectInput) => Promise<OrganizationSelectOutput>) & Operation;
|
|
1755
|
+
auth: {
|
|
1756
|
+
me: ((input: OrganizationAuthMeInput) => Promise<OrganizationAuthMeOutput>) & Operation;
|
|
1757
|
+
};
|
|
1758
|
+
'billing-budgets': {
|
|
1759
|
+
get: ((input: OrganizationBillingBudgetsGetInput) => Promise<OrganizationBillingBudgetsGetOutput>) & Operation;
|
|
1760
|
+
};
|
|
1761
|
+
'billing-caps': {
|
|
1762
|
+
clear: ((input: OrganizationBillingCapsClearInput) => Promise<OrganizationBillingCapsClearOutput>) & Operation;
|
|
1763
|
+
set: ((input: OrganizationBillingCapsSetInput) => Promise<OrganizationBillingCapsSetOutput>) & Operation;
|
|
1764
|
+
};
|
|
1765
|
+
bindings: {
|
|
1766
|
+
list: ((input: OrganizationBindingsListInput) => Promise<OrganizationBindingsListOutput>) & Operation;
|
|
1767
|
+
};
|
|
1768
|
+
clickup: {
|
|
1769
|
+
install: ((input: OrganizationClickupInstallInput) => Promise<OrganizationClickupInstallOutput>) & Operation;
|
|
1770
|
+
'list-installations': ((input: OrganizationClickupListInstallationsInput) => Promise<OrganizationClickupListInstallationsOutput>) & Operation;
|
|
1771
|
+
};
|
|
1772
|
+
cloudflare: {
|
|
1773
|
+
install: ((input: OrganizationCloudflareInstallInput) => Promise<OrganizationCloudflareInstallOutput>) & Operation;
|
|
1774
|
+
};
|
|
1775
|
+
connectors: {
|
|
1776
|
+
'approve-request': ((input: OrganizationConnectorsApproveRequestInput) => Promise<OrganizationConnectorsApproveRequestOutput>) & Operation;
|
|
1777
|
+
attach: ((input: OrganizationConnectorsAttachInput) => Promise<OrganizationConnectorsAttachOutput>) & Operation;
|
|
1778
|
+
delete: ((input: OrganizationConnectorsDeleteInput) => Promise<OrganizationConnectorsDeleteOutput>) & Operation;
|
|
1779
|
+
'deny-request': ((input: OrganizationConnectorsDenyRequestInput) => Promise<OrganizationConnectorsDenyRequestOutput>) & Operation;
|
|
1780
|
+
detach: ((input: OrganizationConnectorsDetachInput) => Promise<OrganizationConnectorsDetachOutput>) & Operation;
|
|
1781
|
+
list: ((input: OrganizationConnectorsListInput) => Promise<OrganizationConnectorsListOutput>) & Operation;
|
|
1782
|
+
'list-attachments': ((input: OrganizationConnectorsListAttachmentsInput) => Promise<OrganizationConnectorsListAttachmentsOutput>) & Operation;
|
|
1783
|
+
'list-available': ((input: OrganizationConnectorsListAvailableInput) => Promise<OrganizationConnectorsListAvailableOutput>) & Operation;
|
|
1784
|
+
'list-org': ((input: OrganizationConnectorsListOrgInput) => Promise<OrganizationConnectorsListOrgOutput>) & Operation;
|
|
1785
|
+
'list-requests': ((input: OrganizationConnectorsListRequestsInput) => Promise<OrganizationConnectorsListRequestsOutput>) & Operation;
|
|
1786
|
+
remove: ((input: OrganizationConnectorsRemoveInput) => Promise<OrganizationConnectorsRemoveOutput>) & Operation;
|
|
1787
|
+
request: ((input: OrganizationConnectorsRequestInput) => Promise<OrganizationConnectorsRequestOutput>) & Operation;
|
|
1788
|
+
};
|
|
1789
|
+
domains: {
|
|
1790
|
+
add: ((input: OrganizationDomainsAddInput) => Promise<OrganizationDomainsAddOutput>) & Operation;
|
|
1791
|
+
get: ((input: OrganizationDomainsGetInput) => Promise<OrganizationDomainsGetOutput>) & Operation;
|
|
1792
|
+
list: ((input: OrganizationDomainsListInput) => Promise<OrganizationDomainsListOutput>) & Operation;
|
|
1793
|
+
remove: ((input: OrganizationDomainsRemoveInput) => Promise<OrganizationDomainsRemoveOutput>) & Operation;
|
|
1794
|
+
'set-mode': ((input: OrganizationDomainsSetModeInput) => Promise<OrganizationDomainsSetModeOutput>) & Operation;
|
|
1795
|
+
};
|
|
1796
|
+
extensions: {
|
|
1797
|
+
'list-installed': ((input: OrganizationExtensionsListInstalledInput) => Promise<OrganizationExtensionsListInstalledOutput>) & Operation;
|
|
1798
|
+
};
|
|
1799
|
+
feedback: {
|
|
1800
|
+
submit: ((input: OrganizationFeedbackSubmitInput) => Promise<OrganizationFeedbackSubmitOutput>) & Operation;
|
|
1801
|
+
};
|
|
1802
|
+
gdrive: {
|
|
1803
|
+
install: ((input: OrganizationGdriveInstallInput) => Promise<OrganizationGdriveInstallOutput>) & Operation;
|
|
1804
|
+
};
|
|
1805
|
+
github: {
|
|
1806
|
+
install: ((input: OrganizationGithubInstallInput) => Promise<OrganizationGithubInstallOutput>) & Operation;
|
|
1807
|
+
'list-installations': ((input: OrganizationGithubListInstallationsInput) => Promise<OrganizationGithubListInstallationsOutput>) & Operation;
|
|
1808
|
+
};
|
|
1809
|
+
googleads: {
|
|
1810
|
+
install: ((input: OrganizationGoogleadsInstallInput) => Promise<OrganizationGoogleadsInstallOutput>) & Operation;
|
|
1811
|
+
};
|
|
1812
|
+
groups: {
|
|
1813
|
+
create: ((input: OrganizationGroupsCreateInput) => Promise<OrganizationGroupsCreateOutput>) & Operation;
|
|
1814
|
+
delete: ((input: OrganizationGroupsDeleteInput) => Promise<OrganizationGroupsDeleteOutput>) & Operation;
|
|
1815
|
+
get: ((input: OrganizationGroupsGetInput) => Promise<OrganizationGroupsGetOutput>) & Operation;
|
|
1816
|
+
'grant-remove': ((input: OrganizationGroupsGrantRemoveInput) => Promise<OrganizationGroupsGrantRemoveOutput>) & Operation;
|
|
1817
|
+
'grant-set': ((input: OrganizationGroupsGrantSetInput) => Promise<OrganizationGroupsGrantSetOutput>) & Operation;
|
|
1818
|
+
list: ((input: OrganizationGroupsListInput) => Promise<OrganizationGroupsListOutput>) & Operation;
|
|
1819
|
+
'member-add': ((input: OrganizationGroupsMemberAddInput) => Promise<OrganizationGroupsMemberAddOutput>) & Operation;
|
|
1820
|
+
'member-remove': ((input: OrganizationGroupsMemberRemoveInput) => Promise<OrganizationGroupsMemberRemoveOutput>) & Operation;
|
|
1821
|
+
update: ((input: OrganizationGroupsUpdateInput) => Promise<OrganizationGroupsUpdateOutput>) & Operation;
|
|
1822
|
+
};
|
|
1823
|
+
'linkedin-member': {
|
|
1824
|
+
install: ((input: OrganizationLinkedinMemberInstallInput) => Promise<OrganizationLinkedinMemberInstallOutput>) & Operation;
|
|
1825
|
+
};
|
|
1826
|
+
member: {
|
|
1827
|
+
'accept-invite': ((input: OrganizationMemberAcceptInviteInput) => Promise<OrganizationMemberAcceptInviteOutput>) & Operation;
|
|
1828
|
+
invite: ((input: OrganizationMemberInviteInput) => Promise<OrganizationMemberInviteOutput>) & Operation;
|
|
1829
|
+
list: ((input: OrganizationMemberListInput) => Promise<OrganizationMemberListOutput>) & Operation;
|
|
1830
|
+
'list-invitations': ((input: OrganizationMemberListInvitationsInput) => Promise<OrganizationMemberListInvitationsOutput>) & Operation;
|
|
1831
|
+
'list-product-access': ((input: OrganizationMemberListProductAccessInput) => Promise<OrganizationMemberListProductAccessOutput>) & Operation;
|
|
1832
|
+
remove: ((input: OrganizationMemberRemoveInput) => Promise<OrganizationMemberRemoveOutput>) & Operation;
|
|
1833
|
+
'revoke-invitation': ((input: OrganizationMemberRevokeInvitationInput) => Promise<OrganizationMemberRevokeInvitationOutput>) & Operation;
|
|
1834
|
+
'set-role': ((input: OrganizationMemberSetRoleInput) => Promise<OrganizationMemberSetRoleOutput>) & Operation;
|
|
1835
|
+
'share-product': ((input: OrganizationMemberShareProductInput) => Promise<OrganizationMemberShareProductOutput>) & Operation;
|
|
1836
|
+
'unshare-product': ((input: OrganizationMemberUnshareProductInput) => Promise<OrganizationMemberUnshareProductOutput>) & Operation;
|
|
1837
|
+
};
|
|
1838
|
+
members: {
|
|
1839
|
+
'assign-role': ((input: OrganizationMembersAssignRoleInput) => Promise<OrganizationMembersAssignRoleOutput>) & Operation;
|
|
1840
|
+
};
|
|
1841
|
+
permission: {
|
|
1842
|
+
catalog: ((input: OrganizationPermissionCatalogInput) => Promise<OrganizationPermissionCatalogOutput>) & Operation;
|
|
1843
|
+
};
|
|
1844
|
+
'principal-grants': {
|
|
1845
|
+
approve: ((input: OrganizationPrincipalGrantsApproveInput) => Promise<OrganizationPrincipalGrantsApproveOutput>) & Operation;
|
|
1846
|
+
list: ((input: OrganizationPrincipalGrantsListInput) => Promise<OrganizationPrincipalGrantsListOutput>) & Operation;
|
|
1847
|
+
revoke: ((input: OrganizationPrincipalGrantsRevokeInput) => Promise<OrganizationPrincipalGrantsRevokeOutput>) & Operation;
|
|
1848
|
+
};
|
|
1849
|
+
product: {
|
|
1850
|
+
create: ((input: OrganizationProductCreateInput) => Promise<OrganizationProductCreateOutput>) & Operation;
|
|
1851
|
+
list: ((input: OrganizationProductListInput) => Promise<OrganizationProductListOutput>) & Operation;
|
|
1852
|
+
'list-access': ((input: OrganizationProductListAccessInput) => Promise<OrganizationProductListAccessOutput>) & Operation;
|
|
1853
|
+
'list-members': ((input: OrganizationProductListMembersInput) => Promise<OrganizationProductListMembersOutput>) & Operation;
|
|
1854
|
+
'list-roles': ((input: OrganizationProductListRolesInput) => Promise<OrganizationProductListRolesOutput>) & Operation;
|
|
1855
|
+
me: ((input: OrganizationProductMeInput) => Promise<OrganizationProductMeOutput>) & Operation;
|
|
1856
|
+
'revoke-access': ((input: OrganizationProductRevokeAccessInput) => Promise<OrganizationProductRevokeAccessOutput>) & Operation;
|
|
1857
|
+
select: ((input: OrganizationProductSelectInput) => Promise<OrganizationProductSelectOutput>) & Operation;
|
|
1858
|
+
'set-access': ((input: OrganizationProductSetAccessInput) => Promise<OrganizationProductSetAccessOutput>) & Operation;
|
|
1859
|
+
update: ((input: OrganizationProductUpdateInput) => Promise<OrganizationProductUpdateOutput>) & Operation;
|
|
1860
|
+
};
|
|
1861
|
+
'product-erasure': {
|
|
1862
|
+
get: ((input: OrganizationProductErasureGetInput) => Promise<OrganizationProductErasureGetOutput>) & Operation;
|
|
1863
|
+
list: ((input: OrganizationProductErasureListInput) => Promise<OrganizationProductErasureListOutput>) & Operation;
|
|
1864
|
+
request: ((input: OrganizationProductErasureRequestInput) => Promise<OrganizationProductErasureRequestOutput>) & Operation;
|
|
1865
|
+
};
|
|
1866
|
+
'public-keys': {
|
|
1867
|
+
create: ((input: OrganizationPublicKeysCreateInput) => Promise<OrganizationPublicKeysCreateOutput>) & Operation;
|
|
1868
|
+
list: ((input: OrganizationPublicKeysListInput) => Promise<OrganizationPublicKeysListOutput>) & Operation;
|
|
1869
|
+
revoke: ((input: OrganizationPublicKeysRevokeInput) => Promise<OrganizationPublicKeysRevokeOutput>) & Operation;
|
|
1870
|
+
'update-scope': ((input: OrganizationPublicKeysUpdateScopeInput) => Promise<OrganizationPublicKeysUpdateScopeOutput>) & Operation;
|
|
1871
|
+
};
|
|
1872
|
+
'public-routes': {
|
|
1873
|
+
list: ((input: OrganizationPublicRoutesListInput) => Promise<OrganizationPublicRoutesListOutput>) & Operation;
|
|
1874
|
+
};
|
|
1875
|
+
reddit: {
|
|
1876
|
+
install: ((input: OrganizationRedditInstallInput) => Promise<OrganizationRedditInstallOutput>) & Operation;
|
|
1877
|
+
};
|
|
1878
|
+
roles: {
|
|
1879
|
+
create: ((input: OrganizationRolesCreateInput) => Promise<OrganizationRolesCreateOutput>) & Operation;
|
|
1880
|
+
delete: ((input: OrganizationRolesDeleteInput) => Promise<OrganizationRolesDeleteOutput>) & Operation;
|
|
1881
|
+
get: ((input: OrganizationRolesGetInput) => Promise<OrganizationRolesGetOutput>) & Operation;
|
|
1882
|
+
list: ((input: OrganizationRolesListInput) => Promise<OrganizationRolesListOutput>) & Operation;
|
|
1883
|
+
update: ((input: OrganizationRolesUpdateInput) => Promise<OrganizationRolesUpdateOutput>) & Operation;
|
|
1884
|
+
};
|
|
1885
|
+
'security-mfa': {
|
|
1886
|
+
enable: ((input: OrganizationSecurityMfaEnableInput) => Promise<OrganizationSecurityMfaEnableOutput>) & Operation;
|
|
1887
|
+
};
|
|
1888
|
+
'support-thread': {
|
|
1889
|
+
create: ((input: OrganizationSupportThreadCreateInput) => Promise<OrganizationSupportThreadCreateOutput>) & Operation;
|
|
1890
|
+
get: ((input: OrganizationSupportThreadGetInput) => Promise<OrganizationSupportThreadGetOutput>) & Operation;
|
|
1891
|
+
reply: ((input: OrganizationSupportThreadReplyInput) => Promise<OrganizationSupportThreadReplyOutput>) & Operation;
|
|
1892
|
+
};
|
|
1893
|
+
'support-threads': {
|
|
1894
|
+
list: ((input: OrganizationSupportThreadsListInput) => Promise<OrganizationSupportThreadsListOutput>) & Operation;
|
|
1895
|
+
};
|
|
1896
|
+
x: {
|
|
1897
|
+
install: ((input: OrganizationXInstallInput) => Promise<OrganizationXInstallOutput>) & Operation;
|
|
1898
|
+
};
|
|
1899
|
+
youtube: {
|
|
1900
|
+
install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
|
|
1901
|
+
};
|
|
1902
|
+
};
|
|
1903
|
+
realtime: {
|
|
1904
|
+
archive: {
|
|
1905
|
+
export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
|
|
1906
|
+
get: ((input: RealtimeArchiveGetInput) => Promise<RealtimeArchiveGetOutput>) & Operation;
|
|
1907
|
+
};
|
|
1908
|
+
'archive-export': {
|
|
1909
|
+
status: ((input: RealtimeArchiveExportStatusInput) => Promise<RealtimeArchiveExportStatusOutput>) & Operation;
|
|
1910
|
+
};
|
|
1911
|
+
grant: {
|
|
1912
|
+
create: ((input: RealtimeGrantCreateInput) => Promise<RealtimeGrantCreateOutput>) & Operation;
|
|
1913
|
+
list: ((input: RealtimeGrantListInput) => Promise<RealtimeGrantListOutput>) & Operation;
|
|
1914
|
+
revoke: ((input: RealtimeGrantRevokeInput) => Promise<RealtimeGrantRevokeOutput>) & Operation;
|
|
1915
|
+
};
|
|
1916
|
+
history: {
|
|
1917
|
+
get: ((input: RealtimeHistoryGetInput) => Promise<RealtimeHistoryGetOutput>) & Operation;
|
|
1918
|
+
};
|
|
1919
|
+
messages: {
|
|
1920
|
+
publish: ((input: RealtimeMessagesPublishInput) => Promise<RealtimeMessagesPublishOutput>) & Operation;
|
|
1921
|
+
};
|
|
1922
|
+
namespace: {
|
|
1923
|
+
create: ((input: RealtimeNamespaceCreateInput) => Promise<RealtimeNamespaceCreateOutput>) & Operation;
|
|
1924
|
+
delete: ((input: RealtimeNamespaceDeleteInput) => Promise<RealtimeNamespaceDeleteOutput>) & Operation;
|
|
1925
|
+
get: ((input: RealtimeNamespaceGetInput) => Promise<RealtimeNamespaceGetOutput>) & Operation;
|
|
1926
|
+
list: ((input: RealtimeNamespaceListInput) => Promise<RealtimeNamespaceListOutput>) & Operation;
|
|
1927
|
+
update: ((input: RealtimeNamespaceUpdateInput) => Promise<RealtimeNamespaceUpdateOutput>) & Operation;
|
|
1928
|
+
};
|
|
1929
|
+
presence: {
|
|
1930
|
+
enter: ((input: RealtimePresenceEnterInput) => Promise<RealtimePresenceEnterOutput>) & Operation;
|
|
1931
|
+
get: ((input: RealtimePresenceGetInput) => Promise<RealtimePresenceGetOutput>) & Operation;
|
|
1932
|
+
leave: ((input: RealtimePresenceLeaveInput) => Promise<RealtimePresenceLeaveOutput>) & Operation;
|
|
1933
|
+
stats: ((input: RealtimePresenceStatsInput) => Promise<RealtimePresenceStatsOutput>) & Operation;
|
|
1934
|
+
update: ((input: RealtimePresenceUpdateInput) => Promise<RealtimePresenceUpdateOutput>) & Operation;
|
|
1935
|
+
};
|
|
1936
|
+
'public-access': {
|
|
1937
|
+
status: ((input: RealtimePublicAccessStatusInput) => Promise<RealtimePublicAccessStatusOutput>) & Operation;
|
|
1938
|
+
};
|
|
1939
|
+
status: {
|
|
1940
|
+
get: ((input: RealtimeStatusGetInput) => Promise<RealtimeStatusGetOutput>) & Operation;
|
|
1941
|
+
};
|
|
1942
|
+
tokens: {
|
|
1943
|
+
create: ((input: RealtimeTokensCreateInput) => Promise<RealtimeTokensCreateOutput>) & Operation;
|
|
1944
|
+
};
|
|
1945
|
+
webhook: {
|
|
1946
|
+
create: ((input: RealtimeWebhookCreateInput) => Promise<RealtimeWebhookCreateOutput>) & Operation;
|
|
1947
|
+
delete: ((input: RealtimeWebhookDeleteInput) => Promise<RealtimeWebhookDeleteOutput>) & Operation;
|
|
1948
|
+
get: ((input: RealtimeWebhookGetInput) => Promise<RealtimeWebhookGetOutput>) & Operation;
|
|
1949
|
+
list: ((input: RealtimeWebhookListInput) => Promise<RealtimeWebhookListOutput>) & Operation;
|
|
1950
|
+
update: ((input: RealtimeWebhookUpdateInput) => Promise<RealtimeWebhookUpdateOutput>) & Operation;
|
|
1951
|
+
};
|
|
1952
|
+
'webhook-deliveries': {
|
|
1953
|
+
list: ((input: RealtimeWebhookDeliveriesListInput) => Promise<RealtimeWebhookDeliveriesListOutput>) & Operation;
|
|
1954
|
+
};
|
|
1955
|
+
'webhook-secret': {
|
|
1956
|
+
rotate: ((input: RealtimeWebhookSecretRotateInput) => Promise<RealtimeWebhookSecretRotateOutput>) & Operation;
|
|
1957
|
+
};
|
|
1958
|
+
};
|
|
1959
|
+
support: {
|
|
1960
|
+
agent: {
|
|
1961
|
+
create: ((input: SupportAgentCreateInput) => Promise<SupportAgentCreateOutput>) & Operation;
|
|
1962
|
+
get: ((input: SupportAgentGetInput) => Promise<SupportAgentGetOutput>) & Operation;
|
|
1963
|
+
list: ((input: SupportAgentListInput) => Promise<SupportAgentListOutput>) & Operation;
|
|
1964
|
+
update: ((input: SupportAgentUpdateInput) => Promise<SupportAgentUpdateOutput>) & Operation;
|
|
1965
|
+
};
|
|
1966
|
+
attachment: {
|
|
1967
|
+
create: ((input: SupportAttachmentCreateInput) => Promise<SupportAttachmentCreateOutput>) & Operation;
|
|
1968
|
+
finalize: ((input: SupportAttachmentFinalizeInput) => Promise<SupportAttachmentFinalizeOutput>) & Operation;
|
|
1969
|
+
};
|
|
1970
|
+
label: {
|
|
1971
|
+
create: ((input: SupportLabelCreateInput) => Promise<SupportLabelCreateOutput>) & Operation;
|
|
1972
|
+
get: ((input: SupportLabelGetInput) => Promise<SupportLabelGetOutput>) & Operation;
|
|
1973
|
+
list: ((input: SupportLabelListInput) => Promise<SupportLabelListOutput>) & Operation;
|
|
1974
|
+
};
|
|
1975
|
+
message: {
|
|
1976
|
+
create: ((input: SupportMessageCreateInput) => Promise<SupportMessageCreateOutput>) & Operation;
|
|
1977
|
+
delete: ((input: SupportMessageDeleteInput) => Promise<SupportMessageDeleteOutput>) & Operation;
|
|
1978
|
+
get: ((input: SupportMessageGetInput) => Promise<SupportMessageGetOutput>) & Operation;
|
|
1979
|
+
list: ((input: SupportMessageListInput) => Promise<SupportMessageListOutput>) & Operation;
|
|
1980
|
+
update: ((input: SupportMessageUpdateInput) => Promise<SupportMessageUpdateOutput>) & Operation;
|
|
1981
|
+
};
|
|
1982
|
+
'message-delete': {
|
|
1983
|
+
any: ((input: SupportMessageDeleteAnyInput) => Promise<SupportMessageDeleteAnyOutput>) & Operation;
|
|
1984
|
+
};
|
|
1985
|
+
'message-revisions': {
|
|
1986
|
+
list: ((input: SupportMessageRevisionsListInput) => Promise<SupportMessageRevisionsListOutput>) & Operation;
|
|
1987
|
+
};
|
|
1988
|
+
response: {
|
|
1989
|
+
escalate: ((input: SupportResponseEscalateInput) => Promise<SupportResponseEscalateOutput>) & Operation;
|
|
1990
|
+
get: ((input: SupportResponseGetInput) => Promise<SupportResponseGetOutput>) & Operation;
|
|
1991
|
+
list: ((input: SupportResponseListInput) => Promise<SupportResponseListOutput>) & Operation;
|
|
1992
|
+
};
|
|
1993
|
+
rule: {
|
|
1994
|
+
create: ((input: SupportRuleCreateInput) => Promise<SupportRuleCreateOutput>) & Operation;
|
|
1995
|
+
delete: ((input: SupportRuleDeleteInput) => Promise<SupportRuleDeleteOutput>) & Operation;
|
|
1996
|
+
get: ((input: SupportRuleGetInput) => Promise<SupportRuleGetOutput>) & Operation;
|
|
1997
|
+
list: ((input: SupportRuleListInput) => Promise<SupportRuleListOutput>) & Operation;
|
|
1998
|
+
update: ((input: SupportRuleUpdateInput) => Promise<SupportRuleUpdateOutput>) & Operation;
|
|
1999
|
+
};
|
|
2000
|
+
status: {
|
|
2001
|
+
archive: ((input: SupportStatusArchiveInput) => Promise<SupportStatusArchiveOutput>) & Operation;
|
|
2002
|
+
create: ((input: SupportStatusCreateInput) => Promise<SupportStatusCreateOutput>) & Operation;
|
|
2003
|
+
get: ((input: SupportStatusGetInput) => Promise<SupportStatusGetOutput>) & Operation;
|
|
2004
|
+
list: ((input: SupportStatusListInput) => Promise<SupportStatusListOutput>) & Operation;
|
|
2005
|
+
update: ((input: SupportStatusUpdateInput) => Promise<SupportStatusUpdateOutput>) & Operation;
|
|
2006
|
+
};
|
|
2007
|
+
survey: {
|
|
2008
|
+
archive: ((input: SupportSurveyArchiveInput) => Promise<SupportSurveyArchiveOutput>) & Operation;
|
|
2009
|
+
create: ((input: SupportSurveyCreateInput) => Promise<SupportSurveyCreateOutput>) & Operation;
|
|
2010
|
+
get: ((input: SupportSurveyGetInput) => Promise<SupportSurveyGetOutput>) & Operation;
|
|
2011
|
+
list: ((input: SupportSurveyListInput) => Promise<SupportSurveyListOutput>) & Operation;
|
|
2012
|
+
publish: ((input: SupportSurveyPublishInput) => Promise<SupportSurveyPublishOutput>) & Operation;
|
|
2013
|
+
stats: ((input: SupportSurveyStatsInput) => Promise<SupportSurveyStatsOutput>) & Operation;
|
|
2014
|
+
unpublish: ((input: SupportSurveyUnpublishInput) => Promise<SupportSurveyUnpublishOutput>) & Operation;
|
|
2015
|
+
update: ((input: SupportSurveyUpdateInput) => Promise<SupportSurveyUpdateOutput>) & Operation;
|
|
2016
|
+
};
|
|
2017
|
+
thread: {
|
|
2018
|
+
assign: ((input: SupportThreadAssignInput) => Promise<SupportThreadAssignOutput>) & Operation;
|
|
2019
|
+
create: ((input: SupportThreadCreateInput) => Promise<SupportThreadCreateOutput>) & Operation;
|
|
2020
|
+
get: ((input: SupportThreadGetInput) => Promise<SupportThreadGetOutput>) & Operation;
|
|
2021
|
+
list: ((input: SupportThreadListInput) => Promise<SupportThreadListOutput>) & Operation;
|
|
2022
|
+
update: ((input: SupportThreadUpdateInput) => Promise<SupportThreadUpdateOutput>) & Operation;
|
|
2023
|
+
};
|
|
2024
|
+
'thread-status': {
|
|
2025
|
+
set: ((input: SupportThreadStatusSetInput) => Promise<SupportThreadStatusSetOutput>) & Operation;
|
|
2026
|
+
};
|
|
2027
|
+
webhook: {
|
|
2028
|
+
create: ((input: SupportWebhookCreateInput) => Promise<SupportWebhookCreateOutput>) & Operation;
|
|
2029
|
+
delete: ((input: SupportWebhookDeleteInput) => Promise<SupportWebhookDeleteOutput>) & Operation;
|
|
2030
|
+
get: ((input: SupportWebhookGetInput) => Promise<SupportWebhookGetOutput>) & Operation;
|
|
2031
|
+
list: ((input: SupportWebhookListInput) => Promise<SupportWebhookListOutput>) & Operation;
|
|
2032
|
+
redeliver: ((input: SupportWebhookRedeliverInput) => Promise<SupportWebhookRedeliverOutput>) & Operation;
|
|
2033
|
+
update: ((input: SupportWebhookUpdateInput) => Promise<SupportWebhookUpdateOutput>) & Operation;
|
|
2034
|
+
};
|
|
2035
|
+
'webhook-deliveries': {
|
|
2036
|
+
list: ((input: SupportWebhookDeliveriesListInput) => Promise<SupportWebhookDeliveriesListOutput>) & Operation;
|
|
2037
|
+
};
|
|
2038
|
+
'webhook-rotate': {
|
|
2039
|
+
secret: ((input: SupportWebhookRotateSecretInput) => Promise<SupportWebhookRotateSecretOutput>) & Operation;
|
|
2040
|
+
};
|
|
2041
|
+
};
|
|
2042
|
+
tracking: {
|
|
2043
|
+
domains: {
|
|
2044
|
+
create: ((input: TrackingDomainsCreateInput) => Promise<TrackingDomainsCreateOutput>) & Operation;
|
|
2045
|
+
delete: ((input: TrackingDomainsDeleteInput) => Promise<TrackingDomainsDeleteOutput>) & Operation;
|
|
2046
|
+
get: ((input: TrackingDomainsGetInput) => Promise<TrackingDomainsGetOutput>) & Operation;
|
|
2047
|
+
list: ((input: TrackingDomainsListInput) => Promise<TrackingDomainsListOutput>) & Operation;
|
|
2048
|
+
verify: ((input: TrackingDomainsVerifyInput) => Promise<TrackingDomainsVerifyOutput>) & Operation;
|
|
2049
|
+
};
|
|
2050
|
+
'event-names': {
|
|
2051
|
+
archive: ((input: TrackingEventNamesArchiveInput) => Promise<TrackingEventNamesArchiveOutput>) & Operation;
|
|
2052
|
+
list: ((input: TrackingEventNamesListInput) => Promise<TrackingEventNamesListOutput>) & Operation;
|
|
2053
|
+
'set-conversion': ((input: TrackingEventNamesSetConversionInput) => Promise<TrackingEventNamesSetConversionOutput>) & Operation;
|
|
2054
|
+
unarchive: ((input: TrackingEventNamesUnarchiveInput) => Promise<TrackingEventNamesUnarchiveOutput>) & Operation;
|
|
2055
|
+
};
|
|
2056
|
+
'googleads-connection': {
|
|
2057
|
+
status: ((input: TrackingGoogleadsConnectionStatusInput) => Promise<TrackingGoogleadsConnectionStatusOutput>) & Operation;
|
|
2058
|
+
};
|
|
2059
|
+
'googleads-conversion': {
|
|
2060
|
+
actions: ((input: TrackingGoogleadsConversionActionsInput) => Promise<TrackingGoogleadsConversionActionsOutput>) & Operation;
|
|
2061
|
+
};
|
|
2062
|
+
'googleads-feedback': {
|
|
2063
|
+
run: ((input: TrackingGoogleadsFeedbackRunInput) => Promise<TrackingGoogleadsFeedbackRunOutput>) & Operation;
|
|
2064
|
+
status: ((input: TrackingGoogleadsFeedbackStatusInput) => Promise<TrackingGoogleadsFeedbackStatusOutput>) & Operation;
|
|
2065
|
+
uploads: ((input: TrackingGoogleadsFeedbackUploadsInput) => Promise<TrackingGoogleadsFeedbackUploadsOutput>) & Operation;
|
|
2066
|
+
};
|
|
2067
|
+
'googleads-feedback-config': {
|
|
2068
|
+
get: ((input: TrackingGoogleadsFeedbackConfigGetInput) => Promise<TrackingGoogleadsFeedbackConfigGetOutput>) & Operation;
|
|
2069
|
+
set: ((input: TrackingGoogleadsFeedbackConfigSetInput) => Promise<TrackingGoogleadsFeedbackConfigSetOutput>) & Operation;
|
|
2070
|
+
};
|
|
2071
|
+
'googleads-roas': {
|
|
2072
|
+
report: ((input: TrackingGoogleadsRoasReportInput) => Promise<TrackingGoogleadsRoasReportOutput>) & Operation;
|
|
2073
|
+
};
|
|
2074
|
+
'googleads-sync': {
|
|
2075
|
+
now: ((input: TrackingGoogleadsSyncNowInput) => Promise<TrackingGoogleadsSyncNowOutput>) & Operation;
|
|
2076
|
+
};
|
|
2077
|
+
'googleads-tracking': {
|
|
2078
|
+
health: ((input: TrackingGoogleadsTrackingHealthInput) => Promise<TrackingGoogleadsTrackingHealthOutput>) & Operation;
|
|
2079
|
+
};
|
|
2080
|
+
'googleads-us-vs': {
|
|
2081
|
+
platform: ((input: TrackingGoogleadsUsVsPlatformInput) => Promise<TrackingGoogleadsUsVsPlatformOutput>) & Operation;
|
|
2082
|
+
};
|
|
2083
|
+
identity: {
|
|
2084
|
+
health: ((input: TrackingIdentityHealthInput) => Promise<TrackingIdentityHealthOutput>) & Operation;
|
|
2085
|
+
};
|
|
2086
|
+
'install-domains': {
|
|
2087
|
+
create: ((input: TrackingInstallDomainsCreateInput) => Promise<TrackingInstallDomainsCreateOutput>) & Operation;
|
|
2088
|
+
delete: ((input: TrackingInstallDomainsDeleteInput) => Promise<TrackingInstallDomainsDeleteOutput>) & Operation;
|
|
2089
|
+
list: ((input: TrackingInstallDomainsListInput) => Promise<TrackingInstallDomainsListOutput>) & Operation;
|
|
2090
|
+
};
|
|
2091
|
+
'link-domains': {
|
|
2092
|
+
create: ((input: TrackingLinkDomainsCreateInput) => Promise<TrackingLinkDomainsCreateOutput>) & Operation;
|
|
2093
|
+
delete: ((input: TrackingLinkDomainsDeleteInput) => Promise<TrackingLinkDomainsDeleteOutput>) & Operation;
|
|
2094
|
+
list: ((input: TrackingLinkDomainsListInput) => Promise<TrackingLinkDomainsListOutput>) & Operation;
|
|
2095
|
+
};
|
|
2096
|
+
'live-events': {
|
|
2097
|
+
list: ((input: TrackingLiveEventsListInput) => Promise<TrackingLiveEventsListOutput>) & Operation;
|
|
2098
|
+
};
|
|
2099
|
+
profiles: {
|
|
2100
|
+
delete: ((input: TrackingProfilesDeleteInput) => Promise<TrackingProfilesDeleteOutput>) & Operation;
|
|
2101
|
+
export: ((input: TrackingProfilesExportInput) => Promise<TrackingProfilesExportOutput>) & Operation;
|
|
2102
|
+
get: ((input: TrackingProfilesGetInput) => Promise<TrackingProfilesGetOutput>) & Operation;
|
|
2103
|
+
list: ((input: TrackingProfilesListInput) => Promise<TrackingProfilesListOutput>) & Operation;
|
|
2104
|
+
};
|
|
2105
|
+
'reports-attributed': {
|
|
2106
|
+
journey: ((input: TrackingReportsAttributedJourneyInput) => Promise<TrackingReportsAttributedJourneyOutput>) & Operation;
|
|
2107
|
+
};
|
|
2108
|
+
'reports-event': {
|
|
2109
|
+
volume: ((input: TrackingReportsEventVolumeInput) => Promise<TrackingReportsEventVolumeOutput>) & Operation;
|
|
2110
|
+
};
|
|
2111
|
+
'reports-revenue-by': {
|
|
2112
|
+
source: ((input: TrackingReportsRevenueBySourceInput) => Promise<TrackingReportsRevenueBySourceOutput>) & Operation;
|
|
2113
|
+
};
|
|
2114
|
+
'reports-source': {
|
|
2115
|
+
people: ((input: TrackingReportsSourcePeopleInput) => Promise<TrackingReportsSourcePeopleOutput>) & Operation;
|
|
2116
|
+
};
|
|
2117
|
+
snippets: {
|
|
2118
|
+
get: ((input: TrackingSnippetsGetInput) => Promise<TrackingSnippetsGetOutput>) & Operation;
|
|
2119
|
+
};
|
|
2120
|
+
};
|
|
2121
|
+
users: {
|
|
2122
|
+
apikeys: {
|
|
2123
|
+
create: ((input: UsersApikeysCreateInput) => Promise<UsersApikeysCreateOutput>) & Operation;
|
|
2124
|
+
get: ((input: UsersApikeysGetInput) => Promise<UsersApikeysGetOutput>) & Operation;
|
|
2125
|
+
list: ((input: UsersApikeysListInput) => Promise<UsersApikeysListOutput>) & Operation;
|
|
2126
|
+
revoke: ((input: UsersApikeysRevokeInput) => Promise<UsersApikeysRevokeOutput>) & Operation;
|
|
2127
|
+
};
|
|
2128
|
+
audit: {
|
|
2129
|
+
list: ((input: UsersAuditListInput) => Promise<UsersAuditListOutput>) & Operation;
|
|
2130
|
+
};
|
|
2131
|
+
config: {
|
|
2132
|
+
get: ((input: UsersConfigGetInput) => Promise<UsersConfigGetOutput>) & Operation;
|
|
2133
|
+
upsert: ((input: UsersConfigUpsertInput) => Promise<UsersConfigUpsertOutput>) & Operation;
|
|
2134
|
+
};
|
|
2135
|
+
factors: {
|
|
2136
|
+
list: ((input: UsersFactorsListInput) => Promise<UsersFactorsListOutput>) & Operation;
|
|
2137
|
+
reset: ((input: UsersFactorsResetInput) => Promise<UsersFactorsResetOutput>) & Operation;
|
|
2138
|
+
};
|
|
2139
|
+
keys: {
|
|
2140
|
+
list: ((input: UsersKeysListInput) => Promise<UsersKeysListOutput>) & Operation;
|
|
2141
|
+
revoke: ((input: UsersKeysRevokeInput) => Promise<UsersKeysRevokeOutput>) & Operation;
|
|
2142
|
+
rotate: ((input: UsersKeysRotateInput) => Promise<UsersKeysRotateOutput>) & Operation;
|
|
2143
|
+
};
|
|
2144
|
+
'ops-retention': {
|
|
2145
|
+
get: ((input: UsersOpsRetentionGetInput) => Promise<UsersOpsRetentionGetOutput>) & Operation;
|
|
2146
|
+
};
|
|
2147
|
+
'ops-slo': {
|
|
2148
|
+
get: ((input: UsersOpsSloGetInput) => Promise<UsersOpsSloGetOutput>) & Operation;
|
|
2149
|
+
};
|
|
2150
|
+
passkeys: {
|
|
2151
|
+
get: ((input: UsersPasskeysGetInput) => Promise<UsersPasskeysGetOutput>) & Operation;
|
|
2152
|
+
list: ((input: UsersPasskeysListInput) => Promise<UsersPasskeysListOutput>) & Operation;
|
|
2153
|
+
revoke: ((input: UsersPasskeysRevokeInput) => Promise<UsersPasskeysRevokeOutput>) & Operation;
|
|
2154
|
+
};
|
|
2155
|
+
sessions: {
|
|
2156
|
+
get: ((input: UsersSessionsGetInput) => Promise<UsersSessionsGetOutput>) & Operation;
|
|
2157
|
+
impersonate: ((input: UsersSessionsImpersonateInput) => Promise<UsersSessionsImpersonateOutput>) & Operation;
|
|
2158
|
+
list: ((input: UsersSessionsListInput) => Promise<UsersSessionsListOutput>) & Operation;
|
|
2159
|
+
revoke: ((input: UsersSessionsRevokeInput) => Promise<UsersSessionsRevokeOutput>) & Operation;
|
|
2160
|
+
};
|
|
2161
|
+
stats: {
|
|
2162
|
+
get: ((input: UsersStatsGetInput) => Promise<UsersStatsGetOutput>) & Operation;
|
|
2163
|
+
};
|
|
2164
|
+
users: {
|
|
2165
|
+
ban: ((input: UsersUsersBanInput) => Promise<UsersUsersBanOutput>) & Operation;
|
|
2166
|
+
create: ((input: UsersUsersCreateInput) => Promise<UsersUsersCreateOutput>) & Operation;
|
|
2167
|
+
delete: ((input: UsersUsersDeleteInput) => Promise<UsersUsersDeleteOutput>) & Operation;
|
|
2168
|
+
export: ((input: UsersUsersExportInput) => Promise<UsersUsersExportOutput>) & Operation;
|
|
2169
|
+
get: ((input: UsersUsersGetInput) => Promise<UsersUsersGetOutput>) & Operation;
|
|
2170
|
+
import: ((input: UsersUsersImportInput) => Promise<UsersUsersImportOutput>) & Operation;
|
|
2171
|
+
invite: ((input: UsersUsersInviteInput) => Promise<UsersUsersInviteOutput>) & Operation;
|
|
2172
|
+
list: ((input: UsersUsersListInput) => Promise<UsersUsersListOutput>) & Operation;
|
|
2173
|
+
unban: ((input: UsersUsersUnbanInput) => Promise<UsersUsersUnbanOutput>) & Operation;
|
|
2174
|
+
update: ((input: UsersUsersUpdateInput) => Promise<UsersUsersUpdateOutput>) & Operation;
|
|
2175
|
+
};
|
|
2176
|
+
'users-set-primary': {
|
|
2177
|
+
identifier: ((input: UsersUsersSetPrimaryIdentifierInput) => Promise<UsersUsersSetPrimaryIdentifierOutput>) & Operation;
|
|
2178
|
+
};
|
|
2179
|
+
waitlist: {
|
|
2180
|
+
funnel: ((input: UsersWaitlistFunnelInput) => Promise<UsersWaitlistFunnelOutput>) & Operation;
|
|
2181
|
+
get: ((input: UsersWaitlistGetInput) => Promise<UsersWaitlistGetOutput>) & Operation;
|
|
2182
|
+
import: ((input: UsersWaitlistImportInput) => Promise<UsersWaitlistImportOutput>) & Operation;
|
|
2183
|
+
invite: ((input: UsersWaitlistInviteInput) => Promise<UsersWaitlistInviteOutput>) & Operation;
|
|
2184
|
+
list: ((input: UsersWaitlistListInput) => Promise<UsersWaitlistListOutput>) & Operation;
|
|
2185
|
+
};
|
|
2186
|
+
webhooks: {
|
|
2187
|
+
create: ((input: UsersWebhooksCreateInput) => Promise<UsersWebhooksCreateOutput>) & Operation;
|
|
2188
|
+
delete: ((input: UsersWebhooksDeleteInput) => Promise<UsersWebhooksDeleteOutput>) & Operation;
|
|
2189
|
+
get: ((input: UsersWebhooksGetInput) => Promise<UsersWebhooksGetOutput>) & Operation;
|
|
2190
|
+
list: ((input: UsersWebhooksListInput) => Promise<UsersWebhooksListOutput>) & Operation;
|
|
2191
|
+
update: ((input: UsersWebhooksUpdateInput) => Promise<UsersWebhooksUpdateOutput>) & Operation;
|
|
2192
|
+
};
|
|
2193
|
+
'webhooks-deliveries': {
|
|
2194
|
+
list: ((input: UsersWebhooksDeliveriesListInput) => Promise<UsersWebhooksDeliveriesListOutput>) & Operation;
|
|
2195
|
+
};
|
|
2196
|
+
'webhooks-rotate': {
|
|
2197
|
+
secret: ((input: UsersWebhooksRotateSecretInput) => Promise<UsersWebhooksRotateSecretOutput>) & Operation;
|
|
2198
|
+
};
|
|
2199
|
+
};
|
|
2200
|
+
waitlist: {
|
|
2201
|
+
config: {
|
|
2202
|
+
get: ((input: WaitlistConfigGetInput) => Promise<WaitlistConfigGetOutput>) & Operation;
|
|
2203
|
+
upsert: ((input: WaitlistConfigUpsertInput) => Promise<WaitlistConfigUpsertOutput>) & Operation;
|
|
2204
|
+
};
|
|
2205
|
+
embed: {
|
|
2206
|
+
get: ((input: WaitlistEmbedGetInput) => Promise<WaitlistEmbedGetOutput>) & Operation;
|
|
2207
|
+
};
|
|
2208
|
+
invites: {
|
|
2209
|
+
send: ((input: WaitlistInvitesSendInput) => Promise<WaitlistInvitesSendOutput>) & Operation;
|
|
2210
|
+
};
|
|
2211
|
+
signups: {
|
|
2212
|
+
erase: ((input: WaitlistSignupsEraseInput) => Promise<WaitlistSignupsEraseOutput>) & Operation;
|
|
2213
|
+
funnel: ((input: WaitlistSignupsFunnelInput) => Promise<WaitlistSignupsFunnelOutput>) & Operation;
|
|
2214
|
+
list: ((input: WaitlistSignupsListInput) => Promise<WaitlistSignupsListOutput>) & Operation;
|
|
2215
|
+
};
|
|
2216
|
+
};
|
|
2217
|
+
workflow: {
|
|
2218
|
+
cap: {
|
|
2219
|
+
list: ((input: WorkflowCapListInput) => Promise<WorkflowCapListOutput>) & Operation;
|
|
2220
|
+
};
|
|
2221
|
+
capability: {
|
|
2222
|
+
get: ((input: WorkflowCapabilityGetInput) => Promise<WorkflowCapabilityGetOutput>) & Operation;
|
|
2223
|
+
list: ((input: WorkflowCapabilityListInput) => Promise<WorkflowCapabilityListOutput>) & Operation;
|
|
2224
|
+
};
|
|
2225
|
+
config: {
|
|
2226
|
+
delete: ((input: WorkflowConfigDeleteInput) => Promise<WorkflowConfigDeleteOutput>) & Operation;
|
|
2227
|
+
list: ((input: WorkflowConfigListInput) => Promise<WorkflowConfigListOutput>) & Operation;
|
|
2228
|
+
set: ((input: WorkflowConfigSetInput) => Promise<WorkflowConfigSetOutput>) & Operation;
|
|
2229
|
+
};
|
|
2230
|
+
definition: {
|
|
2231
|
+
create: ((input: WorkflowDefinitionCreateInput) => Promise<WorkflowDefinitionCreateOutput>) & Operation;
|
|
2232
|
+
disable: ((input: WorkflowDefinitionDisableInput) => Promise<WorkflowDefinitionDisableOutput>) & Operation;
|
|
2233
|
+
dryrun: ((input: WorkflowDefinitionDryrunInput) => Promise<WorkflowDefinitionDryrunOutput>) & Operation;
|
|
2234
|
+
enable: ((input: WorkflowDefinitionEnableInput) => Promise<WorkflowDefinitionEnableOutput>) & Operation;
|
|
2235
|
+
estimate: ((input: WorkflowDefinitionEstimateInput) => Promise<WorkflowDefinitionEstimateOutput>) & Operation;
|
|
2236
|
+
export: ((input: WorkflowDefinitionExportInput) => Promise<WorkflowDefinitionExportOutput>) & Operation;
|
|
2237
|
+
get: ((input: WorkflowDefinitionGetInput) => Promise<WorkflowDefinitionGetOutput>) & Operation;
|
|
2238
|
+
import: ((input: WorkflowDefinitionImportInput) => Promise<WorkflowDefinitionImportOutput>) & Operation;
|
|
2239
|
+
list: ((input: WorkflowDefinitionListInput) => Promise<WorkflowDefinitionListOutput>) & Operation;
|
|
2240
|
+
publish: ((input: WorkflowDefinitionPublishInput) => Promise<WorkflowDefinitionPublishOutput>) & Operation;
|
|
2241
|
+
update: ((input: WorkflowDefinitionUpdateInput) => Promise<WorkflowDefinitionUpdateOutput>) & Operation;
|
|
2242
|
+
validate: ((input: WorkflowDefinitionValidateInput) => Promise<WorkflowDefinitionValidateOutput>) & Operation;
|
|
2243
|
+
};
|
|
2244
|
+
dependency: {
|
|
2245
|
+
list: ((input: WorkflowDependencyListInput) => Promise<WorkflowDependencyListOutput>) & Operation;
|
|
2246
|
+
};
|
|
2247
|
+
grant: {
|
|
2248
|
+
list: ((input: WorkflowGrantListInput) => Promise<WorkflowGrantListOutput>) & Operation;
|
|
2249
|
+
request: ((input: WorkflowGrantRequestInput) => Promise<WorkflowGrantRequestOutput>) & Operation;
|
|
2250
|
+
};
|
|
2251
|
+
health: {
|
|
2252
|
+
list: ((input: WorkflowHealthListInput) => Promise<WorkflowHealthListOutput>) & Operation;
|
|
2253
|
+
ping: ((input: WorkflowHealthPingInput) => Promise<WorkflowHealthPingOutput>) & Operation;
|
|
2254
|
+
};
|
|
2255
|
+
killswitch: {
|
|
2256
|
+
get: ((input: WorkflowKillswitchGetInput) => Promise<WorkflowKillswitchGetOutput>) & Operation;
|
|
2257
|
+
set: ((input: WorkflowKillswitchSetInput) => Promise<WorkflowKillswitchSetOutput>) & Operation;
|
|
2258
|
+
};
|
|
2259
|
+
run: {
|
|
2260
|
+
cancel: ((input: WorkflowRunCancelInput) => Promise<WorkflowRunCancelOutput>) & Operation;
|
|
2261
|
+
get: ((input: WorkflowRunGetInput) => Promise<WorkflowRunGetOutput>) & Operation;
|
|
2262
|
+
list: ((input: WorkflowRunListInput) => Promise<WorkflowRunListOutput>) & Operation;
|
|
2263
|
+
replay: ((input: WorkflowRunReplayInput) => Promise<WorkflowRunReplayOutput>) & Operation;
|
|
2264
|
+
start: ((input: WorkflowRunStartInput) => Promise<WorkflowRunStartOutput>) & Operation;
|
|
2265
|
+
stats: ((input: WorkflowRunStatsInput) => Promise<WorkflowRunStatsOutput>) & Operation;
|
|
2266
|
+
test: ((input: WorkflowRunTestInput) => Promise<WorkflowRunTestOutput>) & Operation;
|
|
2267
|
+
};
|
|
2268
|
+
'run-replay': {
|
|
2269
|
+
all: ((input: WorkflowRunReplayAllInput) => Promise<WorkflowRunReplayAllOutput>) & Operation;
|
|
2270
|
+
};
|
|
2271
|
+
template: {
|
|
2272
|
+
apply: ((input: WorkflowTemplateApplyInput) => Promise<WorkflowTemplateApplyOutput>) & Operation;
|
|
2273
|
+
list: ((input: WorkflowTemplateListInput) => Promise<WorkflowTemplateListOutput>) & Operation;
|
|
2274
|
+
};
|
|
2275
|
+
version: {
|
|
2276
|
+
get: ((input: WorkflowVersionGetInput) => Promise<WorkflowVersionGetOutput>) & Operation;
|
|
2277
|
+
list: ((input: WorkflowVersionListInput) => Promise<WorkflowVersionListOutput>) & Operation;
|
|
2278
|
+
};
|
|
2279
|
+
wait: {
|
|
2280
|
+
get: ((input: WorkflowWaitGetInput) => Promise<WorkflowWaitGetOutput>) & Operation;
|
|
2281
|
+
list: ((input: WorkflowWaitListInput) => Promise<WorkflowWaitListOutput>) & Operation;
|
|
2282
|
+
resolve: ((input: WorkflowWaitResolveInput) => Promise<WorkflowWaitResolveOutput>) & Operation;
|
|
2283
|
+
};
|
|
2284
|
+
'wait-list': {
|
|
2285
|
+
all: ((input: WorkflowWaitListAllInput) => Promise<WorkflowWaitListAllOutput>) & Operation;
|
|
2286
|
+
};
|
|
2287
|
+
};
|
|
2288
|
+
}
|