@nixopus/api-client 0.0.3 → 0.0.4
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/dist/index.d.mts +3267 -37
- package/dist/index.d.ts +3267 -37
- package/dist/index.js +1815 -0
- package/dist/index.mjs +1659 -0
- package/package.json +8 -3
package/dist/index.js
CHANGED
|
@@ -21,113 +21,269 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
23
|
deleteApiV1ContainerContainerId: () => deleteApiV1ContainerContainerId,
|
|
24
|
+
deleteApiV1ContainerContainerIdMutation: () => deleteApiV1ContainerContainerIdMutation,
|
|
24
25
|
deleteApiV1DeployApplication: () => deleteApiV1DeployApplication,
|
|
25
26
|
deleteApiV1DeployApplicationDomains: () => deleteApiV1DeployApplicationDomains,
|
|
27
|
+
deleteApiV1DeployApplicationDomainsMutation: () => deleteApiV1DeployApplicationDomainsMutation,
|
|
28
|
+
deleteApiV1DeployApplicationMutation: () => deleteApiV1DeployApplicationMutation,
|
|
26
29
|
deleteApiV1Domain: () => deleteApiV1Domain,
|
|
30
|
+
deleteApiV1DomainMutation: () => deleteApiV1DomainMutation,
|
|
27
31
|
deleteApiV1ExtensionsId: () => deleteApiV1ExtensionsId,
|
|
32
|
+
deleteApiV1ExtensionsIdMutation: () => deleteApiV1ExtensionsIdMutation,
|
|
28
33
|
deleteApiV1FileManagerDeleteDirectory: () => deleteApiV1FileManagerDeleteDirectory,
|
|
34
|
+
deleteApiV1FileManagerDeleteDirectoryMutation: () => deleteApiV1FileManagerDeleteDirectoryMutation,
|
|
29
35
|
deleteApiV1GithubConnector: () => deleteApiV1GithubConnector,
|
|
36
|
+
deleteApiV1GithubConnectorMutation: () => deleteApiV1GithubConnectorMutation,
|
|
30
37
|
deleteApiV1Healthcheck: () => deleteApiV1Healthcheck,
|
|
38
|
+
deleteApiV1HealthcheckMutation: () => deleteApiV1HealthcheckMutation,
|
|
31
39
|
deleteApiV1NotificationSmtp: () => deleteApiV1NotificationSmtp,
|
|
40
|
+
deleteApiV1NotificationSmtpMutation: () => deleteApiV1NotificationSmtpMutation,
|
|
32
41
|
deleteApiV1NotificationWebhook: () => deleteApiV1NotificationWebhook,
|
|
42
|
+
deleteApiV1NotificationWebhookMutation: () => deleteApiV1NotificationWebhookMutation,
|
|
33
43
|
getApiV1AuditLogs: () => getApiV1AuditLogs,
|
|
44
|
+
getApiV1AuditLogsOptions: () => getApiV1AuditLogsOptions,
|
|
45
|
+
getApiV1AuditLogsQueryKey: () => getApiV1AuditLogsQueryKey,
|
|
34
46
|
getApiV1AuthBootstrap: () => getApiV1AuthBootstrap,
|
|
47
|
+
getApiV1AuthBootstrapOptions: () => getApiV1AuthBootstrapOptions,
|
|
48
|
+
getApiV1AuthBootstrapQueryKey: () => getApiV1AuthBootstrapQueryKey,
|
|
35
49
|
getApiV1AuthIsAdminRegistered: () => getApiV1AuthIsAdminRegistered,
|
|
50
|
+
getApiV1AuthIsAdminRegisteredOptions: () => getApiV1AuthIsAdminRegisteredOptions,
|
|
51
|
+
getApiV1AuthIsAdminRegisteredQueryKey: () => getApiV1AuthIsAdminRegisteredQueryKey,
|
|
36
52
|
getApiV1Container: () => getApiV1Container,
|
|
37
53
|
getApiV1ContainerContainerId: () => getApiV1ContainerContainerId,
|
|
54
|
+
getApiV1ContainerContainerIdOptions: () => getApiV1ContainerContainerIdOptions,
|
|
55
|
+
getApiV1ContainerContainerIdQueryKey: () => getApiV1ContainerContainerIdQueryKey,
|
|
56
|
+
getApiV1ContainerOptions: () => getApiV1ContainerOptions,
|
|
57
|
+
getApiV1ContainerQueryKey: () => getApiV1ContainerQueryKey,
|
|
38
58
|
getApiV1DeployApplication: () => getApiV1DeployApplication,
|
|
39
59
|
getApiV1DeployApplicationDeployments: () => getApiV1DeployApplicationDeployments,
|
|
40
60
|
getApiV1DeployApplicationDeploymentsDeploymentId: () => getApiV1DeployApplicationDeploymentsDeploymentId,
|
|
41
61
|
getApiV1DeployApplicationDeploymentsDeploymentIdLogs: () => getApiV1DeployApplicationDeploymentsDeploymentIdLogs,
|
|
62
|
+
getApiV1DeployApplicationDeploymentsDeploymentIdLogsOptions: () => getApiV1DeployApplicationDeploymentsDeploymentIdLogsOptions,
|
|
63
|
+
getApiV1DeployApplicationDeploymentsDeploymentIdLogsQueryKey: () => getApiV1DeployApplicationDeploymentsDeploymentIdLogsQueryKey,
|
|
64
|
+
getApiV1DeployApplicationDeploymentsDeploymentIdOptions: () => getApiV1DeployApplicationDeploymentsDeploymentIdOptions,
|
|
65
|
+
getApiV1DeployApplicationDeploymentsDeploymentIdQueryKey: () => getApiV1DeployApplicationDeploymentsDeploymentIdQueryKey,
|
|
66
|
+
getApiV1DeployApplicationDeploymentsInfiniteOptions: () => getApiV1DeployApplicationDeploymentsInfiniteOptions,
|
|
67
|
+
getApiV1DeployApplicationDeploymentsInfiniteQueryKey: () => getApiV1DeployApplicationDeploymentsInfiniteQueryKey,
|
|
68
|
+
getApiV1DeployApplicationDeploymentsOptions: () => getApiV1DeployApplicationDeploymentsOptions,
|
|
69
|
+
getApiV1DeployApplicationDeploymentsQueryKey: () => getApiV1DeployApplicationDeploymentsQueryKey,
|
|
42
70
|
getApiV1DeployApplicationLogsApplicationId: () => getApiV1DeployApplicationLogsApplicationId,
|
|
71
|
+
getApiV1DeployApplicationLogsApplicationIdOptions: () => getApiV1DeployApplicationLogsApplicationIdOptions,
|
|
72
|
+
getApiV1DeployApplicationLogsApplicationIdQueryKey: () => getApiV1DeployApplicationLogsApplicationIdQueryKey,
|
|
73
|
+
getApiV1DeployApplicationOptions: () => getApiV1DeployApplicationOptions,
|
|
43
74
|
getApiV1DeployApplicationProjectFamily: () => getApiV1DeployApplicationProjectFamily,
|
|
44
75
|
getApiV1DeployApplicationProjectFamilyEnvironments: () => getApiV1DeployApplicationProjectFamilyEnvironments,
|
|
76
|
+
getApiV1DeployApplicationProjectFamilyEnvironmentsOptions: () => getApiV1DeployApplicationProjectFamilyEnvironmentsOptions,
|
|
77
|
+
getApiV1DeployApplicationProjectFamilyEnvironmentsQueryKey: () => getApiV1DeployApplicationProjectFamilyEnvironmentsQueryKey,
|
|
78
|
+
getApiV1DeployApplicationProjectFamilyOptions: () => getApiV1DeployApplicationProjectFamilyOptions,
|
|
79
|
+
getApiV1DeployApplicationProjectFamilyQueryKey: () => getApiV1DeployApplicationProjectFamilyQueryKey,
|
|
80
|
+
getApiV1DeployApplicationQueryKey: () => getApiV1DeployApplicationQueryKey,
|
|
45
81
|
getApiV1DeployApplications: () => getApiV1DeployApplications,
|
|
82
|
+
getApiV1DeployApplicationsInfiniteOptions: () => getApiV1DeployApplicationsInfiniteOptions,
|
|
83
|
+
getApiV1DeployApplicationsInfiniteQueryKey: () => getApiV1DeployApplicationsInfiniteQueryKey,
|
|
84
|
+
getApiV1DeployApplicationsOptions: () => getApiV1DeployApplicationsOptions,
|
|
85
|
+
getApiV1DeployApplicationsQueryKey: () => getApiV1DeployApplicationsQueryKey,
|
|
46
86
|
getApiV1DomainGenerate: () => getApiV1DomainGenerate,
|
|
87
|
+
getApiV1DomainGenerateOptions: () => getApiV1DomainGenerateOptions,
|
|
88
|
+
getApiV1DomainGenerateQueryKey: () => getApiV1DomainGenerateQueryKey,
|
|
47
89
|
getApiV1Domains: () => getApiV1Domains,
|
|
90
|
+
getApiV1DomainsOptions: () => getApiV1DomainsOptions,
|
|
91
|
+
getApiV1DomainsQueryKey: () => getApiV1DomainsQueryKey,
|
|
48
92
|
getApiV1Extensions: () => getApiV1Extensions,
|
|
49
93
|
getApiV1ExtensionsByExtensionIdExtensionId: () => getApiV1ExtensionsByExtensionIdExtensionId,
|
|
50
94
|
getApiV1ExtensionsByExtensionIdExtensionIdExecutions: () => getApiV1ExtensionsByExtensionIdExtensionIdExecutions,
|
|
95
|
+
getApiV1ExtensionsByExtensionIdExtensionIdExecutionsOptions: () => getApiV1ExtensionsByExtensionIdExtensionIdExecutionsOptions,
|
|
96
|
+
getApiV1ExtensionsByExtensionIdExtensionIdExecutionsQueryKey: () => getApiV1ExtensionsByExtensionIdExtensionIdExecutionsQueryKey,
|
|
97
|
+
getApiV1ExtensionsByExtensionIdExtensionIdOptions: () => getApiV1ExtensionsByExtensionIdExtensionIdOptions,
|
|
98
|
+
getApiV1ExtensionsByExtensionIdExtensionIdQueryKey: () => getApiV1ExtensionsByExtensionIdExtensionIdQueryKey,
|
|
51
99
|
getApiV1ExtensionsCategories: () => getApiV1ExtensionsCategories,
|
|
100
|
+
getApiV1ExtensionsCategoriesOptions: () => getApiV1ExtensionsCategoriesOptions,
|
|
101
|
+
getApiV1ExtensionsCategoriesQueryKey: () => getApiV1ExtensionsCategoriesQueryKey,
|
|
52
102
|
getApiV1ExtensionsExecutionExecutionId: () => getApiV1ExtensionsExecutionExecutionId,
|
|
53
103
|
getApiV1ExtensionsExecutionExecutionIdLogs: () => getApiV1ExtensionsExecutionExecutionIdLogs,
|
|
104
|
+
getApiV1ExtensionsExecutionExecutionIdLogsOptions: () => getApiV1ExtensionsExecutionExecutionIdLogsOptions,
|
|
105
|
+
getApiV1ExtensionsExecutionExecutionIdLogsQueryKey: () => getApiV1ExtensionsExecutionExecutionIdLogsQueryKey,
|
|
106
|
+
getApiV1ExtensionsExecutionExecutionIdOptions: () => getApiV1ExtensionsExecutionExecutionIdOptions,
|
|
107
|
+
getApiV1ExtensionsExecutionExecutionIdQueryKey: () => getApiV1ExtensionsExecutionExecutionIdQueryKey,
|
|
54
108
|
getApiV1ExtensionsId: () => getApiV1ExtensionsId,
|
|
109
|
+
getApiV1ExtensionsIdOptions: () => getApiV1ExtensionsIdOptions,
|
|
110
|
+
getApiV1ExtensionsIdQueryKey: () => getApiV1ExtensionsIdQueryKey,
|
|
111
|
+
getApiV1ExtensionsOptions: () => getApiV1ExtensionsOptions,
|
|
112
|
+
getApiV1ExtensionsQueryKey: () => getApiV1ExtensionsQueryKey,
|
|
55
113
|
getApiV1FeatureFlags: () => getApiV1FeatureFlags,
|
|
56
114
|
getApiV1FeatureFlagsCheck: () => getApiV1FeatureFlagsCheck,
|
|
115
|
+
getApiV1FeatureFlagsCheckOptions: () => getApiV1FeatureFlagsCheckOptions,
|
|
116
|
+
getApiV1FeatureFlagsCheckQueryKey: () => getApiV1FeatureFlagsCheckQueryKey,
|
|
117
|
+
getApiV1FeatureFlagsOptions: () => getApiV1FeatureFlagsOptions,
|
|
118
|
+
getApiV1FeatureFlagsQueryKey: () => getApiV1FeatureFlagsQueryKey,
|
|
57
119
|
getApiV1FileManager: () => getApiV1FileManager,
|
|
120
|
+
getApiV1FileManagerOptions: () => getApiV1FileManagerOptions,
|
|
121
|
+
getApiV1FileManagerQueryKey: () => getApiV1FileManagerQueryKey,
|
|
58
122
|
getApiV1GithubConnectorAll: () => getApiV1GithubConnectorAll,
|
|
123
|
+
getApiV1GithubConnectorAllOptions: () => getApiV1GithubConnectorAllOptions,
|
|
124
|
+
getApiV1GithubConnectorAllQueryKey: () => getApiV1GithubConnectorAllQueryKey,
|
|
59
125
|
getApiV1GithubConnectorRepositories: () => getApiV1GithubConnectorRepositories,
|
|
126
|
+
getApiV1GithubConnectorRepositoriesOptions: () => getApiV1GithubConnectorRepositoriesOptions,
|
|
127
|
+
getApiV1GithubConnectorRepositoriesQueryKey: () => getApiV1GithubConnectorRepositoriesQueryKey,
|
|
60
128
|
getApiV1Health: () => getApiV1Health,
|
|
129
|
+
getApiV1HealthOptions: () => getApiV1HealthOptions,
|
|
130
|
+
getApiV1HealthQueryKey: () => getApiV1HealthQueryKey,
|
|
61
131
|
getApiV1Healthcheck: () => getApiV1Healthcheck,
|
|
132
|
+
getApiV1HealthcheckOptions: () => getApiV1HealthcheckOptions,
|
|
133
|
+
getApiV1HealthcheckQueryKey: () => getApiV1HealthcheckQueryKey,
|
|
62
134
|
getApiV1HealthcheckResults: () => getApiV1HealthcheckResults,
|
|
135
|
+
getApiV1HealthcheckResultsOptions: () => getApiV1HealthcheckResultsOptions,
|
|
136
|
+
getApiV1HealthcheckResultsQueryKey: () => getApiV1HealthcheckResultsQueryKey,
|
|
63
137
|
getApiV1HealthcheckStats: () => getApiV1HealthcheckStats,
|
|
138
|
+
getApiV1HealthcheckStatsOptions: () => getApiV1HealthcheckStatsOptions,
|
|
139
|
+
getApiV1HealthcheckStatsQueryKey: () => getApiV1HealthcheckStatsQueryKey,
|
|
64
140
|
getApiV1NotificationPreferences: () => getApiV1NotificationPreferences,
|
|
141
|
+
getApiV1NotificationPreferencesOptions: () => getApiV1NotificationPreferencesOptions,
|
|
142
|
+
getApiV1NotificationPreferencesQueryKey: () => getApiV1NotificationPreferencesQueryKey,
|
|
65
143
|
getApiV1NotificationSmtp: () => getApiV1NotificationSmtp,
|
|
144
|
+
getApiV1NotificationSmtpOptions: () => getApiV1NotificationSmtpOptions,
|
|
145
|
+
getApiV1NotificationSmtpQueryKey: () => getApiV1NotificationSmtpQueryKey,
|
|
66
146
|
getApiV1NotificationWebhookType: () => getApiV1NotificationWebhookType,
|
|
147
|
+
getApiV1NotificationWebhookTypeOptions: () => getApiV1NotificationWebhookTypeOptions,
|
|
148
|
+
getApiV1NotificationWebhookTypeQueryKey: () => getApiV1NotificationWebhookTypeQueryKey,
|
|
67
149
|
getApiV1Servers: () => getApiV1Servers,
|
|
150
|
+
getApiV1ServersOptions: () => getApiV1ServersOptions,
|
|
151
|
+
getApiV1ServersQueryKey: () => getApiV1ServersQueryKey,
|
|
68
152
|
getApiV1ServersSshStatus: () => getApiV1ServersSshStatus,
|
|
153
|
+
getApiV1ServersSshStatusOptions: () => getApiV1ServersSshStatusOptions,
|
|
154
|
+
getApiV1ServersSshStatusQueryKey: () => getApiV1ServersSshStatusQueryKey,
|
|
69
155
|
getApiV1TrailStatusSessionId: () => getApiV1TrailStatusSessionId,
|
|
156
|
+
getApiV1TrailStatusSessionIdOptions: () => getApiV1TrailStatusSessionIdOptions,
|
|
157
|
+
getApiV1TrailStatusSessionIdQueryKey: () => getApiV1TrailStatusSessionIdQueryKey,
|
|
70
158
|
getApiV1UpdateCheck: () => getApiV1UpdateCheck,
|
|
159
|
+
getApiV1UpdateCheckOptions: () => getApiV1UpdateCheckOptions,
|
|
160
|
+
getApiV1UpdateCheckQueryKey: () => getApiV1UpdateCheckQueryKey,
|
|
71
161
|
getApiV1User: () => getApiV1User,
|
|
72
162
|
getApiV1UserOnboarded: () => getApiV1UserOnboarded,
|
|
163
|
+
getApiV1UserOnboardedOptions: () => getApiV1UserOnboardedOptions,
|
|
164
|
+
getApiV1UserOnboardedQueryKey: () => getApiV1UserOnboardedQueryKey,
|
|
165
|
+
getApiV1UserOptions: () => getApiV1UserOptions,
|
|
73
166
|
getApiV1UserPreferences: () => getApiV1UserPreferences,
|
|
167
|
+
getApiV1UserPreferencesOptions: () => getApiV1UserPreferencesOptions,
|
|
168
|
+
getApiV1UserPreferencesQueryKey: () => getApiV1UserPreferencesQueryKey,
|
|
169
|
+
getApiV1UserQueryKey: () => getApiV1UserQueryKey,
|
|
74
170
|
getApiV1UserSettings: () => getApiV1UserSettings,
|
|
171
|
+
getApiV1UserSettingsOptions: () => getApiV1UserSettingsOptions,
|
|
172
|
+
getApiV1UserSettingsQueryKey: () => getApiV1UserSettingsQueryKey,
|
|
75
173
|
getWs: () => getWs,
|
|
76
174
|
getWsLiveApplicationId: () => getWsLiveApplicationId,
|
|
175
|
+
getWsLiveApplicationIdOptions: () => getWsLiveApplicationIdOptions,
|
|
176
|
+
getWsLiveApplicationIdQueryKey: () => getWsLiveApplicationIdQueryKey,
|
|
177
|
+
getWsOptions: () => getWsOptions,
|
|
178
|
+
getWsQueryKey: () => getWsQueryKey,
|
|
77
179
|
patchApiV1HealthcheckToggle: () => patchApiV1HealthcheckToggle,
|
|
180
|
+
patchApiV1HealthcheckToggleMutation: () => patchApiV1HealthcheckToggleMutation,
|
|
78
181
|
patchApiV1UserAvatar: () => patchApiV1UserAvatar,
|
|
182
|
+
patchApiV1UserAvatarMutation: () => patchApiV1UserAvatarMutation,
|
|
79
183
|
patchApiV1UserName: () => patchApiV1UserName,
|
|
184
|
+
patchApiV1UserNameMutation: () => patchApiV1UserNameMutation,
|
|
80
185
|
patchApiV1UserSettingsAutoUpdate: () => patchApiV1UserSettingsAutoUpdate,
|
|
186
|
+
patchApiV1UserSettingsAutoUpdateMutation: () => patchApiV1UserSettingsAutoUpdateMutation,
|
|
81
187
|
patchApiV1UserSettingsFont: () => patchApiV1UserSettingsFont,
|
|
188
|
+
patchApiV1UserSettingsFontMutation: () => patchApiV1UserSettingsFontMutation,
|
|
82
189
|
patchApiV1UserSettingsLanguage: () => patchApiV1UserSettingsLanguage,
|
|
190
|
+
patchApiV1UserSettingsLanguageMutation: () => patchApiV1UserSettingsLanguageMutation,
|
|
83
191
|
patchApiV1UserSettingsTheme: () => patchApiV1UserSettingsTheme,
|
|
192
|
+
patchApiV1UserSettingsThemeMutation: () => patchApiV1UserSettingsThemeMutation,
|
|
84
193
|
postApiV1AuthCliInit: () => postApiV1AuthCliInit,
|
|
194
|
+
postApiV1AuthCliInitMutation: () => postApiV1AuthCliInitMutation,
|
|
85
195
|
postApiV1ContainerContainerIdLogs: () => postApiV1ContainerContainerIdLogs,
|
|
196
|
+
postApiV1ContainerContainerIdLogsMutation: () => postApiV1ContainerContainerIdLogsMutation,
|
|
86
197
|
postApiV1ContainerContainerIdRestart: () => postApiV1ContainerContainerIdRestart,
|
|
198
|
+
postApiV1ContainerContainerIdRestartMutation: () => postApiV1ContainerContainerIdRestartMutation,
|
|
87
199
|
postApiV1ContainerContainerIdStart: () => postApiV1ContainerContainerIdStart,
|
|
200
|
+
postApiV1ContainerContainerIdStartMutation: () => postApiV1ContainerContainerIdStartMutation,
|
|
88
201
|
postApiV1ContainerContainerIdStop: () => postApiV1ContainerContainerIdStop,
|
|
202
|
+
postApiV1ContainerContainerIdStopMutation: () => postApiV1ContainerContainerIdStopMutation,
|
|
89
203
|
postApiV1ContainerImages: () => postApiV1ContainerImages,
|
|
204
|
+
postApiV1ContainerImagesMutation: () => postApiV1ContainerImagesMutation,
|
|
90
205
|
postApiV1ContainerPruneBuildCache: () => postApiV1ContainerPruneBuildCache,
|
|
206
|
+
postApiV1ContainerPruneBuildCacheMutation: () => postApiV1ContainerPruneBuildCacheMutation,
|
|
91
207
|
postApiV1ContainerPruneImages: () => postApiV1ContainerPruneImages,
|
|
208
|
+
postApiV1ContainerPruneImagesMutation: () => postApiV1ContainerPruneImagesMutation,
|
|
92
209
|
postApiV1DeployApplication: () => postApiV1DeployApplication,
|
|
93
210
|
postApiV1DeployApplicationDomains: () => postApiV1DeployApplicationDomains,
|
|
211
|
+
postApiV1DeployApplicationDomainsMutation: () => postApiV1DeployApplicationDomainsMutation,
|
|
212
|
+
postApiV1DeployApplicationMutation: () => postApiV1DeployApplicationMutation,
|
|
94
213
|
postApiV1DeployApplicationProject: () => postApiV1DeployApplicationProject,
|
|
95
214
|
postApiV1DeployApplicationProjectAddToFamily: () => postApiV1DeployApplicationProjectAddToFamily,
|
|
215
|
+
postApiV1DeployApplicationProjectAddToFamilyMutation: () => postApiV1DeployApplicationProjectAddToFamilyMutation,
|
|
96
216
|
postApiV1DeployApplicationProjectDeploy: () => postApiV1DeployApplicationProjectDeploy,
|
|
217
|
+
postApiV1DeployApplicationProjectDeployMutation: () => postApiV1DeployApplicationProjectDeployMutation,
|
|
97
218
|
postApiV1DeployApplicationProjectDuplicate: () => postApiV1DeployApplicationProjectDuplicate,
|
|
219
|
+
postApiV1DeployApplicationProjectDuplicateMutation: () => postApiV1DeployApplicationProjectDuplicateMutation,
|
|
220
|
+
postApiV1DeployApplicationProjectMutation: () => postApiV1DeployApplicationProjectMutation,
|
|
98
221
|
postApiV1DeployApplicationRecover: () => postApiV1DeployApplicationRecover,
|
|
222
|
+
postApiV1DeployApplicationRecoverMutation: () => postApiV1DeployApplicationRecoverMutation,
|
|
99
223
|
postApiV1DeployApplicationRedeploy: () => postApiV1DeployApplicationRedeploy,
|
|
224
|
+
postApiV1DeployApplicationRedeployMutation: () => postApiV1DeployApplicationRedeployMutation,
|
|
100
225
|
postApiV1DeployApplicationRestart: () => postApiV1DeployApplicationRestart,
|
|
226
|
+
postApiV1DeployApplicationRestartMutation: () => postApiV1DeployApplicationRestartMutation,
|
|
101
227
|
postApiV1DeployApplicationRollback: () => postApiV1DeployApplicationRollback,
|
|
228
|
+
postApiV1DeployApplicationRollbackMutation: () => postApiV1DeployApplicationRollbackMutation,
|
|
102
229
|
postApiV1Domain: () => postApiV1Domain,
|
|
230
|
+
postApiV1DomainMutation: () => postApiV1DomainMutation,
|
|
103
231
|
postApiV1ExtensionsExecutionExecutionIdCancel: () => postApiV1ExtensionsExecutionExecutionIdCancel,
|
|
232
|
+
postApiV1ExtensionsExecutionExecutionIdCancelMutation: () => postApiV1ExtensionsExecutionExecutionIdCancelMutation,
|
|
104
233
|
postApiV1ExtensionsExtensionIdFork: () => postApiV1ExtensionsExtensionIdFork,
|
|
234
|
+
postApiV1ExtensionsExtensionIdForkMutation: () => postApiV1ExtensionsExtensionIdForkMutation,
|
|
105
235
|
postApiV1ExtensionsExtensionIdRun: () => postApiV1ExtensionsExtensionIdRun,
|
|
236
|
+
postApiV1ExtensionsExtensionIdRunMutation: () => postApiV1ExtensionsExtensionIdRunMutation,
|
|
106
237
|
postApiV1FileManagerCopyDirectory: () => postApiV1FileManagerCopyDirectory,
|
|
238
|
+
postApiV1FileManagerCopyDirectoryMutation: () => postApiV1FileManagerCopyDirectoryMutation,
|
|
107
239
|
postApiV1FileManagerCreateDirectory: () => postApiV1FileManagerCreateDirectory,
|
|
240
|
+
postApiV1FileManagerCreateDirectoryMutation: () => postApiV1FileManagerCreateDirectoryMutation,
|
|
108
241
|
postApiV1FileManagerMoveDirectory: () => postApiV1FileManagerMoveDirectory,
|
|
242
|
+
postApiV1FileManagerMoveDirectoryMutation: () => postApiV1FileManagerMoveDirectoryMutation,
|
|
109
243
|
postApiV1FileManagerUpload: () => postApiV1FileManagerUpload,
|
|
244
|
+
postApiV1FileManagerUploadMutation: () => postApiV1FileManagerUploadMutation,
|
|
110
245
|
postApiV1GithubConnector: () => postApiV1GithubConnector,
|
|
246
|
+
postApiV1GithubConnectorMutation: () => postApiV1GithubConnectorMutation,
|
|
111
247
|
postApiV1GithubConnectorRepositoryBranches: () => postApiV1GithubConnectorRepositoryBranches,
|
|
248
|
+
postApiV1GithubConnectorRepositoryBranchesMutation: () => postApiV1GithubConnectorRepositoryBranchesMutation,
|
|
112
249
|
postApiV1Healthcheck: () => postApiV1Healthcheck,
|
|
250
|
+
postApiV1HealthcheckMutation: () => postApiV1HealthcheckMutation,
|
|
113
251
|
postApiV1LivePause: () => postApiV1LivePause,
|
|
252
|
+
postApiV1LivePauseMutation: () => postApiV1LivePauseMutation,
|
|
114
253
|
postApiV1NotificationPreferences: () => postApiV1NotificationPreferences,
|
|
254
|
+
postApiV1NotificationPreferencesMutation: () => postApiV1NotificationPreferencesMutation,
|
|
115
255
|
postApiV1NotificationSmtp: () => postApiV1NotificationSmtp,
|
|
256
|
+
postApiV1NotificationSmtpMutation: () => postApiV1NotificationSmtpMutation,
|
|
116
257
|
postApiV1NotificationWebhook: () => postApiV1NotificationWebhook,
|
|
258
|
+
postApiV1NotificationWebhookMutation: () => postApiV1NotificationWebhookMutation,
|
|
117
259
|
postApiV1TrailProvision: () => postApiV1TrailProvision,
|
|
260
|
+
postApiV1TrailProvisionMutation: () => postApiV1TrailProvisionMutation,
|
|
118
261
|
postApiV1Update: () => postApiV1Update,
|
|
262
|
+
postApiV1UpdateMutation: () => postApiV1UpdateMutation,
|
|
119
263
|
postApiV1UserOnboarded: () => postApiV1UserOnboarded,
|
|
264
|
+
postApiV1UserOnboardedMutation: () => postApiV1UserOnboardedMutation,
|
|
120
265
|
postApiV1Webhook: () => postApiV1Webhook,
|
|
266
|
+
postApiV1WebhookMutation: () => postApiV1WebhookMutation,
|
|
121
267
|
putApiV1ContainerContainerIdResources: () => putApiV1ContainerContainerIdResources,
|
|
268
|
+
putApiV1ContainerContainerIdResourcesMutation: () => putApiV1ContainerContainerIdResourcesMutation,
|
|
122
269
|
putApiV1DeployApplication: () => putApiV1DeployApplication,
|
|
123
270
|
putApiV1DeployApplicationLabels: () => putApiV1DeployApplicationLabels,
|
|
271
|
+
putApiV1DeployApplicationLabelsMutation: () => putApiV1DeployApplicationLabelsMutation,
|
|
272
|
+
putApiV1DeployApplicationMutation: () => putApiV1DeployApplicationMutation,
|
|
124
273
|
putApiV1Domain: () => putApiV1Domain,
|
|
274
|
+
putApiV1DomainMutation: () => putApiV1DomainMutation,
|
|
125
275
|
putApiV1FeatureFlags: () => putApiV1FeatureFlags,
|
|
276
|
+
putApiV1FeatureFlagsMutation: () => putApiV1FeatureFlagsMutation,
|
|
126
277
|
putApiV1GithubConnector: () => putApiV1GithubConnector,
|
|
278
|
+
putApiV1GithubConnectorMutation: () => putApiV1GithubConnectorMutation,
|
|
127
279
|
putApiV1Healthcheck: () => putApiV1Healthcheck,
|
|
280
|
+
putApiV1HealthcheckMutation: () => putApiV1HealthcheckMutation,
|
|
128
281
|
putApiV1NotificationSmtp: () => putApiV1NotificationSmtp,
|
|
282
|
+
putApiV1NotificationSmtpMutation: () => putApiV1NotificationSmtpMutation,
|
|
129
283
|
putApiV1NotificationWebhook: () => putApiV1NotificationWebhook,
|
|
284
|
+
putApiV1NotificationWebhookMutation: () => putApiV1NotificationWebhookMutation,
|
|
130
285
|
putApiV1UserPreferences: () => putApiV1UserPreferences,
|
|
286
|
+
putApiV1UserPreferencesMutation: () => putApiV1UserPreferencesMutation,
|
|
131
287
|
zAddApplicationDomainRequest: () => zAddApplicationDomainRequest,
|
|
132
288
|
zAddApplicationToFamilyRequest: () => zAddApplicationToFamilyRequest,
|
|
133
289
|
zAdminRegisteredResponse: () => zAdminRegisteredResponse,
|
|
@@ -463,6 +619,9 @@ __export(index_exports, {
|
|
|
463
619
|
});
|
|
464
620
|
module.exports = __toCommonJS(index_exports);
|
|
465
621
|
|
|
622
|
+
// src/@tanstack/react-query.gen.ts
|
|
623
|
+
var import_react_query = require("@tanstack/react-query");
|
|
624
|
+
|
|
466
625
|
// src/core/bodySerializer.gen.ts
|
|
467
626
|
var jsonBodySerializer = {
|
|
468
627
|
bodySerializer: (body) => JSON.stringify(body, (_key, value) => typeof value === "bigint" ? value.toString() : value)
|
|
@@ -1778,6 +1937,1506 @@ var postApiV1Webhook = (options) => (options?.client ?? client).post({ url: "/ap
|
|
|
1778
1937
|
var getWs = (options) => (options?.client ?? client).get({ url: "/ws", ...options });
|
|
1779
1938
|
var getWsLiveApplicationId = (options) => (options.client ?? client).get({ url: "/ws/live/{application_id}", ...options });
|
|
1780
1939
|
|
|
1940
|
+
// src/@tanstack/react-query.gen.ts
|
|
1941
|
+
var createQueryKey = (id, options, infinite, tags) => {
|
|
1942
|
+
const params = { _id: id, baseUrl: options?.baseUrl || (options?.client ?? client).getConfig().baseUrl };
|
|
1943
|
+
if (infinite) {
|
|
1944
|
+
params._infinite = infinite;
|
|
1945
|
+
}
|
|
1946
|
+
if (tags) {
|
|
1947
|
+
params.tags = tags;
|
|
1948
|
+
}
|
|
1949
|
+
if (options?.body) {
|
|
1950
|
+
params.body = options.body;
|
|
1951
|
+
}
|
|
1952
|
+
if (options?.headers) {
|
|
1953
|
+
params.headers = options.headers;
|
|
1954
|
+
}
|
|
1955
|
+
if (options?.path) {
|
|
1956
|
+
params.path = options.path;
|
|
1957
|
+
}
|
|
1958
|
+
if (options?.query) {
|
|
1959
|
+
params.query = options.query;
|
|
1960
|
+
}
|
|
1961
|
+
return [params];
|
|
1962
|
+
};
|
|
1963
|
+
var getApiV1AuditLogsQueryKey = (options) => createQueryKey("getApiV1AuditLogs", options);
|
|
1964
|
+
var getApiV1AuditLogsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
1965
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
1966
|
+
const { data } = await getApiV1AuditLogs({
|
|
1967
|
+
...options,
|
|
1968
|
+
...queryKey[0],
|
|
1969
|
+
signal,
|
|
1970
|
+
throwOnError: true
|
|
1971
|
+
});
|
|
1972
|
+
return data;
|
|
1973
|
+
},
|
|
1974
|
+
queryKey: getApiV1AuditLogsQueryKey(options)
|
|
1975
|
+
});
|
|
1976
|
+
var getApiV1AuthBootstrapQueryKey = (options) => createQueryKey("getApiV1AuthBootstrap", options);
|
|
1977
|
+
var getApiV1AuthBootstrapOptions = (options) => (0, import_react_query.queryOptions)({
|
|
1978
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
1979
|
+
const { data } = await getApiV1AuthBootstrap({
|
|
1980
|
+
...options,
|
|
1981
|
+
...queryKey[0],
|
|
1982
|
+
signal,
|
|
1983
|
+
throwOnError: true
|
|
1984
|
+
});
|
|
1985
|
+
return data;
|
|
1986
|
+
},
|
|
1987
|
+
queryKey: getApiV1AuthBootstrapQueryKey(options)
|
|
1988
|
+
});
|
|
1989
|
+
var postApiV1AuthCliInitMutation = (options) => {
|
|
1990
|
+
const mutationOptions = {
|
|
1991
|
+
mutationFn: async (fnOptions) => {
|
|
1992
|
+
const { data } = await postApiV1AuthCliInit({
|
|
1993
|
+
...options,
|
|
1994
|
+
...fnOptions,
|
|
1995
|
+
throwOnError: true
|
|
1996
|
+
});
|
|
1997
|
+
return data;
|
|
1998
|
+
}
|
|
1999
|
+
};
|
|
2000
|
+
return mutationOptions;
|
|
2001
|
+
};
|
|
2002
|
+
var getApiV1AuthIsAdminRegisteredQueryKey = (options) => createQueryKey("getApiV1AuthIsAdminRegistered", options);
|
|
2003
|
+
var getApiV1AuthIsAdminRegisteredOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2004
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2005
|
+
const { data } = await getApiV1AuthIsAdminRegistered({
|
|
2006
|
+
...options,
|
|
2007
|
+
...queryKey[0],
|
|
2008
|
+
signal,
|
|
2009
|
+
throwOnError: true
|
|
2010
|
+
});
|
|
2011
|
+
return data;
|
|
2012
|
+
},
|
|
2013
|
+
queryKey: getApiV1AuthIsAdminRegisteredQueryKey(options)
|
|
2014
|
+
});
|
|
2015
|
+
var getApiV1ContainerQueryKey = (options) => createQueryKey("getApiV1Container", options);
|
|
2016
|
+
var getApiV1ContainerOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2017
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2018
|
+
const { data } = await getApiV1Container({
|
|
2019
|
+
...options,
|
|
2020
|
+
...queryKey[0],
|
|
2021
|
+
signal,
|
|
2022
|
+
throwOnError: true
|
|
2023
|
+
});
|
|
2024
|
+
return data;
|
|
2025
|
+
},
|
|
2026
|
+
queryKey: getApiV1ContainerQueryKey(options)
|
|
2027
|
+
});
|
|
2028
|
+
var postApiV1ContainerImagesMutation = (options) => {
|
|
2029
|
+
const mutationOptions = {
|
|
2030
|
+
mutationFn: async (fnOptions) => {
|
|
2031
|
+
const { data } = await postApiV1ContainerImages({
|
|
2032
|
+
...options,
|
|
2033
|
+
...fnOptions,
|
|
2034
|
+
throwOnError: true
|
|
2035
|
+
});
|
|
2036
|
+
return data;
|
|
2037
|
+
}
|
|
2038
|
+
};
|
|
2039
|
+
return mutationOptions;
|
|
2040
|
+
};
|
|
2041
|
+
var postApiV1ContainerPruneBuildCacheMutation = (options) => {
|
|
2042
|
+
const mutationOptions = {
|
|
2043
|
+
mutationFn: async (fnOptions) => {
|
|
2044
|
+
const { data } = await postApiV1ContainerPruneBuildCache({
|
|
2045
|
+
...options,
|
|
2046
|
+
...fnOptions,
|
|
2047
|
+
throwOnError: true
|
|
2048
|
+
});
|
|
2049
|
+
return data;
|
|
2050
|
+
}
|
|
2051
|
+
};
|
|
2052
|
+
return mutationOptions;
|
|
2053
|
+
};
|
|
2054
|
+
var postApiV1ContainerPruneImagesMutation = (options) => {
|
|
2055
|
+
const mutationOptions = {
|
|
2056
|
+
mutationFn: async (fnOptions) => {
|
|
2057
|
+
const { data } = await postApiV1ContainerPruneImages({
|
|
2058
|
+
...options,
|
|
2059
|
+
...fnOptions,
|
|
2060
|
+
throwOnError: true
|
|
2061
|
+
});
|
|
2062
|
+
return data;
|
|
2063
|
+
}
|
|
2064
|
+
};
|
|
2065
|
+
return mutationOptions;
|
|
2066
|
+
};
|
|
2067
|
+
var deleteApiV1ContainerContainerIdMutation = (options) => {
|
|
2068
|
+
const mutationOptions = {
|
|
2069
|
+
mutationFn: async (fnOptions) => {
|
|
2070
|
+
const { data } = await deleteApiV1ContainerContainerId({
|
|
2071
|
+
...options,
|
|
2072
|
+
...fnOptions,
|
|
2073
|
+
throwOnError: true
|
|
2074
|
+
});
|
|
2075
|
+
return data;
|
|
2076
|
+
}
|
|
2077
|
+
};
|
|
2078
|
+
return mutationOptions;
|
|
2079
|
+
};
|
|
2080
|
+
var getApiV1ContainerContainerIdQueryKey = (options) => createQueryKey("getApiV1ContainerContainerId", options);
|
|
2081
|
+
var getApiV1ContainerContainerIdOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2082
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2083
|
+
const { data } = await getApiV1ContainerContainerId({
|
|
2084
|
+
...options,
|
|
2085
|
+
...queryKey[0],
|
|
2086
|
+
signal,
|
|
2087
|
+
throwOnError: true
|
|
2088
|
+
});
|
|
2089
|
+
return data;
|
|
2090
|
+
},
|
|
2091
|
+
queryKey: getApiV1ContainerContainerIdQueryKey(options)
|
|
2092
|
+
});
|
|
2093
|
+
var postApiV1ContainerContainerIdLogsMutation = (options) => {
|
|
2094
|
+
const mutationOptions = {
|
|
2095
|
+
mutationFn: async (fnOptions) => {
|
|
2096
|
+
const { data } = await postApiV1ContainerContainerIdLogs({
|
|
2097
|
+
...options,
|
|
2098
|
+
...fnOptions,
|
|
2099
|
+
throwOnError: true
|
|
2100
|
+
});
|
|
2101
|
+
return data;
|
|
2102
|
+
}
|
|
2103
|
+
};
|
|
2104
|
+
return mutationOptions;
|
|
2105
|
+
};
|
|
2106
|
+
var putApiV1ContainerContainerIdResourcesMutation = (options) => {
|
|
2107
|
+
const mutationOptions = {
|
|
2108
|
+
mutationFn: async (fnOptions) => {
|
|
2109
|
+
const { data } = await putApiV1ContainerContainerIdResources({
|
|
2110
|
+
...options,
|
|
2111
|
+
...fnOptions,
|
|
2112
|
+
throwOnError: true
|
|
2113
|
+
});
|
|
2114
|
+
return data;
|
|
2115
|
+
}
|
|
2116
|
+
};
|
|
2117
|
+
return mutationOptions;
|
|
2118
|
+
};
|
|
2119
|
+
var postApiV1ContainerContainerIdRestartMutation = (options) => {
|
|
2120
|
+
const mutationOptions = {
|
|
2121
|
+
mutationFn: async (fnOptions) => {
|
|
2122
|
+
const { data } = await postApiV1ContainerContainerIdRestart({
|
|
2123
|
+
...options,
|
|
2124
|
+
...fnOptions,
|
|
2125
|
+
throwOnError: true
|
|
2126
|
+
});
|
|
2127
|
+
return data;
|
|
2128
|
+
}
|
|
2129
|
+
};
|
|
2130
|
+
return mutationOptions;
|
|
2131
|
+
};
|
|
2132
|
+
var postApiV1ContainerContainerIdStartMutation = (options) => {
|
|
2133
|
+
const mutationOptions = {
|
|
2134
|
+
mutationFn: async (fnOptions) => {
|
|
2135
|
+
const { data } = await postApiV1ContainerContainerIdStart({
|
|
2136
|
+
...options,
|
|
2137
|
+
...fnOptions,
|
|
2138
|
+
throwOnError: true
|
|
2139
|
+
});
|
|
2140
|
+
return data;
|
|
2141
|
+
}
|
|
2142
|
+
};
|
|
2143
|
+
return mutationOptions;
|
|
2144
|
+
};
|
|
2145
|
+
var postApiV1ContainerContainerIdStopMutation = (options) => {
|
|
2146
|
+
const mutationOptions = {
|
|
2147
|
+
mutationFn: async (fnOptions) => {
|
|
2148
|
+
const { data } = await postApiV1ContainerContainerIdStop({
|
|
2149
|
+
...options,
|
|
2150
|
+
...fnOptions,
|
|
2151
|
+
throwOnError: true
|
|
2152
|
+
});
|
|
2153
|
+
return data;
|
|
2154
|
+
}
|
|
2155
|
+
};
|
|
2156
|
+
return mutationOptions;
|
|
2157
|
+
};
|
|
2158
|
+
var deleteApiV1DeployApplicationMutation = (options) => {
|
|
2159
|
+
const mutationOptions = {
|
|
2160
|
+
mutationFn: async (fnOptions) => {
|
|
2161
|
+
const { data } = await deleteApiV1DeployApplication({
|
|
2162
|
+
...options,
|
|
2163
|
+
...fnOptions,
|
|
2164
|
+
throwOnError: true
|
|
2165
|
+
});
|
|
2166
|
+
return data;
|
|
2167
|
+
}
|
|
2168
|
+
};
|
|
2169
|
+
return mutationOptions;
|
|
2170
|
+
};
|
|
2171
|
+
var getApiV1DeployApplicationQueryKey = (options) => createQueryKey("getApiV1DeployApplication", options);
|
|
2172
|
+
var getApiV1DeployApplicationOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2173
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2174
|
+
const { data } = await getApiV1DeployApplication({
|
|
2175
|
+
...options,
|
|
2176
|
+
...queryKey[0],
|
|
2177
|
+
signal,
|
|
2178
|
+
throwOnError: true
|
|
2179
|
+
});
|
|
2180
|
+
return data;
|
|
2181
|
+
},
|
|
2182
|
+
queryKey: getApiV1DeployApplicationQueryKey(options)
|
|
2183
|
+
});
|
|
2184
|
+
var postApiV1DeployApplicationMutation = (options) => {
|
|
2185
|
+
const mutationOptions = {
|
|
2186
|
+
mutationFn: async (fnOptions) => {
|
|
2187
|
+
const { data } = await postApiV1DeployApplication({
|
|
2188
|
+
...options,
|
|
2189
|
+
...fnOptions,
|
|
2190
|
+
throwOnError: true
|
|
2191
|
+
});
|
|
2192
|
+
return data;
|
|
2193
|
+
}
|
|
2194
|
+
};
|
|
2195
|
+
return mutationOptions;
|
|
2196
|
+
};
|
|
2197
|
+
var putApiV1DeployApplicationMutation = (options) => {
|
|
2198
|
+
const mutationOptions = {
|
|
2199
|
+
mutationFn: async (fnOptions) => {
|
|
2200
|
+
const { data } = await putApiV1DeployApplication({
|
|
2201
|
+
...options,
|
|
2202
|
+
...fnOptions,
|
|
2203
|
+
throwOnError: true
|
|
2204
|
+
});
|
|
2205
|
+
return data;
|
|
2206
|
+
}
|
|
2207
|
+
};
|
|
2208
|
+
return mutationOptions;
|
|
2209
|
+
};
|
|
2210
|
+
var getApiV1DeployApplicationDeploymentsQueryKey = (options) => createQueryKey("getApiV1DeployApplicationDeployments", options);
|
|
2211
|
+
var getApiV1DeployApplicationDeploymentsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2212
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2213
|
+
const { data } = await getApiV1DeployApplicationDeployments({
|
|
2214
|
+
...options,
|
|
2215
|
+
...queryKey[0],
|
|
2216
|
+
signal,
|
|
2217
|
+
throwOnError: true
|
|
2218
|
+
});
|
|
2219
|
+
return data;
|
|
2220
|
+
},
|
|
2221
|
+
queryKey: getApiV1DeployApplicationDeploymentsQueryKey(options)
|
|
2222
|
+
});
|
|
2223
|
+
var createInfiniteParams = (queryKey, page) => {
|
|
2224
|
+
const params = { ...queryKey[0] };
|
|
2225
|
+
if (page.body) {
|
|
2226
|
+
params.body = {
|
|
2227
|
+
...queryKey[0].body,
|
|
2228
|
+
...page.body
|
|
2229
|
+
};
|
|
2230
|
+
}
|
|
2231
|
+
if (page.headers) {
|
|
2232
|
+
params.headers = {
|
|
2233
|
+
...queryKey[0].headers,
|
|
2234
|
+
...page.headers
|
|
2235
|
+
};
|
|
2236
|
+
}
|
|
2237
|
+
if (page.path) {
|
|
2238
|
+
params.path = {
|
|
2239
|
+
...queryKey[0].path,
|
|
2240
|
+
...page.path
|
|
2241
|
+
};
|
|
2242
|
+
}
|
|
2243
|
+
if (page.query) {
|
|
2244
|
+
params.query = {
|
|
2245
|
+
...queryKey[0].query,
|
|
2246
|
+
...page.query
|
|
2247
|
+
};
|
|
2248
|
+
}
|
|
2249
|
+
return params;
|
|
2250
|
+
};
|
|
2251
|
+
var getApiV1DeployApplicationDeploymentsInfiniteQueryKey = (options) => createQueryKey("getApiV1DeployApplicationDeployments", options, true);
|
|
2252
|
+
var getApiV1DeployApplicationDeploymentsInfiniteOptions = (options) => (0, import_react_query.infiniteQueryOptions)(
|
|
2253
|
+
// @ts-ignore
|
|
2254
|
+
{
|
|
2255
|
+
queryFn: async ({ pageParam, queryKey, signal }) => {
|
|
2256
|
+
const page = typeof pageParam === "object" ? pageParam : {
|
|
2257
|
+
body: {
|
|
2258
|
+
page: pageParam
|
|
2259
|
+
}
|
|
2260
|
+
};
|
|
2261
|
+
const params = createInfiniteParams(queryKey, page);
|
|
2262
|
+
const { data } = await getApiV1DeployApplicationDeployments({
|
|
2263
|
+
...options,
|
|
2264
|
+
...params,
|
|
2265
|
+
signal,
|
|
2266
|
+
throwOnError: true
|
|
2267
|
+
});
|
|
2268
|
+
return data;
|
|
2269
|
+
},
|
|
2270
|
+
queryKey: getApiV1DeployApplicationDeploymentsInfiniteQueryKey(options)
|
|
2271
|
+
}
|
|
2272
|
+
);
|
|
2273
|
+
var getApiV1DeployApplicationDeploymentsDeploymentIdQueryKey = (options) => createQueryKey("getApiV1DeployApplicationDeploymentsDeploymentId", options);
|
|
2274
|
+
var getApiV1DeployApplicationDeploymentsDeploymentIdOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2275
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2276
|
+
const { data } = await getApiV1DeployApplicationDeploymentsDeploymentId({
|
|
2277
|
+
...options,
|
|
2278
|
+
...queryKey[0],
|
|
2279
|
+
signal,
|
|
2280
|
+
throwOnError: true
|
|
2281
|
+
});
|
|
2282
|
+
return data;
|
|
2283
|
+
},
|
|
2284
|
+
queryKey: getApiV1DeployApplicationDeploymentsDeploymentIdQueryKey(options)
|
|
2285
|
+
});
|
|
2286
|
+
var getApiV1DeployApplicationDeploymentsDeploymentIdLogsQueryKey = (options) => createQueryKey("getApiV1DeployApplicationDeploymentsDeploymentIdLogs", options);
|
|
2287
|
+
var getApiV1DeployApplicationDeploymentsDeploymentIdLogsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2288
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2289
|
+
const { data } = await getApiV1DeployApplicationDeploymentsDeploymentIdLogs({
|
|
2290
|
+
...options,
|
|
2291
|
+
...queryKey[0],
|
|
2292
|
+
signal,
|
|
2293
|
+
throwOnError: true
|
|
2294
|
+
});
|
|
2295
|
+
return data;
|
|
2296
|
+
},
|
|
2297
|
+
queryKey: getApiV1DeployApplicationDeploymentsDeploymentIdLogsQueryKey(options)
|
|
2298
|
+
});
|
|
2299
|
+
var deleteApiV1DeployApplicationDomainsMutation = (options) => {
|
|
2300
|
+
const mutationOptions = {
|
|
2301
|
+
mutationFn: async (fnOptions) => {
|
|
2302
|
+
const { data } = await deleteApiV1DeployApplicationDomains({
|
|
2303
|
+
...options,
|
|
2304
|
+
...fnOptions,
|
|
2305
|
+
throwOnError: true
|
|
2306
|
+
});
|
|
2307
|
+
return data;
|
|
2308
|
+
}
|
|
2309
|
+
};
|
|
2310
|
+
return mutationOptions;
|
|
2311
|
+
};
|
|
2312
|
+
var postApiV1DeployApplicationDomainsMutation = (options) => {
|
|
2313
|
+
const mutationOptions = {
|
|
2314
|
+
mutationFn: async (fnOptions) => {
|
|
2315
|
+
const { data } = await postApiV1DeployApplicationDomains({
|
|
2316
|
+
...options,
|
|
2317
|
+
...fnOptions,
|
|
2318
|
+
throwOnError: true
|
|
2319
|
+
});
|
|
2320
|
+
return data;
|
|
2321
|
+
}
|
|
2322
|
+
};
|
|
2323
|
+
return mutationOptions;
|
|
2324
|
+
};
|
|
2325
|
+
var putApiV1DeployApplicationLabelsMutation = (options) => {
|
|
2326
|
+
const mutationOptions = {
|
|
2327
|
+
mutationFn: async (fnOptions) => {
|
|
2328
|
+
const { data } = await putApiV1DeployApplicationLabels({
|
|
2329
|
+
...options,
|
|
2330
|
+
...fnOptions,
|
|
2331
|
+
throwOnError: true
|
|
2332
|
+
});
|
|
2333
|
+
return data;
|
|
2334
|
+
}
|
|
2335
|
+
};
|
|
2336
|
+
return mutationOptions;
|
|
2337
|
+
};
|
|
2338
|
+
var getApiV1DeployApplicationLogsApplicationIdQueryKey = (options) => createQueryKey("getApiV1DeployApplicationLogsApplicationId", options);
|
|
2339
|
+
var getApiV1DeployApplicationLogsApplicationIdOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2340
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2341
|
+
const { data } = await getApiV1DeployApplicationLogsApplicationId({
|
|
2342
|
+
...options,
|
|
2343
|
+
...queryKey[0],
|
|
2344
|
+
signal,
|
|
2345
|
+
throwOnError: true
|
|
2346
|
+
});
|
|
2347
|
+
return data;
|
|
2348
|
+
},
|
|
2349
|
+
queryKey: getApiV1DeployApplicationLogsApplicationIdQueryKey(options)
|
|
2350
|
+
});
|
|
2351
|
+
var postApiV1DeployApplicationProjectMutation = (options) => {
|
|
2352
|
+
const mutationOptions = {
|
|
2353
|
+
mutationFn: async (fnOptions) => {
|
|
2354
|
+
const { data } = await postApiV1DeployApplicationProject({
|
|
2355
|
+
...options,
|
|
2356
|
+
...fnOptions,
|
|
2357
|
+
throwOnError: true
|
|
2358
|
+
});
|
|
2359
|
+
return data;
|
|
2360
|
+
}
|
|
2361
|
+
};
|
|
2362
|
+
return mutationOptions;
|
|
2363
|
+
};
|
|
2364
|
+
var postApiV1DeployApplicationProjectAddToFamilyMutation = (options) => {
|
|
2365
|
+
const mutationOptions = {
|
|
2366
|
+
mutationFn: async (fnOptions) => {
|
|
2367
|
+
const { data } = await postApiV1DeployApplicationProjectAddToFamily({
|
|
2368
|
+
...options,
|
|
2369
|
+
...fnOptions,
|
|
2370
|
+
throwOnError: true
|
|
2371
|
+
});
|
|
2372
|
+
return data;
|
|
2373
|
+
}
|
|
2374
|
+
};
|
|
2375
|
+
return mutationOptions;
|
|
2376
|
+
};
|
|
2377
|
+
var postApiV1DeployApplicationProjectDeployMutation = (options) => {
|
|
2378
|
+
const mutationOptions = {
|
|
2379
|
+
mutationFn: async (fnOptions) => {
|
|
2380
|
+
const { data } = await postApiV1DeployApplicationProjectDeploy({
|
|
2381
|
+
...options,
|
|
2382
|
+
...fnOptions,
|
|
2383
|
+
throwOnError: true
|
|
2384
|
+
});
|
|
2385
|
+
return data;
|
|
2386
|
+
}
|
|
2387
|
+
};
|
|
2388
|
+
return mutationOptions;
|
|
2389
|
+
};
|
|
2390
|
+
var postApiV1DeployApplicationProjectDuplicateMutation = (options) => {
|
|
2391
|
+
const mutationOptions = {
|
|
2392
|
+
mutationFn: async (fnOptions) => {
|
|
2393
|
+
const { data } = await postApiV1DeployApplicationProjectDuplicate({
|
|
2394
|
+
...options,
|
|
2395
|
+
...fnOptions,
|
|
2396
|
+
throwOnError: true
|
|
2397
|
+
});
|
|
2398
|
+
return data;
|
|
2399
|
+
}
|
|
2400
|
+
};
|
|
2401
|
+
return mutationOptions;
|
|
2402
|
+
};
|
|
2403
|
+
var getApiV1DeployApplicationProjectFamilyQueryKey = (options) => createQueryKey("getApiV1DeployApplicationProjectFamily", options);
|
|
2404
|
+
var getApiV1DeployApplicationProjectFamilyOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2405
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2406
|
+
const { data } = await getApiV1DeployApplicationProjectFamily({
|
|
2407
|
+
...options,
|
|
2408
|
+
...queryKey[0],
|
|
2409
|
+
signal,
|
|
2410
|
+
throwOnError: true
|
|
2411
|
+
});
|
|
2412
|
+
return data;
|
|
2413
|
+
},
|
|
2414
|
+
queryKey: getApiV1DeployApplicationProjectFamilyQueryKey(options)
|
|
2415
|
+
});
|
|
2416
|
+
var getApiV1DeployApplicationProjectFamilyEnvironmentsQueryKey = (options) => createQueryKey("getApiV1DeployApplicationProjectFamilyEnvironments", options);
|
|
2417
|
+
var getApiV1DeployApplicationProjectFamilyEnvironmentsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2418
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2419
|
+
const { data } = await getApiV1DeployApplicationProjectFamilyEnvironments({
|
|
2420
|
+
...options,
|
|
2421
|
+
...queryKey[0],
|
|
2422
|
+
signal,
|
|
2423
|
+
throwOnError: true
|
|
2424
|
+
});
|
|
2425
|
+
return data;
|
|
2426
|
+
},
|
|
2427
|
+
queryKey: getApiV1DeployApplicationProjectFamilyEnvironmentsQueryKey(options)
|
|
2428
|
+
});
|
|
2429
|
+
var postApiV1DeployApplicationRecoverMutation = (options) => {
|
|
2430
|
+
const mutationOptions = {
|
|
2431
|
+
mutationFn: async (fnOptions) => {
|
|
2432
|
+
const { data } = await postApiV1DeployApplicationRecover({
|
|
2433
|
+
...options,
|
|
2434
|
+
...fnOptions,
|
|
2435
|
+
throwOnError: true
|
|
2436
|
+
});
|
|
2437
|
+
return data;
|
|
2438
|
+
}
|
|
2439
|
+
};
|
|
2440
|
+
return mutationOptions;
|
|
2441
|
+
};
|
|
2442
|
+
var postApiV1DeployApplicationRedeployMutation = (options) => {
|
|
2443
|
+
const mutationOptions = {
|
|
2444
|
+
mutationFn: async (fnOptions) => {
|
|
2445
|
+
const { data } = await postApiV1DeployApplicationRedeploy({
|
|
2446
|
+
...options,
|
|
2447
|
+
...fnOptions,
|
|
2448
|
+
throwOnError: true
|
|
2449
|
+
});
|
|
2450
|
+
return data;
|
|
2451
|
+
}
|
|
2452
|
+
};
|
|
2453
|
+
return mutationOptions;
|
|
2454
|
+
};
|
|
2455
|
+
var postApiV1DeployApplicationRestartMutation = (options) => {
|
|
2456
|
+
const mutationOptions = {
|
|
2457
|
+
mutationFn: async (fnOptions) => {
|
|
2458
|
+
const { data } = await postApiV1DeployApplicationRestart({
|
|
2459
|
+
...options,
|
|
2460
|
+
...fnOptions,
|
|
2461
|
+
throwOnError: true
|
|
2462
|
+
});
|
|
2463
|
+
return data;
|
|
2464
|
+
}
|
|
2465
|
+
};
|
|
2466
|
+
return mutationOptions;
|
|
2467
|
+
};
|
|
2468
|
+
var postApiV1DeployApplicationRollbackMutation = (options) => {
|
|
2469
|
+
const mutationOptions = {
|
|
2470
|
+
mutationFn: async (fnOptions) => {
|
|
2471
|
+
const { data } = await postApiV1DeployApplicationRollback({
|
|
2472
|
+
...options,
|
|
2473
|
+
...fnOptions,
|
|
2474
|
+
throwOnError: true
|
|
2475
|
+
});
|
|
2476
|
+
return data;
|
|
2477
|
+
}
|
|
2478
|
+
};
|
|
2479
|
+
return mutationOptions;
|
|
2480
|
+
};
|
|
2481
|
+
var getApiV1DeployApplicationsQueryKey = (options) => createQueryKey("getApiV1DeployApplications", options);
|
|
2482
|
+
var getApiV1DeployApplicationsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2483
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2484
|
+
const { data } = await getApiV1DeployApplications({
|
|
2485
|
+
...options,
|
|
2486
|
+
...queryKey[0],
|
|
2487
|
+
signal,
|
|
2488
|
+
throwOnError: true
|
|
2489
|
+
});
|
|
2490
|
+
return data;
|
|
2491
|
+
},
|
|
2492
|
+
queryKey: getApiV1DeployApplicationsQueryKey(options)
|
|
2493
|
+
});
|
|
2494
|
+
var getApiV1DeployApplicationsInfiniteQueryKey = (options) => createQueryKey("getApiV1DeployApplications", options, true);
|
|
2495
|
+
var getApiV1DeployApplicationsInfiniteOptions = (options) => (0, import_react_query.infiniteQueryOptions)(
|
|
2496
|
+
// @ts-ignore
|
|
2497
|
+
{
|
|
2498
|
+
queryFn: async ({ pageParam, queryKey, signal }) => {
|
|
2499
|
+
const page = typeof pageParam === "object" ? pageParam : {
|
|
2500
|
+
body: {
|
|
2501
|
+
page: pageParam
|
|
2502
|
+
}
|
|
2503
|
+
};
|
|
2504
|
+
const params = createInfiniteParams(queryKey, page);
|
|
2505
|
+
const { data } = await getApiV1DeployApplications({
|
|
2506
|
+
...options,
|
|
2507
|
+
...params,
|
|
2508
|
+
signal,
|
|
2509
|
+
throwOnError: true
|
|
2510
|
+
});
|
|
2511
|
+
return data;
|
|
2512
|
+
},
|
|
2513
|
+
queryKey: getApiV1DeployApplicationsInfiniteQueryKey(options)
|
|
2514
|
+
}
|
|
2515
|
+
);
|
|
2516
|
+
var deleteApiV1DomainMutation = (options) => {
|
|
2517
|
+
const mutationOptions = {
|
|
2518
|
+
mutationFn: async (fnOptions) => {
|
|
2519
|
+
const { data } = await deleteApiV1Domain({
|
|
2520
|
+
...options,
|
|
2521
|
+
...fnOptions,
|
|
2522
|
+
throwOnError: true
|
|
2523
|
+
});
|
|
2524
|
+
return data;
|
|
2525
|
+
}
|
|
2526
|
+
};
|
|
2527
|
+
return mutationOptions;
|
|
2528
|
+
};
|
|
2529
|
+
var postApiV1DomainMutation = (options) => {
|
|
2530
|
+
const mutationOptions = {
|
|
2531
|
+
mutationFn: async (fnOptions) => {
|
|
2532
|
+
const { data } = await postApiV1Domain({
|
|
2533
|
+
...options,
|
|
2534
|
+
...fnOptions,
|
|
2535
|
+
throwOnError: true
|
|
2536
|
+
});
|
|
2537
|
+
return data;
|
|
2538
|
+
}
|
|
2539
|
+
};
|
|
2540
|
+
return mutationOptions;
|
|
2541
|
+
};
|
|
2542
|
+
var putApiV1DomainMutation = (options) => {
|
|
2543
|
+
const mutationOptions = {
|
|
2544
|
+
mutationFn: async (fnOptions) => {
|
|
2545
|
+
const { data } = await putApiV1Domain({
|
|
2546
|
+
...options,
|
|
2547
|
+
...fnOptions,
|
|
2548
|
+
throwOnError: true
|
|
2549
|
+
});
|
|
2550
|
+
return data;
|
|
2551
|
+
}
|
|
2552
|
+
};
|
|
2553
|
+
return mutationOptions;
|
|
2554
|
+
};
|
|
2555
|
+
var getApiV1DomainGenerateQueryKey = (options) => createQueryKey("getApiV1DomainGenerate", options);
|
|
2556
|
+
var getApiV1DomainGenerateOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2557
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2558
|
+
const { data } = await getApiV1DomainGenerate({
|
|
2559
|
+
...options,
|
|
2560
|
+
...queryKey[0],
|
|
2561
|
+
signal,
|
|
2562
|
+
throwOnError: true
|
|
2563
|
+
});
|
|
2564
|
+
return data;
|
|
2565
|
+
},
|
|
2566
|
+
queryKey: getApiV1DomainGenerateQueryKey(options)
|
|
2567
|
+
});
|
|
2568
|
+
var getApiV1DomainsQueryKey = (options) => createQueryKey("getApiV1Domains", options);
|
|
2569
|
+
var getApiV1DomainsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2570
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2571
|
+
const { data } = await getApiV1Domains({
|
|
2572
|
+
...options,
|
|
2573
|
+
...queryKey[0],
|
|
2574
|
+
signal,
|
|
2575
|
+
throwOnError: true
|
|
2576
|
+
});
|
|
2577
|
+
return data;
|
|
2578
|
+
},
|
|
2579
|
+
queryKey: getApiV1DomainsQueryKey(options)
|
|
2580
|
+
});
|
|
2581
|
+
var getApiV1ExtensionsQueryKey = (options) => createQueryKey("getApiV1Extensions", options);
|
|
2582
|
+
var getApiV1ExtensionsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2583
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2584
|
+
const { data } = await getApiV1Extensions({
|
|
2585
|
+
...options,
|
|
2586
|
+
...queryKey[0],
|
|
2587
|
+
signal,
|
|
2588
|
+
throwOnError: true
|
|
2589
|
+
});
|
|
2590
|
+
return data;
|
|
2591
|
+
},
|
|
2592
|
+
queryKey: getApiV1ExtensionsQueryKey(options)
|
|
2593
|
+
});
|
|
2594
|
+
var getApiV1ExtensionsByExtensionIdExtensionIdQueryKey = (options) => createQueryKey("getApiV1ExtensionsByExtensionIdExtensionId", options);
|
|
2595
|
+
var getApiV1ExtensionsByExtensionIdExtensionIdOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2596
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2597
|
+
const { data } = await getApiV1ExtensionsByExtensionIdExtensionId({
|
|
2598
|
+
...options,
|
|
2599
|
+
...queryKey[0],
|
|
2600
|
+
signal,
|
|
2601
|
+
throwOnError: true
|
|
2602
|
+
});
|
|
2603
|
+
return data;
|
|
2604
|
+
},
|
|
2605
|
+
queryKey: getApiV1ExtensionsByExtensionIdExtensionIdQueryKey(options)
|
|
2606
|
+
});
|
|
2607
|
+
var getApiV1ExtensionsByExtensionIdExtensionIdExecutionsQueryKey = (options) => createQueryKey("getApiV1ExtensionsByExtensionIdExtensionIdExecutions", options);
|
|
2608
|
+
var getApiV1ExtensionsByExtensionIdExtensionIdExecutionsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2609
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2610
|
+
const { data } = await getApiV1ExtensionsByExtensionIdExtensionIdExecutions({
|
|
2611
|
+
...options,
|
|
2612
|
+
...queryKey[0],
|
|
2613
|
+
signal,
|
|
2614
|
+
throwOnError: true
|
|
2615
|
+
});
|
|
2616
|
+
return data;
|
|
2617
|
+
},
|
|
2618
|
+
queryKey: getApiV1ExtensionsByExtensionIdExtensionIdExecutionsQueryKey(options)
|
|
2619
|
+
});
|
|
2620
|
+
var getApiV1ExtensionsCategoriesQueryKey = (options) => createQueryKey("getApiV1ExtensionsCategories", options);
|
|
2621
|
+
var getApiV1ExtensionsCategoriesOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2622
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2623
|
+
const { data } = await getApiV1ExtensionsCategories({
|
|
2624
|
+
...options,
|
|
2625
|
+
...queryKey[0],
|
|
2626
|
+
signal,
|
|
2627
|
+
throwOnError: true
|
|
2628
|
+
});
|
|
2629
|
+
return data;
|
|
2630
|
+
},
|
|
2631
|
+
queryKey: getApiV1ExtensionsCategoriesQueryKey(options)
|
|
2632
|
+
});
|
|
2633
|
+
var getApiV1ExtensionsExecutionExecutionIdQueryKey = (options) => createQueryKey("getApiV1ExtensionsExecutionExecutionId", options);
|
|
2634
|
+
var getApiV1ExtensionsExecutionExecutionIdOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2635
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2636
|
+
const { data } = await getApiV1ExtensionsExecutionExecutionId({
|
|
2637
|
+
...options,
|
|
2638
|
+
...queryKey[0],
|
|
2639
|
+
signal,
|
|
2640
|
+
throwOnError: true
|
|
2641
|
+
});
|
|
2642
|
+
return data;
|
|
2643
|
+
},
|
|
2644
|
+
queryKey: getApiV1ExtensionsExecutionExecutionIdQueryKey(options)
|
|
2645
|
+
});
|
|
2646
|
+
var postApiV1ExtensionsExecutionExecutionIdCancelMutation = (options) => {
|
|
2647
|
+
const mutationOptions = {
|
|
2648
|
+
mutationFn: async (fnOptions) => {
|
|
2649
|
+
const { data } = await postApiV1ExtensionsExecutionExecutionIdCancel({
|
|
2650
|
+
...options,
|
|
2651
|
+
...fnOptions,
|
|
2652
|
+
throwOnError: true
|
|
2653
|
+
});
|
|
2654
|
+
return data;
|
|
2655
|
+
}
|
|
2656
|
+
};
|
|
2657
|
+
return mutationOptions;
|
|
2658
|
+
};
|
|
2659
|
+
var getApiV1ExtensionsExecutionExecutionIdLogsQueryKey = (options) => createQueryKey("getApiV1ExtensionsExecutionExecutionIdLogs", options);
|
|
2660
|
+
var getApiV1ExtensionsExecutionExecutionIdLogsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2661
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2662
|
+
const { data } = await getApiV1ExtensionsExecutionExecutionIdLogs({
|
|
2663
|
+
...options,
|
|
2664
|
+
...queryKey[0],
|
|
2665
|
+
signal,
|
|
2666
|
+
throwOnError: true
|
|
2667
|
+
});
|
|
2668
|
+
return data;
|
|
2669
|
+
},
|
|
2670
|
+
queryKey: getApiV1ExtensionsExecutionExecutionIdLogsQueryKey(options)
|
|
2671
|
+
});
|
|
2672
|
+
var postApiV1ExtensionsExtensionIdForkMutation = (options) => {
|
|
2673
|
+
const mutationOptions = {
|
|
2674
|
+
mutationFn: async (fnOptions) => {
|
|
2675
|
+
const { data } = await postApiV1ExtensionsExtensionIdFork({
|
|
2676
|
+
...options,
|
|
2677
|
+
...fnOptions,
|
|
2678
|
+
throwOnError: true
|
|
2679
|
+
});
|
|
2680
|
+
return data;
|
|
2681
|
+
}
|
|
2682
|
+
};
|
|
2683
|
+
return mutationOptions;
|
|
2684
|
+
};
|
|
2685
|
+
var postApiV1ExtensionsExtensionIdRunMutation = (options) => {
|
|
2686
|
+
const mutationOptions = {
|
|
2687
|
+
mutationFn: async (fnOptions) => {
|
|
2688
|
+
const { data } = await postApiV1ExtensionsExtensionIdRun({
|
|
2689
|
+
...options,
|
|
2690
|
+
...fnOptions,
|
|
2691
|
+
throwOnError: true
|
|
2692
|
+
});
|
|
2693
|
+
return data;
|
|
2694
|
+
}
|
|
2695
|
+
};
|
|
2696
|
+
return mutationOptions;
|
|
2697
|
+
};
|
|
2698
|
+
var deleteApiV1ExtensionsIdMutation = (options) => {
|
|
2699
|
+
const mutationOptions = {
|
|
2700
|
+
mutationFn: async (fnOptions) => {
|
|
2701
|
+
const { data } = await deleteApiV1ExtensionsId({
|
|
2702
|
+
...options,
|
|
2703
|
+
...fnOptions,
|
|
2704
|
+
throwOnError: true
|
|
2705
|
+
});
|
|
2706
|
+
return data;
|
|
2707
|
+
}
|
|
2708
|
+
};
|
|
2709
|
+
return mutationOptions;
|
|
2710
|
+
};
|
|
2711
|
+
var getApiV1ExtensionsIdQueryKey = (options) => createQueryKey("getApiV1ExtensionsId", options);
|
|
2712
|
+
var getApiV1ExtensionsIdOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2713
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2714
|
+
const { data } = await getApiV1ExtensionsId({
|
|
2715
|
+
...options,
|
|
2716
|
+
...queryKey[0],
|
|
2717
|
+
signal,
|
|
2718
|
+
throwOnError: true
|
|
2719
|
+
});
|
|
2720
|
+
return data;
|
|
2721
|
+
},
|
|
2722
|
+
queryKey: getApiV1ExtensionsIdQueryKey(options)
|
|
2723
|
+
});
|
|
2724
|
+
var getApiV1FeatureFlagsQueryKey = (options) => createQueryKey("getApiV1FeatureFlags", options);
|
|
2725
|
+
var getApiV1FeatureFlagsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2726
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2727
|
+
const { data } = await getApiV1FeatureFlags({
|
|
2728
|
+
...options,
|
|
2729
|
+
...queryKey[0],
|
|
2730
|
+
signal,
|
|
2731
|
+
throwOnError: true
|
|
2732
|
+
});
|
|
2733
|
+
return data;
|
|
2734
|
+
},
|
|
2735
|
+
queryKey: getApiV1FeatureFlagsQueryKey(options)
|
|
2736
|
+
});
|
|
2737
|
+
var putApiV1FeatureFlagsMutation = (options) => {
|
|
2738
|
+
const mutationOptions = {
|
|
2739
|
+
mutationFn: async (fnOptions) => {
|
|
2740
|
+
const { data } = await putApiV1FeatureFlags({
|
|
2741
|
+
...options,
|
|
2742
|
+
...fnOptions,
|
|
2743
|
+
throwOnError: true
|
|
2744
|
+
});
|
|
2745
|
+
return data;
|
|
2746
|
+
}
|
|
2747
|
+
};
|
|
2748
|
+
return mutationOptions;
|
|
2749
|
+
};
|
|
2750
|
+
var getApiV1FeatureFlagsCheckQueryKey = (options) => createQueryKey("getApiV1FeatureFlagsCheck", options);
|
|
2751
|
+
var getApiV1FeatureFlagsCheckOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2752
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2753
|
+
const { data } = await getApiV1FeatureFlagsCheck({
|
|
2754
|
+
...options,
|
|
2755
|
+
...queryKey[0],
|
|
2756
|
+
signal,
|
|
2757
|
+
throwOnError: true
|
|
2758
|
+
});
|
|
2759
|
+
return data;
|
|
2760
|
+
},
|
|
2761
|
+
queryKey: getApiV1FeatureFlagsCheckQueryKey(options)
|
|
2762
|
+
});
|
|
2763
|
+
var getApiV1FileManagerQueryKey = (options) => createQueryKey("getApiV1FileManager", options);
|
|
2764
|
+
var getApiV1FileManagerOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2765
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2766
|
+
const { data } = await getApiV1FileManager({
|
|
2767
|
+
...options,
|
|
2768
|
+
...queryKey[0],
|
|
2769
|
+
signal,
|
|
2770
|
+
throwOnError: true
|
|
2771
|
+
});
|
|
2772
|
+
return data;
|
|
2773
|
+
},
|
|
2774
|
+
queryKey: getApiV1FileManagerQueryKey(options)
|
|
2775
|
+
});
|
|
2776
|
+
var postApiV1FileManagerCopyDirectoryMutation = (options) => {
|
|
2777
|
+
const mutationOptions = {
|
|
2778
|
+
mutationFn: async (fnOptions) => {
|
|
2779
|
+
const { data } = await postApiV1FileManagerCopyDirectory({
|
|
2780
|
+
...options,
|
|
2781
|
+
...fnOptions,
|
|
2782
|
+
throwOnError: true
|
|
2783
|
+
});
|
|
2784
|
+
return data;
|
|
2785
|
+
}
|
|
2786
|
+
};
|
|
2787
|
+
return mutationOptions;
|
|
2788
|
+
};
|
|
2789
|
+
var postApiV1FileManagerCreateDirectoryMutation = (options) => {
|
|
2790
|
+
const mutationOptions = {
|
|
2791
|
+
mutationFn: async (fnOptions) => {
|
|
2792
|
+
const { data } = await postApiV1FileManagerCreateDirectory({
|
|
2793
|
+
...options,
|
|
2794
|
+
...fnOptions,
|
|
2795
|
+
throwOnError: true
|
|
2796
|
+
});
|
|
2797
|
+
return data;
|
|
2798
|
+
}
|
|
2799
|
+
};
|
|
2800
|
+
return mutationOptions;
|
|
2801
|
+
};
|
|
2802
|
+
var deleteApiV1FileManagerDeleteDirectoryMutation = (options) => {
|
|
2803
|
+
const mutationOptions = {
|
|
2804
|
+
mutationFn: async (fnOptions) => {
|
|
2805
|
+
const { data } = await deleteApiV1FileManagerDeleteDirectory({
|
|
2806
|
+
...options,
|
|
2807
|
+
...fnOptions,
|
|
2808
|
+
throwOnError: true
|
|
2809
|
+
});
|
|
2810
|
+
return data;
|
|
2811
|
+
}
|
|
2812
|
+
};
|
|
2813
|
+
return mutationOptions;
|
|
2814
|
+
};
|
|
2815
|
+
var postApiV1FileManagerMoveDirectoryMutation = (options) => {
|
|
2816
|
+
const mutationOptions = {
|
|
2817
|
+
mutationFn: async (fnOptions) => {
|
|
2818
|
+
const { data } = await postApiV1FileManagerMoveDirectory({
|
|
2819
|
+
...options,
|
|
2820
|
+
...fnOptions,
|
|
2821
|
+
throwOnError: true
|
|
2822
|
+
});
|
|
2823
|
+
return data;
|
|
2824
|
+
}
|
|
2825
|
+
};
|
|
2826
|
+
return mutationOptions;
|
|
2827
|
+
};
|
|
2828
|
+
var postApiV1FileManagerUploadMutation = (options) => {
|
|
2829
|
+
const mutationOptions = {
|
|
2830
|
+
mutationFn: async (fnOptions) => {
|
|
2831
|
+
const { data } = await postApiV1FileManagerUpload({
|
|
2832
|
+
...options,
|
|
2833
|
+
...fnOptions,
|
|
2834
|
+
throwOnError: true
|
|
2835
|
+
});
|
|
2836
|
+
return data;
|
|
2837
|
+
}
|
|
2838
|
+
};
|
|
2839
|
+
return mutationOptions;
|
|
2840
|
+
};
|
|
2841
|
+
var deleteApiV1GithubConnectorMutation = (options) => {
|
|
2842
|
+
const mutationOptions = {
|
|
2843
|
+
mutationFn: async (fnOptions) => {
|
|
2844
|
+
const { data } = await deleteApiV1GithubConnector({
|
|
2845
|
+
...options,
|
|
2846
|
+
...fnOptions,
|
|
2847
|
+
throwOnError: true
|
|
2848
|
+
});
|
|
2849
|
+
return data;
|
|
2850
|
+
}
|
|
2851
|
+
};
|
|
2852
|
+
return mutationOptions;
|
|
2853
|
+
};
|
|
2854
|
+
var postApiV1GithubConnectorMutation = (options) => {
|
|
2855
|
+
const mutationOptions = {
|
|
2856
|
+
mutationFn: async (fnOptions) => {
|
|
2857
|
+
const { data } = await postApiV1GithubConnector({
|
|
2858
|
+
...options,
|
|
2859
|
+
...fnOptions,
|
|
2860
|
+
throwOnError: true
|
|
2861
|
+
});
|
|
2862
|
+
return data;
|
|
2863
|
+
}
|
|
2864
|
+
};
|
|
2865
|
+
return mutationOptions;
|
|
2866
|
+
};
|
|
2867
|
+
var putApiV1GithubConnectorMutation = (options) => {
|
|
2868
|
+
const mutationOptions = {
|
|
2869
|
+
mutationFn: async (fnOptions) => {
|
|
2870
|
+
const { data } = await putApiV1GithubConnector({
|
|
2871
|
+
...options,
|
|
2872
|
+
...fnOptions,
|
|
2873
|
+
throwOnError: true
|
|
2874
|
+
});
|
|
2875
|
+
return data;
|
|
2876
|
+
}
|
|
2877
|
+
};
|
|
2878
|
+
return mutationOptions;
|
|
2879
|
+
};
|
|
2880
|
+
var getApiV1GithubConnectorAllQueryKey = (options) => createQueryKey("getApiV1GithubConnectorAll", options);
|
|
2881
|
+
var getApiV1GithubConnectorAllOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2882
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2883
|
+
const { data } = await getApiV1GithubConnectorAll({
|
|
2884
|
+
...options,
|
|
2885
|
+
...queryKey[0],
|
|
2886
|
+
signal,
|
|
2887
|
+
throwOnError: true
|
|
2888
|
+
});
|
|
2889
|
+
return data;
|
|
2890
|
+
},
|
|
2891
|
+
queryKey: getApiV1GithubConnectorAllQueryKey(options)
|
|
2892
|
+
});
|
|
2893
|
+
var getApiV1GithubConnectorRepositoriesQueryKey = (options) => createQueryKey("getApiV1GithubConnectorRepositories", options);
|
|
2894
|
+
var getApiV1GithubConnectorRepositoriesOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2895
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2896
|
+
const { data } = await getApiV1GithubConnectorRepositories({
|
|
2897
|
+
...options,
|
|
2898
|
+
...queryKey[0],
|
|
2899
|
+
signal,
|
|
2900
|
+
throwOnError: true
|
|
2901
|
+
});
|
|
2902
|
+
return data;
|
|
2903
|
+
},
|
|
2904
|
+
queryKey: getApiV1GithubConnectorRepositoriesQueryKey(options)
|
|
2905
|
+
});
|
|
2906
|
+
var postApiV1GithubConnectorRepositoryBranchesMutation = (options) => {
|
|
2907
|
+
const mutationOptions = {
|
|
2908
|
+
mutationFn: async (fnOptions) => {
|
|
2909
|
+
const { data } = await postApiV1GithubConnectorRepositoryBranches({
|
|
2910
|
+
...options,
|
|
2911
|
+
...fnOptions,
|
|
2912
|
+
throwOnError: true
|
|
2913
|
+
});
|
|
2914
|
+
return data;
|
|
2915
|
+
}
|
|
2916
|
+
};
|
|
2917
|
+
return mutationOptions;
|
|
2918
|
+
};
|
|
2919
|
+
var getApiV1HealthQueryKey = (options) => createQueryKey("getApiV1Health", options);
|
|
2920
|
+
var getApiV1HealthOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2921
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2922
|
+
const { data } = await getApiV1Health({
|
|
2923
|
+
...options,
|
|
2924
|
+
...queryKey[0],
|
|
2925
|
+
signal,
|
|
2926
|
+
throwOnError: true
|
|
2927
|
+
});
|
|
2928
|
+
return data;
|
|
2929
|
+
},
|
|
2930
|
+
queryKey: getApiV1HealthQueryKey(options)
|
|
2931
|
+
});
|
|
2932
|
+
var deleteApiV1HealthcheckMutation = (options) => {
|
|
2933
|
+
const mutationOptions = {
|
|
2934
|
+
mutationFn: async (fnOptions) => {
|
|
2935
|
+
const { data } = await deleteApiV1Healthcheck({
|
|
2936
|
+
...options,
|
|
2937
|
+
...fnOptions,
|
|
2938
|
+
throwOnError: true
|
|
2939
|
+
});
|
|
2940
|
+
return data;
|
|
2941
|
+
}
|
|
2942
|
+
};
|
|
2943
|
+
return mutationOptions;
|
|
2944
|
+
};
|
|
2945
|
+
var getApiV1HealthcheckQueryKey = (options) => createQueryKey("getApiV1Healthcheck", options);
|
|
2946
|
+
var getApiV1HealthcheckOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2947
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2948
|
+
const { data } = await getApiV1Healthcheck({
|
|
2949
|
+
...options,
|
|
2950
|
+
...queryKey[0],
|
|
2951
|
+
signal,
|
|
2952
|
+
throwOnError: true
|
|
2953
|
+
});
|
|
2954
|
+
return data;
|
|
2955
|
+
},
|
|
2956
|
+
queryKey: getApiV1HealthcheckQueryKey(options)
|
|
2957
|
+
});
|
|
2958
|
+
var postApiV1HealthcheckMutation = (options) => {
|
|
2959
|
+
const mutationOptions = {
|
|
2960
|
+
mutationFn: async (fnOptions) => {
|
|
2961
|
+
const { data } = await postApiV1Healthcheck({
|
|
2962
|
+
...options,
|
|
2963
|
+
...fnOptions,
|
|
2964
|
+
throwOnError: true
|
|
2965
|
+
});
|
|
2966
|
+
return data;
|
|
2967
|
+
}
|
|
2968
|
+
};
|
|
2969
|
+
return mutationOptions;
|
|
2970
|
+
};
|
|
2971
|
+
var putApiV1HealthcheckMutation = (options) => {
|
|
2972
|
+
const mutationOptions = {
|
|
2973
|
+
mutationFn: async (fnOptions) => {
|
|
2974
|
+
const { data } = await putApiV1Healthcheck({
|
|
2975
|
+
...options,
|
|
2976
|
+
...fnOptions,
|
|
2977
|
+
throwOnError: true
|
|
2978
|
+
});
|
|
2979
|
+
return data;
|
|
2980
|
+
}
|
|
2981
|
+
};
|
|
2982
|
+
return mutationOptions;
|
|
2983
|
+
};
|
|
2984
|
+
var getApiV1HealthcheckResultsQueryKey = (options) => createQueryKey("getApiV1HealthcheckResults", options);
|
|
2985
|
+
var getApiV1HealthcheckResultsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2986
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
2987
|
+
const { data } = await getApiV1HealthcheckResults({
|
|
2988
|
+
...options,
|
|
2989
|
+
...queryKey[0],
|
|
2990
|
+
signal,
|
|
2991
|
+
throwOnError: true
|
|
2992
|
+
});
|
|
2993
|
+
return data;
|
|
2994
|
+
},
|
|
2995
|
+
queryKey: getApiV1HealthcheckResultsQueryKey(options)
|
|
2996
|
+
});
|
|
2997
|
+
var getApiV1HealthcheckStatsQueryKey = (options) => createQueryKey("getApiV1HealthcheckStats", options);
|
|
2998
|
+
var getApiV1HealthcheckStatsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
2999
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3000
|
+
const { data } = await getApiV1HealthcheckStats({
|
|
3001
|
+
...options,
|
|
3002
|
+
...queryKey[0],
|
|
3003
|
+
signal,
|
|
3004
|
+
throwOnError: true
|
|
3005
|
+
});
|
|
3006
|
+
return data;
|
|
3007
|
+
},
|
|
3008
|
+
queryKey: getApiV1HealthcheckStatsQueryKey(options)
|
|
3009
|
+
});
|
|
3010
|
+
var patchApiV1HealthcheckToggleMutation = (options) => {
|
|
3011
|
+
const mutationOptions = {
|
|
3012
|
+
mutationFn: async (fnOptions) => {
|
|
3013
|
+
const { data } = await patchApiV1HealthcheckToggle({
|
|
3014
|
+
...options,
|
|
3015
|
+
...fnOptions,
|
|
3016
|
+
throwOnError: true
|
|
3017
|
+
});
|
|
3018
|
+
return data;
|
|
3019
|
+
}
|
|
3020
|
+
};
|
|
3021
|
+
return mutationOptions;
|
|
3022
|
+
};
|
|
3023
|
+
var postApiV1LivePauseMutation = (options) => {
|
|
3024
|
+
const mutationOptions = {
|
|
3025
|
+
mutationFn: async (fnOptions) => {
|
|
3026
|
+
const { data } = await postApiV1LivePause({
|
|
3027
|
+
...options,
|
|
3028
|
+
...fnOptions,
|
|
3029
|
+
throwOnError: true
|
|
3030
|
+
});
|
|
3031
|
+
return data;
|
|
3032
|
+
}
|
|
3033
|
+
};
|
|
3034
|
+
return mutationOptions;
|
|
3035
|
+
};
|
|
3036
|
+
var getApiV1NotificationPreferencesQueryKey = (options) => createQueryKey("getApiV1NotificationPreferences", options);
|
|
3037
|
+
var getApiV1NotificationPreferencesOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3038
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3039
|
+
const { data } = await getApiV1NotificationPreferences({
|
|
3040
|
+
...options,
|
|
3041
|
+
...queryKey[0],
|
|
3042
|
+
signal,
|
|
3043
|
+
throwOnError: true
|
|
3044
|
+
});
|
|
3045
|
+
return data;
|
|
3046
|
+
},
|
|
3047
|
+
queryKey: getApiV1NotificationPreferencesQueryKey(options)
|
|
3048
|
+
});
|
|
3049
|
+
var postApiV1NotificationPreferencesMutation = (options) => {
|
|
3050
|
+
const mutationOptions = {
|
|
3051
|
+
mutationFn: async (fnOptions) => {
|
|
3052
|
+
const { data } = await postApiV1NotificationPreferences({
|
|
3053
|
+
...options,
|
|
3054
|
+
...fnOptions,
|
|
3055
|
+
throwOnError: true
|
|
3056
|
+
});
|
|
3057
|
+
return data;
|
|
3058
|
+
}
|
|
3059
|
+
};
|
|
3060
|
+
return mutationOptions;
|
|
3061
|
+
};
|
|
3062
|
+
var deleteApiV1NotificationSmtpMutation = (options) => {
|
|
3063
|
+
const mutationOptions = {
|
|
3064
|
+
mutationFn: async (fnOptions) => {
|
|
3065
|
+
const { data } = await deleteApiV1NotificationSmtp({
|
|
3066
|
+
...options,
|
|
3067
|
+
...fnOptions,
|
|
3068
|
+
throwOnError: true
|
|
3069
|
+
});
|
|
3070
|
+
return data;
|
|
3071
|
+
}
|
|
3072
|
+
};
|
|
3073
|
+
return mutationOptions;
|
|
3074
|
+
};
|
|
3075
|
+
var getApiV1NotificationSmtpQueryKey = (options) => createQueryKey("getApiV1NotificationSmtp", options);
|
|
3076
|
+
var getApiV1NotificationSmtpOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3077
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3078
|
+
const { data } = await getApiV1NotificationSmtp({
|
|
3079
|
+
...options,
|
|
3080
|
+
...queryKey[0],
|
|
3081
|
+
signal,
|
|
3082
|
+
throwOnError: true
|
|
3083
|
+
});
|
|
3084
|
+
return data;
|
|
3085
|
+
},
|
|
3086
|
+
queryKey: getApiV1NotificationSmtpQueryKey(options)
|
|
3087
|
+
});
|
|
3088
|
+
var postApiV1NotificationSmtpMutation = (options) => {
|
|
3089
|
+
const mutationOptions = {
|
|
3090
|
+
mutationFn: async (fnOptions) => {
|
|
3091
|
+
const { data } = await postApiV1NotificationSmtp({
|
|
3092
|
+
...options,
|
|
3093
|
+
...fnOptions,
|
|
3094
|
+
throwOnError: true
|
|
3095
|
+
});
|
|
3096
|
+
return data;
|
|
3097
|
+
}
|
|
3098
|
+
};
|
|
3099
|
+
return mutationOptions;
|
|
3100
|
+
};
|
|
3101
|
+
var putApiV1NotificationSmtpMutation = (options) => {
|
|
3102
|
+
const mutationOptions = {
|
|
3103
|
+
mutationFn: async (fnOptions) => {
|
|
3104
|
+
const { data } = await putApiV1NotificationSmtp({
|
|
3105
|
+
...options,
|
|
3106
|
+
...fnOptions,
|
|
3107
|
+
throwOnError: true
|
|
3108
|
+
});
|
|
3109
|
+
return data;
|
|
3110
|
+
}
|
|
3111
|
+
};
|
|
3112
|
+
return mutationOptions;
|
|
3113
|
+
};
|
|
3114
|
+
var deleteApiV1NotificationWebhookMutation = (options) => {
|
|
3115
|
+
const mutationOptions = {
|
|
3116
|
+
mutationFn: async (fnOptions) => {
|
|
3117
|
+
const { data } = await deleteApiV1NotificationWebhook({
|
|
3118
|
+
...options,
|
|
3119
|
+
...fnOptions,
|
|
3120
|
+
throwOnError: true
|
|
3121
|
+
});
|
|
3122
|
+
return data;
|
|
3123
|
+
}
|
|
3124
|
+
};
|
|
3125
|
+
return mutationOptions;
|
|
3126
|
+
};
|
|
3127
|
+
var postApiV1NotificationWebhookMutation = (options) => {
|
|
3128
|
+
const mutationOptions = {
|
|
3129
|
+
mutationFn: async (fnOptions) => {
|
|
3130
|
+
const { data } = await postApiV1NotificationWebhook({
|
|
3131
|
+
...options,
|
|
3132
|
+
...fnOptions,
|
|
3133
|
+
throwOnError: true
|
|
3134
|
+
});
|
|
3135
|
+
return data;
|
|
3136
|
+
}
|
|
3137
|
+
};
|
|
3138
|
+
return mutationOptions;
|
|
3139
|
+
};
|
|
3140
|
+
var putApiV1NotificationWebhookMutation = (options) => {
|
|
3141
|
+
const mutationOptions = {
|
|
3142
|
+
mutationFn: async (fnOptions) => {
|
|
3143
|
+
const { data } = await putApiV1NotificationWebhook({
|
|
3144
|
+
...options,
|
|
3145
|
+
...fnOptions,
|
|
3146
|
+
throwOnError: true
|
|
3147
|
+
});
|
|
3148
|
+
return data;
|
|
3149
|
+
}
|
|
3150
|
+
};
|
|
3151
|
+
return mutationOptions;
|
|
3152
|
+
};
|
|
3153
|
+
var getApiV1NotificationWebhookTypeQueryKey = (options) => createQueryKey("getApiV1NotificationWebhookType", options);
|
|
3154
|
+
var getApiV1NotificationWebhookTypeOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3155
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3156
|
+
const { data } = await getApiV1NotificationWebhookType({
|
|
3157
|
+
...options,
|
|
3158
|
+
...queryKey[0],
|
|
3159
|
+
signal,
|
|
3160
|
+
throwOnError: true
|
|
3161
|
+
});
|
|
3162
|
+
return data;
|
|
3163
|
+
},
|
|
3164
|
+
queryKey: getApiV1NotificationWebhookTypeQueryKey(options)
|
|
3165
|
+
});
|
|
3166
|
+
var getApiV1ServersQueryKey = (options) => createQueryKey("getApiV1Servers", options);
|
|
3167
|
+
var getApiV1ServersOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3168
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3169
|
+
const { data } = await getApiV1Servers({
|
|
3170
|
+
...options,
|
|
3171
|
+
...queryKey[0],
|
|
3172
|
+
signal,
|
|
3173
|
+
throwOnError: true
|
|
3174
|
+
});
|
|
3175
|
+
return data;
|
|
3176
|
+
},
|
|
3177
|
+
queryKey: getApiV1ServersQueryKey(options)
|
|
3178
|
+
});
|
|
3179
|
+
var getApiV1ServersSshStatusQueryKey = (options) => createQueryKey("getApiV1ServersSshStatus", options);
|
|
3180
|
+
var getApiV1ServersSshStatusOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3181
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3182
|
+
const { data } = await getApiV1ServersSshStatus({
|
|
3183
|
+
...options,
|
|
3184
|
+
...queryKey[0],
|
|
3185
|
+
signal,
|
|
3186
|
+
throwOnError: true
|
|
3187
|
+
});
|
|
3188
|
+
return data;
|
|
3189
|
+
},
|
|
3190
|
+
queryKey: getApiV1ServersSshStatusQueryKey(options)
|
|
3191
|
+
});
|
|
3192
|
+
var postApiV1TrailProvisionMutation = (options) => {
|
|
3193
|
+
const mutationOptions = {
|
|
3194
|
+
mutationFn: async (fnOptions) => {
|
|
3195
|
+
const { data } = await postApiV1TrailProvision({
|
|
3196
|
+
...options,
|
|
3197
|
+
...fnOptions,
|
|
3198
|
+
throwOnError: true
|
|
3199
|
+
});
|
|
3200
|
+
return data;
|
|
3201
|
+
}
|
|
3202
|
+
};
|
|
3203
|
+
return mutationOptions;
|
|
3204
|
+
};
|
|
3205
|
+
var getApiV1TrailStatusSessionIdQueryKey = (options) => createQueryKey("getApiV1TrailStatusSessionId", options);
|
|
3206
|
+
var getApiV1TrailStatusSessionIdOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3207
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3208
|
+
const { data } = await getApiV1TrailStatusSessionId({
|
|
3209
|
+
...options,
|
|
3210
|
+
...queryKey[0],
|
|
3211
|
+
signal,
|
|
3212
|
+
throwOnError: true
|
|
3213
|
+
});
|
|
3214
|
+
return data;
|
|
3215
|
+
},
|
|
3216
|
+
queryKey: getApiV1TrailStatusSessionIdQueryKey(options)
|
|
3217
|
+
});
|
|
3218
|
+
var postApiV1UpdateMutation = (options) => {
|
|
3219
|
+
const mutationOptions = {
|
|
3220
|
+
mutationFn: async (fnOptions) => {
|
|
3221
|
+
const { data } = await postApiV1Update({
|
|
3222
|
+
...options,
|
|
3223
|
+
...fnOptions,
|
|
3224
|
+
throwOnError: true
|
|
3225
|
+
});
|
|
3226
|
+
return data;
|
|
3227
|
+
}
|
|
3228
|
+
};
|
|
3229
|
+
return mutationOptions;
|
|
3230
|
+
};
|
|
3231
|
+
var getApiV1UpdateCheckQueryKey = (options) => createQueryKey("getApiV1UpdateCheck", options);
|
|
3232
|
+
var getApiV1UpdateCheckOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3233
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3234
|
+
const { data } = await getApiV1UpdateCheck({
|
|
3235
|
+
...options,
|
|
3236
|
+
...queryKey[0],
|
|
3237
|
+
signal,
|
|
3238
|
+
throwOnError: true
|
|
3239
|
+
});
|
|
3240
|
+
return data;
|
|
3241
|
+
},
|
|
3242
|
+
queryKey: getApiV1UpdateCheckQueryKey(options)
|
|
3243
|
+
});
|
|
3244
|
+
var getApiV1UserQueryKey = (options) => createQueryKey("getApiV1User", options);
|
|
3245
|
+
var getApiV1UserOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3246
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3247
|
+
const { data } = await getApiV1User({
|
|
3248
|
+
...options,
|
|
3249
|
+
...queryKey[0],
|
|
3250
|
+
signal,
|
|
3251
|
+
throwOnError: true
|
|
3252
|
+
});
|
|
3253
|
+
return data;
|
|
3254
|
+
},
|
|
3255
|
+
queryKey: getApiV1UserQueryKey(options)
|
|
3256
|
+
});
|
|
3257
|
+
var patchApiV1UserAvatarMutation = (options) => {
|
|
3258
|
+
const mutationOptions = {
|
|
3259
|
+
mutationFn: async (fnOptions) => {
|
|
3260
|
+
const { data } = await patchApiV1UserAvatar({
|
|
3261
|
+
...options,
|
|
3262
|
+
...fnOptions,
|
|
3263
|
+
throwOnError: true
|
|
3264
|
+
});
|
|
3265
|
+
return data;
|
|
3266
|
+
}
|
|
3267
|
+
};
|
|
3268
|
+
return mutationOptions;
|
|
3269
|
+
};
|
|
3270
|
+
var patchApiV1UserNameMutation = (options) => {
|
|
3271
|
+
const mutationOptions = {
|
|
3272
|
+
mutationFn: async (fnOptions) => {
|
|
3273
|
+
const { data } = await patchApiV1UserName({
|
|
3274
|
+
...options,
|
|
3275
|
+
...fnOptions,
|
|
3276
|
+
throwOnError: true
|
|
3277
|
+
});
|
|
3278
|
+
return data;
|
|
3279
|
+
}
|
|
3280
|
+
};
|
|
3281
|
+
return mutationOptions;
|
|
3282
|
+
};
|
|
3283
|
+
var getApiV1UserOnboardedQueryKey = (options) => createQueryKey("getApiV1UserOnboarded", options);
|
|
3284
|
+
var getApiV1UserOnboardedOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3285
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3286
|
+
const { data } = await getApiV1UserOnboarded({
|
|
3287
|
+
...options,
|
|
3288
|
+
...queryKey[0],
|
|
3289
|
+
signal,
|
|
3290
|
+
throwOnError: true
|
|
3291
|
+
});
|
|
3292
|
+
return data;
|
|
3293
|
+
},
|
|
3294
|
+
queryKey: getApiV1UserOnboardedQueryKey(options)
|
|
3295
|
+
});
|
|
3296
|
+
var postApiV1UserOnboardedMutation = (options) => {
|
|
3297
|
+
const mutationOptions = {
|
|
3298
|
+
mutationFn: async (fnOptions) => {
|
|
3299
|
+
const { data } = await postApiV1UserOnboarded({
|
|
3300
|
+
...options,
|
|
3301
|
+
...fnOptions,
|
|
3302
|
+
throwOnError: true
|
|
3303
|
+
});
|
|
3304
|
+
return data;
|
|
3305
|
+
}
|
|
3306
|
+
};
|
|
3307
|
+
return mutationOptions;
|
|
3308
|
+
};
|
|
3309
|
+
var getApiV1UserPreferencesQueryKey = (options) => createQueryKey("getApiV1UserPreferences", options);
|
|
3310
|
+
var getApiV1UserPreferencesOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3311
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3312
|
+
const { data } = await getApiV1UserPreferences({
|
|
3313
|
+
...options,
|
|
3314
|
+
...queryKey[0],
|
|
3315
|
+
signal,
|
|
3316
|
+
throwOnError: true
|
|
3317
|
+
});
|
|
3318
|
+
return data;
|
|
3319
|
+
},
|
|
3320
|
+
queryKey: getApiV1UserPreferencesQueryKey(options)
|
|
3321
|
+
});
|
|
3322
|
+
var putApiV1UserPreferencesMutation = (options) => {
|
|
3323
|
+
const mutationOptions = {
|
|
3324
|
+
mutationFn: async (fnOptions) => {
|
|
3325
|
+
const { data } = await putApiV1UserPreferences({
|
|
3326
|
+
...options,
|
|
3327
|
+
...fnOptions,
|
|
3328
|
+
throwOnError: true
|
|
3329
|
+
});
|
|
3330
|
+
return data;
|
|
3331
|
+
}
|
|
3332
|
+
};
|
|
3333
|
+
return mutationOptions;
|
|
3334
|
+
};
|
|
3335
|
+
var getApiV1UserSettingsQueryKey = (options) => createQueryKey("getApiV1UserSettings", options);
|
|
3336
|
+
var getApiV1UserSettingsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3337
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3338
|
+
const { data } = await getApiV1UserSettings({
|
|
3339
|
+
...options,
|
|
3340
|
+
...queryKey[0],
|
|
3341
|
+
signal,
|
|
3342
|
+
throwOnError: true
|
|
3343
|
+
});
|
|
3344
|
+
return data;
|
|
3345
|
+
},
|
|
3346
|
+
queryKey: getApiV1UserSettingsQueryKey(options)
|
|
3347
|
+
});
|
|
3348
|
+
var patchApiV1UserSettingsAutoUpdateMutation = (options) => {
|
|
3349
|
+
const mutationOptions = {
|
|
3350
|
+
mutationFn: async (fnOptions) => {
|
|
3351
|
+
const { data } = await patchApiV1UserSettingsAutoUpdate({
|
|
3352
|
+
...options,
|
|
3353
|
+
...fnOptions,
|
|
3354
|
+
throwOnError: true
|
|
3355
|
+
});
|
|
3356
|
+
return data;
|
|
3357
|
+
}
|
|
3358
|
+
};
|
|
3359
|
+
return mutationOptions;
|
|
3360
|
+
};
|
|
3361
|
+
var patchApiV1UserSettingsFontMutation = (options) => {
|
|
3362
|
+
const mutationOptions = {
|
|
3363
|
+
mutationFn: async (fnOptions) => {
|
|
3364
|
+
const { data } = await patchApiV1UserSettingsFont({
|
|
3365
|
+
...options,
|
|
3366
|
+
...fnOptions,
|
|
3367
|
+
throwOnError: true
|
|
3368
|
+
});
|
|
3369
|
+
return data;
|
|
3370
|
+
}
|
|
3371
|
+
};
|
|
3372
|
+
return mutationOptions;
|
|
3373
|
+
};
|
|
3374
|
+
var patchApiV1UserSettingsLanguageMutation = (options) => {
|
|
3375
|
+
const mutationOptions = {
|
|
3376
|
+
mutationFn: async (fnOptions) => {
|
|
3377
|
+
const { data } = await patchApiV1UserSettingsLanguage({
|
|
3378
|
+
...options,
|
|
3379
|
+
...fnOptions,
|
|
3380
|
+
throwOnError: true
|
|
3381
|
+
});
|
|
3382
|
+
return data;
|
|
3383
|
+
}
|
|
3384
|
+
};
|
|
3385
|
+
return mutationOptions;
|
|
3386
|
+
};
|
|
3387
|
+
var patchApiV1UserSettingsThemeMutation = (options) => {
|
|
3388
|
+
const mutationOptions = {
|
|
3389
|
+
mutationFn: async (fnOptions) => {
|
|
3390
|
+
const { data } = await patchApiV1UserSettingsTheme({
|
|
3391
|
+
...options,
|
|
3392
|
+
...fnOptions,
|
|
3393
|
+
throwOnError: true
|
|
3394
|
+
});
|
|
3395
|
+
return data;
|
|
3396
|
+
}
|
|
3397
|
+
};
|
|
3398
|
+
return mutationOptions;
|
|
3399
|
+
};
|
|
3400
|
+
var postApiV1WebhookMutation = (options) => {
|
|
3401
|
+
const mutationOptions = {
|
|
3402
|
+
mutationFn: async (fnOptions) => {
|
|
3403
|
+
const { data } = await postApiV1Webhook({
|
|
3404
|
+
...options,
|
|
3405
|
+
...fnOptions,
|
|
3406
|
+
throwOnError: true
|
|
3407
|
+
});
|
|
3408
|
+
return data;
|
|
3409
|
+
}
|
|
3410
|
+
};
|
|
3411
|
+
return mutationOptions;
|
|
3412
|
+
};
|
|
3413
|
+
var getWsQueryKey = (options) => createQueryKey("getWs", options);
|
|
3414
|
+
var getWsOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3415
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3416
|
+
const { data } = await getWs({
|
|
3417
|
+
...options,
|
|
3418
|
+
...queryKey[0],
|
|
3419
|
+
signal,
|
|
3420
|
+
throwOnError: true
|
|
3421
|
+
});
|
|
3422
|
+
return data;
|
|
3423
|
+
},
|
|
3424
|
+
queryKey: getWsQueryKey(options)
|
|
3425
|
+
});
|
|
3426
|
+
var getWsLiveApplicationIdQueryKey = (options) => createQueryKey("getWsLiveApplicationId", options);
|
|
3427
|
+
var getWsLiveApplicationIdOptions = (options) => (0, import_react_query.queryOptions)({
|
|
3428
|
+
queryFn: async ({ queryKey, signal }) => {
|
|
3429
|
+
const { data } = await getWsLiveApplicationId({
|
|
3430
|
+
...options,
|
|
3431
|
+
...queryKey[0],
|
|
3432
|
+
signal,
|
|
3433
|
+
throwOnError: true
|
|
3434
|
+
});
|
|
3435
|
+
return data;
|
|
3436
|
+
},
|
|
3437
|
+
queryKey: getWsLiveApplicationIdQueryKey(options)
|
|
3438
|
+
});
|
|
3439
|
+
|
|
1781
3440
|
// src/zod.gen.ts
|
|
1782
3441
|
var import_zod = require("zod");
|
|
1783
3442
|
var zAddApplicationDomainRequest = import_zod.z.object({
|
|
@@ -5625,113 +7284,269 @@ var zGetApiV1DeployApplicationsResponse = zListApplicationsResponse;
|
|
|
5625
7284
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5626
7285
|
0 && (module.exports = {
|
|
5627
7286
|
deleteApiV1ContainerContainerId,
|
|
7287
|
+
deleteApiV1ContainerContainerIdMutation,
|
|
5628
7288
|
deleteApiV1DeployApplication,
|
|
5629
7289
|
deleteApiV1DeployApplicationDomains,
|
|
7290
|
+
deleteApiV1DeployApplicationDomainsMutation,
|
|
7291
|
+
deleteApiV1DeployApplicationMutation,
|
|
5630
7292
|
deleteApiV1Domain,
|
|
7293
|
+
deleteApiV1DomainMutation,
|
|
5631
7294
|
deleteApiV1ExtensionsId,
|
|
7295
|
+
deleteApiV1ExtensionsIdMutation,
|
|
5632
7296
|
deleteApiV1FileManagerDeleteDirectory,
|
|
7297
|
+
deleteApiV1FileManagerDeleteDirectoryMutation,
|
|
5633
7298
|
deleteApiV1GithubConnector,
|
|
7299
|
+
deleteApiV1GithubConnectorMutation,
|
|
5634
7300
|
deleteApiV1Healthcheck,
|
|
7301
|
+
deleteApiV1HealthcheckMutation,
|
|
5635
7302
|
deleteApiV1NotificationSmtp,
|
|
7303
|
+
deleteApiV1NotificationSmtpMutation,
|
|
5636
7304
|
deleteApiV1NotificationWebhook,
|
|
7305
|
+
deleteApiV1NotificationWebhookMutation,
|
|
5637
7306
|
getApiV1AuditLogs,
|
|
7307
|
+
getApiV1AuditLogsOptions,
|
|
7308
|
+
getApiV1AuditLogsQueryKey,
|
|
5638
7309
|
getApiV1AuthBootstrap,
|
|
7310
|
+
getApiV1AuthBootstrapOptions,
|
|
7311
|
+
getApiV1AuthBootstrapQueryKey,
|
|
5639
7312
|
getApiV1AuthIsAdminRegistered,
|
|
7313
|
+
getApiV1AuthIsAdminRegisteredOptions,
|
|
7314
|
+
getApiV1AuthIsAdminRegisteredQueryKey,
|
|
5640
7315
|
getApiV1Container,
|
|
5641
7316
|
getApiV1ContainerContainerId,
|
|
7317
|
+
getApiV1ContainerContainerIdOptions,
|
|
7318
|
+
getApiV1ContainerContainerIdQueryKey,
|
|
7319
|
+
getApiV1ContainerOptions,
|
|
7320
|
+
getApiV1ContainerQueryKey,
|
|
5642
7321
|
getApiV1DeployApplication,
|
|
5643
7322
|
getApiV1DeployApplicationDeployments,
|
|
5644
7323
|
getApiV1DeployApplicationDeploymentsDeploymentId,
|
|
5645
7324
|
getApiV1DeployApplicationDeploymentsDeploymentIdLogs,
|
|
7325
|
+
getApiV1DeployApplicationDeploymentsDeploymentIdLogsOptions,
|
|
7326
|
+
getApiV1DeployApplicationDeploymentsDeploymentIdLogsQueryKey,
|
|
7327
|
+
getApiV1DeployApplicationDeploymentsDeploymentIdOptions,
|
|
7328
|
+
getApiV1DeployApplicationDeploymentsDeploymentIdQueryKey,
|
|
7329
|
+
getApiV1DeployApplicationDeploymentsInfiniteOptions,
|
|
7330
|
+
getApiV1DeployApplicationDeploymentsInfiniteQueryKey,
|
|
7331
|
+
getApiV1DeployApplicationDeploymentsOptions,
|
|
7332
|
+
getApiV1DeployApplicationDeploymentsQueryKey,
|
|
5646
7333
|
getApiV1DeployApplicationLogsApplicationId,
|
|
7334
|
+
getApiV1DeployApplicationLogsApplicationIdOptions,
|
|
7335
|
+
getApiV1DeployApplicationLogsApplicationIdQueryKey,
|
|
7336
|
+
getApiV1DeployApplicationOptions,
|
|
5647
7337
|
getApiV1DeployApplicationProjectFamily,
|
|
5648
7338
|
getApiV1DeployApplicationProjectFamilyEnvironments,
|
|
7339
|
+
getApiV1DeployApplicationProjectFamilyEnvironmentsOptions,
|
|
7340
|
+
getApiV1DeployApplicationProjectFamilyEnvironmentsQueryKey,
|
|
7341
|
+
getApiV1DeployApplicationProjectFamilyOptions,
|
|
7342
|
+
getApiV1DeployApplicationProjectFamilyQueryKey,
|
|
7343
|
+
getApiV1DeployApplicationQueryKey,
|
|
5649
7344
|
getApiV1DeployApplications,
|
|
7345
|
+
getApiV1DeployApplicationsInfiniteOptions,
|
|
7346
|
+
getApiV1DeployApplicationsInfiniteQueryKey,
|
|
7347
|
+
getApiV1DeployApplicationsOptions,
|
|
7348
|
+
getApiV1DeployApplicationsQueryKey,
|
|
5650
7349
|
getApiV1DomainGenerate,
|
|
7350
|
+
getApiV1DomainGenerateOptions,
|
|
7351
|
+
getApiV1DomainGenerateQueryKey,
|
|
5651
7352
|
getApiV1Domains,
|
|
7353
|
+
getApiV1DomainsOptions,
|
|
7354
|
+
getApiV1DomainsQueryKey,
|
|
5652
7355
|
getApiV1Extensions,
|
|
5653
7356
|
getApiV1ExtensionsByExtensionIdExtensionId,
|
|
5654
7357
|
getApiV1ExtensionsByExtensionIdExtensionIdExecutions,
|
|
7358
|
+
getApiV1ExtensionsByExtensionIdExtensionIdExecutionsOptions,
|
|
7359
|
+
getApiV1ExtensionsByExtensionIdExtensionIdExecutionsQueryKey,
|
|
7360
|
+
getApiV1ExtensionsByExtensionIdExtensionIdOptions,
|
|
7361
|
+
getApiV1ExtensionsByExtensionIdExtensionIdQueryKey,
|
|
5655
7362
|
getApiV1ExtensionsCategories,
|
|
7363
|
+
getApiV1ExtensionsCategoriesOptions,
|
|
7364
|
+
getApiV1ExtensionsCategoriesQueryKey,
|
|
5656
7365
|
getApiV1ExtensionsExecutionExecutionId,
|
|
5657
7366
|
getApiV1ExtensionsExecutionExecutionIdLogs,
|
|
7367
|
+
getApiV1ExtensionsExecutionExecutionIdLogsOptions,
|
|
7368
|
+
getApiV1ExtensionsExecutionExecutionIdLogsQueryKey,
|
|
7369
|
+
getApiV1ExtensionsExecutionExecutionIdOptions,
|
|
7370
|
+
getApiV1ExtensionsExecutionExecutionIdQueryKey,
|
|
5658
7371
|
getApiV1ExtensionsId,
|
|
7372
|
+
getApiV1ExtensionsIdOptions,
|
|
7373
|
+
getApiV1ExtensionsIdQueryKey,
|
|
7374
|
+
getApiV1ExtensionsOptions,
|
|
7375
|
+
getApiV1ExtensionsQueryKey,
|
|
5659
7376
|
getApiV1FeatureFlags,
|
|
5660
7377
|
getApiV1FeatureFlagsCheck,
|
|
7378
|
+
getApiV1FeatureFlagsCheckOptions,
|
|
7379
|
+
getApiV1FeatureFlagsCheckQueryKey,
|
|
7380
|
+
getApiV1FeatureFlagsOptions,
|
|
7381
|
+
getApiV1FeatureFlagsQueryKey,
|
|
5661
7382
|
getApiV1FileManager,
|
|
7383
|
+
getApiV1FileManagerOptions,
|
|
7384
|
+
getApiV1FileManagerQueryKey,
|
|
5662
7385
|
getApiV1GithubConnectorAll,
|
|
7386
|
+
getApiV1GithubConnectorAllOptions,
|
|
7387
|
+
getApiV1GithubConnectorAllQueryKey,
|
|
5663
7388
|
getApiV1GithubConnectorRepositories,
|
|
7389
|
+
getApiV1GithubConnectorRepositoriesOptions,
|
|
7390
|
+
getApiV1GithubConnectorRepositoriesQueryKey,
|
|
5664
7391
|
getApiV1Health,
|
|
7392
|
+
getApiV1HealthOptions,
|
|
7393
|
+
getApiV1HealthQueryKey,
|
|
5665
7394
|
getApiV1Healthcheck,
|
|
7395
|
+
getApiV1HealthcheckOptions,
|
|
7396
|
+
getApiV1HealthcheckQueryKey,
|
|
5666
7397
|
getApiV1HealthcheckResults,
|
|
7398
|
+
getApiV1HealthcheckResultsOptions,
|
|
7399
|
+
getApiV1HealthcheckResultsQueryKey,
|
|
5667
7400
|
getApiV1HealthcheckStats,
|
|
7401
|
+
getApiV1HealthcheckStatsOptions,
|
|
7402
|
+
getApiV1HealthcheckStatsQueryKey,
|
|
5668
7403
|
getApiV1NotificationPreferences,
|
|
7404
|
+
getApiV1NotificationPreferencesOptions,
|
|
7405
|
+
getApiV1NotificationPreferencesQueryKey,
|
|
5669
7406
|
getApiV1NotificationSmtp,
|
|
7407
|
+
getApiV1NotificationSmtpOptions,
|
|
7408
|
+
getApiV1NotificationSmtpQueryKey,
|
|
5670
7409
|
getApiV1NotificationWebhookType,
|
|
7410
|
+
getApiV1NotificationWebhookTypeOptions,
|
|
7411
|
+
getApiV1NotificationWebhookTypeQueryKey,
|
|
5671
7412
|
getApiV1Servers,
|
|
7413
|
+
getApiV1ServersOptions,
|
|
7414
|
+
getApiV1ServersQueryKey,
|
|
5672
7415
|
getApiV1ServersSshStatus,
|
|
7416
|
+
getApiV1ServersSshStatusOptions,
|
|
7417
|
+
getApiV1ServersSshStatusQueryKey,
|
|
5673
7418
|
getApiV1TrailStatusSessionId,
|
|
7419
|
+
getApiV1TrailStatusSessionIdOptions,
|
|
7420
|
+
getApiV1TrailStatusSessionIdQueryKey,
|
|
5674
7421
|
getApiV1UpdateCheck,
|
|
7422
|
+
getApiV1UpdateCheckOptions,
|
|
7423
|
+
getApiV1UpdateCheckQueryKey,
|
|
5675
7424
|
getApiV1User,
|
|
5676
7425
|
getApiV1UserOnboarded,
|
|
7426
|
+
getApiV1UserOnboardedOptions,
|
|
7427
|
+
getApiV1UserOnboardedQueryKey,
|
|
7428
|
+
getApiV1UserOptions,
|
|
5677
7429
|
getApiV1UserPreferences,
|
|
7430
|
+
getApiV1UserPreferencesOptions,
|
|
7431
|
+
getApiV1UserPreferencesQueryKey,
|
|
7432
|
+
getApiV1UserQueryKey,
|
|
5678
7433
|
getApiV1UserSettings,
|
|
7434
|
+
getApiV1UserSettingsOptions,
|
|
7435
|
+
getApiV1UserSettingsQueryKey,
|
|
5679
7436
|
getWs,
|
|
5680
7437
|
getWsLiveApplicationId,
|
|
7438
|
+
getWsLiveApplicationIdOptions,
|
|
7439
|
+
getWsLiveApplicationIdQueryKey,
|
|
7440
|
+
getWsOptions,
|
|
7441
|
+
getWsQueryKey,
|
|
5681
7442
|
patchApiV1HealthcheckToggle,
|
|
7443
|
+
patchApiV1HealthcheckToggleMutation,
|
|
5682
7444
|
patchApiV1UserAvatar,
|
|
7445
|
+
patchApiV1UserAvatarMutation,
|
|
5683
7446
|
patchApiV1UserName,
|
|
7447
|
+
patchApiV1UserNameMutation,
|
|
5684
7448
|
patchApiV1UserSettingsAutoUpdate,
|
|
7449
|
+
patchApiV1UserSettingsAutoUpdateMutation,
|
|
5685
7450
|
patchApiV1UserSettingsFont,
|
|
7451
|
+
patchApiV1UserSettingsFontMutation,
|
|
5686
7452
|
patchApiV1UserSettingsLanguage,
|
|
7453
|
+
patchApiV1UserSettingsLanguageMutation,
|
|
5687
7454
|
patchApiV1UserSettingsTheme,
|
|
7455
|
+
patchApiV1UserSettingsThemeMutation,
|
|
5688
7456
|
postApiV1AuthCliInit,
|
|
7457
|
+
postApiV1AuthCliInitMutation,
|
|
5689
7458
|
postApiV1ContainerContainerIdLogs,
|
|
7459
|
+
postApiV1ContainerContainerIdLogsMutation,
|
|
5690
7460
|
postApiV1ContainerContainerIdRestart,
|
|
7461
|
+
postApiV1ContainerContainerIdRestartMutation,
|
|
5691
7462
|
postApiV1ContainerContainerIdStart,
|
|
7463
|
+
postApiV1ContainerContainerIdStartMutation,
|
|
5692
7464
|
postApiV1ContainerContainerIdStop,
|
|
7465
|
+
postApiV1ContainerContainerIdStopMutation,
|
|
5693
7466
|
postApiV1ContainerImages,
|
|
7467
|
+
postApiV1ContainerImagesMutation,
|
|
5694
7468
|
postApiV1ContainerPruneBuildCache,
|
|
7469
|
+
postApiV1ContainerPruneBuildCacheMutation,
|
|
5695
7470
|
postApiV1ContainerPruneImages,
|
|
7471
|
+
postApiV1ContainerPruneImagesMutation,
|
|
5696
7472
|
postApiV1DeployApplication,
|
|
5697
7473
|
postApiV1DeployApplicationDomains,
|
|
7474
|
+
postApiV1DeployApplicationDomainsMutation,
|
|
7475
|
+
postApiV1DeployApplicationMutation,
|
|
5698
7476
|
postApiV1DeployApplicationProject,
|
|
5699
7477
|
postApiV1DeployApplicationProjectAddToFamily,
|
|
7478
|
+
postApiV1DeployApplicationProjectAddToFamilyMutation,
|
|
5700
7479
|
postApiV1DeployApplicationProjectDeploy,
|
|
7480
|
+
postApiV1DeployApplicationProjectDeployMutation,
|
|
5701
7481
|
postApiV1DeployApplicationProjectDuplicate,
|
|
7482
|
+
postApiV1DeployApplicationProjectDuplicateMutation,
|
|
7483
|
+
postApiV1DeployApplicationProjectMutation,
|
|
5702
7484
|
postApiV1DeployApplicationRecover,
|
|
7485
|
+
postApiV1DeployApplicationRecoverMutation,
|
|
5703
7486
|
postApiV1DeployApplicationRedeploy,
|
|
7487
|
+
postApiV1DeployApplicationRedeployMutation,
|
|
5704
7488
|
postApiV1DeployApplicationRestart,
|
|
7489
|
+
postApiV1DeployApplicationRestartMutation,
|
|
5705
7490
|
postApiV1DeployApplicationRollback,
|
|
7491
|
+
postApiV1DeployApplicationRollbackMutation,
|
|
5706
7492
|
postApiV1Domain,
|
|
7493
|
+
postApiV1DomainMutation,
|
|
5707
7494
|
postApiV1ExtensionsExecutionExecutionIdCancel,
|
|
7495
|
+
postApiV1ExtensionsExecutionExecutionIdCancelMutation,
|
|
5708
7496
|
postApiV1ExtensionsExtensionIdFork,
|
|
7497
|
+
postApiV1ExtensionsExtensionIdForkMutation,
|
|
5709
7498
|
postApiV1ExtensionsExtensionIdRun,
|
|
7499
|
+
postApiV1ExtensionsExtensionIdRunMutation,
|
|
5710
7500
|
postApiV1FileManagerCopyDirectory,
|
|
7501
|
+
postApiV1FileManagerCopyDirectoryMutation,
|
|
5711
7502
|
postApiV1FileManagerCreateDirectory,
|
|
7503
|
+
postApiV1FileManagerCreateDirectoryMutation,
|
|
5712
7504
|
postApiV1FileManagerMoveDirectory,
|
|
7505
|
+
postApiV1FileManagerMoveDirectoryMutation,
|
|
5713
7506
|
postApiV1FileManagerUpload,
|
|
7507
|
+
postApiV1FileManagerUploadMutation,
|
|
5714
7508
|
postApiV1GithubConnector,
|
|
7509
|
+
postApiV1GithubConnectorMutation,
|
|
5715
7510
|
postApiV1GithubConnectorRepositoryBranches,
|
|
7511
|
+
postApiV1GithubConnectorRepositoryBranchesMutation,
|
|
5716
7512
|
postApiV1Healthcheck,
|
|
7513
|
+
postApiV1HealthcheckMutation,
|
|
5717
7514
|
postApiV1LivePause,
|
|
7515
|
+
postApiV1LivePauseMutation,
|
|
5718
7516
|
postApiV1NotificationPreferences,
|
|
7517
|
+
postApiV1NotificationPreferencesMutation,
|
|
5719
7518
|
postApiV1NotificationSmtp,
|
|
7519
|
+
postApiV1NotificationSmtpMutation,
|
|
5720
7520
|
postApiV1NotificationWebhook,
|
|
7521
|
+
postApiV1NotificationWebhookMutation,
|
|
5721
7522
|
postApiV1TrailProvision,
|
|
7523
|
+
postApiV1TrailProvisionMutation,
|
|
5722
7524
|
postApiV1Update,
|
|
7525
|
+
postApiV1UpdateMutation,
|
|
5723
7526
|
postApiV1UserOnboarded,
|
|
7527
|
+
postApiV1UserOnboardedMutation,
|
|
5724
7528
|
postApiV1Webhook,
|
|
7529
|
+
postApiV1WebhookMutation,
|
|
5725
7530
|
putApiV1ContainerContainerIdResources,
|
|
7531
|
+
putApiV1ContainerContainerIdResourcesMutation,
|
|
5726
7532
|
putApiV1DeployApplication,
|
|
5727
7533
|
putApiV1DeployApplicationLabels,
|
|
7534
|
+
putApiV1DeployApplicationLabelsMutation,
|
|
7535
|
+
putApiV1DeployApplicationMutation,
|
|
5728
7536
|
putApiV1Domain,
|
|
7537
|
+
putApiV1DomainMutation,
|
|
5729
7538
|
putApiV1FeatureFlags,
|
|
7539
|
+
putApiV1FeatureFlagsMutation,
|
|
5730
7540
|
putApiV1GithubConnector,
|
|
7541
|
+
putApiV1GithubConnectorMutation,
|
|
5731
7542
|
putApiV1Healthcheck,
|
|
7543
|
+
putApiV1HealthcheckMutation,
|
|
5732
7544
|
putApiV1NotificationSmtp,
|
|
7545
|
+
putApiV1NotificationSmtpMutation,
|
|
5733
7546
|
putApiV1NotificationWebhook,
|
|
7547
|
+
putApiV1NotificationWebhookMutation,
|
|
5734
7548
|
putApiV1UserPreferences,
|
|
7549
|
+
putApiV1UserPreferencesMutation,
|
|
5735
7550
|
zAddApplicationDomainRequest,
|
|
5736
7551
|
zAddApplicationToFamilyRequest,
|
|
5737
7552
|
zAdminRegisteredResponse,
|