@nodaro/sdk 2.7.0 → 2.8.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 +51 -10
- package/dist/index.d.ts +51 -10
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3397,7 +3397,7 @@ var WorkspacesResource = class {
|
|
|
3397
3397
|
return this.client.requestText("GET", `/v1/workspaces/${encodeURIComponent(id)}/usage`, { query: { ...opts, format: "csv" } });
|
|
3398
3398
|
}
|
|
3399
3399
|
};
|
|
3400
|
-
var SDK_VERSION = "2.
|
|
3400
|
+
var SDK_VERSION = "2.8.0" ;
|
|
3401
3401
|
var CLIENT_HEADER = "X-Nodaro-Client";
|
|
3402
3402
|
var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
3403
3403
|
var NodaroClient = class _NodaroClient {
|