@umbraco-deploy/backoffice 17.1.0-rc1 → 17.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/package.json +9 -4
  2. package/types/cms-augmentations.d.ts +22 -0
  3. package/types/components/environment-select/environment-select.element.d.ts +16 -0
  4. package/types/components/error/error-types/busy-error.element.d.ts +11 -0
  5. package/types/components/error/error-types/chunk-encoding-error.element.d.ts +11 -0
  6. package/types/components/error/error-types/collision-error.element.d.ts +11 -0
  7. package/types/components/error/error-types/content-type-changed-error.element.d.ts +11 -0
  8. package/types/components/error/error-types/dependency-error.element.d.ts +11 -0
  9. package/types/components/error/error-types/error-type-base.element.d.ts +9 -0
  10. package/types/components/error/error-types/generic-error.element.d.ts +11 -0
  11. package/types/components/error/error-types/import-artifacts-error.element.d.ts +13 -0
  12. package/types/components/error/error-types/import-artifacts-unhandled-error.element.d.ts +11 -0
  13. package/types/components/error/error-types/index.d.ts +16 -0
  14. package/types/components/error/error-types/invalid-path-error.element.d.ts +11 -0
  15. package/types/components/error/error-types/merge-conflict-error.element.d.ts +11 -0
  16. package/types/components/error/error-types/remote-api-timeout-error.element.d.ts +11 -0
  17. package/types/components/error/error-types/restore-schema-mismatch-error.element.d.ts +11 -0
  18. package/types/components/error/error-types/schema-mismatch-error.element.d.ts +11 -0
  19. package/types/components/error/error-types/unauthorized-client-error.element.d.ts +11 -0
  20. package/types/components/error/error-types/web-exception-error.element.d.ts +11 -0
  21. package/types/components/error/error.element.d.ts +28 -0
  22. package/types/components/error/index.d.ts +2 -0
  23. package/types/components/error-detail/error-detail.element.d.ts +18 -0
  24. package/types/components/export-complete.element.d.ts +17 -0
  25. package/types/components/index.d.ts +7 -0
  26. package/types/components/no-nodes.element.d.ts +23 -0
  27. package/types/components/work-complete/work-complete.element.d.ts +22 -0
  28. package/types/components/work-progress/work-progress.element.d.ts +18 -0
  29. package/types/context/deploy.context-token.d.ts +3 -0
  30. package/types/context/deploy.context.d.ts +20 -0
  31. package/types/context/index.d.ts +6 -0
  32. package/types/context/remote-tree.context-token.d.ts +3 -0
  33. package/types/context/remote-tree.context.d.ts +24 -0
  34. package/types/context/signalr.context-token.d.ts +3 -0
  35. package/types/context/signalr.context.d.ts +15 -0
  36. package/types/dashboards/cloud-dashboard-header.element.d.ts +19 -0
  37. package/types/dashboards/environments/components/content-flow/content-flow.element.d.ts +21 -0
  38. package/types/dashboards/environments/components/deploy-queue/deploy-queue.element.d.ts +24 -0
  39. package/types/dashboards/environments/components/environment/environment.element.d.ts +19 -0
  40. package/types/dashboards/environments/components/environment-add/environment-add.element.d.ts +13 -0
  41. package/types/dashboards/environments/components/environment-connect/environment-connect.element.d.ts +17 -0
  42. package/types/dashboards/environments/components/environment-deploy/environment-deploy.element.d.ts +17 -0
  43. package/types/dashboards/environments/components/environment-info/environment-info.element.d.ts +16 -0
  44. package/types/dashboards/environments/components/index.d.ts +7 -0
  45. package/types/dashboards/environments/environments-dashboard.element.d.ts +17 -0
  46. package/types/dashboards/environments/index.d.ts +2 -0
  47. package/types/dashboards/environments/manifests.d.ts +2 -0
  48. package/types/dashboards/index.d.ts +4 -0
  49. package/types/dashboards/management/components/configuration-details/configuration-details-notes-column-layout.element.d.ts +18 -0
  50. package/types/dashboards/management/components/configuration-details/configuration-details-setting-column-layout.element.d.ts +15 -0
  51. package/types/dashboards/management/components/configuration-details/configuration-details-value-column-layout.element.d.ts +14 -0
  52. package/types/dashboards/management/components/configuration-details/configuration-details.element.d.ts +20 -0
  53. package/types/dashboards/management/components/configuration-details/index.d.ts +4 -0
  54. package/types/dashboards/management/components/deploy-operations/deploy-operation.element.d.ts +26 -0
  55. package/types/dashboards/management/components/deploy-operations/deploy-operations.element.d.ts +14 -0
  56. package/types/dashboards/management/components/deploy-status/deploy-status.element.d.ts +20 -0
  57. package/types/dashboards/management/components/download-artifacts/download-artifacts.element.d.ts +13 -0
  58. package/types/dashboards/management/components/index.d.ts +6 -0
  59. package/types/dashboards/management/components/manifests.d.ts +2 -0
  60. package/types/dashboards/management/components/schema-comparison/index.d.ts +5 -0
  61. package/types/dashboards/management/components/schema-comparison/schema-comparison-boolean-column-layout.element.d.ts +15 -0
  62. package/types/dashboards/management/components/schema-comparison/schema-comparison-entityactions-column-layout.element.d.ts +22 -0
  63. package/types/dashboards/management/components/schema-comparison/schema-comparison.element.d.ts +18 -0
  64. package/types/dashboards/management/components/schema-comparison/schema-detail-modal.element.d.ts +22 -0
  65. package/types/dashboards/management/components/schema-comparison/schema-detail-modal.token.d.ts +9 -0
  66. package/types/dashboards/management/index.d.ts +5 -0
  67. package/types/dashboards/management/management-dashboard.element.d.ts +26 -0
  68. package/types/dashboards/management/management.repository.d.ts +19 -0
  69. package/types/dashboards/management/management.server.data.d.ts +15 -0
  70. package/types/dashboards/management/manifests.d.ts +4 -0
  71. package/types/dashboards/manifests.d.ts +1 -0
  72. package/types/dashboards/onprem-dashboard-header.element.d.ts +12 -0
  73. package/types/entities.d.ts +90 -0
  74. package/types/entity-actions/base.action.d.ts +19 -0
  75. package/types/entity-actions/base.condition.d.ts +22 -0
  76. package/types/entity-actions/compare/compare-table.element.d.ts +21 -0
  77. package/types/entity-actions/compare/compare.action.d.ts +4 -0
  78. package/types/entity-actions/compare/compare.condition.d.ts +21 -0
  79. package/types/entity-actions/compare/manifests.d.ts +4 -0
  80. package/types/entity-actions/compare/modal/compare-modal.element.d.ts +24 -0
  81. package/types/entity-actions/compare/modal/compare-modal.token.d.ts +9 -0
  82. package/types/entity-actions/conditions-manifests.d.ts +2 -0
  83. package/types/entity-actions/entity-action-registrar.manifest.d.ts +15 -0
  84. package/types/entity-actions/entity-type-mapping.manifest.d.ts +10 -0
  85. package/types/entity-actions/entity-type.condition.d.ts +22 -0
  86. package/types/entity-actions/export/environment/environment-export.action.d.ts +5 -0
  87. package/types/entity-actions/export/export-base.action.d.ts +7 -0
  88. package/types/entity-actions/export/manifests.d.ts +3 -0
  89. package/types/entity-actions/export/tree/tree-export.action.d.ts +4 -0
  90. package/types/entity-actions/export/tree/tree-export.condition.d.ts +19 -0
  91. package/types/entity-actions/import/import.action.d.ts +8 -0
  92. package/types/entity-actions/import/manifests.d.ts +3 -0
  93. package/types/entity-actions/import/modal/import-modal.element.d.ts +22 -0
  94. package/types/entity-actions/import/modal/import-modal.token.d.ts +10 -0
  95. package/types/entity-actions/index.d.ts +4 -0
  96. package/types/entity-actions/manifests.d.ts +2 -0
  97. package/types/entity-actions/permissions-manifests.d.ts +8 -0
  98. package/types/entity-actions/queue/manifests.d.ts +3 -0
  99. package/types/entity-actions/queue/queue.action.d.ts +8 -0
  100. package/types/entity-actions/queue/queue.condition.d.ts +19 -0
  101. package/types/entity-actions/restore/environment/environment-restore.action.d.ts +4 -0
  102. package/types/entity-actions/restore/environment/environment-restore.condition.d.ts +20 -0
  103. package/types/entity-actions/restore/manifests.d.ts +3 -0
  104. package/types/entity-actions/restore/partial/partial-restore.action.d.ts +4 -0
  105. package/types/entity-actions/restore/partial/partial-restore.condition.d.ts +19 -0
  106. package/types/entity-actions/restore/restore-base.action.d.ts +9 -0
  107. package/types/entity-actions/restore/tree/tree-restore.action.d.ts +4 -0
  108. package/types/entity-actions/restore/tree/tree-restore.condition.d.ts +19 -0
  109. package/types/entity-actions/transfer-now/manifests.d.ts +3 -0
  110. package/types/entity-actions/transfer-now/transfer-now.action.d.ts +7 -0
  111. package/types/entity-actions/transfer-now/transfer-now.condition.d.ts +19 -0
  112. package/types/exports.d.ts +31 -0
  113. package/types/generated/client/client.gen.d.ts +2 -0
  114. package/types/generated/client/index.d.ts +8 -0
  115. package/types/generated/client/types.gen.d.ts +120 -0
  116. package/types/generated/client/utils.gen.d.ts +37 -0
  117. package/types/generated/client.gen.d.ts +12 -0
  118. package/types/generated/core/auth.gen.d.ts +18 -0
  119. package/types/generated/core/bodySerializer.gen.d.ts +25 -0
  120. package/types/generated/core/params.gen.d.ts +43 -0
  121. package/types/generated/core/pathSerializer.gen.d.ts +33 -0
  122. package/types/generated/core/queryKeySerializer.gen.d.ts +18 -0
  123. package/types/generated/core/serverSentEvents.gen.d.ts +71 -0
  124. package/types/generated/core/types.gen.d.ts +78 -0
  125. package/types/generated/core/utils.gen.d.ts +19 -0
  126. package/types/generated/index.d.ts +3 -0
  127. package/types/generated/sdk.gen.d.ts +89 -0
  128. package/types/generated/types.gen.d.ts +1314 -0
  129. package/types/header-apps/environment-name-header-app.element.d.ts +21 -0
  130. package/types/header-apps/index.d.ts +1 -0
  131. package/types/header-apps/manifests.d.ts +2 -0
  132. package/types/index.d.ts +10 -0
  133. package/types/lang/en.d.ts +302 -0
  134. package/types/lang/en.dashboard-management-configuration-details.d.ts +89 -0
  135. package/types/lang/manifests.d.ts +2 -0
  136. package/types/modal/element/export-modal.element.d.ts +26 -0
  137. package/types/modal/element/index.d.ts +6 -0
  138. package/types/modal/element/no-nodes-modal.element.d.ts +12 -0
  139. package/types/modal/element/partial-restore-modal.element.d.ts +22 -0
  140. package/types/modal/element/progress-modal.element.d.ts +16 -0
  141. package/types/modal/element/queue-modal.element.d.ts +21 -0
  142. package/types/modal/element/restore-modal.element.d.ts +18 -0
  143. package/types/modal/index.d.ts +2 -0
  144. package/types/modal/manifests.d.ts +2 -0
  145. package/types/modal/styles.d.ts +1 -0
  146. package/types/modal/token/export-modal.token.d.ts +23 -0
  147. package/types/modal/token/index.d.ts +6 -0
  148. package/types/modal/token/no-nodes-modal.token.d.ts +4 -0
  149. package/types/modal/token/partial-restore-modal.token.d.ts +3 -0
  150. package/types/modal/token/progress-modal.token.d.ts +11 -0
  151. package/types/modal/token/queue-modal.token.d.ts +20 -0
  152. package/types/modal/token/restore-modal.token.d.ts +23 -0
  153. package/types/queue/index.d.ts +3 -0
  154. package/types/queue/transfer-queue-manager-context.token.d.ts +3 -0
  155. package/types/queue/transfer-queue-manager.context.d.ts +15 -0
  156. package/types/queue/transfer-queue.repository.d.ts +10 -0
  157. package/types/repository/base.repository.d.ts +16 -0
  158. package/types/repository/deploy.repository.d.ts +6 -0
  159. package/types/repository/entity.repository.d.ts +7 -0
  160. package/types/repository/export.repository.d.ts +9 -0
  161. package/types/repository/import.repository.d.ts +5 -0
  162. package/types/repository/index.d.ts +7 -0
  163. package/types/repository/manifests.d.ts +1 -0
  164. package/types/repository/remote-tree/document/index.d.ts +2 -0
  165. package/types/repository/remote-tree/document/manifests.d.ts +5 -0
  166. package/types/repository/remote-tree/document/remote-document-tree.repository.d.ts +11 -0
  167. package/types/repository/remote-tree/document/remote-document-tree.server.data-source.d.ts +7 -0
  168. package/types/repository/remote-tree/entity/index.d.ts +2 -0
  169. package/types/repository/remote-tree/entity/manifests.d.ts +5 -0
  170. package/types/repository/remote-tree/entity/remote-entity-tree.repository.d.ts +7 -0
  171. package/types/repository/remote-tree/entity/remote-entity-tree.server.data-source.d.ts +7 -0
  172. package/types/repository/remote-tree/index.d.ts +3 -0
  173. package/types/repository/remote-tree/manifests.d.ts +1 -0
  174. package/types/repository/remote-tree/media/index.d.ts +2 -0
  175. package/types/repository/remote-tree/media/manifests.d.ts +5 -0
  176. package/types/repository/remote-tree/media/remote-media-tree.repository.d.ts +11 -0
  177. package/types/repository/remote-tree/media/remote-media-tree.server.data-source.d.ts +7 -0
  178. package/types/repository/remote-tree/remote-tree-base.repository.d.ts +26 -0
  179. package/types/repository/remote-tree/remote-tree-server-data-source-base.d.ts +55 -0
  180. package/types/repository/restore.repository.d.ts +9 -0
  181. package/types/types.d.ts +3 -0
  182. package/types/util.d.ts +86 -0
  183. package/types/umbraco-deploy-public.d.ts +0 -386
@@ -0,0 +1,1314 @@
1
+ export type ClientOptions = {
2
+ baseUrl: 'http://localhost:44108' | (string & {});
3
+ };
4
+ export type AddToQueueModel = {
5
+ id: string;
6
+ entityType: string;
7
+ culture?: string | null;
8
+ includeDescendants: boolean;
9
+ releaseDate?: string | null;
10
+ };
11
+ export type ClientConfigurationInfoModel = {
12
+ currentWorkspaceType: string;
13
+ currentWorkspace: string;
14
+ target?: WorkspaceInfoModel | null;
15
+ allowRestoreOptions: boolean;
16
+ allowRestoreIgnoreDependencies: boolean;
17
+ allowDeployOptions: boolean;
18
+ allowDeployIgnoreDependencies: boolean;
19
+ debugEnabled: boolean;
20
+ isLocalWorkspace: boolean;
21
+ restoreWorkspaces: Array<WorkspaceInfoModel>;
22
+ workspaces: Array<WorkspaceInfoModel>;
23
+ };
24
+ export type ClientConfigurationModel = {
25
+ restoreHubUrl: string;
26
+ deployHubUrl: string;
27
+ clientConfiguration: ClientConfigurationInfoModel | UmbracoCloudClientConfigurationInfoModel;
28
+ registeredEntityOptions: {
29
+ [key: string]: DeployRegisteredEntityTypeDetailOptionsModel;
30
+ };
31
+ };
32
+ export type ConfigurationModel = {
33
+ excludedEntityTypes: Array<string>;
34
+ allowIgnoreDependenciesOperations: string;
35
+ ignoreBrokenDependenciesBehavior: string;
36
+ transferDictionaryAsContent: boolean;
37
+ ignoreMissingLanguagesForDictionaryItems: boolean;
38
+ exportMemberGroups: boolean;
39
+ allowMembersDeploymentOperations: string;
40
+ exportUserGroups: boolean;
41
+ transferMemberGroupsAsContent: boolean;
42
+ sessionTimeout: string;
43
+ httpClientTimeout: string;
44
+ databaseCommandTimeout: string;
45
+ sourceDeployTimeout: string;
46
+ diskOperationsTimeout: string;
47
+ allowDomainsDeploymentOperations: string;
48
+ allowPublicAccessDeploymentOperations: string;
49
+ allowWebhooksDeploymentOperations: string;
50
+ trashedContentDeploymentOperations: string;
51
+ postDeploySchemaOperation: string;
52
+ reloadMemoryCacheFollowingDiskReadOperation: boolean;
53
+ sourceDeployBatchSize?: number | null;
54
+ packageBatchSize?: number | null;
55
+ mediaFileChecksumCalculationMethod: string;
56
+ numberOfSignaturesToUseAllRelationCache: number;
57
+ continueOnMediaFilePathTooLongException: boolean;
58
+ suppressCacheRefresherNotifications: boolean;
59
+ hideVersionDetails: boolean;
60
+ hideConfigurationDetails: boolean;
61
+ resolveUserInTargetEnvironment: boolean;
62
+ setEmptyDictionaryItemsOnTransfer: boolean;
63
+ suspensions: SuspensionsConfigurationModel;
64
+ validateDependenciesOnImport: boolean;
65
+ importOnStartup: ImportOnStartupConfigurationModel;
66
+ };
67
+ export type ContentComparisonModel = {
68
+ local?: ContentSummaryModel | null;
69
+ remote?: ContentSummaryModel | null;
70
+ };
71
+ export type ContentSummaryContainerModel = {
72
+ alias: string;
73
+ label: string | null;
74
+ type: string | null;
75
+ };
76
+ export type ContentSummaryModel = {
77
+ variantProperties: Array<ContentSummaryPropertyModel>;
78
+ name?: string | null;
79
+ parentName: string;
80
+ numberOfChildren: number;
81
+ lastEditedByName: string;
82
+ url: string;
83
+ created: boolean;
84
+ updateDate?: string | null;
85
+ releaseDate?: string | null;
86
+ expireDate?: string | null;
87
+ };
88
+ export type ContentSummaryPropertyModel = {
89
+ alias: string;
90
+ label: string | null;
91
+ value: unknown;
92
+ container?: ContentSummaryContainerModel | null;
93
+ };
94
+ export type DashboardModel = {
95
+ version?: string | null;
96
+ status: StatusModel;
97
+ numberOfExportArchives: number;
98
+ };
99
+ export type DeleteExportModel = {
100
+ id: string;
101
+ };
102
+ export type DeployEntityTypeCategoriesModel = number;
103
+ export type DeployItemModel = {
104
+ name: string;
105
+ culture?: string | null;
106
+ udi: UdiModel;
107
+ includeDescendants: boolean;
108
+ releaseDate?: string | null;
109
+ };
110
+ export type DeployModel = {
111
+ targetUrl: string;
112
+ ignoreDependencies: boolean;
113
+ enableLogging: boolean;
114
+ };
115
+ export type DeployRegisteredEntityTypeDetailOptionsModel = {
116
+ supportsQueueForTransfer: boolean;
117
+ supportsQueueForTransferOfDescendents: boolean;
118
+ supportsRestore: boolean;
119
+ supportsPartialRestore: boolean;
120
+ supportsImportExport: boolean;
121
+ supportsExportOfDescendants: boolean;
122
+ permittedToRestore: boolean;
123
+ };
124
+ export type DifferenceModel = {
125
+ title: string;
126
+ text?: string | null;
127
+ category?: string | null;
128
+ };
129
+ export type ExportModel = {
130
+ include: DeployEntityTypeCategoriesModel;
131
+ includeDependencies: DeployEntityTypeCategoriesModel;
132
+ enableLogging: boolean;
133
+ };
134
+ export type GetComparisonModel = {
135
+ udi: string;
136
+ culture?: string | null;
137
+ workspaceUrl: string;
138
+ };
139
+ export type GetUdiRangeModel = {
140
+ id: string;
141
+ entityType: string;
142
+ culture?: string | null;
143
+ includeDescendants: boolean;
144
+ releaseDate?: string | null;
145
+ };
146
+ export type HeartbeatModel = {
147
+ sessionId: string;
148
+ serverTimeStamp: string;
149
+ workItem: string;
150
+ };
151
+ export type ImportModel = {
152
+ fileKey: string;
153
+ warningsAsErrors: boolean;
154
+ includeEntityTypes: DeployEntityTypeCategoriesModel;
155
+ enableLogging: boolean;
156
+ };
157
+ export type ImportOnStartupConfigurationModel = {
158
+ enabled: boolean;
159
+ files: Array<string>;
160
+ fileAction: string;
161
+ warningsAsErrors: boolean;
162
+ entityTypes: Array<string>;
163
+ cultures: Array<string>;
164
+ username?: string | null;
165
+ };
166
+ export type InstantDeployModel = {
167
+ targetUrl: string;
168
+ ignoreDependencies: boolean;
169
+ enableLogging: boolean;
170
+ items: Array<GetUdiRangeModel>;
171
+ };
172
+ export type LicenseStatusResponseModel = {
173
+ valid: boolean;
174
+ message?: string | null;
175
+ };
176
+ export type MarkersExistDetailModel = {
177
+ markersExist: boolean;
178
+ };
179
+ export type MismatchDetailsModel = {
180
+ udi: UdiModel;
181
+ name: string;
182
+ alias: string;
183
+ differences: Array<DifferenceModel>;
184
+ };
185
+ export type PagedRemoteEntityTreeItemResponseModel = {
186
+ total: number;
187
+ items: Array<RemoteEntityTreeItemResponseModel>;
188
+ };
189
+ export type PartialRestoreModel = {
190
+ sourceUrl: string;
191
+ enableLogging: boolean;
192
+ restoreNodes: Array<PartialRestoreNodeModel>;
193
+ ignoreDependencies: boolean;
194
+ };
195
+ export type PartialRestoreNodeModel = {
196
+ udi?: string | null;
197
+ id: string;
198
+ entityType: string;
199
+ includeDescendants: boolean;
200
+ selector: string;
201
+ };
202
+ export type PermissionToExportDetailModel = {
203
+ canExport: boolean;
204
+ canExportDescendants: boolean;
205
+ };
206
+ export type PermissionToTransferDetailModel = {
207
+ canTransfer: boolean;
208
+ canTransferDescendants: boolean;
209
+ };
210
+ export type QueueExportModel = {
211
+ includeDependencies: DeployEntityTypeCategoriesModel;
212
+ enableLogging: boolean;
213
+ };
214
+ export type RemoteEntityTreeItemResponseModel = {
215
+ name: string;
216
+ icon: string;
217
+ unique: string;
218
+ uniquePrefix: string;
219
+ hasChildren: boolean;
220
+ parentUnique?: string | null;
221
+ entityType: string;
222
+ };
223
+ export type RemoteTreeDetailModel = {
224
+ supportsRemoteMenu: boolean;
225
+ nodeName: string | null;
226
+ entityType: string | null;
227
+ };
228
+ export type RemoveFromQueueModel = {
229
+ udi: string;
230
+ culture?: string | null;
231
+ };
232
+ export type RestoreModel = {
233
+ sourceUrl: string;
234
+ enableLogging: boolean;
235
+ };
236
+ export type SchemaComparisonDetailModel = {
237
+ udi: UdiModel;
238
+ readonly label: string;
239
+ readonly fileName: string;
240
+ umbracoExists: boolean;
241
+ fileExists: boolean;
242
+ isUpToDate: boolean;
243
+ canDeleteItem: boolean;
244
+ };
245
+ export type SchemaComparisonForEntityModel = {
246
+ artifactFromUmbraco?: string | null;
247
+ artifactFromFile?: string | null;
248
+ };
249
+ export type SchemaComparisonModel = {
250
+ comparisonData: {
251
+ [key: string]: Array<SchemaComparisonDetailModel>;
252
+ };
253
+ };
254
+ export type SessionActionRequestModel = {
255
+ sessionId: string;
256
+ };
257
+ export type SessionUpdatedModel = {
258
+ sessionId: string;
259
+ serverTimeStamp: string;
260
+ workItem: string;
261
+ status: WorkStatusModel;
262
+ comment: string;
263
+ log: string;
264
+ exceptionJson: string;
265
+ percent: number;
266
+ mismatchList: Array<MismatchDetailsModel>;
267
+ };
268
+ export type StatusDetailModel = {
269
+ sessionId: string;
270
+ status: WorkStatusModel;
271
+ comment: string;
272
+ percent: number;
273
+ log: string;
274
+ };
275
+ export type StatusModel = {
276
+ message: string;
277
+ readonly formattedDateTime: string;
278
+ readonly lastOperationFailed: boolean;
279
+ };
280
+ export type SuspensionsConfigurationModel = {
281
+ diskRead: string;
282
+ partialRestore: string;
283
+ restore: string;
284
+ deploy: string;
285
+ import: string;
286
+ export: string;
287
+ };
288
+ export type TreeExportModel = {
289
+ id: string;
290
+ entityType: string;
291
+ includeDescendants: boolean;
292
+ includeDependencies: DeployEntityTypeCategoriesModel;
293
+ enableLogging: boolean;
294
+ };
295
+ export type TreeRestoreModel = {
296
+ sourceUrl: string;
297
+ enableLogging: boolean;
298
+ entityType: string;
299
+ ignoreDependencies: boolean;
300
+ };
301
+ export type TriggerOperationCommandModel = {
302
+ operation: string;
303
+ };
304
+ export type UdiModel = {
305
+ readonly uriValue: string;
306
+ readonly entityType: string;
307
+ readonly isRoot: boolean;
308
+ };
309
+ export type UmbracoCloudClientConfigurationInfoModel = ClientConfigurationInfoModel & {
310
+ isTrial: boolean;
311
+ trialExpireInDays: number;
312
+ projectName: string;
313
+ projectId: string;
314
+ projectAlias: string;
315
+ projectUrl: string;
316
+ };
317
+ export type WorkItemDetailModel = {
318
+ sessionId: string;
319
+ };
320
+ export declare enum WorkStatusModel {
321
+ UNKNOWN = "Unknown",
322
+ NEW = "New",
323
+ EXECUTING = "Executing",
324
+ COMPLETED = "Completed",
325
+ FAILED = "Failed",
326
+ CANCELLED = "Cancelled",
327
+ TIMED_OUT = "TimedOut",
328
+ MISMATCH = "Mismatch"
329
+ }
330
+ export type WorkspaceInfoModel = {
331
+ name: string;
332
+ type: string;
333
+ url: string;
334
+ umbracoUrl: string;
335
+ git: string;
336
+ current: boolean;
337
+ deployUrl: string;
338
+ };
339
+ export type DashboardModelWritable = {
340
+ version?: string | null;
341
+ status: StatusModelWritable;
342
+ numberOfExportArchives: number;
343
+ };
344
+ export type DeployItemModelWritable = {
345
+ name: string;
346
+ culture?: string | null;
347
+ udi: unknown;
348
+ includeDescendants: boolean;
349
+ releaseDate?: string | null;
350
+ };
351
+ export type MismatchDetailsModelWritable = {
352
+ udi: unknown;
353
+ name: string;
354
+ alias: string;
355
+ differences: Array<DifferenceModel>;
356
+ };
357
+ export type SchemaComparisonDetailModelWritable = {
358
+ umbracoExists: boolean;
359
+ fileExists: boolean;
360
+ isUpToDate: boolean;
361
+ canDeleteItem: boolean;
362
+ };
363
+ export type SchemaComparisonModelWritable = {
364
+ comparisonData: {
365
+ [key: string]: Array<SchemaComparisonDetailModelWritable>;
366
+ };
367
+ };
368
+ export type SessionUpdatedModelWritable = {
369
+ sessionId: string;
370
+ serverTimeStamp: string;
371
+ workItem: string;
372
+ status: WorkStatusModel;
373
+ comment: string;
374
+ log: string;
375
+ exceptionJson: string;
376
+ percent: number;
377
+ mismatchList: Array<MismatchDetailsModelWritable>;
378
+ };
379
+ export type StatusModelWritable = {
380
+ message: string;
381
+ };
382
+ export type GetConfigurationClientData = {
383
+ body?: never;
384
+ path?: never;
385
+ query?: never;
386
+ url: '/umbraco/deploy/management/api/v1/configuration/client';
387
+ };
388
+ export type GetConfigurationClientErrors = {
389
+ /**
390
+ * The resource is protected and requires an authentication token
391
+ */
392
+ 401: unknown;
393
+ };
394
+ export type GetConfigurationClientResponses = {
395
+ /**
396
+ * OK
397
+ */
398
+ 200: ClientConfigurationModel;
399
+ };
400
+ export type GetConfigurationClientResponse = GetConfigurationClientResponses[keyof GetConfigurationClientResponses];
401
+ export type GetConfigurationDetailsData = {
402
+ body?: never;
403
+ path?: never;
404
+ query?: never;
405
+ url: '/umbraco/deploy/management/api/v1/configuration/details';
406
+ };
407
+ export type GetConfigurationDetailsErrors = {
408
+ /**
409
+ * The resource is protected and requires an authentication token
410
+ */
411
+ 401: unknown;
412
+ };
413
+ export type GetConfigurationDetailsResponses = {
414
+ /**
415
+ * OK
416
+ */
417
+ 200: ConfigurationModel;
418
+ };
419
+ export type GetConfigurationDetailsResponse = GetConfigurationDetailsResponses[keyof GetConfigurationDetailsResponses];
420
+ export type PostContentData = {
421
+ body?: GetComparisonModel;
422
+ path?: never;
423
+ query?: never;
424
+ url: '/umbraco/deploy/management/api/v1/content';
425
+ };
426
+ export type PostContentErrors = {
427
+ /**
428
+ * The resource is protected and requires an authentication token
429
+ */
430
+ 401: unknown;
431
+ /**
432
+ * Forbidden
433
+ */
434
+ 403: unknown;
435
+ };
436
+ export type PostContentResponses = {
437
+ /**
438
+ * OK
439
+ */
440
+ 200: ContentComparisonModel;
441
+ };
442
+ export type PostContentResponse = PostContentResponses[keyof PostContentResponses];
443
+ export type GetArtifactsData = {
444
+ body?: never;
445
+ path?: never;
446
+ query?: never;
447
+ url: '/umbraco/deploy/management/api/v1/artifacts';
448
+ };
449
+ export type GetArtifactsErrors = {
450
+ /**
451
+ * The resource is protected and requires an authentication token
452
+ */
453
+ 401: unknown;
454
+ };
455
+ export type GetArtifactsResponses = {
456
+ /**
457
+ * OK
458
+ */
459
+ 200: Blob | File;
460
+ };
461
+ export type GetArtifactsResponse = GetArtifactsResponses[keyof GetArtifactsResponses];
462
+ export type PostDeployData = {
463
+ body?: DeployModel;
464
+ path?: never;
465
+ query?: never;
466
+ url: '/umbraco/deploy/management/api/v1/deploy';
467
+ };
468
+ export type PostDeployErrors = {
469
+ /**
470
+ * The resource is protected and requires an authentication token
471
+ */
472
+ 401: unknown;
473
+ /**
474
+ * Forbidden
475
+ */
476
+ 403: unknown;
477
+ };
478
+ export type PostDeployResponses = {
479
+ /**
480
+ * OK
481
+ */
482
+ 200: WorkItemDetailModel;
483
+ };
484
+ export type PostDeployResponse = PostDeployResponses[keyof PostDeployResponses];
485
+ export type PostDeployInstantData = {
486
+ body?: InstantDeployModel;
487
+ path?: never;
488
+ query?: never;
489
+ url: '/umbraco/deploy/management/api/v1/deploy/instant';
490
+ };
491
+ export type PostDeployInstantErrors = {
492
+ /**
493
+ * The resource is protected and requires an authentication token
494
+ */
495
+ 401: unknown;
496
+ /**
497
+ * Forbidden
498
+ */
499
+ 403: unknown;
500
+ };
501
+ export type PostDeployInstantResponses = {
502
+ /**
503
+ * OK
504
+ */
505
+ 200: WorkItemDetailModel;
506
+ };
507
+ export type PostDeployInstantResponse = PostDeployInstantResponses[keyof PostDeployInstantResponses];
508
+ export type PostEntityExportData = {
509
+ body?: never;
510
+ path?: never;
511
+ query?: {
512
+ entityType?: string;
513
+ };
514
+ url: '/umbraco/deploy/management/api/v1/entity/export';
515
+ };
516
+ export type PostEntityExportErrors = {
517
+ /**
518
+ * The resource is protected and requires an authentication token
519
+ */
520
+ 401: unknown;
521
+ };
522
+ export type PostEntityExportResponses = {
523
+ /**
524
+ * OK
525
+ */
526
+ 200: PermissionToExportDetailModel;
527
+ };
528
+ export type PostEntityExportResponse = PostEntityExportResponses[keyof PostEntityExportResponses];
529
+ export type GetEntityNameData = {
530
+ body?: never;
531
+ path?: never;
532
+ query?: {
533
+ entityType?: string;
534
+ id?: string;
535
+ selector?: string;
536
+ };
537
+ url: '/umbraco/deploy/management/api/v1/entity/name';
538
+ };
539
+ export type GetEntityNameErrors = {
540
+ /**
541
+ * The resource is protected and requires an authentication token
542
+ */
543
+ 401: unknown;
544
+ };
545
+ export type GetEntityNameResponses = {
546
+ /**
547
+ * OK
548
+ */
549
+ 200: string;
550
+ };
551
+ export type GetEntityNameResponse = GetEntityNameResponses[keyof GetEntityNameResponses];
552
+ export type PostEntityTransferData = {
553
+ body?: never;
554
+ path?: never;
555
+ query?: {
556
+ entityType?: string;
557
+ };
558
+ url: '/umbraco/deploy/management/api/v1/entity/transfer';
559
+ };
560
+ export type PostEntityTransferErrors = {
561
+ /**
562
+ * The resource is protected and requires an authentication token
563
+ */
564
+ 401: unknown;
565
+ };
566
+ export type PostEntityTransferResponses = {
567
+ /**
568
+ * OK
569
+ */
570
+ 200: PermissionToTransferDetailModel;
571
+ };
572
+ export type PostEntityTransferResponse = PostEntityTransferResponses[keyof PostEntityTransferResponses];
573
+ export type PostEntityTreeDetailData = {
574
+ body?: never;
575
+ path?: never;
576
+ query?: {
577
+ entityType?: string;
578
+ };
579
+ url: '/umbraco/deploy/management/api/v1/entity/tree-detail';
580
+ };
581
+ export type PostEntityTreeDetailErrors = {
582
+ /**
583
+ * The resource is protected and requires an authentication token
584
+ */
585
+ 401: unknown;
586
+ };
587
+ export type PostEntityTreeDetailResponses = {
588
+ /**
589
+ * OK
590
+ */
591
+ 200: RemoteTreeDetailModel;
592
+ };
593
+ export type PostEntityTreeDetailResponse = PostEntityTreeDetailResponses[keyof PostEntityTreeDetailResponses];
594
+ export type GetExportData = {
595
+ body?: never;
596
+ path?: never;
597
+ query?: {
598
+ id?: string;
599
+ };
600
+ url: '/umbraco/deploy/management/api/v1/export';
601
+ };
602
+ export type GetExportErrors = {
603
+ /**
604
+ * The resource is protected and requires an authentication token
605
+ */
606
+ 401: unknown;
607
+ /**
608
+ * Forbidden
609
+ */
610
+ 403: unknown;
611
+ };
612
+ export type GetExportResponses = {
613
+ /**
614
+ * OK
615
+ */
616
+ 200: Blob | File;
617
+ };
618
+ export type GetExportResponse = GetExportResponses[keyof GetExportResponses];
619
+ export type PostExportData = {
620
+ body?: ExportModel;
621
+ path?: never;
622
+ query?: never;
623
+ url: '/umbraco/deploy/management/api/v1/export';
624
+ };
625
+ export type PostExportErrors = {
626
+ /**
627
+ * The resource is protected and requires an authentication token
628
+ */
629
+ 401: unknown;
630
+ /**
631
+ * The authenticated user does not have access to this resource
632
+ */
633
+ 403: unknown;
634
+ };
635
+ export type PostExportResponses = {
636
+ /**
637
+ * OK
638
+ */
639
+ 200: WorkItemDetailModel;
640
+ };
641
+ export type PostExportResponse = PostExportResponses[keyof PostExportResponses];
642
+ export type PostExportDeleteData = {
643
+ body?: DeleteExportModel;
644
+ path?: never;
645
+ query?: never;
646
+ url: '/umbraco/deploy/management/api/v1/export/delete';
647
+ };
648
+ export type PostExportDeleteErrors = {
649
+ /**
650
+ * The resource is protected and requires an authentication token
651
+ */
652
+ 401: unknown;
653
+ /**
654
+ * Forbidden
655
+ */
656
+ 403: unknown;
657
+ };
658
+ export type PostExportDeleteResponses = {
659
+ /**
660
+ * OK
661
+ */
662
+ 200: unknown;
663
+ };
664
+ export type PostExportQueueData = {
665
+ body?: QueueExportModel;
666
+ path?: never;
667
+ query?: never;
668
+ url: '/umbraco/deploy/management/api/v1/export/queue';
669
+ };
670
+ export type PostExportQueueErrors = {
671
+ /**
672
+ * The resource is protected and requires an authentication token
673
+ */
674
+ 401: unknown;
675
+ /**
676
+ * The authenticated user does not have access to this resource
677
+ */
678
+ 403: unknown;
679
+ };
680
+ export type PostExportQueueResponses = {
681
+ /**
682
+ * OK
683
+ */
684
+ 200: WorkItemDetailModel;
685
+ };
686
+ export type PostExportQueueResponse = PostExportQueueResponses[keyof PostExportQueueResponses];
687
+ export type PostExportTreeData = {
688
+ body?: TreeExportModel;
689
+ path?: never;
690
+ query?: never;
691
+ url: '/umbraco/deploy/management/api/v1/export/tree';
692
+ };
693
+ export type PostExportTreeErrors = {
694
+ /**
695
+ * The resource is protected and requires an authentication token
696
+ */
697
+ 401: unknown;
698
+ /**
699
+ * Forbidden
700
+ */
701
+ 403: unknown;
702
+ };
703
+ export type PostExportTreeResponses = {
704
+ /**
705
+ * OK
706
+ */
707
+ 200: WorkItemDetailModel;
708
+ };
709
+ export type PostExportTreeResponse = PostExportTreeResponses[keyof PostExportTreeResponses];
710
+ export type PostImportData = {
711
+ body?: ImportModel;
712
+ path?: never;
713
+ query?: never;
714
+ url: '/umbraco/deploy/management/api/v1/import';
715
+ };
716
+ export type PostImportErrors = {
717
+ /**
718
+ * The resource is protected and requires an authentication token
719
+ */
720
+ 401: unknown;
721
+ /**
722
+ * Forbidden
723
+ */
724
+ 403: unknown;
725
+ };
726
+ export type PostImportResponses = {
727
+ /**
728
+ * OK
729
+ */
730
+ 200: WorkItemDetailModel;
731
+ };
732
+ export type PostImportResponse = PostImportResponses[keyof PostImportResponses];
733
+ export type GetDashboardData = {
734
+ body?: never;
735
+ path?: never;
736
+ query?: never;
737
+ url: '/umbraco/deploy/management/api/v1/dashboard';
738
+ };
739
+ export type GetDashboardErrors = {
740
+ /**
741
+ * The resource is protected and requires an authentication token
742
+ */
743
+ 401: unknown;
744
+ };
745
+ export type GetDashboardResponses = {
746
+ /**
747
+ * OK
748
+ */
749
+ 200: DashboardModel;
750
+ };
751
+ export type GetDashboardResponse = GetDashboardResponses[keyof GetDashboardResponses];
752
+ export type GetNoNodesCheckMarkersData = {
753
+ body?: never;
754
+ path?: never;
755
+ query?: never;
756
+ url: '/umbraco/deploy/management/api/v1/no-nodes/check-markers';
757
+ };
758
+ export type GetNoNodesCheckMarkersErrors = {
759
+ /**
760
+ * The resource is protected and requires an authentication token
761
+ */
762
+ 401: unknown;
763
+ };
764
+ export type GetNoNodesCheckMarkersResponses = {
765
+ /**
766
+ * OK
767
+ */
768
+ 200: MarkersExistDetailModel;
769
+ };
770
+ export type GetNoNodesCheckMarkersResponse = GetNoNodesCheckMarkersResponses[keyof GetNoNodesCheckMarkersResponses];
771
+ export type PostNoNodesCreateDiskReadTriggerData = {
772
+ body?: never;
773
+ path?: never;
774
+ query?: never;
775
+ url: '/umbraco/deploy/management/api/v1/no-nodes/create-disk-read-trigger';
776
+ };
777
+ export type PostNoNodesCreateDiskReadTriggerErrors = {
778
+ /**
779
+ * The resource is protected and requires an authentication token
780
+ */
781
+ 401: unknown;
782
+ };
783
+ export type PostNoNodesCreateDiskReadTriggerResponses = {
784
+ /**
785
+ * OK
786
+ */
787
+ 200: unknown;
788
+ };
789
+ export type PostOperationData = {
790
+ body?: TriggerOperationCommandModel;
791
+ path?: never;
792
+ query?: never;
793
+ url: '/umbraco/deploy/management/api/v1/operation';
794
+ };
795
+ export type PostOperationErrors = {
796
+ /**
797
+ * Bad Request
798
+ */
799
+ 400: string;
800
+ /**
801
+ * The resource is protected and requires an authentication token
802
+ */
803
+ 401: unknown;
804
+ };
805
+ export type PostOperationError = PostOperationErrors[keyof PostOperationErrors];
806
+ export type PostOperationResponses = {
807
+ /**
808
+ * OK
809
+ */
810
+ 200: string;
811
+ };
812
+ export type PostOperationResponse = PostOperationResponses[keyof PostOperationResponses];
813
+ export type GetOperationDetailFailedData = {
814
+ body?: never;
815
+ path?: never;
816
+ query?: never;
817
+ url: '/umbraco/deploy/management/api/v1/operation/detail/failed';
818
+ };
819
+ export type GetOperationDetailFailedErrors = {
820
+ /**
821
+ * The resource is protected and requires an authentication token
822
+ */
823
+ 401: unknown;
824
+ };
825
+ export type GetOperationDetailFailedResponses = {
826
+ /**
827
+ * OK
828
+ */
829
+ 200: string;
830
+ };
831
+ export type GetOperationDetailFailedResponse = GetOperationDetailFailedResponses[keyof GetOperationDetailFailedResponses];
832
+ export type GetQueueData = {
833
+ body?: never;
834
+ path?: never;
835
+ query?: never;
836
+ url: '/umbraco/deploy/management/api/v1/queue';
837
+ };
838
+ export type GetQueueErrors = {
839
+ /**
840
+ * The resource is protected and requires an authentication token
841
+ */
842
+ 401: unknown;
843
+ };
844
+ export type GetQueueResponses = {
845
+ /**
846
+ * OK
847
+ */
848
+ 200: Array<DeployItemModel>;
849
+ };
850
+ export type GetQueueResponse = GetQueueResponses[keyof GetQueueResponses];
851
+ export type PostQueueAddData = {
852
+ body?: AddToQueueModel;
853
+ path?: never;
854
+ query?: never;
855
+ url: '/umbraco/deploy/management/api/v1/queue/add';
856
+ };
857
+ export type PostQueueAddErrors = {
858
+ /**
859
+ * The resource is protected and requires an authentication token
860
+ */
861
+ 401: unknown;
862
+ /**
863
+ * Forbidden
864
+ */
865
+ 403: unknown;
866
+ };
867
+ export type PostQueueAddResponses = {
868
+ /**
869
+ * OK
870
+ */
871
+ 200: Array<DeployItemModel>;
872
+ };
873
+ export type PostQueueAddResponse = PostQueueAddResponses[keyof PostQueueAddResponses];
874
+ export type PostQueueClearData = {
875
+ body?: never;
876
+ path?: never;
877
+ query?: never;
878
+ url: '/umbraco/deploy/management/api/v1/queue/clear';
879
+ };
880
+ export type PostQueueClearErrors = {
881
+ /**
882
+ * The resource is protected and requires an authentication token
883
+ */
884
+ 401: unknown;
885
+ };
886
+ export type PostQueueClearResponses = {
887
+ /**
888
+ * OK
889
+ */
890
+ 200: unknown;
891
+ };
892
+ export type PostQueueRemoveData = {
893
+ body?: RemoveFromQueueModel;
894
+ path?: never;
895
+ query?: never;
896
+ url: '/umbraco/deploy/management/api/v1/queue/remove';
897
+ };
898
+ export type PostQueueRemoveErrors = {
899
+ /**
900
+ * The resource is protected and requires an authentication token
901
+ */
902
+ 401: unknown;
903
+ };
904
+ export type PostQueueRemoveResponses = {
905
+ /**
906
+ * OK
907
+ */
908
+ 200: unknown;
909
+ };
910
+ export type PostRestoreData = {
911
+ body?: RestoreModel;
912
+ path?: never;
913
+ query?: never;
914
+ url: '/umbraco/deploy/management/api/v1/restore';
915
+ };
916
+ export type PostRestoreErrors = {
917
+ /**
918
+ * The resource is protected and requires an authentication token
919
+ */
920
+ 401: unknown;
921
+ /**
922
+ * Forbidden
923
+ */
924
+ 403: unknown;
925
+ };
926
+ export type PostRestoreResponses = {
927
+ /**
928
+ * OK
929
+ */
930
+ 200: WorkItemDetailModel;
931
+ };
932
+ export type PostRestoreResponse = PostRestoreResponses[keyof PostRestoreResponses];
933
+ export type PostRestoreNoNodesData = {
934
+ body?: RestoreModel;
935
+ path?: never;
936
+ query?: never;
937
+ url: '/umbraco/deploy/management/api/v1/restore/no-nodes';
938
+ };
939
+ export type PostRestoreNoNodesErrors = {
940
+ /**
941
+ * The resource is protected and requires an authentication token
942
+ */
943
+ 401: unknown;
944
+ /**
945
+ * Forbidden
946
+ */
947
+ 403: unknown;
948
+ };
949
+ export type PostRestoreNoNodesResponses = {
950
+ /**
951
+ * OK
952
+ */
953
+ 200: WorkItemDetailModel;
954
+ };
955
+ export type PostRestoreNoNodesResponse = PostRestoreNoNodesResponses[keyof PostRestoreNoNodesResponses];
956
+ export type PostRestorePartialData = {
957
+ body?: PartialRestoreModel;
958
+ path?: never;
959
+ query?: never;
960
+ url: '/umbraco/deploy/management/api/v1/restore/partial';
961
+ };
962
+ export type PostRestorePartialErrors = {
963
+ /**
964
+ * The resource is protected and requires an authentication token
965
+ */
966
+ 401: unknown;
967
+ /**
968
+ * Forbidden
969
+ */
970
+ 403: unknown;
971
+ };
972
+ export type PostRestorePartialResponses = {
973
+ /**
974
+ * OK
975
+ */
976
+ 200: WorkItemDetailModel;
977
+ };
978
+ export type PostRestorePartialResponse = PostRestorePartialResponses[keyof PostRestorePartialResponses];
979
+ export type PostRestoreTreeData = {
980
+ body?: TreeRestoreModel;
981
+ path?: never;
982
+ query?: never;
983
+ url: '/umbraco/deploy/management/api/v1/restore/tree';
984
+ };
985
+ export type PostRestoreTreeErrors = {
986
+ /**
987
+ * The resource is protected and requires an authentication token
988
+ */
989
+ 401: unknown;
990
+ /**
991
+ * Forbidden
992
+ */
993
+ 403: unknown;
994
+ };
995
+ export type PostRestoreTreeResponses = {
996
+ /**
997
+ * OK
998
+ */
999
+ 200: WorkItemDetailModel;
1000
+ };
1001
+ export type PostRestoreTreeResponse = PostRestoreTreeResponses[keyof PostRestoreTreeResponses];
1002
+ export type GetSchemaData = {
1003
+ body?: never;
1004
+ path?: never;
1005
+ query?: never;
1006
+ url: '/umbraco/deploy/management/api/v1/schema';
1007
+ };
1008
+ export type GetSchemaErrors = {
1009
+ /**
1010
+ * The resource is protected and requires an authentication token
1011
+ */
1012
+ 401: unknown;
1013
+ };
1014
+ export type GetSchemaResponses = {
1015
+ /**
1016
+ * OK
1017
+ */
1018
+ 200: SchemaComparisonModel;
1019
+ };
1020
+ export type GetSchemaResponse = GetSchemaResponses[keyof GetSchemaResponses];
1021
+ export type DeleteSchemaFileData = {
1022
+ body?: never;
1023
+ path?: never;
1024
+ query?: {
1025
+ udi?: string;
1026
+ };
1027
+ url: '/umbraco/deploy/management/api/v1/schema/file';
1028
+ };
1029
+ export type DeleteSchemaFileErrors = {
1030
+ /**
1031
+ * The resource is protected and requires an authentication token
1032
+ */
1033
+ 401: unknown;
1034
+ };
1035
+ export type DeleteSchemaFileResponses = {
1036
+ /**
1037
+ * OK
1038
+ */
1039
+ 200: string;
1040
+ };
1041
+ export type DeleteSchemaFileResponse = DeleteSchemaFileResponses[keyof DeleteSchemaFileResponses];
1042
+ export type PostSchemaFileData = {
1043
+ body?: never;
1044
+ path?: never;
1045
+ query?: {
1046
+ udi?: string;
1047
+ };
1048
+ url: '/umbraco/deploy/management/api/v1/schema/file';
1049
+ };
1050
+ export type PostSchemaFileErrors = {
1051
+ /**
1052
+ * Bad Request
1053
+ */
1054
+ 400: string;
1055
+ /**
1056
+ * The resource is protected and requires an authentication token
1057
+ */
1058
+ 401: unknown;
1059
+ };
1060
+ export type PostSchemaFileError = PostSchemaFileErrors[keyof PostSchemaFileErrors];
1061
+ export type PostSchemaFileResponses = {
1062
+ /**
1063
+ * OK
1064
+ */
1065
+ 200: string;
1066
+ };
1067
+ export type PostSchemaFileResponse = PostSchemaFileResponses[keyof PostSchemaFileResponses];
1068
+ export type DeleteSchemaItemData = {
1069
+ body?: never;
1070
+ path?: never;
1071
+ query?: {
1072
+ udi?: string;
1073
+ };
1074
+ url: '/umbraco/deploy/management/api/v1/schema/item';
1075
+ };
1076
+ export type DeleteSchemaItemErrors = {
1077
+ /**
1078
+ * Bad Request
1079
+ */
1080
+ 400: string;
1081
+ /**
1082
+ * The resource is protected and requires an authentication token
1083
+ */
1084
+ 401: unknown;
1085
+ };
1086
+ export type DeleteSchemaItemError = DeleteSchemaItemErrors[keyof DeleteSchemaItemErrors];
1087
+ export type DeleteSchemaItemResponses = {
1088
+ /**
1089
+ * OK
1090
+ */
1091
+ 200: string;
1092
+ };
1093
+ export type DeleteSchemaItemResponse = DeleteSchemaItemResponses[keyof DeleteSchemaItemResponses];
1094
+ export type PostSchemaItemData = {
1095
+ body?: never;
1096
+ path?: never;
1097
+ query?: {
1098
+ udi?: string;
1099
+ };
1100
+ url: '/umbraco/deploy/management/api/v1/schema/item';
1101
+ };
1102
+ export type PostSchemaItemErrors = {
1103
+ /**
1104
+ * Bad Request
1105
+ */
1106
+ 400: string;
1107
+ /**
1108
+ * The resource is protected and requires an authentication token
1109
+ */
1110
+ 401: unknown;
1111
+ };
1112
+ export type PostSchemaItemError = PostSchemaItemErrors[keyof PostSchemaItemErrors];
1113
+ export type PostSchemaItemResponses = {
1114
+ /**
1115
+ * OK
1116
+ */
1117
+ 200: string;
1118
+ };
1119
+ export type PostSchemaItemResponse = PostSchemaItemResponses[keyof PostSchemaItemResponses];
1120
+ export type GetSchemaKeyData = {
1121
+ body?: never;
1122
+ path?: never;
1123
+ query?: {
1124
+ udi?: string;
1125
+ };
1126
+ url: '/umbraco/deploy/management/api/v1/schema/key';
1127
+ };
1128
+ export type GetSchemaKeyErrors = {
1129
+ /**
1130
+ * The resource is protected and requires an authentication token
1131
+ */
1132
+ 401: unknown;
1133
+ };
1134
+ export type GetSchemaKeyResponses = {
1135
+ /**
1136
+ * OK
1137
+ */
1138
+ 200: SchemaComparisonForEntityModel;
1139
+ };
1140
+ export type GetSchemaKeyResponse = GetSchemaKeyResponses[keyof GetSchemaKeyResponses];
1141
+ export type GetStatusBusyData = {
1142
+ body?: never;
1143
+ path?: never;
1144
+ query?: never;
1145
+ url: '/umbraco/deploy/management/api/v1/status/busy';
1146
+ };
1147
+ export type GetStatusBusyErrors = {
1148
+ /**
1149
+ * The resource is protected and requires an authentication token
1150
+ */
1151
+ 401: unknown;
1152
+ /**
1153
+ * Expectation Failed
1154
+ */
1155
+ 417: unknown;
1156
+ };
1157
+ export type GetStatusBusyResponses = {
1158
+ /**
1159
+ * OK
1160
+ */
1161
+ 200: unknown;
1162
+ };
1163
+ export type GetStatusLicenseData = {
1164
+ body?: never;
1165
+ path?: never;
1166
+ query?: never;
1167
+ url: '/umbraco/deploy/management/api/v1/status/license';
1168
+ };
1169
+ export type GetStatusLicenseErrors = {
1170
+ /**
1171
+ * Bad Request
1172
+ */
1173
+ 400: unknown;
1174
+ /**
1175
+ * The resource is protected and requires an authentication token
1176
+ */
1177
+ 401: unknown;
1178
+ };
1179
+ export type GetStatusLicenseResponses = {
1180
+ /**
1181
+ * OK
1182
+ */
1183
+ 200: LicenseStatusResponseModel;
1184
+ };
1185
+ export type GetStatusLicenseResponse = GetStatusLicenseResponses[keyof GetStatusLicenseResponses];
1186
+ export type PostStatusStatusData = {
1187
+ body?: SessionActionRequestModel;
1188
+ path?: never;
1189
+ query?: never;
1190
+ url: '/umbraco/deploy/management/api/v1/status/status';
1191
+ };
1192
+ export type PostStatusStatusErrors = {
1193
+ /**
1194
+ * The resource is protected and requires an authentication token
1195
+ */
1196
+ 401: unknown;
1197
+ };
1198
+ export type PostStatusStatusResponses = {
1199
+ /**
1200
+ * OK
1201
+ */
1202
+ 200: StatusDetailModel;
1203
+ };
1204
+ export type PostStatusStatusResponse = PostStatusStatusResponses[keyof PostStatusStatusResponses];
1205
+ export type GetTreeExternalContentData = {
1206
+ body?: never;
1207
+ path?: never;
1208
+ query: {
1209
+ key?: string;
1210
+ environmentUrl: string;
1211
+ };
1212
+ url: '/umbraco/deploy/management/api/v1/tree/external-content';
1213
+ };
1214
+ export type GetTreeExternalContentErrors = {
1215
+ /**
1216
+ * The resource is protected and requires an authentication token
1217
+ */
1218
+ 401: unknown;
1219
+ /**
1220
+ * Forbidden
1221
+ */
1222
+ 403: unknown;
1223
+ /**
1224
+ * Internal Server Error
1225
+ */
1226
+ 500: unknown;
1227
+ };
1228
+ export type GetTreeExternalContentResponses = {
1229
+ /**
1230
+ * OK
1231
+ */
1232
+ 200: PagedRemoteEntityTreeItemResponseModel;
1233
+ };
1234
+ export type GetTreeExternalContentResponse = GetTreeExternalContentResponses[keyof GetTreeExternalContentResponses];
1235
+ export type GetTreeExternalEntityData = {
1236
+ body?: never;
1237
+ path?: never;
1238
+ query: {
1239
+ key?: string;
1240
+ environmentUrl: string;
1241
+ entityType: string;
1242
+ };
1243
+ url: '/umbraco/deploy/management/api/v1/tree/external-entity';
1244
+ };
1245
+ export type GetTreeExternalEntityErrors = {
1246
+ /**
1247
+ * The resource is protected and requires an authentication token
1248
+ */
1249
+ 401: unknown;
1250
+ /**
1251
+ * Forbidden
1252
+ */
1253
+ 403: unknown;
1254
+ /**
1255
+ * Internal Server Error
1256
+ */
1257
+ 500: unknown;
1258
+ };
1259
+ export type GetTreeExternalEntityResponses = {
1260
+ /**
1261
+ * OK
1262
+ */
1263
+ 200: PagedRemoteEntityTreeItemResponseModel;
1264
+ };
1265
+ export type GetTreeExternalEntityResponse = GetTreeExternalEntityResponses[keyof GetTreeExternalEntityResponses];
1266
+ export type GetTreeExternalMediaData = {
1267
+ body?: never;
1268
+ path?: never;
1269
+ query: {
1270
+ key?: string;
1271
+ environmentUrl: string;
1272
+ };
1273
+ url: '/umbraco/deploy/management/api/v1/tree/external-media';
1274
+ };
1275
+ export type GetTreeExternalMediaErrors = {
1276
+ /**
1277
+ * The resource is protected and requires an authentication token
1278
+ */
1279
+ 401: unknown;
1280
+ /**
1281
+ * Forbidden
1282
+ */
1283
+ 403: unknown;
1284
+ /**
1285
+ * Internal Server Error
1286
+ */
1287
+ 500: unknown;
1288
+ };
1289
+ export type GetTreeExternalMediaResponses = {
1290
+ /**
1291
+ * OK
1292
+ */
1293
+ 200: PagedRemoteEntityTreeItemResponseModel;
1294
+ };
1295
+ export type GetTreeExternalMediaResponse = GetTreeExternalMediaResponses[keyof GetTreeExternalMediaResponses];
1296
+ export type PostUdiData = {
1297
+ body?: GetUdiRangeModel;
1298
+ path?: never;
1299
+ query?: never;
1300
+ url: '/umbraco/deploy/management/api/v1/udi';
1301
+ };
1302
+ export type PostUdiErrors = {
1303
+ /**
1304
+ * The resource is protected and requires an authentication token
1305
+ */
1306
+ 401: unknown;
1307
+ };
1308
+ export type PostUdiResponses = {
1309
+ /**
1310
+ * OK
1311
+ */
1312
+ 200: DeployItemModel;
1313
+ };
1314
+ export type PostUdiResponse = PostUdiResponses[keyof PostUdiResponses];