@azure/arm-workspaces 0.2.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +1009 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/listWorkspaceKeys.d.ts +2 -0
- package/dist-esm/samples-dev/listWorkspaceKeys.d.ts.map +1 -0
- package/dist-esm/samples-dev/listWorkspaceKeys.js +31 -0
- package/dist-esm/samples-dev/listWorkspaceKeys.js.map +1 -0
- package/dist-esm/samples-dev/resyncStorageKeys.d.ts +2 -0
- package/dist-esm/samples-dev/resyncStorageKeys.d.ts.map +1 -0
- package/dist-esm/samples-dev/resyncStorageKeys.js +31 -0
- package/dist-esm/samples-dev/resyncStorageKeys.js.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.js +38 -0
- package/dist-esm/samples-dev/workspaceCreate.js.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.js +31 -0
- package/dist-esm/samples-dev/workspaceDelete.js.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.js +31 -0
- package/dist-esm/samples-dev/workspaceGet.js.map +1 -0
- package/dist-esm/samples-dev/workspaceGetBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceGetBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceGetBySubscription.js +43 -0
- package/dist-esm/samples-dev/workspaceGetBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/workspaceListResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceListResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceListResourceGroup.js +44 -0
- package/dist-esm/samples-dev/workspaceListResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.js +36 -0
- package/dist-esm/samples-dev/workspaceUpdate.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/machineLearningWorkspacesManagementClient.d.ts +19 -0
- package/dist-esm/src/machineLearningWorkspacesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/machineLearningWorkspacesManagementClient.js +52 -0
- package/dist-esm/src/machineLearningWorkspacesManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +190 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +12 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +177 -167
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +12 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +102 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +10 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +90 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +106 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +423 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +10 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +81 -34
- package/review/arm-workspaces.api.md +206 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/machineLearningWorkspacesManagementClient.ts +64 -37
- package/src/models/index.ts +184 -393
- package/src/models/mappers.ts +177 -166
- package/src/models/parameters.ts +73 -26
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +66 -42
- package/src/operations/workspaces.ts +329 -406
- package/src/operationsInterfaces/index.ts +10 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/workspaces.ts +123 -0
- package/tsconfig.json +6 -5
- package/types/arm-workspaces.d.ts +316 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-workspaces.js +0 -990
- package/dist/arm-workspaces.js.map +0 -1
- package/dist/arm-workspaces.min.js +0 -1
- package/dist/arm-workspaces.min.js.map +0 -1
- package/esm/machineLearningWorkspacesManagementClient.d.ts +0 -25
- package/esm/machineLearningWorkspacesManagementClient.d.ts.map +0 -1
- package/esm/machineLearningWorkspacesManagementClient.js +0 -39
- package/esm/machineLearningWorkspacesManagementClient.js.map +0 -1
- package/esm/machineLearningWorkspacesManagementClientContext.d.ts +0 -22
- package/esm/machineLearningWorkspacesManagementClientContext.d.ts.map +0 -1
- package/esm/machineLearningWorkspacesManagementClientContext.js +0 -61
- package/esm/machineLearningWorkspacesManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -417
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -13
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -8
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -71
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/workspacesMappers.d.ts +0 -2
- package/esm/models/workspacesMappers.d.ts.map +0 -1
- package/esm/models/workspacesMappers.js +0 -11
- package/esm/models/workspacesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -12
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/workspaces.d.ts +0 -235
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -329
- package/esm/operations/workspaces.js.map +0 -1
- package/src/machineLearningWorkspacesManagementClientContext.ts +0 -68
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/workspacesMappers.ts +0 -20
package/esm/models/index.d.ts
DELETED
|
@@ -1,417 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* @interface
|
|
6
|
-
* An interface representing ErrorResponse.
|
|
7
|
-
* The error response send when an operation fails.
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
export interface ErrorResponse {
|
|
11
|
-
/**
|
|
12
|
-
* @member {string} code error code
|
|
13
|
-
*/
|
|
14
|
-
code: string;
|
|
15
|
-
/**
|
|
16
|
-
* @member {string} message error message
|
|
17
|
-
*/
|
|
18
|
-
message: string;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* @interface
|
|
22
|
-
* An interface representing Resource.
|
|
23
|
-
* An Azure resource.
|
|
24
|
-
*
|
|
25
|
-
* @extends BaseResource
|
|
26
|
-
*/
|
|
27
|
-
export interface Resource extends BaseResource {
|
|
28
|
-
/**
|
|
29
|
-
* @member {string} [id] The resource ID.
|
|
30
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
31
|
-
* the server.**
|
|
32
|
-
*/
|
|
33
|
-
readonly id?: string;
|
|
34
|
-
/**
|
|
35
|
-
* @member {string} [name] The name of the resource.
|
|
36
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
37
|
-
* the server.**
|
|
38
|
-
*/
|
|
39
|
-
readonly name?: string;
|
|
40
|
-
/**
|
|
41
|
-
* @member {string} [type] The type of the resource.
|
|
42
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
43
|
-
* the server.**
|
|
44
|
-
*/
|
|
45
|
-
readonly type?: string;
|
|
46
|
-
/**
|
|
47
|
-
* @member {string} location The location of the resource. This cannot be
|
|
48
|
-
* changed after the resource is created.
|
|
49
|
-
*/
|
|
50
|
-
location: string;
|
|
51
|
-
/**
|
|
52
|
-
* @member {{ [propertyName: string]: string }} [tags] The tags of the
|
|
53
|
-
* resource.
|
|
54
|
-
*/
|
|
55
|
-
tags?: {
|
|
56
|
-
[propertyName: string]: string;
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* @interface
|
|
61
|
-
* An interface representing Workspace.
|
|
62
|
-
* An object that represents a machine learning workspace.
|
|
63
|
-
*
|
|
64
|
-
* @extends Resource
|
|
65
|
-
*/
|
|
66
|
-
export interface Workspace extends Resource {
|
|
67
|
-
/**
|
|
68
|
-
* @member {string} userStorageAccountId The fully qualified arm id of the
|
|
69
|
-
* storage account associated with this workspace.
|
|
70
|
-
*/
|
|
71
|
-
userStorageAccountId: string;
|
|
72
|
-
/**
|
|
73
|
-
* @member {string} [ownerEmail] The email id of the owner for this
|
|
74
|
-
* workspace.
|
|
75
|
-
*/
|
|
76
|
-
ownerEmail?: string;
|
|
77
|
-
/**
|
|
78
|
-
* @member {WorkspaceType} [workspaceType] The type of this workspace.
|
|
79
|
-
* Possible values include: 'Production', 'Free', 'Anonymous',
|
|
80
|
-
* 'PaidStandard', 'PaidPremium'
|
|
81
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
82
|
-
* the server.**
|
|
83
|
-
*/
|
|
84
|
-
readonly workspaceType?: WorkspaceType;
|
|
85
|
-
/**
|
|
86
|
-
* @member {WorkspaceState} [workspaceState] The current state of workspace
|
|
87
|
-
* resource. Possible values include: 'Deleted', 'Enabled', 'Disabled',
|
|
88
|
-
* 'Migrated', 'Updated', 'Registered', 'Unregistered'
|
|
89
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
90
|
-
* the server.**
|
|
91
|
-
*/
|
|
92
|
-
readonly workspaceState?: WorkspaceState;
|
|
93
|
-
/**
|
|
94
|
-
* @member {string} [workspaceId] The immutable id associated with this
|
|
95
|
-
* workspace.
|
|
96
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
97
|
-
* the server.**
|
|
98
|
-
*/
|
|
99
|
-
readonly workspaceId?: string;
|
|
100
|
-
/**
|
|
101
|
-
* @member {string} [creationTime] The creation time for this workspace
|
|
102
|
-
* resource.
|
|
103
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
104
|
-
* the server.**
|
|
105
|
-
*/
|
|
106
|
-
readonly creationTime?: string;
|
|
107
|
-
/**
|
|
108
|
-
* @member {string} [studioEndpoint] The regional endpoint for the machine
|
|
109
|
-
* learning studio service which hosts this workspace.
|
|
110
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
111
|
-
* the server.**
|
|
112
|
-
*/
|
|
113
|
-
readonly studioEndpoint?: string;
|
|
114
|
-
/**
|
|
115
|
-
* @member {string} [keyVaultIdentifierId] The key vault identifier used for
|
|
116
|
-
* encrypted workspaces.
|
|
117
|
-
*/
|
|
118
|
-
keyVaultIdentifierId?: string;
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* @interface
|
|
122
|
-
* An interface representing WorkspaceUpdateParameters.
|
|
123
|
-
* The parameters for updating a machine learning workspace.
|
|
124
|
-
*
|
|
125
|
-
*/
|
|
126
|
-
export interface WorkspaceUpdateParameters {
|
|
127
|
-
/**
|
|
128
|
-
* @member {{ [propertyName: string]: string }} [tags] The resource tags for
|
|
129
|
-
* the machine learning workspace.
|
|
130
|
-
*/
|
|
131
|
-
tags?: {
|
|
132
|
-
[propertyName: string]: string;
|
|
133
|
-
};
|
|
134
|
-
/**
|
|
135
|
-
* @member {WorkspaceState} [workspaceState] The current state of workspace
|
|
136
|
-
* resource. Possible values include: 'Deleted', 'Enabled', 'Disabled',
|
|
137
|
-
* 'Migrated', 'Updated', 'Registered', 'Unregistered'
|
|
138
|
-
*/
|
|
139
|
-
workspaceState?: WorkspaceState;
|
|
140
|
-
/**
|
|
141
|
-
* @member {string} [keyVaultIdentifierId] The key vault identifier used for
|
|
142
|
-
* encrypted workspaces.
|
|
143
|
-
*/
|
|
144
|
-
keyVaultIdentifierId?: string;
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* @interface
|
|
148
|
-
* An interface representing WorkspaceKeysResponse.
|
|
149
|
-
* Workspace authorization keys for a workspace.
|
|
150
|
-
*
|
|
151
|
-
*/
|
|
152
|
-
export interface WorkspaceKeysResponse {
|
|
153
|
-
/**
|
|
154
|
-
* @member {string} [primaryToken] Primary authorization key for this
|
|
155
|
-
* workspace.
|
|
156
|
-
*/
|
|
157
|
-
primaryToken?: string;
|
|
158
|
-
/**
|
|
159
|
-
* @member {string} [secondaryToken] Secondary authorization key for this
|
|
160
|
-
* workspace.
|
|
161
|
-
*/
|
|
162
|
-
secondaryToken?: string;
|
|
163
|
-
}
|
|
164
|
-
/**
|
|
165
|
-
* @interface
|
|
166
|
-
* An interface representing OperationDisplay.
|
|
167
|
-
* Display name of operation
|
|
168
|
-
*
|
|
169
|
-
*/
|
|
170
|
-
export interface OperationDisplay {
|
|
171
|
-
/**
|
|
172
|
-
* @member {string} [provider] The resource provider name:
|
|
173
|
-
* Microsoft.MachineLearning
|
|
174
|
-
*/
|
|
175
|
-
provider?: string;
|
|
176
|
-
/**
|
|
177
|
-
* @member {string} [resource] The resource on which the operation is
|
|
178
|
-
* performed.
|
|
179
|
-
*/
|
|
180
|
-
resource?: string;
|
|
181
|
-
/**
|
|
182
|
-
* @member {string} [operation] The operation that users can perform.
|
|
183
|
-
*/
|
|
184
|
-
operation?: string;
|
|
185
|
-
/**
|
|
186
|
-
* @member {string} [description] The description for the operation.
|
|
187
|
-
*/
|
|
188
|
-
description?: string;
|
|
189
|
-
}
|
|
190
|
-
/**
|
|
191
|
-
* @interface
|
|
192
|
-
* An interface representing Operation.
|
|
193
|
-
* Azure Machine Learning Studio REST API operation
|
|
194
|
-
*
|
|
195
|
-
*/
|
|
196
|
-
export interface Operation {
|
|
197
|
-
/**
|
|
198
|
-
* @member {string} [name] Operation name: {provider}/{resource}/{operation}
|
|
199
|
-
*/
|
|
200
|
-
name?: string;
|
|
201
|
-
/**
|
|
202
|
-
* @member {OperationDisplay} [display] Display name of operation
|
|
203
|
-
*/
|
|
204
|
-
display?: OperationDisplay;
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* @interface
|
|
208
|
-
* An interface representing MachineLearningWorkspacesManagementClientOptions.
|
|
209
|
-
* @extends AzureServiceClientOptions
|
|
210
|
-
*/
|
|
211
|
-
export interface MachineLearningWorkspacesManagementClientOptions extends AzureServiceClientOptions {
|
|
212
|
-
/**
|
|
213
|
-
* @member {string} [baseUri]
|
|
214
|
-
*/
|
|
215
|
-
baseUri?: string;
|
|
216
|
-
}
|
|
217
|
-
/**
|
|
218
|
-
* @interface
|
|
219
|
-
* An interface representing the OperationListResult.
|
|
220
|
-
* An array of operations supported by the resource provider.
|
|
221
|
-
*
|
|
222
|
-
* @extends Array<Operation>
|
|
223
|
-
*/
|
|
224
|
-
export interface OperationListResult extends Array<Operation> {
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* @interface
|
|
228
|
-
* An interface representing the WorkspaceListResult.
|
|
229
|
-
* The result of a request to list machine learning workspace keys.
|
|
230
|
-
*
|
|
231
|
-
* @extends Array<Workspace>
|
|
232
|
-
*/
|
|
233
|
-
export interface WorkspaceListResult extends Array<Workspace> {
|
|
234
|
-
/**
|
|
235
|
-
* @member {string} [nextLink] The URI that can be used to request the next
|
|
236
|
-
* list of machine learning workspaces.
|
|
237
|
-
*/
|
|
238
|
-
nextLink?: string;
|
|
239
|
-
}
|
|
240
|
-
/**
|
|
241
|
-
* Defines values for WorkspaceType.
|
|
242
|
-
* Possible values include: 'Production', 'Free', 'Anonymous', 'PaidStandard', 'PaidPremium'
|
|
243
|
-
* @readonly
|
|
244
|
-
* @enum {string}
|
|
245
|
-
*/
|
|
246
|
-
export declare type WorkspaceType = 'Production' | 'Free' | 'Anonymous' | 'PaidStandard' | 'PaidPremium';
|
|
247
|
-
/**
|
|
248
|
-
* Defines values for WorkspaceState.
|
|
249
|
-
* Possible values include: 'Deleted', 'Enabled', 'Disabled', 'Migrated', 'Updated', 'Registered',
|
|
250
|
-
* 'Unregistered'
|
|
251
|
-
* @readonly
|
|
252
|
-
* @enum {string}
|
|
253
|
-
*/
|
|
254
|
-
export declare type WorkspaceState = 'Deleted' | 'Enabled' | 'Disabled' | 'Migrated' | 'Updated' | 'Registered' | 'Unregistered';
|
|
255
|
-
/**
|
|
256
|
-
* Contains response data for the list operation.
|
|
257
|
-
*/
|
|
258
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
259
|
-
/**
|
|
260
|
-
* The underlying HTTP response.
|
|
261
|
-
*/
|
|
262
|
-
_response: msRest.HttpResponse & {
|
|
263
|
-
/**
|
|
264
|
-
* The response body as text (string format)
|
|
265
|
-
*/
|
|
266
|
-
bodyAsText: string;
|
|
267
|
-
/**
|
|
268
|
-
* The response body as parsed JSON or XML
|
|
269
|
-
*/
|
|
270
|
-
parsedBody: OperationListResult;
|
|
271
|
-
};
|
|
272
|
-
};
|
|
273
|
-
/**
|
|
274
|
-
* Contains response data for the get operation.
|
|
275
|
-
*/
|
|
276
|
-
export declare type WorkspacesGetResponse = Workspace & {
|
|
277
|
-
/**
|
|
278
|
-
* The underlying HTTP response.
|
|
279
|
-
*/
|
|
280
|
-
_response: msRest.HttpResponse & {
|
|
281
|
-
/**
|
|
282
|
-
* The response body as text (string format)
|
|
283
|
-
*/
|
|
284
|
-
bodyAsText: string;
|
|
285
|
-
/**
|
|
286
|
-
* The response body as parsed JSON or XML
|
|
287
|
-
*/
|
|
288
|
-
parsedBody: Workspace;
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
/**
|
|
292
|
-
* Contains response data for the createOrUpdate operation.
|
|
293
|
-
*/
|
|
294
|
-
export declare type WorkspacesCreateOrUpdateResponse = Workspace & {
|
|
295
|
-
/**
|
|
296
|
-
* The underlying HTTP response.
|
|
297
|
-
*/
|
|
298
|
-
_response: msRest.HttpResponse & {
|
|
299
|
-
/**
|
|
300
|
-
* The response body as text (string format)
|
|
301
|
-
*/
|
|
302
|
-
bodyAsText: string;
|
|
303
|
-
/**
|
|
304
|
-
* The response body as parsed JSON or XML
|
|
305
|
-
*/
|
|
306
|
-
parsedBody: Workspace;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
/**
|
|
310
|
-
* Contains response data for the update operation.
|
|
311
|
-
*/
|
|
312
|
-
export declare type WorkspacesUpdateResponse = Workspace & {
|
|
313
|
-
/**
|
|
314
|
-
* The underlying HTTP response.
|
|
315
|
-
*/
|
|
316
|
-
_response: msRest.HttpResponse & {
|
|
317
|
-
/**
|
|
318
|
-
* The response body as text (string format)
|
|
319
|
-
*/
|
|
320
|
-
bodyAsText: string;
|
|
321
|
-
/**
|
|
322
|
-
* The response body as parsed JSON or XML
|
|
323
|
-
*/
|
|
324
|
-
parsedBody: Workspace;
|
|
325
|
-
};
|
|
326
|
-
};
|
|
327
|
-
/**
|
|
328
|
-
* Contains response data for the listWorkspaceKeys operation.
|
|
329
|
-
*/
|
|
330
|
-
export declare type WorkspacesListWorkspaceKeysResponse = WorkspaceKeysResponse & {
|
|
331
|
-
/**
|
|
332
|
-
* The underlying HTTP response.
|
|
333
|
-
*/
|
|
334
|
-
_response: msRest.HttpResponse & {
|
|
335
|
-
/**
|
|
336
|
-
* The response body as text (string format)
|
|
337
|
-
*/
|
|
338
|
-
bodyAsText: string;
|
|
339
|
-
/**
|
|
340
|
-
* The response body as parsed JSON or XML
|
|
341
|
-
*/
|
|
342
|
-
parsedBody: WorkspaceKeysResponse;
|
|
343
|
-
};
|
|
344
|
-
};
|
|
345
|
-
/**
|
|
346
|
-
* Contains response data for the listByResourceGroup operation.
|
|
347
|
-
*/
|
|
348
|
-
export declare type WorkspacesListByResourceGroupResponse = WorkspaceListResult & {
|
|
349
|
-
/**
|
|
350
|
-
* The underlying HTTP response.
|
|
351
|
-
*/
|
|
352
|
-
_response: msRest.HttpResponse & {
|
|
353
|
-
/**
|
|
354
|
-
* The response body as text (string format)
|
|
355
|
-
*/
|
|
356
|
-
bodyAsText: string;
|
|
357
|
-
/**
|
|
358
|
-
* The response body as parsed JSON or XML
|
|
359
|
-
*/
|
|
360
|
-
parsedBody: WorkspaceListResult;
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
/**
|
|
364
|
-
* Contains response data for the list operation.
|
|
365
|
-
*/
|
|
366
|
-
export declare type WorkspacesListResponse = WorkspaceListResult & {
|
|
367
|
-
/**
|
|
368
|
-
* The underlying HTTP response.
|
|
369
|
-
*/
|
|
370
|
-
_response: msRest.HttpResponse & {
|
|
371
|
-
/**
|
|
372
|
-
* The response body as text (string format)
|
|
373
|
-
*/
|
|
374
|
-
bodyAsText: string;
|
|
375
|
-
/**
|
|
376
|
-
* The response body as parsed JSON or XML
|
|
377
|
-
*/
|
|
378
|
-
parsedBody: WorkspaceListResult;
|
|
379
|
-
};
|
|
380
|
-
};
|
|
381
|
-
/**
|
|
382
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
383
|
-
*/
|
|
384
|
-
export declare type WorkspacesListByResourceGroupNextResponse = WorkspaceListResult & {
|
|
385
|
-
/**
|
|
386
|
-
* The underlying HTTP response.
|
|
387
|
-
*/
|
|
388
|
-
_response: msRest.HttpResponse & {
|
|
389
|
-
/**
|
|
390
|
-
* The response body as text (string format)
|
|
391
|
-
*/
|
|
392
|
-
bodyAsText: string;
|
|
393
|
-
/**
|
|
394
|
-
* The response body as parsed JSON or XML
|
|
395
|
-
*/
|
|
396
|
-
parsedBody: WorkspaceListResult;
|
|
397
|
-
};
|
|
398
|
-
};
|
|
399
|
-
/**
|
|
400
|
-
* Contains response data for the listNext operation.
|
|
401
|
-
*/
|
|
402
|
-
export declare type WorkspacesListNextResponse = WorkspaceListResult & {
|
|
403
|
-
/**
|
|
404
|
-
* The underlying HTTP response.
|
|
405
|
-
*/
|
|
406
|
-
_response: msRest.HttpResponse & {
|
|
407
|
-
/**
|
|
408
|
-
* The response body as text (string format)
|
|
409
|
-
*/
|
|
410
|
-
bodyAsText: string;
|
|
411
|
-
/**
|
|
412
|
-
* The response body as parsed JSON or XML
|
|
413
|
-
*/
|
|
414
|
-
parsedBody: WorkspaceListResult;
|
|
415
|
-
};
|
|
416
|
-
};
|
|
417
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/esm/models/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
package/esm/models/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
|
package/esm/models/mappers.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
export declare const CloudError: msRest.CompositeMapper;
|
|
3
|
-
export declare const BaseResource: msRest.CompositeMapper;
|
|
4
|
-
export declare const ErrorResponse: msRest.CompositeMapper;
|
|
5
|
-
export declare const Resource: msRest.CompositeMapper;
|
|
6
|
-
export declare const Workspace: msRest.CompositeMapper;
|
|
7
|
-
export declare const WorkspaceUpdateParameters: msRest.CompositeMapper;
|
|
8
|
-
export declare const WorkspaceKeysResponse: msRest.CompositeMapper;
|
|
9
|
-
export declare const OperationDisplay: msRest.CompositeMapper;
|
|
10
|
-
export declare const Operation: msRest.CompositeMapper;
|
|
11
|
-
export declare const OperationListResult: msRest.CompositeMapper;
|
|
12
|
-
export declare const WorkspaceListResult: msRest.CompositeMapper;
|
|
13
|
-
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,UAAU,wBAAmB,CAAC;AAC3C,eAAO,MAAM,YAAY,wBAAqB,CAAC;AAE/C,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eAsBlC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,eA+C7B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eA+E9B,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,eAwC9C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,eAoB1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eAgCrC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eAqB9B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAoBxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eA0BxC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/operationsMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,mBAAmB,EACnB,SAAS,EACT,gBAAgB,EAChB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
export { OperationListResult, Operation, OperationDisplay, ErrorResponse } from "../models/mappers";
|
|
11
|
-
//# sourceMappingURL=operationsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationsMappers.js","sourceRoot":"","sources":["../../src/models/operationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,mBAAmB,EACnB,SAAS,EACT,gBAAgB,EAChB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
export declare const acceptLanguage: msRest.OperationParameter;
|
|
3
|
-
export declare const apiVersion: msRest.OperationQueryParameter;
|
|
4
|
-
export declare const nextPageLink: msRest.OperationURLParameter;
|
|
5
|
-
export declare const resourceGroupName: msRest.OperationURLParameter;
|
|
6
|
-
export declare const subscriptionId: msRest.OperationURLParameter;
|
|
7
|
-
export declare const workspaceName: msRest.OperationURLParameter;
|
|
8
|
-
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,kBASnC,CAAC;AACF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,uBAS/B,CAAC;AACF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,qBAUjC,CAAC;AACF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,qBAStC,CAAC;AACF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,qBASnC,CAAC;AACF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,qBASlC,CAAC"}
|
package/esm/models/parameters.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
export var acceptLanguage = {
|
|
11
|
-
parameterPath: "acceptLanguage",
|
|
12
|
-
mapper: {
|
|
13
|
-
serializedName: "accept-language",
|
|
14
|
-
defaultValue: 'en-US',
|
|
15
|
-
type: {
|
|
16
|
-
name: "String"
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
export var apiVersion = {
|
|
21
|
-
parameterPath: "apiVersion",
|
|
22
|
-
mapper: {
|
|
23
|
-
required: true,
|
|
24
|
-
serializedName: "api-version",
|
|
25
|
-
type: {
|
|
26
|
-
name: "String"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
export var nextPageLink = {
|
|
31
|
-
parameterPath: "nextPageLink",
|
|
32
|
-
mapper: {
|
|
33
|
-
required: true,
|
|
34
|
-
serializedName: "nextLink",
|
|
35
|
-
type: {
|
|
36
|
-
name: "String"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
skipEncoding: true
|
|
40
|
-
};
|
|
41
|
-
export var resourceGroupName = {
|
|
42
|
-
parameterPath: "resourceGroupName",
|
|
43
|
-
mapper: {
|
|
44
|
-
required: true,
|
|
45
|
-
serializedName: "resourceGroupName",
|
|
46
|
-
type: {
|
|
47
|
-
name: "String"
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
export var subscriptionId = {
|
|
52
|
-
parameterPath: "subscriptionId",
|
|
53
|
-
mapper: {
|
|
54
|
-
required: true,
|
|
55
|
-
serializedName: "subscriptionId",
|
|
56
|
-
type: {
|
|
57
|
-
name: "String"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
export var workspaceName = {
|
|
62
|
-
parameterPath: "workspaceName",
|
|
63
|
-
mapper: {
|
|
64
|
-
required: true,
|
|
65
|
-
serializedName: "workspaceName",
|
|
66
|
-
type: {
|
|
67
|
-
name: "String"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
};
|
|
71
|
-
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,MAAM,CAAC,IAAM,cAAc,GAA8B;IACvD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,iBAAiB;QACjC,YAAY,EAAE,OAAO;QACrB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,UAAU,GAAmC;IACxD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,YAAY,GAAiC;IACxD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AACF,MAAM,CAAC,IAAM,iBAAiB,GAAiC;IAC7D,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,mBAAmB;QACnC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,cAAc,GAAiC;IAC1D,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AACF,MAAM,CAAC,IAAM,aAAa,GAAiC;IACzD,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE;QACN,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspacesMappers.d.ts","sourceRoot":"","sources":["../../src/models/workspacesMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,yBAAyB,EACzB,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
export { Workspace, Resource, BaseResource, ErrorResponse, WorkspaceUpdateParameters, WorkspaceKeysResponse, WorkspaceListResult } from "../models/mappers";
|
|
11
|
-
//# sourceMappingURL=workspacesMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspacesMappers.js","sourceRoot":"","sources":["../../src/models/workspacesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,yBAAyB,EACzB,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAUA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC"}
|
package/esm/operations/index.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
export * from "./operations";
|
|
11
|
-
export * from "./workspaces";
|
|
12
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { MachineLearningWorkspacesManagementClientContext } from "../machineLearningWorkspacesManagementClientContext";
|
|
4
|
-
/** Class representing a Operations. */
|
|
5
|
-
export declare class Operations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Operations.
|
|
9
|
-
* @param {MachineLearningWorkspacesManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: MachineLearningWorkspacesManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists all of the available Azure Machine Learning Studio REST API operations.
|
|
14
|
-
* @param [options] The optional parameters
|
|
15
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
16
|
-
*/
|
|
17
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* @param callback The callback
|
|
20
|
-
*/
|
|
21
|
-
list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
22
|
-
/**
|
|
23
|
-
* @param options The optional parameters
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,gDAAgD,EAAE,MAAM,qDAAqD,CAAC;AAEvH,uCAAuC;AACvC,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmD;IAE1E;;;OAGG;gBACS,MAAM,EAAE,gDAAgD;IAIpE;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACjF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACxE;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;CAS7G"}
|