@hiver/connector-agent 2.0.1-beta.7 → 2.0.1-errorState-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiver/connector-agent",
3
- "version": "2.0.1-beta.7",
3
+ "version": "2.0.1-errorState-beta.0",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",
@@ -33,7 +33,7 @@ export declare const getSpecificConnector: (id: string, count?: number, isPrevie
33
33
  statusCode: 404 | 200 | 400 | 500;
34
34
  };
35
35
  };
36
- cardErrorMessage: string;
36
+ showErrorMessage: string;
37
37
  redirectToAdminTab: boolean;
38
38
  connectorNames: ("Shopify" | "HubSpot" | "ClickUp" | "Asana" | "Jira" | "SalesForce")[];
39
39
  };
package/types/cards.d.ts CHANGED
@@ -65,7 +65,7 @@ export type ISpecificCard = {
65
65
  cardTitle?: string;
66
66
  data: ISpecificCardData;
67
67
  connectorNames: string[];
68
- cardErrorMessage?: string;
68
+ showErrorMessage?: string;
69
69
  redirectToAdminTab?: boolean;
70
70
  };
71
71
  export type ISpecificCardSlice = {
@@ -74,7 +74,7 @@ export type ISpecificCardSlice = {
74
74
  cardTitle?: string;
75
75
  data: ISpecificCardDataSlice;
76
76
  connectorNames: string[];
77
- cardErrorMessage?: string;
77
+ showErrorMessage?: string;
78
78
  redirectToAdminTab?: boolean;
79
79
  };
80
80
  export type IEventData = {