@azure/arm-containerregistry 7.0.0 → 9.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 +14 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +68 -76
- package/dist/index.js +12640 -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/src/containerRegistryManagementClient.d.ts +29 -0
- package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -0
- package/dist-esm/src/containerRegistryManagementClient.js +36 -0
- package/dist-esm/src/containerRegistryManagementClient.js.map +1 -0
- package/dist-esm/src/containerRegistryManagementClientContext.d.ts +15 -0
- package/dist-esm/src/containerRegistryManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/containerRegistryManagementClientContext.js +48 -0
- package/dist-esm/src/containerRegistryManagementClientContext.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 +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +3421 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +339 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +177 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +3696 -2199
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +54 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +428 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/agentPools.d.ts +107 -0
- package/dist-esm/src/operations/agentPools.d.ts.map +1 -0
- package/dist-esm/src/operations/agentPools.js +455 -0
- package/dist-esm/src/operations/agentPools.js.map +1 -0
- package/dist-esm/src/operations/connectedRegistries.d.ts +115 -0
- package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -0
- package/dist-esm/src/operations/connectedRegistries.js +503 -0
- package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
- package/dist-esm/src/operations/exportPipelines.d.ts +81 -0
- package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -0
- package/dist-esm/src/operations/exportPipelines.js +316 -0
- package/dist-esm/src/operations/exportPipelines.js.map +1 -0
- package/dist-esm/src/operations/importPipelines.d.ts +81 -0
- package/dist-esm/src/operations/importPipelines.d.ts.map +1 -0
- package/dist-esm/src/operations/importPipelines.js +316 -0
- package/dist-esm/src/operations/importPipelines.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +16 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +23 -0
- package/dist-esm/src/operations/index.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 +114 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts +81 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.js +316 -0
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +326 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/registries.d.ts +217 -0
- package/dist-esm/src/operations/registries.d.ts.map +1 -0
- package/dist-esm/src/operations/registries.js +956 -0
- package/dist-esm/src/operations/registries.js.map +1 -0
- package/dist-esm/src/operations/replications.d.ts +99 -0
- package/dist-esm/src/operations/replications.d.ts.map +1 -0
- package/dist-esm/src/operations/replications.js +405 -0
- package/dist-esm/src/operations/replications.js.map +1 -0
- package/dist-esm/src/operations/runs.d.ts +89 -0
- package/dist-esm/src/operations/runs.d.ts.map +1 -0
- package/dist-esm/src/operations/runs.js +363 -0
- package/dist-esm/src/operations/runs.js.map +1 -0
- package/dist-esm/src/operations/scopeMaps.d.ts +99 -0
- package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -0
- package/dist-esm/src/operations/scopeMaps.js +405 -0
- package/dist-esm/src/operations/scopeMaps.js.map +1 -0
- package/dist-esm/src/operations/taskRuns.d.ts +107 -0
- package/dist-esm/src/operations/taskRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/taskRuns.js +455 -0
- package/dist-esm/src/operations/taskRuns.js.map +1 -0
- package/dist-esm/src/operations/tasks.d.ts +107 -0
- package/dist-esm/src/operations/tasks.d.ts.map +1 -0
- package/dist-esm/src/operations/tasks.js +461 -0
- package/dist-esm/src/operations/tasks.js.map +1 -0
- package/dist-esm/src/operations/tokens.d.ts +99 -0
- package/dist-esm/src/operations/tokens.d.ts.map +1 -0
- package/dist-esm/src/operations/tokens.js +405 -0
- package/dist-esm/src/operations/tokens.js.map +1 -0
- package/dist-esm/src/operations/webhooks.d.ts +142 -0
- package/dist-esm/src/operations/webhooks.d.ts.map +1 -0
- package/dist-esm/src/operations/webhooks.js +574 -0
- package/dist-esm/src/operations/webhooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/agentPools.js +9 -0
- package/dist-esm/src/operationsInterfaces/agentPools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +90 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/importPipelines.js +9 -0
- package/dist-esm/src/operationsInterfaces/importPipelines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +23 -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/pipelineRuns.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/registries.d.ts +163 -0
- package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/registries.js +9 -0
- package/dist-esm/src/operationsInterfaces/registries.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replications.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/replications.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replications.js +9 -0
- package/dist-esm/src/operationsInterfaces/replications.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/runs.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/runs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/runs.js +9 -0
- package/dist-esm/src/operationsInterfaces/runs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scopeMaps.js +9 -0
- package/dist-esm/src/operationsInterfaces/scopeMaps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/taskRuns.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/taskRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/taskRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/taskRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tasks.d.ts +82 -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/tokens.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tokens.js +9 -0
- package/dist-esm/src/operationsInterfaces/tokens.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webhooks.d.ts +98 -0
- package/dist-esm/src/operationsInterfaces/webhooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webhooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/webhooks.js.map +1 -0
- package/dist-esm/test/containerregistry_examples.d.ts +2 -0
- package/dist-esm/test/containerregistry_examples.d.ts.map +1 -0
- package/dist-esm/test/containerregistry_examples.js +326 -0
- package/dist-esm/test/containerregistry_examples.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-containerregistry.api.md +2912 -0
- package/rollup.config.js +181 -30
- package/src/containerRegistryManagementClient.ts +78 -42
- package/src/containerRegistryManagementClientContext.ts +45 -37
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3217 -3457
- package/src/models/mappers.ts +3831 -2214
- package/src/models/parameters.ts +379 -81
- package/src/operations/agentPools.ts +646 -0
- package/src/operations/connectedRegistries.ts +718 -0
- package/src/operations/exportPipelines.ts +449 -0
- package/src/operations/importPipelines.ts +449 -0
- package/src/operations/index.ts +12 -7
- package/src/operations/operations.ts +84 -76
- package/src/operations/pipelineRuns.ts +449 -0
- package/src/operations/privateEndpointConnections.ts +460 -0
- package/src/operations/registries.ts +1031 -653
- package/src/operations/replications.ts +433 -251
- package/src/operations/runs.ts +356 -243
- package/src/operations/scopeMaps.ts +433 -251
- package/src/operations/taskRuns.ts +646 -0
- package/src/operations/tasks.ts +459 -277
- package/src/operations/tokens.ts +427 -251
- package/src/operations/webhooks.ts +614 -419
- package/src/operationsInterfaces/agentPools.ts +162 -0
- package/src/operationsInterfaces/connectedRegistries.ts +174 -0
- package/src/operationsInterfaces/exportPipelines.ts +109 -0
- package/src/operationsInterfaces/importPipelines.ts +109 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +13 -8
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/pipelineRuns.ts +109 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/registries.ts +317 -0
- package/src/operationsInterfaces/replications.ts +147 -0
- package/src/operationsInterfaces/runs.ts +122 -0
- package/src/operationsInterfaces/scopeMaps.ts +147 -0
- package/src/operationsInterfaces/taskRuns.ts +162 -0
- package/src/operationsInterfaces/tasks.ts +156 -0
- package/src/operationsInterfaces/tokens.ts +141 -0
- package/src/operationsInterfaces/webhooks.ts +193 -0
- package/tsconfig.json +4 -4
- package/types/arm-containerregistry.d.ts +4991 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-containerregistry.js +0 -7529
- package/dist/arm-containerregistry.js.map +0 -1
- package/dist/arm-containerregistry.min.js +0 -1
- package/dist/arm-containerregistry.min.js.map +0 -1
- package/esm/containerRegistryManagementClient.d.ts +0 -25
- package/esm/containerRegistryManagementClient.d.ts.map +0 -1
- package/esm/containerRegistryManagementClient.js +0 -40
- package/esm/containerRegistryManagementClient.js.map +0 -1
- package/esm/containerRegistryManagementClientContext.d.ts +0 -15
- package/esm/containerRegistryManagementClientContext.d.ts.map +0 -1
- package/esm/containerRegistryManagementClientContext.js +0 -55
- package/esm/containerRegistryManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -3884
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -129
- 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 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -214
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/registriesMappers.d.ts +0 -2
- package/esm/models/registriesMappers.d.ts.map +0 -1
- package/esm/models/registriesMappers.js +0 -9
- package/esm/models/registriesMappers.js.map +0 -1
- package/esm/models/replicationsMappers.d.ts +0 -2
- package/esm/models/replicationsMappers.d.ts.map +0 -1
- package/esm/models/replicationsMappers.js +0 -9
- package/esm/models/replicationsMappers.js.map +0 -1
- package/esm/models/runsMappers.d.ts +0 -2
- package/esm/models/runsMappers.d.ts.map +0 -1
- package/esm/models/runsMappers.js +0 -9
- package/esm/models/runsMappers.js.map +0 -1
- package/esm/models/scopeMapsMappers.d.ts +0 -2
- package/esm/models/scopeMapsMappers.d.ts.map +0 -1
- package/esm/models/scopeMapsMappers.js +0 -9
- package/esm/models/scopeMapsMappers.js.map +0 -1
- package/esm/models/tasksMappers.d.ts +0 -2
- package/esm/models/tasksMappers.d.ts.map +0 -1
- package/esm/models/tasksMappers.js +0 -9
- package/esm/models/tasksMappers.js.map +0 -1
- package/esm/models/tokensMappers.d.ts +0 -2
- package/esm/models/tokensMappers.d.ts.map +0 -1
- package/esm/models/tokensMappers.js +0 -9
- package/esm/models/tokensMappers.js.map +0 -1
- package/esm/models/webhooksMappers.d.ts +0 -2
- package/esm/models/webhooksMappers.d.ts.map +0 -1
- package/esm/models/webhooksMappers.js +0 -9
- package/esm/models/webhooksMappers.js.map +0 -1
- package/esm/operations/index.d.ts +0 -9
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/registries.d.ts +0 -319
- package/esm/operations/registries.d.ts.map +0 -1
- package/esm/operations/registries.js +0 -664
- package/esm/operations/registries.js.map +0 -1
- package/esm/operations/replications.d.ts +0 -135
- package/esm/operations/replications.d.ts.map +0 -1
- package/esm/operations/replications.js +0 -297
- package/esm/operations/replications.js.map +0 -1
- package/esm/operations/runs.d.ts +0 -139
- package/esm/operations/runs.d.ts.map +0 -1
- package/esm/operations/runs.js +0 -268
- package/esm/operations/runs.js.map +0 -1
- package/esm/operations/scopeMaps.d.ts +0 -135
- package/esm/operations/scopeMaps.d.ts.map +0 -1
- package/esm/operations/scopeMaps.js +0 -297
- package/esm/operations/scopeMaps.js.map +0 -1
- package/esm/operations/tasks.d.ts +0 -159
- package/esm/operations/tasks.d.ts.map +0 -1
- package/esm/operations/tasks.js +0 -330
- package/esm/operations/tasks.js.map +0 -1
- package/esm/operations/tokens.d.ts +0 -135
- package/esm/operations/tokens.d.ts.map +0 -1
- package/esm/operations/tokens.js +0 -297
- package/esm/operations/tokens.js.map +0 -1
- package/esm/operations/webhooks.d.ts +0 -225
- package/esm/operations/webhooks.d.ts.map +0 -1
- package/esm/operations/webhooks.js +0 -422
- package/esm/operations/webhooks.js.map +0 -1
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/registriesMappers.ts +0 -81
- package/src/models/replicationsMappers.ts +0 -62
- package/src/models/runsMappers.ts +0 -63
- package/src/models/scopeMapsMappers.ts +0 -62
- package/src/models/tasksMappers.ts +0 -73
- package/src/models/tokensMappers.ts +0 -62
- package/src/models/webhooksMappers.ts +0 -74
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"arm-containerregistry.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/registriesMappers.ts","../src/models/parameters.ts","../src/operations/registries.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/replicationsMappers.ts","../src/operations/replications.ts","../src/models/webhooksMappers.ts","../src/operations/webhooks.ts","../src/models/runsMappers.ts","../src/operations/runs.ts","../src/models/tasksMappers.ts","../src/operations/tasks.ts","../src/models/scopeMapsMappers.ts","../src/operations/scopeMaps.ts","../src/models/tokensMappers.ts","../src/operations/tokens.ts","../src/operations/index.ts","../src/containerRegistryManagementClientContext.ts","../src/containerRegistryManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\r\n if (m) return m.call(o);\r\n return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * An interface representing ImportSourceCredentials.\n */\nexport interface ImportSourceCredentials {\n /**\n * The username to authenticate with the source registry.\n */\n username?: string;\n /**\n * The password used to authenticate with the source registry.\n */\n password: string;\n}\n\n/**\n * An interface representing ImportSource.\n */\nexport interface ImportSource {\n /**\n * The resource identifier of the source Azure Container Registry.\n */\n resourceId?: string;\n /**\n * The address of the source registry (e.g. 'mcr.microsoft.com').\n */\n registryUri?: string;\n /**\n * Credentials used when importing from a registry uri.\n */\n credentials?: ImportSourceCredentials;\n /**\n * Repository name of the source image.\n * Specify an image by repository ('hello-world'). This will use the 'latest' tag.\n * Specify an image by tag ('hello-world:latest').\n * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').\n */\n sourceImage: string;\n}\n\n/**\n * An interface representing ImportImageParameters.\n */\nexport interface ImportImageParameters {\n /**\n * The source of the image.\n */\n source: ImportSource;\n /**\n * List of strings of the form repo[:tag]. When tag is omitted the source will be used (or\n * 'latest' if source tag is also omitted).\n */\n targetTags?: string[];\n /**\n * List of strings of repository names to do a manifest only copy. No tag will be created.\n */\n untaggedTargetRepositories?: string[];\n /**\n * When Force, any existing target tags will be overwritten. When NoForce, any existing target\n * tags will fail the operation before any copying begins. Possible values include: 'NoForce',\n * 'Force'. Default value: 'NoForce'.\n */\n mode?: ImportMode;\n}\n\n/**\n * A request to check whether a container registry name is available.\n */\nexport interface RegistryNameCheckRequest {\n /**\n * The name of the container registry.\n */\n name: string;\n}\n\n/**\n * The result of a request to check the availability of a container registry name.\n */\nexport interface RegistryNameStatus {\n /**\n * The value that indicates whether the name is available.\n */\n nameAvailable?: boolean;\n /**\n * If any, the reason that the name is not available.\n */\n reason?: string;\n /**\n * If any, the error message that provides more detail for the reason that the name is not\n * available.\n */\n message?: string;\n}\n\n/**\n * The display information for a container registry operation.\n */\nexport interface OperationDisplayDefinition {\n /**\n * The resource provider name: Microsoft.ContainerRegistry.\n */\n provider?: string;\n /**\n * The resource on which the operation is performed.\n */\n resource?: string;\n /**\n * The operation that users can perform.\n */\n operation?: string;\n /**\n * The description for the operation.\n */\n description?: string;\n}\n\n/**\n * The definition of Azure Monitoring metric.\n */\nexport interface OperationMetricSpecificationDefinition {\n /**\n * Metric name.\n */\n name?: string;\n /**\n * Metric display name.\n */\n displayName?: string;\n /**\n * Metric description.\n */\n displayDescription?: string;\n /**\n * Metric unit.\n */\n unit?: string;\n /**\n * Metric aggregation type.\n */\n aggregationType?: string;\n /**\n * Internal metric name.\n */\n internalMetricName?: string;\n}\n\n/**\n * The definition of Azure Monitoring metrics list.\n */\nexport interface OperationServiceSpecificationDefinition {\n /**\n * A list of Azure Monitoring metrics definition.\n */\n metricSpecifications?: OperationMetricSpecificationDefinition[];\n}\n\n/**\n * The definition of a container registry operation.\n */\nexport interface OperationDefinition {\n /**\n * The origin information of the container registry operation.\n */\n origin?: string;\n /**\n * Operation name: {provider}/{resource}/{operation}.\n */\n name?: string;\n /**\n * The display information for the container registry operation.\n */\n display?: OperationDisplayDefinition;\n /**\n * The definition of Azure Monitoring service.\n */\n serviceSpecification?: OperationServiceSpecificationDefinition;\n}\n\n/**\n * The SKU of a container registry.\n */\nexport interface Sku {\n /**\n * The SKU name of the container registry. Required for registry creation. Possible values\n * include: 'Classic', 'Basic', 'Standard', 'Premium'\n */\n name: SkuName;\n /**\n * The SKU tier based on the SKU name. Possible values include: 'Classic', 'Basic', 'Standard',\n * 'Premium'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tier?: SkuTier;\n}\n\n/**\n * The status of an Azure resource at the time the operation was called.\n */\nexport interface Status1 {\n /**\n * The short label for the status.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly displayStatus?: string;\n /**\n * The detailed message for the status, including alerts and error messages.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The timestamp when the status was changed to the current value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timestamp?: Date;\n}\n\n/**\n * The properties of a storage account for a container registry. Only applicable to Classic SKU.\n */\nexport interface StorageAccountProperties {\n /**\n * The resource ID of the storage account.\n */\n id: string;\n}\n\n/**\n * Virtual network rule.\n */\nexport interface VirtualNetworkRule {\n /**\n * The action of virtual network rule. Possible values include: 'Allow'. Default value: 'Allow'.\n */\n action?: Action;\n /**\n * Resource ID of a subnet, for example:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.\n */\n virtualNetworkResourceId: string;\n}\n\n/**\n * IP rule with specific IP or IP range in CIDR format.\n */\nexport interface IPRule {\n /**\n * The action of IP ACL rule. Possible values include: 'Allow'. Default value: 'Allow'.\n */\n action?: Action;\n /**\n * Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.\n */\n iPAddressOrRange: string;\n}\n\n/**\n * The network rule set for a container registry.\n */\nexport interface NetworkRuleSet {\n /**\n * The default action of allow or deny when no other rules match. Possible values include:\n * 'Allow', 'Deny'. Default value: 'Allow'.\n */\n defaultAction: DefaultAction;\n /**\n * The virtual network rules.\n */\n virtualNetworkRules?: VirtualNetworkRule[];\n /**\n * The IP ACL rules.\n */\n ipRules?: IPRule[];\n}\n\n/**\n * The quarantine policy for a container registry.\n */\nexport interface QuarantinePolicy {\n /**\n * The value that indicates whether the policy is enabled or not. Possible values include:\n * 'enabled', 'disabled'\n */\n status?: PolicyStatus;\n}\n\n/**\n * The content trust policy for a container registry.\n */\nexport interface TrustPolicy {\n /**\n * The type of trust policy. Possible values include: 'Notary'\n */\n type?: TrustPolicyType;\n /**\n * The value that indicates whether the policy is enabled or not. Possible values include:\n * 'enabled', 'disabled'\n */\n status?: PolicyStatus;\n}\n\n/**\n * The retention policy for a container registry.\n */\nexport interface RetentionPolicy {\n /**\n * The number of days to retain manifest before it expires.\n */\n days?: number;\n /**\n * The timestamp when the policy was last updated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastUpdatedTime?: Date;\n /**\n * The value that indicates whether the policy is enabled or not. Possible values include:\n * 'enabled', 'disabled'\n */\n status?: PolicyStatus;\n}\n\n/**\n * The policies for a container registry.\n */\nexport interface Policies {\n /**\n * The quarantine policy for a container registry.\n */\n quarantinePolicy?: QuarantinePolicy;\n /**\n * The content trust policy for a container registry.\n */\n trustPolicy?: TrustPolicy;\n /**\n * The retention policy for a container registry.\n */\n retentionPolicy?: RetentionPolicy;\n}\n\n/**\n * An Azure resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * The resource ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The location of the resource. This cannot be changed after the resource is created.\n */\n location: string;\n /**\n * The tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * An object that represents a container registry.\n */\nexport interface Registry extends Resource {\n /**\n * The SKU of the container registry.\n */\n sku: Sku;\n /**\n * The URL that can be used to log into the container registry.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly loginServer?: string;\n /**\n * The creation date of the container registry in ISO8601 format.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n /**\n * The provisioning state of the container registry at the time the operation was called.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The status of the container registry at the time the operation was called.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: Status1;\n /**\n * The value that indicates whether the admin user is enabled. Default value: false.\n */\n adminUserEnabled?: boolean;\n /**\n * The properties of the storage account for the container registry. Only applicable to Classic\n * SKU.\n */\n storageAccount?: StorageAccountProperties;\n /**\n * The network rule set for a container registry.\n */\n networkRuleSet?: NetworkRuleSet;\n /**\n * The policies for a container registry.\n */\n policies?: Policies;\n}\n\n/**\n * The parameters for updating a container registry.\n */\nexport interface RegistryUpdateParameters {\n /**\n * The tags for the container registry.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The SKU of the container registry.\n */\n sku?: Sku;\n /**\n * The value that indicates whether the admin user is enabled.\n */\n adminUserEnabled?: boolean;\n /**\n * The network rule set for a container registry.\n */\n networkRuleSet?: NetworkRuleSet;\n /**\n * The policies for a container registry.\n */\n policies?: Policies;\n}\n\n/**\n * The login password for the container registry.\n */\nexport interface RegistryPassword {\n /**\n * The password name. Possible values include: 'password', 'password2'\n */\n name?: PasswordName;\n /**\n * The password value.\n */\n value?: string;\n}\n\n/**\n * The response from the ListCredentials operation.\n */\nexport interface RegistryListCredentialsResult {\n /**\n * The username for a container registry.\n */\n username?: string;\n /**\n * The list of passwords for a container registry.\n */\n passwords?: RegistryPassword[];\n}\n\n/**\n * The parameters used to regenerate the login credential.\n */\nexport interface RegenerateCredentialParameters {\n /**\n * Specifies name of the password which should be regenerated -- password or password2. Possible\n * values include: 'password', 'password2'\n */\n name: PasswordName;\n}\n\n/**\n * The quota usage for a container registry.\n */\nexport interface RegistryUsage {\n /**\n * The name of the usage.\n */\n name?: string;\n /**\n * The limit of the usage.\n */\n limit?: number;\n /**\n * The current value of the usage.\n */\n currentValue?: number;\n /**\n * The unit of measurement. Possible values include: 'Count', 'Bytes'\n */\n unit?: RegistryUsageUnit;\n}\n\n/**\n * The result of a request to get container registry quota usages.\n */\nexport interface RegistryUsageListResult {\n /**\n * The list of container registry quota usages.\n */\n value?: RegistryUsage[];\n}\n\n/**\n * An object that represents a replication for a container registry.\n */\nexport interface Replication extends Resource {\n /**\n * The provisioning state of the replication at the time the operation was called. Possible\n * values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The status of the replication at the time the operation was called.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: Status1;\n}\n\n/**\n * The parameters for updating a replication.\n */\nexport interface ReplicationUpdateParameters {\n /**\n * The tags for the replication.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * An object that represents a webhook for a container registry.\n */\nexport interface Webhook extends Resource {\n /**\n * The status of the webhook at the time the operation was called. Possible values include:\n * 'enabled', 'disabled'\n */\n status?: WebhookStatus;\n /**\n * The scope of repositories where the event can be triggered. For example, 'foo:*' means events\n * for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is\n * equivalent to 'foo:latest'. Empty means all events.\n */\n scope?: string;\n /**\n * The list of actions that trigger the webhook to post notifications.\n */\n actions: WebhookAction[];\n /**\n * The provisioning state of the webhook at the time the operation was called. Possible values\n * include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/**\n * The parameters for creating a webhook.\n */\nexport interface WebhookCreateParameters {\n /**\n * The tags for the webhook.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The location of the webhook. This cannot be changed after the resource is created.\n */\n location: string;\n /**\n * The service URI for the webhook to post notifications.\n */\n serviceUri: string;\n /**\n * Custom headers that will be added to the webhook notifications.\n */\n customHeaders?: { [propertyName: string]: string };\n /**\n * The status of the webhook at the time the operation was called. Possible values include:\n * 'enabled', 'disabled'\n */\n status?: WebhookStatus;\n /**\n * The scope of repositories where the event can be triggered. For example, 'foo:*' means events\n * for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is\n * equivalent to 'foo:latest'. Empty means all events.\n */\n scope?: string;\n /**\n * The list of actions that trigger the webhook to post notifications.\n */\n actions: WebhookAction[];\n}\n\n/**\n * The parameters for updating a webhook.\n */\nexport interface WebhookUpdateParameters {\n /**\n * The tags for the webhook.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The service URI for the webhook to post notifications.\n */\n serviceUri?: string;\n /**\n * Custom headers that will be added to the webhook notifications.\n */\n customHeaders?: { [propertyName: string]: string };\n /**\n * The status of the webhook at the time the operation was called. Possible values include:\n * 'enabled', 'disabled'\n */\n status?: WebhookStatus;\n /**\n * The scope of repositories where the event can be triggered. For example, 'foo:*' means events\n * for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is\n * equivalent to 'foo:latest'. Empty means all events.\n */\n scope?: string;\n /**\n * The list of actions that trigger the webhook to post notifications.\n */\n actions?: WebhookAction[];\n}\n\n/**\n * The basic information of an event.\n */\nexport interface EventInfo {\n /**\n * The event ID.\n */\n id?: string;\n}\n\n/**\n * The configuration of service URI and custom headers for the webhook.\n */\nexport interface CallbackConfig {\n /**\n * The service URI for the webhook to post notifications.\n */\n serviceUri: string;\n /**\n * Custom headers that will be added to the webhook notifications.\n */\n customHeaders?: { [propertyName: string]: string };\n}\n\n/**\n * The target of the event.\n */\nexport interface Target {\n /**\n * The MIME type of the referenced object.\n */\n mediaType?: string;\n /**\n * The number of bytes of the content. Same as Length field.\n */\n size?: number;\n /**\n * The digest of the content, as defined by the Registry V2 HTTP API Specification.\n */\n digest?: string;\n /**\n * The number of bytes of the content. Same as Size field.\n */\n length?: number;\n /**\n * The repository name.\n */\n repository?: string;\n /**\n * The direct URL to the content.\n */\n url?: string;\n /**\n * The tag name.\n */\n tag?: string;\n /**\n * The name of the artifact.\n */\n name?: string;\n /**\n * The version of the artifact.\n */\n version?: string;\n}\n\n/**\n * The request that generated the event.\n */\nexport interface Request {\n /**\n * The ID of the request that initiated the event.\n */\n id?: string;\n /**\n * The IP or hostname and possibly port of the client connection that initiated the event. This\n * is the RemoteAddr from the standard http request.\n */\n addr?: string;\n /**\n * The externally accessible hostname of the registry instance, as specified by the http host\n * header on incoming requests.\n */\n host?: string;\n /**\n * The request method that generated the event.\n */\n method?: string;\n /**\n * The user agent header of the request.\n */\n useragent?: string;\n}\n\n/**\n * The agent that initiated the event. For most situations, this could be from the authorization\n * context of the request.\n */\nexport interface Actor {\n /**\n * The subject or username associated with the request context that generated the event.\n */\n name?: string;\n}\n\n/**\n * The registry node that generated the event. Put differently, while the actor initiates the\n * event, the source generates it.\n */\nexport interface Source {\n /**\n * The IP or hostname and the port of the registry node that generated the event. Generally, this\n * will be resolved by os.Hostname() along with the running port.\n */\n addr?: string;\n /**\n * The running instance of an application. Changes after each restart.\n */\n instanceID?: string;\n}\n\n/**\n * The content of the event request message.\n */\nexport interface EventContent {\n /**\n * The event ID.\n */\n id?: string;\n /**\n * The time at which the event occurred.\n */\n timestamp?: Date;\n /**\n * The action that encompasses the provided event.\n */\n action?: string;\n /**\n * The target of the event.\n */\n target?: Target;\n /**\n * The request that generated the event.\n */\n request?: Request;\n /**\n * The agent that initiated the event. For most situations, this could be from the authorization\n * context of the request.\n */\n actor?: Actor;\n /**\n * The registry node that generated the event. Put differently, while the actor initiates the\n * event, the source generates it.\n */\n source?: Source;\n}\n\n/**\n * The event request message sent to the service URI.\n */\nexport interface EventRequestMessage {\n /**\n * The content of the event request message.\n */\n content?: EventContent;\n /**\n * The headers of the event request message.\n */\n headers?: { [propertyName: string]: string };\n /**\n * The HTTP method used to send the event request message.\n */\n method?: string;\n /**\n * The URI used to send the event request message.\n */\n requestUri?: string;\n /**\n * The HTTP message version.\n */\n version?: string;\n}\n\n/**\n * The event response message received from the service URI.\n */\nexport interface EventResponseMessage {\n /**\n * The content of the event response message.\n */\n content?: string;\n /**\n * The headers of the event response message.\n */\n headers?: { [propertyName: string]: string };\n /**\n * The reason phrase of the event response message.\n */\n reasonPhrase?: string;\n /**\n * The status code of the event response message.\n */\n statusCode?: string;\n /**\n * The HTTP message version.\n */\n version?: string;\n}\n\n/**\n * The event for a webhook.\n */\nexport interface Event extends EventInfo {\n /**\n * The event request message sent to the service URI.\n */\n eventRequestMessage?: EventRequestMessage;\n /**\n * The event response message received from the service URI.\n */\n eventResponseMessage?: EventResponseMessage;\n}\n\n/**\n * Contains the possible cases for RunRequest.\n */\nexport type RunRequestUnion = RunRequest | DockerBuildRequest | FileTaskRunRequest | TaskRunRequest | EncodedTaskRunRequest;\n\n/**\n * The request parameters for scheduling a run.\n */\nexport interface RunRequest {\n /**\n * Polymorphic Discriminator\n */\n type: \"RunRequest\";\n /**\n * The value that indicates whether archiving is enabled for the run or not. Default value:\n * false.\n */\n isArchiveEnabled?: boolean;\n}\n\n/**\n * Properties for a registry image.\n */\nexport interface ImageDescriptor {\n /**\n * The registry login server.\n */\n registry?: string;\n /**\n * The repository name.\n */\n repository?: string;\n /**\n * The tag name.\n */\n tag?: string;\n /**\n * The sha256-based digest of the image manifest.\n */\n digest?: string;\n}\n\n/**\n * The image update trigger that caused a build.\n */\nexport interface ImageUpdateTrigger {\n /**\n * The unique ID of the trigger.\n */\n id?: string;\n /**\n * The timestamp when the image update happened.\n */\n timestamp?: Date;\n /**\n * The list of image updates that caused the build.\n */\n images?: ImageDescriptor[];\n}\n\n/**\n * The source trigger that caused a run.\n */\nexport interface SourceTriggerDescriptor {\n /**\n * The unique ID of the trigger.\n */\n id?: string;\n /**\n * The event type of the trigger.\n */\n eventType?: string;\n /**\n * The unique ID that identifies a commit.\n */\n commitId?: string;\n /**\n * The unique ID that identifies pull request.\n */\n pullRequestId?: string;\n /**\n * The repository URL.\n */\n repositoryUrl?: string;\n /**\n * The branch name in the repository.\n */\n branchName?: string;\n /**\n * The source control provider type.\n */\n providerType?: string;\n}\n\n/**\n * An interface representing TimerTriggerDescriptor.\n */\nexport interface TimerTriggerDescriptor {\n /**\n * The timer trigger name that caused the run.\n */\n timerTriggerName?: string;\n /**\n * The occurrence that triggered the run.\n */\n scheduleOccurrence?: string;\n}\n\n/**\n * The platform properties against which the run has to happen.\n */\nexport interface PlatformProperties {\n /**\n * The operating system type required for the run. Possible values include: 'Windows', 'Linux'\n */\n os: OS;\n /**\n * The OS architecture. Possible values include: 'amd64', 'x86', '386', 'arm', 'arm64'\n */\n architecture?: Architecture;\n /**\n * Variant of the CPU. Possible values include: 'v6', 'v7', 'v8'\n */\n variant?: Variant;\n}\n\n/**\n * The properties that determine the run agent configuration.\n */\nexport interface AgentProperties {\n /**\n * The CPU configuration in terms of number of cores required for the run.\n */\n cpu?: number;\n}\n\n/**\n * The resource model definition for a ARM proxy resource. It will have everything other than\n * required location and tags.\n */\nexport interface ProxyResource extends BaseResource {\n /**\n * The resource ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * Run resource properties\n */\nexport interface Run extends ProxyResource {\n /**\n * The unique identifier for the run.\n */\n runId?: string;\n /**\n * The current status of the run. Possible values include: 'Queued', 'Started', 'Running',\n * 'Succeeded', 'Failed', 'Canceled', 'Error', 'Timeout'\n */\n status?: RunStatus;\n /**\n * The last updated time for the run.\n */\n lastUpdatedTime?: Date;\n /**\n * The type of run. Possible values include: 'QuickBuild', 'QuickRun', 'AutoBuild', 'AutoRun'\n */\n runType?: RunType;\n /**\n * The time the run was scheduled.\n */\n createTime?: Date;\n /**\n * The time the run started.\n */\n startTime?: Date;\n /**\n * The time the run finished.\n */\n finishTime?: Date;\n /**\n * The list of all images that were generated from the run. This is applicable if the run\n * generates base image dependencies.\n */\n outputImages?: ImageDescriptor[];\n /**\n * The task against which run was scheduled.\n */\n task?: string;\n /**\n * The image update trigger that caused the run. This is applicable if the task has base image\n * trigger configured.\n */\n imageUpdateTrigger?: ImageUpdateTrigger;\n /**\n * The source trigger that caused the run.\n */\n sourceTrigger?: SourceTriggerDescriptor;\n /**\n * The timer trigger that caused the run.\n */\n timerTrigger?: TimerTriggerDescriptor;\n /**\n * The platform properties against which the run will happen.\n */\n platform?: PlatformProperties;\n /**\n * The machine configuration of the run agent.\n */\n agentConfiguration?: AgentProperties;\n /**\n * The scope of the credentials that were used to login to the source registry during this run.\n */\n sourceRegistryAuth?: string;\n /**\n * The list of custom registries that were logged in during this run.\n */\n customRegistries?: string[];\n /**\n * The error message received from backend systems after the run is scheduled.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly runErrorMessage?: string;\n /**\n * The update trigger token passed for the Run.\n */\n updateTriggerToken?: string;\n /**\n * The provisioning state of a run. Possible values include: 'Creating', 'Updating', 'Deleting',\n * 'Succeeded', 'Failed', 'Canceled'\n */\n provisioningState?: ProvisioningState;\n /**\n * The value that indicates whether archiving is enabled or not. Default value: false.\n */\n isArchiveEnabled?: boolean;\n}\n\n/**\n * The properties of a response to source upload request.\n */\nexport interface SourceUploadDefinition {\n /**\n * The URL where the client can upload the source.\n */\n uploadUrl?: string;\n /**\n * The relative path to the source. This is used to submit the subsequent queue build request.\n */\n relativePath?: string;\n}\n\n/**\n * Properties that are enabled for Odata querying on runs.\n */\nexport interface RunFilter {\n /**\n * The unique identifier for the run.\n */\n runId?: string;\n /**\n * The type of run. Possible values include: 'QuickBuild', 'QuickRun', 'AutoBuild', 'AutoRun'\n */\n runType?: RunType;\n /**\n * The current status of the run. Possible values include: 'Queued', 'Started', 'Running',\n * 'Succeeded', 'Failed', 'Canceled', 'Error', 'Timeout'\n */\n status?: RunStatus;\n /**\n * The create time for a run.\n */\n createTime?: Date;\n /**\n * The time the run finished.\n */\n finishTime?: Date;\n /**\n * The list of comma-separated image manifests that were generated from the run. This is\n * applicable if the run is of\n * build type.\n */\n outputImageManifests?: string;\n /**\n * The value that indicates whether archiving is enabled or not.\n */\n isArchiveEnabled?: boolean;\n /**\n * The name of the task that the run corresponds to.\n */\n taskName?: string;\n}\n\n/**\n * The set of run properties that can be updated.\n */\nexport interface RunUpdateParameters {\n /**\n * The value that indicates whether archiving is enabled or not.\n */\n isArchiveEnabled?: boolean;\n}\n\n/**\n * The result of get log link operation.\n */\nexport interface RunGetLogResult {\n /**\n * The link to logs for a run on a azure container registry.\n */\n logLink?: string;\n}\n\n/**\n * An interface representing UserIdentityProperties.\n */\nexport interface UserIdentityProperties {\n /**\n * The principal id of user assigned identity.\n */\n principalId?: string;\n /**\n * The client id of user assigned identity.\n */\n clientId?: string;\n}\n\n/**\n * Managed identity for the resource.\n */\nexport interface IdentityProperties {\n /**\n * The principal ID of resource identity.\n */\n principalId?: string;\n /**\n * The tenant ID of resource.\n */\n tenantId?: string;\n /**\n * The identity type. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned,\n * UserAssigned', 'None'\n */\n type?: ResourceIdentityType;\n /**\n * The list of user identities associated with the resource. The user identity\n * dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/\n * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n */\n userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };\n}\n\n/**\n * Properties that describe a base image dependency.\n */\nexport interface BaseImageDependency {\n /**\n * The type of the base image dependency. Possible values include: 'BuildTime', 'RunTime'\n */\n type?: BaseImageDependencyType;\n /**\n * The registry login server.\n */\n registry?: string;\n /**\n * The repository name.\n */\n repository?: string;\n /**\n * The tag name.\n */\n tag?: string;\n /**\n * The sha256-based digest of the image manifest.\n */\n digest?: string;\n}\n\n/**\n * Contains the possible cases for TaskStepProperties.\n */\nexport type TaskStepPropertiesUnion = TaskStepProperties | DockerBuildStep | FileTaskStep | EncodedTaskStep;\n\n/**\n * Base properties for any task step.\n */\nexport interface TaskStepProperties {\n /**\n * Polymorphic Discriminator\n */\n type: \"TaskStepProperties\";\n /**\n * List of base image dependencies for a step.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly baseImageDependencies?: BaseImageDependency[];\n /**\n * The URL(absolute or relative) of the source context for the task step.\n */\n contextPath?: string;\n /**\n * The token (git PAT or SAS token of storage account blob) associated with the context for a\n * step.\n */\n contextAccessToken?: string;\n}\n\n/**\n * The properties of a timer trigger.\n */\nexport interface TimerTrigger {\n /**\n * The CRON expression for the task schedule\n */\n schedule: string;\n /**\n * The current status of trigger. Possible values include: 'Disabled', 'Enabled'. Default value:\n * 'Enabled'.\n */\n status?: TriggerStatus;\n /**\n * The name of the trigger.\n */\n name: string;\n}\n\n/**\n * The authorization properties for accessing the source code repository.\n */\nexport interface AuthInfo {\n /**\n * The type of Auth token. Possible values include: 'PAT', 'OAuth'\n */\n tokenType: TokenType;\n /**\n * The access token used to access the source control provider.\n */\n token: string;\n /**\n * The refresh token used to refresh the access token.\n */\n refreshToken?: string;\n /**\n * The scope of the access token.\n */\n scope?: string;\n /**\n * Time in seconds that the token remains valid\n */\n expiresIn?: number;\n}\n\n/**\n * The properties of the source code repository.\n */\nexport interface SourceProperties {\n /**\n * The type of source control service. Possible values include: 'Github',\n * 'VisualStudioTeamService'\n */\n sourceControlType: SourceControlType;\n /**\n * The full URL to the source code repository\n */\n repositoryUrl: string;\n /**\n * The branch name of the source code.\n */\n branch?: string;\n /**\n * The authorization properties for accessing the source code repository and to set up\n * webhooks for notifications.\n */\n sourceControlAuthProperties?: AuthInfo;\n}\n\n/**\n * The properties of a source based trigger.\n */\nexport interface SourceTrigger {\n /**\n * The properties that describes the source(code) for the task.\n */\n sourceRepository: SourceProperties;\n /**\n * The source event corresponding to the trigger.\n */\n sourceTriggerEvents: SourceTriggerEvent[];\n /**\n * The current status of trigger. Possible values include: 'Disabled', 'Enabled'. Default value:\n * 'Enabled'.\n */\n status?: TriggerStatus;\n /**\n * The name of the trigger.\n */\n name: string;\n}\n\n/**\n * The trigger based on base image dependency.\n */\nexport interface BaseImageTrigger {\n /**\n * The type of the auto trigger for base image dependency updates. Possible values include:\n * 'All', 'Runtime'\n */\n baseImageTriggerType: BaseImageTriggerType;\n /**\n * The endpoint URL for receiving update triggers.\n */\n updateTriggerEndpoint?: string;\n /**\n * Type of Payload body for Base image update triggers. Possible values include: 'Default',\n * 'Token'\n */\n updateTriggerPayloadType?: UpdateTriggerPayloadType;\n /**\n * The current status of trigger. Possible values include: 'Disabled', 'Enabled'. Default value:\n * 'Enabled'.\n */\n status?: TriggerStatus;\n /**\n * The name of the trigger.\n */\n name: string;\n}\n\n/**\n * The properties of a trigger.\n */\nexport interface TriggerProperties {\n /**\n * The collection of timer triggers.\n */\n timerTriggers?: TimerTrigger[];\n /**\n * The collection of triggers based on source code repository.\n */\n sourceTriggers?: SourceTrigger[];\n /**\n * The trigger based on base image dependencies.\n */\n baseImageTrigger?: BaseImageTrigger;\n}\n\n/**\n * Describes the credential parameters for accessing the source registry.\n */\nexport interface SourceRegistryCredentials {\n /**\n * The authentication mode which determines the source registry login scope. The credentials for\n * the source registry\n * will be generated using the given scope. These credentials will be used to login to\n * the source registry during the run. Possible values include: 'None', 'Default'\n */\n loginMode?: SourceRegistryLoginMode;\n}\n\n/**\n * Describes the properties of a secret object value.\n */\nexport interface SecretObject {\n /**\n * The value of the secret. The format of this value will be determined\n * based on the type of the secret object. If the type is Opaque, the value will be\n * used as is without any modification.\n */\n value?: string;\n /**\n * The type of the secret object which determines how the value of the secret object has to be\n * interpreted. Possible values include: 'Opaque', 'Vaultsecret'\n */\n type?: SecretObjectType;\n}\n\n/**\n * Describes the credentials that will be used to access a custom registry during a run.\n */\nexport interface CustomRegistryCredentials {\n /**\n * The username for logging into the custom registry.\n */\n userName?: SecretObject;\n /**\n * The password for logging into the custom registry. The password is a secret\n * object that allows multiple ways of providing the value for it.\n */\n password?: SecretObject;\n /**\n * Indicates the managed identity assigned to the custom credential. If a user-assigned identity\n * this value is the Client ID. If a system-assigned identity, the value will be `system`. In\n * the case of a system-assigned identity, the Client ID will be determined by the runner. This\n * identity may be used to authenticate to key vault to retrieve credentials or it may be the\n * only\n * source of authentication used for accessing the registry.\n */\n identity?: string;\n}\n\n/**\n * The parameters that describes a set of credentials that will be used when a run is invoked.\n */\nexport interface Credentials {\n /**\n * Describes the credential parameters for accessing the source registry.\n */\n sourceRegistry?: SourceRegistryCredentials;\n /**\n * Describes the credential parameters for accessing other custom registries. The key\n * for the dictionary item will be the registry login server (myregistry.azurecr.io) and\n * the value of the item will be the registry credentials for accessing the registry.\n */\n customRegistries?: { [propertyName: string]: CustomRegistryCredentials };\n}\n\n/**\n * The task that has the ARM resource and task properties.\n * The task will have all information to schedule a run against it.\n */\nexport interface Task extends Resource {\n /**\n * Identity for the resource.\n */\n identity?: IdentityProperties;\n /**\n * The provisioning state of the task. Possible values include: 'Creating', 'Updating',\n * 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The creation date of task.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n /**\n * The current status of task. Possible values include: 'Disabled', 'Enabled'\n */\n status?: TaskStatus;\n /**\n * The platform properties against which the run has to happen.\n */\n platform: PlatformProperties;\n /**\n * The machine configuration of the run agent.\n */\n agentConfiguration?: AgentProperties;\n /**\n * Run timeout in seconds. Default value: 3600.\n */\n timeout?: number;\n /**\n * The properties of a task step.\n */\n step: TaskStepPropertiesUnion;\n /**\n * The properties that describe all triggers for the task.\n */\n trigger?: TriggerProperties;\n /**\n * The properties that describes a set of credentials that will be used when this run is invoked.\n */\n credentials?: Credentials;\n}\n\n/**\n * The properties for updating the platform configuration.\n */\nexport interface PlatformUpdateParameters {\n /**\n * The operating system type required for the run. Possible values include: 'Windows', 'Linux'\n */\n os?: OS;\n /**\n * The OS architecture. Possible values include: 'amd64', 'x86', '386', 'arm', 'arm64'\n */\n architecture?: Architecture;\n /**\n * Variant of the CPU. Possible values include: 'v6', 'v7', 'v8'\n */\n variant?: Variant;\n}\n\n/**\n * Contains the possible cases for TaskStepUpdateParameters.\n */\nexport type TaskStepUpdateParametersUnion = TaskStepUpdateParameters | DockerBuildStepUpdateParameters | FileTaskStepUpdateParameters | EncodedTaskStepUpdateParameters;\n\n/**\n * Base properties for updating any task step.\n */\nexport interface TaskStepUpdateParameters {\n /**\n * Polymorphic Discriminator\n */\n type: \"TaskStepUpdateParameters\";\n /**\n * The URL(absolute or relative) of the source context for the task step.\n */\n contextPath?: string;\n /**\n * The token (git PAT or SAS token of storage account blob) associated with the context for a\n * step.\n */\n contextAccessToken?: string;\n}\n\n/**\n * The properties for updating a timer trigger.\n */\nexport interface TimerTriggerUpdateParameters {\n /**\n * The CRON expression for the task schedule\n */\n schedule?: string;\n /**\n * The current status of trigger. Possible values include: 'Disabled', 'Enabled'. Default value:\n * 'Enabled'.\n */\n status?: TriggerStatus;\n /**\n * The name of the trigger.\n */\n name: string;\n}\n\n/**\n * The authorization properties for accessing the source code repository.\n */\nexport interface AuthInfoUpdateParameters {\n /**\n * The type of Auth token. Possible values include: 'PAT', 'OAuth'\n */\n tokenType?: TokenType;\n /**\n * The access token used to access the source control provider.\n */\n token?: string;\n /**\n * The refresh token used to refresh the access token.\n */\n refreshToken?: string;\n /**\n * The scope of the access token.\n */\n scope?: string;\n /**\n * Time in seconds that the token remains valid\n */\n expiresIn?: number;\n}\n\n/**\n * The properties for updating the source code repository.\n */\nexport interface SourceUpdateParameters {\n /**\n * The type of source control service. Possible values include: 'Github',\n * 'VisualStudioTeamService'\n */\n sourceControlType?: SourceControlType;\n /**\n * The full URL to the source code repository\n */\n repositoryUrl?: string;\n /**\n * The branch name of the source code.\n */\n branch?: string;\n /**\n * The authorization properties for accessing the source code repository and to set up\n * webhooks for notifications.\n */\n sourceControlAuthProperties?: AuthInfoUpdateParameters;\n}\n\n/**\n * The properties for updating a source based trigger.\n */\nexport interface SourceTriggerUpdateParameters {\n /**\n * The properties that describes the source(code) for the task.\n */\n sourceRepository?: SourceUpdateParameters;\n /**\n * The source event corresponding to the trigger.\n */\n sourceTriggerEvents?: SourceTriggerEvent[];\n /**\n * The current status of trigger. Possible values include: 'Disabled', 'Enabled'. Default value:\n * 'Enabled'.\n */\n status?: TriggerStatus;\n /**\n * The name of the trigger.\n */\n name: string;\n}\n\n/**\n * The properties for updating base image dependency trigger.\n */\nexport interface BaseImageTriggerUpdateParameters {\n /**\n * The type of the auto trigger for base image dependency updates. Possible values include:\n * 'All', 'Runtime'\n */\n baseImageTriggerType?: BaseImageTriggerType;\n /**\n * The endpoint URL for receiving update triggers.\n */\n updateTriggerEndpoint?: string;\n /**\n * Type of Payload body for Base image update triggers. Possible values include: 'Default',\n * 'Token'\n */\n updateTriggerPayloadType?: UpdateTriggerPayloadType;\n /**\n * The current status of trigger. Possible values include: 'Disabled', 'Enabled'. Default value:\n * 'Enabled'.\n */\n status?: TriggerStatus;\n /**\n * The name of the trigger.\n */\n name: string;\n}\n\n/**\n * The properties for updating triggers.\n */\nexport interface TriggerUpdateParameters {\n /**\n * The collection of timer triggers.\n */\n timerTriggers?: TimerTriggerUpdateParameters[];\n /**\n * The collection of triggers based on source code repository.\n */\n sourceTriggers?: SourceTriggerUpdateParameters[];\n /**\n * The trigger based on base image dependencies.\n */\n baseImageTrigger?: BaseImageTriggerUpdateParameters;\n}\n\n/**\n * The parameters for updating a task.\n */\nexport interface TaskUpdateParameters {\n /**\n * Identity for the resource.\n */\n identity?: IdentityProperties;\n /**\n * The current status of task. Possible values include: 'Disabled', 'Enabled'\n */\n status?: TaskStatus;\n /**\n * The platform properties against which the run has to happen.\n */\n platform?: PlatformUpdateParameters;\n /**\n * The machine configuration of the run agent.\n */\n agentConfiguration?: AgentProperties;\n /**\n * Run timeout in seconds.\n */\n timeout?: number;\n /**\n * The properties for updating a task step.\n */\n step?: TaskStepUpdateParametersUnion;\n /**\n * The properties for updating trigger properties.\n */\n trigger?: TriggerUpdateParameters;\n /**\n * The parameters that describes a set of credentials that will be used when this run is invoked.\n */\n credentials?: Credentials;\n /**\n * The ARM resource tags.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The properties of a run argument.\n */\nexport interface Argument {\n /**\n * The name of the argument.\n */\n name: string;\n /**\n * The value of the argument.\n */\n value: string;\n /**\n * Flag to indicate whether the argument represents a secret and want to be removed from build\n * logs. Default value: false.\n */\n isSecret?: boolean;\n}\n\n/**\n * The parameters for a docker quick build.\n */\nexport interface DockerBuildRequest {\n /**\n * Polymorphic Discriminator\n */\n type: \"DockerBuildRequest\";\n /**\n * The value that indicates whether archiving is enabled for the run or not. Default value:\n * false.\n */\n isArchiveEnabled?: boolean;\n /**\n * The fully qualified image names including the repository and tag.\n */\n imageNames?: string[];\n /**\n * The value of this property indicates whether the image built should be pushed to the registry\n * or not. Default value: true.\n */\n isPushEnabled?: boolean;\n /**\n * The value of this property indicates whether the image cache is enabled or not. Default value:\n * false.\n */\n noCache?: boolean;\n /**\n * The Docker file path relative to the source location.\n */\n dockerFilePath: string;\n /**\n * The name of the target build stage for the docker build.\n */\n target?: string;\n /**\n * The collection of override arguments to be used when executing the run.\n */\n argumentsProperty?: Argument[];\n /**\n * Run timeout in seconds. Default value: 3600.\n */\n timeout?: number;\n /**\n * The platform properties against which the run has to happen.\n */\n platform: PlatformProperties;\n /**\n * The machine configuration of the run agent.\n */\n agentConfiguration?: AgentProperties;\n /**\n * The URL(absolute or relative) of the source context. It can be an URL to a tar or git\n * repository.\n * If it is relative URL, the relative path should be obtained from calling\n * listBuildSourceUploadUrl API.\n */\n sourceLocation?: string;\n /**\n * The properties that describes a set of credentials that will be used when this run is invoked.\n */\n credentials?: Credentials;\n}\n\n/**\n * The properties of a overridable value that can be passed to a task template.\n */\nexport interface SetValue {\n /**\n * The name of the overridable value.\n */\n name: string;\n /**\n * The overridable value.\n */\n value: string;\n /**\n * Flag to indicate whether the value represents a secret or not. Default value: false.\n */\n isSecret?: boolean;\n}\n\n/**\n * The request parameters for a scheduling run against a task file.\n */\nexport interface FileTaskRunRequest {\n /**\n * Polymorphic Discriminator\n */\n type: \"FileTaskRunRequest\";\n /**\n * The value that indicates whether archiving is enabled for the run or not. Default value:\n * false.\n */\n isArchiveEnabled?: boolean;\n /**\n * The template/definition file path relative to the source.\n */\n taskFilePath: string;\n /**\n * The values/parameters file path relative to the source.\n */\n valuesFilePath?: string;\n /**\n * The collection of overridable values that can be passed when running a task.\n */\n values?: SetValue[];\n /**\n * Run timeout in seconds. Default value: 3600.\n */\n timeout?: number;\n /**\n * The platform properties against which the run has to happen.\n */\n platform: PlatformProperties;\n /**\n * The machine configuration of the run agent.\n */\n agentConfiguration?: AgentProperties;\n /**\n * The URL(absolute or relative) of the source context. It can be an URL to a tar or git\n * repository.\n * If it is relative URL, the relative path should be obtained from calling\n * listBuildSourceUploadUrl API.\n */\n sourceLocation?: string;\n /**\n * The properties that describes a set of credentials that will be used when this run is invoked.\n */\n credentials?: Credentials;\n}\n\n/**\n * An interface representing OverrideTaskStepProperties.\n */\nexport interface OverrideTaskStepProperties {\n /**\n * The source context against which run has to be queued.\n */\n contextPath?: string;\n /**\n * The file against which run has to be queued.\n */\n file?: string;\n /**\n * Gets or sets the collection of override arguments to be used when\n * executing a build step.\n */\n argumentsProperty?: Argument[];\n /**\n * The name of the target build stage for the docker build.\n */\n target?: string;\n /**\n * The collection of overridable values that can be passed when running a Task.\n */\n values?: SetValue[];\n /**\n * Base64 encoded update trigger token that will be attached with the base image trigger webhook.\n */\n updateTriggerToken?: string;\n}\n\n/**\n * The parameters for a task run request.\n */\nexport interface TaskRunRequest {\n /**\n * Polymorphic Discriminator\n */\n type: \"TaskRunRequest\";\n /**\n * The value that indicates whether archiving is enabled for the run or not. Default value:\n * false.\n */\n isArchiveEnabled?: boolean;\n /**\n * The resource ID of task against which run has to be queued.\n */\n taskId: string;\n /**\n * Set of overridable parameters that can be passed when running a Task.\n */\n overrideTaskStepProperties?: OverrideTaskStepProperties;\n}\n\n/**\n * The parameters for a quick task run request.\n */\nexport interface EncodedTaskRunRequest {\n /**\n * Polymorphic Discriminator\n */\n type: \"EncodedTaskRunRequest\";\n /**\n * The value that indicates whether archiving is enabled for the run or not. Default value:\n * false.\n */\n isArchiveEnabled?: boolean;\n /**\n * Base64 encoded value of the template/definition file content.\n */\n encodedTaskContent: string;\n /**\n * Base64 encoded value of the parameters/values file content.\n */\n encodedValuesContent?: string;\n /**\n * The collection of overridable values that can be passed when running a task.\n */\n values?: SetValue[];\n /**\n * Run timeout in seconds. Default value: 3600.\n */\n timeout?: number;\n /**\n * The platform properties against which the run has to happen.\n */\n platform: PlatformProperties;\n /**\n * The machine configuration of the run agent.\n */\n agentConfiguration?: AgentProperties;\n /**\n * The URL(absolute or relative) of the source context. It can be an URL to a tar or git\n * repository.\n * If it is relative URL, the relative path should be obtained from calling\n * listBuildSourceUploadUrl API.\n */\n sourceLocation?: string;\n /**\n * The properties that describes a set of credentials that will be used when this run is invoked.\n */\n credentials?: Credentials;\n}\n\n/**\n * The Docker build step.\n */\nexport interface DockerBuildStep {\n /**\n * Polymorphic Discriminator\n */\n type: \"Docker\";\n /**\n * List of base image dependencies for a step.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly baseImageDependencies?: BaseImageDependency[];\n /**\n * The URL(absolute or relative) of the source context for the task step.\n */\n contextPath?: string;\n /**\n * The token (git PAT or SAS token of storage account blob) associated with the context for a\n * step.\n */\n contextAccessToken?: string;\n /**\n * The fully qualified image names including the repository and tag.\n */\n imageNames?: string[];\n /**\n * The value of this property indicates whether the image built should be pushed to the registry\n * or not. Default value: true.\n */\n isPushEnabled?: boolean;\n /**\n * The value of this property indicates whether the image cache is enabled or not. Default value:\n * false.\n */\n noCache?: boolean;\n /**\n * The Docker file path relative to the source context.\n */\n dockerFilePath: string;\n /**\n * The name of the target build stage for the docker build.\n */\n target?: string;\n /**\n * The collection of override arguments to be used when executing this build step.\n */\n argumentsProperty?: Argument[];\n}\n\n/**\n * The properties of a task step.\n */\nexport interface FileTaskStep {\n /**\n * Polymorphic Discriminator\n */\n type: \"FileTask\";\n /**\n * List of base image dependencies for a step.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly baseImageDependencies?: BaseImageDependency[];\n /**\n * The URL(absolute or relative) of the source context for the task step.\n */\n contextPath?: string;\n /**\n * The token (git PAT or SAS token of storage account blob) associated with the context for a\n * step.\n */\n contextAccessToken?: string;\n /**\n * The task template/definition file path relative to the source context.\n */\n taskFilePath: string;\n /**\n * The task values/parameters file path relative to the source context.\n */\n valuesFilePath?: string;\n /**\n * The collection of overridable values that can be passed when running a task.\n */\n values?: SetValue[];\n}\n\n/**\n * The properties of a encoded task step.\n */\nexport interface EncodedTaskStep {\n /**\n * Polymorphic Discriminator\n */\n type: \"EncodedTask\";\n /**\n * List of base image dependencies for a step.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly baseImageDependencies?: BaseImageDependency[];\n /**\n * The URL(absolute or relative) of the source context for the task step.\n */\n contextPath?: string;\n /**\n * The token (git PAT or SAS token of storage account blob) associated with the context for a\n * step.\n */\n contextAccessToken?: string;\n /**\n * Base64 encoded value of the template/definition file content.\n */\n encodedTaskContent: string;\n /**\n * Base64 encoded value of the parameters/values file content.\n */\n encodedValuesContent?: string;\n /**\n * The collection of overridable values that can be passed when running a task.\n */\n values?: SetValue[];\n}\n\n/**\n * The properties for updating a docker build step.\n */\nexport interface DockerBuildStepUpdateParameters {\n /**\n * Polymorphic Discriminator\n */\n type: \"Docker\";\n /**\n * The URL(absolute or relative) of the source context for the task step.\n */\n contextPath?: string;\n /**\n * The token (git PAT or SAS token of storage account blob) associated with the context for a\n * step.\n */\n contextAccessToken?: string;\n /**\n * The fully qualified image names including the repository and tag.\n */\n imageNames?: string[];\n /**\n * The value of this property indicates whether the image built should be pushed to the registry\n * or not.\n */\n isPushEnabled?: boolean;\n /**\n * The value of this property indicates whether the image cache is enabled or not.\n */\n noCache?: boolean;\n /**\n * The Docker file path relative to the source context.\n */\n dockerFilePath?: string;\n /**\n * The collection of override arguments to be used when executing this build step.\n */\n argumentsProperty?: Argument[];\n /**\n * The name of the target build stage for the docker build.\n */\n target?: string;\n}\n\n/**\n * The properties of updating a task step.\n */\nexport interface FileTaskStepUpdateParameters {\n /**\n * Polymorphic Discriminator\n */\n type: \"FileTask\";\n /**\n * The URL(absolute or relative) of the source context for the task step.\n */\n contextPath?: string;\n /**\n * The token (git PAT or SAS token of storage account blob) associated with the context for a\n * step.\n */\n contextAccessToken?: string;\n /**\n * The task template/definition file path relative to the source context.\n */\n taskFilePath?: string;\n /**\n * The values/parameters file path relative to the source context.\n */\n valuesFilePath?: string;\n /**\n * The collection of overridable values that can be passed when running a task.\n */\n values?: SetValue[];\n}\n\n/**\n * The properties for updating encoded task step.\n */\nexport interface EncodedTaskStepUpdateParameters {\n /**\n * Polymorphic Discriminator\n */\n type: \"EncodedTask\";\n /**\n * The URL(absolute or relative) of the source context for the task step.\n */\n contextPath?: string;\n /**\n * The token (git PAT or SAS token of storage account blob) associated with the context for a\n * step.\n */\n contextAccessToken?: string;\n /**\n * Base64 encoded value of the template/definition file content.\n */\n encodedTaskContent?: string;\n /**\n * Base64 encoded value of the parameters/values file content.\n */\n encodedValuesContent?: string;\n /**\n * The collection of overridable values that can be passed when running a task.\n */\n values?: SetValue[];\n}\n\n/**\n * An object that represents a scope map for a container registry.\n */\nexport interface ScopeMap extends ProxyResource {\n /**\n * The user friendly description of the scope map.\n */\n description?: string;\n /**\n * The type of the scope map. E.g. BuildIn scope map.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly scopeMapType?: string;\n /**\n * The creation date of scope map.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n /**\n * Provisioning state of the resource. Possible values include: 'Creating', 'Updating',\n * 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The list of scoped permissions for registry artifacts.\n * E.g. repositories/repository-name/pull,\n * repositories/repository-name/delete\n */\n actions: string[];\n}\n\n/**\n * The properties for updating the scope map.\n */\nexport interface ScopeMapUpdateParameters {\n /**\n * The user friendly description of the scope map.\n */\n description?: string;\n /**\n * The list of scope permissions for registry artifacts.\n * E.g. repositories/repository-name/pull,\n * repositories/repository-name/delete\n */\n actions?: string[];\n}\n\n/**\n * The properties of a certificate used for authenticating a token.\n */\nexport interface TokenCertificate {\n /**\n * Possible values include: 'certificate1', 'certificate2'\n */\n name?: TokenCertificateName;\n /**\n * The expiry datetime of the certificate.\n */\n expiry?: Date;\n /**\n * The thumbprint of the certificate.\n */\n thumbprint?: string;\n /**\n * Base 64 encoded string of the public certificate1 in PEM format that will be used for\n * authenticating the token.\n */\n encodedPemCertificate?: string;\n}\n\n/**\n * The password that will be used for authenticating the token of a container registry.\n */\nexport interface TokenPassword {\n /**\n * The password created datetime of the password.\n */\n creationTime?: Date;\n /**\n * The expiry datetime of the password.\n */\n expiry?: Date;\n /**\n * The password name \"password\" or \"password2\". Possible values include: 'password1', 'password2'\n */\n name?: TokenPasswordName;\n /**\n * The password value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n}\n\n/**\n * The properties of the credentials that can be used for authenticating the token.\n */\nexport interface TokenCredentialsProperties {\n certificates?: TokenCertificate[];\n passwords?: TokenPassword[];\n}\n\n/**\n * An object that represents a token for a container registry.\n */\nexport interface Token extends ProxyResource {\n /**\n * The creation date of scope map.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n /**\n * Provisioning state of the resource. Possible values include: 'Creating', 'Updating',\n * 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The resource ID of the scope map to which the token will be associated with.\n */\n scopeMapId?: string;\n /**\n * The user/group/application object ID for which the token has to be created.\n */\n objectId?: string;\n /**\n * The credentials that can be used for authenticating the token.\n */\n credentials?: TokenCredentialsProperties;\n /**\n * The status of the token example enabled or disabled. Possible values include: 'enabled',\n * 'disabled'\n */\n status?: Status;\n}\n\n/**\n * The parameters for updating a token.\n */\nexport interface TokenUpdateParameters {\n /**\n * The resource ID of the scope map to which the token will be associated with.\n */\n scopeMapId?: string;\n /**\n * The status of the token example enabled or disabled. Possible values include: 'enabled',\n * 'disabled'\n */\n status?: Status;\n /**\n * The credentials that can be used for authenticating the token.\n */\n credentials?: TokenCredentialsProperties;\n}\n\n/**\n * The parameters used to generate credentials for a specified token or user of a container\n * registry.\n */\nexport interface GenerateCredentialsParameters {\n /**\n * The resource ID of the token for which credentials have to be generated.\n */\n tokenId?: string;\n /**\n * The expiry date of the generated credentials after which the credentials become invalid.\n * Default value: new Date('9999-12-31T15:59:59.9999999-08:00').\n */\n expiry?: Date;\n /**\n * Specifies name of the password which should be regenerated if any -- password or password2.\n * Possible values include: 'password1', 'password2'\n */\n name?: TokenPasswordName;\n}\n\n/**\n * The response from the GenerateCredentials operation.\n */\nexport interface GenerateCredentialsResult {\n /**\n * The username for a container registry.\n */\n username?: string;\n /**\n * The list of passwords for a container registry.\n */\n passwords?: TokenPassword[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RunsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed\n * string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed.\n */\n filter?: string;\n /**\n * $top is supported for get list of runs, which limits the maximum number of runs to return.\n */\n top?: number;\n}\n\n/**\n * An interface representing ContainerRegistryManagementClientOptions.\n */\nexport interface ContainerRegistryManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The result of a request to list container registries.\n * @extends Array<Registry>\n */\nexport interface RegistryListResult extends Array<Registry> {\n /**\n * The URI that can be used to request the next list of container registries.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of a request to list container registry operations.\n * @extends Array<OperationDefinition>\n */\nexport interface OperationListResult extends Array<OperationDefinition> {\n /**\n * The URI that can be used to request the next list of container registry operations.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of a request to list replications for a container registry.\n * @extends Array<Replication>\n */\nexport interface ReplicationListResult extends Array<Replication> {\n /**\n * The URI that can be used to request the next list of replications.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of a request to list webhooks for a container registry.\n * @extends Array<Webhook>\n */\nexport interface WebhookListResult extends Array<Webhook> {\n /**\n * The URI that can be used to request the next list of webhooks.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of a request to list events for a webhook.\n * @extends Array<Event>\n */\nexport interface EventListResult extends Array<Event> {\n /**\n * The URI that can be used to request the next list of events.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of runs.\n * @extends Array<Run>\n */\nexport interface RunListResult extends Array<Run> {\n /**\n * The URI that can be used to request the next set of paged results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The collection of tasks.\n * @extends Array<Task>\n */\nexport interface TaskListResult extends Array<Task> {\n /**\n * The URI that can be used to request the next set of paged results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of a request to list scope maps for a container registry.\n * @extends Array<ScopeMap>\n */\nexport interface ScopeMapListResult extends Array<ScopeMap> {\n /**\n * The URI that can be used to request the next list of scope maps.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of a request to list tokens for a container registry.\n * @extends Array<Token>\n */\nexport interface TokenListResult extends Array<Token> {\n /**\n * The URI that can be used to request the next list of tokens.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for ImportMode.\n * Possible values include: 'NoForce', 'Force'\n * @readonly\n * @enum {string}\n */\nexport type ImportMode = 'NoForce' | 'Force';\n\n/**\n * Defines values for SkuName.\n * Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type SkuName = 'Classic' | 'Basic' | 'Standard' | 'Premium';\n\n/**\n * Defines values for SkuTier.\n * Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type SkuTier = 'Classic' | 'Basic' | 'Standard' | 'Premium';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled';\n\n/**\n * Defines values for DefaultAction.\n * Possible values include: 'Allow', 'Deny'\n * @readonly\n * @enum {string}\n */\nexport type DefaultAction = 'Allow' | 'Deny';\n\n/**\n * Defines values for Action.\n * Possible values include: 'Allow'\n * @readonly\n * @enum {string}\n */\nexport type Action = 'Allow';\n\n/**\n * Defines values for PolicyStatus.\n * Possible values include: 'enabled', 'disabled'\n * @readonly\n * @enum {string}\n */\nexport type PolicyStatus = 'enabled' | 'disabled';\n\n/**\n * Defines values for TrustPolicyType.\n * Possible values include: 'Notary'\n * @readonly\n * @enum {string}\n */\nexport type TrustPolicyType = 'Notary';\n\n/**\n * Defines values for PasswordName.\n * Possible values include: 'password', 'password2'\n * @readonly\n * @enum {string}\n */\nexport type PasswordName = 'password' | 'password2';\n\n/**\n * Defines values for RegistryUsageUnit.\n * Possible values include: 'Count', 'Bytes'\n * @readonly\n * @enum {string}\n */\nexport type RegistryUsageUnit = 'Count' | 'Bytes';\n\n/**\n * Defines values for WebhookStatus.\n * Possible values include: 'enabled', 'disabled'\n * @readonly\n * @enum {string}\n */\nexport type WebhookStatus = 'enabled' | 'disabled';\n\n/**\n * Defines values for WebhookAction.\n * Possible values include: 'push', 'delete', 'quarantine', 'chart_push', 'chart_delete'\n * @readonly\n * @enum {string}\n */\nexport type WebhookAction = 'push' | 'delete' | 'quarantine' | 'chart_push' | 'chart_delete';\n\n/**\n * Defines values for RunStatus.\n * Possible values include: 'Queued', 'Started', 'Running', 'Succeeded', 'Failed', 'Canceled',\n * 'Error', 'Timeout'\n * @readonly\n * @enum {string}\n */\nexport type RunStatus = 'Queued' | 'Started' | 'Running' | 'Succeeded' | 'Failed' | 'Canceled' | 'Error' | 'Timeout';\n\n/**\n * Defines values for RunType.\n * Possible values include: 'QuickBuild', 'QuickRun', 'AutoBuild', 'AutoRun'\n * @readonly\n * @enum {string}\n */\nexport type RunType = 'QuickBuild' | 'QuickRun' | 'AutoBuild' | 'AutoRun';\n\n/**\n * Defines values for OS.\n * Possible values include: 'Windows', 'Linux'\n * @readonly\n * @enum {string}\n */\nexport type OS = 'Windows' | 'Linux';\n\n/**\n * Defines values for Architecture.\n * Possible values include: 'amd64', 'x86', '386', 'arm', 'arm64'\n * @readonly\n * @enum {string}\n */\nexport type Architecture = 'amd64' | 'x86' | '386' | 'arm' | 'arm64';\n\n/**\n * Defines values for Variant.\n * Possible values include: 'v6', 'v7', 'v8'\n * @readonly\n * @enum {string}\n */\nexport type Variant = 'v6' | 'v7' | 'v8';\n\n/**\n * Defines values for ResourceIdentityType.\n * Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned',\n * 'None'\n * @readonly\n * @enum {string}\n */\nexport type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned' | 'None';\n\n/**\n * Defines values for TaskStatus.\n * Possible values include: 'Disabled', 'Enabled'\n * @readonly\n * @enum {string}\n */\nexport type TaskStatus = 'Disabled' | 'Enabled';\n\n/**\n * Defines values for BaseImageDependencyType.\n * Possible values include: 'BuildTime', 'RunTime'\n * @readonly\n * @enum {string}\n */\nexport type BaseImageDependencyType = 'BuildTime' | 'RunTime';\n\n/**\n * Defines values for TriggerStatus.\n * Possible values include: 'Disabled', 'Enabled'\n * @readonly\n * @enum {string}\n */\nexport type TriggerStatus = 'Disabled' | 'Enabled';\n\n/**\n * Defines values for SourceControlType.\n * Possible values include: 'Github', 'VisualStudioTeamService'\n * @readonly\n * @enum {string}\n */\nexport type SourceControlType = 'Github' | 'VisualStudioTeamService';\n\n/**\n * Defines values for TokenType.\n * Possible values include: 'PAT', 'OAuth'\n * @readonly\n * @enum {string}\n */\nexport type TokenType = 'PAT' | 'OAuth';\n\n/**\n * Defines values for SourceTriggerEvent.\n * Possible values include: 'commit', 'pullrequest'\n * @readonly\n * @enum {string}\n */\nexport type SourceTriggerEvent = 'commit' | 'pullrequest';\n\n/**\n * Defines values for BaseImageTriggerType.\n * Possible values include: 'All', 'Runtime'\n * @readonly\n * @enum {string}\n */\nexport type BaseImageTriggerType = 'All' | 'Runtime';\n\n/**\n * Defines values for UpdateTriggerPayloadType.\n * Possible values include: 'Default', 'Token'\n * @readonly\n * @enum {string}\n */\nexport type UpdateTriggerPayloadType = 'Default' | 'Token';\n\n/**\n * Defines values for SourceRegistryLoginMode.\n * Possible values include: 'None', 'Default'\n * @readonly\n * @enum {string}\n */\nexport type SourceRegistryLoginMode = 'None' | 'Default';\n\n/**\n * Defines values for SecretObjectType.\n * Possible values include: 'Opaque', 'Vaultsecret'\n * @readonly\n * @enum {string}\n */\nexport type SecretObjectType = 'Opaque' | 'Vaultsecret';\n\n/**\n * Defines values for TokenCertificateName.\n * Possible values include: 'certificate1', 'certificate2'\n * @readonly\n * @enum {string}\n */\nexport type TokenCertificateName = 'certificate1' | 'certificate2';\n\n/**\n * Defines values for TokenPasswordName.\n * Possible values include: 'password1', 'password2'\n * @readonly\n * @enum {string}\n */\nexport type TokenPasswordName = 'password1' | 'password2';\n\n/**\n * Defines values for Status.\n * Possible values include: 'enabled', 'disabled'\n * @readonly\n * @enum {string}\n */\nexport type Status = 'enabled' | 'disabled';\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type RegistriesCheckNameAvailabilityResponse = RegistryNameStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistryNameStatus;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type RegistriesGetResponse = Registry & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Registry;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type RegistriesCreateResponse = Registry & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Registry;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type RegistriesUpdateResponse = Registry & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Registry;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type RegistriesListByResourceGroupResponse = RegistryListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistryListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type RegistriesListResponse = RegistryListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistryListResult;\n };\n};\n\n/**\n * Contains response data for the listCredentials operation.\n */\nexport type RegistriesListCredentialsResponse = RegistryListCredentialsResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistryListCredentialsResult;\n };\n};\n\n/**\n * Contains response data for the regenerateCredential operation.\n */\nexport type RegistriesRegenerateCredentialResponse = RegistryListCredentialsResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistryListCredentialsResult;\n };\n};\n\n/**\n * Contains response data for the listUsages operation.\n */\nexport type RegistriesListUsagesResponse = RegistryUsageListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistryUsageListResult;\n };\n};\n\n/**\n * Contains response data for the scheduleRun operation.\n */\nexport type RegistriesScheduleRunResponse = Run & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Run;\n };\n};\n\n/**\n * Contains response data for the getBuildSourceUploadUrl operation.\n */\nexport type RegistriesGetBuildSourceUploadUrlResponse = SourceUploadDefinition & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SourceUploadDefinition;\n };\n};\n\n/**\n * Contains response data for the generateCredentials operation.\n */\nexport type RegistriesGenerateCredentialsResponse = GenerateCredentialsResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: GenerateCredentialsResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type RegistriesBeginCreateResponse = Registry & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Registry;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type RegistriesBeginUpdateResponse = Registry & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Registry;\n };\n};\n\n/**\n * Contains response data for the beginScheduleRun operation.\n */\nexport type RegistriesBeginScheduleRunResponse = Run & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Run;\n };\n};\n\n/**\n * Contains response data for the beginGenerateCredentials operation.\n */\nexport type RegistriesBeginGenerateCredentialsResponse = GenerateCredentialsResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: GenerateCredentialsResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type RegistriesListByResourceGroupNextResponse = RegistryListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistryListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type RegistriesListNextResponse = RegistryListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RegistryListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ReplicationsGetResponse = Replication & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Replication;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type ReplicationsCreateResponse = Replication & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Replication;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ReplicationsUpdateResponse = Replication & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Replication;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ReplicationsListResponse = ReplicationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ReplicationListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type ReplicationsBeginCreateResponse = Replication & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Replication;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ReplicationsBeginUpdateResponse = Replication & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Replication;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ReplicationsListNextResponse = ReplicationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ReplicationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type WebhooksGetResponse = Webhook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Webhook;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type WebhooksCreateResponse = Webhook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Webhook;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type WebhooksUpdateResponse = Webhook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Webhook;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type WebhooksListResponse = WebhookListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebhookListResult;\n };\n};\n\n/**\n * Contains response data for the ping operation.\n */\nexport type WebhooksPingResponse = EventInfo & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EventInfo;\n };\n};\n\n/**\n * Contains response data for the getCallbackConfig operation.\n */\nexport type WebhooksGetCallbackConfigResponse = CallbackConfig & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CallbackConfig;\n };\n};\n\n/**\n * Contains response data for the listEvents operation.\n */\nexport type WebhooksListEventsResponse = EventListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EventListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type WebhooksBeginCreateResponse = Webhook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Webhook;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type WebhooksBeginUpdateResponse = Webhook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Webhook;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type WebhooksListNextResponse = WebhookListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebhookListResult;\n };\n};\n\n/**\n * Contains response data for the listEventsNext operation.\n */\nexport type WebhooksListEventsNextResponse = EventListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EventListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type RunsListResponse = RunListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RunListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type RunsGetResponse = Run & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Run;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type RunsUpdateResponse = Run & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Run;\n };\n};\n\n/**\n * Contains response data for the getLogSasUrl operation.\n */\nexport type RunsGetLogSasUrlResponse = RunGetLogResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RunGetLogResult;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type RunsBeginUpdateResponse = Run & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Run;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type RunsListNextResponse = RunListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RunListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type TasksListResponse = TaskListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TaskListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TasksGetResponse = Task & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Task;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type TasksCreateResponse = Task & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Task;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type TasksUpdateResponse = Task & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Task;\n };\n};\n\n/**\n * Contains response data for the getDetails operation.\n */\nexport type TasksGetDetailsResponse = Task & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Task;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type TasksBeginCreateResponse = Task & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Task;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type TasksBeginUpdateResponse = Task & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Task;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type TasksListNextResponse = TaskListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TaskListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ScopeMapsGetResponse = ScopeMap & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScopeMap;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type ScopeMapsCreateResponse = ScopeMap & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScopeMap;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ScopeMapsUpdateResponse = ScopeMap & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScopeMap;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ScopeMapsListResponse = ScopeMapListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScopeMapListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type ScopeMapsBeginCreateResponse = ScopeMap & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScopeMap;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ScopeMapsBeginUpdateResponse = ScopeMap & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScopeMap;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ScopeMapsListNextResponse = ScopeMapListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScopeMapListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TokensGetResponse = Token & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Token;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type TokensCreateResponse = Token & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Token;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type TokensUpdateResponse = Token & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Token;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type TokensListResponse = TokenListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TokenListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type TokensBeginCreateResponse = Token & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Token;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type TokensBeginUpdateResponse = Token & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Token;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type TokensListNextResponse = TokenListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TokenListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const ImportSourceCredentials: msRest.CompositeMapper = {\n serializedName: \"ImportSourceCredentials\",\n type: {\n name: \"Composite\",\n className: \"ImportSourceCredentials\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n password: {\n required: true,\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImportSource: msRest.CompositeMapper = {\n serializedName: \"ImportSource\",\n type: {\n name: \"Composite\",\n className: \"ImportSource\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n registryUri: {\n serializedName: \"registryUri\",\n type: {\n name: \"String\"\n }\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"ImportSourceCredentials\"\n }\n },\n sourceImage: {\n required: true,\n serializedName: \"sourceImage\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImportImageParameters: msRest.CompositeMapper = {\n serializedName: \"ImportImageParameters\",\n type: {\n name: \"Composite\",\n className: \"ImportImageParameters\",\n modelProperties: {\n source: {\n required: true,\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"ImportSource\"\n }\n },\n targetTags: {\n serializedName: \"targetTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n untaggedTargetRepositories: {\n serializedName: \"untaggedTargetRepositories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n mode: {\n serializedName: \"mode\",\n defaultValue: 'NoForce',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistryNameCheckRequest: msRest.CompositeMapper = {\n serializedName: \"RegistryNameCheckRequest\",\n type: {\n name: \"Composite\",\n className: \"RegistryNameCheckRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9]*$/\n },\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'Microsoft.ContainerRegistry/registries',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistryNameStatus: msRest.CompositeMapper = {\n serializedName: \"RegistryNameStatus\",\n type: {\n name: \"Composite\",\n className: \"RegistryNameStatus\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplayDefinition: msRest.CompositeMapper = {\n serializedName: \"OperationDisplayDefinition\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayDefinition\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetricSpecificationDefinition: msRest.CompositeMapper = {\n serializedName: \"OperationMetricSpecificationDefinition\",\n type: {\n name: \"Composite\",\n className: \"OperationMetricSpecificationDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n internalMetricName: {\n serializedName: \"internalMetricName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationServiceSpecificationDefinition: msRest.CompositeMapper = {\n serializedName: \"OperationServiceSpecificationDefinition\",\n type: {\n name: \"Composite\",\n className: \"OperationServiceSpecificationDefinition\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetricSpecificationDefinition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationDefinition: msRest.CompositeMapper = {\n serializedName: \"OperationDefinition\",\n type: {\n name: \"Composite\",\n className: \"OperationDefinition\",\n modelProperties: {\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayDefinition\"\n }\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationServiceSpecificationDefinition\"\n }\n }\n }\n }\n};\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n readOnly: true,\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Status1: msRest.CompositeMapper = {\n serializedName: \"Status\",\n type: {\n name: \"Composite\",\n className: \"Status1\",\n modelProperties: {\n displayStatus: {\n readOnly: true,\n serializedName: \"displayStatus\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n timestamp: {\n readOnly: true,\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountProperties: msRest.CompositeMapper = {\n serializedName: \"StorageAccountProperties\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\",\n modelProperties: {\n id: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRule: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkRule\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n modelProperties: {\n action: {\n serializedName: \"action\",\n defaultValue: 'Allow',\n type: {\n name: \"String\"\n }\n },\n virtualNetworkResourceId: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IPRule: msRest.CompositeMapper = {\n serializedName: \"IPRule\",\n type: {\n name: \"Composite\",\n className: \"IPRule\",\n modelProperties: {\n action: {\n serializedName: \"action\",\n defaultValue: 'Allow',\n type: {\n name: \"String\"\n }\n },\n iPAddressOrRange: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkRuleSet: msRest.CompositeMapper = {\n serializedName: \"NetworkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n defaultAction: {\n required: true,\n serializedName: \"defaultAction\",\n defaultValue: 'Allow',\n type: {\n name: \"String\"\n }\n },\n virtualNetworkRules: {\n serializedName: \"virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const QuarantinePolicy: msRest.CompositeMapper = {\n serializedName: \"QuarantinePolicy\",\n type: {\n name: \"Composite\",\n className: \"QuarantinePolicy\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrustPolicy: msRest.CompositeMapper = {\n serializedName: \"TrustPolicy\",\n type: {\n name: \"Composite\",\n className: \"TrustPolicy\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RetentionPolicy: msRest.CompositeMapper = {\n serializedName: \"RetentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n modelProperties: {\n days: {\n serializedName: \"days\",\n type: {\n name: \"Number\"\n }\n },\n lastUpdatedTime: {\n readOnly: true,\n serializedName: \"lastUpdatedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Policies: msRest.CompositeMapper = {\n serializedName: \"Policies\",\n type: {\n name: \"Composite\",\n className: \"Policies\",\n modelProperties: {\n quarantinePolicy: {\n serializedName: \"quarantinePolicy\",\n type: {\n name: \"Composite\",\n className: \"QuarantinePolicy\"\n }\n },\n trustPolicy: {\n serializedName: \"trustPolicy\",\n type: {\n name: \"Composite\",\n className: \"TrustPolicy\"\n }\n },\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Registry: msRest.CompositeMapper = {\n serializedName: \"Registry\",\n type: {\n name: \"Composite\",\n className: \"Registry\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n loginServer: {\n readOnly: true,\n serializedName: \"properties.loginServer\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"Status1\"\n }\n },\n adminUserEnabled: {\n serializedName: \"properties.adminUserEnabled\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n storageAccount: {\n serializedName: \"properties.storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\"\n }\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n policies: {\n serializedName: \"properties.policies\",\n type: {\n name: \"Composite\",\n className: \"Policies\"\n }\n }\n }\n }\n};\n\nexport const RegistryUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"RegistryUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"RegistryUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n adminUserEnabled: {\n serializedName: \"properties.adminUserEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n policies: {\n serializedName: \"properties.policies\",\n type: {\n name: \"Composite\",\n className: \"Policies\"\n }\n }\n }\n }\n};\n\nexport const RegistryPassword: msRest.CompositeMapper = {\n serializedName: \"RegistryPassword\",\n type: {\n name: \"Composite\",\n className: \"RegistryPassword\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"password\",\n \"password2\"\n ]\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistryListCredentialsResult: msRest.CompositeMapper = {\n serializedName: \"RegistryListCredentialsResult\",\n type: {\n name: \"Composite\",\n className: \"RegistryListCredentialsResult\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n passwords: {\n serializedName: \"passwords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegistryPassword\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RegenerateCredentialParameters: msRest.CompositeMapper = {\n serializedName: \"RegenerateCredentialParameters\",\n type: {\n name: \"Composite\",\n className: \"RegenerateCredentialParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"password\",\n \"password2\"\n ]\n }\n }\n }\n }\n};\n\nexport const RegistryUsage: msRest.CompositeMapper = {\n serializedName: \"RegistryUsage\",\n type: {\n name: \"Composite\",\n className: \"RegistryUsage\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistryUsageListResult: msRest.CompositeMapper = {\n serializedName: \"RegistryUsageListResult\",\n type: {\n name: \"Composite\",\n className: \"RegistryUsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegistryUsage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Replication: msRest.CompositeMapper = {\n serializedName: \"Replication\",\n type: {\n name: \"Composite\",\n className: \"Replication\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"Status1\"\n }\n }\n }\n }\n};\n\nexport const ReplicationUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ReplicationUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ReplicationUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Webhook: msRest.CompositeMapper = {\n serializedName: \"Webhook\",\n type: {\n name: \"Composite\",\n className: \"Webhook\",\n modelProperties: {\n ...Resource.type.modelProperties,\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n actions: {\n required: true,\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebhookCreateParameters: msRest.CompositeMapper = {\n serializedName: \"WebhookCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"WebhookCreateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n serviceUri: {\n required: true,\n serializedName: \"properties.serviceUri\",\n type: {\n name: \"String\"\n }\n },\n customHeaders: {\n serializedName: \"properties.customHeaders\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n actions: {\n required: true,\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WebhookUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"WebhookUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"WebhookUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n serviceUri: {\n serializedName: \"properties.serviceUri\",\n type: {\n name: \"String\"\n }\n },\n customHeaders: {\n serializedName: \"properties.customHeaders\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventInfo: msRest.CompositeMapper = {\n serializedName: \"EventInfo\",\n type: {\n name: \"Composite\",\n className: \"EventInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CallbackConfig: msRest.CompositeMapper = {\n serializedName: \"CallbackConfig\",\n type: {\n name: \"Composite\",\n className: \"CallbackConfig\",\n modelProperties: {\n serviceUri: {\n required: true,\n serializedName: \"serviceUri\",\n type: {\n name: \"String\"\n }\n },\n customHeaders: {\n serializedName: \"customHeaders\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Target: msRest.CompositeMapper = {\n serializedName: \"Target\",\n type: {\n name: \"Composite\",\n className: \"Target\",\n modelProperties: {\n mediaType: {\n serializedName: \"mediaType\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"Number\"\n }\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"String\"\n }\n },\n length: {\n serializedName: \"length\",\n type: {\n name: \"Number\"\n }\n },\n repository: {\n serializedName: \"repository\",\n type: {\n name: \"String\"\n }\n },\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Request: msRest.CompositeMapper = {\n serializedName: \"Request\",\n type: {\n name: \"Composite\",\n className: \"Request\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n addr: {\n serializedName: \"addr\",\n type: {\n name: \"String\"\n }\n },\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\"\n }\n },\n method: {\n serializedName: \"method\",\n type: {\n name: \"String\"\n }\n },\n useragent: {\n serializedName: \"useragent\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Actor: msRest.CompositeMapper = {\n serializedName: \"Actor\",\n type: {\n name: \"Composite\",\n className: \"Actor\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Source: msRest.CompositeMapper = {\n serializedName: \"Source\",\n type: {\n name: \"Composite\",\n className: \"Source\",\n modelProperties: {\n addr: {\n serializedName: \"addr\",\n type: {\n name: \"String\"\n }\n },\n instanceID: {\n serializedName: \"instanceID\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventContent: msRest.CompositeMapper = {\n serializedName: \"EventContent\",\n type: {\n name: \"Composite\",\n className: \"EventContent\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"Target\"\n }\n },\n request: {\n serializedName: \"request\",\n type: {\n name: \"Composite\",\n className: \"Request\"\n }\n },\n actor: {\n serializedName: \"actor\",\n type: {\n name: \"Composite\",\n className: \"Actor\"\n }\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"Source\"\n }\n }\n }\n }\n};\n\nexport const EventRequestMessage: msRest.CompositeMapper = {\n serializedName: \"EventRequestMessage\",\n type: {\n name: \"Composite\",\n className: \"EventRequestMessage\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"Composite\",\n className: \"EventContent\"\n }\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n method: {\n serializedName: \"method\",\n type: {\n name: \"String\"\n }\n },\n requestUri: {\n serializedName: \"requestUri\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventResponseMessage: msRest.CompositeMapper = {\n serializedName: \"EventResponseMessage\",\n type: {\n name: \"Composite\",\n className: \"EventResponseMessage\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"String\"\n }\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reasonPhrase: {\n serializedName: \"reasonPhrase\",\n type: {\n name: \"String\"\n }\n },\n statusCode: {\n serializedName: \"statusCode\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Event: msRest.CompositeMapper = {\n serializedName: \"Event\",\n type: {\n name: \"Composite\",\n className: \"Event\",\n modelProperties: {\n ...EventInfo.type.modelProperties,\n eventRequestMessage: {\n serializedName: \"eventRequestMessage\",\n type: {\n name: \"Composite\",\n className: \"EventRequestMessage\"\n }\n },\n eventResponseMessage: {\n serializedName: \"eventResponseMessage\",\n type: {\n name: \"Composite\",\n className: \"EventResponseMessage\"\n }\n }\n }\n }\n};\n\nexport const RunRequest: msRest.CompositeMapper = {\n serializedName: \"RunRequest\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"RunRequest\",\n className: \"RunRequest\",\n modelProperties: {\n isArchiveEnabled: {\n serializedName: \"isArchiveEnabled\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImageDescriptor: msRest.CompositeMapper = {\n serializedName: \"ImageDescriptor\",\n type: {\n name: \"Composite\",\n className: \"ImageDescriptor\",\n modelProperties: {\n registry: {\n serializedName: \"registry\",\n type: {\n name: \"String\"\n }\n },\n repository: {\n serializedName: \"repository\",\n type: {\n name: \"String\"\n }\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\"\n }\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImageUpdateTrigger: msRest.CompositeMapper = {\n serializedName: \"ImageUpdateTrigger\",\n type: {\n name: \"Composite\",\n className: \"ImageUpdateTrigger\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n images: {\n serializedName: \"images\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImageDescriptor\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SourceTriggerDescriptor: msRest.CompositeMapper = {\n serializedName: \"SourceTriggerDescriptor\",\n type: {\n name: \"Composite\",\n className: \"SourceTriggerDescriptor\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n eventType: {\n serializedName: \"eventType\",\n type: {\n name: \"String\"\n }\n },\n commitId: {\n serializedName: \"commitId\",\n type: {\n name: \"String\"\n }\n },\n pullRequestId: {\n serializedName: \"pullRequestId\",\n type: {\n name: \"String\"\n }\n },\n repositoryUrl: {\n serializedName: \"repositoryUrl\",\n type: {\n name: \"String\"\n }\n },\n branchName: {\n serializedName: \"branchName\",\n type: {\n name: \"String\"\n }\n },\n providerType: {\n serializedName: \"providerType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TimerTriggerDescriptor: msRest.CompositeMapper = {\n serializedName: \"TimerTriggerDescriptor\",\n type: {\n name: \"Composite\",\n className: \"TimerTriggerDescriptor\",\n modelProperties: {\n timerTriggerName: {\n serializedName: \"timerTriggerName\",\n type: {\n name: \"String\"\n }\n },\n scheduleOccurrence: {\n serializedName: \"scheduleOccurrence\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PlatformProperties: msRest.CompositeMapper = {\n serializedName: \"PlatformProperties\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\",\n modelProperties: {\n os: {\n required: true,\n serializedName: \"os\",\n type: {\n name: \"String\"\n }\n },\n architecture: {\n serializedName: \"architecture\",\n type: {\n name: \"String\"\n }\n },\n variant: {\n serializedName: \"variant\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentProperties: msRest.CompositeMapper = {\n serializedName: \"AgentProperties\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\",\n modelProperties: {\n cpu: {\n serializedName: \"cpu\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Run: msRest.CompositeMapper = {\n serializedName: \"Run\",\n type: {\n name: \"Composite\",\n className: \"Run\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n runId: {\n serializedName: \"properties.runId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n lastUpdatedTime: {\n serializedName: \"properties.lastUpdatedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n runType: {\n serializedName: \"properties.runType\",\n type: {\n name: \"String\"\n }\n },\n createTime: {\n serializedName: \"properties.createTime\",\n type: {\n name: \"DateTime\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n finishTime: {\n serializedName: \"properties.finishTime\",\n type: {\n name: \"DateTime\"\n }\n },\n outputImages: {\n serializedName: \"properties.outputImages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImageDescriptor\"\n }\n }\n }\n },\n task: {\n serializedName: \"properties.task\",\n type: {\n name: \"String\"\n }\n },\n imageUpdateTrigger: {\n serializedName: \"properties.imageUpdateTrigger\",\n type: {\n name: \"Composite\",\n className: \"ImageUpdateTrigger\"\n }\n },\n sourceTrigger: {\n serializedName: \"properties.sourceTrigger\",\n type: {\n name: \"Composite\",\n className: \"SourceTriggerDescriptor\"\n }\n },\n timerTrigger: {\n serializedName: \"properties.timerTrigger\",\n type: {\n name: \"Composite\",\n className: \"TimerTriggerDescriptor\"\n }\n },\n platform: {\n serializedName: \"properties.platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\"\n }\n },\n agentConfiguration: {\n serializedName: \"properties.agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\"\n }\n },\n sourceRegistryAuth: {\n serializedName: \"properties.sourceRegistryAuth\",\n type: {\n name: \"String\"\n }\n },\n customRegistries: {\n serializedName: \"properties.customRegistries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n runErrorMessage: {\n readOnly: true,\n serializedName: \"properties.runErrorMessage\",\n type: {\n name: \"String\"\n }\n },\n updateTriggerToken: {\n serializedName: \"properties.updateTriggerToken\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n isArchiveEnabled: {\n serializedName: \"properties.isArchiveEnabled\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SourceUploadDefinition: msRest.CompositeMapper = {\n serializedName: \"SourceUploadDefinition\",\n type: {\n name: \"Composite\",\n className: \"SourceUploadDefinition\",\n modelProperties: {\n uploadUrl: {\n serializedName: \"uploadUrl\",\n type: {\n name: \"String\"\n }\n },\n relativePath: {\n serializedName: \"relativePath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunFilter: msRest.CompositeMapper = {\n serializedName: \"RunFilter\",\n type: {\n name: \"Composite\",\n className: \"RunFilter\",\n modelProperties: {\n runId: {\n serializedName: \"runId\",\n type: {\n name: \"String\"\n }\n },\n runType: {\n serializedName: \"runType\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n createTime: {\n serializedName: \"createTime\",\n type: {\n name: \"DateTime\"\n }\n },\n finishTime: {\n serializedName: \"finishTime\",\n type: {\n name: \"DateTime\"\n }\n },\n outputImageManifests: {\n serializedName: \"outputImageManifests\",\n type: {\n name: \"String\"\n }\n },\n isArchiveEnabled: {\n serializedName: \"isArchiveEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n taskName: {\n serializedName: \"taskName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"RunUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"RunUpdateParameters\",\n modelProperties: {\n isArchiveEnabled: {\n serializedName: \"isArchiveEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const RunGetLogResult: msRest.CompositeMapper = {\n serializedName: \"RunGetLogResult\",\n type: {\n name: \"Composite\",\n className: \"RunGetLogResult\",\n modelProperties: {\n logLink: {\n serializedName: \"logLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserIdentityProperties: msRest.CompositeMapper = {\n serializedName: \"UserIdentityProperties\",\n type: {\n name: \"Composite\",\n className: \"UserIdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IdentityProperties: msRest.CompositeMapper = {\n serializedName: \"IdentityProperties\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"SystemAssigned, UserAssigned\",\n \"None\"\n ]\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserIdentityProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BaseImageDependency: msRest.CompositeMapper = {\n serializedName: \"BaseImageDependency\",\n type: {\n name: \"Composite\",\n className: \"BaseImageDependency\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n registry: {\n serializedName: \"registry\",\n type: {\n name: \"String\"\n }\n },\n repository: {\n serializedName: \"repository\",\n type: {\n name: \"String\"\n }\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\"\n }\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TaskStepProperties: msRest.CompositeMapper = {\n serializedName: \"TaskStepProperties\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"TaskStepProperties\",\n className: \"TaskStepProperties\",\n modelProperties: {\n baseImageDependencies: {\n readOnly: true,\n serializedName: \"baseImageDependencies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BaseImageDependency\"\n }\n }\n }\n },\n contextPath: {\n serializedName: \"contextPath\",\n type: {\n name: \"String\"\n }\n },\n contextAccessToken: {\n serializedName: \"contextAccessToken\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TimerTrigger: msRest.CompositeMapper = {\n serializedName: \"TimerTrigger\",\n type: {\n name: \"Composite\",\n className: \"TimerTrigger\",\n modelProperties: {\n schedule: {\n required: true,\n serializedName: \"schedule\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AuthInfo: msRest.CompositeMapper = {\n serializedName: \"AuthInfo\",\n type: {\n name: \"Composite\",\n className: \"AuthInfo\",\n modelProperties: {\n tokenType: {\n required: true,\n serializedName: \"tokenType\",\n type: {\n name: \"String\"\n }\n },\n token: {\n required: true,\n serializedName: \"token\",\n type: {\n name: \"String\"\n }\n },\n refreshToken: {\n serializedName: \"refreshToken\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n },\n expiresIn: {\n serializedName: \"expiresIn\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SourceProperties: msRest.CompositeMapper = {\n serializedName: \"SourceProperties\",\n type: {\n name: \"Composite\",\n className: \"SourceProperties\",\n modelProperties: {\n sourceControlType: {\n required: true,\n serializedName: \"sourceControlType\",\n type: {\n name: \"String\"\n }\n },\n repositoryUrl: {\n required: true,\n serializedName: \"repositoryUrl\",\n type: {\n name: \"String\"\n }\n },\n branch: {\n serializedName: \"branch\",\n type: {\n name: \"String\"\n }\n },\n sourceControlAuthProperties: {\n serializedName: \"sourceControlAuthProperties\",\n type: {\n name: \"Composite\",\n className: \"AuthInfo\"\n }\n }\n }\n }\n};\n\nexport const SourceTrigger: msRest.CompositeMapper = {\n serializedName: \"SourceTrigger\",\n type: {\n name: \"Composite\",\n className: \"SourceTrigger\",\n modelProperties: {\n sourceRepository: {\n required: true,\n serializedName: \"sourceRepository\",\n type: {\n name: \"Composite\",\n className: \"SourceProperties\"\n }\n },\n sourceTriggerEvents: {\n required: true,\n serializedName: \"sourceTriggerEvents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BaseImageTrigger: msRest.CompositeMapper = {\n serializedName: \"BaseImageTrigger\",\n type: {\n name: \"Composite\",\n className: \"BaseImageTrigger\",\n modelProperties: {\n baseImageTriggerType: {\n required: true,\n serializedName: \"baseImageTriggerType\",\n type: {\n name: \"String\"\n }\n },\n updateTriggerEndpoint: {\n serializedName: \"updateTriggerEndpoint\",\n type: {\n name: \"String\"\n }\n },\n updateTriggerPayloadType: {\n serializedName: \"updateTriggerPayloadType\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TriggerProperties: msRest.CompositeMapper = {\n serializedName: \"TriggerProperties\",\n type: {\n name: \"Composite\",\n className: \"TriggerProperties\",\n modelProperties: {\n timerTriggers: {\n serializedName: \"timerTriggers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimerTrigger\"\n }\n }\n }\n },\n sourceTriggers: {\n serializedName: \"sourceTriggers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceTrigger\"\n }\n }\n }\n },\n baseImageTrigger: {\n serializedName: \"baseImageTrigger\",\n type: {\n name: \"Composite\",\n className: \"BaseImageTrigger\"\n }\n }\n }\n }\n};\n\nexport const SourceRegistryCredentials: msRest.CompositeMapper = {\n serializedName: \"SourceRegistryCredentials\",\n type: {\n name: \"Composite\",\n className: \"SourceRegistryCredentials\",\n modelProperties: {\n loginMode: {\n serializedName: \"loginMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretObject: msRest.CompositeMapper = {\n serializedName: \"SecretObject\",\n type: {\n name: \"Composite\",\n className: \"SecretObject\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomRegistryCredentials: msRest.CompositeMapper = {\n serializedName: \"CustomRegistryCredentials\",\n type: {\n name: \"Composite\",\n className: \"CustomRegistryCredentials\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"Composite\",\n className: \"SecretObject\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"Composite\",\n className: \"SecretObject\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Credentials: msRest.CompositeMapper = {\n serializedName: \"Credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\",\n modelProperties: {\n sourceRegistry: {\n serializedName: \"sourceRegistry\",\n type: {\n name: \"Composite\",\n className: \"SourceRegistryCredentials\"\n }\n },\n customRegistries: {\n serializedName: \"customRegistries\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"CustomRegistryCredentials\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Task: msRest.CompositeMapper = {\n serializedName: \"Task\",\n type: {\n name: \"Composite\",\n className: \"Task\",\n modelProperties: {\n ...Resource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n platform: {\n required: true,\n serializedName: \"properties.platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\"\n }\n },\n agentConfiguration: {\n serializedName: \"properties.agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\"\n }\n },\n timeout: {\n serializedName: \"properties.timeout\",\n defaultValue: 3600,\n constraints: {\n InclusiveMaximum: 28800,\n InclusiveMinimum: 300\n },\n type: {\n name: \"Number\"\n }\n },\n step: {\n required: true,\n serializedName: \"properties.step\",\n type: {\n name: \"Composite\",\n className: \"TaskStepProperties\"\n }\n },\n trigger: {\n serializedName: \"properties.trigger\",\n type: {\n name: \"Composite\",\n className: \"TriggerProperties\"\n }\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\"\n }\n }\n }\n }\n};\n\nexport const PlatformUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"PlatformUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"PlatformUpdateParameters\",\n modelProperties: {\n os: {\n serializedName: \"os\",\n type: {\n name: \"String\"\n }\n },\n architecture: {\n serializedName: \"architecture\",\n type: {\n name: \"String\"\n }\n },\n variant: {\n serializedName: \"variant\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TaskStepUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"TaskStepUpdateParameters\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"TaskStepUpdateParameters\",\n className: \"TaskStepUpdateParameters\",\n modelProperties: {\n contextPath: {\n serializedName: \"contextPath\",\n type: {\n name: \"String\"\n }\n },\n contextAccessToken: {\n serializedName: \"contextAccessToken\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TimerTriggerUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"TimerTriggerUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"TimerTriggerUpdateParameters\",\n modelProperties: {\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AuthInfoUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"AuthInfoUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"AuthInfoUpdateParameters\",\n modelProperties: {\n tokenType: {\n serializedName: \"tokenType\",\n type: {\n name: \"String\"\n }\n },\n token: {\n serializedName: \"token\",\n type: {\n name: \"String\"\n }\n },\n refreshToken: {\n serializedName: \"refreshToken\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n },\n expiresIn: {\n serializedName: \"expiresIn\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SourceUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"SourceUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"SourceUpdateParameters\",\n modelProperties: {\n sourceControlType: {\n serializedName: \"sourceControlType\",\n type: {\n name: \"String\"\n }\n },\n repositoryUrl: {\n serializedName: \"repositoryUrl\",\n type: {\n name: \"String\"\n }\n },\n branch: {\n serializedName: \"branch\",\n type: {\n name: \"String\"\n }\n },\n sourceControlAuthProperties: {\n serializedName: \"sourceControlAuthProperties\",\n type: {\n name: \"Composite\",\n className: \"AuthInfoUpdateParameters\"\n }\n }\n }\n }\n};\n\nexport const SourceTriggerUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"SourceTriggerUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"SourceTriggerUpdateParameters\",\n modelProperties: {\n sourceRepository: {\n serializedName: \"sourceRepository\",\n type: {\n name: \"Composite\",\n className: \"SourceUpdateParameters\"\n }\n },\n sourceTriggerEvents: {\n serializedName: \"sourceTriggerEvents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BaseImageTriggerUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"BaseImageTriggerUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"BaseImageTriggerUpdateParameters\",\n modelProperties: {\n baseImageTriggerType: {\n serializedName: \"baseImageTriggerType\",\n type: {\n name: \"String\"\n }\n },\n updateTriggerEndpoint: {\n serializedName: \"updateTriggerEndpoint\",\n type: {\n name: \"String\"\n }\n },\n updateTriggerPayloadType: {\n serializedName: \"updateTriggerPayloadType\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TriggerUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"TriggerUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"TriggerUpdateParameters\",\n modelProperties: {\n timerTriggers: {\n serializedName: \"timerTriggers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimerTriggerUpdateParameters\"\n }\n }\n }\n },\n sourceTriggers: {\n serializedName: \"sourceTriggers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceTriggerUpdateParameters\"\n }\n }\n }\n },\n baseImageTrigger: {\n serializedName: \"baseImageTrigger\",\n type: {\n name: \"Composite\",\n className: \"BaseImageTriggerUpdateParameters\"\n }\n }\n }\n }\n};\n\nexport const TaskUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"TaskUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"TaskUpdateParameters\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n platform: {\n serializedName: \"properties.platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformUpdateParameters\"\n }\n },\n agentConfiguration: {\n serializedName: \"properties.agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\"\n }\n },\n timeout: {\n serializedName: \"properties.timeout\",\n type: {\n name: \"Number\"\n }\n },\n step: {\n serializedName: \"properties.step\",\n type: {\n name: \"Composite\",\n className: \"TaskStepUpdateParameters\"\n }\n },\n trigger: {\n serializedName: \"properties.trigger\",\n type: {\n name: \"Composite\",\n className: \"TriggerUpdateParameters\"\n }\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Argument: msRest.CompositeMapper = {\n serializedName: \"Argument\",\n type: {\n name: \"Composite\",\n className: \"Argument\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n isSecret: {\n serializedName: \"isSecret\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DockerBuildRequest: msRest.CompositeMapper = {\n serializedName: \"DockerBuildRequest\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,\n uberParent: \"RunRequest\",\n className: \"DockerBuildRequest\",\n modelProperties: {\n ...RunRequest.type.modelProperties,\n imageNames: {\n serializedName: \"imageNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n isPushEnabled: {\n serializedName: \"isPushEnabled\",\n defaultValue: true,\n type: {\n name: \"Boolean\"\n }\n },\n noCache: {\n serializedName: \"noCache\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n dockerFilePath: {\n required: true,\n serializedName: \"dockerFilePath\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n argumentsProperty: {\n serializedName: \"arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Argument\"\n }\n }\n }\n },\n timeout: {\n serializedName: \"timeout\",\n defaultValue: 3600,\n constraints: {\n InclusiveMaximum: 28800,\n InclusiveMinimum: 300\n },\n type: {\n name: \"Number\"\n }\n },\n platform: {\n required: true,\n serializedName: \"platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\"\n }\n },\n agentConfiguration: {\n serializedName: \"agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\"\n }\n },\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"String\"\n }\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\"\n }\n }\n }\n }\n};\n\nexport const SetValue: msRest.CompositeMapper = {\n serializedName: \"SetValue\",\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n isSecret: {\n serializedName: \"isSecret\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const FileTaskRunRequest: msRest.CompositeMapper = {\n serializedName: \"FileTaskRunRequest\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,\n uberParent: \"RunRequest\",\n className: \"FileTaskRunRequest\",\n modelProperties: {\n ...RunRequest.type.modelProperties,\n taskFilePath: {\n required: true,\n serializedName: \"taskFilePath\",\n type: {\n name: \"String\"\n }\n },\n valuesFilePath: {\n serializedName: \"valuesFilePath\",\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\"\n }\n }\n }\n },\n timeout: {\n serializedName: \"timeout\",\n defaultValue: 3600,\n constraints: {\n InclusiveMaximum: 28800,\n InclusiveMinimum: 300\n },\n type: {\n name: \"Number\"\n }\n },\n platform: {\n required: true,\n serializedName: \"platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\"\n }\n },\n agentConfiguration: {\n serializedName: \"agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\"\n }\n },\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"String\"\n }\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\"\n }\n }\n }\n }\n};\n\nexport const OverrideTaskStepProperties: msRest.CompositeMapper = {\n serializedName: \"OverrideTaskStepProperties\",\n type: {\n name: \"Composite\",\n className: \"OverrideTaskStepProperties\",\n modelProperties: {\n contextPath: {\n serializedName: \"contextPath\",\n type: {\n name: \"String\"\n }\n },\n file: {\n serializedName: \"file\",\n type: {\n name: \"String\"\n }\n },\n argumentsProperty: {\n serializedName: \"arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Argument\"\n }\n }\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\"\n }\n }\n }\n },\n updateTriggerToken: {\n serializedName: \"updateTriggerToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TaskRunRequest: msRest.CompositeMapper = {\n serializedName: \"TaskRunRequest\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,\n uberParent: \"RunRequest\",\n className: \"TaskRunRequest\",\n modelProperties: {\n ...RunRequest.type.modelProperties,\n taskId: {\n required: true,\n serializedName: \"taskId\",\n type: {\n name: \"String\"\n }\n },\n overrideTaskStepProperties: {\n serializedName: \"overrideTaskStepProperties\",\n type: {\n name: \"Composite\",\n className: \"OverrideTaskStepProperties\"\n }\n }\n }\n }\n};\n\nexport const EncodedTaskRunRequest: msRest.CompositeMapper = {\n serializedName: \"EncodedTaskRunRequest\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,\n uberParent: \"RunRequest\",\n className: \"EncodedTaskRunRequest\",\n modelProperties: {\n ...RunRequest.type.modelProperties,\n encodedTaskContent: {\n required: true,\n serializedName: \"encodedTaskContent\",\n type: {\n name: \"String\"\n }\n },\n encodedValuesContent: {\n serializedName: \"encodedValuesContent\",\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\"\n }\n }\n }\n },\n timeout: {\n serializedName: \"timeout\",\n defaultValue: 3600,\n constraints: {\n InclusiveMaximum: 28800,\n InclusiveMinimum: 300\n },\n type: {\n name: \"Number\"\n }\n },\n platform: {\n required: true,\n serializedName: \"platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\"\n }\n },\n agentConfiguration: {\n serializedName: \"agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\"\n }\n },\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"String\"\n }\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\"\n }\n }\n }\n }\n};\n\nexport const DockerBuildStep: msRest.CompositeMapper = {\n serializedName: \"Docker\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,\n uberParent: \"TaskStepProperties\",\n className: \"DockerBuildStep\",\n modelProperties: {\n ...TaskStepProperties.type.modelProperties,\n imageNames: {\n serializedName: \"imageNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n isPushEnabled: {\n serializedName: \"isPushEnabled\",\n defaultValue: true,\n type: {\n name: \"Boolean\"\n }\n },\n noCache: {\n serializedName: \"noCache\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n dockerFilePath: {\n required: true,\n serializedName: \"dockerFilePath\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n argumentsProperty: {\n serializedName: \"arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Argument\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FileTaskStep: msRest.CompositeMapper = {\n serializedName: \"FileTask\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,\n uberParent: \"TaskStepProperties\",\n className: \"FileTaskStep\",\n modelProperties: {\n ...TaskStepProperties.type.modelProperties,\n taskFilePath: {\n required: true,\n serializedName: \"taskFilePath\",\n type: {\n name: \"String\"\n }\n },\n valuesFilePath: {\n serializedName: \"valuesFilePath\",\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EncodedTaskStep: msRest.CompositeMapper = {\n serializedName: \"EncodedTask\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,\n uberParent: \"TaskStepProperties\",\n className: \"EncodedTaskStep\",\n modelProperties: {\n ...TaskStepProperties.type.modelProperties,\n encodedTaskContent: {\n required: true,\n serializedName: \"encodedTaskContent\",\n type: {\n name: \"String\"\n }\n },\n encodedValuesContent: {\n serializedName: \"encodedValuesContent\",\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DockerBuildStepUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"Docker\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: TaskStepUpdateParameters.type.polymorphicDiscriminator,\n uberParent: \"TaskStepUpdateParameters\",\n className: \"DockerBuildStepUpdateParameters\",\n modelProperties: {\n ...TaskStepUpdateParameters.type.modelProperties,\n imageNames: {\n serializedName: \"imageNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n isPushEnabled: {\n serializedName: \"isPushEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n noCache: {\n serializedName: \"noCache\",\n type: {\n name: \"Boolean\"\n }\n },\n dockerFilePath: {\n serializedName: \"dockerFilePath\",\n type: {\n name: \"String\"\n }\n },\n argumentsProperty: {\n serializedName: \"arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Argument\"\n }\n }\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileTaskStepUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"FileTask\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: TaskStepUpdateParameters.type.polymorphicDiscriminator,\n uberParent: \"TaskStepUpdateParameters\",\n className: \"FileTaskStepUpdateParameters\",\n modelProperties: {\n ...TaskStepUpdateParameters.type.modelProperties,\n taskFilePath: {\n serializedName: \"taskFilePath\",\n type: {\n name: \"String\"\n }\n },\n valuesFilePath: {\n serializedName: \"valuesFilePath\",\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EncodedTaskStepUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"EncodedTask\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: TaskStepUpdateParameters.type.polymorphicDiscriminator,\n uberParent: \"TaskStepUpdateParameters\",\n className: \"EncodedTaskStepUpdateParameters\",\n modelProperties: {\n ...TaskStepUpdateParameters.type.modelProperties,\n encodedTaskContent: {\n serializedName: \"encodedTaskContent\",\n type: {\n name: \"String\"\n }\n },\n encodedValuesContent: {\n serializedName: \"encodedValuesContent\",\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScopeMap: msRest.CompositeMapper = {\n serializedName: \"ScopeMap\",\n type: {\n name: \"Composite\",\n className: \"ScopeMap\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n scopeMapType: {\n readOnly: true,\n serializedName: \"properties.type\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n actions: {\n required: true,\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScopeMapUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ScopeMapUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ScopeMapUpdateParameters\",\n modelProperties: {\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TokenCertificate: msRest.CompositeMapper = {\n serializedName: \"TokenCertificate\",\n type: {\n name: \"Composite\",\n className: \"TokenCertificate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n expiry: {\n serializedName: \"expiry\",\n type: {\n name: \"DateTime\"\n }\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n type: {\n name: \"String\"\n }\n },\n encodedPemCertificate: {\n serializedName: \"encodedPemCertificate\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TokenPassword: msRest.CompositeMapper = {\n serializedName: \"TokenPassword\",\n type: {\n name: \"Composite\",\n className: \"TokenPassword\",\n modelProperties: {\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expiry: {\n serializedName: \"expiry\",\n type: {\n name: \"DateTime\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TokenCredentialsProperties: msRest.CompositeMapper = {\n serializedName: \"TokenCredentialsProperties\",\n type: {\n name: \"Composite\",\n className: \"TokenCredentialsProperties\",\n modelProperties: {\n certificates: {\n serializedName: \"certificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TokenCertificate\"\n }\n }\n }\n },\n passwords: {\n serializedName: \"passwords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TokenPassword\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Token: msRest.CompositeMapper = {\n serializedName: \"Token\",\n type: {\n name: \"Composite\",\n className: \"Token\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n scopeMapId: {\n serializedName: \"properties.scopeMapId\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"properties.objectId\",\n type: {\n name: \"String\"\n }\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"TokenCredentialsProperties\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TokenUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"TokenUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"TokenUpdateParameters\",\n modelProperties: {\n scopeMapId: {\n serializedName: \"properties.scopeMapId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"TokenCredentialsProperties\"\n }\n }\n }\n }\n};\n\nexport const GenerateCredentialsParameters: msRest.CompositeMapper = {\n serializedName: \"GenerateCredentialsParameters\",\n type: {\n name: \"Composite\",\n className: \"GenerateCredentialsParameters\",\n modelProperties: {\n tokenId: {\n serializedName: \"tokenId\",\n type: {\n name: \"String\"\n }\n },\n expiry: {\n serializedName: \"expiry\",\n defaultValue: new Date('9999-12-31T15:59:59.9999999-08:00'),\n type: {\n name: \"DateTime\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GenerateCredentialsResult: msRest.CompositeMapper = {\n serializedName: \"GenerateCredentialsResult\",\n type: {\n name: \"Composite\",\n className: \"GenerateCredentialsResult\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n passwords: {\n serializedName: \"passwords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TokenPassword\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RegistryListResult: msRest.CompositeMapper = {\n serializedName: \"RegistryListResult\",\n type: {\n name: \"Composite\",\n className: \"RegistryListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Registry\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationDefinition\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ReplicationListResult: msRest.CompositeMapper = {\n serializedName: \"ReplicationListResult\",\n type: {\n name: \"Composite\",\n className: \"ReplicationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Replication\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebhookListResult: msRest.CompositeMapper = {\n serializedName: \"WebhookListResult\",\n type: {\n name: \"Composite\",\n className: \"WebhookListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Webhook\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventListResult: msRest.CompositeMapper = {\n serializedName: \"EventListResult\",\n type: {\n name: \"Composite\",\n className: \"EventListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Event\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunListResult: msRest.CompositeMapper = {\n serializedName: \"RunListResult\",\n type: {\n name: \"Composite\",\n className: \"RunListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Run\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TaskListResult: msRest.CompositeMapper = {\n serializedName: \"TaskListResult\",\n type: {\n name: \"Composite\",\n className: \"TaskListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Task\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScopeMapListResult: msRest.CompositeMapper = {\n serializedName: \"ScopeMapListResult\",\n type: {\n name: \"Composite\",\n className: \"ScopeMapListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScopeMap\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TokenListResult: msRest.CompositeMapper = {\n serializedName: \"TokenListResult\",\n type: {\n name: \"Composite\",\n className: \"TokenListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Token\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n 'RunRequest' : RunRequest,\n 'TaskStepProperties' : TaskStepProperties,\n 'TaskStepUpdateParameters' : TaskStepUpdateParameters,\n 'RunRequest.DockerBuildRequest' : DockerBuildRequest,\n 'RunRequest.FileTaskRunRequest' : FileTaskRunRequest,\n 'RunRequest.TaskRunRequest' : TaskRunRequest,\n 'RunRequest.EncodedTaskRunRequest' : EncodedTaskRunRequest,\n 'TaskStepProperties.Docker' : DockerBuildStep,\n 'TaskStepProperties.FileTask' : FileTaskStep,\n 'TaskStepProperties.EncodedTask' : EncodedTaskStep,\n 'TaskStepUpdateParameters.Docker' : DockerBuildStepUpdateParameters,\n 'TaskStepUpdateParameters.FileTask' : FileTaskStepUpdateParameters,\n 'TaskStepUpdateParameters.EncodedTask' : EncodedTaskStepUpdateParameters\n\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AgentProperties,\n Argument,\n AuthInfo,\n BaseImageDependency,\n BaseImageTrigger,\n BaseResource,\n CloudError,\n Credentials,\n CustomRegistryCredentials,\n DockerBuildRequest,\n DockerBuildStep,\n EncodedTaskRunRequest,\n EncodedTaskStep,\n FileTaskRunRequest,\n FileTaskStep,\n GenerateCredentialsParameters,\n GenerateCredentialsResult,\n IdentityProperties,\n ImageDescriptor,\n ImageUpdateTrigger,\n ImportImageParameters,\n ImportSource,\n ImportSourceCredentials,\n IPRule,\n NetworkRuleSet,\n OverrideTaskStepProperties,\n PlatformProperties,\n Policies,\n ProxyResource,\n QuarantinePolicy,\n RegenerateCredentialParameters,\n Registry,\n RegistryListCredentialsResult,\n RegistryListResult,\n RegistryNameCheckRequest,\n RegistryNameStatus,\n RegistryPassword,\n RegistryUpdateParameters,\n RegistryUsage,\n RegistryUsageListResult,\n Replication,\n Resource,\n RetentionPolicy,\n Run,\n RunRequest,\n ScopeMap,\n SecretObject,\n SetValue,\n Sku,\n SourceProperties,\n SourceRegistryCredentials,\n SourceTrigger,\n SourceTriggerDescriptor,\n SourceUploadDefinition,\n Status1,\n StorageAccountProperties,\n Task,\n TaskRunRequest,\n TaskStepProperties,\n TimerTrigger,\n TimerTriggerDescriptor,\n Token,\n TokenCertificate,\n TokenCredentialsProperties,\n TokenPassword,\n TriggerProperties,\n TrustPolicy,\n UserIdentityProperties,\n VirtualNetworkRule,\n Webhook\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion0: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2019-05-01',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion1: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2019-06-01-preview',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion2: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2019-05-01-preview',\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const registryName: msRest.OperationURLParameter = {\n parameterPath: \"registryName\",\n mapper: {\n required: true,\n serializedName: \"registryName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const replicationName: msRest.OperationURLParameter = {\n parameterPath: \"replicationName\",\n mapper: {\n required: true,\n serializedName: \"replicationName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const runId: msRest.OperationURLParameter = {\n parameterPath: \"runId\",\n mapper: {\n required: true,\n serializedName: \"runId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const scopeMapName: msRest.OperationURLParameter = {\n parameterPath: \"scopeMapName\",\n mapper: {\n required: true,\n serializedName: \"scopeMapName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9-]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const taskName: msRest.OperationURLParameter = {\n parameterPath: \"taskName\",\n mapper: {\n required: true,\n serializedName: \"taskName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9-_]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const tokenName: msRest.OperationURLParameter = {\n parameterPath: \"tokenName\",\n mapper: {\n required: true,\n serializedName: \"tokenName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9-]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const top: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\nexport const webhookName: msRest.OperationURLParameter = {\n parameterPath: \"webhookName\",\n mapper: {\n required: true,\n serializedName: \"webhookName\",\n constraints: {\n MaxLength: 50,\n MinLength: 5,\n Pattern: /^[a-zA-Z0-9]*$/\n },\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/registriesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerRegistryManagementClientContext } from \"../containerRegistryManagementClientContext\";\n\n/** Class representing a Registries. */\nexport class Registries {\n private readonly client: ContainerRegistryManagementClientContext;\n\n /**\n * Create a Registries.\n * @param {ContainerRegistryManagementClientContext} client Reference to the service client.\n */\n constructor(client: ContainerRegistryManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Copies an image to this container registry from the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param parameters The parameters specifying the image to copy and the source container registry.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n importImage(resourceGroupName: string, registryName: string, parameters: Models.ImportImageParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginImportImage(resourceGroupName,registryName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Checks whether the container registry name is available for use. The name must contain only\n * alphanumeric characters, be globally unique, and between 5 and 50 characters in length.\n * @param registryNameCheckRequest The object containing information for the availability request.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesCheckNameAvailabilityResponse>\n */\n checkNameAvailability(registryNameCheckRequest: Models.RegistryNameCheckRequest, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesCheckNameAvailabilityResponse>;\n /**\n * @param registryNameCheckRequest The object containing information for the availability request.\n * @param callback The callback\n */\n checkNameAvailability(registryNameCheckRequest: Models.RegistryNameCheckRequest, callback: msRest.ServiceCallback<Models.RegistryNameStatus>): void;\n /**\n * @param registryNameCheckRequest The object containing information for the availability request.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(registryNameCheckRequest: Models.RegistryNameCheckRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryNameStatus>): void;\n checkNameAvailability(registryNameCheckRequest: Models.RegistryNameCheckRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistryNameStatus>, callback?: msRest.ServiceCallback<Models.RegistryNameStatus>): Promise<Models.RegistriesCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n registryNameCheckRequest,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.RegistriesCheckNameAvailabilityResponse>;\n }\n\n /**\n * Gets the properties of the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesGetResponse>\n */\n get(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.Registry>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Registry>): void;\n get(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Registry>, callback?: msRest.ServiceCallback<Models.Registry>): Promise<Models.RegistriesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.RegistriesGetResponse>;\n }\n\n /**\n * Creates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param registry The parameters for creating a container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesCreateResponse>\n */\n create(resourceGroupName: string, registryName: string, registry: Models.Registry, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesCreateResponse> {\n return this.beginCreate(resourceGroupName,registryName,registry,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.RegistriesCreateResponse>;\n }\n\n /**\n * Deletes a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,registryName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param registryUpdateParameters The parameters for updating a container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesUpdateResponse>\n */\n update(resourceGroupName: string, registryName: string, registryUpdateParameters: Models.RegistryUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesUpdateResponse> {\n return this.beginUpdate(resourceGroupName,registryName,registryUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.RegistriesUpdateResponse>;\n }\n\n /**\n * Lists all the container registries under the specified resource group.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistryListResult>, callback?: msRest.ServiceCallback<Models.RegistryListResult>): Promise<Models.RegistriesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.RegistriesListByResourceGroupResponse>;\n }\n\n /**\n * Lists all the container registries under the specified subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.RegistryListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistryListResult>, callback?: msRest.ServiceCallback<Models.RegistryListResult>): Promise<Models.RegistriesListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.RegistriesListResponse>;\n }\n\n /**\n * Lists the login credentials for the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesListCredentialsResponse>\n */\n listCredentials(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListCredentialsResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n listCredentials(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n listCredentials(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): void;\n listCredentials(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistryListCredentialsResult>, callback?: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): Promise<Models.RegistriesListCredentialsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n listCredentialsOperationSpec,\n callback) as Promise<Models.RegistriesListCredentialsResponse>;\n }\n\n /**\n * Regenerates one of the login credentials for the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param regenerateCredentialParameters Specifies name of the password which should be regenerated\n * -- password or password2.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesRegenerateCredentialResponse>\n */\n regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: Models.RegenerateCredentialParameters, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesRegenerateCredentialResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param regenerateCredentialParameters Specifies name of the password which should be regenerated\n * -- password or password2.\n * @param callback The callback\n */\n regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: Models.RegenerateCredentialParameters, callback: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param regenerateCredentialParameters Specifies name of the password which should be regenerated\n * -- password or password2.\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: Models.RegenerateCredentialParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): void;\n regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: Models.RegenerateCredentialParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistryListCredentialsResult>, callback?: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): Promise<Models.RegistriesRegenerateCredentialResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n regenerateCredentialParameters,\n options\n },\n regenerateCredentialOperationSpec,\n callback) as Promise<Models.RegistriesRegenerateCredentialResponse>;\n }\n\n /**\n * Gets the quota usages for the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesListUsagesResponse>\n */\n listUsages(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListUsagesResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n listUsages(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.RegistryUsageListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n listUsages(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryUsageListResult>): void;\n listUsages(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistryUsageListResult>, callback?: msRest.ServiceCallback<Models.RegistryUsageListResult>): Promise<Models.RegistriesListUsagesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n listUsagesOperationSpec,\n callback) as Promise<Models.RegistriesListUsagesResponse>;\n }\n\n /**\n * Schedules a new run based on the request parameters and add it to the run queue.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runRequest The parameters of a run that needs to scheduled.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesScheduleRunResponse>\n */\n scheduleRun(resourceGroupName: string, registryName: string, runRequest: Models.RunRequestUnion, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesScheduleRunResponse> {\n return this.beginScheduleRun(resourceGroupName,registryName,runRequest,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.RegistriesScheduleRunResponse>;\n }\n\n /**\n * Get the upload location for the user to be able to upload the source.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesGetBuildSourceUploadUrlResponse>\n */\n getBuildSourceUploadUrl(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesGetBuildSourceUploadUrlResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n getBuildSourceUploadUrl(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.SourceUploadDefinition>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n getBuildSourceUploadUrl(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceUploadDefinition>): void;\n getBuildSourceUploadUrl(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SourceUploadDefinition>, callback?: msRest.ServiceCallback<Models.SourceUploadDefinition>): Promise<Models.RegistriesGetBuildSourceUploadUrlResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n getBuildSourceUploadUrlOperationSpec,\n callback) as Promise<Models.RegistriesGetBuildSourceUploadUrlResponse>;\n }\n\n /**\n * Generate keys for a token of a specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param generateCredentialsParameters The parameters for generating credentials.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesGenerateCredentialsResponse>\n */\n generateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: Models.GenerateCredentialsParameters, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesGenerateCredentialsResponse> {\n return this.beginGenerateCredentials(resourceGroupName,registryName,generateCredentialsParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.RegistriesGenerateCredentialsResponse>;\n }\n\n /**\n * Copies an image to this container registry from the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param parameters The parameters specifying the image to copy and the source container registry.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginImportImage(resourceGroupName: string, registryName: string, parameters: Models.ImportImageParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n parameters,\n options\n },\n beginImportImageOperationSpec,\n options);\n }\n\n /**\n * Creates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param registry The parameters for creating a container registry.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, registryName: string, registry: Models.Registry, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n registry,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param registryUpdateParameters The parameters for updating a container registry.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, registryName: string, registryUpdateParameters: Models.RegistryUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n registryUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Schedules a new run based on the request parameters and add it to the run queue.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runRequest The parameters of a run that needs to scheduled.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginScheduleRun(resourceGroupName: string, registryName: string, runRequest: Models.RunRequestUnion, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n runRequest,\n options\n },\n beginScheduleRunOperationSpec,\n options);\n }\n\n /**\n * Generate keys for a token of a specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param generateCredentialsParameters The parameters for generating credentials.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: Models.GenerateCredentialsParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n generateCredentialsParameters,\n options\n },\n beginGenerateCredentialsOperationSpec,\n options);\n }\n\n /**\n * Lists all the container registries under the specified resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistryListResult>, callback?: msRest.ServiceCallback<Models.RegistryListResult>): Promise<Models.RegistriesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.RegistriesListByResourceGroupNextResponse>;\n }\n\n /**\n * Lists all the container registries under the specified subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RegistriesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RegistryListResult>, callback?: msRest.ServiceCallback<Models.RegistryListResult>): Promise<Models.RegistriesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.RegistriesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"registryNameCheckRequest\",\n mapper: {\n ...Mappers.RegistryNameCheckRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.RegistryNameStatus\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Registry\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RegistryListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry/registries\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RegistryListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/listCredentials\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RegistryListCredentialsResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst regenerateCredentialOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/regenerateCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"regenerateCredentialParameters\",\n mapper: {\n ...Mappers.RegenerateCredentialParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.RegistryListCredentialsResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listUsagesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/listUsages\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RegistryUsageListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getBuildSourceUploadUrlOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/listBuildSourceUploadUrl\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SourceUploadDefinition\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginImportImageOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/importImage\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ImportImageParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"registry\",\n mapper: {\n ...Mappers.Registry,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Registry\n },\n 201: {\n bodyMapper: Mappers.Registry\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"registryUpdateParameters\",\n mapper: {\n ...Mappers.RegistryUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Registry\n },\n 201: {\n bodyMapper: Mappers.Registry\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginScheduleRunOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scheduleRun\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"runRequest\",\n mapper: {\n ...Mappers.RunRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Run\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginGenerateCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/generateCredentials\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"generateCredentialsParameters\",\n mapper: {\n ...Mappers.GenerateCredentialsParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.GenerateCredentialsResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RegistryListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RegistryListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n CloudError,\n OperationDefinition,\n OperationDisplayDefinition,\n OperationListResult,\n OperationMetricSpecificationDefinition,\n OperationServiceSpecificationDefinition\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerRegistryManagementClientContext } from \"../containerRegistryManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: ContainerRegistryManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {ContainerRegistryManagementClientContext} client Reference to the service client.\n */\n constructor(client: ContainerRegistryManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Azure Container Registry REST API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists all of the available Azure Container Registry REST API operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.ContainerRegistry/operations\",\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AgentProperties,\n Argument,\n AuthInfo,\n BaseImageDependency,\n BaseImageTrigger,\n BaseResource,\n CloudError,\n Credentials,\n CustomRegistryCredentials,\n DockerBuildStep,\n EncodedTaskStep,\n FileTaskStep,\n IdentityProperties,\n ImageDescriptor,\n ImageUpdateTrigger,\n IPRule,\n NetworkRuleSet,\n PlatformProperties,\n Policies,\n ProxyResource,\n QuarantinePolicy,\n Registry,\n Replication,\n ReplicationListResult,\n ReplicationUpdateParameters,\n Resource,\n RetentionPolicy,\n Run,\n ScopeMap,\n SecretObject,\n SetValue,\n Sku,\n SourceProperties,\n SourceRegistryCredentials,\n SourceTrigger,\n SourceTriggerDescriptor,\n Status1,\n StorageAccountProperties,\n Task,\n TaskStepProperties,\n TimerTrigger,\n TimerTriggerDescriptor,\n Token,\n TokenCertificate,\n TokenCredentialsProperties,\n TokenPassword,\n TriggerProperties,\n TrustPolicy,\n UserIdentityProperties,\n VirtualNetworkRule,\n Webhook\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/replicationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerRegistryManagementClientContext } from \"../containerRegistryManagementClientContext\";\n\n/** Class representing a Replications. */\nexport class Replications {\n private readonly client: ContainerRegistryManagementClientContext;\n\n /**\n * Create a Replications.\n * @param {ContainerRegistryManagementClientContext} client Reference to the service client.\n */\n constructor(client: ContainerRegistryManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the properties of the specified replication.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReplicationsGetResponse>\n */\n get(resourceGroupName: string, registryName: string, replicationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, replicationName: string, callback: msRest.ServiceCallback<Models.Replication>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, replicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Replication>): void;\n get(resourceGroupName: string, registryName: string, replicationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Replication>, callback?: msRest.ServiceCallback<Models.Replication>): Promise<Models.ReplicationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n replicationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ReplicationsGetResponse>;\n }\n\n /**\n * Creates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replication The parameters for creating a replication.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReplicationsCreateResponse>\n */\n create(resourceGroupName: string, registryName: string, replicationName: string, replication: Models.Replication, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsCreateResponse> {\n return this.beginCreate(resourceGroupName,registryName,replicationName,replication,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ReplicationsCreateResponse>;\n }\n\n /**\n * Deletes a replication from a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, registryName: string, replicationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,registryName,replicationName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replicationUpdateParameters The parameters for updating a replication.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReplicationsUpdateResponse>\n */\n update(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: Models.ReplicationUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,registryName,replicationName,replicationUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ReplicationsUpdateResponse>;\n }\n\n /**\n * Lists all the replications for the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReplicationsListResponse>\n */\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.ReplicationListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationListResult>): void;\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ReplicationListResult>, callback?: msRest.ServiceCallback<Models.ReplicationListResult>): Promise<Models.ReplicationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ReplicationsListResponse>;\n }\n\n /**\n * Creates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replication The parameters for creating a replication.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, registryName: string, replicationName: string, replication: Models.Replication, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n replicationName,\n replication,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a replication from a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, registryName: string, replicationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n replicationName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replicationUpdateParameters The parameters for updating a replication.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: Models.ReplicationUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n replicationName,\n replicationUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists all the replications for the specified container registry.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReplicationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ReplicationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ReplicationListResult>, callback?: msRest.ServiceCallback<Models.ReplicationListResult>): Promise<Models.ReplicationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ReplicationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.replicationName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Replication\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ReplicationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.replicationName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"replication\",\n mapper: {\n ...Mappers.Replication,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Replication\n },\n 201: {\n bodyMapper: Mappers.Replication\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.replicationName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.replicationName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"replicationUpdateParameters\",\n mapper: {\n ...Mappers.ReplicationUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Replication\n },\n 201: {\n bodyMapper: Mappers.Replication\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ReplicationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Actor,\n AgentProperties,\n Argument,\n AuthInfo,\n BaseImageDependency,\n BaseImageTrigger,\n BaseResource,\n CallbackConfig,\n CloudError,\n Credentials,\n CustomRegistryCredentials,\n DockerBuildStep,\n EncodedTaskStep,\n Event,\n EventContent,\n EventInfo,\n EventListResult,\n EventRequestMessage,\n EventResponseMessage,\n FileTaskStep,\n IdentityProperties,\n ImageDescriptor,\n ImageUpdateTrigger,\n IPRule,\n NetworkRuleSet,\n PlatformProperties,\n Policies,\n ProxyResource,\n QuarantinePolicy,\n Registry,\n Replication,\n Request,\n Resource,\n RetentionPolicy,\n Run,\n ScopeMap,\n SecretObject,\n SetValue,\n Sku,\n Source,\n SourceProperties,\n SourceRegistryCredentials,\n SourceTrigger,\n SourceTriggerDescriptor,\n Status1,\n StorageAccountProperties,\n Target,\n Task,\n TaskStepProperties,\n TimerTrigger,\n TimerTriggerDescriptor,\n Token,\n TokenCertificate,\n TokenCredentialsProperties,\n TokenPassword,\n TriggerProperties,\n TrustPolicy,\n UserIdentityProperties,\n VirtualNetworkRule,\n Webhook,\n WebhookCreateParameters,\n WebhookListResult,\n WebhookUpdateParameters\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/webhooksMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerRegistryManagementClientContext } from \"../containerRegistryManagementClientContext\";\n\n/** Class representing a Webhooks. */\nexport class Webhooks {\n private readonly client: ContainerRegistryManagementClientContext;\n\n /**\n * Create a Webhooks.\n * @param {ContainerRegistryManagementClientContext} client Reference to the service client.\n */\n constructor(client: ContainerRegistryManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the properties of the specified webhook.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksGetResponse>\n */\n get(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, webhookName: string, callback: msRest.ServiceCallback<Models.Webhook>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, webhookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Webhook>): void;\n get(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Webhook>, callback?: msRest.ServiceCallback<Models.Webhook>): Promise<Models.WebhooksGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n webhookName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.WebhooksGetResponse>;\n }\n\n /**\n * Creates a webhook for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param webhookCreateParameters The parameters for creating a webhook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksCreateResponse>\n */\n create(resourceGroupName: string, registryName: string, webhookName: string, webhookCreateParameters: Models.WebhookCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksCreateResponse> {\n return this.beginCreate(resourceGroupName,registryName,webhookName,webhookCreateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.WebhooksCreateResponse>;\n }\n\n /**\n * Deletes a webhook from a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,registryName,webhookName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates a webhook with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param webhookUpdateParameters The parameters for updating a webhook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksUpdateResponse>\n */\n update(resourceGroupName: string, registryName: string, webhookName: string, webhookUpdateParameters: Models.WebhookUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksUpdateResponse> {\n return this.beginUpdate(resourceGroupName,registryName,webhookName,webhookUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.WebhooksUpdateResponse>;\n }\n\n /**\n * Lists all the webhooks for the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksListResponse>\n */\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksListResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.WebhookListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebhookListResult>): void;\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebhookListResult>, callback?: msRest.ServiceCallback<Models.WebhookListResult>): Promise<Models.WebhooksListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.WebhooksListResponse>;\n }\n\n /**\n * Triggers a ping event to be sent to the webhook.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksPingResponse>\n */\n ping(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksPingResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param callback The callback\n */\n ping(resourceGroupName: string, registryName: string, webhookName: string, callback: msRest.ServiceCallback<Models.EventInfo>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param options The optional parameters\n * @param callback The callback\n */\n ping(resourceGroupName: string, registryName: string, webhookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventInfo>): void;\n ping(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventInfo>, callback?: msRest.ServiceCallback<Models.EventInfo>): Promise<Models.WebhooksPingResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n webhookName,\n options\n },\n pingOperationSpec,\n callback) as Promise<Models.WebhooksPingResponse>;\n }\n\n /**\n * Gets the configuration of service URI and custom headers for the webhook.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksGetCallbackConfigResponse>\n */\n getCallbackConfig(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksGetCallbackConfigResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param callback The callback\n */\n getCallbackConfig(resourceGroupName: string, registryName: string, webhookName: string, callback: msRest.ServiceCallback<Models.CallbackConfig>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param options The optional parameters\n * @param callback The callback\n */\n getCallbackConfig(resourceGroupName: string, registryName: string, webhookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CallbackConfig>): void;\n getCallbackConfig(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CallbackConfig>, callback?: msRest.ServiceCallback<Models.CallbackConfig>): Promise<Models.WebhooksGetCallbackConfigResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n webhookName,\n options\n },\n getCallbackConfigOperationSpec,\n callback) as Promise<Models.WebhooksGetCallbackConfigResponse>;\n }\n\n /**\n * Lists recent events for the specified webhook.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksListEventsResponse>\n */\n listEvents(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksListEventsResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param callback The callback\n */\n listEvents(resourceGroupName: string, registryName: string, webhookName: string, callback: msRest.ServiceCallback<Models.EventListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param options The optional parameters\n * @param callback The callback\n */\n listEvents(resourceGroupName: string, registryName: string, webhookName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventListResult>): void;\n listEvents(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventListResult>, callback?: msRest.ServiceCallback<Models.EventListResult>): Promise<Models.WebhooksListEventsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n webhookName,\n options\n },\n listEventsOperationSpec,\n callback) as Promise<Models.WebhooksListEventsResponse>;\n }\n\n /**\n * Creates a webhook for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param webhookCreateParameters The parameters for creating a webhook.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, registryName: string, webhookName: string, webhookCreateParameters: Models.WebhookCreateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n webhookName,\n webhookCreateParameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a webhook from a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, registryName: string, webhookName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n webhookName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates a webhook with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param webhookName The name of the webhook.\n * @param webhookUpdateParameters The parameters for updating a webhook.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, registryName: string, webhookName: string, webhookUpdateParameters: Models.WebhookUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n webhookName,\n webhookUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists all the webhooks for the specified container registry.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WebhookListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebhookListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebhookListResult>, callback?: msRest.ServiceCallback<Models.WebhookListResult>): Promise<Models.WebhooksListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.WebhooksListNextResponse>;\n }\n\n /**\n * Lists recent events for the specified webhook.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebhooksListEventsNextResponse>\n */\n listEventsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WebhooksListEventsNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listEventsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listEventsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventListResult>): void;\n listEventsNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventListResult>, callback?: msRest.ServiceCallback<Models.EventListResult>): Promise<Models.WebhooksListEventsNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listEventsNextOperationSpec,\n callback) as Promise<Models.WebhooksListEventsNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.webhookName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebhookListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst pingOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}/ping\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.webhookName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventInfo\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getCallbackConfigOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}/getCallbackConfig\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.webhookName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CallbackConfig\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listEventsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}/listEvents\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.webhookName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.webhookName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"webhookCreateParameters\",\n mapper: {\n ...Mappers.WebhookCreateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n 201: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.webhookName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/webhooks/{webhookName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.webhookName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"webhookUpdateParameters\",\n mapper: {\n ...Mappers.WebhookUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n 201: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebhookListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listEventsNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AgentProperties,\n Argument,\n AuthInfo,\n BaseImageDependency,\n BaseImageTrigger,\n BaseResource,\n CloudError,\n Credentials,\n CustomRegistryCredentials,\n DockerBuildStep,\n EncodedTaskStep,\n FileTaskStep,\n IdentityProperties,\n ImageDescriptor,\n ImageUpdateTrigger,\n IPRule,\n NetworkRuleSet,\n PlatformProperties,\n Policies,\n ProxyResource,\n QuarantinePolicy,\n Registry,\n Replication,\n Resource,\n RetentionPolicy,\n Run,\n RunGetLogResult,\n RunListResult,\n RunUpdateParameters,\n ScopeMap,\n SecretObject,\n SetValue,\n Sku,\n SourceProperties,\n SourceRegistryCredentials,\n SourceTrigger,\n SourceTriggerDescriptor,\n Status1,\n StorageAccountProperties,\n Task,\n TaskStepProperties,\n TimerTrigger,\n TimerTriggerDescriptor,\n Token,\n TokenCertificate,\n TokenCredentialsProperties,\n TokenPassword,\n TriggerProperties,\n TrustPolicy,\n UserIdentityProperties,\n VirtualNetworkRule,\n Webhook\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/runsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerRegistryManagementClientContext } from \"../containerRegistryManagementClientContext\";\n\n/** Class representing a Runs. */\nexport class Runs {\n private readonly client: ContainerRegistryManagementClientContext;\n\n /**\n * Create a Runs.\n * @param {ContainerRegistryManagementClientContext} client Reference to the service client.\n */\n constructor(client: ContainerRegistryManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all the runs for a registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunsListResponse>\n */\n list(resourceGroupName: string, registryName: string, options?: Models.RunsListOptionalParams): Promise<Models.RunsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.RunListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, options: Models.RunsListOptionalParams, callback: msRest.ServiceCallback<Models.RunListResult>): void;\n list(resourceGroupName: string, registryName: string, options?: Models.RunsListOptionalParams | msRest.ServiceCallback<Models.RunListResult>, callback?: msRest.ServiceCallback<Models.RunListResult>): Promise<Models.RunsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.RunsListResponse>;\n }\n\n /**\n * Gets the detailed information for a given run.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunsGetResponse>\n */\n get(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase): Promise<Models.RunsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, runId: string, callback: msRest.ServiceCallback<Models.Run>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, runId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Run>): void;\n get(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Run>, callback?: msRest.ServiceCallback<Models.Run>): Promise<Models.RunsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n runId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.RunsGetResponse>;\n }\n\n /**\n * Patch the run properties.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param runUpdateParameters The run update properties.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunsUpdateResponse>\n */\n update(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: Models.RunUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.RunsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,registryName,runId,runUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.RunsUpdateResponse>;\n }\n\n /**\n * Gets a link to download the run logs.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunsGetLogSasUrlResponse>\n */\n getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase): Promise<Models.RunsGetLogSasUrlResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param callback The callback\n */\n getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, callback: msRest.ServiceCallback<Models.RunGetLogResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunGetLogResult>): void;\n getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RunGetLogResult>, callback?: msRest.ServiceCallback<Models.RunGetLogResult>): Promise<Models.RunsGetLogSasUrlResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n runId,\n options\n },\n getLogSasUrlOperationSpec,\n callback) as Promise<Models.RunsGetLogSasUrlResponse>;\n }\n\n /**\n * Cancel an existing run.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n cancel(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginCancel(resourceGroupName,registryName,runId,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Patch the run properties.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param runUpdateParameters The run update properties.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: Models.RunUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n runId,\n runUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Cancel an existing run.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n runId,\n options\n },\n beginCancelOperationSpec,\n options);\n }\n\n /**\n * Gets all the runs for a registry.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RunsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RunsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RunListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RunListResult>, callback?: msRest.ServiceCallback<Models.RunListResult>): Promise<Models.RunsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.RunsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs/{runId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.runId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Run\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getLogSasUrlOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs/{runId}/listLogSasUrl\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.runId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunGetLogResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs/{runId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.runId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"runUpdateParameters\",\n mapper: {\n ...Mappers.RunUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Run\n },\n 201: {\n bodyMapper: Mappers.Run\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCancelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs/{runId}/cancel\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.runId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AgentProperties,\n Argument,\n AuthInfo,\n AuthInfoUpdateParameters,\n BaseImageDependency,\n BaseImageTrigger,\n BaseImageTriggerUpdateParameters,\n BaseResource,\n CloudError,\n Credentials,\n CustomRegistryCredentials,\n DockerBuildStep,\n DockerBuildStepUpdateParameters,\n EncodedTaskStep,\n EncodedTaskStepUpdateParameters,\n FileTaskStep,\n FileTaskStepUpdateParameters,\n IdentityProperties,\n ImageDescriptor,\n ImageUpdateTrigger,\n IPRule,\n NetworkRuleSet,\n PlatformProperties,\n PlatformUpdateParameters,\n Policies,\n ProxyResource,\n QuarantinePolicy,\n Registry,\n Replication,\n Resource,\n RetentionPolicy,\n Run,\n ScopeMap,\n SecretObject,\n SetValue,\n Sku,\n SourceProperties,\n SourceRegistryCredentials,\n SourceTrigger,\n SourceTriggerDescriptor,\n SourceTriggerUpdateParameters,\n SourceUpdateParameters,\n Status1,\n StorageAccountProperties,\n Task,\n TaskListResult,\n TaskStepProperties,\n TaskStepUpdateParameters,\n TaskUpdateParameters,\n TimerTrigger,\n TimerTriggerDescriptor,\n TimerTriggerUpdateParameters,\n Token,\n TokenCertificate,\n TokenCredentialsProperties,\n TokenPassword,\n TriggerProperties,\n TriggerUpdateParameters,\n TrustPolicy,\n UserIdentityProperties,\n VirtualNetworkRule,\n Webhook\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/tasksMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerRegistryManagementClientContext } from \"../containerRegistryManagementClientContext\";\n\n/** Class representing a Tasks. */\nexport class Tasks {\n private readonly client: ContainerRegistryManagementClientContext;\n\n /**\n * Create a Tasks.\n * @param {ContainerRegistryManagementClientContext} client Reference to the service client.\n */\n constructor(client: ContainerRegistryManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all the tasks for a specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.TasksListResponse>\n */\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.TasksListResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.TaskListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TaskListResult>): void;\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TaskListResult>, callback?: msRest.ServiceCallback<Models.TaskListResult>): Promise<Models.TasksListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.TasksListResponse>;\n }\n\n /**\n * Get the properties of a specified task.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param [options] The optional parameters\n * @returns Promise<Models.TasksGetResponse>\n */\n get(resourceGroupName: string, registryName: string, taskName: string, options?: msRest.RequestOptionsBase): Promise<Models.TasksGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, taskName: string, callback: msRest.ServiceCallback<Models.Task>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, taskName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Task>): void;\n get(resourceGroupName: string, registryName: string, taskName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Task>, callback?: msRest.ServiceCallback<Models.Task>): Promise<Models.TasksGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n taskName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TasksGetResponse>;\n }\n\n /**\n * Creates a task for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param taskCreateParameters The parameters for creating a task.\n * @param [options] The optional parameters\n * @returns Promise<Models.TasksCreateResponse>\n */\n create(resourceGroupName: string, registryName: string, taskName: string, taskCreateParameters: Models.Task, options?: msRest.RequestOptionsBase): Promise<Models.TasksCreateResponse> {\n return this.beginCreate(resourceGroupName,registryName,taskName,taskCreateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.TasksCreateResponse>;\n }\n\n /**\n * Deletes a specified task.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, registryName: string, taskName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,registryName,taskName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates a task with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param taskUpdateParameters The parameters for updating a task.\n * @param [options] The optional parameters\n * @returns Promise<Models.TasksUpdateResponse>\n */\n update(resourceGroupName: string, registryName: string, taskName: string, taskUpdateParameters: Models.TaskUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.TasksUpdateResponse> {\n return this.beginUpdate(resourceGroupName,registryName,taskName,taskUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.TasksUpdateResponse>;\n }\n\n /**\n * Returns a task with extended information that includes all secrets.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param [options] The optional parameters\n * @returns Promise<Models.TasksGetDetailsResponse>\n */\n getDetails(resourceGroupName: string, registryName: string, taskName: string, options?: msRest.RequestOptionsBase): Promise<Models.TasksGetDetailsResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param callback The callback\n */\n getDetails(resourceGroupName: string, registryName: string, taskName: string, callback: msRest.ServiceCallback<Models.Task>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param options The optional parameters\n * @param callback The callback\n */\n getDetails(resourceGroupName: string, registryName: string, taskName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Task>): void;\n getDetails(resourceGroupName: string, registryName: string, taskName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Task>, callback?: msRest.ServiceCallback<Models.Task>): Promise<Models.TasksGetDetailsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n taskName,\n options\n },\n getDetailsOperationSpec,\n callback) as Promise<Models.TasksGetDetailsResponse>;\n }\n\n /**\n * Creates a task for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param taskCreateParameters The parameters for creating a task.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, registryName: string, taskName: string, taskCreateParameters: Models.Task, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n taskName,\n taskCreateParameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a specified task.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, registryName: string, taskName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n taskName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates a task with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskName The name of the container registry task.\n * @param taskUpdateParameters The parameters for updating a task.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, registryName: string, taskName: string, taskUpdateParameters: Models.TaskUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n taskName,\n taskUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists all the tasks for a specified container registry.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TasksListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TasksListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.TaskListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TaskListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TaskListResult>, callback?: msRest.ServiceCallback<Models.TaskListResult>): Promise<Models.TasksListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.TasksListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TaskListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.taskName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Task\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getDetailsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}/listDetails\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.taskName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Task\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.taskName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"taskCreateParameters\",\n mapper: {\n ...Mappers.Task,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Task\n },\n 201: {\n bodyMapper: Mappers.Task\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.taskName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.taskName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"taskUpdateParameters\",\n mapper: {\n ...Mappers.TaskUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Task\n },\n 201: {\n bodyMapper: Mappers.Task\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TaskListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AgentProperties,\n Argument,\n AuthInfo,\n BaseImageDependency,\n BaseImageTrigger,\n BaseResource,\n CloudError,\n Credentials,\n CustomRegistryCredentials,\n DockerBuildStep,\n EncodedTaskStep,\n FileTaskStep,\n IdentityProperties,\n ImageDescriptor,\n ImageUpdateTrigger,\n IPRule,\n NetworkRuleSet,\n PlatformProperties,\n Policies,\n ProxyResource,\n QuarantinePolicy,\n Registry,\n Replication,\n Resource,\n RetentionPolicy,\n Run,\n ScopeMap,\n ScopeMapListResult,\n ScopeMapUpdateParameters,\n SecretObject,\n SetValue,\n Sku,\n SourceProperties,\n SourceRegistryCredentials,\n SourceTrigger,\n SourceTriggerDescriptor,\n Status1,\n StorageAccountProperties,\n Task,\n TaskStepProperties,\n TimerTrigger,\n TimerTriggerDescriptor,\n Token,\n TokenCertificate,\n TokenCredentialsProperties,\n TokenPassword,\n TriggerProperties,\n TrustPolicy,\n UserIdentityProperties,\n VirtualNetworkRule,\n Webhook\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/scopeMapsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerRegistryManagementClientContext } from \"../containerRegistryManagementClientContext\";\n\n/** Class representing a ScopeMaps. */\nexport class ScopeMaps {\n private readonly client: ContainerRegistryManagementClientContext;\n\n /**\n * Create a ScopeMaps.\n * @param {ContainerRegistryManagementClientContext} client Reference to the service client.\n */\n constructor(client: ContainerRegistryManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the properties of the specified scope map.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScopeMapsGetResponse>\n */\n get(resourceGroupName: string, registryName: string, scopeMapName: string, options?: msRest.RequestOptionsBase): Promise<Models.ScopeMapsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, scopeMapName: string, callback: msRest.ServiceCallback<Models.ScopeMap>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, scopeMapName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScopeMap>): void;\n get(resourceGroupName: string, registryName: string, scopeMapName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScopeMap>, callback?: msRest.ServiceCallback<Models.ScopeMap>): Promise<Models.ScopeMapsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n scopeMapName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ScopeMapsGetResponse>;\n }\n\n /**\n * Creates a scope map for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapCreateParameters The parameters for creating a scope map.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScopeMapsCreateResponse>\n */\n create(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: Models.ScopeMap, options?: msRest.RequestOptionsBase): Promise<Models.ScopeMapsCreateResponse> {\n return this.beginCreate(resourceGroupName,registryName,scopeMapName,scopeMapCreateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ScopeMapsCreateResponse>;\n }\n\n /**\n * Deletes a scope map from a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, registryName: string, scopeMapName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,registryName,scopeMapName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates a scope map with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapUpdateParameters The parameters for updating a scope map.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScopeMapsUpdateResponse>\n */\n update(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: Models.ScopeMapUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ScopeMapsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,registryName,scopeMapName,scopeMapUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ScopeMapsUpdateResponse>;\n }\n\n /**\n * Lists all the scope maps for the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScopeMapsListResponse>\n */\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.ScopeMapsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.ScopeMapListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScopeMapListResult>): void;\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScopeMapListResult>, callback?: msRest.ServiceCallback<Models.ScopeMapListResult>): Promise<Models.ScopeMapsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ScopeMapsListResponse>;\n }\n\n /**\n * Creates a scope map for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapCreateParameters The parameters for creating a scope map.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: Models.ScopeMap, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n scopeMapName,\n scopeMapCreateParameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a scope map from a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, registryName: string, scopeMapName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n scopeMapName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates a scope map with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapUpdateParameters The parameters for updating a scope map.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: Models.ScopeMapUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n scopeMapName,\n scopeMapUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists all the scope maps for the specified container registry.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScopeMapsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ScopeMapsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScopeMapListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScopeMapListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScopeMapListResult>, callback?: msRest.ServiceCallback<Models.ScopeMapListResult>): Promise<Models.ScopeMapsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ScopeMapsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.scopeMapName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScopeMap\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScopeMapListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.scopeMapName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"scopeMapCreateParameters\",\n mapper: {\n ...Mappers.ScopeMap,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ScopeMap\n },\n 201: {\n bodyMapper: Mappers.ScopeMap\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.scopeMapName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scopeMaps/{scopeMapName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.scopeMapName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"scopeMapUpdateParameters\",\n mapper: {\n ...Mappers.ScopeMapUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ScopeMap\n },\n 201: {\n bodyMapper: Mappers.ScopeMap\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScopeMapListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AgentProperties,\n Argument,\n AuthInfo,\n BaseImageDependency,\n BaseImageTrigger,\n BaseResource,\n CloudError,\n Credentials,\n CustomRegistryCredentials,\n DockerBuildStep,\n EncodedTaskStep,\n FileTaskStep,\n IdentityProperties,\n ImageDescriptor,\n ImageUpdateTrigger,\n IPRule,\n NetworkRuleSet,\n PlatformProperties,\n Policies,\n ProxyResource,\n QuarantinePolicy,\n Registry,\n Replication,\n Resource,\n RetentionPolicy,\n Run,\n ScopeMap,\n SecretObject,\n SetValue,\n Sku,\n SourceProperties,\n SourceRegistryCredentials,\n SourceTrigger,\n SourceTriggerDescriptor,\n Status1,\n StorageAccountProperties,\n Task,\n TaskStepProperties,\n TimerTrigger,\n TimerTriggerDescriptor,\n Token,\n TokenCertificate,\n TokenCredentialsProperties,\n TokenListResult,\n TokenPassword,\n TokenUpdateParameters,\n TriggerProperties,\n TrustPolicy,\n UserIdentityProperties,\n VirtualNetworkRule,\n Webhook\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/tokensMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerRegistryManagementClientContext } from \"../containerRegistryManagementClientContext\";\n\n/** Class representing a Tokens. */\nexport class Tokens {\n private readonly client: ContainerRegistryManagementClientContext;\n\n /**\n * Create a Tokens.\n * @param {ContainerRegistryManagementClientContext} client Reference to the service client.\n */\n constructor(client: ContainerRegistryManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the properties of the specified token.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param [options] The optional parameters\n * @returns Promise<Models.TokensGetResponse>\n */\n get(resourceGroupName: string, registryName: string, tokenName: string, options?: msRest.RequestOptionsBase): Promise<Models.TokensGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, tokenName: string, callback: msRest.ServiceCallback<Models.Token>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, registryName: string, tokenName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Token>): void;\n get(resourceGroupName: string, registryName: string, tokenName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Token>, callback?: msRest.ServiceCallback<Models.Token>): Promise<Models.TokensGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n tokenName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TokensGetResponse>;\n }\n\n /**\n * Creates a token for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param tokenCreateParameters The parameters for creating a token.\n * @param [options] The optional parameters\n * @returns Promise<Models.TokensCreateResponse>\n */\n create(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Models.Token, options?: msRest.RequestOptionsBase): Promise<Models.TokensCreateResponse> {\n return this.beginCreate(resourceGroupName,registryName,tokenName,tokenCreateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.TokensCreateResponse>;\n }\n\n /**\n * Deletes a token from a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, registryName: string, tokenName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,registryName,tokenName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates a token with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param tokenUpdateParameters The parameters for updating a token.\n * @param [options] The optional parameters\n * @returns Promise<Models.TokensUpdateResponse>\n */\n update(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: Models.TokenUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.TokensUpdateResponse> {\n return this.beginUpdate(resourceGroupName,registryName,tokenName,tokenUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.TokensUpdateResponse>;\n }\n\n /**\n * Lists all the tokens for the specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param [options] The optional parameters\n * @returns Promise<Models.TokensListResponse>\n */\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.TokensListResponse>;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.TokenListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TokenListResult>): void;\n list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TokenListResult>, callback?: msRest.ServiceCallback<Models.TokenListResult>): Promise<Models.TokensListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n registryName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.TokensListResponse>;\n }\n\n /**\n * Creates a token for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param tokenCreateParameters The parameters for creating a token.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Models.Token, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n tokenName,\n tokenCreateParameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a token from a container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, registryName: string, tokenName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n tokenName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates a token with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param tokenName The name of the token.\n * @param tokenUpdateParameters The parameters for updating a token.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: Models.TokenUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n registryName,\n tokenName,\n tokenUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists all the tokens for the specified container registry.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TokensListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TokensListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.TokenListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TokenListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TokenListResult>, callback?: msRest.ServiceCallback<Models.TokenListResult>): Promise<Models.TokensListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.TokensListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens/{tokenName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.tokenName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Token\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TokenListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens/{tokenName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.tokenName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"tokenCreateParameters\",\n mapper: {\n ...Mappers.Token,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Token\n },\n 201: {\n bodyMapper: Mappers.Token\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens/{tokenName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.tokenName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens/{tokenName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.registryName,\n Parameters.tokenName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"tokenUpdateParameters\",\n mapper: {\n ...Mappers.TokenUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Token\n },\n 201: {\n bodyMapper: Mappers.Token\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TokenListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nexport * from \"./registries\";\nexport * from \"./operations\";\nexport * from \"./replications\";\nexport * from \"./webhooks\";\nexport * from \"./runs\";\nexport * from \"./tasks\";\nexport * from \"./scopeMaps\";\nexport * from \"./tokens\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-containerregistry\";\nconst packageVersion = \"7.0.0\";\n\nexport class ContainerRegistryManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the ContainerRegistryManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The Microsoft Azure subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.ContainerRegistryManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if(!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { ContainerRegistryManagementClientContext } from \"./containerRegistryManagementClientContext\";\n\n\nclass ContainerRegistryManagementClient extends ContainerRegistryManagementClientContext {\n // Operation groups\n registries: operations.Registries;\n operations: operations.Operations;\n replications: operations.Replications;\n webhooks: operations.Webhooks;\n runs: operations.Runs;\n tasks: operations.Tasks;\n scopeMaps: operations.ScopeMaps;\n tokens: operations.Tokens;\n\n /**\n * Initializes a new instance of the ContainerRegistryManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The Microsoft Azure subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.ContainerRegistryManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.registries = new operations.Registries(this);\n this.operations = new operations.Operations(this);\n this.replications = new operations.Replications(this);\n this.webhooks = new operations.Webhooks(this);\n this.runs = new operations.Runs(this);\n this.tasks = new operations.Tasks(this);\n this.scopeMaps = new operations.ScopeMaps(this);\n this.tokens = new operations.Tokens(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n ContainerRegistryManagementClient,\n ContainerRegistryManagementClientContext,\n Models as ContainerRegistryManagementModels,\n Mappers as ContainerRegistryManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","resourceGroupName","registryName","nextPageLink","msRest.Serializer","Parameters.subscriptionId","Parameters.apiVersion0","Parameters.acceptLanguage","Mappers.RegistryNameCheckRequest","Mappers.RegistryNameStatus","Mappers.CloudError","Parameters.resourceGroupName","Parameters.registryName","Mappers.Registry","Mappers.RegistryListResult","Mappers.RegistryListCredentialsResult","Mappers.RegenerateCredentialParameters","Mappers.RegistryUsageListResult","Parameters.apiVersion1","Mappers.SourceUploadDefinition","Mappers.ImportImageParameters","Mappers.RegistryUpdateParameters","Mappers.RunRequest","Mappers.Run","Parameters.apiVersion2","Mappers.GenerateCredentialsParameters","Mappers.GenerateCredentialsResult","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","serializer","Mappers","Mappers.OperationListResult","replicationName","getOperationSpec","beginCreateOperationSpec","beginDeleteMethodOperationSpec","beginUpdateOperationSpec","Parameters.replicationName","Mappers.Replication","Mappers.ReplicationListResult","Mappers.ReplicationUpdateParameters","webhookName","Parameters.webhookName","Mappers.Webhook","Mappers.WebhookListResult","Mappers.EventInfo","Mappers.CallbackConfig","Mappers.EventListResult","Mappers.WebhookCreateParameters","Mappers.WebhookUpdateParameters","runId","Parameters.filter","Parameters.top","Mappers.RunListResult","Parameters.runId","Mappers.RunGetLogResult","Mappers.RunUpdateParameters","taskName","Mappers.TaskListResult","Parameters.taskName","Mappers.Task","Mappers.TaskUpdateParameters","scopeMapName","Parameters.scopeMapName","Mappers.ScopeMap","Mappers.ScopeMapListResult","Mappers.ScopeMapUpdateParameters","tokenName","Parameters.tokenName","Mappers.Token","Mappers.TokenListResult","Mappers.TokenUpdateParameters","tslib_1.__extends","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Registries","operations.Operations","operations.Replications","operations.Webhooks","operations.Runs","operations.Tasks","operations.ScopeMaps","operations.Tokens"],"mappings":";;;;;;;;;;;;;IAAA;IACA;IACA;IACA;IACA;;IAEA;IACA;IACA;IACA;;IAEA;IACA;IACA;IACA;;IAEA,IAAI,aAAa,GAAG,SAAS,CAAC,EAAE,CAAC,EAAE;IACnC,IAAI,aAAa,GAAG,MAAM,CAAC,cAAc;IACzC,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,YAAY,KAAK,IAAI,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,SAAS,GAAG,CAAC,CAAC,EAAE,CAAC;IACpF,QAAQ,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACnF,IAAI,OAAO,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC;;AAEF,IAAO,SAAS,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE;IAChC,IAAI,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACxB,IAAI,SAAS,EAAE,GAAG,EAAE,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC,EAAE;IAC3C,IAAI,CAAC,CAAC,SAAS,GAAG,CAAC,KAAK,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,GAAG,CAAC,CAAC,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;IACzF,CAAC;;AAED,IAAO,IAAI,QAAQ,GAAG,WAAW;IACjC,IAAI,QAAQ,GAAG,MAAM,CAAC,MAAM,IAAI,SAAS,QAAQ,CAAC,CAAC,EAAE;IACrD,QAAQ,KAAK,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;IAC7D,YAAY,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IAC7B,YAAY,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACzF,SAAS;IACT,QAAQ,OAAO,CAAC,CAAC;IACjB,MAAK;IACL,IAAI,OAAO,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC3C,CAAC;;ICtCD;;;;;;OAMG;;;;;;ICNH;;;;;;;IAWO,IAAM,UAAU,GAAGA,4BAAgB,CAAC;AAC3C,IAAO,IAAM,YAAY,GAAGC,8BAAkB,CAAC;AAE/C,IAAO,IAAM,uBAAuB,GAA2B;QAC7D,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yBAAyB;YACpC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,YAAY,GAA2B;QAClD,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,cAAc;YACzB,eAAe,EAAE;gBACf,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,yBAAyB;qBACrC;iBACF;gBACD,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,qBAAqB,GAA2B;QAC3D,cAAc,EAAE,uBAAuB;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,uBAAuB;YAClC,eAAe,EAAE;gBACf,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,cAAc;qBAC1B;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,0BAA0B,EAAE;oBAC1B,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,YAAY,EAAE,SAAS;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,WAAW,EAAE;wBACX,SAAS,EAAE,EAAE;wBACb,SAAS,EAAE,CAAC;wBACZ,OAAO,EAAE,gBAAgB;qBAC1B;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,UAAU,EAAE,IAAI;oBAChB,cAAc,EAAE,MAAM;oBACtB,YAAY,EAAE,wCAAwC;oBACtD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,0BAA0B,GAA2B;QAChE,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,4BAA4B;YACvC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sCAAsC,GAA2B;QAC5E,cAAc,EAAE,wCAAwC;QACxD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wCAAwC;YACnD,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,eAAe,EAAE;oBACf,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uCAAuC,GAA2B;QAC7E,cAAc,EAAE,yCAAyC;QACzD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yCAAyC;YACpD,eAAe,EAAE;gBACf,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,wCAAwC;6BACpD;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mBAAmB,GAA2B;QACzD,cAAc,EAAE,qBAAqB;QACrC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qBAAqB;YAChC,eAAe,EAAE;gBACf,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,4BAA4B;qBACxC;iBACF;gBACD,oBAAoB,EAAE;oBACpB,cAAc,EAAE,iCAAiC;oBACjD,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,yCAAyC;qBACrD;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,GAAG,GAA2B;QACzC,cAAc,EAAE,KAAK;QACrB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,KAAK;YAChB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,OAAO,GAA2B;QAC7C,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,SAAS;YACpB,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,OAAO;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,wBAAwB,EAAE;oBACxB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,MAAM,GAA2B;QAC5C,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE;gBACf,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,OAAO;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,gBAAgB,EAAE;oBAChB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,cAAc,GAA2B;QACpD,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,gBAAgB;YAC3B,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,eAAe;oBAC/B,YAAY,EAAE,OAAO;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,mBAAmB,EAAE;oBACnB,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,oBAAoB;6BAChC;yBACF;qBACF;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,QAAQ;6BACpB;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gBAAgB,GAA2B;QACtD,cAAc,EAAE,kBAAkB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE;gBACf,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,WAAW,GAA2B;QACjD,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,aAAa;YACxB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,eAAe,EAAE;oBACf,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,EAAE;gBACf,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,kBAAkB;qBAC9B;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,aAAa;qBACzB;iBACF;gBACD,eAAe,EAAE;oBACf,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,iBAAiB;qBAC7B;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,eACV,QAAQ,CAAC,IAAI,CAAC,eAAe,IAChC,GAAG,EAAE;oBACH,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,KAAK;qBACjB;iBACF,EACD,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,SAAS;qBACrB;iBACF,EACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,6BAA6B;oBAC7C,YAAY,EAAE,KAAK;oBACnB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,0BAA0B;qBACtC;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,gBAAgB;qBAC5B;iBACF,EACD,QAAQ,EAAE;oBACR,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,UAAU;qBACtB;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,KAAK;qBACjB;iBACF;gBACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,6BAA6B;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,cAAc,EAAE;oBACd,cAAc,EAAE,2BAA2B;oBAC3C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,gBAAgB;qBAC5B;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,UAAU;qBACtB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gBAAgB,GAA2B;QACtD,cAAc,EAAE,kBAAkB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,UAAU;4BACV,WAAW;yBACZ;qBACF;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,6BAA6B,GAA2B;QACnE,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,+BAA+B;YAC1C,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,kBAAkB;6BAC9B;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,8BAA8B,GAA2B;QACpE,cAAc,EAAE,gCAAgC;QAChD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,gCAAgC;YAC3C,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,UAAU;4BACV,WAAW;yBACZ;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uBAAuB,GAA2B;QAC7D,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yBAAyB;YACpC,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,eAAe;6BAC3B;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,WAAW,GAA2B;QACjD,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,aAAa;YACxB,eAAe,eACV,QAAQ,CAAC,IAAI,CAAC,eAAe,IAChC,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,SAAS;qBACrB;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,2BAA2B,GAA2B;QACjE,cAAc,EAAE,6BAA6B;QAC7C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,6BAA6B;YACxC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,OAAO,GAA2B;QAC7C,cAAc,EAAE,SAAS;QACzB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,SAAS;YACpB,eAAe,eACV,QAAQ,CAAC,IAAI,CAAC,eAAe,IAChC,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,KAAK,EAAE;oBACL,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uBAAuB,GAA2B;QAC7D,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yBAAyB;YACpC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uBAAuB,GAA2B;QAC7D,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yBAAyB;YACpC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,SAAS,GAA2B;QAC/C,cAAc,EAAE,WAAW;QAC3B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,cAAc,GAA2B;QACpD,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,gBAAgB;YAC3B,eAAe,EAAE;gBACf,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,MAAM,GAA2B;QAC5C,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE;gBACf,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,OAAO,GAA2B;QAC7C,cAAc,EAAE,SAAS;QACzB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,SAAS;YACpB,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,KAAK,GAA2B;QAC3C,cAAc,EAAE,OAAO;QACvB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,OAAO;YAClB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,MAAM,GAA2B;QAC5C,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,YAAY,GAA2B;QAClD,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,cAAc;YACzB,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,QAAQ;qBACpB;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,SAAS;qBACrB;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,OAAO;qBACnB;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,QAAQ;qBACpB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mBAAmB,GAA2B;QACzD,cAAc,EAAE,qBAAqB;QACrC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qBAAqB;YAChC,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,cAAc;qBAC1B;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,oBAAoB,GAA2B;QAC1D,cAAc,EAAE,sBAAsB;QACtC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,sBAAsB;YACjC,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,KAAK,GAA2B;QAC3C,cAAc,EAAE,OAAO;QACvB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,OAAO;YAClB,eAAe,eACV,SAAS,CAAC,IAAI,CAAC,eAAe,IACjC,mBAAmB,EAAE;oBACnB,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,qBAAqB;qBACjC;iBACF,EACD,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,sBAAsB;qBAClC;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,UAAU,GAA2B;QAChD,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE;gBACxB,cAAc,EAAE,MAAM;gBACtB,UAAU,EAAE,MAAM;aACnB;YACD,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,YAAY;YACvB,eAAe,EAAE;gBACf,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,YAAY,EAAE,KAAK;oBACnB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,iBAAiB;6BAC7B;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uBAAuB,GAA2B;QAC7D,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yBAAyB;YACpC,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sBAAsB,GAA2B;QAC5D,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wBAAwB;YACnC,eAAe,EAAE;gBACf,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,EAAE;gBACf,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,GAAG,GAA2B;QACzC,cAAc,EAAE,KAAK;QACrB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,KAAK;YAChB,eAAe,eACV,aAAa,CAAC,IAAI,CAAC,eAAe,IACrC,KAAK,EAAE;oBACL,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,eAAe,EAAE;oBACf,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,UAAU,EAAE;oBACV,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,SAAS,EAAE;oBACT,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,UAAU,EAAE;oBACV,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,YAAY,EAAE;oBACZ,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,iBAAiB;6BAC7B;yBACF;qBACF;iBACF,EACD,IAAI,EAAE;oBACJ,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,+BAA+B;oBAC/C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF,EACD,aAAa,EAAE;oBACb,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,yBAAyB;qBACrC;iBACF,EACD,YAAY,EAAE;oBACZ,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,wBAAwB;qBACpC;iBACF,EACD,QAAQ,EAAE;oBACR,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF,EACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,+BAA+B;oBAC/C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,iBAAiB;qBAC7B;iBACF,EACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,+BAA+B;oBAC/C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,6BAA6B;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF,EACD,eAAe,EAAE;oBACf,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,+BAA+B;oBAC/C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,6BAA6B;oBAC7C,YAAY,EAAE,KAAK;oBACnB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sBAAsB,GAA2B;QAC5D,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wBAAwB;YACnC,eAAe,EAAE;gBACf,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,SAAS,GAA2B;QAC/C,cAAc,EAAE,WAAW;QAC3B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mBAAmB,GAA2B;QACzD,cAAc,EAAE,qBAAqB;QACrC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qBAAqB;YAChC,eAAe,EAAE;gBACf,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sBAAsB,GAA2B;QAC5D,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wBAAwB;YACnC,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,MAAM;wBACZ,aAAa,EAAE;4BACb,gBAAgB;4BAChB,cAAc;4BACd,8BAA8B;4BAC9B,MAAM;yBACP;qBACF;iBACF;gBACD,sBAAsB,EAAE;oBACtB,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,wBAAwB;6BACpC;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mBAAmB,GAA2B;QACzD,cAAc,EAAE,qBAAqB;QACrC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qBAAqB;YAChC,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,GAAG,EAAE;oBACH,cAAc,EAAE,KAAK;oBACrB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE;gBACxB,cAAc,EAAE,MAAM;gBACtB,UAAU,EAAE,MAAM;aACnB;YACD,UAAU,EAAE,oBAAoB;YAChC,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,qBAAqB,EAAE;oBACrB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,qBAAqB;6BACjC;yBACF;qBACF;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,YAAY,GAA2B;QAClD,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,cAAc;YACzB,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,SAAS;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,EAAE;gBACf,SAAS,EAAE;oBACT,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gBAAgB,GAA2B;QACtD,cAAc,EAAE,kBAAkB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE;gBACf,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,2BAA2B,EAAE;oBAC3B,cAAc,EAAE,6BAA6B;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,UAAU;qBACtB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,EAAE;gBACf,gBAAgB,EAAE;oBAChB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,kBAAkB;qBAC9B;iBACF;gBACD,mBAAmB,EAAE;oBACnB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,SAAS;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gBAAgB,GAA2B;QACtD,cAAc,EAAE,kBAAkB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE;gBACf,oBAAoB,EAAE;oBACpB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,qBAAqB,EAAE;oBACrB,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,wBAAwB,EAAE;oBACxB,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,SAAS;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,iBAAiB,GAA2B;QACvD,cAAc,EAAE,mBAAmB;QACnC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,mBAAmB;YAC9B,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,cAAc;6BAC1B;yBACF;qBACF;iBACF;gBACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,eAAe;6BAC3B;yBACF;qBACF;iBACF;gBACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,kBAAkB;qBAC9B;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yBAAyB,GAA2B;QAC/D,cAAc,EAAE,2BAA2B;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2BAA2B;YACtC,eAAe,EAAE;gBACf,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,YAAY,GAA2B;QAClD,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,cAAc;YACzB,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yBAAyB,GAA2B;QAC/D,cAAc,EAAE,2BAA2B;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2BAA2B;YACtC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,cAAc;qBAC1B;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,cAAc;qBAC1B;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,WAAW,GAA2B;QACjD,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,aAAa;YACxB,eAAe,EAAE;gBACf,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,2BAA2B;qBACvC;iBACF;gBACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,2BAA2B;6BACvC;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,IAAI,GAA2B;QAC1C,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,MAAM;YACjB,eAAe,eACV,QAAQ,CAAC,IAAI,CAAC,eAAe,IAChC,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF,EACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,+BAA+B;oBAC/C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,iBAAiB;qBAC7B;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,YAAY,EAAE,IAAI;oBAClB,WAAW,EAAE;wBACX,gBAAgB,EAAE,KAAK;wBACvB,gBAAgB,EAAE,GAAG;qBACtB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,mBAAmB;qBAC/B;iBACF,EACD,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,aAAa;qBACzB;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,EAAE,EAAE;oBACF,cAAc,EAAE,IAAI;oBACpB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE;gBACxB,cAAc,EAAE,MAAM;gBACtB,UAAU,EAAE,MAAM;aACnB;YACD,UAAU,EAAE,0BAA0B;YACtC,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,4BAA4B,GAA2B;QAClE,cAAc,EAAE,8BAA8B;QAC9C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,8BAA8B;YACzC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,SAAS;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,sBAAsB,GAA2B;QAC5D,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,wBAAwB;YACnC,eAAe,EAAE;gBACf,iBAAiB,EAAE;oBACjB,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,2BAA2B,EAAE;oBAC3B,cAAc,EAAE,6BAA6B;oBAC7C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,0BAA0B;qBACtC;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,6BAA6B,GAA2B;QACnE,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,+BAA+B;YAC1C,eAAe,EAAE;gBACf,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,wBAAwB;qBACpC;iBACF;gBACD,mBAAmB,EAAE;oBACnB,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,SAAS;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gCAAgC,GAA2B;QACtE,cAAc,EAAE,kCAAkC;QAClD,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kCAAkC;YAC7C,eAAe,EAAE;gBACf,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,qBAAqB,EAAE;oBACrB,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,wBAAwB,EAAE;oBACxB,cAAc,EAAE,0BAA0B;oBAC1C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,SAAS;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,uBAAuB,GAA2B;QAC7D,cAAc,EAAE,yBAAyB;QACzC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,yBAAyB;YACpC,eAAe,EAAE;gBACf,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,8BAA8B;6BAC1C;yBACF;qBACF;iBACF;gBACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,+BAA+B;6BAC3C;yBACF;qBACF;iBACF;gBACD,gBAAgB,EAAE;oBAChB,cAAc,EAAE,kBAAkB;oBAClC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,kCAAkC;qBAC9C;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,oBAAoB,GAA2B;QAC1D,cAAc,EAAE,sBAAsB;QACtC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,sBAAsB;YACjC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,0BAA0B;qBACtC;iBACF;gBACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,+BAA+B;oBAC/C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,iBAAiB;qBAC7B;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,0BAA0B;qBACtC;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,yBAAyB;qBACrC;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,aAAa;qBACzB;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE;4BACL,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,YAAY,EAAE,KAAK;oBACnB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,UAAU,CAAC,IAAI,CAAC,wBAAwB;YAClE,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,eACV,UAAU,CAAC,IAAI,CAAC,eAAe,IAClC,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF,EACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,YAAY,EAAE,IAAI;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,YAAY,EAAE,KAAK;oBACnB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF,EACD,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,YAAY,EAAE,IAAI;oBAClB,WAAW,EAAE;wBACX,gBAAgB,EAAE,KAAK;wBACvB,gBAAgB,EAAE,GAAG;qBACtB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF,EACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,iBAAiB;qBAC7B;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,aAAa;qBACzB;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,YAAY,EAAE,KAAK;oBACnB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,UAAU,CAAC,IAAI,CAAC,wBAAwB;YAClE,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,eACV,UAAU,CAAC,IAAI,CAAC,eAAe,IAClC,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,YAAY,EAAE,IAAI;oBAClB,WAAW,EAAE;wBACX,gBAAgB,EAAE,KAAK;wBACvB,gBAAgB,EAAE,GAAG;qBACtB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF,EACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,iBAAiB;qBAC7B;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,aAAa;qBACzB;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,0BAA0B,GAA2B;QAChE,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,4BAA4B;YACvC,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF;gBACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,cAAc,GAA2B;QACpD,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,UAAU,CAAC,IAAI,CAAC,wBAAwB;YAClE,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,gBAAgB;YAC3B,eAAe,eACV,UAAU,CAAC,IAAI,CAAC,eAAe,IAClC,MAAM,EAAE;oBACN,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,0BAA0B,EAAE;oBAC1B,cAAc,EAAE,4BAA4B;oBAC5C,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,4BAA4B;qBACxC;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,qBAAqB,GAA2B;QAC3D,cAAc,EAAE,uBAAuB;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,UAAU,CAAC,IAAI,CAAC,wBAAwB;YAClE,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,uBAAuB;YAClC,eAAe,eACV,UAAU,CAAC,IAAI,CAAC,eAAe,IAClC,kBAAkB,EAAE;oBAClB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,YAAY,EAAE,IAAI;oBAClB,WAAW,EAAE;wBACX,gBAAgB,EAAE,KAAK;wBACvB,gBAAgB,EAAE,GAAG;qBACtB;oBACD,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,QAAQ,EAAE;oBACR,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,oBAAoB;qBAChC;iBACF,EACD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,iBAAiB;qBAC7B;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,WAAW,EAAE;oBACX,cAAc,EAAE,aAAa;oBAC7B,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,aAAa;qBACzB;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;YAC1E,UAAU,EAAE,oBAAoB;YAChC,SAAS,EAAE,iBAAiB;YAC5B,eAAe,eACV,kBAAkB,CAAC,IAAI,CAAC,eAAe,IAC1C,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF,EACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,YAAY,EAAE,IAAI;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,YAAY,EAAE,KAAK;oBACnB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF,EACD,cAAc,EAAE;oBACd,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,YAAY,GAA2B;QAClD,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;YAC1E,UAAU,EAAE,oBAAoB;YAChC,SAAS,EAAE,cAAc;YACzB,eAAe,eACV,kBAAkB,CAAC,IAAI,CAAC,eAAe,IAC1C,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;YAC1E,UAAU,EAAE,oBAAoB;YAChC,SAAS,EAAE,iBAAiB;YAC5B,eAAe,eACV,kBAAkB,CAAC,IAAI,CAAC,eAAe,IAC1C,kBAAkB,EAAE;oBAClB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,+BAA+B,GAA2B;QACrE,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;YAChF,UAAU,EAAE,0BAA0B;YACtC,SAAS,EAAE,iCAAiC;YAC5C,eAAe,eACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,IAChD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF,EACD,aAAa,EAAE;oBACb,cAAc,EAAE,eAAe;oBAC/B,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF,EACD,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;qBAChB;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,iBAAiB,EAAE;oBACjB,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,4BAA4B,GAA2B;QAClE,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;YAChF,UAAU,EAAE,0BAA0B;YACtC,SAAS,EAAE,8BAA8B;YACzC,eAAe,eACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,IAChD,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,cAAc,EAAE;oBACd,cAAc,EAAE,gBAAgB;oBAChC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,+BAA+B,GAA2B;QACrE,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,wBAAwB,EAAE,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;YAChF,UAAU,EAAE,0BAA0B;YACtC,SAAS,EAAE,iCAAiC;YAC5C,eAAe,eACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,IAChD,kBAAkB,EAAE;oBAClB,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,oBAAoB,EAAE;oBACpB,cAAc,EAAE,sBAAsB;oBACtC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,QAAQ,GAA2B;QAC9C,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,UAAU;YACrB,eAAe,eACV,aAAa,CAAC,IAAI,CAAC,eAAe,IACrC,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,iBAAiB;oBACjC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,OAAO,EAAE;oBACP,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,wBAAwB,GAA2B;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,0BAA0B;YACrC,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,oBAAoB;oBACpC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,QAAQ;6BACf;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,gBAAgB,GAA2B;QACtD,cAAc,EAAE,kBAAkB;QAClC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;YAC7B,eAAe,EAAE;gBACf,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,UAAU,EAAE;oBACV,cAAc,EAAE,YAAY;oBAC5B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,qBAAqB,EAAE;oBACrB,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,EAAE;gBACf,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,KAAK,EAAE;oBACL,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,OAAO;oBACvB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,0BAA0B,GAA2B;QAChE,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,4BAA4B;YACvC,eAAe,EAAE;gBACf,YAAY,EAAE;oBACZ,cAAc,EAAE,cAAc;oBAC9B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,kBAAkB;6BAC9B;yBACF;qBACF;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,eAAe;6BAC3B;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,KAAK,GAA2B;QAC3C,cAAc,EAAE,OAAO;QACvB,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,OAAO;YAClB,eAAe,eACV,aAAa,CAAC,IAAI,CAAC,eAAe,IACrC,YAAY,EAAE;oBACZ,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,yBAAyB;oBACzC,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF,EACD,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,IAAI;oBACd,cAAc,EAAE,8BAA8B;oBAC9C,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,UAAU,EAAE;oBACV,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,QAAQ,EAAE;oBACR,cAAc,EAAE,qBAAqB;oBACrC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,EACD,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,4BAA4B;qBACxC;iBACF,EACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF,GACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,qBAAqB,GAA2B;QAC3D,cAAc,EAAE,uBAAuB;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,uBAAuB;YAClC,eAAe,EAAE;gBACf,UAAU,EAAE;oBACV,cAAc,EAAE,uBAAuB;oBACvC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,mBAAmB;oBACnC,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,WAAW,EAAE;oBACX,cAAc,EAAE,wBAAwB;oBACxC,IAAI,EAAE;wBACJ,IAAI,EAAE,WAAW;wBACjB,SAAS,EAAE,4BAA4B;qBACxC;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,6BAA6B,GAA2B;QACnE,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,+BAA+B;YAC1C,eAAe,EAAE;gBACf,OAAO,EAAE;oBACP,cAAc,EAAE,SAAS;oBACzB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,MAAM,EAAE;oBACN,cAAc,EAAE,QAAQ;oBACxB,YAAY,EAAE,IAAI,IAAI,CAAC,mCAAmC,CAAC;oBAC3D,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;qBACjB;iBACF;gBACD,IAAI,EAAE;oBACJ,cAAc,EAAE,MAAM;oBACtB,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,yBAAyB,GAA2B;QAC/D,cAAc,EAAE,2BAA2B;QAC3C,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,2BAA2B;YACtC,eAAe,EAAE;gBACf,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,SAAS,EAAE;oBACT,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,eAAe;6BAC3B;yBACF;qBACF;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,mBAAmB,GAA2B;QACzD,cAAc,EAAE,qBAAqB;QACrC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,qBAAqB;YAChC,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,qBAAqB;6BACjC;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,qBAAqB,GAA2B;QAC3D,cAAc,EAAE,uBAAuB;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,uBAAuB;YAClC,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,aAAa;6BACzB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,iBAAiB,GAA2B;QACvD,cAAc,EAAE,mBAAmB;QACnC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,mBAAmB;YAC9B,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,SAAS;6BACrB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,OAAO;6BACnB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,aAAa,GAA2B;QACnD,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,eAAe;YAC1B,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,KAAK;6BACjB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,cAAc,GAA2B;QACpD,cAAc,EAAE,gBAAgB;QAChC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,gBAAgB;YAC3B,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,MAAM;6BAClB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,kBAAkB,GAA2B;QACxD,cAAc,EAAE,oBAAoB;QACpC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,oBAAoB;YAC/B,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,UAAU;6BACtB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,eAAe,GAA2B;QACrD,cAAc,EAAE,iBAAiB;QACjC,IAAI,EAAE;YACJ,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,iBAAiB;YAC5B,eAAe,EAAE;gBACf,KAAK,EAAE;oBACL,cAAc,EAAE,EAAE;oBAClB,IAAI,EAAE;wBACJ,IAAI,EAAE,UAAU;wBAChB,OAAO,EAAE;4BACP,IAAI,EAAE;gCACJ,IAAI,EAAE,WAAW;gCACjB,SAAS,EAAE,OAAO;6BACnB;yBACF;qBACF;iBACF;gBACD,QAAQ,EAAE;oBACR,cAAc,EAAE,UAAU;oBAC1B,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF,CAAC;AAEF,IAAO,IAAM,cAAc,GAAG;QAC5B,YAAY,EAAG,UAAU;QACzB,oBAAoB,EAAG,kBAAkB;QACzC,0BAA0B,EAAG,wBAAwB;QACrD,+BAA+B,EAAG,kBAAkB;QACpD,+BAA+B,EAAG,kBAAkB;QACpD,2BAA2B,EAAG,cAAc;QAC5C,kCAAkC,EAAG,qBAAqB;QAC1D,2BAA2B,EAAG,eAAe;QAC7C,6BAA6B,EAAG,YAAY;QAC5C,gCAAgC,EAAG,eAAe;QAClD,iCAAiC,EAAG,+BAA+B;QACnE,mCAAmC,EAAG,4BAA4B;QAClE,sCAAsC,EAAG,+BAA+B;KAEzE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICzkIF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;AAYA,IAAO,IAAM,cAAc,GAA8B;QACvD,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE;YACN,cAAc,EAAE,iBAAiB;YACjC,YAAY,EAAE,OAAO;YACrB,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,WAAW,GAAmC;QACzD,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,IAAI;YAChB,cAAc,EAAE,aAAa;YAC7B,YAAY,EAAE,YAAY;YAC1B,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,WAAW,GAAmC;QACzD,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,IAAI;YAChB,cAAc,EAAE,aAAa;YAC7B,YAAY,EAAE,oBAAoB;YAClC,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,WAAW,GAAmC;QACzD,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,IAAI;YAChB,cAAc,EAAE,aAAa;YAC7B,YAAY,EAAE,oBAAoB;YAClC,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,MAAM,GAAmC;QACpD,aAAa,EAAE;YACb,SAAS;YACT,QAAQ;SACT;QACD,MAAM,EAAE;YACN,cAAc,EAAE,SAAS;YACzB,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,YAAY,GAAiC;QACxD,aAAa,EAAE,cAAc;QAC7B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,UAAU;YAC1B,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;QACD,YAAY,EAAE,IAAI;KACnB,CAAC;AACF,IAAO,IAAM,YAAY,GAAiC;QACxD,aAAa,EAAE,cAAc;QAC7B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,cAAc;YAC9B,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,gBAAgB;aAC1B;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,eAAe,GAAiC;QAC3D,aAAa,EAAE,iBAAiB;QAChC,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,iBAAiB;YACjC,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,gBAAgB;aAC1B;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,iBAAiB,GAAiC;QAC7D,aAAa,EAAE,mBAAmB;QAClC,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,mBAAmB;YACnC,WAAW,EAAE;gBACX,SAAS,EAAE,CAAC;aACb;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,KAAK,GAAiC;QACjD,aAAa,EAAE,OAAO;QACtB,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,OAAO;YACvB,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,YAAY,GAAiC;QACxD,aAAa,EAAE,cAAc;QAC7B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,cAAc;YAC9B,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,iBAAiB;aAC3B;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,cAAc,GAAiC;QAC1D,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,QAAQ,GAAiC;QACpD,aAAa,EAAE,UAAU;QACzB,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,UAAU;YAC1B,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,kBAAkB;aAC5B;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,SAAS,GAAiC;QACrD,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,WAAW;YAC3B,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,iBAAiB;aAC3B;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,GAAG,GAAmC;QACjD,aAAa,EAAE;YACb,SAAS;YACT,KAAK;SACN;QACD,MAAM,EAAE;YACN,cAAc,EAAE,MAAM;YACtB,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACF,IAAO,IAAM,WAAW,GAAiC;QACvD,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,aAAa;YAC7B,WAAW,EAAE;gBACX,SAAS,EAAE,EAAE;gBACb,SAAS,EAAE,CAAC;gBACZ,OAAO,EAAE,gBAAgB;aAC1B;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;;ICvNF;;;;;;;;;IAiBA;AACA;;;;;QAOE,oBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;;;;;;;;;QAUD,gCAAW,GAAX,UAAYC,oBAAyB,EAAEC,eAAoB,EAAE,UAAwC,EAAE,OAAmC;YACxI,OAAO,IAAI,CAAC,gBAAgB,CAACD,oBAAiB,EAACC,eAAY,EAAC,UAAU,EAAC,OAAO,CAAC;iBAC5E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;QAqBD,0CAAqB,GAArB,UAAsB,wBAAyD,EAAE,OAAuF,EAAE,QAA4D;YACpO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,wBAAwB,0BAAA;gBACxB,OAAO,SAAA;aACR,EACD,kCAAkC,EAClC,QAAQ,CAA4D,CAAC;SACxE;QAuBD,wBAAG,GAAH,UAAID,oBAAyB,EAAEC,eAAoB,EAAE,OAA6E,EAAE,QAAkD;YACpL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD,gBAAgB,EAChB,QAAQ,CAA0C,CAAC;SACtD;;;;;;;;;QAUD,2BAAM,GAAN,UAAOD,oBAAyB,EAAEC,eAAoB,EAAE,QAAyB,EAAE,OAAmC;YACpH,OAAO,IAAI,CAAC,WAAW,CAACD,oBAAiB,EAACC,eAAY,EAAC,QAAQ,EAAC,OAAO,CAAC;iBACrE,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA6C,CAAC;SACjG;;;;;;;;QASD,iCAAY,GAAZ,UAAaD,oBAAyB,EAAEC,eAAoB,EAAE,OAAmC;YAC/F,OAAO,IAAI,CAAC,iBAAiB,CAACD,oBAAiB,EAACC,eAAY,EAAC,OAAO,CAAC;iBAClE,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;;;;;;;;;QAUD,2BAAM,GAAN,UAAOD,oBAAyB,EAAEC,eAAoB,EAAE,wBAAyD,EAAE,OAAmC;YACpJ,OAAO,IAAI,CAAC,WAAW,CAACD,oBAAiB,EAACC,eAAY,EAAC,wBAAwB,EAAC,OAAO,CAAC;iBACrF,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA6C,CAAC;SACjG;QAoBD,wCAAmB,GAAnB,UAAoBD,oBAAyB,EAAE,OAAuF,EAAE,QAA4D;YAClM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,OAAO,SAAA;aACR,EACD,gCAAgC,EAChC,QAAQ,CAA0D,CAAC;SACtE;QAiBD,yBAAI,GAAJ,UAAK,OAAuF,EAAE,QAA4D;YACxJ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;SACvD;QAuBD,oCAAe,GAAf,UAAgBA,oBAAyB,EAAEC,eAAoB,EAAE,OAAkG,EAAE,QAAuE;YAC1O,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD,4BAA4B,EAC5B,QAAQ,CAAsD,CAAC;SAClE;QA6BD,yCAAoB,GAApB,UAAqBD,oBAAyB,EAAEC,eAAoB,EAAE,8BAAqE,EAAE,OAAkG,EAAE,QAAuE;YACtT,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,8BAA8B,gCAAA;gBAC9B,OAAO,SAAA;aACR,EACD,iCAAiC,EACjC,QAAQ,CAA2D,CAAC;SACvE;QAuBD,+BAAU,GAAV,UAAWD,oBAAyB,EAAEC,eAAoB,EAAE,OAA4F,EAAE,QAAiE;YACzN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD,uBAAuB,EACvB,QAAQ,CAAiD,CAAC;SAC7D;;;;;;;;;QAUD,gCAAW,GAAX,UAAYD,oBAAyB,EAAEC,eAAoB,EAAE,UAAkC,EAAE,OAAmC;YAClI,OAAO,IAAI,CAAC,gBAAgB,CAACD,oBAAiB,EAACC,eAAY,EAAC,UAAU,EAAC,OAAO,CAAC;iBAC5E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAkD,CAAC;SACtG;QAuBD,4CAAuB,GAAvB,UAAwBD,oBAAyB,EAAEC,eAAoB,EAAE,OAA2F,EAAE,QAAgE;YACpO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD,oCAAoC,EACpC,QAAQ,CAA8D,CAAC;SAC1E;;;;;;;;;QAUD,wCAAmB,GAAnB,UAAoBD,oBAAyB,EAAEC,eAAoB,EAAE,6BAAmE,EAAE,OAAmC;YAC3K,OAAO,IAAI,CAAC,wBAAwB,CAACD,oBAAiB,EAACC,eAAY,EAAC,6BAA6B,EAAC,OAAO,CAAC;iBACvG,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA0D,CAAC;SAC9G;;;;;;;;;QAUD,qCAAgB,GAAhB,UAAiBD,oBAAyB,EAAEC,eAAoB,EAAE,UAAwC,EAAE,OAAmC;YAC7I,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACD,6BAA6B,EAC7B,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,gCAAW,GAAX,UAAYD,oBAAyB,EAAEC,eAAoB,EAAE,QAAyB,EAAE,OAAmC;YACzH,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,QAAQ,UAAA;gBACR,OAAO,SAAA;aACR,EACD,wBAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;QASD,sCAAiB,GAAjB,UAAkBD,oBAAyB,EAAEC,eAAoB,EAAE,OAAmC;YACpG,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD,8BAA8B,EAC9B,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,gCAAW,GAAX,UAAYD,oBAAyB,EAAEC,eAAoB,EAAE,wBAAyD,EAAE,OAAmC;YACzJ,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,wBAAwB,0BAAA;gBACxB,OAAO,SAAA;aACR,EACD,wBAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,qCAAgB,GAAhB,UAAiBD,oBAAyB,EAAEC,eAAoB,EAAE,UAAkC,EAAE,OAAmC;YACvI,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,UAAU,YAAA;gBACV,OAAO,SAAA;aACR,EACD,6BAA6B,EAC7B,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,6CAAwB,GAAxB,UAAyBD,oBAAyB,EAAEC,eAAoB,EAAE,6BAAmE,EAAE,OAAmC;YAChL,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,6BAA6B,+BAAA;gBAC7B,OAAO,SAAA;aACR,EACD,qCAAqC,EACrC,OAAO,CAAC,CAAC;SACZ;QAoBD,4CAAuB,GAAvB,UAAwBC,eAAoB,EAAE,OAAuF,EAAE,QAA4D;YACjM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD,oCAAoC,EACpC,QAAQ,CAA8D,CAAC;SAC1E;QAoBD,6BAAQ,GAAR,UAASA,eAAoB,EAAE,OAAuF,EAAE,QAA4D;YAClL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD,qBAAqB,EACrB,QAAQ,CAA+C,CAAC;SAC3D;QACH,iBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAM,UAAU,GAAG,IAAIC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAClD,IAAM,kCAAkC,GAAyB;QAC/D,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,4FAA4F;QAClG,aAAa,EAAE;YACbC,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,0BAA0B;YACzC,MAAM,eACDC,wBAAgC,IACnC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEC,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,gBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,mIAAmI;QACzI,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEM,QAAgB;aAC7B;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,gCAAgC,GAAyB;QAC7D,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,oHAAoH;QAC1H,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;SAC7B;QACD,eAAe,EAAE;YACfL,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEO,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEJ,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,iBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,iFAAiF;QACvF,aAAa,EAAE;YACbL,cAAyB;SAC1B;QACD,eAAe,EAAE;YACfC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEO,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEJ,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,4BAA4B,GAAyB;QACzD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,mJAAmJ;QACzJ,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEQ,6BAAqC;aAClD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEL,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,iCAAiC,GAAyB;QAC9D,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,wJAAwJ;QAC9J,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,gCAAgC;YAC/C,MAAM,eACDS,8BAAsC,IACzC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAED,6BAAqC;aAClD;YACD,OAAO,EAAE;gBACP,UAAU,EAAEL,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,uBAAuB,GAAyB;QACpD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,8IAA8I;QACpJ,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEU,uBAA+B;aAC5C;YACD,OAAO,EAAE;gBACP,UAAU,EAAEP,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,oCAAoC,GAAyB;QACjE,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,4JAA4J;QAClK,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfM,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEY,sBAA8B;aAC3C;YACD,OAAO,EAAE;gBACP,UAAU,EAAET,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,6BAA6B,GAAyB;QAC1D,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,+IAA+I;QACrJ,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,eACDa,qBAA6B,IAChC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEV,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,wBAAwB,GAAyB;QACrD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,mIAAmI;QACzI,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,UAAU;YACzB,MAAM,eACDM,QAAgB,IACnB,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,QAAgB;aAC7B;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,QAAgB;aAC7B;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,8BAA8B,GAAyB;QAC3D,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,mIAAmI;QACzI,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEG,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,wBAAwB,GAAyB;QACrD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,mIAAmI;QACzI,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,0BAA0B;YACzC,MAAM,eACDc,wBAAgC,IACnC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAER,QAAgB;aAC7B;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,QAAgB;aAC7B;YACD,OAAO,EAAE;gBACP,UAAU,EAAEH,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,6BAA6B,GAAyB;QAC1D,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,+IAA+I;QACrJ,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfM,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,YAAY;YAC3B,MAAM,eACDe,UAAkB,IACrB,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,GAAW;aACxB;YACD,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEb,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,qCAAqC,GAAyB;QAClE,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,uJAAuJ;QAC7J,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfY,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,+BAA+B;YAC9C,MAAM,eACDkB,6BAAqC,IACxC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEC,yBAAiC;aAC9C;YACD,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEhB,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,oCAAoC,GAAyB;QACjE,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbiB,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEO,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEJ,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;IAEF,IAAM,qBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbiB,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEO,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEJ,UAAkB;aAC/B;SACF;QACD,UAAU,YAAA;KACX,CAAC;;IC58BF;;;;;;OAMG;;;;;;;;;;;;ICNH;;;;;;;;;AAUA,IAMA;AACA;;;;;QAOE,oBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;YAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,OAAO,SAAA;aACR,EACDkB,mBAAiB,EACjB,QAAQ,CAA2C,CAAC;SACvD;QAoBD,6BAAQ,GAAR,UAASzB,eAAoB,EAAE,OAAwF,EAAE,QAA6D;YACpL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,uBAAqB,EACrB,QAAQ,CAA+C,CAAC;SAC3D;QACH,iBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAI1B,iBAAiB,CAAC2B,SAAO,CAAC,CAAC;IAClD,IAAMH,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,kDAAkD;QACxD,eAAe,EAAE;YACftB,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEyB,mBAA2B;aACxC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEtB,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEyB,mBAA2B;aACxC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEtB,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;IC1HF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;IAiBA;AACA;;;;;QAOE,sBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QA0BD,0BAAG,GAAH,UAAIT,oBAAyB,EAAEC,eAAoB,EAAE+B,kBAAuB,EAAE,OAAgF,EAAE,QAAqD;YACnN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,eAAe,oBAAA;gBACf,OAAO,SAAA;aACR,EACDC,kBAAgB,EAChB,QAAQ,CAA4C,CAAC;SACxD;;;;;;;;;;QAWD,6BAAM,GAAN,UAAOjC,oBAAyB,EAAEC,eAAoB,EAAE+B,kBAAuB,EAAE,WAA+B,EAAE,OAAmC;YACnJ,OAAO,IAAI,CAAC,WAAW,CAAChC,oBAAiB,EAACC,eAAY,EAAC+B,kBAAe,EAAC,WAAW,EAAC,OAAO,CAAC;iBACxF,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA+C,CAAC;SACnG;;;;;;;;;QAUD,mCAAY,GAAZ,UAAahC,oBAAyB,EAAEC,eAAoB,EAAE+B,kBAAuB,EAAE,OAAmC;YACxH,OAAO,IAAI,CAAC,iBAAiB,CAAChC,oBAAiB,EAACC,eAAY,EAAC+B,kBAAe,EAAC,OAAO,CAAC;iBAClF,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;;;;;;;;;;QAWD,6BAAM,GAAN,UAAOhC,oBAAyB,EAAEC,eAAoB,EAAE+B,kBAAuB,EAAE,2BAA+D,EAAE,OAAmC;YACnL,OAAO,IAAI,CAAC,WAAW,CAAChC,oBAAiB,EAACC,eAAY,EAAC+B,kBAAe,EAAC,2BAA2B,EAAC,OAAO,CAAC;iBACxG,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA+C,CAAC;SACnG;QAuBD,2BAAI,GAAJ,UAAKhC,oBAAyB,EAAEC,eAAoB,EAAE,OAA0F,EAAE,QAA+D;YAC/M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,mBAAiB,EACjB,QAAQ,CAA6C,CAAC;SACzD;;;;;;;;;;QAWD,kCAAW,GAAX,UAAY3B,oBAAyB,EAAEC,eAAoB,EAAE+B,kBAAuB,EAAE,WAA+B,EAAE,OAAmC;YACxJ,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,eAAe,oBAAA;gBACf,WAAW,aAAA;gBACX,OAAO,SAAA;aACR,EACDE,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,wCAAiB,GAAjB,UAAkBlC,oBAAyB,EAAEC,eAAoB,EAAE+B,kBAAuB,EAAE,OAAmC;YAC7H,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,eAAe,oBAAA;gBACf,OAAO,SAAA;aACR,EACDG,gCAA8B,EAC9B,OAAO,CAAC,CAAC;SACZ;;;;;;;;;;QAWD,kCAAW,GAAX,UAAYnC,oBAAyB,EAAEC,eAAoB,EAAE+B,kBAAuB,EAAE,2BAA+D,EAAE,OAAmC;YACxL,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,eAAe,oBAAA;gBACf,2BAA2B,6BAAA;gBAC3B,OAAO,SAAA;aACR,EACDI,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;QAoBD,+BAAQ,GAAR,UAASlC,eAAoB,EAAE,OAA0F,EAAE,QAA+D;YACxL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,uBAAqB,EACrB,QAAQ,CAAiD,CAAC;SAC7D;QACH,mBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAI1B,iBAAiB,CAAC2B,SAAO,CAAC,CAAC;IAClD,IAAMG,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,kKAAkK;QACxK,aAAa,EAAE;YACb7B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB0B,eAA0B;SAC3B;QACD,eAAe,EAAE;YACfhC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEgC,WAAmB;aAChC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE7B,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMkB,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gJAAgJ;QACtJ,aAAa,EAAE;YACbvB,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEiC,qBAA6B;aAC1C;YACD,OAAO,EAAE;gBACP,UAAU,EAAE9B,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMyB,0BAAwB,GAAyB;QACrD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,kKAAkK;QACxK,aAAa,EAAE;YACb9B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB0B,eAA0B;SAC3B;QACD,eAAe,EAAE;YACfhC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,aAAa;YAC5B,MAAM,eACDgC,WAAmB,IACtB,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,WAAmB;aAChC;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,WAAmB;aAChC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE7B,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM0B,gCAA8B,GAAyB;QAC3D,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,kKAAkK;QACxK,aAAa,EAAE;YACb/B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB0B,eAA0B;SAC3B;QACD,eAAe,EAAE;YACfhC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEG,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM2B,0BAAwB,GAAyB;QACrD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,kKAAkK;QACxK,aAAa,EAAE;YACbhC,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB0B,eAA0B;SAC3B;QACD,eAAe,EAAE;YACfhC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,6BAA6B;YAC5C,MAAM,eACDkC,2BAAmC,IACtC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEF,WAAmB;aAChC;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,WAAmB;aAChC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE7B,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEiC,qBAA6B;aAC1C;YACD,OAAO,EAAE;gBACP,UAAU,EAAE9B,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICjZF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;IAiBA;AACA;;;;;QAOE,kBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QA0BD,sBAAG,GAAH,UAAIT,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,OAA4E,EAAE,QAAiD;YACvM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,WAAW,gBAAA;gBACX,OAAO,SAAA;aACR,EACDR,kBAAgB,EAChB,QAAQ,CAAwC,CAAC;SACpD;;;;;;;;;;QAWD,yBAAM,GAAN,UAAOjC,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,uBAAuD,EAAE,OAAmC;YACvK,OAAO,IAAI,CAAC,WAAW,CAACzC,oBAAiB,EAACC,eAAY,EAACwC,cAAW,EAAC,uBAAuB,EAAC,OAAO,CAAC;iBAChG,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA2C,CAAC;SAC/F;;;;;;;;;QAUD,+BAAY,GAAZ,UAAazC,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,OAAmC;YACpH,OAAO,IAAI,CAAC,iBAAiB,CAACzC,oBAAiB,EAACC,eAAY,EAACwC,cAAW,EAAC,OAAO,CAAC;iBAC9E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;;;;;;;;;;QAWD,yBAAM,GAAN,UAAOzC,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,uBAAuD,EAAE,OAAmC;YACvK,OAAO,IAAI,CAAC,WAAW,CAACzC,oBAAiB,EAACC,eAAY,EAACwC,cAAW,EAAC,uBAAuB,EAAC,OAAO,CAAC;iBAChG,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA2C,CAAC;SAC/F;QAuBD,uBAAI,GAAJ,UAAKzC,oBAAyB,EAAEC,eAAoB,EAAE,OAAsF,EAAE,QAA2D;YACvM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,mBAAiB,EACjB,QAAQ,CAAyC,CAAC;SACrD;QA0BD,uBAAI,GAAJ,UAAK3B,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,OAA8E,EAAE,QAAmD;YAC5M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,WAAW,gBAAA;gBACX,OAAO,SAAA;aACR,EACD,iBAAiB,EACjB,QAAQ,CAAyC,CAAC;SACrD;QA0BD,oCAAiB,GAAjB,UAAkBzC,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,OAAmF,EAAE,QAAwD;YACnO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,WAAW,gBAAA;gBACX,OAAO,SAAA;aACR,EACD,8BAA8B,EAC9B,QAAQ,CAAsD,CAAC;SAClE;QA0BD,6BAAU,GAAV,UAAWzC,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,OAAoF,EAAE,QAAyD;YAC9N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,WAAW,gBAAA;gBACX,OAAO,SAAA;aACR,EACD,uBAAuB,EACvB,QAAQ,CAA+C,CAAC;SAC3D;;;;;;;;;;QAWD,8BAAW,GAAX,UAAYzC,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,uBAAuD,EAAE,OAAmC;YAC5K,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,WAAW,gBAAA;gBACX,uBAAuB,yBAAA;gBACvB,OAAO,SAAA;aACR,EACDP,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,oCAAiB,GAAjB,UAAkBlC,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,OAAmC;YACzH,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,WAAW,gBAAA;gBACX,OAAO,SAAA;aACR,EACDN,gCAA8B,EAC9B,OAAO,CAAC,CAAC;SACZ;;;;;;;;;;QAWD,8BAAW,GAAX,UAAYnC,oBAAyB,EAAEC,eAAoB,EAAEwC,cAAmB,EAAE,uBAAuD,EAAE,OAAmC;YAC5K,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,WAAW,gBAAA;gBACX,uBAAuB,yBAAA;gBACvB,OAAO,SAAA;aACR,EACDL,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;QAoBD,2BAAQ,GAAR,UAASlC,eAAoB,EAAE,OAAsF,EAAE,QAA2D;YAChL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,uBAAqB,EACrB,QAAQ,CAA6C,CAAC;SACzD;QAoBD,iCAAc,GAAd,UAAe1B,eAAoB,EAAE,OAAoF,EAAE,QAAyD;YAClL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD,2BAA2B,EAC3B,QAAQ,CAAmD,CAAC;SAC/D;QACH,eAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAM2B,YAAU,GAAG,IAAI1B,iBAAiB,CAAC2B,SAAO,CAAC,CAAC;IAClD,IAAMG,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,0JAA0J;QAChK,aAAa,EAAE;YACb7B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB+B,WAAsB;SACvB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEqC,OAAe;aAC5B;YACD,OAAO,EAAE;gBACP,UAAU,EAAElC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMkB,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,4IAA4I;QAClJ,aAAa,EAAE;YACbvB,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfN,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEsC,iBAAyB;aACtC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEnC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,iBAAiB,GAAyB;QAC9C,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,+JAA+J;QACrK,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB+B,WAAsB;SACvB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEuC,SAAiB;aAC9B;YACD,OAAO,EAAE;gBACP,UAAU,EAAEpC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,8BAA8B,GAAyB;QAC3D,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,4KAA4K;QAClL,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB+B,WAAsB;SACvB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEwC,cAAsB;aACnC;YACD,OAAO,EAAE;gBACP,UAAU,EAAErC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,uBAAuB,GAAyB;QACpD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,qKAAqK;QAC3K,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB+B,WAAsB;SACvB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEyC,eAAuB;aACpC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEtC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMyB,0BAAwB,GAAyB;QACrD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,0JAA0J;QAChK,aAAa,EAAE;YACb9B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB+B,WAAsB;SACvB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,yBAAyB;YACxC,MAAM,eACD0C,uBAA+B,IAClC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEL,OAAe;aAC5B;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,OAAe;aAC5B;YACD,OAAO,EAAE;gBACP,UAAU,EAAElC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM0B,gCAA8B,GAAyB;QAC3D,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,0JAA0J;QAChK,aAAa,EAAE;YACb/B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB+B,WAAsB;SACvB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEG,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM2B,0BAAwB,GAAyB;QACrD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,0JAA0J;QAChK,aAAa,EAAE;YACbhC,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB+B,WAAsB;SACvB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBC,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,yBAAyB;YACxC,MAAM,eACD2C,uBAA+B,IAClC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEN,OAAe;aAC5B;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,OAAe;aAC5B;YACD,OAAO,EAAE;gBACP,UAAU,EAAElC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEsC,iBAAyB;aACtC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEnC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,2BAA2B,GAAyB;QACxD,UAAU,EAAE,MAAM;QAClB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbiB,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEyC,eAAuB;aACpC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEtC,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;IC5nBF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;IAiBA;AACA;;;;;QAOE,cAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAuBD,mBAAI,GAAJ,UAAKT,oBAAyB,EAAEC,eAAoB,EAAE,OAAsF,EAAE,QAAuD;YACnM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,mBAAiB,EACjB,QAAQ,CAAqC,CAAC;SACjD;QA0BD,kBAAG,GAAH,UAAI3B,oBAAyB,EAAEC,eAAoB,EAAEiD,QAAa,EAAE,OAAwE,EAAE,QAA6C;YACzL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,KAAK,UAAA;gBACL,OAAO,SAAA;aACR,EACDjB,kBAAgB,EAChB,QAAQ,CAAoC,CAAC;SAChD;;;;;;;;;;QAWD,qBAAM,GAAN,UAAOjC,oBAAyB,EAAEC,eAAoB,EAAEiD,QAAa,EAAE,mBAA+C,EAAE,OAAmC;YACzJ,OAAO,IAAI,CAAC,WAAW,CAAClD,oBAAiB,EAACC,eAAY,EAACiD,QAAK,EAAC,mBAAmB,EAAC,OAAO,CAAC;iBACtF,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAuC,CAAC;SAC3F;QA0BD,2BAAY,GAAZ,UAAalD,oBAAyB,EAAEC,eAAoB,EAAEiD,QAAa,EAAE,OAAoF,EAAE,QAAyD;YAC1N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,KAAK,UAAA;gBACL,OAAO,SAAA;aACR,EACD,yBAAyB,EACzB,QAAQ,CAA6C,CAAC;SACzD;;;;;;;;;QAUD,qBAAM,GAAN,UAAOlD,oBAAyB,EAAEC,eAAoB,EAAEiD,QAAa,EAAE,OAAmC;YACxG,OAAO,IAAI,CAAC,WAAW,CAAClD,oBAAiB,EAACC,eAAY,EAACiD,QAAK,EAAC,OAAO,CAAC;iBAClE,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;;;;;;;;;;QAWD,0BAAW,GAAX,UAAYlD,oBAAyB,EAAEC,eAAoB,EAAEiD,QAAa,EAAE,mBAA+C,EAAE,OAAmC;YAC9J,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,KAAK,UAAA;gBACL,mBAAmB,qBAAA;gBACnB,OAAO,SAAA;aACR,EACDd,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,0BAAW,GAAX,UAAYpC,oBAAyB,EAAEC,eAAoB,EAAEiD,QAAa,EAAE,OAAmC;YAC7G,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,KAAK,UAAA;gBACL,OAAO,SAAA;aACR,EACD,wBAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;QAoBD,uBAAQ,GAAR,UAAShD,eAAoB,EAAE,OAAkF,EAAE,QAAuD;YACxK,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,uBAAqB,EACrB,QAAQ,CAAyC,CAAC;SACrD;QACH,WAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAI1B,iBAAiB,CAAC2B,SAAO,CAAC,CAAC;IAClD,IAAMH,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,wIAAwI;QAC9I,aAAa,EAAE;YACbvB,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfM,WAAsB;YACtBkC,MAAiB;YACjBC,GAAc;SACf;QACD,gBAAgB,EAAE;YAChB9C,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE+C,aAAqB;aAClC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE5C,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMwB,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,gJAAgJ;QACtJ,aAAa,EAAE;YACb7B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB2C,KAAgB;SACjB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEgB,GAAW;aACxB;YACD,OAAO,EAAE;gBACP,UAAU,EAAEb,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,yBAAyB,GAAyB;QACtD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,8JAA8J;QACpK,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB2C,KAAgB;SACjB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEiD,eAAuB;aACpC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE9C,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM2B,0BAAwB,GAAyB;QACrD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,gJAAgJ;QACtJ,aAAa,EAAE;YACbhC,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB2C,KAAgB;SACjB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,qBAAqB;YACpC,MAAM,eACDkD,mBAA2B,IAC9B,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAElC,GAAW;aACxB;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,GAAW;aACxB;YACD,OAAO,EAAE;gBACP,UAAU,EAAEb,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,wBAAwB,GAAyB;QACrD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,uJAAuJ;QAC7J,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvB2C,KAAgB;SACjB;QACD,eAAe,EAAE;YACfrC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEG,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE+C,aAAqB;aAClC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE5C,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICxYF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;IAiBA;AACA;;;;;QAOE,eAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAuBD,oBAAI,GAAJ,UAAKT,oBAAyB,EAAEC,eAAoB,EAAE,OAAmF,EAAE,QAAwD;YACjM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,mBAAiB,EACjB,QAAQ,CAAsC,CAAC;SAClD;QA0BD,mBAAG,GAAH,UAAI3B,oBAAyB,EAAEC,eAAoB,EAAEwD,WAAgB,EAAE,OAAyE,EAAE,QAA8C;YAC9L,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,QAAQ,aAAA;gBACR,OAAO,SAAA;aACR,EACDxB,kBAAgB,EAChB,QAAQ,CAAqC,CAAC;SACjD;;;;;;;;;;QAWD,sBAAM,GAAN,UAAOjC,oBAAyB,EAAEC,eAAoB,EAAEwD,WAAgB,EAAE,oBAAiC,EAAE,OAAmC;YAC9I,OAAO,IAAI,CAAC,WAAW,CAACzD,oBAAiB,EAACC,eAAY,EAACwD,WAAQ,EAAC,oBAAoB,EAAC,OAAO,CAAC;iBAC1F,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAwC,CAAC;SAC5F;;;;;;;;;QAUD,4BAAY,GAAZ,UAAazD,oBAAyB,EAAEC,eAAoB,EAAEwD,WAAgB,EAAE,OAAmC;YACjH,OAAO,IAAI,CAAC,iBAAiB,CAACzD,oBAAiB,EAACC,eAAY,EAACwD,WAAQ,EAAC,OAAO,CAAC;iBAC3E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;;;;;;;;;;QAWD,sBAAM,GAAN,UAAOzD,oBAAyB,EAAEC,eAAoB,EAAEwD,WAAgB,EAAE,oBAAiD,EAAE,OAAmC;YAC9J,OAAO,IAAI,CAAC,WAAW,CAACzD,oBAAiB,EAACC,eAAY,EAACwD,WAAQ,EAAC,oBAAoB,EAAC,OAAO,CAAC;iBAC1F,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAwC,CAAC;SAC5F;QA0BD,0BAAU,GAAV,UAAWzD,oBAAyB,EAAEC,eAAoB,EAAEwD,WAAgB,EAAE,OAAyE,EAAE,QAA8C;YACrM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,QAAQ,aAAA;gBACR,OAAO,SAAA;aACR,EACD,uBAAuB,EACvB,QAAQ,CAA4C,CAAC;SACxD;;;;;;;;;;QAWD,2BAAW,GAAX,UAAYzD,oBAAyB,EAAEC,eAAoB,EAAEwD,WAAgB,EAAE,oBAAiC,EAAE,OAAmC;YACnJ,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,QAAQ,aAAA;gBACR,oBAAoB,sBAAA;gBACpB,OAAO,SAAA;aACR,EACDvB,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,iCAAiB,GAAjB,UAAkBlC,oBAAyB,EAAEC,eAAoB,EAAEwD,WAAgB,EAAE,OAAmC;YACtH,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,QAAQ,aAAA;gBACR,OAAO,SAAA;aACR,EACDtB,gCAA8B,EAC9B,OAAO,CAAC,CAAC;SACZ;;;;;;;;;;QAWD,2BAAW,GAAX,UAAYnC,oBAAyB,EAAEC,eAAoB,EAAEwD,WAAgB,EAAE,oBAAiD,EAAE,OAAmC;YACnK,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,QAAQ,aAAA;gBACR,oBAAoB,sBAAA;gBACpB,OAAO,SAAA;aACR,EACDrB,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;QAoBD,wBAAQ,GAAR,UAASlC,eAAoB,EAAE,OAAmF,EAAE,QAAwD;YAC1K,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,uBAAqB,EACrB,QAAQ,CAA0C,CAAC;SACtD;QACH,YAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAI1B,iBAAiB,CAAC2B,SAAO,CAAC,CAAC;IAClD,IAAMH,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,yIAAyI;QAC/I,aAAa,EAAE;YACbvB,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfM,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEoD,cAAsB;aACnC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEjD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMwB,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,oJAAoJ;QAC1J,aAAa,EAAE;YACb7B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBgD,QAAmB;SACpB;QACD,eAAe,EAAE;YACf1C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEsD,IAAY;aACzB;YACD,OAAO,EAAE;gBACP,UAAU,EAAEnD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM,uBAAuB,GAAyB;QACpD,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,gKAAgK;QACtK,aAAa,EAAE;YACbL,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBgD,QAAmB;SACpB;QACD,eAAe,EAAE;YACf1C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEsD,IAAY;aACzB;YACD,OAAO,EAAE;gBACP,UAAU,EAAEnD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMyB,0BAAwB,GAAyB;QACrD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,oJAAoJ;QAC1J,aAAa,EAAE;YACb9B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBgD,QAAmB;SACpB;QACD,eAAe,EAAE;YACf1C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,sBAAsB;YACrC,MAAM,eACDsD,IAAY,IACf,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,IAAY;aACzB;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,IAAY;aACzB;YACD,OAAO,EAAE;gBACP,UAAU,EAAEnD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM0B,gCAA8B,GAAyB;QAC3D,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,oJAAoJ;QAC1J,aAAa,EAAE;YACb/B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBgD,QAAmB;SACpB;QACD,eAAe,EAAE;YACf1C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEG,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM2B,0BAAwB,GAAyB;QACrD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,oJAAoJ;QAC1J,aAAa,EAAE;YACbhC,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBgD,QAAmB;SACpB;QACD,eAAe,EAAE;YACf1C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBX,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,sBAAsB;YACrC,MAAM,eACDuD,oBAA4B,IAC/B,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAED,IAAY;aACzB;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,IAAY;aACzB;YACD,OAAO,EAAE;gBACP,UAAU,EAAEnD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEoD,cAAsB;aACnC;YACD,OAAO,EAAE;gBACP,UAAU,EAAEjD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;IC/cF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;IAiBA;AACA;;;;;QAOE,mBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QA0BD,uBAAG,GAAH,UAAIT,oBAAyB,EAAEC,eAAoB,EAAE6D,eAAoB,EAAE,OAA6E,EAAE,QAAkD;YAC1M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD7B,kBAAgB,EAChB,QAAQ,CAAyC,CAAC;SACrD;;;;;;;;;;QAWD,0BAAM,GAAN,UAAOjC,oBAAyB,EAAEC,eAAoB,EAAE6D,eAAoB,EAAE,wBAAyC,EAAE,OAAmC;YAC1J,OAAO,IAAI,CAAC,WAAW,CAAC9D,oBAAiB,EAACC,eAAY,EAAC6D,eAAY,EAAC,wBAAwB,EAAC,OAAO,CAAC;iBAClG,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA4C,CAAC;SAChG;;;;;;;;;QAUD,gCAAY,GAAZ,UAAa9D,oBAAyB,EAAEC,eAAoB,EAAE6D,eAAoB,EAAE,OAAmC;YACrH,OAAO,IAAI,CAAC,iBAAiB,CAAC9D,oBAAiB,EAACC,eAAY,EAAC6D,eAAY,EAAC,OAAO,CAAC;iBAC/E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;;;;;;;;;;QAWD,0BAAM,GAAN,UAAO9D,oBAAyB,EAAEC,eAAoB,EAAE6D,eAAoB,EAAE,wBAAyD,EAAE,OAAmC;YAC1K,OAAO,IAAI,CAAC,WAAW,CAAC9D,oBAAiB,EAACC,eAAY,EAAC6D,eAAY,EAAC,wBAAwB,EAAC,OAAO,CAAC;iBAClG,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAA4C,CAAC;SAChG;QAuBD,wBAAI,GAAJ,UAAK9D,oBAAyB,EAAEC,eAAoB,EAAE,OAAuF,EAAE,QAA4D;YACzM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,mBAAiB,EACjB,QAAQ,CAA0C,CAAC;SACtD;;;;;;;;;;QAWD,+BAAW,GAAX,UAAY3B,oBAAyB,EAAEC,eAAoB,EAAE6D,eAAoB,EAAE,wBAAyC,EAAE,OAAmC;YAC/J,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,YAAY,iBAAA;gBACZ,wBAAwB,0BAAA;gBACxB,OAAO,SAAA;aACR,EACD5B,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,qCAAiB,GAAjB,UAAkBlC,oBAAyB,EAAEC,eAAoB,EAAE6D,eAAoB,EAAE,OAAmC;YAC1H,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD3B,gCAA8B,EAC9B,OAAO,CAAC,CAAC;SACZ;;;;;;;;;;QAWD,+BAAW,GAAX,UAAYnC,oBAAyB,EAAEC,eAAoB,EAAE6D,eAAoB,EAAE,wBAAyD,EAAE,OAAmC;YAC/K,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,YAAY,iBAAA;gBACZ,wBAAwB,0BAAA;gBACxB,OAAO,SAAA;aACR,EACD1B,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;QAoBD,4BAAQ,GAAR,UAASlC,eAAoB,EAAE,OAAuF,EAAE,QAA4D;YAClL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,uBAAqB,EACrB,QAAQ,CAA8C,CAAC;SAC1D;QACH,gBAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAI1B,iBAAiB,CAAC2B,SAAO,CAAC,CAAC;IAClD,IAAMG,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,4JAA4J;QAClK,aAAa,EAAE;YACb7B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBoD,YAAuB;SACxB;QACD,eAAe,EAAE;YACfxC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE0D,QAAgB;aAC7B;YACD,OAAO,EAAE;gBACP,UAAU,EAAEvD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMkB,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,6IAA6I;QACnJ,aAAa,EAAE;YACbvB,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfY,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE2D,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAExD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMyB,0BAAwB,GAAyB;QACrD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,4JAA4J;QAClK,aAAa,EAAE;YACb9B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBoD,YAAuB;SACxB;QACD,eAAe,EAAE;YACfxC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,0BAA0B;YACzC,MAAM,eACD0D,QAAgB,IACnB,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,QAAgB;aAC7B;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,QAAgB;aAC7B;YACD,OAAO,EAAE;gBACP,UAAU,EAAEvD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM0B,gCAA8B,GAAyB;QAC3D,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,4JAA4J;QAClK,aAAa,EAAE;YACb/B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBoD,YAAuB;SACxB;QACD,eAAe,EAAE;YACfxC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEG,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM2B,0BAAwB,GAAyB;QACrD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,4JAA4J;QAClK,aAAa,EAAE;YACbhC,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvBoD,YAAuB;SACxB;QACD,eAAe,EAAE;YACfxC,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,0BAA0B;YACzC,MAAM,eACD4D,wBAAgC,IACnC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEF,QAAgB;aAC7B;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,QAAgB;aAC7B;YACD,OAAO,EAAE;gBACP,UAAU,EAAEvD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE2D,kBAA0B;aACvC;YACD,OAAO,EAAE;gBACP,UAAU,EAAExD,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICjZF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICNH;;;;;;;;;IAiBA;AACA;;;;;QAOE,gBAAY,MAAgD;YAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QA0BD,oBAAG,GAAH,UAAIT,oBAAyB,EAAEC,eAAoB,EAAEkE,YAAiB,EAAE,OAA0E,EAAE,QAA+C;YACjM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,SAAS,cAAA;gBACT,OAAO,SAAA;aACR,EACDlC,kBAAgB,EAChB,QAAQ,CAAsC,CAAC;SAClD;;;;;;;;;;QAWD,uBAAM,GAAN,UAAOjC,oBAAyB,EAAEC,eAAoB,EAAEkE,YAAiB,EAAE,qBAAmC,EAAE,OAAmC;YACjJ,OAAO,IAAI,CAAC,WAAW,CAACnE,oBAAiB,EAACC,eAAY,EAACkE,YAAS,EAAC,qBAAqB,EAAC,OAAO,CAAC;iBAC5F,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAyC,CAAC;SAC7F;;;;;;;;;QAUD,6BAAY,GAAZ,UAAanE,oBAAyB,EAAEC,eAAoB,EAAEkE,YAAiB,EAAE,OAAmC;YAClH,OAAO,IAAI,CAAC,iBAAiB,CAACnE,oBAAiB,EAACC,eAAY,EAACkE,YAAS,EAAC,OAAO,CAAC;iBAC5E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAC,CAAC;SACrD;;;;;;;;;;QAWD,uBAAM,GAAN,UAAOnE,oBAAyB,EAAEC,eAAoB,EAAEkE,YAAiB,EAAE,qBAAmD,EAAE,OAAmC;YACjK,OAAO,IAAI,CAAC,WAAW,CAACnE,oBAAiB,EAACC,eAAY,EAACkE,YAAS,EAAC,qBAAqB,EAAC,OAAO,CAAC;iBAC5F,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,GAAA,CAAyC,CAAC;SAC7F;QAuBD,qBAAI,GAAJ,UAAKnE,oBAAyB,EAAEC,eAAoB,EAAE,OAAoF,EAAE,QAAyD;YACnM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,mBAAiB,EACjB,QAAQ,CAAuC,CAAC;SACnD;;;;;;;;;;QAWD,4BAAW,GAAX,UAAY3B,oBAAyB,EAAEC,eAAoB,EAAEkE,YAAiB,EAAE,qBAAmC,EAAE,OAAmC;YACtJ,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,SAAS,cAAA;gBACT,qBAAqB,uBAAA;gBACrB,OAAO,SAAA;aACR,EACDjC,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;;;;;;;;;QAUD,kCAAiB,GAAjB,UAAkBlC,oBAAyB,EAAEC,eAAoB,EAAEkE,YAAiB,EAAE,OAAmC;YACvH,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,SAAS,cAAA;gBACT,OAAO,SAAA;aACR,EACDhC,gCAA8B,EAC9B,OAAO,CAAC,CAAC;SACZ;;;;;;;;;;QAWD,4BAAW,GAAX,UAAYnC,oBAAyB,EAAEC,eAAoB,EAAEkE,YAAiB,EAAE,qBAAmD,EAAE,OAAmC;YACtK,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;gBACE,iBAAiB,sBAAA;gBACjB,YAAY,iBAAA;gBACZ,SAAS,cAAA;gBACT,qBAAqB,uBAAA;gBACrB,OAAO,SAAA;aACR,EACD/B,0BAAwB,EACxB,OAAO,CAAC,CAAC;SACZ;QAoBD,yBAAQ,GAAR,UAASlC,eAAoB,EAAE,OAAoF,EAAE,QAAyD;YAC5K,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;gBACE,YAAY,iBAAA;gBACZ,OAAO,SAAA;aACR,EACD0B,uBAAqB,EACrB,QAAQ,CAA2C,CAAC;SACvD;QACH,aAAC;IAAD,CAAC,IAAA;IAED;IACA,IAAMC,YAAU,GAAG,IAAI1B,iBAAiB,CAAC2B,SAAO,CAAC,CAAC;IAClD,IAAMG,kBAAgB,GAAyB;QAC7C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,sJAAsJ;QAC5J,aAAa,EAAE;YACb7B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvByD,SAAoB;SACrB;QACD,eAAe,EAAE;YACf7C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAE+D,KAAa;aAC1B;YACD,OAAO,EAAE;gBACP,UAAU,EAAE5D,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMkB,mBAAiB,GAAyB;QAC9C,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,0IAA0I;QAChJ,aAAa,EAAE;YACbvB,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;SACxB;QACD,eAAe,EAAE;YACfY,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEgE,eAAuB;aACpC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE7D,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMyB,0BAAwB,GAAyB;QACrD,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,sJAAsJ;QAC5J,aAAa,EAAE;YACb9B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvByD,SAAoB;SACrB;QACD,eAAe,EAAE;YACf7C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,uBAAuB;YACtC,MAAM,eACD+D,KAAa,IAChB,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEA,KAAa;aAC1B;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,KAAa;aAC1B;YACD,OAAO,EAAE;gBACP,UAAU,EAAE5D,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM0B,gCAA8B,GAAyB;QAC3D,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,sJAAsJ;QAC5J,aAAa,EAAE;YACb/B,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvByD,SAAoB;SACrB;QACD,eAAe,EAAE;YACf7C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;YACP,OAAO,EAAE;gBACP,UAAU,EAAEG,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAM2B,0BAAwB,GAAyB;QACrD,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,sJAAsJ;QAC5J,aAAa,EAAE;YACbhC,cAAyB;YACzBM,iBAA4B;YAC5BC,YAAuB;YACvByD,SAAoB;SACrB;QACD,eAAe,EAAE;YACf7C,WAAsB;SACvB;QACD,gBAAgB,EAAE;YAChBjB,cAAyB;SAC1B;QACD,WAAW,EAAE;YACX,aAAa,EAAE,uBAAuB;YACtC,MAAM,eACDiE,qBAA6B,IAChC,QAAQ,EAAE,IAAI,GACf;SACF;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEF,KAAa;aAC1B;YACD,GAAG,EAAE;gBACH,UAAU,EAAEA,KAAa;aAC1B;YACD,OAAO,EAAE;gBACP,UAAU,EAAE5D,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;IAEF,IAAMmB,uBAAqB,GAAyB;QAClD,UAAU,EAAE,KAAK;QACjB,OAAO,EAAE,8BAA8B;QACvC,IAAI,EAAE,YAAY;QAClB,aAAa,EAAE;YACbF,YAAuB;SACxB;QACD,gBAAgB,EAAE;YAChBpB,cAAyB;SAC1B;QACD,SAAS,EAAE;YACT,GAAG,EAAE;gBACH,UAAU,EAAEgE,eAAuB;aACpC;YACD,OAAO,EAAE;gBACP,UAAU,EAAE7D,UAAkB;aAC/B;SACF;QACD,UAAU,cAAA;KACX,CAAC;;ICjZF;;;;;;;;OAQG;;ICRH;;;;;;;;;IAcA,IAAM,WAAW,GAAG,8BAA8B,CAAC;IACnD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;QAA8D+D,4DAA8B;;;;;;;QAU1F,kDAAY,WAA4C,EAAE,cAAsB,EAAE,OAAyD;YAA3I,iBA+BC;YA9BC,IAAI,WAAW,IAAI,SAAS,EAAE;gBAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACpD;YACD,IAAI,cAAc,IAAI,SAAS,EAAE;gBAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACvD;YAED,IAAI,CAAC,OAAO,EAAE;gBACZ,OAAO,GAAG,EAAE,CAAC;aACd;YACD,IAAG,CAAC,OAAO,CAAC,SAAS,EAAE;gBACrB,IAAM,gBAAgB,GAAGC,oCAAoC,EAAE,CAAC;gBAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;aAC5E;YAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;YAE5B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;YAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;YAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;YACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;YAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;YAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;YAErC,IAAG,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;gBAC1E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;aAC9C;YACD,IAAG,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;gBAC9G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;aAClF;;SACF;QACH,+CAAC;IAAD,CAAC,CA1C6DC,8BAA8B;;ICjB5F;;;;;;;;;;QAiBgDF,qDAAwC;;;;;;;QAiBtF,2CAAY,WAA4C,EAAE,cAAsB,EAAE,OAAyD;YAA3I,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAS5C;YARC,KAAI,CAAC,UAAU,GAAG,IAAIG,UAAqB,CAAC,KAAI,CAAC,CAAC;YAClD,KAAI,CAAC,UAAU,GAAG,IAAIC,UAAqB,CAAC,KAAI,CAAC,CAAC;YAClD,KAAI,CAAC,YAAY,GAAG,IAAIC,YAAuB,CAAC,KAAI,CAAC,CAAC;YACtD,KAAI,CAAC,QAAQ,GAAG,IAAIC,QAAmB,CAAC,KAAI,CAAC,CAAC;YAC9C,KAAI,CAAC,IAAI,GAAG,IAAIC,IAAe,CAAC,KAAI,CAAC,CAAC;YACtC,KAAI,CAAC,KAAK,GAAG,IAAIC,KAAgB,CAAC,KAAI,CAAC,CAAC;YACxC,KAAI,CAAC,SAAS,GAAG,IAAIC,SAAoB,CAAC,KAAI,CAAC,CAAC;YAChD,KAAI,CAAC,MAAM,GAAG,IAAIC,MAAiB,CAAC,KAAI,CAAC,CAAC;;SAC3C;QACH,wCAAC;IAAD,CA5BA,CAAgD,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;"}
|