@nodaro/sdk 2.11.0 → 2.12.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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -1
- package/dist/index.d.ts +14 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -3451,7 +3451,7 @@ var WorkspacesResource = class {
|
|
|
3451
3451
|
return this.client.requestText("GET", `/v1/workspaces/${encodeURIComponent(id)}/usage`, { query: { ...opts, format: "csv" } });
|
|
3452
3452
|
}
|
|
3453
3453
|
};
|
|
3454
|
-
var SDK_VERSION = "2.
|
|
3454
|
+
var SDK_VERSION = "2.12.0" ;
|
|
3455
3455
|
var CLIENT_HEADER = "X-Nodaro-Client";
|
|
3456
3456
|
var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
3457
3457
|
var NodaroClient = class _NodaroClient {
|