@hiver/connector-admin 1.4.0 → 1.4.1-beta.12
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/settings/index.d.ts.map +1 -1
- package/constants/app-constants.d.ts +1 -0
- package/constants/app-constants.d.ts.map +1 -1
- package/features/auth/components/auth-form/index.d.ts.map +1 -1
- package/features/auth/constants/form-config.d.ts +21 -2
- package/features/auth/constants/form-config.d.ts.map +1 -1
- package/features/auth/types/request.d.ts +10 -2
- package/features/auth/types/request.d.ts.map +1 -1
- package/features/auth/utils/index.d.ts +1 -1
- package/features/auth/utils/index.d.ts.map +1 -1
- package/features/connector-setup-guide/components/guide-links/styles.d.ts.map +1 -1
- package/features/connector-setup-guide/components/schedule-call/index.d.ts.map +1 -1
- package/features/connector-setup-guide/components/schedule-call/styles.d.ts +4 -14
- package/features/connector-setup-guide/components/schedule-call/styles.d.ts.map +1 -1
- package/features/connector-setup-guide/constants/index.d.ts +1 -0
- package/features/connector-setup-guide/constants/index.d.ts.map +1 -1
- package/index.es.js +24424 -18459
- package/index.umd.js +423 -340
- package/package.json +2 -3
- package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
- package/types/connector.d.ts +9 -1
- package/types/connector.d.ts.map +1 -1
- package/utils/index.d.ts +1 -1
- package/utils/index.d.ts.map +1 -1
- package/components/ui/form/index.d.ts +0 -25
- package/components/ui/form/index.d.ts.map +0 -1
- package/components/ui/form/styles.d.ts +0 -4
- package/components/ui/form/styles.d.ts.map +0 -1
- package/components/ui/form-fields/index.d.ts +0 -18
- package/components/ui/form-fields/index.d.ts.map +0 -1
- package/components/ui/form-fields/styles.d.ts +0 -7
- package/components/ui/form-fields/styles.d.ts.map +0 -1
- package/components/ui/select/index.d.ts +0 -3
- package/components/ui/select/index.d.ts.map +0 -1
- package/components/ui/select/style.d.ts +0 -2
- package/components/ui/select/style.d.ts.map +0 -1
|
@@ -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":"AAqCA,eAAO,MAAM,QAAQ,+CAgKpB,CAAC"}
|
|
@@ -2,4 +2,5 @@ export declare const REQUIRED_FIELD = "Required Field";
|
|
|
2
2
|
export declare const VALIDATION_FAILED = "Validation Failed";
|
|
3
3
|
export declare const O_AUTH2 = "Oauth2";
|
|
4
4
|
export declare const API_KEY = "ApiKey";
|
|
5
|
+
export declare const BASIC_AUTH = "BasicAuth";
|
|
5
6
|
//# sourceMappingURL=app-constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-constants.d.ts","sourceRoot":"","sources":["../../src/constants/app-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,OAAO,WAAW,CAAC;AAChC,eAAO,MAAM,OAAO,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"app-constants.d.ts","sourceRoot":"","sources":["../../src/constants/app-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,OAAO,WAAW,CAAC;AAChC,eAAO,MAAM,OAAO,WAAW,CAAC;AAChC,eAAO,MAAM,UAAU,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/index.tsx"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAQxD,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACzC,UAAU,EAAE,YAAY,CAAC;CAC1B;AAED,eAAO,MAAM,QAAQ,kEAAmF,SAAS,4CAwNhH,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FormValidation, IFormConfig } from '
|
|
2
|
-
import { oAuthRequest, ApiKeyRequest } from '../types/request';
|
|
1
|
+
import { FormValidation, IFormConfig } from '@connector/ui';
|
|
2
|
+
import { oAuthRequest, ApiKeyRequest, BasicAuthRequest } from '../types/request';
|
|
3
3
|
export declare const COMMON_FIELD_NAMES: {
|
|
4
4
|
readonly baseUrl: "baseUrl";
|
|
5
5
|
readonly authType: "authType";
|
|
@@ -22,7 +22,19 @@ export declare const OAuth_FIELDS_NAMES: {
|
|
|
22
22
|
readonly oAuthHeaderPrefix: "oAuthHeaderPrefix";
|
|
23
23
|
readonly oAuthScopes: "oAuthScopes";
|
|
24
24
|
};
|
|
25
|
+
export declare const BASIC_AUTH_FIELDS_NAMES: {
|
|
26
|
+
readonly basicAuthKey: "basicAuthKey";
|
|
27
|
+
readonly basicAuthSecret: "basicAuthSecret";
|
|
28
|
+
readonly basicAuthAddTo: "basicAuthAddTo";
|
|
29
|
+
readonly basicAuthHeaderName: "basicAuthHeaderName";
|
|
30
|
+
readonly basicAuthPrefix: "basicAuthPrefix";
|
|
31
|
+
};
|
|
25
32
|
export declare const AUTH_FIELDS_NAMES: {
|
|
33
|
+
readonly basicAuthKey: "basicAuthKey";
|
|
34
|
+
readonly basicAuthSecret: "basicAuthSecret";
|
|
35
|
+
readonly basicAuthAddTo: "basicAuthAddTo";
|
|
36
|
+
readonly basicAuthHeaderName: "basicAuthHeaderName";
|
|
37
|
+
readonly basicAuthPrefix: "basicAuthPrefix";
|
|
26
38
|
readonly oAuthClientId: "oAuthClientId";
|
|
27
39
|
readonly oAuthClientSecret: "oAuthClientSecret";
|
|
28
40
|
readonly oAuthEndUrl: "oAuthEndUrl";
|
|
@@ -49,6 +61,10 @@ export declare const AUTH_TYPE_OPTIONS: {
|
|
|
49
61
|
readonly label: "OAuth2.0";
|
|
50
62
|
readonly value: "Oauth2";
|
|
51
63
|
};
|
|
64
|
+
readonly basicAuth: {
|
|
65
|
+
readonly label: "Basic Auth";
|
|
66
|
+
readonly value: "BasicAuth";
|
|
67
|
+
};
|
|
52
68
|
};
|
|
53
69
|
export declare const ADD_TO_OPTIONS: {
|
|
54
70
|
readonly header: {
|
|
@@ -64,9 +80,12 @@ export declare const DYNAMIC_AUTH_FORM: IFormConfig;
|
|
|
64
80
|
export declare const BASE_AUTH_FORM: IFormConfig[];
|
|
65
81
|
export declare const API_KEY_AUTH_FORM: IFormConfig[];
|
|
66
82
|
export declare const OAUTH_FORM: IFormConfig[];
|
|
83
|
+
export declare const BASIC_AUTH_FORM: IFormConfig[];
|
|
67
84
|
export declare const VALIDATIONS: FormValidation;
|
|
68
85
|
export type oAuthKeyMapType = keyof Omit<typeof COMMON_FIELD_NAMES, 'baseUrl'> | keyof Omit<typeof OAuth_FIELDS_NAMES, 'oAuthRedirectUrl'>;
|
|
69
86
|
export declare const oAuthRequestKeyMap: Record<oAuthKeyMapType, keyof oAuthRequest>;
|
|
70
87
|
export type ApiKeyMapType = keyof Omit<typeof COMMON_FIELD_NAMES, 'baseUrl'> | keyof typeof API_KEY_AUTH_FIELDS_NAMES;
|
|
71
88
|
export declare const apiKeyRequestKeyMap: Record<ApiKeyMapType, keyof ApiKeyRequest>;
|
|
89
|
+
export type BasicAuthMapType = keyof Omit<typeof COMMON_FIELD_NAMES, 'baseUrl'> | keyof typeof BASIC_AUTH_FIELDS_NAMES;
|
|
90
|
+
export declare const basicAuthRequestKeyMap: Record<BasicAuthMapType, keyof BasicAuthRequest>;
|
|
72
91
|
//# sourceMappingURL=form-config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-config.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/form-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"form-config.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/form-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAIjF,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,eAAO,MAAM,yBAAyB;;;;;;CAM5B,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;;;;;;;;CAUrB,CAAC;AAEX,eAAO,MAAM,uBAAuB;;;;;;CAM1B,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;CAKpB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;CAIpB,CAAC;AAEX,eAAO,MAAM,cAAc;;;;;;;;;CAGjB,CAAC;AAEX,eAAO,MAAM,iBAAiB,EAAE,WAG/B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,WAAW,EAcvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,WAAW,EA+C1C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,WAAW,EAmFnC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,WAAW,EA8CxC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,cA4DzB,CAAC;AAEF,MAAM,MAAM,eAAe,GACvB,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,SAAS,CAAC,GAChD,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,YAAY,CAU1E,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,SAAS,CAAC,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAEtH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,aAAa,CAOjE,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC,OAAO,kBAAkB,EAAE,SAAS,CAAC,GAAG,MAAM,OAAO,uBAAuB,CAAC;AAEvH,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,gBAAgB,EAAE,MAAM,gBAAgB,CAO1E,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { JSONValue } from '../../../types/json';
|
|
2
2
|
import { FieldValue } from './form';
|
|
3
|
-
export type AuthType = 'Oauth2' | 'ApiKey';
|
|
3
|
+
export type AuthType = 'Oauth2' | 'ApiKey' | 'BasicAuth';
|
|
4
4
|
export interface oAuthRequest {
|
|
5
5
|
clientId: string;
|
|
6
6
|
clientSecret: string;
|
|
@@ -20,8 +20,16 @@ export interface ApiKeyRequest {
|
|
|
20
20
|
keyValue: string;
|
|
21
21
|
prefix?: string;
|
|
22
22
|
}
|
|
23
|
+
export interface BasicAuthRequest {
|
|
24
|
+
authType: 'BasicAuth';
|
|
25
|
+
location: string;
|
|
26
|
+
keyName: string;
|
|
27
|
+
keyValue: string;
|
|
28
|
+
secretValue: string;
|
|
29
|
+
prefix: string;
|
|
30
|
+
}
|
|
23
31
|
export interface EditAuthRequest {
|
|
24
|
-
authDetails: oAuthRequest | ApiKeyRequest;
|
|
32
|
+
authDetails: oAuthRequest | ApiKeyRequest | BasicAuthRequest;
|
|
25
33
|
baseUrl?: string;
|
|
26
34
|
variables?: {
|
|
27
35
|
[key: string]: FieldValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/types/request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"request.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/types/request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,WAAW,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,YAAY,GAAG,aAAa,GAAG,gBAAgB,CAAC;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,CAAC;CAC3C;AAED,MAAM,WAAW,WAAY,SAAQ,eAAe;IAClD,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,MAAM,YAAY,GACpB,MAAM,GACN,SAAS,GACT,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,gBAAgB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FormFieldProps } from '
|
|
1
|
+
import { FormFieldProps } from '@connector/ui';
|
|
2
2
|
import { AuthFieldKeys, AuthFormState, FieldValue, Predicates } from '../types/form';
|
|
3
3
|
import { AuthRequest, EditAuthRequest } from '../types/request';
|
|
4
4
|
import { IAuthDetails } from '../../../types/connector';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAgB/C,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAiD,MAAM,kBAAkB,CAAC;AAEpH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,eAAO,MAAM,kBAAkB,2DAM5B;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC;IAC3D,UAAU,EAAE,UAAU,CAAC;CACxB,KAAG,WAAW,GAAG,eAkDjB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CA0C5G;AAED,eAAO,MAAM,uBAAuB,oBAAqB,cAAc,EAAE,UAAU;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE;;CAQ/G,CAAC;AAEF,eAAO,MAAM,WAAW,QAAS,OAAO,KAAG,MAAM,GAAG,OAyBnD,CAAC"}
|
|
@@ -1 +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,
|
|
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,CAOxD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,eAAe,CAEjE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,YAAY,CAG1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/schedule-call/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-setup-guide/components/schedule-call/index.tsx"],"names":[],"mappings":"AAgBA,UAAU,iBAAiB;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,YAAY,sCAAuD,iBAAiB,mDA2DhG,CAAC"}
|
|
@@ -1,18 +1,8 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { IconOwnProps, StackProps
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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>;
|
|
2
|
+
import { ButtonProps, IconOwnProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const ScheduleCalendly: StyledComponent<StackProps>;
|
|
4
|
+
export declare const ScheduleCalendlyWrapper: StyledComponent<StackProps>;
|
|
5
|
+
export declare const ScheduleCallButton: StyledComponent<ButtonProps>;
|
|
13
6
|
export declare const CloseIcon: StyledComponent<IconOwnProps>;
|
|
14
7
|
export declare const CalendarIcon: StyledComponent<IconOwnProps>;
|
|
15
|
-
export declare const LimitedTimeOfferText: StyledComponent<TypographyProps>;
|
|
16
|
-
export declare const ScheduleCallDescriptionText: StyledComponent<TypographyProps>;
|
|
17
|
-
export {};
|
|
18
8
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +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,
|
|
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,WAAW,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAyBxD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAW/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,WAAW,CAY3D,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,YAAY,CAInD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,YAAY,CAGtD,CAAC"}
|
|
@@ -8,4 +8,5 @@ export declare const KNOWLEDGE_BASE_LINK = "https://help.hiverhq.com/custom-conn
|
|
|
8
8
|
export declare const CONTACT_SUPPORT_LINK = "https://cdn.hiverhq.com/chat-support/hiver-chat.html";
|
|
9
9
|
export declare const SCHEDULE_CALL_LINK = "https://calendly.com/aditya-s-grexit/15-min-connector-setup";
|
|
10
10
|
export declare const LOCAL_STORAGE_CLOSE_BUTTON_CLICK = "hiver_schedule_call_close_button_click";
|
|
11
|
+
export declare const NEED_HELP = "Need help?";
|
|
11
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +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"}
|
|
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;AACzF,eAAO,MAAM,SAAS,eAAe,CAAC"}
|