@daytonaio/api-client 0.13.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +19 -0
- package/README.md +2 -2
- package/api/api-keys-api.ts +60 -28
- package/api/docker-registry-api.ts +182 -58
- package/api/images-api.ts +60 -28
- package/api/organizations-api.ts +1858 -0
- package/api/toolbox-api.ts +548 -252
- package/api/users-api.ts +14 -14
- package/api/workspace-api.ts +334 -161
- package/api.ts +1 -0
- package/dist/api/api-keys-api.d.ts +32 -16
- package/dist/api/api-keys-api.js +56 -28
- package/dist/api/docker-registry-api.d.ts +98 -40
- package/dist/api/docker-registry-api.js +169 -58
- package/dist/api/images-api.d.ts +32 -16
- package/dist/api/images-api.js +56 -28
- package/dist/api/organizations-api.d.ts +856 -0
- package/dist/api/organizations-api.js +1741 -0
- package/dist/api/toolbox-api.d.ts +292 -144
- package/dist/api/toolbox-api.js +511 -252
- package/dist/api/users-api.d.ts +9 -9
- package/dist/api/users-api.js +13 -13
- package/dist/api/workspace-api.d.ts +182 -97
- package/dist/api/workspace-api.js +319 -162
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/common.d.ts +1 -1
- package/dist/esm/api/api-keys-api.d.ts +32 -16
- package/dist/esm/api/api-keys-api.js +56 -28
- package/dist/esm/api/docker-registry-api.d.ts +98 -40
- package/dist/esm/api/docker-registry-api.js +169 -58
- package/dist/esm/api/images-api.d.ts +32 -16
- package/dist/esm/api/images-api.js +56 -28
- package/dist/esm/api/organizations-api.d.ts +856 -0
- package/dist/esm/api/organizations-api.js +1734 -0
- package/dist/esm/api/toolbox-api.d.ts +292 -144
- package/dist/esm/api/toolbox-api.js +511 -252
- package/dist/esm/api/users-api.d.ts +9 -9
- package/dist/esm/api/users-api.js +13 -13
- package/dist/esm/api/workspace-api.d.ts +182 -97
- package/dist/esm/api/workspace-api.js +319 -162
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/models/api-key-list.d.ts +15 -0
- package/dist/esm/models/api-key-list.js +8 -1
- package/dist/esm/models/api-key-response.d.ts +15 -0
- package/dist/esm/models/api-key-response.js +8 -1
- package/dist/esm/models/create-api-key.d.ts +15 -0
- package/dist/esm/models/create-api-key.js +8 -1
- package/dist/esm/models/create-docker-registry.d.ts +19 -0
- package/dist/esm/models/create-docker-registry.js +6 -1
- package/dist/esm/models/create-node.d.ts +72 -0
- package/dist/esm/models/create-node.js +10 -1
- package/dist/esm/models/create-organization-invitation.d.ts +47 -0
- package/dist/esm/models/create-organization-invitation.js +17 -0
- package/dist/esm/models/create-organization-quota.d.ts +84 -0
- package/dist/esm/models/create-organization-quota.js +14 -0
- package/dist/esm/models/create-organization-role.d.ts +45 -0
- package/dist/esm/models/create-organization-role.js +21 -0
- package/dist/esm/models/create-organization.d.ts +90 -0
- package/dist/esm/models/create-organization.js +14 -0
- package/dist/esm/models/create-user.d.ts +13 -0
- package/dist/esm/models/create-workspace.d.ts +6 -6
- package/dist/esm/models/create-workspace.js +6 -6
- package/dist/esm/models/docker-registry.d.ts +13 -0
- package/dist/esm/models/docker-registry.js +6 -1
- package/dist/esm/models/image-dto.d.ts +4 -12
- package/dist/esm/models/image-dto.js +1 -8
- package/dist/esm/models/image-state.d.ts +26 -0
- package/dist/esm/models/image-state.js +27 -0
- package/dist/esm/models/index.d.ts +18 -0
- package/dist/esm/models/index.js +18 -0
- package/dist/esm/models/organization-invitation.d.ts +91 -0
- package/dist/esm/models/organization-invitation.js +23 -0
- package/dist/esm/models/organization-role.d.ts +69 -0
- package/dist/esm/models/organization-role.js +21 -0
- package/dist/esm/models/organization-user.d.ts +72 -0
- package/dist/esm/models/organization-user.js +17 -0
- package/dist/esm/models/organization.d.ts +54 -0
- package/dist/esm/models/organization.js +14 -0
- package/dist/esm/models/registry-push-access-dto.d.ts +54 -0
- package/dist/esm/models/registry-push-access-dto.js +14 -0
- package/dist/esm/models/update-assigned-organization-roles.d.ts +24 -0
- package/dist/esm/models/update-assigned-organization-roles.js +14 -0
- package/dist/esm/models/update-organization-invitation.d.ts +41 -0
- package/dist/esm/models/update-organization-invitation.js +17 -0
- package/dist/esm/models/update-organization-member-role.d.ts +29 -0
- package/dist/esm/models/update-organization-member-role.js +17 -0
- package/dist/esm/models/update-organization-quota.d.ts +84 -0
- package/dist/esm/models/update-organization-quota.js +14 -0
- package/dist/esm/models/update-organization-role.d.ts +45 -0
- package/dist/esm/models/update-organization-role.js +21 -0
- package/dist/esm/models/user-public-key.d.ts +30 -0
- package/dist/esm/models/user-public-key.js +14 -0
- package/dist/esm/models/user.d.ts +43 -0
- package/dist/esm/models/user.js +14 -0
- package/dist/esm/models/workspace-state.d.ts +33 -0
- package/dist/esm/models/workspace-state.js +34 -0
- package/dist/esm/models/workspace.d.ts +12 -3
- package/dist/esm/models/workspace.js +7 -1
- package/dist/models/api-key-list.d.ts +15 -0
- package/dist/models/api-key-list.js +9 -0
- package/dist/models/api-key-response.d.ts +15 -0
- package/dist/models/api-key-response.js +9 -0
- package/dist/models/create-api-key.d.ts +15 -0
- package/dist/models/create-api-key.js +9 -0
- package/dist/models/create-docker-registry.d.ts +19 -0
- package/dist/models/create-docker-registry.js +7 -0
- package/dist/models/create-node.d.ts +72 -0
- package/dist/models/create-node.js +11 -0
- package/dist/models/create-organization-invitation.d.ts +47 -0
- package/dist/models/create-organization-invitation.js +20 -0
- package/dist/models/create-organization-quota.d.ts +84 -0
- package/dist/models/create-organization-quota.js +15 -0
- package/dist/models/create-organization-role.d.ts +45 -0
- package/dist/models/create-organization-role.js +24 -0
- package/dist/models/create-organization.d.ts +90 -0
- package/dist/models/create-organization.js +15 -0
- package/dist/models/create-user.d.ts +13 -0
- package/dist/models/create-workspace.d.ts +6 -6
- package/dist/models/create-workspace.js +6 -6
- package/dist/models/docker-registry.d.ts +13 -0
- package/dist/models/docker-registry.js +7 -0
- package/dist/models/image-dto.d.ts +4 -12
- package/dist/models/image-dto.js +0 -9
- package/dist/models/image-state.d.ts +26 -0
- package/dist/models/image-state.js +30 -0
- package/dist/models/index.d.ts +18 -0
- package/dist/models/index.js +18 -0
- package/dist/models/organization-invitation.d.ts +91 -0
- package/dist/models/organization-invitation.js +26 -0
- package/dist/models/organization-role.d.ts +69 -0
- package/dist/models/organization-role.js +24 -0
- package/dist/models/organization-user.d.ts +72 -0
- package/dist/models/organization-user.js +20 -0
- package/dist/models/organization.d.ts +54 -0
- package/dist/models/organization.js +15 -0
- package/dist/models/registry-push-access-dto.d.ts +54 -0
- package/dist/models/registry-push-access-dto.js +15 -0
- package/dist/models/update-assigned-organization-roles.d.ts +24 -0
- package/dist/models/update-assigned-organization-roles.js +15 -0
- package/dist/models/update-organization-invitation.d.ts +41 -0
- package/dist/models/update-organization-invitation.js +20 -0
- package/dist/models/update-organization-member-role.d.ts +29 -0
- package/dist/models/update-organization-member-role.js +20 -0
- package/dist/models/update-organization-quota.d.ts +84 -0
- package/dist/models/update-organization-quota.js +15 -0
- package/dist/models/update-organization-role.d.ts +45 -0
- package/dist/models/update-organization-role.js +24 -0
- package/dist/models/user-public-key.d.ts +30 -0
- package/dist/models/user-public-key.js +15 -0
- package/dist/models/user.d.ts +43 -0
- package/dist/models/user.js +15 -0
- package/dist/models/workspace-state.d.ts +33 -0
- package/dist/models/workspace-state.js +37 -0
- package/dist/models/workspace.d.ts +12 -3
- package/dist/models/workspace.js +8 -0
- package/models/api-key-list.ts +18 -0
- package/models/api-key-response.ts +18 -0
- package/models/create-api-key.ts +18 -0
- package/models/create-docker-registry.ts +22 -0
- package/models/create-node.ts +76 -0
- package/models/create-organization-invitation.ts +56 -0
- package/models/create-organization-quota.ts +90 -0
- package/models/create-organization-role.ts +54 -0
- package/models/create-organization.ts +96 -0
- package/models/create-user.ts +15 -0
- package/models/create-workspace.ts +6 -6
- package/models/docker-registry.ts +16 -0
- package/models/image-dto.ts +6 -13
- package/models/image-state.ts +36 -0
- package/models/index.ts +18 -0
- package/models/organization-invitation.ts +103 -0
- package/models/organization-role.ts +78 -0
- package/models/organization-user.ts +83 -0
- package/models/organization.ts +60 -0
- package/models/registry-push-access-dto.ts +60 -0
- package/models/update-assigned-organization-roles.ts +30 -0
- package/models/update-organization-invitation.ts +50 -0
- package/models/update-organization-member-role.ts +38 -0
- package/models/update-organization-quota.ts +90 -0
- package/models/update-organization-role.ts +54 -0
- package/models/user-public-key.ts +36 -0
- package/models/user.ts +51 -0
- package/models/workspace-state.ts +43 -0
- package/models/workspace.ts +17 -3
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import type { CreateDockerRegistry } from '../models';
|
|
16
16
|
import type { DockerRegistry } from '../models';
|
|
17
|
+
import type { RegistryPushAccessDto } from '../models';
|
|
17
18
|
import type { UpdateDockerRegistry } from '../models';
|
|
18
19
|
/**
|
|
19
20
|
* DockerRegistryApi - axios parameter creator
|
|
@@ -24,50 +25,64 @@ export declare const DockerRegistryApiAxiosParamCreator: (configuration?: Config
|
|
|
24
25
|
*
|
|
25
26
|
* @summary Create registry
|
|
26
27
|
* @param {CreateDockerRegistry} createDockerRegistry
|
|
28
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
27
29
|
* @param {*} [options] Override http request option.
|
|
28
30
|
* @throws {RequiredError}
|
|
29
31
|
*/
|
|
30
|
-
createRegistry: (createDockerRegistry: CreateDockerRegistry, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
|
+
createRegistry: (createDockerRegistry: CreateDockerRegistry, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
33
|
/**
|
|
32
34
|
*
|
|
33
35
|
* @summary Delete registry
|
|
34
|
-
* @param {string} id
|
|
36
|
+
* @param {string} id ID of the docker registry
|
|
37
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
35
38
|
* @param {*} [options] Override http request option.
|
|
36
39
|
* @throws {RequiredError}
|
|
37
40
|
*/
|
|
38
|
-
deleteRegistry: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
deleteRegistry: (id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
42
|
/**
|
|
40
43
|
*
|
|
41
44
|
* @summary Get registry
|
|
42
|
-
* @param {string} id
|
|
45
|
+
* @param {string} id ID of the docker registry
|
|
46
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
43
47
|
* @param {*} [options] Override http request option.
|
|
44
48
|
* @throws {RequiredError}
|
|
45
49
|
*/
|
|
46
|
-
getRegistry: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50
|
+
getRegistry: (id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @summary Get temporary registry access for pushing images
|
|
54
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
55
|
+
* @param {*} [options] Override http request option.
|
|
56
|
+
* @throws {RequiredError}
|
|
57
|
+
*/
|
|
58
|
+
getTransientPushAccess: (xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
59
|
/**
|
|
48
60
|
*
|
|
49
61
|
* @summary List registries
|
|
62
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
50
63
|
* @param {*} [options] Override http request option.
|
|
51
64
|
* @throws {RequiredError}
|
|
52
65
|
*/
|
|
53
|
-
listRegistries: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
66
|
+
listRegistries: (xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
67
|
/**
|
|
55
68
|
*
|
|
56
69
|
* @summary Set default registry
|
|
57
|
-
* @param {string} id
|
|
70
|
+
* @param {string} id ID of the docker registry
|
|
71
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
58
72
|
* @param {*} [options] Override http request option.
|
|
59
73
|
* @throws {RequiredError}
|
|
60
74
|
*/
|
|
61
|
-
setDefaultRegistry: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
75
|
+
setDefaultRegistry: (id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
76
|
/**
|
|
63
77
|
*
|
|
64
78
|
* @summary Update registry
|
|
65
|
-
* @param {string} id
|
|
79
|
+
* @param {string} id ID of the docker registry
|
|
66
80
|
* @param {UpdateDockerRegistry} updateDockerRegistry
|
|
81
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
67
82
|
* @param {*} [options] Override http request option.
|
|
68
83
|
* @throws {RequiredError}
|
|
69
84
|
*/
|
|
70
|
-
updateRegistry: (id: string, updateDockerRegistry: UpdateDockerRegistry, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
|
+
updateRegistry: (id: string, updateDockerRegistry: UpdateDockerRegistry, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
71
86
|
};
|
|
72
87
|
/**
|
|
73
88
|
* DockerRegistryApi - functional programming interface
|
|
@@ -78,50 +93,64 @@ export declare const DockerRegistryApiFp: (configuration?: Configuration) => {
|
|
|
78
93
|
*
|
|
79
94
|
* @summary Create registry
|
|
80
95
|
* @param {CreateDockerRegistry} createDockerRegistry
|
|
96
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
81
97
|
* @param {*} [options] Override http request option.
|
|
82
98
|
* @throws {RequiredError}
|
|
83
99
|
*/
|
|
84
|
-
createRegistry(createDockerRegistry: CreateDockerRegistry, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
100
|
+
createRegistry(createDockerRegistry: CreateDockerRegistry, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
85
101
|
/**
|
|
86
102
|
*
|
|
87
103
|
* @summary Delete registry
|
|
88
|
-
* @param {string} id
|
|
104
|
+
* @param {string} id ID of the docker registry
|
|
105
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
89
106
|
* @param {*} [options] Override http request option.
|
|
90
107
|
* @throws {RequiredError}
|
|
91
108
|
*/
|
|
92
|
-
deleteRegistry(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
109
|
+
deleteRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
93
110
|
/**
|
|
94
111
|
*
|
|
95
112
|
* @summary Get registry
|
|
96
|
-
* @param {string} id
|
|
113
|
+
* @param {string} id ID of the docker registry
|
|
114
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
97
115
|
* @param {*} [options] Override http request option.
|
|
98
116
|
* @throws {RequiredError}
|
|
99
117
|
*/
|
|
100
|
-
getRegistry(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
118
|
+
getRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @summary Get temporary registry access for pushing images
|
|
122
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
123
|
+
* @param {*} [options] Override http request option.
|
|
124
|
+
* @throws {RequiredError}
|
|
125
|
+
*/
|
|
126
|
+
getTransientPushAccess(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegistryPushAccessDto>>;
|
|
101
127
|
/**
|
|
102
128
|
*
|
|
103
129
|
* @summary List registries
|
|
130
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
104
131
|
* @param {*} [options] Override http request option.
|
|
105
132
|
* @throws {RequiredError}
|
|
106
133
|
*/
|
|
107
|
-
listRegistries(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DockerRegistry>>>;
|
|
134
|
+
listRegistries(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<DockerRegistry>>>;
|
|
108
135
|
/**
|
|
109
136
|
*
|
|
110
137
|
* @summary Set default registry
|
|
111
|
-
* @param {string} id
|
|
138
|
+
* @param {string} id ID of the docker registry
|
|
139
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
112
140
|
* @param {*} [options] Override http request option.
|
|
113
141
|
* @throws {RequiredError}
|
|
114
142
|
*/
|
|
115
|
-
setDefaultRegistry(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
143
|
+
setDefaultRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
116
144
|
/**
|
|
117
145
|
*
|
|
118
146
|
* @summary Update registry
|
|
119
|
-
* @param {string} id
|
|
147
|
+
* @param {string} id ID of the docker registry
|
|
120
148
|
* @param {UpdateDockerRegistry} updateDockerRegistry
|
|
149
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
121
150
|
* @param {*} [options] Override http request option.
|
|
122
151
|
* @throws {RequiredError}
|
|
123
152
|
*/
|
|
124
|
-
updateRegistry(id: string, updateDockerRegistry: UpdateDockerRegistry, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
153
|
+
updateRegistry(id: string, updateDockerRegistry: UpdateDockerRegistry, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DockerRegistry>>;
|
|
125
154
|
};
|
|
126
155
|
/**
|
|
127
156
|
* DockerRegistryApi - factory interface
|
|
@@ -132,50 +161,64 @@ export declare const DockerRegistryApiFactory: (configuration?: Configuration, b
|
|
|
132
161
|
*
|
|
133
162
|
* @summary Create registry
|
|
134
163
|
* @param {CreateDockerRegistry} createDockerRegistry
|
|
164
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
135
165
|
* @param {*} [options] Override http request option.
|
|
136
166
|
* @throws {RequiredError}
|
|
137
167
|
*/
|
|
138
|
-
createRegistry(createDockerRegistry: CreateDockerRegistry, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
168
|
+
createRegistry(createDockerRegistry: CreateDockerRegistry, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
139
169
|
/**
|
|
140
170
|
*
|
|
141
171
|
* @summary Delete registry
|
|
142
|
-
* @param {string} id
|
|
172
|
+
* @param {string} id ID of the docker registry
|
|
173
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
143
174
|
* @param {*} [options] Override http request option.
|
|
144
175
|
* @throws {RequiredError}
|
|
145
176
|
*/
|
|
146
|
-
deleteRegistry(id: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
177
|
+
deleteRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
147
178
|
/**
|
|
148
179
|
*
|
|
149
180
|
* @summary Get registry
|
|
150
|
-
* @param {string} id
|
|
181
|
+
* @param {string} id ID of the docker registry
|
|
182
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
151
183
|
* @param {*} [options] Override http request option.
|
|
152
184
|
* @throws {RequiredError}
|
|
153
185
|
*/
|
|
154
|
-
getRegistry(id: string, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
186
|
+
getRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
* @summary Get temporary registry access for pushing images
|
|
190
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
191
|
+
* @param {*} [options] Override http request option.
|
|
192
|
+
* @throws {RequiredError}
|
|
193
|
+
*/
|
|
194
|
+
getTransientPushAccess(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<RegistryPushAccessDto>;
|
|
155
195
|
/**
|
|
156
196
|
*
|
|
157
197
|
* @summary List registries
|
|
198
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
158
199
|
* @param {*} [options] Override http request option.
|
|
159
200
|
* @throws {RequiredError}
|
|
160
201
|
*/
|
|
161
|
-
listRegistries(options?: RawAxiosRequestConfig): AxiosPromise<Array<DockerRegistry>>;
|
|
202
|
+
listRegistries(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<DockerRegistry>>;
|
|
162
203
|
/**
|
|
163
204
|
*
|
|
164
205
|
* @summary Set default registry
|
|
165
|
-
* @param {string} id
|
|
206
|
+
* @param {string} id ID of the docker registry
|
|
207
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
166
208
|
* @param {*} [options] Override http request option.
|
|
167
209
|
* @throws {RequiredError}
|
|
168
210
|
*/
|
|
169
|
-
setDefaultRegistry(id: string, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
211
|
+
setDefaultRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
170
212
|
/**
|
|
171
213
|
*
|
|
172
214
|
* @summary Update registry
|
|
173
|
-
* @param {string} id
|
|
215
|
+
* @param {string} id ID of the docker registry
|
|
174
216
|
* @param {UpdateDockerRegistry} updateDockerRegistry
|
|
217
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
175
218
|
* @param {*} [options] Override http request option.
|
|
176
219
|
* @throws {RequiredError}
|
|
177
220
|
*/
|
|
178
|
-
updateRegistry(id: string, updateDockerRegistry: UpdateDockerRegistry, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
221
|
+
updateRegistry(id: string, updateDockerRegistry: UpdateDockerRegistry, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<DockerRegistry>;
|
|
179
222
|
};
|
|
180
223
|
/**
|
|
181
224
|
* DockerRegistryApi - object-oriented interface
|
|
@@ -188,54 +231,69 @@ export declare class DockerRegistryApi extends BaseAPI {
|
|
|
188
231
|
*
|
|
189
232
|
* @summary Create registry
|
|
190
233
|
* @param {CreateDockerRegistry} createDockerRegistry
|
|
234
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
191
235
|
* @param {*} [options] Override http request option.
|
|
192
236
|
* @throws {RequiredError}
|
|
193
237
|
* @memberof DockerRegistryApi
|
|
194
238
|
*/
|
|
195
|
-
createRegistry(createDockerRegistry: CreateDockerRegistry, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry, any>>;
|
|
239
|
+
createRegistry(createDockerRegistry: CreateDockerRegistry, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry, any>>;
|
|
196
240
|
/**
|
|
197
241
|
*
|
|
198
242
|
* @summary Delete registry
|
|
199
|
-
* @param {string} id
|
|
243
|
+
* @param {string} id ID of the docker registry
|
|
244
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
200
245
|
* @param {*} [options] Override http request option.
|
|
201
246
|
* @throws {RequiredError}
|
|
202
247
|
* @memberof DockerRegistryApi
|
|
203
248
|
*/
|
|
204
|
-
deleteRegistry(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
249
|
+
deleteRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
205
250
|
/**
|
|
206
251
|
*
|
|
207
252
|
* @summary Get registry
|
|
208
|
-
* @param {string} id
|
|
253
|
+
* @param {string} id ID of the docker registry
|
|
254
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
255
|
+
* @param {*} [options] Override http request option.
|
|
256
|
+
* @throws {RequiredError}
|
|
257
|
+
* @memberof DockerRegistryApi
|
|
258
|
+
*/
|
|
259
|
+
getRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry, any>>;
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @summary Get temporary registry access for pushing images
|
|
263
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
209
264
|
* @param {*} [options] Override http request option.
|
|
210
265
|
* @throws {RequiredError}
|
|
211
266
|
* @memberof DockerRegistryApi
|
|
212
267
|
*/
|
|
213
|
-
|
|
268
|
+
getTransientPushAccess(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegistryPushAccessDto, any>>;
|
|
214
269
|
/**
|
|
215
270
|
*
|
|
216
271
|
* @summary List registries
|
|
272
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
217
273
|
* @param {*} [options] Override http request option.
|
|
218
274
|
* @throws {RequiredError}
|
|
219
275
|
* @memberof DockerRegistryApi
|
|
220
276
|
*/
|
|
221
|
-
listRegistries(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry[], any>>;
|
|
277
|
+
listRegistries(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry[], any>>;
|
|
222
278
|
/**
|
|
223
279
|
*
|
|
224
280
|
* @summary Set default registry
|
|
225
|
-
* @param {string} id
|
|
281
|
+
* @param {string} id ID of the docker registry
|
|
282
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
226
283
|
* @param {*} [options] Override http request option.
|
|
227
284
|
* @throws {RequiredError}
|
|
228
285
|
* @memberof DockerRegistryApi
|
|
229
286
|
*/
|
|
230
|
-
setDefaultRegistry(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry, any>>;
|
|
287
|
+
setDefaultRegistry(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry, any>>;
|
|
231
288
|
/**
|
|
232
289
|
*
|
|
233
290
|
* @summary Update registry
|
|
234
|
-
* @param {string} id
|
|
291
|
+
* @param {string} id ID of the docker registry
|
|
235
292
|
* @param {UpdateDockerRegistry} updateDockerRegistry
|
|
293
|
+
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
236
294
|
* @param {*} [options] Override http request option.
|
|
237
295
|
* @throws {RequiredError}
|
|
238
296
|
* @memberof DockerRegistryApi
|
|
239
297
|
*/
|
|
240
|
-
updateRegistry(id: string, updateDockerRegistry: UpdateDockerRegistry, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry, any>>;
|
|
298
|
+
updateRegistry(id: string, updateDockerRegistry: UpdateDockerRegistry, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DockerRegistry, any>>;
|
|
241
299
|
}
|