@nodaro/sdk 1.28.0 → 1.29.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 +24 -4
- package/dist/index.d.ts +24 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2752,7 +2752,7 @@ var WorkspacesResource = class {
|
|
|
2752
2752
|
return this.client.requestText("GET", `/v1/workspaces/${encodeURIComponent(id)}/usage`, { query: { ...opts, format: "csv" } });
|
|
2753
2753
|
}
|
|
2754
2754
|
};
|
|
2755
|
-
var SDK_VERSION = "1.
|
|
2755
|
+
var SDK_VERSION = "1.29.0" ;
|
|
2756
2756
|
var CLIENT_HEADER = "X-Nodaro-Client";
|
|
2757
2757
|
var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
2758
2758
|
var NodaroClient = class _NodaroClient {
|