@databricks/sdk-usagedashboards 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @module v1
3
+ */
1
4
  export { UsageDashboardsClient } from './client';
2
5
  export { UsageDashboardMajorVersion, UsageDashboardType } from './model';
3
6
  export type { CreateBillingUsageDashboardRequest, CreateBillingUsageDashboardResponse, GetBillingUsageDashboardRequest, GetBillingUsageDashboardResponse, } from './model';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/v1/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,qBAAqB,EAAC,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAC,0BAA0B,EAAE,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAEvE,YAAY,EACV,kCAAkC,EAClC,mCAAmC,EACnC,+BAA+B,EAC/B,gCAAgC,GACjC,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/v1/index.ts"],"names":[],"mappings":"AAEA;;GAEG;AAEH,OAAO,EAAC,qBAAqB,EAAC,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAC,0BAA0B,EAAE,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAEvE,YAAY,EACV,kCAAkC,EAClC,mCAAmC,EACnC,+BAA+B,EAC/B,gCAAgC,GACjC,MAAM,SAAS,CAAC"}
package/dist/v1/index.js CHANGED
@@ -1,4 +1,7 @@
1
1
  // Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
2
+ /**
3
+ * @module v1
4
+ */
2
5
  export { UsageDashboardsClient } from './client';
3
6
  export { UsageDashboardMajorVersion, UsageDashboardType } from './model';
4
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/v1/index.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAE/E,OAAO,EAAC,qBAAqB,EAAC,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAC,0BAA0B,EAAE,kBAAkB,EAAC,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/v1/index.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAE/E;;GAEG;AAEH,OAAO,EAAC,qBAAqB,EAAC,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAC,0BAA0B,EAAE,kBAAkB,EAAC,MAAM,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databricks/sdk-usagedashboards",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,9 +33,9 @@
33
33
  "directory": "packages/usagedashboards"
34
34
  },
35
35
  "dependencies": {
36
- "@databricks/sdk-auth": ">=0.2.0 <1.0.0",
37
- "@databricks/sdk-core": ">=0.2.0 <1.0.0",
38
- "@databricks/sdk-options": ">=0.2.0 <1.0.0",
36
+ "@databricks/sdk-auth": ">=0.3.0 <1.0.0",
37
+ "@databricks/sdk-core": ">=0.3.0 <1.0.0",
38
+ "@databricks/sdk-options": ">=0.3.0 <1.0.0",
39
39
  "@js-temporal/polyfill": "^0.5.0",
40
40
  "json-bigint": "^1.0.0",
41
41
  "zod": "^4.3.6"