@hiver/connector-agent 1.3.4-beta.4 → 1.3.5-beta.10
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/index.d.ts.map +1 -1
- package/constants/card.d.ts +2 -7
- package/constants/card.d.ts.map +1 -1
- package/constants/global-constants.d.ts +1 -2
- package/constants/global-constants.d.ts.map +1 -1
- package/constants/tracking-events.d.ts +4 -0
- package/constants/tracking-events.d.ts.map +1 -1
- package/context/index.d.ts +2 -2
- package/context/index.d.ts.map +1 -1
- package/context/main-app-provider/index.d.ts +2 -2
- package/context/main-app-provider/index.d.ts.map +1 -1
- package/features/connector-cards/api/index.d.ts +2 -3
- package/features/connector-cards/api/index.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/Card.d.ts +0 -1
- package/features/connector-cards/components/card-list/Card.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/index.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/style.d.ts +1 -3
- package/features/connector-cards/components/card-list/style.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/whats-new-card.d.ts.map +1 -1
- package/features/connector-cards/constants/api.d.ts.map +1 -1
- package/features/connector-cards/constants/card-content.d.ts +0 -2
- package/features/connector-cards/constants/card-content.d.ts.map +1 -1
- package/features/connector-cards/store/hooks.d.ts +7 -0
- package/features/connector-cards/store/hooks.d.ts.map +1 -0
- package/features/connector-cards/store/index.d.ts +25 -0
- package/features/connector-cards/store/index.d.ts.map +1 -0
- package/features/connector-cards/store/selectors.d.ts +1 -1
- package/features/connector-cards/store/selectors.d.ts.map +1 -1
- package/features/connector-cards/store/slice.d.ts +2 -2
- package/features/connector-cards/store/slice.d.ts.map +1 -1
- package/features/schedule-call/constants.d.ts +7 -0
- package/features/schedule-call/constants.d.ts.map +1 -0
- package/features/schedule-call/index.d.ts +2 -0
- package/features/schedule-call/index.d.ts.map +1 -0
- package/features/schedule-call/style.d.ts +12 -0
- package/features/schedule-call/style.d.ts.map +1 -0
- package/features/toast-message/constants/toast.d.ts +0 -2
- package/features/toast-message/constants/toast.d.ts.map +1 -1
- package/index.es.js +17189 -27004
- package/index.umd.js +225 -377
- package/package.json +1 -1
- package/testing/mocks/handlers/fetch-cards.d.ts +2 -2
- package/testing/mocks/handlers/fetch-cards.d.ts.map +1 -1
- package/testing/mocks/handlers.d.ts.map +1 -1
- package/testing/test-utils.d.ts +1 -1
- package/testing/test-utils.d.ts.map +1 -1
- package/types/cards.d.ts +14 -2
- package/types/cards.d.ts.map +1 -1
- package/utils.d.ts +10 -5
- package/utils.d.ts.map +1 -1
- package/components/ui/layover/index.d.ts +0 -9
- package/components/ui/layover/index.d.ts.map +0 -1
- package/components/ui/layover/styles.d.ts +0 -6
- package/components/ui/layover/styles.d.ts.map +0 -1
- package/components/ui/text-field/index.d.ts +0 -3
- package/components/ui/text-field/index.d.ts.map +0 -1
- package/constants/app-constants.d.ts +0 -4
- package/constants/app-constants.d.ts.map +0 -1
- package/features/write-form/api/index.d.ts +0 -17
- package/features/write-form/api/index.d.ts.map +0 -1
- package/features/write-form/components/card-linking/card-linking.d.ts +0 -6
- package/features/write-form/components/card-linking/card-linking.d.ts.map +0 -1
- package/features/write-form/components/card-linking/card-preview.d.ts +0 -12
- package/features/write-form/components/card-linking/card-preview.d.ts.map +0 -1
- package/features/write-form/components/card-linking/style.d.ts +0 -5
- package/features/write-form/components/card-linking/style.d.ts.map +0 -1
- package/features/write-form/components/card-linking/unlink-card-modal.d.ts +0 -9
- package/features/write-form/components/card-linking/unlink-card-modal.d.ts.map +0 -1
- package/features/write-form/components/write-form/index.d.ts +0 -6
- package/features/write-form/components/write-form/index.d.ts.map +0 -1
- package/features/write-form/components/write-form/reducer.d.ts +0 -12
- package/features/write-form/components/write-form/reducer.d.ts.map +0 -1
- package/features/write-form/components/write-form/styles.d.ts +0 -7
- package/features/write-form/components/write-form/styles.d.ts.map +0 -1
- package/features/write-form/constants/api.d.ts +0 -8
- package/features/write-form/constants/api.d.ts.map +0 -1
- package/features/write-form/constants/index.d.ts +0 -18
- package/features/write-form/constants/index.d.ts.map +0 -1
- package/features/write-form/constants/regex-pattern.d.ts +0 -3
- package/features/write-form/constants/regex-pattern.d.ts.map +0 -1
- package/features/write-form/store/initial-state.d.ts +0 -36
- package/features/write-form/store/initial-state.d.ts.map +0 -1
- package/features/write-form/store/selectors.d.ts +0 -19
- package/features/write-form/store/selectors.d.ts.map +0 -1
- package/features/write-form/store/slice.d.ts +0 -135
- package/features/write-form/store/slice.d.ts.map +0 -1
- package/features/write-form/types/form.d.ts +0 -88
- package/features/write-form/types/form.d.ts.map +0 -1
- package/features/write-form/utils/index.d.ts +0 -25
- package/features/write-form/utils/index.d.ts.map +0 -1
- package/store/hooks.d.ts +0 -9
- package/store/hooks.d.ts.map +0 -1
- package/store/index.d.ts +0 -31
- package/store/index.d.ts.map +0 -1
- package/testing/mocks/handlers/write-capability.d.ts +0 -2
- package/testing/mocks/handlers/write-capability.d.ts.map +0 -1
- package/types/json.d.ts +0 -7
- package/types/json.d.ts.map +0 -1
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { FIELD_TYPES, OptionType } from '@connector/ui';
|
|
2
|
-
export type FieldValue = string | number | OptionType | boolean | Date;
|
|
3
|
-
export type WriteFieldKeys = string;
|
|
4
|
-
export interface WriteFormState {
|
|
5
|
-
values: Partial<Record<WriteFieldKeys, FieldValue | undefined>>;
|
|
6
|
-
errors: Partial<Record<WriteFieldKeys, string | boolean>>;
|
|
7
|
-
}
|
|
8
|
-
export interface AllValues {
|
|
9
|
-
values: Partial<Record<WriteFieldKeys, FieldValue>>;
|
|
10
|
-
}
|
|
11
|
-
export interface Value {
|
|
12
|
-
value?: FieldValue | boolean;
|
|
13
|
-
name: string;
|
|
14
|
-
}
|
|
15
|
-
export interface FormActionValue {
|
|
16
|
-
type: string;
|
|
17
|
-
payload?: AllValues | Value;
|
|
18
|
-
}
|
|
19
|
-
export type ValidationObject = {
|
|
20
|
-
msg: string;
|
|
21
|
-
};
|
|
22
|
-
export interface WriteValidations {
|
|
23
|
-
isRequired?: boolean | ValidationObject;
|
|
24
|
-
isUrl?: boolean | ValidationObject;
|
|
25
|
-
isEmail?: boolean | ValidationObject;
|
|
26
|
-
disableFuture?: boolean | ValidationObject;
|
|
27
|
-
disablePast?: boolean | ValidationObject;
|
|
28
|
-
maxCharacters?: number;
|
|
29
|
-
maxRows?: number;
|
|
30
|
-
range?: {
|
|
31
|
-
min: number;
|
|
32
|
-
max: number;
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
export interface InterfaceDetails {
|
|
36
|
-
id: string;
|
|
37
|
-
args?: {
|
|
38
|
-
[key: string]: string;
|
|
39
|
-
};
|
|
40
|
-
pagination?: {
|
|
41
|
-
enabled: boolean;
|
|
42
|
-
limit?: number;
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
export interface FieldListResponse {
|
|
46
|
-
name: string;
|
|
47
|
-
placeholder?: string;
|
|
48
|
-
type: FIELD_TYPES | 'multi-select' | 'multiline';
|
|
49
|
-
label: string;
|
|
50
|
-
value?: string | number;
|
|
51
|
-
disabled?: boolean;
|
|
52
|
-
disablePast?: boolean;
|
|
53
|
-
disableFuture?: boolean;
|
|
54
|
-
validations?: WriteValidations;
|
|
55
|
-
defaultOptions?: boolean | OptionType[];
|
|
56
|
-
interfaceDetails?: InterfaceDetails;
|
|
57
|
-
isInfiniteScrollable?: boolean;
|
|
58
|
-
isApiSearchEnabled?: boolean;
|
|
59
|
-
min?: number;
|
|
60
|
-
max?: number;
|
|
61
|
-
multiline?: boolean;
|
|
62
|
-
maxRows?: number;
|
|
63
|
-
maxCharacters?: number;
|
|
64
|
-
rows?: number;
|
|
65
|
-
priority: number;
|
|
66
|
-
defaultValue?: string | number;
|
|
67
|
-
}
|
|
68
|
-
export interface WriteFormFields extends FieldListResponse {
|
|
69
|
-
type: FIELD_TYPES;
|
|
70
|
-
isMultiSelect?: boolean;
|
|
71
|
-
loadOptionsOnFocus?: boolean;
|
|
72
|
-
}
|
|
73
|
-
export interface ObjectItem extends OptionType {
|
|
74
|
-
id: string;
|
|
75
|
-
name: string;
|
|
76
|
-
interfaceDetails?: InterfaceDetails;
|
|
77
|
-
type: 'create' | 'link';
|
|
78
|
-
connectorId: string;
|
|
79
|
-
cardId: string;
|
|
80
|
-
}
|
|
81
|
-
export interface ObjectResponseItem extends Omit<ObjectItem, 'label' | 'value'> {
|
|
82
|
-
fieldList?: FieldListResponse[];
|
|
83
|
-
}
|
|
84
|
-
export type Predicates = Partial<Record<WriteFieldKeys, boolean>>;
|
|
85
|
-
export interface PreviewArgs {
|
|
86
|
-
[key: string]: string;
|
|
87
|
-
}
|
|
88
|
-
//# sourceMappingURL=form.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/types/form.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { FormValidation, IValidateConfig } from '@connector/ui';
|
|
2
|
-
import { WriteFormFields, WriteFormState } from '../types/form';
|
|
3
|
-
export declare const getAllCompletedArgs: (state: WriteFormState, args?: {
|
|
4
|
-
[key: string]: string;
|
|
5
|
-
}) => string[];
|
|
6
|
-
export declare const getFormFieldKey: (name: string, state: WriteFormState, args?: string[]) => string;
|
|
7
|
-
export declare const getArgsValueMap: (state: WriteFormState, args?: {
|
|
8
|
-
[key: string]: string;
|
|
9
|
-
}) => {
|
|
10
|
-
[key: string]: string | number | boolean;
|
|
11
|
-
};
|
|
12
|
-
export declare const generateDropdownOptionKey: (args: {
|
|
13
|
-
[key: string]: string | number | boolean;
|
|
14
|
-
}, id: string, name: string) => string;
|
|
15
|
-
export declare const validateUrl: (msg?: string) => (url: unknown) => string | boolean;
|
|
16
|
-
export declare const validateEmail: (msg?: string) => (email: unknown) => string | boolean;
|
|
17
|
-
export declare const validateIsRequired: (msg?: string) => (value: unknown) => string | boolean;
|
|
18
|
-
export declare const validateDate: (msg?: string) => (date: unknown, appConfigs: IValidateConfig) => string | boolean;
|
|
19
|
-
export declare const validateNumber: (msg?: string) => (value: unknown, appConfigs: IValidateConfig) => string | boolean;
|
|
20
|
-
export declare const validateTextField: (msg?: string) => (value: unknown, appConfigs: IValidateConfig) => string | boolean;
|
|
21
|
-
export declare const validateIdOrUrl: (msg?: string) => (input: unknown) => string | boolean;
|
|
22
|
-
export declare const getFormFieldsValidations: ({ formFields }: {
|
|
23
|
-
formFields: WriteFormFields[];
|
|
24
|
-
}) => FormValidation;
|
|
25
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAehE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAIhE,eAAO,MAAM,mBAAmB,UAAW,cAAc,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,KAAG,MAAM,EAMnG,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,MAAM,SAAS,cAAc,SAAS,MAAM,EAAE,WAWnF,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,cAAc,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE;;CA2BtF,CAAC;AAEF,eAAO,MAAM,yBAAyB,SAC9B;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;CAAE,MAC9C,MAAM,QACJ,MAAM,WAOb,CAAC;AAEF,eAAO,MAAM,WAAW,SACf,MAAM,WACP,OAAO,KAAG,MAAM,GAAG,OAuBxB,CAAC;AAEJ,eAAO,MAAM,aAAa,SACjB,MAAM,aACL,OAAO,KAAG,MAAM,GAAG,OAU1B,CAAC;AAEJ,eAAO,MAAM,kBAAkB,SACtB,MAAM,aACL,OAAO,KAAG,MAAM,GAAG,OAK1B,CAAC;AAEJ,eAAO,MAAM,YAAY,SAChB,MAAM,YACN,OAAO,cAAc,eAAe,KAAG,MAAM,GAAG,OAwBtD,CAAC;AAEJ,eAAO,MAAM,cAAc,SAClB,MAAM,aACL,OAAO,cAAc,eAAe,KAAG,MAAM,GAAG,OAiBvD,CAAC;AAEJ,eAAO,MAAM,iBAAiB,SACrB,MAAM,aACL,OAAO,cAAc,eAAe,KAAG,MAAM,GAAG,OAWvD,CAAC;AAEJ,eAAO,MAAM,eAAe,SACnB,MAAM,aACL,OAAO,KAAG,MAAM,GAAG,OAe1B,CAAC;AAEJ,eAAO,MAAM,wBAAwB,mBAAoB;IAAE,UAAU,EAAE,eAAe,EAAE,CAAA;CAAE,KAAG,cAsC5F,CAAC"}
|
package/store/hooks.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare const useAppDispatch: import('react-redux').UseDispatch<import('redux-thunk').ThunkDispatch<{
|
|
2
|
-
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
3
|
-
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
4
|
-
}, undefined, import('redux').UnknownAction> & import('redux').Dispatch<import('redux').UnknownAction>>;
|
|
5
|
-
export declare const useAppSelector: import('react-redux').UseSelector<{
|
|
6
|
-
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
7
|
-
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
8
|
-
}>;
|
|
9
|
-
//# sourceMappingURL=hooks.d.ts.map
|
package/store/hooks.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/store/hooks.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc;;;uGAAuC,CAAC;AACnE,eAAO,MAAM,cAAc;;;EAAqC,CAAC"}
|
package/store/index.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Action, ThunkAction } from '@reduxjs/toolkit';
|
|
2
|
-
export declare const rootReducer: import('redux').Reducer<{
|
|
3
|
-
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
4
|
-
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
5
|
-
}, import('redux').UnknownAction, Partial<{
|
|
6
|
-
cardList: import('../features/connector-cards/store/initial-state').IConnectorState | undefined;
|
|
7
|
-
write: import('../features/write-form/store/initial-state').WriteCapabilityState | undefined;
|
|
8
|
-
}>>;
|
|
9
|
-
export declare const store: import('@reduxjs/toolkit').EnhancedStore<{
|
|
10
|
-
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
11
|
-
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
12
|
-
}, import('redux').UnknownAction, import('@reduxjs/toolkit').Tuple<[import('redux').StoreEnhancer<{
|
|
13
|
-
dispatch: import('redux-thunk').ThunkDispatch<{
|
|
14
|
-
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
15
|
-
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
16
|
-
}, undefined, import('redux').UnknownAction>;
|
|
17
|
-
}>, import('redux').StoreEnhancer]>>;
|
|
18
|
-
export declare const customStore: (preloadedState?: Partial<RootState>) => import('@reduxjs/toolkit').EnhancedStore<{
|
|
19
|
-
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
20
|
-
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
21
|
-
}, import('redux').UnknownAction, import('@reduxjs/toolkit').Tuple<[import('redux').StoreEnhancer<{
|
|
22
|
-
dispatch: import('redux-thunk').ThunkDispatch<{
|
|
23
|
-
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
24
|
-
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
25
|
-
}, undefined, import('redux').UnknownAction>;
|
|
26
|
-
}>, import('redux').StoreEnhancer]>>;
|
|
27
|
-
export type AppStore = typeof store;
|
|
28
|
-
export type RootState = ReturnType<AppStore['getState']>;
|
|
29
|
-
export type AppDispatch = AppStore['dispatch'];
|
|
30
|
-
export type AppThunk<ThunkReturnType = void> = ThunkAction<ThunkReturnType, RootState, unknown, Action>;
|
|
31
|
-
//# sourceMappingURL=index.d.ts.map
|
package/store/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,eAAO,MAAM,WAAW;;;;;;GAGtB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;oCAGhB,CAAC;AAEH,eAAO,MAAM,WAAW,oBAAqB,OAAO,CAAC,SAAS,CAAC;;;;;;;;oCAM9D,CAAC;AAGF,MAAM,MAAM,QAAQ,GAAG,OAAO,KAAK,CAAC;AACpC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;AAEzD,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;AAE/C,MAAM,MAAM,QAAQ,CAAC,eAAe,GAAG,IAAI,IAAI,WAAW,CAAC,eAAe,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"AA4dA,eAAO,MAAM,QAAQ,6BAAqE,CAAC"}
|
package/types/json.d.ts
DELETED
package/types/json.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"json.d.ts","sourceRoot":"","sources":["../../src/types/json.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;AAC7D,MAAM,MAAM,UAAU,GAAG;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC;AACpD,MAAM,MAAM,SAAS,GAAG,SAAS,EAAE,CAAC;AACpC,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC"}
|