@azure/arm-defendereasm 1.0.0-beta.1
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 +5 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/index.js +2047 -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/labelsCreateAndUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/labelsCreateAndUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/labelsCreateAndUpdateSample.js +40 -0
- package/dist-esm/samples-dev/labelsCreateAndUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/labelsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/labelsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/labelsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/labelsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/labelsGetByWorkspaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/labelsGetByWorkspaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/labelsGetByWorkspaceSample.js +40 -0
- package/dist-esm/samples-dev/labelsGetByWorkspaceSample.js.map +1 -0
- package/dist-esm/samples-dev/labelsListByWorkspaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/labelsListByWorkspaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/labelsListByWorkspaceSample.js +60 -0
- package/dist-esm/samples-dev/labelsListByWorkspaceSample.js.map +1 -0
- package/dist-esm/samples-dev/labelsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/labelsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/labelsUpdateSample.js +40 -0
- package/dist-esm/samples-dev/labelsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +58 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/tasksGetByWorkspaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/tasksGetByWorkspaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/tasksGetByWorkspaceSample.js +40 -0
- package/dist-esm/samples-dev/tasksGetByWorkspaceSample.js.map +1 -0
- package/dist-esm/samples-dev/workspacesCreateAndUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/workspacesCreateAndUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspacesCreateAndUpdateSample.js +43 -0
- package/dist-esm/samples-dev/workspacesCreateAndUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspacesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/workspacesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspacesGetSample.js +39 -0
- package/dist-esm/samples-dev/workspacesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +59 -0
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +58 -0
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspacesUpdateSample.js +39 -0
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +1 -0
- package/dist-esm/src/easmMgmtClient.d.ts +23 -0
- package/dist-esm/src/easmMgmtClient.d.ts.map +1 -0
- package/dist-esm/src/easmMgmtClient.js +103 -0
- package/dist-esm/src/easmMgmtClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +11 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +21 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +492 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +66 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +23 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +574 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +16 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +137 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +5 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +12 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/labels.d.ts +87 -0
- package/dist-esm/src/operations/labels.d.ts.map +1 -0
- package/dist-esm/src/operations/labels.js +395 -0
- package/dist-esm/src/operations/labels.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +138 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/tasks.d.ts +21 -0
- package/dist-esm/src/operations/tasks.d.ts.map +1 -0
- package/dist-esm/src/operations/tasks.js +55 -0
- package/dist-esm/src/operations/tasks.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +96 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +496 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/labels.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/labels.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/labels.js +9 -0
- package/dist-esm/src/operationsInterfaces/labels.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/tasks.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tasks.js +9 -0
- package/dist-esm/src/operationsInterfaces/tasks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +60 -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/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/defendereasm_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/defendereasm_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/defendereasm_operations_test.spec.js +120 -0
- package/dist-esm/test/defendereasm_operations_test.spec.js.map +1 -0
- package/package.json +123 -0
- package/review/arm-defendereasm.api.md +400 -0
- package/rollup.config.js +122 -0
- package/src/easmMgmtClient.ts +151 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +42 -0
- package/src/models/index.ts +562 -0
- package/src/models/mappers.ts +639 -0
- package/src/models/parameters.ts +161 -0
- package/src/operations/index.ts +12 -0
- package/src/operations/labels.ts +543 -0
- package/src/operations/operations.ts +149 -0
- package/src/operations/tasks.ts +75 -0
- package/src/operations/workspaces.ts +625 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/labels.ts +120 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/tasks.ts +29 -0
- package/src/operationsInterfaces/workspaces.ts +114 -0
- package/src/pagingHelper.ts +39 -0
- package/tsconfig.json +33 -0
- package/types/arm-defendereasm.d.ts +724 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The list of workspaces. */
|
|
3
|
+
export interface WorkspaceResourceList {
|
|
4
|
+
/** The link used to get the next page of Workspace list. */
|
|
5
|
+
nextLink?: string;
|
|
6
|
+
/** The list of workspaces. */
|
|
7
|
+
value?: WorkspaceResource[];
|
|
8
|
+
}
|
|
9
|
+
/** Resource base properties. */
|
|
10
|
+
export interface ResourceBaseProperties {
|
|
11
|
+
/**
|
|
12
|
+
* Resource provisioning state.
|
|
13
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
14
|
+
*/
|
|
15
|
+
readonly provisioningState?: ResourceState;
|
|
16
|
+
}
|
|
17
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
18
|
+
export interface Resource {
|
|
19
|
+
/**
|
|
20
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
21
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
+
*/
|
|
23
|
+
readonly id?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The name of the resource
|
|
26
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
+
*/
|
|
28
|
+
readonly name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
31
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
+
*/
|
|
33
|
+
readonly type?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
36
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
+
*/
|
|
38
|
+
readonly systemData?: SystemData;
|
|
39
|
+
}
|
|
40
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
41
|
+
export interface SystemData {
|
|
42
|
+
/** The identity that created the resource. */
|
|
43
|
+
createdBy?: string;
|
|
44
|
+
/** The type of identity that created the resource. */
|
|
45
|
+
createdByType?: CreatedByType;
|
|
46
|
+
/** The timestamp of resource creation (UTC). */
|
|
47
|
+
createdAt?: Date;
|
|
48
|
+
/** The identity that last modified the resource. */
|
|
49
|
+
lastModifiedBy?: string;
|
|
50
|
+
/** The type of identity that last modified the resource. */
|
|
51
|
+
lastModifiedByType?: CreatedByType;
|
|
52
|
+
/** The timestamp of resource last modification (UTC) */
|
|
53
|
+
lastModifiedAt?: Date;
|
|
54
|
+
}
|
|
55
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
56
|
+
export interface ErrorResponse {
|
|
57
|
+
/** The error object. */
|
|
58
|
+
error?: ErrorDetail;
|
|
59
|
+
}
|
|
60
|
+
/** The error detail. */
|
|
61
|
+
export interface ErrorDetail {
|
|
62
|
+
/**
|
|
63
|
+
* The error code.
|
|
64
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
65
|
+
*/
|
|
66
|
+
readonly code?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The error message.
|
|
69
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
+
*/
|
|
71
|
+
readonly message?: string;
|
|
72
|
+
/**
|
|
73
|
+
* The error target.
|
|
74
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
+
*/
|
|
76
|
+
readonly target?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The error details.
|
|
79
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
+
*/
|
|
81
|
+
readonly details?: ErrorDetail[];
|
|
82
|
+
/**
|
|
83
|
+
* The error additional info.
|
|
84
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
85
|
+
*/
|
|
86
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
87
|
+
}
|
|
88
|
+
/** The resource management error additional info. */
|
|
89
|
+
export interface ErrorAdditionalInfo {
|
|
90
|
+
/**
|
|
91
|
+
* The additional info type.
|
|
92
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
+
*/
|
|
94
|
+
readonly type?: string;
|
|
95
|
+
/**
|
|
96
|
+
* The additional info.
|
|
97
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
+
*/
|
|
99
|
+
readonly info?: Record<string, unknown>;
|
|
100
|
+
}
|
|
101
|
+
/** Workspace patch properties. */
|
|
102
|
+
export interface WorkspacePatchResource {
|
|
103
|
+
/** resource tags. */
|
|
104
|
+
tags?: {
|
|
105
|
+
[propertyName: string]: string;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
110
|
+
*/
|
|
111
|
+
readonly systemData?: SystemData;
|
|
112
|
+
}
|
|
113
|
+
/** The list of labels. */
|
|
114
|
+
export interface LabelResourceList {
|
|
115
|
+
/** The list of labels. */
|
|
116
|
+
value?: LabelResource[];
|
|
117
|
+
/** The link used to get the next page of Label list. */
|
|
118
|
+
nextLink?: string;
|
|
119
|
+
}
|
|
120
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
121
|
+
export interface OperationListResult {
|
|
122
|
+
/**
|
|
123
|
+
* List of operations supported by the resource provider
|
|
124
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
+
*/
|
|
126
|
+
readonly value?: Operation[];
|
|
127
|
+
/**
|
|
128
|
+
* URL to get the next set of operation list results (if there are any).
|
|
129
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
|
+
*/
|
|
131
|
+
readonly nextLink?: string;
|
|
132
|
+
}
|
|
133
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
134
|
+
export interface Operation {
|
|
135
|
+
/**
|
|
136
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
137
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
138
|
+
*/
|
|
139
|
+
readonly name?: string;
|
|
140
|
+
/**
|
|
141
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
142
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
+
*/
|
|
144
|
+
readonly isDataAction?: boolean;
|
|
145
|
+
/** Localized display information for this particular operation. */
|
|
146
|
+
display?: OperationDisplay;
|
|
147
|
+
/**
|
|
148
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly origin?: Origin;
|
|
152
|
+
/**
|
|
153
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
+
*/
|
|
156
|
+
readonly actionType?: ActionType;
|
|
157
|
+
}
|
|
158
|
+
/** Localized display information for this particular operation. */
|
|
159
|
+
export interface OperationDisplay {
|
|
160
|
+
/**
|
|
161
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
163
|
+
*/
|
|
164
|
+
readonly provider?: string;
|
|
165
|
+
/**
|
|
166
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
167
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
+
*/
|
|
169
|
+
readonly resource?: string;
|
|
170
|
+
/**
|
|
171
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
172
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
173
|
+
*/
|
|
174
|
+
readonly operation?: string;
|
|
175
|
+
/**
|
|
176
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
+
*/
|
|
179
|
+
readonly description?: string;
|
|
180
|
+
}
|
|
181
|
+
/** Workspace properties. */
|
|
182
|
+
export interface WorkspaceResourceProperties extends ResourceBaseProperties {
|
|
183
|
+
/**
|
|
184
|
+
* Data plane endpoint.
|
|
185
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
186
|
+
*/
|
|
187
|
+
readonly dataPlaneEndpoint?: string;
|
|
188
|
+
}
|
|
189
|
+
/** Label properties. */
|
|
190
|
+
export interface LabelResourceProperties extends ResourceBaseProperties {
|
|
191
|
+
/** Label display name. */
|
|
192
|
+
displayName?: string;
|
|
193
|
+
/** Label color. */
|
|
194
|
+
color?: string;
|
|
195
|
+
}
|
|
196
|
+
/** Task properties. */
|
|
197
|
+
export interface TaskResourceProperties extends ResourceBaseProperties {
|
|
198
|
+
/** The time the task started */
|
|
199
|
+
startedAt?: string;
|
|
200
|
+
/** The time the task completed */
|
|
201
|
+
completedAt?: string;
|
|
202
|
+
/** The last time the task was polled */
|
|
203
|
+
lastPolledAt?: string;
|
|
204
|
+
/** the state the task is in */
|
|
205
|
+
state?: string;
|
|
206
|
+
/** the phase the task is in */
|
|
207
|
+
phase?: string;
|
|
208
|
+
/** The reason the task was moved into its current state, if the task wasn't completed. */
|
|
209
|
+
reason?: string;
|
|
210
|
+
/** The reason the task was moved into its current state, if the task wasn't completed. */
|
|
211
|
+
metadata?: Record<string, unknown>;
|
|
212
|
+
}
|
|
213
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
214
|
+
export interface TrackedResource extends Resource {
|
|
215
|
+
/** Resource tags. */
|
|
216
|
+
tags?: {
|
|
217
|
+
[propertyName: string]: string;
|
|
218
|
+
};
|
|
219
|
+
/** The geo-location where the resource lives */
|
|
220
|
+
location: string;
|
|
221
|
+
}
|
|
222
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
223
|
+
export interface ProxyResource extends Resource {
|
|
224
|
+
}
|
|
225
|
+
/** Workspace details. */
|
|
226
|
+
export interface WorkspaceResource extends TrackedResource {
|
|
227
|
+
/**
|
|
228
|
+
* Resource provisioning state.
|
|
229
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
230
|
+
*/
|
|
231
|
+
readonly provisioningState?: ResourceState;
|
|
232
|
+
/**
|
|
233
|
+
* Data plane endpoint.
|
|
234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
235
|
+
*/
|
|
236
|
+
readonly dataPlaneEndpoint?: string;
|
|
237
|
+
}
|
|
238
|
+
/** Label details */
|
|
239
|
+
export interface LabelResource extends ProxyResource {
|
|
240
|
+
/**
|
|
241
|
+
* Resource provisioning state.
|
|
242
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
243
|
+
*/
|
|
244
|
+
readonly provisioningState?: ResourceState;
|
|
245
|
+
/** Label display name. */
|
|
246
|
+
displayName?: string;
|
|
247
|
+
/** Label color. */
|
|
248
|
+
color?: string;
|
|
249
|
+
}
|
|
250
|
+
/** Task details */
|
|
251
|
+
export interface TaskResource extends ProxyResource {
|
|
252
|
+
/**
|
|
253
|
+
* Resource provisioning state.
|
|
254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
255
|
+
*/
|
|
256
|
+
readonly provisioningState?: ResourceState;
|
|
257
|
+
/** The time the task started */
|
|
258
|
+
startedAt?: string;
|
|
259
|
+
/** The time the task completed */
|
|
260
|
+
completedAt?: string;
|
|
261
|
+
/** The last time the task was polled */
|
|
262
|
+
lastPolledAt?: string;
|
|
263
|
+
/** the state the task is in */
|
|
264
|
+
state?: string;
|
|
265
|
+
/** the phase the task is in */
|
|
266
|
+
phase?: string;
|
|
267
|
+
/** The reason the task was moved into its current state, if the task wasn't completed. */
|
|
268
|
+
reason?: string;
|
|
269
|
+
/** The reason the task was moved into its current state, if the task wasn't completed. */
|
|
270
|
+
metadata?: Record<string, unknown>;
|
|
271
|
+
}
|
|
272
|
+
/** Label patch properties */
|
|
273
|
+
export interface LabelPatchResource extends LabelResource {
|
|
274
|
+
}
|
|
275
|
+
/** Known values of {@link ResourceState} that the service accepts. */
|
|
276
|
+
export declare enum KnownResourceState {
|
|
277
|
+
/** NotSpecified */
|
|
278
|
+
NotSpecified = "NotSpecified",
|
|
279
|
+
/** Accepted */
|
|
280
|
+
Accepted = "Accepted",
|
|
281
|
+
/** Creating */
|
|
282
|
+
Creating = "Creating",
|
|
283
|
+
/** Succeeded */
|
|
284
|
+
Succeeded = "Succeeded",
|
|
285
|
+
/** Failed */
|
|
286
|
+
Failed = "Failed",
|
|
287
|
+
/** Canceled */
|
|
288
|
+
Canceled = "Canceled",
|
|
289
|
+
/** ProvisioningResources */
|
|
290
|
+
ProvisioningResources = "ProvisioningResources",
|
|
291
|
+
/** InstallingApplication */
|
|
292
|
+
InstallingApplication = "InstallingApplication",
|
|
293
|
+
/** ConfiguringApplication */
|
|
294
|
+
ConfiguringApplication = "ConfiguringApplication",
|
|
295
|
+
/** MigratingApplicationData */
|
|
296
|
+
MigratingApplicationData = "MigratingApplicationData",
|
|
297
|
+
/** RunningValidations */
|
|
298
|
+
RunningValidations = "RunningValidations",
|
|
299
|
+
/** CreatingArtifacts */
|
|
300
|
+
CreatingArtifacts = "CreatingArtifacts",
|
|
301
|
+
/** DeletingArtifacts */
|
|
302
|
+
DeletingArtifacts = "DeletingArtifacts"
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* Defines values for ResourceState. \
|
|
306
|
+
* {@link KnownResourceState} can be used interchangeably with ResourceState,
|
|
307
|
+
* this enum contains the known values that the service supports.
|
|
308
|
+
* ### Known values supported by the service
|
|
309
|
+
* **NotSpecified** \
|
|
310
|
+
* **Accepted** \
|
|
311
|
+
* **Creating** \
|
|
312
|
+
* **Succeeded** \
|
|
313
|
+
* **Failed** \
|
|
314
|
+
* **Canceled** \
|
|
315
|
+
* **ProvisioningResources** \
|
|
316
|
+
* **InstallingApplication** \
|
|
317
|
+
* **ConfiguringApplication** \
|
|
318
|
+
* **MigratingApplicationData** \
|
|
319
|
+
* **RunningValidations** \
|
|
320
|
+
* **CreatingArtifacts** \
|
|
321
|
+
* **DeletingArtifacts**
|
|
322
|
+
*/
|
|
323
|
+
export type ResourceState = string;
|
|
324
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
325
|
+
export declare enum KnownCreatedByType {
|
|
326
|
+
/** User */
|
|
327
|
+
User = "User",
|
|
328
|
+
/** Application */
|
|
329
|
+
Application = "Application",
|
|
330
|
+
/** ManagedIdentity */
|
|
331
|
+
ManagedIdentity = "ManagedIdentity",
|
|
332
|
+
/** Key */
|
|
333
|
+
Key = "Key"
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Defines values for CreatedByType. \
|
|
337
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
338
|
+
* this enum contains the known values that the service supports.
|
|
339
|
+
* ### Known values supported by the service
|
|
340
|
+
* **User** \
|
|
341
|
+
* **Application** \
|
|
342
|
+
* **ManagedIdentity** \
|
|
343
|
+
* **Key**
|
|
344
|
+
*/
|
|
345
|
+
export type CreatedByType = string;
|
|
346
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
347
|
+
export declare enum KnownOrigin {
|
|
348
|
+
/** User */
|
|
349
|
+
User = "user",
|
|
350
|
+
/** System */
|
|
351
|
+
System = "system",
|
|
352
|
+
/** UserSystem */
|
|
353
|
+
UserSystem = "user,system"
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
* Defines values for Origin. \
|
|
357
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
358
|
+
* this enum contains the known values that the service supports.
|
|
359
|
+
* ### Known values supported by the service
|
|
360
|
+
* **user** \
|
|
361
|
+
* **system** \
|
|
362
|
+
* **user,system**
|
|
363
|
+
*/
|
|
364
|
+
export type Origin = string;
|
|
365
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
366
|
+
export declare enum KnownActionType {
|
|
367
|
+
/** Internal */
|
|
368
|
+
Internal = "Internal"
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Defines values for ActionType. \
|
|
372
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
373
|
+
* this enum contains the known values that the service supports.
|
|
374
|
+
* ### Known values supported by the service
|
|
375
|
+
* **Internal**
|
|
376
|
+
*/
|
|
377
|
+
export type ActionType = string;
|
|
378
|
+
/** Optional parameters. */
|
|
379
|
+
export interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
380
|
+
}
|
|
381
|
+
/** Contains response data for the listBySubscription operation. */
|
|
382
|
+
export type WorkspacesListBySubscriptionResponse = WorkspaceResourceList;
|
|
383
|
+
/** Optional parameters. */
|
|
384
|
+
export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
385
|
+
}
|
|
386
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
387
|
+
export type WorkspacesListByResourceGroupResponse = WorkspaceResourceList;
|
|
388
|
+
/** Optional parameters. */
|
|
389
|
+
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
390
|
+
}
|
|
391
|
+
/** Contains response data for the get operation. */
|
|
392
|
+
export type WorkspacesGetResponse = WorkspaceResource;
|
|
393
|
+
/** Optional parameters. */
|
|
394
|
+
export interface WorkspacesCreateAndUpdateOptionalParams extends coreClient.OperationOptions {
|
|
395
|
+
/** Workspace details. */
|
|
396
|
+
workspaceResource?: WorkspaceResource;
|
|
397
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
398
|
+
updateIntervalInMs?: number;
|
|
399
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
400
|
+
resumeFrom?: string;
|
|
401
|
+
}
|
|
402
|
+
/** Contains response data for the createAndUpdate operation. */
|
|
403
|
+
export type WorkspacesCreateAndUpdateResponse = WorkspaceResource;
|
|
404
|
+
/** Optional parameters. */
|
|
405
|
+
export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
406
|
+
/** Workspace patch details. */
|
|
407
|
+
workspacePatchResource?: WorkspacePatchResource;
|
|
408
|
+
}
|
|
409
|
+
/** Contains response data for the update operation. */
|
|
410
|
+
export type WorkspacesUpdateResponse = WorkspaceResource;
|
|
411
|
+
/** Optional parameters. */
|
|
412
|
+
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
413
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
414
|
+
updateIntervalInMs?: number;
|
|
415
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
416
|
+
resumeFrom?: string;
|
|
417
|
+
}
|
|
418
|
+
/** Optional parameters. */
|
|
419
|
+
export interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
420
|
+
}
|
|
421
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
422
|
+
export type WorkspacesListBySubscriptionNextResponse = WorkspaceResourceList;
|
|
423
|
+
/** Optional parameters. */
|
|
424
|
+
export interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
425
|
+
}
|
|
426
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
427
|
+
export type WorkspacesListByResourceGroupNextResponse = WorkspaceResourceList;
|
|
428
|
+
/** Optional parameters. */
|
|
429
|
+
export interface LabelsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
430
|
+
}
|
|
431
|
+
/** Contains response data for the listByWorkspace operation. */
|
|
432
|
+
export type LabelsListByWorkspaceResponse = LabelResourceList;
|
|
433
|
+
/** Optional parameters. */
|
|
434
|
+
export interface LabelsGetByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
435
|
+
}
|
|
436
|
+
/** Contains response data for the getByWorkspace operation. */
|
|
437
|
+
export type LabelsGetByWorkspaceResponse = LabelResource;
|
|
438
|
+
/** Optional parameters. */
|
|
439
|
+
export interface LabelsCreateAndUpdateOptionalParams extends coreClient.OperationOptions {
|
|
440
|
+
/** Label details. */
|
|
441
|
+
labelResource?: LabelResource;
|
|
442
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
443
|
+
updateIntervalInMs?: number;
|
|
444
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
445
|
+
resumeFrom?: string;
|
|
446
|
+
}
|
|
447
|
+
/** Contains response data for the createAndUpdate operation. */
|
|
448
|
+
export type LabelsCreateAndUpdateResponse = LabelResource;
|
|
449
|
+
/** Optional parameters. */
|
|
450
|
+
export interface LabelsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
451
|
+
/** Label patch details. */
|
|
452
|
+
labelPatchResource?: LabelPatchResource;
|
|
453
|
+
}
|
|
454
|
+
/** Contains response data for the update operation. */
|
|
455
|
+
export type LabelsUpdateResponse = LabelResource;
|
|
456
|
+
/** Optional parameters. */
|
|
457
|
+
export interface LabelsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
458
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
459
|
+
updateIntervalInMs?: number;
|
|
460
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
461
|
+
resumeFrom?: string;
|
|
462
|
+
}
|
|
463
|
+
/** Optional parameters. */
|
|
464
|
+
export interface LabelsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
465
|
+
}
|
|
466
|
+
/** Contains response data for the listByWorkspaceNext operation. */
|
|
467
|
+
export type LabelsListByWorkspaceNextResponse = LabelResourceList;
|
|
468
|
+
/** Optional parameters. */
|
|
469
|
+
export interface TasksGetByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
470
|
+
}
|
|
471
|
+
/** Contains response data for the getByWorkspace operation. */
|
|
472
|
+
export type TasksGetByWorkspaceResponse = TaskResource;
|
|
473
|
+
/** Optional parameters. */
|
|
474
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
475
|
+
}
|
|
476
|
+
/** Contains response data for the list operation. */
|
|
477
|
+
export type OperationsListResponse = OperationListResult;
|
|
478
|
+
/** Optional parameters. */
|
|
479
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
480
|
+
}
|
|
481
|
+
/** Contains response data for the listNext operation. */
|
|
482
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
483
|
+
/** Optional parameters. */
|
|
484
|
+
export interface EasmMgmtClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
485
|
+
/** server parameter */
|
|
486
|
+
$host?: string;
|
|
487
|
+
/** Api Version */
|
|
488
|
+
apiVersion?: string;
|
|
489
|
+
/** Overrides client endpoint. */
|
|
490
|
+
endpoint?: string;
|
|
491
|
+
}
|
|
492
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link ResourceState} that the service accepts. */
|
|
9
|
+
export var KnownResourceState;
|
|
10
|
+
(function (KnownResourceState) {
|
|
11
|
+
/** NotSpecified */
|
|
12
|
+
KnownResourceState["NotSpecified"] = "NotSpecified";
|
|
13
|
+
/** Accepted */
|
|
14
|
+
KnownResourceState["Accepted"] = "Accepted";
|
|
15
|
+
/** Creating */
|
|
16
|
+
KnownResourceState["Creating"] = "Creating";
|
|
17
|
+
/** Succeeded */
|
|
18
|
+
KnownResourceState["Succeeded"] = "Succeeded";
|
|
19
|
+
/** Failed */
|
|
20
|
+
KnownResourceState["Failed"] = "Failed";
|
|
21
|
+
/** Canceled */
|
|
22
|
+
KnownResourceState["Canceled"] = "Canceled";
|
|
23
|
+
/** ProvisioningResources */
|
|
24
|
+
KnownResourceState["ProvisioningResources"] = "ProvisioningResources";
|
|
25
|
+
/** InstallingApplication */
|
|
26
|
+
KnownResourceState["InstallingApplication"] = "InstallingApplication";
|
|
27
|
+
/** ConfiguringApplication */
|
|
28
|
+
KnownResourceState["ConfiguringApplication"] = "ConfiguringApplication";
|
|
29
|
+
/** MigratingApplicationData */
|
|
30
|
+
KnownResourceState["MigratingApplicationData"] = "MigratingApplicationData";
|
|
31
|
+
/** RunningValidations */
|
|
32
|
+
KnownResourceState["RunningValidations"] = "RunningValidations";
|
|
33
|
+
/** CreatingArtifacts */
|
|
34
|
+
KnownResourceState["CreatingArtifacts"] = "CreatingArtifacts";
|
|
35
|
+
/** DeletingArtifacts */
|
|
36
|
+
KnownResourceState["DeletingArtifacts"] = "DeletingArtifacts";
|
|
37
|
+
})(KnownResourceState || (KnownResourceState = {}));
|
|
38
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
39
|
+
export var KnownCreatedByType;
|
|
40
|
+
(function (KnownCreatedByType) {
|
|
41
|
+
/** User */
|
|
42
|
+
KnownCreatedByType["User"] = "User";
|
|
43
|
+
/** Application */
|
|
44
|
+
KnownCreatedByType["Application"] = "Application";
|
|
45
|
+
/** ManagedIdentity */
|
|
46
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
47
|
+
/** Key */
|
|
48
|
+
KnownCreatedByType["Key"] = "Key";
|
|
49
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
50
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
51
|
+
export var KnownOrigin;
|
|
52
|
+
(function (KnownOrigin) {
|
|
53
|
+
/** User */
|
|
54
|
+
KnownOrigin["User"] = "user";
|
|
55
|
+
/** System */
|
|
56
|
+
KnownOrigin["System"] = "system";
|
|
57
|
+
/** UserSystem */
|
|
58
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
59
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
60
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
61
|
+
export var KnownActionType;
|
|
62
|
+
(function (KnownActionType) {
|
|
63
|
+
/** Internal */
|
|
64
|
+
KnownActionType["Internal"] = "Internal";
|
|
65
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
66
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAoSH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBA2BX;AA3BD,WAAY,kBAAkB;IAC5B,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,eAAe;IACf,2CAAqB,CAAA;IACrB,eAAe;IACf,2CAAqB,CAAA;IACrB,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,aAAa;IACb,uCAAiB,CAAA;IACjB,eAAe;IACf,2CAAqB,CAAA;IACrB,4BAA4B;IAC5B,qEAA+C,CAAA;IAC/C,4BAA4B;IAC5B,qEAA+C,CAAA;IAC/C,6BAA6B;IAC7B,uEAAiD,CAAA;IACjD,+BAA+B;IAC/B,2EAAqD,CAAA;IACrD,yBAAyB;IACzB,+DAAyC,CAAA;IACzC,wBAAwB;IACxB,6DAAuC,CAAA;IACvC,wBAAwB;IACxB,6DAAuC,CAAA;AACzC,CAAC,EA3BW,kBAAkB,KAAlB,kBAAkB,QA2B7B;AAuBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const WorkspaceResourceList: coreClient.CompositeMapper;
|
|
3
|
+
export declare const ResourceBaseProperties: coreClient.CompositeMapper;
|
|
4
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
5
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
9
|
+
export declare const WorkspacePatchResource: coreClient.CompositeMapper;
|
|
10
|
+
export declare const LabelResourceList: coreClient.CompositeMapper;
|
|
11
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
12
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
13
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
14
|
+
export declare const WorkspaceResourceProperties: coreClient.CompositeMapper;
|
|
15
|
+
export declare const LabelResourceProperties: coreClient.CompositeMapper;
|
|
16
|
+
export declare const TaskResourceProperties: coreClient.CompositeMapper;
|
|
17
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
18
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
19
|
+
export declare const WorkspaceResource: coreClient.CompositeMapper;
|
|
20
|
+
export declare const LabelResource: coreClient.CompositeMapper;
|
|
21
|
+
export declare const TaskResource: coreClient.CompositeMapper;
|
|
22
|
+
export declare const LabelPatchResource: coreClient.CompositeMapper;
|
|
23
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAyB9C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAc/C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqB/C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyB1C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAepD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAoBhD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAmD/C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAsB1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA2BtC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA0DrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAQ3C,CAAC"}
|