@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,12 @@
1
+ import { type ClientOptions, type Config } from './client';
2
+ import type { ClientOptions as ClientOptions2 } from './types.gen';
3
+ /**
4
+ * The `createClientConfig()` function will be called on client initialization
5
+ * and the returned object will become the client's initial configuration.
6
+ *
7
+ * You may want to initialize your client this way instead of calling
8
+ * `setConfig()`. This is useful for example if you're using Next.js
9
+ * to ensure your client always has the correct values.
10
+ */
11
+ export type CreateClientConfig<T extends ClientOptions = ClientOptions2> = (override?: Config<ClientOptions & T>) => Config<Required<ClientOptions> & T>;
12
+ export declare const client: import("./client").Client;
@@ -0,0 +1,18 @@
1
+ export type AuthToken = string | undefined;
2
+ export interface Auth {
3
+ /**
4
+ * Which part of the request do we use to send the auth?
5
+ *
6
+ * @default 'header'
7
+ */
8
+ in?: 'header' | 'query' | 'cookie';
9
+ /**
10
+ * Header or query parameter name.
11
+ *
12
+ * @default 'Authorization'
13
+ */
14
+ name?: string;
15
+ scheme?: 'basic' | 'bearer';
16
+ type: 'apiKey' | 'http';
17
+ }
18
+ export declare const getAuthToken: (auth: Auth, callback: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken) => Promise<string | undefined>;
@@ -0,0 +1,25 @@
1
+ import type { ArrayStyle, ObjectStyle, SerializerOptions } from './pathSerializer.gen';
2
+ export type QuerySerializer = (query: Record<string, unknown>) => string;
3
+ export type BodySerializer = (body: unknown) => unknown;
4
+ type QuerySerializerOptionsObject = {
5
+ allowReserved?: boolean;
6
+ array?: Partial<SerializerOptions<ArrayStyle>>;
7
+ object?: Partial<SerializerOptions<ObjectStyle>>;
8
+ };
9
+ export type QuerySerializerOptions = QuerySerializerOptionsObject & {
10
+ /**
11
+ * Per-parameter serialization overrides. When provided, these settings
12
+ * override the global array/object settings for specific parameter names.
13
+ */
14
+ parameters?: Record<string, QuerySerializerOptionsObject>;
15
+ };
16
+ export declare const formDataBodySerializer: {
17
+ bodySerializer: (body: unknown) => FormData;
18
+ };
19
+ export declare const jsonBodySerializer: {
20
+ bodySerializer: (body: unknown) => string;
21
+ };
22
+ export declare const urlSearchParamsBodySerializer: {
23
+ bodySerializer: (body: unknown) => string;
24
+ };
25
+ export {};
@@ -0,0 +1,43 @@
1
+ type Slot = 'body' | 'headers' | 'path' | 'query';
2
+ export type Field = {
3
+ in: Exclude<Slot, 'body'>;
4
+ /**
5
+ * Field name. This is the name we want the user to see and use.
6
+ */
7
+ key: string;
8
+ /**
9
+ * Field mapped name. This is the name we want to use in the request.
10
+ * If omitted, we use the same value as `key`.
11
+ */
12
+ map?: string;
13
+ } | {
14
+ in: Extract<Slot, 'body'>;
15
+ /**
16
+ * Key isn't required for bodies.
17
+ */
18
+ key?: string;
19
+ map?: string;
20
+ } | {
21
+ /**
22
+ * Field name. This is the name we want the user to see and use.
23
+ */
24
+ key: string;
25
+ /**
26
+ * Field mapped name. This is the name we want to use in the request.
27
+ * If `in` is omitted, `map` aliases `key` to the transport layer.
28
+ */
29
+ map: Slot;
30
+ };
31
+ export interface Fields {
32
+ allowExtra?: Partial<Record<Slot, boolean>>;
33
+ args?: ReadonlyArray<Field>;
34
+ }
35
+ export type FieldsConfig = ReadonlyArray<Field | Fields>;
36
+ interface Params {
37
+ body: unknown;
38
+ headers: Record<string, unknown>;
39
+ path: Record<string, unknown>;
40
+ query: Record<string, unknown>;
41
+ }
42
+ export declare const buildClientParams: (args: ReadonlyArray<unknown>, fields: FieldsConfig) => Params;
43
+ export {};
@@ -0,0 +1,33 @@
1
+ interface SerializeOptions<T> extends SerializePrimitiveOptions, SerializerOptions<T> {
2
+ }
3
+ interface SerializePrimitiveOptions {
4
+ allowReserved?: boolean;
5
+ name: string;
6
+ }
7
+ export interface SerializerOptions<T> {
8
+ /**
9
+ * @default true
10
+ */
11
+ explode: boolean;
12
+ style: T;
13
+ }
14
+ export type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
15
+ export type ArraySeparatorStyle = ArrayStyle | MatrixStyle;
16
+ type MatrixStyle = 'label' | 'matrix' | 'simple';
17
+ export type ObjectStyle = 'form' | 'deepObject';
18
+ type ObjectSeparatorStyle = ObjectStyle | MatrixStyle;
19
+ interface SerializePrimitiveParam extends SerializePrimitiveOptions {
20
+ value: string;
21
+ }
22
+ export declare const separatorArrayExplode: (style: ArraySeparatorStyle) => "." | ";" | "," | "&";
23
+ export declare const separatorArrayNoExplode: (style: ArraySeparatorStyle) => "," | "|" | "%20";
24
+ export declare const separatorObjectExplode: (style: ObjectSeparatorStyle) => "." | ";" | "," | "&";
25
+ export declare const serializeArrayParam: ({ allowReserved, explode, name, style, value, }: SerializeOptions<ArraySeparatorStyle> & {
26
+ value: unknown[];
27
+ }) => string;
28
+ export declare const serializePrimitiveParam: ({ allowReserved, name, value, }: SerializePrimitiveParam) => string;
29
+ export declare const serializeObjectParam: ({ allowReserved, explode, name, style, value, valueOnly, }: SerializeOptions<ObjectSeparatorStyle> & {
30
+ value: Record<string, unknown> | Date;
31
+ valueOnly?: boolean;
32
+ }) => string;
33
+ export {};
@@ -0,0 +1,18 @@
1
+ /**
2
+ * JSON-friendly union that mirrors what Pinia Colada can hash.
3
+ */
4
+ export type JsonValue = null | string | number | boolean | JsonValue[] | {
5
+ [key: string]: JsonValue;
6
+ };
7
+ /**
8
+ * Replacer that converts non-JSON values (bigint, Date, etc.) to safe substitutes.
9
+ */
10
+ export declare const queryKeyJsonReplacer: (_key: string, value: unknown) => {} | null | undefined;
11
+ /**
12
+ * Safely stringifies a value and parses it back into a JsonValue.
13
+ */
14
+ export declare const stringifyToJsonValue: (input: unknown) => JsonValue | undefined;
15
+ /**
16
+ * Normalizes any accepted value into a JSON-friendly shape for query keys.
17
+ */
18
+ export declare const serializeQueryKeyValue: (value: unknown) => JsonValue | undefined;
@@ -0,0 +1,71 @@
1
+ import type { Config } from './types.gen';
2
+ export type ServerSentEventsOptions<TData = unknown> = Omit<RequestInit, 'method'> & Pick<Config, 'method' | 'responseTransformer' | 'responseValidator'> & {
3
+ /**
4
+ * Fetch API implementation. You can use this option to provide a custom
5
+ * fetch instance.
6
+ *
7
+ * @default globalThis.fetch
8
+ */
9
+ fetch?: typeof fetch;
10
+ /**
11
+ * Implementing clients can call request interceptors inside this hook.
12
+ */
13
+ onRequest?: (url: string, init: RequestInit) => Promise<Request>;
14
+ /**
15
+ * Callback invoked when a network or parsing error occurs during streaming.
16
+ *
17
+ * This option applies only if the endpoint returns a stream of events.
18
+ *
19
+ * @param error The error that occurred.
20
+ */
21
+ onSseError?: (error: unknown) => void;
22
+ /**
23
+ * Callback invoked when an event is streamed from the server.
24
+ *
25
+ * This option applies only if the endpoint returns a stream of events.
26
+ *
27
+ * @param event Event streamed from the server.
28
+ * @returns Nothing (void).
29
+ */
30
+ onSseEvent?: (event: StreamEvent<TData>) => void;
31
+ serializedBody?: RequestInit['body'];
32
+ /**
33
+ * Default retry delay in milliseconds.
34
+ *
35
+ * This option applies only if the endpoint returns a stream of events.
36
+ *
37
+ * @default 3000
38
+ */
39
+ sseDefaultRetryDelay?: number;
40
+ /**
41
+ * Maximum number of retry attempts before giving up.
42
+ */
43
+ sseMaxRetryAttempts?: number;
44
+ /**
45
+ * Maximum retry delay in milliseconds.
46
+ *
47
+ * Applies only when exponential backoff is used.
48
+ *
49
+ * This option applies only if the endpoint returns a stream of events.
50
+ *
51
+ * @default 30000
52
+ */
53
+ sseMaxRetryDelay?: number;
54
+ /**
55
+ * Optional sleep function for retry backoff.
56
+ *
57
+ * Defaults to using `setTimeout`.
58
+ */
59
+ sseSleepFn?: (ms: number) => Promise<void>;
60
+ url: string;
61
+ };
62
+ export interface StreamEvent<TData = unknown> {
63
+ data: TData;
64
+ event?: string;
65
+ id?: string;
66
+ retry?: number;
67
+ }
68
+ export type ServerSentEventsResult<TData = unknown, TReturn = void, TNext = unknown> = {
69
+ stream: AsyncGenerator<TData extends Record<string, unknown> ? TData[keyof TData] : TData, TReturn, TNext>;
70
+ };
71
+ export declare function createSseClient<TData = unknown>({ onRequest, onSseError, onSseEvent, responseTransformer, responseValidator, sseDefaultRetryDelay, sseMaxRetryAttempts, sseMaxRetryDelay, sseSleepFn, url, ...options }: ServerSentEventsOptions): ServerSentEventsResult<TData>;
@@ -0,0 +1,78 @@
1
+ import type { Auth, AuthToken } from './auth.gen';
2
+ import type { BodySerializer, QuerySerializer, QuerySerializerOptions } from './bodySerializer.gen';
3
+ export type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
4
+ export type Client<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
5
+ /**
6
+ * Returns the final request URL.
7
+ */
8
+ buildUrl: BuildUrlFn;
9
+ getConfig: () => Config;
10
+ request: RequestFn;
11
+ setConfig: (config: Config) => Config;
12
+ } & {
13
+ [K in HttpMethod]: MethodFn;
14
+ } & ([SseFn] extends [never] ? {
15
+ sse?: never;
16
+ } : {
17
+ sse: {
18
+ [K in HttpMethod]: SseFn;
19
+ };
20
+ });
21
+ export interface Config {
22
+ /**
23
+ * Auth token or a function returning auth token. The resolved value will be
24
+ * added to the request payload as defined by its `security` array.
25
+ */
26
+ auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
27
+ /**
28
+ * A function for serializing request body parameter. By default,
29
+ * {@link JSON.stringify()} will be used.
30
+ */
31
+ bodySerializer?: BodySerializer | null;
32
+ /**
33
+ * An object containing any HTTP headers that you want to pre-populate your
34
+ * `Headers` object with.
35
+ *
36
+ * {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
37
+ */
38
+ headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
39
+ /**
40
+ * The request method.
41
+ *
42
+ * {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
43
+ */
44
+ method?: Uppercase<HttpMethod>;
45
+ /**
46
+ * A function for serializing request query parameters. By default, arrays
47
+ * will be exploded in form style, objects will be exploded in deepObject
48
+ * style, and reserved characters are percent-encoded.
49
+ *
50
+ * This method will have no effect if the native `paramsSerializer()` Axios
51
+ * API function is used.
52
+ *
53
+ * {@link https://swagger.io/docs/specification/serialization/#query View examples}
54
+ */
55
+ querySerializer?: QuerySerializer | QuerySerializerOptions;
56
+ /**
57
+ * A function validating request data. This is useful if you want to ensure
58
+ * the request conforms to the desired shape, so it can be safely sent to
59
+ * the server.
60
+ */
61
+ requestValidator?: (data: unknown) => Promise<unknown>;
62
+ /**
63
+ * A function transforming response data before it's returned. This is useful
64
+ * for post-processing data, e.g., converting ISO strings into Date objects.
65
+ */
66
+ responseTransformer?: (data: unknown) => Promise<unknown>;
67
+ /**
68
+ * A function validating response data. This is useful if you want to ensure
69
+ * the response conforms to the desired shape, so it can be safely passed to
70
+ * the transformers and returned to the user.
71
+ */
72
+ responseValidator?: (data: unknown) => Promise<unknown>;
73
+ }
74
+ type IsExactlyNeverOrNeverUndefined<T> = [T] extends [never] ? true : [T] extends [never | undefined] ? [undefined] extends [T] ? false : true : false;
75
+ export type OmitNever<T extends Record<string, unknown>> = {
76
+ [K in keyof T as IsExactlyNeverOrNeverUndefined<T[K]> extends true ? never : K]: T[K];
77
+ };
78
+ export {};
@@ -0,0 +1,19 @@
1
+ import type { BodySerializer, QuerySerializer } from './bodySerializer.gen';
2
+ export interface PathSerializer {
3
+ path: Record<string, unknown>;
4
+ url: string;
5
+ }
6
+ export declare const PATH_PARAM_RE: RegExp;
7
+ export declare const defaultPathSerializer: ({ path, url: _url }: PathSerializer) => string;
8
+ export declare const getUrl: ({ baseUrl, path, query, querySerializer, url: _url, }: {
9
+ baseUrl?: string;
10
+ path?: Record<string, unknown>;
11
+ query?: Record<string, unknown>;
12
+ querySerializer: QuerySerializer;
13
+ url: string;
14
+ }) => string;
15
+ export declare function getValidRequestBody(options: {
16
+ body?: unknown;
17
+ bodySerializer?: BodySerializer | null;
18
+ serializedBody?: unknown;
19
+ }): unknown;
@@ -0,0 +1,3 @@
1
+ export { client, type CreateClientConfig } from './client.gen';
2
+ export { ConfigurationDetailService, ContentService, DeployArtifactsService, DeployService, EntityService, ExportService, ImportService, ManagementDashboardService, NoNodesService, OperationsService, type Options, QueueService, RestoreService, SchemaService, StatusService, TreeService, UdiService } from './sdk.gen';
3
+ export { type AddToQueueModel, type ClientConfigurationInfoModel, type ClientConfigurationModel, type ClientOptions, type ConfigurationModel, type ContentComparisonModel, type ContentSummaryContainerModel, type ContentSummaryModel, type ContentSummaryPropertyModel, type DashboardModel, type DashboardModelWritable, type DeleteExportModel, type DeleteSchemaFileData, type DeleteSchemaFileErrors, type DeleteSchemaFileResponse, type DeleteSchemaFileResponses, type DeleteSchemaItemData, type DeleteSchemaItemError, type DeleteSchemaItemErrors, type DeleteSchemaItemResponse, type DeleteSchemaItemResponses, type DeployEntityTypeCategoriesModel, type DeployItemModel, type DeployItemModelWritable, type DeployModel, type DeployRegisteredEntityTypeDetailOptionsModel, type DifferenceModel, type ExportModel, type GetArtifactsData, type GetArtifactsErrors, type GetArtifactsResponse, type GetArtifactsResponses, type GetComparisonModel, type GetConfigurationClientData, type GetConfigurationClientErrors, type GetConfigurationClientResponse, type GetConfigurationClientResponses, type GetConfigurationDetailsData, type GetConfigurationDetailsErrors, type GetConfigurationDetailsResponse, type GetConfigurationDetailsResponses, type GetDashboardData, type GetDashboardErrors, type GetDashboardResponse, type GetDashboardResponses, type GetEntityNameData, type GetEntityNameErrors, type GetEntityNameResponse, type GetEntityNameResponses, type GetExportData, type GetExportErrors, type GetExportResponse, type GetExportResponses, type GetNoNodesCheckMarkersData, type GetNoNodesCheckMarkersErrors, type GetNoNodesCheckMarkersResponse, type GetNoNodesCheckMarkersResponses, type GetOperationDetailFailedData, type GetOperationDetailFailedErrors, type GetOperationDetailFailedResponse, type GetOperationDetailFailedResponses, type GetQueueData, type GetQueueErrors, type GetQueueResponse, type GetQueueResponses, type GetSchemaData, type GetSchemaErrors, type GetSchemaKeyData, type GetSchemaKeyErrors, type GetSchemaKeyResponse, type GetSchemaKeyResponses, type GetSchemaResponse, type GetSchemaResponses, type GetStatusBusyData, type GetStatusBusyErrors, type GetStatusBusyResponses, type GetStatusLicenseData, type GetStatusLicenseErrors, type GetStatusLicenseResponse, type GetStatusLicenseResponses, type GetTreeExternalContentData, type GetTreeExternalContentErrors, type GetTreeExternalContentResponse, type GetTreeExternalContentResponses, type GetTreeExternalEntityData, type GetTreeExternalEntityErrors, type GetTreeExternalEntityResponse, type GetTreeExternalEntityResponses, type GetTreeExternalMediaData, type GetTreeExternalMediaErrors, type GetTreeExternalMediaResponse, type GetTreeExternalMediaResponses, type GetUdiRangeModel, type HeartbeatModel, type ImportModel, type ImportOnStartupConfigurationModel, type InstantDeployModel, type LicenseStatusResponseModel, type MarkersExistDetailModel, type MismatchDetailsModel, type MismatchDetailsModelWritable, type PagedRemoteEntityTreeItemResponseModel, type PartialRestoreModel, type PartialRestoreNodeModel, type PermissionToExportDetailModel, type PermissionToTransferDetailModel, type PostContentData, type PostContentErrors, type PostContentResponse, type PostContentResponses, type PostDeployData, type PostDeployErrors, type PostDeployInstantData, type PostDeployInstantErrors, type PostDeployInstantResponse, type PostDeployInstantResponses, type PostDeployResponse, type PostDeployResponses, type PostEntityExportData, type PostEntityExportErrors, type PostEntityExportResponse, type PostEntityExportResponses, type PostEntityTransferData, type PostEntityTransferErrors, type PostEntityTransferResponse, type PostEntityTransferResponses, type PostEntityTreeDetailData, type PostEntityTreeDetailErrors, type PostEntityTreeDetailResponse, type PostEntityTreeDetailResponses, type PostExportData, type PostExportDeleteData, type PostExportDeleteErrors, type PostExportDeleteResponses, type PostExportErrors, type PostExportQueueData, type PostExportQueueErrors, type PostExportQueueResponse, type PostExportQueueResponses, type PostExportResponse, type PostExportResponses, type PostExportTreeData, type PostExportTreeErrors, type PostExportTreeResponse, type PostExportTreeResponses, type PostImportData, type PostImportErrors, type PostImportResponse, type PostImportResponses, type PostNoNodesCreateDiskReadTriggerData, type PostNoNodesCreateDiskReadTriggerErrors, type PostNoNodesCreateDiskReadTriggerResponses, type PostOperationData, type PostOperationError, type PostOperationErrors, type PostOperationResponse, type PostOperationResponses, type PostQueueAddData, type PostQueueAddErrors, type PostQueueAddResponse, type PostQueueAddResponses, type PostQueueClearData, type PostQueueClearErrors, type PostQueueClearResponses, type PostQueueRemoveData, type PostQueueRemoveErrors, type PostQueueRemoveResponses, type PostRestoreData, type PostRestoreErrors, type PostRestoreNoNodesData, type PostRestoreNoNodesErrors, type PostRestoreNoNodesResponse, type PostRestoreNoNodesResponses, type PostRestorePartialData, type PostRestorePartialErrors, type PostRestorePartialResponse, type PostRestorePartialResponses, type PostRestoreResponse, type PostRestoreResponses, type PostRestoreTreeData, type PostRestoreTreeErrors, type PostRestoreTreeResponse, type PostRestoreTreeResponses, type PostSchemaFileData, type PostSchemaFileError, type PostSchemaFileErrors, type PostSchemaFileResponse, type PostSchemaFileResponses, type PostSchemaItemData, type PostSchemaItemError, type PostSchemaItemErrors, type PostSchemaItemResponse, type PostSchemaItemResponses, type PostStatusStatusData, type PostStatusStatusErrors, type PostStatusStatusResponse, type PostStatusStatusResponses, type PostUdiData, type PostUdiErrors, type PostUdiResponse, type PostUdiResponses, type QueueExportModel, type RemoteEntityTreeItemResponseModel, type RemoteTreeDetailModel, type RemoveFromQueueModel, type RestoreModel, type SchemaComparisonDetailModel, type SchemaComparisonDetailModelWritable, type SchemaComparisonForEntityModel, type SchemaComparisonModel, type SchemaComparisonModelWritable, type SessionActionRequestModel, type SessionUpdatedModel, type SessionUpdatedModelWritable, type StatusDetailModel, type StatusModel, type StatusModelWritable, type SuspensionsConfigurationModel, type TreeExportModel, type TreeRestoreModel, type TriggerOperationCommandModel, type UdiModel, type UmbracoCloudClientConfigurationInfoModel, type WorkItemDetailModel, type WorkspaceInfoModel, WorkStatusModel } from './types.gen';
@@ -0,0 +1,89 @@
1
+ import type { Client, Options as Options2, TDataShape } from './client';
2
+ import type { DeleteSchemaFileData, DeleteSchemaFileErrors, DeleteSchemaFileResponses, DeleteSchemaItemData, DeleteSchemaItemErrors, DeleteSchemaItemResponses, GetArtifactsData, GetArtifactsErrors, GetArtifactsResponses, GetConfigurationClientData, GetConfigurationClientErrors, GetConfigurationClientResponses, GetConfigurationDetailsData, GetConfigurationDetailsErrors, GetConfigurationDetailsResponses, GetDashboardData, GetDashboardErrors, GetDashboardResponses, GetEntityNameData, GetEntityNameErrors, GetEntityNameResponses, GetExportData, GetExportErrors, GetExportResponses, GetNoNodesCheckMarkersData, GetNoNodesCheckMarkersErrors, GetNoNodesCheckMarkersResponses, GetOperationDetailFailedData, GetOperationDetailFailedErrors, GetOperationDetailFailedResponses, GetQueueData, GetQueueErrors, GetQueueResponses, GetSchemaData, GetSchemaErrors, GetSchemaKeyData, GetSchemaKeyErrors, GetSchemaKeyResponses, GetSchemaResponses, GetStatusBusyData, GetStatusBusyErrors, GetStatusBusyResponses, GetStatusLicenseData, GetStatusLicenseErrors, GetStatusLicenseResponses, GetTreeExternalContentData, GetTreeExternalContentErrors, GetTreeExternalContentResponses, GetTreeExternalEntityData, GetTreeExternalEntityErrors, GetTreeExternalEntityResponses, GetTreeExternalMediaData, GetTreeExternalMediaErrors, GetTreeExternalMediaResponses, PostContentData, PostContentErrors, PostContentResponses, PostDeployData, PostDeployErrors, PostDeployInstantData, PostDeployInstantErrors, PostDeployInstantResponses, PostDeployResponses, PostEntityExportData, PostEntityExportErrors, PostEntityExportResponses, PostEntityTransferData, PostEntityTransferErrors, PostEntityTransferResponses, PostEntityTreeDetailData, PostEntityTreeDetailErrors, PostEntityTreeDetailResponses, PostExportData, PostExportDeleteData, PostExportDeleteErrors, PostExportDeleteResponses, PostExportErrors, PostExportQueueData, PostExportQueueErrors, PostExportQueueResponses, PostExportResponses, PostExportTreeData, PostExportTreeErrors, PostExportTreeResponses, PostImportData, PostImportErrors, PostImportResponses, PostNoNodesCreateDiskReadTriggerData, PostNoNodesCreateDiskReadTriggerErrors, PostNoNodesCreateDiskReadTriggerResponses, PostOperationData, PostOperationErrors, PostOperationResponses, PostQueueAddData, PostQueueAddErrors, PostQueueAddResponses, PostQueueClearData, PostQueueClearErrors, PostQueueClearResponses, PostQueueRemoveData, PostQueueRemoveErrors, PostQueueRemoveResponses, PostRestoreData, PostRestoreErrors, PostRestoreNoNodesData, PostRestoreNoNodesErrors, PostRestoreNoNodesResponses, PostRestorePartialData, PostRestorePartialErrors, PostRestorePartialResponses, PostRestoreResponses, PostRestoreTreeData, PostRestoreTreeErrors, PostRestoreTreeResponses, PostSchemaFileData, PostSchemaFileErrors, PostSchemaFileResponses, PostSchemaItemData, PostSchemaItemErrors, PostSchemaItemResponses, PostStatusStatusData, PostStatusStatusErrors, PostStatusStatusResponses, PostUdiData, PostUdiErrors, PostUdiResponses } from './types.gen';
3
+ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options2<TData, ThrowOnError, TResponse> & {
4
+ /**
5
+ * You can provide a client instance returned by `createClient()` instead of
6
+ * individual options. This might be also useful if you want to implement a
7
+ * custom client.
8
+ */
9
+ client?: Client;
10
+ /**
11
+ * You can pass arbitrary values through the `meta` object. This can be
12
+ * used to access values that aren't defined as part of the SDK function.
13
+ */
14
+ meta?: Record<string, unknown>;
15
+ };
16
+ export declare class ConfigurationDetailService {
17
+ static getConfigurationClient<ThrowOnError extends boolean = true>(options?: Options<GetConfigurationClientData, ThrowOnError>): import("./client").RequestResult<GetConfigurationClientResponses, GetConfigurationClientErrors, ThrowOnError, "fields">;
18
+ static getConfigurationDetails<ThrowOnError extends boolean = true>(options?: Options<GetConfigurationDetailsData, ThrowOnError>): import("./client").RequestResult<GetConfigurationDetailsResponses, GetConfigurationDetailsErrors, ThrowOnError, "fields">;
19
+ }
20
+ export declare class ContentService {
21
+ static postContent<ThrowOnError extends boolean = true>(options?: Options<PostContentData, ThrowOnError>): import("./client").RequestResult<PostContentResponses, PostContentErrors, ThrowOnError, "fields">;
22
+ }
23
+ export declare class DeployArtifactsService {
24
+ static getArtifacts<ThrowOnError extends boolean = true>(options?: Options<GetArtifactsData, ThrowOnError>): import("./client").RequestResult<GetArtifactsResponses, GetArtifactsErrors, ThrowOnError, "fields">;
25
+ }
26
+ export declare class DeployService {
27
+ static postDeploy<ThrowOnError extends boolean = true>(options?: Options<PostDeployData, ThrowOnError>): import("./client").RequestResult<PostDeployResponses, PostDeployErrors, ThrowOnError, "fields">;
28
+ static postDeployInstant<ThrowOnError extends boolean = true>(options?: Options<PostDeployInstantData, ThrowOnError>): import("./client").RequestResult<PostDeployInstantResponses, PostDeployInstantErrors, ThrowOnError, "fields">;
29
+ }
30
+ export declare class EntityService {
31
+ static postEntityExport<ThrowOnError extends boolean = true>(options?: Options<PostEntityExportData, ThrowOnError>): import("./client").RequestResult<PostEntityExportResponses, PostEntityExportErrors, ThrowOnError, "fields">;
32
+ static getEntityName<ThrowOnError extends boolean = true>(options?: Options<GetEntityNameData, ThrowOnError>): import("./client").RequestResult<GetEntityNameResponses, GetEntityNameErrors, ThrowOnError, "fields">;
33
+ static postEntityTransfer<ThrowOnError extends boolean = true>(options?: Options<PostEntityTransferData, ThrowOnError>): import("./client").RequestResult<PostEntityTransferResponses, PostEntityTransferErrors, ThrowOnError, "fields">;
34
+ static postEntityTreeDetail<ThrowOnError extends boolean = true>(options?: Options<PostEntityTreeDetailData, ThrowOnError>): import("./client").RequestResult<PostEntityTreeDetailResponses, PostEntityTreeDetailErrors, ThrowOnError, "fields">;
35
+ }
36
+ export declare class ExportService {
37
+ static getExport<ThrowOnError extends boolean = true>(options?: Options<GetExportData, ThrowOnError>): import("./client").RequestResult<GetExportResponses, GetExportErrors, ThrowOnError, "fields">;
38
+ static postExport<ThrowOnError extends boolean = true>(options?: Options<PostExportData, ThrowOnError>): import("./client").RequestResult<PostExportResponses, PostExportErrors, ThrowOnError, "fields">;
39
+ static postExportDelete<ThrowOnError extends boolean = true>(options?: Options<PostExportDeleteData, ThrowOnError>): import("./client").RequestResult<PostExportDeleteResponses, PostExportDeleteErrors, ThrowOnError, "fields">;
40
+ static postExportQueue<ThrowOnError extends boolean = true>(options?: Options<PostExportQueueData, ThrowOnError>): import("./client").RequestResult<PostExportQueueResponses, PostExportQueueErrors, ThrowOnError, "fields">;
41
+ static postExportTree<ThrowOnError extends boolean = true>(options?: Options<PostExportTreeData, ThrowOnError>): import("./client").RequestResult<PostExportTreeResponses, PostExportTreeErrors, ThrowOnError, "fields">;
42
+ }
43
+ export declare class ImportService {
44
+ static postImport<ThrowOnError extends boolean = true>(options?: Options<PostImportData, ThrowOnError>): import("./client").RequestResult<PostImportResponses, PostImportErrors, ThrowOnError, "fields">;
45
+ }
46
+ export declare class ManagementDashboardService {
47
+ static getDashboard<ThrowOnError extends boolean = true>(options?: Options<GetDashboardData, ThrowOnError>): import("./client").RequestResult<GetDashboardResponses, GetDashboardErrors, ThrowOnError, "fields">;
48
+ }
49
+ export declare class NoNodesService {
50
+ static getNoNodesCheckMarkers<ThrowOnError extends boolean = true>(options?: Options<GetNoNodesCheckMarkersData, ThrowOnError>): import("./client").RequestResult<GetNoNodesCheckMarkersResponses, GetNoNodesCheckMarkersErrors, ThrowOnError, "fields">;
51
+ static postNoNodesCreateDiskReadTrigger<ThrowOnError extends boolean = true>(options?: Options<PostNoNodesCreateDiskReadTriggerData, ThrowOnError>): import("./client").RequestResult<PostNoNodesCreateDiskReadTriggerResponses, PostNoNodesCreateDiskReadTriggerErrors, ThrowOnError, "fields">;
52
+ }
53
+ export declare class OperationsService {
54
+ static postOperation<ThrowOnError extends boolean = true>(options?: Options<PostOperationData, ThrowOnError>): import("./client").RequestResult<PostOperationResponses, PostOperationErrors, ThrowOnError, "fields">;
55
+ static getOperationDetailFailed<ThrowOnError extends boolean = true>(options?: Options<GetOperationDetailFailedData, ThrowOnError>): import("./client").RequestResult<GetOperationDetailFailedResponses, GetOperationDetailFailedErrors, ThrowOnError, "fields">;
56
+ }
57
+ export declare class QueueService {
58
+ static getQueue<ThrowOnError extends boolean = true>(options?: Options<GetQueueData, ThrowOnError>): import("./client").RequestResult<GetQueueResponses, GetQueueErrors, ThrowOnError, "fields">;
59
+ static postQueueAdd<ThrowOnError extends boolean = true>(options?: Options<PostQueueAddData, ThrowOnError>): import("./client").RequestResult<PostQueueAddResponses, PostQueueAddErrors, ThrowOnError, "fields">;
60
+ static postQueueClear<ThrowOnError extends boolean = true>(options?: Options<PostQueueClearData, ThrowOnError>): import("./client").RequestResult<PostQueueClearResponses, PostQueueClearErrors, ThrowOnError, "fields">;
61
+ static postQueueRemove<ThrowOnError extends boolean = true>(options?: Options<PostQueueRemoveData, ThrowOnError>): import("./client").RequestResult<PostQueueRemoveResponses, PostQueueRemoveErrors, ThrowOnError, "fields">;
62
+ }
63
+ export declare class RestoreService {
64
+ static postRestore<ThrowOnError extends boolean = true>(options?: Options<PostRestoreData, ThrowOnError>): import("./client").RequestResult<PostRestoreResponses, PostRestoreErrors, ThrowOnError, "fields">;
65
+ static postRestoreNoNodes<ThrowOnError extends boolean = true>(options?: Options<PostRestoreNoNodesData, ThrowOnError>): import("./client").RequestResult<PostRestoreNoNodesResponses, PostRestoreNoNodesErrors, ThrowOnError, "fields">;
66
+ static postRestorePartial<ThrowOnError extends boolean = true>(options?: Options<PostRestorePartialData, ThrowOnError>): import("./client").RequestResult<PostRestorePartialResponses, PostRestorePartialErrors, ThrowOnError, "fields">;
67
+ static postRestoreTree<ThrowOnError extends boolean = true>(options?: Options<PostRestoreTreeData, ThrowOnError>): import("./client").RequestResult<PostRestoreTreeResponses, PostRestoreTreeErrors, ThrowOnError, "fields">;
68
+ }
69
+ export declare class SchemaService {
70
+ static getSchema<ThrowOnError extends boolean = true>(options?: Options<GetSchemaData, ThrowOnError>): import("./client").RequestResult<GetSchemaResponses, GetSchemaErrors, ThrowOnError, "fields">;
71
+ static deleteSchemaFile<ThrowOnError extends boolean = true>(options?: Options<DeleteSchemaFileData, ThrowOnError>): import("./client").RequestResult<DeleteSchemaFileResponses, DeleteSchemaFileErrors, ThrowOnError, "fields">;
72
+ static postSchemaFile<ThrowOnError extends boolean = true>(options?: Options<PostSchemaFileData, ThrowOnError>): import("./client").RequestResult<PostSchemaFileResponses, PostSchemaFileErrors, ThrowOnError, "fields">;
73
+ static deleteSchemaItem<ThrowOnError extends boolean = true>(options?: Options<DeleteSchemaItemData, ThrowOnError>): import("./client").RequestResult<DeleteSchemaItemResponses, DeleteSchemaItemErrors, ThrowOnError, "fields">;
74
+ static postSchemaItem<ThrowOnError extends boolean = true>(options?: Options<PostSchemaItemData, ThrowOnError>): import("./client").RequestResult<PostSchemaItemResponses, PostSchemaItemErrors, ThrowOnError, "fields">;
75
+ static getSchemaKey<ThrowOnError extends boolean = true>(options?: Options<GetSchemaKeyData, ThrowOnError>): import("./client").RequestResult<GetSchemaKeyResponses, GetSchemaKeyErrors, ThrowOnError, "fields">;
76
+ }
77
+ export declare class StatusService {
78
+ static getStatusBusy<ThrowOnError extends boolean = true>(options?: Options<GetStatusBusyData, ThrowOnError>): import("./client").RequestResult<GetStatusBusyResponses, GetStatusBusyErrors, ThrowOnError, "fields">;
79
+ static getStatusLicense<ThrowOnError extends boolean = true>(options?: Options<GetStatusLicenseData, ThrowOnError>): import("./client").RequestResult<GetStatusLicenseResponses, GetStatusLicenseErrors, ThrowOnError, "fields">;
80
+ static postStatusStatus<ThrowOnError extends boolean = true>(options?: Options<PostStatusStatusData, ThrowOnError>): import("./client").RequestResult<PostStatusStatusResponses, PostStatusStatusErrors, ThrowOnError, "fields">;
81
+ }
82
+ export declare class TreeService {
83
+ static getTreeExternalContent<ThrowOnError extends boolean = true>(options: Options<GetTreeExternalContentData, ThrowOnError>): import("./client").RequestResult<GetTreeExternalContentResponses, GetTreeExternalContentErrors, ThrowOnError, "fields">;
84
+ static getTreeExternalEntity<ThrowOnError extends boolean = true>(options: Options<GetTreeExternalEntityData, ThrowOnError>): import("./client").RequestResult<GetTreeExternalEntityResponses, GetTreeExternalEntityErrors, ThrowOnError, "fields">;
85
+ static getTreeExternalMedia<ThrowOnError extends boolean = true>(options: Options<GetTreeExternalMediaData, ThrowOnError>): import("./client").RequestResult<GetTreeExternalMediaResponses, GetTreeExternalMediaErrors, ThrowOnError, "fields">;
86
+ }
87
+ export declare class UdiService {
88
+ static postUdi<ThrowOnError extends boolean = true>(options?: Options<PostUdiData, ThrowOnError>): import("./client").RequestResult<PostUdiResponses, PostUdiErrors, ThrowOnError, "fields">;
89
+ }