@azure/arm-databricks 3.0.2-alpha.20260302.1 → 3.0.2-alpha.20260303.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/commonjs/azureDatabricksManagementClient.js +107 -92
  2. package/dist/commonjs/azureDatabricksManagementClient.js.map +7 -1
  3. package/dist/commonjs/index.js +28 -19
  4. package/dist/commonjs/index.js.map +7 -1
  5. package/dist/commonjs/lroImpl.js +37 -19
  6. package/dist/commonjs/lroImpl.js.map +7 -1
  7. package/dist/commonjs/models/index.js +115 -151
  8. package/dist/commonjs/models/index.js.map +7 -1
  9. package/dist/commonjs/models/mappers.js +1472 -1412
  10. package/dist/commonjs/models/mappers.js.map +7 -1
  11. package/dist/commonjs/models/parameters.js +199 -170
  12. package/dist/commonjs/models/parameters.js.map +7 -1
  13. package/dist/commonjs/operations/accessConnectors.js +543 -483
  14. package/dist/commonjs/operations/accessConnectors.js.map +7 -1
  15. package/dist/commonjs/operations/index.js +23 -18
  16. package/dist/commonjs/operations/index.js.map +7 -1
  17. package/dist/commonjs/operations/operations.js +132 -109
  18. package/dist/commonjs/operations/operations.js.map +7 -1
  19. package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.js +88 -64
  20. package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.js.map +7 -1
  21. package/dist/commonjs/operations/privateEndpointConnections.js +395 -341
  22. package/dist/commonjs/operations/privateEndpointConnections.js.map +7 -1
  23. package/dist/commonjs/operations/privateLinkResources.js +198 -155
  24. package/dist/commonjs/operations/privateLinkResources.js.map +7 -1
  25. package/dist/commonjs/operations/vNetPeering.js +394 -332
  26. package/dist/commonjs/operations/vNetPeering.js.map +7 -1
  27. package/dist/commonjs/operations/workspaces.js +543 -483
  28. package/dist/commonjs/operations/workspaces.js.map +7 -1
  29. package/dist/commonjs/operationsInterfaces/accessConnectors.js +15 -10
  30. package/dist/commonjs/operationsInterfaces/accessConnectors.js.map +7 -1
  31. package/dist/commonjs/operationsInterfaces/index.js +23 -18
  32. package/dist/commonjs/operationsInterfaces/index.js.map +7 -1
  33. package/dist/commonjs/operationsInterfaces/operations.js +15 -10
  34. package/dist/commonjs/operationsInterfaces/operations.js.map +7 -1
  35. package/dist/commonjs/operationsInterfaces/outboundNetworkDependenciesEndpoints.js +15 -10
  36. package/dist/commonjs/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +7 -1
  37. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +15 -10
  38. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +7 -1
  39. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +15 -10
  40. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +7 -1
  41. package/dist/commonjs/operationsInterfaces/vNetPeering.js +15 -10
  42. package/dist/commonjs/operationsInterfaces/vNetPeering.js.map +7 -1
  43. package/dist/commonjs/operationsInterfaces/workspaces.js +15 -10
  44. package/dist/commonjs/operationsInterfaces/workspaces.js.map +7 -1
  45. package/dist/commonjs/pagingHelper.js +34 -30
  46. package/dist/commonjs/pagingHelper.js.map +7 -1
  47. package/dist/esm/azureDatabricksManagementClient.js +85 -86
  48. package/dist/esm/azureDatabricksManagementClient.js.map +7 -1
  49. package/dist/esm/index.js +6 -11
  50. package/dist/esm/index.js.map +7 -1
  51. package/dist/esm/lroImpl.js +19 -17
  52. package/dist/esm/lroImpl.js.map +7 -1
  53. package/dist/esm/models/index.js +96 -148
  54. package/dist/esm/models/index.js.map +7 -1
  55. package/dist/esm/models/mappers.js +1453 -1409
  56. package/dist/esm/models/mappers.js.map +7 -1
  57. package/dist/esm/models/parameters.js +189 -169
  58. package/dist/esm/models/parameters.js.map +7 -1
  59. package/dist/esm/operations/accessConnectors.js +512 -474
  60. package/dist/esm/operations/accessConnectors.js.map +7 -1
  61. package/dist/esm/operations/index.js +0 -8
  62. package/dist/esm/operations/index.js.map +7 -1
  63. package/dist/esm/operations/operations.js +100 -101
  64. package/dist/esm/operations/operations.js.map +7 -1
  65. package/dist/esm/operations/outboundNetworkDependenciesEndpoints.js +57 -57
  66. package/dist/esm/operations/outboundNetworkDependenciesEndpoints.js.map +7 -1
  67. package/dist/esm/operations/privateEndpointConnections.js +364 -332
  68. package/dist/esm/operations/privateEndpointConnections.js.map +7 -1
  69. package/dist/esm/operations/privateLinkResources.js +166 -147
  70. package/dist/esm/operations/privateLinkResources.js.map +7 -1
  71. package/dist/esm/operations/vNetPeering.js +363 -323
  72. package/dist/esm/operations/vNetPeering.js.map +7 -1
  73. package/dist/esm/operations/workspaces.js +512 -474
  74. package/dist/esm/operations/workspaces.js.map +7 -1
  75. package/dist/esm/operationsInterfaces/accessConnectors.js +0 -9
  76. package/dist/esm/operationsInterfaces/accessConnectors.js.map +7 -1
  77. package/dist/esm/operationsInterfaces/index.js +0 -8
  78. package/dist/esm/operationsInterfaces/index.js.map +7 -1
  79. package/dist/esm/operationsInterfaces/operations.js +0 -9
  80. package/dist/esm/operationsInterfaces/operations.js.map +7 -1
  81. package/dist/esm/operationsInterfaces/outboundNetworkDependenciesEndpoints.js +0 -9
  82. package/dist/esm/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +7 -1
  83. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  84. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +7 -1
  85. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  86. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +7 -1
  87. package/dist/esm/operationsInterfaces/vNetPeering.js +0 -9
  88. package/dist/esm/operationsInterfaces/vNetPeering.js.map +7 -1
  89. package/dist/esm/operationsInterfaces/workspaces.js +0 -9
  90. package/dist/esm/operationsInterfaces/workspaces.js.map +7 -1
  91. package/dist/esm/pagingHelper.js +17 -28
  92. package/dist/esm/pagingHelper.js.map +7 -1
  93. package/package.json +2 -19
@@ -1,71 +1,95 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.OutboundNetworkDependenciesEndpointsImpl = void 0;
11
- const tslib_1 = require("tslib");
12
- const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
- const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
- const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
- /** Class containing OutboundNetworkDependenciesEndpoints operations. */
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var outboundNetworkDependenciesEndpoints_exports = {};
29
+ __export(outboundNetworkDependenciesEndpoints_exports, {
30
+ OutboundNetworkDependenciesEndpointsImpl: () => OutboundNetworkDependenciesEndpointsImpl
31
+ });
32
+ module.exports = __toCommonJS(outboundNetworkDependenciesEndpoints_exports);
33
+ var coreClient = __toESM(require("@azure/core-client"));
34
+ var Mappers = __toESM(require("../models/mappers.js"));
35
+ var Parameters = __toESM(require("../models/parameters.js"));
16
36
  class OutboundNetworkDependenciesEndpointsImpl {
17
- client;
18
- /**
19
- * Initialize a new instance of the class OutboundNetworkDependenciesEndpoints class.
20
- * @param client Reference to the service client
21
- */
22
- constructor(client) {
23
- this.client = client;
24
- }
25
- /**
26
- * Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You
27
- * must configure outbound access with these endpoints. For more information, see
28
- * https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr
29
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
30
- * @param workspaceName The name of the workspace.
31
- * @param options The options parameters.
32
- */
33
- list(resourceGroupName, workspaceName, options) {
34
- return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listOperationSpec);
35
- }
37
+ client;
38
+ /**
39
+ * Initialize a new instance of the class OutboundNetworkDependenciesEndpoints class.
40
+ * @param client Reference to the service client
41
+ */
42
+ constructor(client) {
43
+ this.client = client;
44
+ }
45
+ /**
46
+ * Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You
47
+ * must configure outbound access with these endpoints. For more information, see
48
+ * https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr
49
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
+ * @param workspaceName The name of the workspace.
51
+ * @param options The options parameters.
52
+ */
53
+ list(resourceGroupName, workspaceName, options) {
54
+ return this.client.sendOperationRequest(
55
+ { resourceGroupName, workspaceName, options },
56
+ listOperationSpec
57
+ );
58
+ }
36
59
  }
37
- exports.OutboundNetworkDependenciesEndpointsImpl = OutboundNetworkDependenciesEndpointsImpl;
38
- // Operation Specifications
39
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
60
+ const serializer = coreClient.createSerializer(
61
+ Mappers,
62
+ /* isXml */
63
+ false
64
+ );
40
65
  const listOperationSpec = {
41
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints",
42
- httpMethod: "GET",
43
- responses: {
44
- 200: {
45
- bodyMapper: {
46
- type: {
47
- name: "Sequence",
48
- element: {
49
- type: {
50
- name: "Composite",
51
- className: "OutboundEnvironmentEndpoint"
52
- }
53
- }
54
- }
66
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints",
67
+ httpMethod: "GET",
68
+ responses: {
69
+ 200: {
70
+ bodyMapper: {
71
+ type: {
72
+ name: "Sequence",
73
+ element: {
74
+ type: {
75
+ name: "Composite",
76
+ className: "OutboundEnvironmentEndpoint"
55
77
  }
56
- },
57
- default: {
58
- bodyMapper: Mappers.ErrorResponse
78
+ }
59
79
  }
80
+ }
60
81
  },
61
- queryParameters: [Parameters.apiVersion],
62
- urlParameters: [
63
- Parameters.$host,
64
- Parameters.resourceGroupName,
65
- Parameters.workspaceName,
66
- Parameters.subscriptionId
67
- ],
68
- headerParameters: [Parameters.accept],
69
- serializer
82
+ default: {
83
+ bodyMapper: Mappers.ErrorResponse
84
+ }
85
+ },
86
+ queryParameters: [Parameters.apiVersion],
87
+ urlParameters: [
88
+ Parameters.$host,
89
+ Parameters.resourceGroupName,
90
+ Parameters.workspaceName,
91
+ Parameters.subscriptionId
92
+ ],
93
+ headerParameters: [Parameters.accept],
94
+ serializer
70
95
  };
71
- //# sourceMappingURL=outboundNetworkDependenciesEndpoints.js.map
@@ -1 +1,7 @@
1
- {"version":3,"file":"outboundNetworkDependenciesEndpoints.js","sourceRoot":"","sources":["../../../src/operations/outboundNetworkDependenciesEndpoints.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAOtD,wEAAwE;AACxE,MAAa,wCAAwC;IAElC,MAAM,CAAkC;IAEzD;;;OAGG;IACH,YAAY,MAAuC;QACjD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;OAOG;IACH,IAAI,CACF,iBAAyB,EACzB,aAAqB,EACrB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,aAAa,EAAE,OAAO,EAAE,EAC7C,iBAAiB,CAClB,CAAC;IACJ,CAAC;CACF;AA9BD,4FA8BC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EACF,mKAAmK;IACrK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;SACF;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,aAAa;QACxB,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 { OutboundNetworkDependenciesEndpoints } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureDatabricksManagementClient } from \"../azureDatabricksManagementClient.js\";\nimport {\n OutboundNetworkDependenciesEndpointsListOptionalParams,\n OutboundNetworkDependenciesEndpointsListResponse\n} from \"../models/index.js\";\n\n/** Class containing OutboundNetworkDependenciesEndpoints operations. */\nexport class OutboundNetworkDependenciesEndpointsImpl\n implements OutboundNetworkDependenciesEndpoints {\n private readonly client: AzureDatabricksManagementClient;\n\n /**\n * Initialize a new instance of the class OutboundNetworkDependenciesEndpoints class.\n * @param client Reference to the service client\n */\n constructor(client: AzureDatabricksManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You\n * must configure outbound access with these endpoints. For more information, see\n * https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n workspaceName: string,\n options?: OutboundNetworkDependenciesEndpointsListOptionalParams\n ): Promise<OutboundNetworkDependenciesEndpointsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n listOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["/mnt/vss/_work/1/s/sdk/databricks/arm-databricks/src/operations/outboundNetworkDependenciesEndpoints.ts"],
4
+ "sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\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 { OutboundNetworkDependenciesEndpoints } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureDatabricksManagementClient } from \"../azureDatabricksManagementClient.js\";\nimport {\n OutboundNetworkDependenciesEndpointsListOptionalParams,\n OutboundNetworkDependenciesEndpointsListResponse\n} from \"../models/index.js\";\n\n/** Class containing OutboundNetworkDependenciesEndpoints operations. */\nexport class OutboundNetworkDependenciesEndpointsImpl\n implements OutboundNetworkDependenciesEndpoints {\n private readonly client: AzureDatabricksManagementClient;\n\n /**\n * Initialize a new instance of the class OutboundNetworkDependenciesEndpoints class.\n * @param client Reference to the service client\n */\n constructor(client: AzureDatabricksManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You\n * must configure outbound access with these endpoints. For more information, see\n * https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n workspaceName: string,\n options?: OutboundNetworkDependenciesEndpointsListOptionalParams\n ): Promise<OutboundNetworkDependenciesEndpointsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n listOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AASA,iBAA4B;AAC5B,cAAyB;AACzB,iBAA4B;AAQrB,MAAM,yCACqC;AAAA,EAC/B;AAAA;AAAA;AAAA;AAAA;AAAA,EAMjB,YAAY,QAAyC;AACnD,SAAK,SAAS;AAAA,EAChB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUA,KACE,mBACA,eACA,SAC2D;AAC3D,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,mBAAmB,eAAe,QAAQ;AAAA,MAC5C;AAAA,IACF;AAAA,EACF;AACF;AAEA,MAAM,aAAa,WAAW;AAAA,EAAiB;AAAA;AAAA,EAAqB;AAAK;AAEzE,MAAM,oBAA8C;AAAA,EAClD,MACE;AAAA,EACF,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY;AAAA,QACV,MAAM;AAAA,UACJ,MAAM;AAAA,UACN,SAAS;AAAA,YACP,MAAM;AAAA,cACJ,MAAM;AAAA,cACN,WAAW;AAAA,YACb;AAAA,UACF;AAAA,QACF;AAAA,MACF;AAAA,IACF;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;",
6
+ "names": []
7
+ }