@nodaro/sdk 1.26.0 → 1.27.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 +34 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2718,7 +2718,7 @@ var WorkspacesResource = class {
|
|
|
2718
2718
|
return this.client.requestText("GET", `/v1/workspaces/${encodeURIComponent(id)}/usage`, { query: { ...opts, format: "csv" } });
|
|
2719
2719
|
}
|
|
2720
2720
|
};
|
|
2721
|
-
var SDK_VERSION = "1.
|
|
2721
|
+
var SDK_VERSION = "1.27.0" ;
|
|
2722
2722
|
var CLIENT_HEADER = "X-Nodaro-Client";
|
|
2723
2723
|
var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
2724
2724
|
var NodaroClient = class _NodaroClient {
|