@hiver/connector-agent 4.14.0-userauthv4-beta.0 → 4.14.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/app/connector-cards.d.ts.map +1 -1
- package/app/provider.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/ListCards.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/card-content-value.d.ts +2 -2
- package/features/connector-cards/components/card-list/card-content-value.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/list-item-modal.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/style.d.ts +2 -0
- package/features/connector-cards/components/card-list/style.d.ts.map +1 -1
- package/features/connector-cards/constants/api.d.ts +0 -2
- package/features/connector-cards/constants/api.d.ts.map +1 -1
- package/features/connector-cards/utils.d.ts +1 -0
- package/features/connector-cards/utils.d.ts.map +1 -1
- package/features/write-form/components/map-form-defaults/index.d.ts.map +1 -1
- package/features/write-form/components/write-form/index.d.ts.map +1 -1
- package/features/write-form/store/slice.d.ts.map +1 -1
- package/features/write-form/types/form.d.ts +1 -0
- package/features/write-form/types/form.d.ts.map +1 -1
- package/features/write-form/utils/response.d.ts.map +1 -1
- package/index.es.js +7639 -7973
- package/index.umd.js +423 -464
- package/package.json +1 -1
- package/store/hooks.d.ts +0 -2
- package/store/hooks.d.ts.map +1 -1
- package/store/index.d.ts +0 -6
- package/store/index.d.ts.map +1 -1
- package/store/slice.d.ts +4 -4
- package/store/slice.d.ts.map +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/write-capability.d.ts.map +1 -1
- package/testing/mocks/handlers.d.ts.map +1 -1
- package/types/cards.d.ts +6 -6
- package/types/cards.d.ts.map +1 -1
- package/types/form.d.ts +2 -3
- package/types/form.d.ts.map +1 -1
- package/utils/form.d.ts +3 -3
- package/utils/form.d.ts.map +1 -1
- package/features/connector-cards/api/userAuth.d.ts +0 -25
- package/features/connector-cards/api/userAuth.d.ts.map +0 -1
- package/features/connector-cards/components/card-list/CardWithUserAuth.d.ts +0 -33
- package/features/connector-cards/components/card-list/CardWithUserAuth.d.ts.map +0 -1
- package/features/connector-cards/components/card-list/NoCardsUserAuthGate.d.ts +0 -24
- package/features/connector-cards/components/card-list/NoCardsUserAuthGate.d.ts.map +0 -1
- package/features/connector-cards/components/connection-in-progress-modal/index.d.ts +0 -19
- package/features/connector-cards/components/connection-in-progress-modal/index.d.ts.map +0 -1
- package/features/connector-cards/components/user-auth-card/__tests__/UserAuthCard.test.d.ts +0 -2
- package/features/connector-cards/components/user-auth-card/__tests__/UserAuthCard.test.d.ts.map +0 -1
- package/features/connector-cards/components/user-auth-card/index.d.ts +0 -33
- package/features/connector-cards/components/user-auth-card/index.d.ts.map +0 -1
- package/features/connector-cards/components/user-auth-card/style.d.ts +0 -29
- package/features/connector-cards/components/user-auth-card/style.d.ts.map +0 -1
- package/features/connector-cards/hooks/useUserAuthFlow.d.ts +0 -42
- package/features/connector-cards/hooks/useUserAuthFlow.d.ts.map +0 -1
- package/features/connector-cards/store/userAuth.d.ts +0 -85
- package/features/connector-cards/store/userAuth.d.ts.map +0 -1
- package/features/connector-cards/store/userAuth.test.d.ts +0 -2
- package/features/connector-cards/store/userAuth.test.d.ts.map +0 -1
- package/features/connector-cards/utils/registerUserAuthCallback.d.ts +0 -13
- package/features/connector-cards/utils/registerUserAuthCallback.d.ts.map +0 -1
- package/testing/mocks/handlers/user-auth.d.ts +0 -31
- package/testing/mocks/handlers/user-auth.d.ts.map +0 -1
package/package.json
CHANGED
package/store/hooks.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
export declare const useAppDispatch: import('react-redux').UseDispatch<import('redux-thunk').ThunkDispatch<{
|
|
2
2
|
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
3
|
-
userAuth: import('../features/connector-cards/store/userAuth').UserAuthSlice;
|
|
4
3
|
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
5
4
|
common: import('./initial-state').CommonSliceState;
|
|
6
5
|
}, undefined, import('redux').UnknownAction> & import('redux').Dispatch<import('redux').UnknownAction>>;
|
|
7
6
|
export declare const useAppSelector: import('react-redux').UseSelector<{
|
|
8
7
|
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
9
|
-
userAuth: import('../features/connector-cards/store/userAuth').UserAuthSlice;
|
|
10
8
|
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
11
9
|
common: import('./initial-state').CommonSliceState;
|
|
12
10
|
}>;
|
package/store/hooks.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/store/hooks.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc
|
|
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
CHANGED
|
@@ -1,37 +1,31 @@
|
|
|
1
1
|
import { Action, ThunkAction } from '@reduxjs/toolkit';
|
|
2
2
|
export declare const rootReducer: import('redux').Reducer<{
|
|
3
3
|
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
4
|
-
userAuth: import('../features/connector-cards/store/userAuth').UserAuthSlice;
|
|
5
4
|
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
6
5
|
common: import('./initial-state').CommonSliceState;
|
|
7
6
|
}, import('redux').UnknownAction, Partial<{
|
|
8
7
|
cardList: import('../features/connector-cards/store/initial-state').IConnectorState | undefined;
|
|
9
|
-
userAuth: import('../features/connector-cards/store/userAuth').UserAuthSlice | undefined;
|
|
10
8
|
write: import('../features/write-form/store/initial-state').WriteCapabilityState | undefined;
|
|
11
9
|
common: import('./initial-state').CommonSliceState | undefined;
|
|
12
10
|
}>>;
|
|
13
11
|
export declare const store: import('@reduxjs/toolkit').EnhancedStore<{
|
|
14
12
|
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
15
|
-
userAuth: import('../features/connector-cards/store/userAuth').UserAuthSlice;
|
|
16
13
|
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
17
14
|
common: import('./initial-state').CommonSliceState;
|
|
18
15
|
}, import('redux').UnknownAction, import('@reduxjs/toolkit').Tuple<[import('redux').StoreEnhancer<{
|
|
19
16
|
dispatch: import('redux-thunk').ThunkDispatch<{
|
|
20
17
|
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
21
|
-
userAuth: import('../features/connector-cards/store/userAuth').UserAuthSlice;
|
|
22
18
|
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
23
19
|
common: import('./initial-state').CommonSliceState;
|
|
24
20
|
}, undefined, import('redux').UnknownAction>;
|
|
25
21
|
}>, import('redux').StoreEnhancer]>>;
|
|
26
22
|
export declare const customStore: (preloadedState?: Partial<RootState>) => import('@reduxjs/toolkit').EnhancedStore<{
|
|
27
23
|
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
28
|
-
userAuth: import('../features/connector-cards/store/userAuth').UserAuthSlice;
|
|
29
24
|
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
30
25
|
common: import('./initial-state').CommonSliceState;
|
|
31
26
|
}, import('redux').UnknownAction, import('@reduxjs/toolkit').Tuple<[import('redux').StoreEnhancer<{
|
|
32
27
|
dispatch: import('redux-thunk').ThunkDispatch<{
|
|
33
28
|
cardList: import('../features/connector-cards/store/initial-state').IConnectorState;
|
|
34
|
-
userAuth: import('../features/connector-cards/store/userAuth').UserAuthSlice;
|
|
35
29
|
write: import('../features/write-form/store/initial-state').WriteCapabilityState;
|
|
36
30
|
common: import('./initial-state').CommonSliceState;
|
|
37
31
|
}, undefined, import('redux').UnknownAction>;
|
package/store/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,eAAO,MAAM,WAAW;;;;;;;;GAItB,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"}
|
package/store/slice.d.ts
CHANGED
|
@@ -22,10 +22,10 @@ export declare const createDropdownOption: import('@reduxjs/toolkit').AsyncThunk
|
|
|
22
22
|
conversationId?: number;
|
|
23
23
|
callback?: (option: OptionType[]) => void;
|
|
24
24
|
args?: {
|
|
25
|
-
[key: string]: string | number | boolean | null;
|
|
25
|
+
[key: string]: string | number | boolean | null | (string | number)[];
|
|
26
26
|
};
|
|
27
27
|
createArgs?: {
|
|
28
|
-
[key: string]: string | number | boolean | null;
|
|
28
|
+
[key: string]: string | number | boolean | null | (string | number)[];
|
|
29
29
|
};
|
|
30
30
|
}, {
|
|
31
31
|
state?: unknown;
|
|
@@ -57,13 +57,13 @@ export declare const fetchDropDownOptions: import('@reduxjs/toolkit').AsyncThunk
|
|
|
57
57
|
}, {
|
|
58
58
|
fieldName: string;
|
|
59
59
|
formId: string;
|
|
60
|
-
searchTerm: string;
|
|
61
60
|
fieldConfig: FormFields;
|
|
61
|
+
searchTerm: string;
|
|
62
62
|
interfaceId?: string;
|
|
63
63
|
pagination: InterfaceDetails["pagination"];
|
|
64
64
|
callback?: (options: OptionType[]) => void;
|
|
65
65
|
args?: {
|
|
66
|
-
[key: string]: string | number | boolean | null;
|
|
66
|
+
[key: string]: string | number | boolean | null | (string | number)[];
|
|
67
67
|
};
|
|
68
68
|
isScrollToBottomEvent?: boolean;
|
|
69
69
|
controller?: AbortController;
|
package/store/slice.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../src/store/slice.ts"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAI9E,eAAO,MAAM,WAAW;;;;;;;uHAmEtB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;eAIhB,MAAM;YACT,MAAM;WACP,MAAM;iBACA,MAAM;qBACF,MAAM;eACZ,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,IAAI;WAClC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;KAAE;
|
|
1
|
+
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../src/store/slice.ts"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAI9E,eAAO,MAAM,WAAW;;;;;;;uHAmEtB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;eAIhB,MAAM;YACT,MAAM;WACP,MAAM;iBACA,MAAM;qBACF,MAAM;eACZ,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,IAAI;WAClC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;KAAE;iBACnE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;KAAE;;;;;;;;;;EA2D3F,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;eAmHd,MAAM;YACT,MAAM;iBACD,UAAU;gBACX,MAAM;kBACJ,MAAM;gBACR,gBAAgB,CAAC,YAAY,CAAC;eAC/B,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI;WACnC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;KAAE;4BACxD,OAAO;iBAClB,eAAe;;;;;;;;;;EA2BnC,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;QASd,MAAM;UACJ,WAAW;kBACH,MAAM;gBACR,OAAO;;;;;;;;;;EAuBxB,CAAC;AAEF,QAAA,MAAQ,UAAU,oFAAE,oBAAoB,8FAAE,yBAAyB,mGAAwB,CAAC;;AAC5F,wBAAmC;AAEnC,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare const getSpecificConnector: (id: string, count?: number, isPrevie
|
|
|
10
10
|
data: {
|
|
11
11
|
flatDisplay: {
|
|
12
12
|
readonly label: string;
|
|
13
|
-
readonly value: string | null;
|
|
13
|
+
readonly value: string | string[] | null;
|
|
14
14
|
readonly errorMessage: "" | null;
|
|
15
15
|
readonly statusCode: 404 | 500 | 400 | 200;
|
|
16
16
|
readonly priority: number;
|
|
@@ -20,7 +20,7 @@ export declare const getSpecificConnector: (id: string, count?: number, isPrevie
|
|
|
20
20
|
externalResourceId: string | undefined;
|
|
21
21
|
data: {
|
|
22
22
|
readonly label: string;
|
|
23
|
-
readonly value: string | null;
|
|
23
|
+
readonly value: string | string[] | null;
|
|
24
24
|
readonly errorMessage: "" | null;
|
|
25
25
|
readonly statusCode: 404 | 500 | 400 | 200;
|
|
26
26
|
readonly priority: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-cards.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/fetch-cards.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAcpE,eAAO,MAAM,aAAa,UAAuD,CAAC;AAIlF,eAAO,MAAM,kBAAkB,UAA0E,CAAC;AAE1G,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAE5D,CAAC;
|
|
1
|
+
{"version":3,"file":"fetch-cards.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/fetch-cards.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAcpE,eAAO,MAAM,aAAa,UAAuD,CAAC;AAIlF,eAAO,MAAM,kBAAkB,UAA0E,CAAC;AAE1G,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAE5D,CAAC;AAmBF,eAAO,MAAM,oBAAoB,OAAQ,MAAM,UAAS,MAAM,cAAiB,OAAO;;;;cA8DjC,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiB9D,CAAC;AAaF,eAAO,MAAM,QAAQ,6BAAkD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"AAcA,OAAO,EAAuC,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAExF,OAAO,EAAE,kBAAkB,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"AAcA,OAAO,EAAuC,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAExF,OAAO,EAAE,kBAAkB,EAAE,CAAC;AA8wB9B,eAAO,MAAM,eAAe,2BAQ1B,CAAC;AAEH,eAAO,MAAM,QAAQ,6BAapB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handlers.d.ts","sourceRoot":"","sources":["../../../src/testing/mocks/handlers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"handlers.d.ts","sourceRoot":"","sources":["../../../src/testing/mocks/handlers.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,QAAQ,6BASpB,CAAC"}
|
package/types/cards.d.ts
CHANGED
|
@@ -15,11 +15,11 @@ export type ICard = {
|
|
|
15
15
|
connectorId?: string;
|
|
16
16
|
forms: IForms[];
|
|
17
17
|
logoUrl?: string;
|
|
18
|
-
userAuthEnabled?: boolean;
|
|
19
18
|
};
|
|
19
|
+
export type CardFieldValue = string | number | boolean | (string | number | boolean)[] | null;
|
|
20
20
|
export type IFlatDisArr = {
|
|
21
21
|
label: string;
|
|
22
|
-
value:
|
|
22
|
+
value: CardFieldValue;
|
|
23
23
|
errorMessage: string | null;
|
|
24
24
|
statusCode: string | number;
|
|
25
25
|
priority: number;
|
|
@@ -29,7 +29,7 @@ export type IFlatDisArr = {
|
|
|
29
29
|
};
|
|
30
30
|
export type IListItemFieldData = {
|
|
31
31
|
label: string;
|
|
32
|
-
value:
|
|
32
|
+
value: CardFieldValue;
|
|
33
33
|
priority: number;
|
|
34
34
|
deepLink?: string | null;
|
|
35
35
|
key: string;
|
|
@@ -102,9 +102,9 @@ export type CreateObjectMetaData = undefined | {
|
|
|
102
102
|
};
|
|
103
103
|
export type IFormData = {
|
|
104
104
|
[key: string]: {
|
|
105
|
-
label: string;
|
|
106
|
-
value?: string;
|
|
107
|
-
type: 'date' | null;
|
|
105
|
+
label: string | string[];
|
|
106
|
+
value?: string | string[];
|
|
107
|
+
type: 'date' | 'multi-select' | null;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
110
|
export type IResourceDetails = {
|
package/types/cards.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../../src/types/cards.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,gBAAgB,CAAC;AACnD,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AAEnD,MAAM,MAAM,MAAM,GAAG;IACnB,IAAI,EAAE,SAAS,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,UAAU,CAAC;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../../src/types/cards.ts"],"names":[],"mappings":"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"}
|
package/types/form.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export interface InterfaceDetails {
|
|
|
55
55
|
export interface FieldListResponse {
|
|
56
56
|
name: string;
|
|
57
57
|
placeholder?: string;
|
|
58
|
-
type: FIELD_TYPES | 'multi-select' | 'multiline';
|
|
58
|
+
type: FIELD_TYPES | 'multi-select' | 'multiline' | 'reference';
|
|
59
59
|
label: string;
|
|
60
60
|
value?: string | number;
|
|
61
61
|
disabled?: boolean;
|
|
@@ -84,11 +84,11 @@ export interface FieldListResponse {
|
|
|
84
84
|
};
|
|
85
85
|
isClearable?: boolean;
|
|
86
86
|
isFieldCustom?: boolean;
|
|
87
|
-
fieldAccessMode?: string;
|
|
88
87
|
}
|
|
89
88
|
export interface FormFields extends FieldListResponse {
|
|
90
89
|
type: FIELD_TYPES;
|
|
91
90
|
isMultiSelect?: boolean;
|
|
91
|
+
isMulti?: boolean;
|
|
92
92
|
loadOptionsOnFocus?: boolean;
|
|
93
93
|
}
|
|
94
94
|
export interface ObjectItem extends OptionType {
|
|
@@ -107,7 +107,6 @@ export interface ObjectItem extends OptionType {
|
|
|
107
107
|
searchObject?: string;
|
|
108
108
|
expandedView?: boolean;
|
|
109
109
|
cardAccessMode?: 'read_write' | null;
|
|
110
|
-
userAuthEnabled?: boolean;
|
|
111
110
|
}
|
|
112
111
|
export type FormArgValue = string | boolean | number | (string | number)[] | TableValue;
|
|
113
112
|
export interface PreviewArgs {
|
package/types/form.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/types/form.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAExD,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,EAAE,CAAC;AAErE,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,IAAI,GAAG,UAAU,EAAE,GAAG,UAAU,CAAC;AAEnG,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC;AAClE,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC;AAExE,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,eAAe,CAAC;IACxB,MAAM,EAAE,eAAe,CAAC;CACzB;AAED,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,OAAO;IACf,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/C,MAAM,WAAW,WAAW;IAC1B,UAAU,CAAC,EAAE,OAAO,GAAG,gBAAgB,CAAC;IACxC,KAAK,CAAC,EAAE,OAAO,GAAG,gBAAgB,CAAC;IACnC,OAAO,CAAC,EAAE,OAAO,GAAG,gBAAgB,CAAC;IACrC,aAAa,CAAC,EAAE,OAAO,GAAG,gBAAgB,CAAC;IAC3C,WAAW,CAAC,EAAE,OAAO,GAAG,gBAAgB,CAAC;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;CACtC;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE;QACL,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,CAAC;IACF,UAAU,CAAC,EAAE;QACX,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACvB,CAAC;CACH;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,WAAW,GAAG,cAAc,GAAG,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/types/form.ts"],"names":[],"mappings":"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"}
|
package/utils/form.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormValidation } from '@connector/ui';
|
|
2
2
|
import { FormState, FormFields, FormArgValue, FieldListResponse, FieldValue } from '../types/form';
|
|
3
3
|
export declare const generateDropdownOptionKey: (args: {
|
|
4
|
-
[key: string]: string | number | boolean | null;
|
|
4
|
+
[key: string]: string | number | boolean | null | (string | number)[];
|
|
5
5
|
}, id: string, name: string) => string;
|
|
6
6
|
export declare const getAllCompletedArgs: (state: FormState, args?: {
|
|
7
7
|
[key: string]: string;
|
|
@@ -9,14 +9,14 @@ export declare const getAllCompletedArgs: (state: FormState, args?: {
|
|
|
9
9
|
export declare const getArgsValueMap: (state: FormState, args?: {
|
|
10
10
|
[key: string]: string;
|
|
11
11
|
}) => {
|
|
12
|
-
[key: string]: string | number | boolean | null;
|
|
12
|
+
[key: string]: string | number | boolean | (string | number)[] | null;
|
|
13
13
|
};
|
|
14
14
|
export declare const getFormFieldsValidations: ({ formFields }: {
|
|
15
15
|
formFields: FormFields[];
|
|
16
16
|
}) => FormValidation;
|
|
17
17
|
export declare const parseFormStateToArgs: (state: FormState, args: {
|
|
18
18
|
[key: string]: string;
|
|
19
|
-
}) => Record<string, FormArgValue>;
|
|
19
|
+
}, multiSelectFieldNames?: Set<string>) => Record<string, FormArgValue>;
|
|
20
20
|
export declare const createRows: <T extends FieldListResponse>(formsList: T[], colsLength: number) => {
|
|
21
21
|
id: string;
|
|
22
22
|
formFields: T[];
|
package/utils/form.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/utils/form.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,cAAc,EAAc,MAAM,eAAe,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAc,iBAAiB,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEnH,eAAO,MAAM,yBAAyB,SAC9B;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/utils/form.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,cAAc,EAAc,MAAM,eAAe,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAc,iBAAiB,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEnH,eAAO,MAAM,yBAAyB,SAC9B;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;CAAE,MAC3E,MAAM,QACJ,MAAM,WAOb,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,SAAS,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,KAAG,MAAM,EAgB9F,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,SAAS,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE;;CA+BjF,CAAC;AAEF,eAAO,MAAM,wBAAwB,mBAAoB;IAAE,UAAU,EAAE,UAAU,EAAE,CAAA;CAAE,KAAG,cA2CvF,CAAC;AA0BF,eAAO,MAAM,oBAAoB,UACxB,SAAS,QACV;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,0BACP,GAAG,CAAC,MAAM,CAAC,iCAmCpC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,iBAAiB,aAAa,CAAC,EAAE,cAAc,MAAM;;;GA2BzF,CAAC;AAEF,eAAO,MAAM,eAAe,eAAgB,UAAU,EAAE,UAAU,MAAM,CAAC,MAAM,EAAE,UAAU,GAAG,SAAS,CAAC,WA8BvG,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { UserAuthState } from '../store/userAuth';
|
|
2
|
-
export interface UserAuthStatusResponse {
|
|
3
|
-
state: UserAuthState;
|
|
4
|
-
reason?: string;
|
|
5
|
-
external_user_id?: string;
|
|
6
|
-
}
|
|
7
|
-
export interface UserAuthStartResponse {
|
|
8
|
-
auth_url: string;
|
|
9
|
-
tier: 'user';
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Reads the signed-in agent's user-tier connection state for a
|
|
13
|
-
* connector. Called on card mount when `connector.userAuthEnabled`
|
|
14
|
-
* is true; not called for legacy connectors so legacy mount paths
|
|
15
|
-
* stay byte-for-byte unchanged.
|
|
16
|
-
*/
|
|
17
|
-
export declare const getUserAuthStatus: (connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
18
|
-
/**
|
|
19
|
-
* Builds the OAuth authorization URL the agent visits in a popup to
|
|
20
|
-
* connect their personal account. The BE encodes `state.tier=user`
|
|
21
|
-
* + `state.user_id` so the callback knows to land in
|
|
22
|
-
* /process_user_callback rather than the workspace flow.
|
|
23
|
-
*/
|
|
24
|
-
export declare const startUserAuth: (connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
25
|
-
//# sourceMappingURL=userAuth.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"userAuth.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/api/userAuth.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAE/E,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,gBAAiB,MAAM,iEAKpD,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,aAAa,gBAAiB,MAAM,iEAKhD,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { ICard, ISpecificCard } from '../../../../types/cards';
|
|
3
|
-
import { ApiStatus } from '../../../../types/api';
|
|
4
|
-
interface IProps {
|
|
5
|
-
card: ICard;
|
|
6
|
-
email: string;
|
|
7
|
-
specificCardData: Record<string, ISpecificCard> | null;
|
|
8
|
-
specificConnectorApiStatus: Record<string, ApiStatus> | null;
|
|
9
|
-
defaultOpenState: boolean;
|
|
10
|
-
onCardUnlinking: () => void;
|
|
11
|
-
isPrimaryUserAuthCard?: boolean;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Wraps the regular Card render with the user-tier auth gate.
|
|
15
|
-
*
|
|
16
|
-
* - When the install has not opted into user-tier auth
|
|
17
|
-
* (`card.userAuthEnabled !== true`) → renders the regular Card.
|
|
18
|
-
* Zero behavior change for legacy connectors.
|
|
19
|
-
*
|
|
20
|
-
* - When opted in:
|
|
21
|
-
* * On mount, fetches /user-auth/status once via tanstack-query
|
|
22
|
-
* (30s staleTime → batches across cards sharing the connector).
|
|
23
|
-
* * If the resolved state is `connected` (or `unknown` while the
|
|
24
|
-
* fetch is in-flight) → renders the regular Card.
|
|
25
|
-
* * Otherwise renders <UserAuthCard /> with the right variant.
|
|
26
|
-
*
|
|
27
|
-
* The `onConnected` callback invalidates the card data query so
|
|
28
|
-
* the regular Card mounts immediately after the popup completes,
|
|
29
|
-
* without forcing the user to refresh or remount.
|
|
30
|
-
*/
|
|
31
|
-
export declare const CardWithUserAuth: FC<IProps>;
|
|
32
|
-
export {};
|
|
33
|
-
//# sourceMappingURL=CardWithUserAuth.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CardWithUserAuth.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/CardWithUserAuth.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAU3B,OAAO,KAAK,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,UAAU,MAAM;IACd,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,IAAI,CAAC;IACvD,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAI,CAAC;IAC7D,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,MAAM,IAAI,CAAC;IAK5B,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,MAAM,CAgFvC,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from 'react';
|
|
2
|
-
export interface IUserAuthConnector {
|
|
3
|
-
connectorId: string;
|
|
4
|
-
connectorName: string;
|
|
5
|
-
connectorLogo: string;
|
|
6
|
-
}
|
|
7
|
-
interface IProps {
|
|
8
|
-
connectors: IUserAuthConnector[];
|
|
9
|
-
onConnected: () => void;
|
|
10
|
-
children: ReactNode;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Renders the "Sign in to use X" card on the agent panel when there are no
|
|
14
|
-
* linked cards yet but the connector is opted into user-tier auth and the
|
|
15
|
-
* agent hasn't connected. Without this, the sign-in CTA only ever appeared
|
|
16
|
-
* inside ListCards (per linked card), so a brand-new install showed the
|
|
17
|
-
* create/link banner with no way to authenticate.
|
|
18
|
-
*
|
|
19
|
-
* When no connector is blocking (all connected, or status still unknown)
|
|
20
|
-
* the children (create banner) render as before.
|
|
21
|
-
*/
|
|
22
|
-
export declare const NoCardsUserAuthGate: FC<IProps>;
|
|
23
|
-
export {};
|
|
24
|
-
//# sourceMappingURL=NoCardsUserAuthGate.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NoCardsUserAuthGate.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/NoCardsUserAuthGate.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUtC,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,MAAM;IAGd,UAAU,EAAE,kBAAkB,EAAE,CAAC;IACjC,WAAW,EAAE,MAAM,IAAI,CAAC;IAGxB,QAAQ,EAAE,SAAS,CAAC;CACrB;AA8CD;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,MAAM,CAa1C,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* Renders Figma frame 2 — the centered "Connection in progress"
|
|
4
|
-
* overlay shown while a user-tier OAuth popup is open.
|
|
5
|
-
*
|
|
6
|
-
* Mounted once at the app/connector-cards.tsx level rather than
|
|
7
|
-
* per-card. The slice's selectAnyInProgressConnectorId selector
|
|
8
|
-
* naturally dedupes across concurrent connect attempts (which
|
|
9
|
-
* shouldn't happen — the bifrost interceptor only kicks in for
|
|
10
|
-
* one connector at a time — but the design is defensive).
|
|
11
|
-
*
|
|
12
|
-
* Per the spec the modal has no close button. The user must
|
|
13
|
-
* complete the OAuth flow (or close the popup themselves, at
|
|
14
|
-
* which point the 5-min in-progress timeout in useUserAuthFlow
|
|
15
|
-
* fires and the modal disappears with the state transition).
|
|
16
|
-
*/
|
|
17
|
-
declare const ConnectionInProgressModal: FC;
|
|
18
|
-
export default ConnectionInProgressModal;
|
|
19
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/connection-in-progress-modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AAiBpC;;;;;;;;;;;;;;GAcG;AACH,QAAA,MAAM,yBAAyB,EAAE,EA0DhC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
package/features/connector-cards/components/user-auth-card/__tests__/UserAuthCard.test.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserAuthCard.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/connector-cards/components/user-auth-card/__tests__/UserAuthCard.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { UserAuthState } from '../../store/userAuth';
|
|
3
|
-
interface UserAuthCardProps {
|
|
4
|
-
connectorId: string;
|
|
5
|
-
connectorName: string;
|
|
6
|
-
connectorLogo: string;
|
|
7
|
-
variant: UserAuthState;
|
|
8
|
-
/** Optional reason from the backend (e.g. `workspace_mismatch`,
|
|
9
|
-
* `site_access_denied`, `refresh_failed`). Used to pick
|
|
10
|
-
* variant-specific copy below. */
|
|
11
|
-
reason?: string;
|
|
12
|
-
/** Called once the connect popup flow lands at `connected`.
|
|
13
|
-
* Typically retries the original API call that surfaced the
|
|
14
|
-
* 412. Pass-through to useUserAuthFlow. */
|
|
15
|
-
onConnected?: () => void;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Renders Figma frames 1 and 4 (and their variants). Same component
|
|
19
|
-
* for both — the only difference is the badge + copy.
|
|
20
|
-
*
|
|
21
|
-
* - `disconnected` / `unknown` → frame 1: "Sign in to use X"
|
|
22
|
-
* - `reauth_required` → frame 4: "Authentication failed"
|
|
23
|
-
* - `workspace_mismatch` → frame 4 with workspace-specific copy
|
|
24
|
-
* - `in_progress` → button disabled + spinner; the
|
|
25
|
-
* centered modal owns the user's attention but the card body
|
|
26
|
-
* stays mounted so layout doesn't shift when the modal closes.
|
|
27
|
-
* - `connected` → this component shouldn't render
|
|
28
|
-
* when state === connected; the parent routes to the normal card.
|
|
29
|
-
* Defensive fall-through renders nothing.
|
|
30
|
-
*/
|
|
31
|
-
declare const UserAuthCard: FC<UserAuthCardProps>;
|
|
32
|
-
export default UserAuthCard;
|
|
33
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/user-auth-card/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAe,MAAM,OAAO,CAAC;AAKxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAiB/E,UAAU,iBAAiB;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,aAAa,CAAC;IACvB;;uCAEmC;IACnC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;gDAE4C;IAC5C,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED;;;;;;;;;;;;;GAaG;AACH,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA0GvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, ImgHTMLAttributes } from 'react';
|
|
2
|
-
import { StackProps, BoxProps, ButtonProps } from '@hiver/hiver-ui-kit';
|
|
3
|
-
import { StyledComponent } from '@emotion/styled';
|
|
4
|
-
/**
|
|
5
|
-
* Outer card — pale purple wash matching the no-connectors empty
|
|
6
|
-
* state. Two visually-distinct sections inside: the logo block on
|
|
7
|
-
* top, the title/body/CTA below. No outer border — the pale
|
|
8
|
-
* background carries enough separation from the page.
|
|
9
|
-
*/
|
|
10
|
-
export declare const CardWrapper: StyledComponent<BoxProps>;
|
|
11
|
-
/**
|
|
12
|
-
* The two-logo block sits in its own slightly-inset panel at the
|
|
13
|
-
* top of the card, matching the Figma's two-section composition.
|
|
14
|
-
*/
|
|
15
|
-
export declare const LogoPanel: StyledComponent<BoxProps>;
|
|
16
|
-
export declare const LogoRow: StyledComponent<StackProps>;
|
|
17
|
-
export declare const LogoImage: StyledComponent<ImgHTMLAttributes<HTMLImageElement>>;
|
|
18
|
-
/**
|
|
19
|
-
* Red exclamation badge overlaid on the app logo for the
|
|
20
|
-
* reauth_required / workspace_mismatch variants.
|
|
21
|
-
*/
|
|
22
|
-
export declare const ErrorBadge: StyledComponent<HTMLAttributes<HTMLSpanElement>>;
|
|
23
|
-
/**
|
|
24
|
-
* Bold indigo CTA matching Figma. theme.palette.purple.primary is
|
|
25
|
-
* the same token the no-connectors card uses for its accent border
|
|
26
|
-
* and text, so the button locks into the existing design system.
|
|
27
|
-
*/
|
|
28
|
-
export declare const AuthenticateButton: StyledComponent<ButtonProps>;
|
|
29
|
-
//# sourceMappingURL=style.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/user-auth-card/style.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAQjD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,QAAQ,CAO/C,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,eAAe,CAAC,UAAU,CAM/C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAK1E,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,cAAc,CAAC,eAAe,CAAC,CAevE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,WAAW,CAiB3D,CAAC"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { UserAuthEntry, UserAuthState } from '../store/userAuth';
|
|
2
|
-
interface UseUserAuthFlowOptions {
|
|
3
|
-
/**
|
|
4
|
-
* Called when the polling loop transitions to `connected`.
|
|
5
|
-
* Typically used to retry the original failed API call.
|
|
6
|
-
*/
|
|
7
|
-
onConnected?: () => void;
|
|
8
|
-
}
|
|
9
|
-
interface UseUserAuthFlowReturn {
|
|
10
|
-
entry: UserAuthEntry;
|
|
11
|
-
state: UserAuthState;
|
|
12
|
-
connect: () => Promise<void>;
|
|
13
|
-
isStarting: boolean;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Orchestrates a user-tier connect flow:
|
|
17
|
-
* 1. `connect()` calls POST /user-auth/start and opens the
|
|
18
|
-
* authorization URL in a popup.
|
|
19
|
-
* 2. Marks the connector in_progress in redux.
|
|
20
|
-
* 3. Polls GET /user-auth/status every 2s via tanstack-query;
|
|
21
|
-
* stops polling on a terminal state.
|
|
22
|
-
* 4. On `connected`, calls onConnected so the caller can retry
|
|
23
|
-
* the original failed API call without forcing a remount.
|
|
24
|
-
*
|
|
25
|
-
* Polling cadence + tanstack-query usage mirrors the admin app's
|
|
26
|
-
* authSuccessQuery — same pattern, scoped per-connector here.
|
|
27
|
-
*/
|
|
28
|
-
export declare function useUserAuthFlow(connectorId: string, options?: UseUserAuthFlowOptions): UseUserAuthFlowReturn;
|
|
29
|
-
/**
|
|
30
|
-
* One-shot fetcher used at card-mount time. Doesn't poll — drops
|
|
31
|
-
* the result into the slice and exits. The polling-on-in_progress
|
|
32
|
-
* behavior is handled separately by useUserAuthFlow above.
|
|
33
|
-
*/
|
|
34
|
-
export declare function useFetchUserAuthStatus(connectorId: string, enabled: boolean): void;
|
|
35
|
-
/**
|
|
36
|
-
* Exposed for tests + the rare "user clicked Disconnect from the
|
|
37
|
-
* customer-identity-mapping menu" path — wipes the slice entry so
|
|
38
|
-
* the next card mount triggers a fresh status fetch.
|
|
39
|
-
*/
|
|
40
|
-
export declare function useResetUserAuth(): (connectorId: string) => void;
|
|
41
|
-
export {};
|
|
42
|
-
//# sourceMappingURL=useUserAuthFlow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useUserAuthFlow.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/hooks/useUserAuthFlow.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAkB9F,UAAU,sBAAsB;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED,UAAU,qBAAqB;IAC7B,KAAK,EAAE,aAAa,CAAC;IACrB,KAAK,EAAE,aAAa,CAAC;IACrB,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;CACrB;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,GAAE,sBAA2B,GAAG,qBAAqB,CAuKhH;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,QAqB3E;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,kBAGd,MAAM,UAKvB"}
|