@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.
@@ -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 to another 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
  /**
@@ -840,7 +840,7 @@ class WebService {
840
840
  });
841
841
  }
842
842
  /**
843
- * Import a dashboard to another dashboard
843
+ * Import a dashboard
844
844
  */
845
845
  static importDashboard(options) {
846
846
  return (options.client ?? client_gen_1.client).post({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.5-rc.3",
3
+ "version": "1.0.5-rc.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/sdk.gen.ts CHANGED
@@ -892,7 +892,7 @@ export class WebService {
892
892
  }
893
893
 
894
894
  /**
895
- * Import a dashboard to another 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>({