@sentio/api 1.0.5-rc.3 → 1.0.5-rc.4
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/src/sdk.gen.d.ts +1 -1
- package/dist/src/sdk.gen.js +1 -1
- package/package.json +1 -1
- package/src/sdk.gen.ts +1 -1
package/dist/src/sdk.gen.d.ts
CHANGED
|
@@ -209,7 +209,7 @@ export declare class WebService {
|
|
|
209
209
|
*/
|
|
210
210
|
static listDashboards<ThrowOnError extends boolean = false>(options?: Options<web_service.ListDashboardsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<web_service.GetDashboardResponse, unknown, ThrowOnError>;
|
|
211
211
|
/**
|
|
212
|
-
* Import a dashboard
|
|
212
|
+
* Import a dashboard
|
|
213
213
|
*/
|
|
214
214
|
static importDashboard<ThrowOnError extends boolean = false>(options: Options<web_service.ImportDashboardData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<web_service.ImportDashboardResponse, unknown, ThrowOnError>;
|
|
215
215
|
/**
|
package/dist/src/sdk.gen.js
CHANGED
package/package.json
CHANGED
package/src/sdk.gen.ts
CHANGED
|
@@ -892,7 +892,7 @@ export class WebService {
|
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
/**
|
|
895
|
-
* Import a dashboard
|
|
895
|
+
* Import a dashboard
|
|
896
896
|
*/
|
|
897
897
|
public static importDashboard<ThrowOnError extends boolean = false>(options: Options<web_service.ImportDashboardData, ThrowOnError>) {
|
|
898
898
|
return (options.client ?? _heyApiClient).post<web_service.ImportDashboardResponse2, unknown, ThrowOnError>({
|