@hiver/connector-admin 1.3.1 → 1.3.3
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/app/connectors/pages/api-view/index.d.ts.map +1 -1
- package/app/connectors/pages/connector-view/dashboard/index.d.ts.map +1 -1
- package/app/connectors/pages/settings/index.d.ts.map +1 -1
- package/constants/gainsight.d.ts +9 -0
- package/constants/gainsight.d.ts.map +1 -1
- package/constants/global-constants.d.ts +4 -0
- package/constants/global-constants.d.ts.map +1 -1
- package/features/connector-setup-guide/components/guide-links/index.d.ts +6 -0
- package/features/connector-setup-guide/components/guide-links/index.d.ts.map +1 -0
- package/features/connector-setup-guide/components/guide-links/styles.d.ts +6 -0
- package/features/connector-setup-guide/components/guide-links/styles.d.ts.map +1 -0
- package/features/connector-setup-guide/components/schedule-call/index.d.ts +7 -0
- package/features/connector-setup-guide/components/schedule-call/index.d.ts.map +1 -0
- package/features/connector-setup-guide/components/schedule-call/styles.d.ts +18 -0
- package/features/connector-setup-guide/components/schedule-call/styles.d.ts.map +1 -0
- package/features/connector-setup-guide/constants/index.d.ts +11 -0
- package/features/connector-setup-guide/constants/index.d.ts.map +1 -0
- package/index.es.js +10306 -10433
- package/index.umd.js +316 -304
- package/package.json +1 -1
- package/utils/localstorage.d.ts +22 -0
- package/utils/localstorage.d.ts.map +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/index.tsx"],"names":[],"mappings":"AAsBA,eAAO,MAAM,eAAe,+CAsD3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAmC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAmC,MAAM,OAAO,CAAC;AAmC5D,eAAO,MAAM,SAAS,EAAE,EA4EvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AAiCA,eAAO,MAAM,QAAQ,+CAiJpB,CAAC"}
|
package/constants/gainsight.d.ts
CHANGED
|
@@ -23,5 +23,14 @@ export declare const GAINSIGHTEVENT: {
|
|
|
23
23
|
CARD_VISIBILITY_UPDATED: string;
|
|
24
24
|
CARD_VISIBILITY_UPDATE_CLOSED: string;
|
|
25
25
|
CONNECTOR_VISIBILITY_FIELD_TAB_CLICKED: string;
|
|
26
|
+
SCHEDULE_CALL_CLICKED: string;
|
|
27
|
+
SCHEDULE_CALL_CROSS_CLICKED: string;
|
|
28
|
+
CONNECTOR_AUTH_PAGE_KB_CLICKED: string;
|
|
29
|
+
CONNECTOR_AUTH_PAGE_CONTACT_SUPPORT_CLICKED: string;
|
|
30
|
+
};
|
|
31
|
+
export declare const GAINSIGHT_CONSTANTS: {
|
|
32
|
+
AUTH_PAGE: string;
|
|
33
|
+
DETAILS_PAGE: string;
|
|
34
|
+
CONNECTORS_PAGE_ADMIN_SIDE: string;
|
|
26
35
|
};
|
|
27
36
|
//# sourceMappingURL=gainsight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../src/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../src/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6B1B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;CAI/B,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export declare const CONNECTORS_RELEASE_FLAG = "rls-connectors-enabled";
|
|
2
2
|
export declare const CONNECTORS_FEATURE_FLAG = "ftr-connectors-enabled";
|
|
3
|
+
export declare const SCHEDULE_CALENDLY_FEATURE_FLAG_AUTH_PAGE = "ftr-connectors-schedule-call-auth-page";
|
|
4
|
+
export declare const SCHEDULE_CALENDLY_FEATURE_FLAG_ADMIN_PAGES = "ftr-connectors-admin-schedule-call";
|
|
5
|
+
export declare const CONNECTOR_SETUP_GUIDE_LINKS = "ftr-connectors-admin-guide-links";
|
|
3
6
|
export declare const HIGHER_PLAN = "On a higher plan";
|
|
4
7
|
export declare const UPGRADE_DESCRIPTION_TEXT = "Create, authenticate and enable powerful integrations to enhance your team's productivity within Gmail.";
|
|
5
8
|
export declare const UPGRADE = "Upgrade";
|
|
@@ -10,4 +13,5 @@ export declare const CHAT_CDN_URL = "https://cdn.hiverhq.com/chat-support/hiver-
|
|
|
10
13
|
export declare const HIVER_CHAT_SUPPORT = "Hiver Chat Support";
|
|
11
14
|
export declare const COPY_CLIPBOARD = "Copy";
|
|
12
15
|
export declare const AUTHENTICATION_FAILED_MSG = "Authentication failed";
|
|
16
|
+
export declare const LOCALSTORAGE_KEY = "hiver_connectors";
|
|
13
17
|
//# sourceMappingURL=global-constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,wCAAwC,2CAA2C,CAAC;AACjG,eAAO,MAAM,0CAA0C,uCAAuC,CAAC;AAC/F,eAAO,MAAM,2BAA2B,qCAAqC,CAAC;AAE9E,eAAO,MAAM,WAAW,qBAAqB,CAAC;AAC9C,eAAO,MAAM,wBAAwB,4GAA4G,CAAC;AAClJ,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,cAAc,wBAAwB,CAAC;AACpD,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,YAAY,yDAAyD,CAAC;AACnF,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,cAAc,SAAS,CAAC;AACrC,eAAO,MAAM,yBAAyB,0BAA0B,CAAC;AACjE,eAAO,MAAM,gBAAgB,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/guide-links/index.tsx"],"names":[],"mappings":"AAkBA,UAAU,cAAc;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAiBD,eAAO,MAAM,yBAAyB,sBAAuB,cAAc,mDA6B1E,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { IconOwnProps, StackProps, TypographyProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const GuideLinkWrapper: StyledComponent<StackProps>;
|
|
4
|
+
export declare const GuideLinkTextWrapper: StyledComponent<TypographyProps>;
|
|
5
|
+
export declare const ChevronRightIcon: StyledComponent<IconOwnProps>;
|
|
6
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/guide-links/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CASxD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,eAAe,CAEjE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,YAAY,CAG1D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface ScheduleCallProps {
|
|
2
|
+
isApiViewPage?: boolean;
|
|
3
|
+
isSettingsPage?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const ScheduleCall: ({ isApiViewPage, isSettingsPage }: ScheduleCallProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/schedule-call/index.tsx"],"names":[],"mappings":"AA2BA,UAAU,iBAAiB;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,YAAY,sCAAuD,iBAAiB,mDA+DhG,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { IconOwnProps, StackProps, TypographyProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
interface ScheduleCalendlyProps extends StackProps {
|
|
4
|
+
isApiViewPage?: boolean;
|
|
5
|
+
isSettingsPage?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const ScheduleCalendly: StyledComponent<ScheduleCalendlyProps>;
|
|
8
|
+
export declare const ScheduleCalendlyWrapper: StyledComponent<ScheduleCalendlyProps>;
|
|
9
|
+
export declare const CloseIconWrapper: StyledComponent<ScheduleCalendlyProps>;
|
|
10
|
+
export declare const LimitedTimeOfferWrapper: StyledComponent<StackProps>;
|
|
11
|
+
export declare const ScheduleCallButton: StyledComponent<StackProps>;
|
|
12
|
+
export declare const ScheduleCallButtonText: StyledComponent<TypographyProps>;
|
|
13
|
+
export declare const CloseIcon: StyledComponent<IconOwnProps>;
|
|
14
|
+
export declare const CalendarIcon: StyledComponent<IconOwnProps>;
|
|
15
|
+
export declare const LimitedTimeOfferText: StyledComponent<TypographyProps>;
|
|
16
|
+
export declare const ScheduleCallDescriptionText: StyledComponent<TypographyProps>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/schedule-call/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErF,UAAU,qBAAsB,SAAQ,UAAU;IAChD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,qBAAqB,CAWnE,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,qBAAqB,CAO1E,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,qBAAqB,CAEnE,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAG/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC,eAAe,CAUnE,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,YAAY,CAInD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,YAAY,CAGtD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,eAAe,CAEjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,eAAe,CAAC,eAAe,CAExE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const LIMITED_TIME_OFFER = "Limited time offer";
|
|
2
|
+
export declare const SEMI_COLON = ":";
|
|
3
|
+
export declare const SCHEDULE_CALL_DESCRIPTION = "Expert setup assistance available! Book a 15 min call with our integration specialist.";
|
|
4
|
+
export declare const SCHEDULE_CALL = "Schedule call";
|
|
5
|
+
export declare const KNOWLEDGE_BASE_TEXT = "Help Article";
|
|
6
|
+
export declare const CONTACT_SUPPORT_TEXT = "Contact Support";
|
|
7
|
+
export declare const KNOWLEDGE_BASE_LINK = "https://help.hiverhq.com/custom-connectors";
|
|
8
|
+
export declare const CONTACT_SUPPORT_LINK = "https://cdn.hiverhq.com/chat-support/hiver-chat.html";
|
|
9
|
+
export declare const SCHEDULE_CALL_LINK = "https://calendly.com/aditya-s-grexit/15-min-connector-setup";
|
|
10
|
+
export declare const LOCAL_STORAGE_CLOSE_BUTTON_CLICK = "hiver_schedule_call_close_button_click";
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-setup-guide/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,UAAU,MAAM,CAAC;AAC9B,eAAO,MAAM,yBAAyB,2FACoD,CAAC;AAC3F,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,mBAAmB,iBAAiB,CAAC;AAClD,eAAO,MAAM,oBAAoB,oBAAoB,CAAC;AACtD,eAAO,MAAM,mBAAmB,+CAA+C,CAAC;AAChF,eAAO,MAAM,oBAAoB,yDAAyD,CAAC;AAC3F,eAAO,MAAM,kBAAkB,gEAAgE,CAAC;AAChG,eAAO,MAAM,gCAAgC,2CAA2C,CAAC"}
|