@databricks/sdk-usagedashboards 0.1.0-dev.5 → 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.
package/README.md CHANGED
@@ -1,15 +1,10 @@
1
1
  # @databricks/sdk-usagedashboards
2
2
 
3
- > [!WARNING]
3
+ > [!NOTE]
4
4
  >
5
- > ## PREVIEW - NOT FOR PRODUCTION USE
5
+ > ## Beta
6
6
  >
7
- > **This SDK is in preview and is subject to change without notice.**
8
- >
9
- > - **Do NOT use in production environments**
10
- > - **Breaking changes may occur at any time**
11
- > - **APIs are experimental and unstable**
12
- > - **Use for development and testing only**
7
+ > **This SDK is in Beta and is supported for production use cases.** Interfaces might still change slightly before GA (e.g. name standardization and minor ergonomic tweaks). We are keen to hear feedback from early adopters — please [file issues](https://github.com/databricks/sdk-js/issues), and we will address them.
13
8
 
14
9
  ## Installation
15
10
 
@@ -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.1.0-dev.5",
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.1.0-dev.6 <1.0.0",
37
- "@databricks/sdk-core": ">=0.1.0-dev.7 <1.0.0",
38
- "@databricks/sdk-options": ">=0.1.0-dev.6 <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"