@hiver/connector-agent 4.20.0-themeMode-beta.5 → 4.21.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/hig-slack/HigSlackSection.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/style.d.ts +1 -1
- package/features/connector-cards/components/card-list/style.d.ts.map +1 -1
- package/features/connector-highlight/components/custom-tooltip/index.d.ts.map +1 -1
- package/features/email-logger/components/log-tooltip/styles.d.ts.map +1 -1
- package/features/email-logger/omni/styles.d.ts.map +1 -1
- package/features/global-search/components/search-results/components/index.d.ts +0 -1
- package/features/global-search/components/search-results/components/index.d.ts.map +1 -1
- package/features/slack/components/LinkedConversationPanel/NotMemberTooltip.d.ts.map +1 -1
- package/features/slack/components/SlackConversationTab.d.ts.map +1 -1
- package/features/split-apps/components/nudge/styles.d.ts.map +1 -1
- package/features/write-form/api/__tests__/getConversationSummary.test.d.ts +2 -0
- package/features/write-form/api/__tests__/getConversationSummary.test.d.ts.map +1 -0
- package/features/write-form/api/getConversationSummary.d.ts +17 -0
- package/features/write-form/api/getConversationSummary.d.ts.map +1 -0
- package/features/write-form/api/getFieldCustomFields.d.ts +30 -0
- package/features/write-form/api/getFieldCustomFields.d.ts.map +1 -0
- package/features/write-form/components/auto-fill/prompt.d.ts +2 -1
- package/features/write-form/components/auto-fill/prompt.d.ts.map +1 -1
- package/features/write-form/components/auto-fill/styles.d.ts +1 -0
- package/features/write-form/components/auto-fill/styles.d.ts.map +1 -1
- package/features/write-form/components/write-form/__tests__/table-validations.test.d.ts +2 -0
- package/features/write-form/components/write-form/__tests__/table-validations.test.d.ts.map +1 -0
- package/features/write-form/components/write-form/index.d.ts.map +1 -1
- package/features/write-form/constants/api.d.ts +2 -0
- package/features/write-form/constants/api.d.ts.map +1 -1
- package/features/write-form/utils/__tests__/conversationSummary.test.d.ts +2 -0
- package/features/write-form/utils/__tests__/conversationSummary.test.d.ts.map +1 -0
- package/features/write-form/utils/conversationSummary.d.ts +37 -0
- package/features/write-form/utils/conversationSummary.d.ts.map +1 -0
- package/features/write-form/utils/index.d.ts.map +1 -1
- package/index.es.js +9079 -8785
- package/index.umd.js +464 -453
- package/package.json +1 -1
- package/testing/mocks/handlers/write-capability.d.ts.map +1 -1
- package/theme/connector-theme-provider.d.ts.map +1 -1
- package/theme/connector-theme.d.ts +8 -0
- package/theme/connector-theme.d.ts.map +1 -1
- package/types/form.d.ts +2 -0
- package/types/form.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HigSlackSection.d.ts","sourceRoot":"","sources":["../../../src/app/hig-slack/HigSlackSection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAkC,MAAM,OAAO,CAAC;AAQ3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AASjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAyBpE,MAAM,MAAM,oBAAoB,GAAG,gBAAgB,GAAG;IACpD;yEACqE;IACrE,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,oBAAoB,CAAC;CAC9B,CAAC;AAEF,oEAAoE;AACpE,MAAM,MAAM,wBAAwB,GAAG,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"HigSlackSection.d.ts","sourceRoot":"","sources":["../../../src/app/hig-slack/HigSlackSection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAkC,MAAM,OAAO,CAAC;AAQ3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AASjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAyBpE,MAAM,MAAM,oBAAoB,GAAG,gBAAgB,GAAG;IACpD;yEACqE;IACrE,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,oBAAoB,CAAC;CAC9B,CAAC;AAEF,oEAAoE;AACpE,MAAM,MAAM,wBAAwB,GAAG,oBAAoB,CAAC;AAoQ5D;;;;;GAKG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAIpD,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,CAI5D,CAAC"}
|
|
@@ -39,7 +39,7 @@ export declare const TableBodyRow: StyledComponent<TableRowProps>;
|
|
|
39
39
|
export declare const TableBodyRowCell: StyledComponent<TableCellProps>;
|
|
40
40
|
export declare const TableEditCell: StyledComponent<TableCellProps>;
|
|
41
41
|
export declare const TableEditCellHeader: StyledComponent<TableCellProps>;
|
|
42
|
-
export declare const RotatingChevron: StyledComponent<
|
|
42
|
+
export declare const RotatingChevron: StyledComponent<SVGProps<SVGSVGElement> & {
|
|
43
43
|
transformAngle?: number;
|
|
44
44
|
}>;
|
|
45
45
|
export declare const ShowExpandMore: StyledComponent<TypographyProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/style.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,QAAQ,EACR,WAAW,EACX,SAAS,EACT,eAAe,EACf,SAAS,EACT,aAAa,EACb,UAAU,EACV,YAAY,EACZ,cAAc,EACd,cAAc,EACd,aAAa,EACb,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/style.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-highlight/components/custom-tooltip/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-highlight/components/custom-tooltip/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,IAAI,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IACrF,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC;AAoBD,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,sBAAsB,2CAwJzF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/components/log-tooltip/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/components/log-tooltip/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAKlD,OAAO,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAElE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,YAAY,CAerD,CAAC;AAEJ,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAGpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/omni/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,OAAO,KAAK,EAAE,oBAAoB,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,KAAK,EACV,WAAW,EACX,aAAa,EACb,UAAU,EACV,kBAAkB,EAClB,WAAW,EACX,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAG7B,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,UAAU,CAQzD,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,eAAe,CAAC,UAAU,CAM9C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,CAMlD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAI1E,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAQxD,CAAC;AAIF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAiCtD,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,UAAU,CAM5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,UAAU,CAKjD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,kBAAkB,CAuB3D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAKrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAoBtD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAenD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,UAAU,CAIjD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAM5D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAa1D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,eAAe,CAQ1D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,aAAa,CAczD,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,eAAe,CAAC,UAAU,CAQ9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,WAAW,CAkBxD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAuBtD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,eAAe,CASvD,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/omni/styles.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/global-search/components/search-results/components/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/global-search/components/search-results/components/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB,+CAYhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotMemberTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/LinkedConversationPanel/NotMemberTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NotMemberTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/LinkedConversationPanel/NotMemberTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAoDzC,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,QAAQ,EAAE,YAAY,CAAA;CAAE,CAI3D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SlackConversationTab.d.ts","sourceRoot":"","sources":["../../../../src/features/slack/components/SlackConversationTab.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAoC,MAAM,OAAO,CAAC;AAwB7D,UAAU,yBAAyB;IACjC;;oDAEgD;IAChD,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;CACnC;AAuCD,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,
|
|
1
|
+
{"version":3,"file":"SlackConversationTab.d.ts","sourceRoot":"","sources":["../../../../src/features/slack/components/SlackConversationTab.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAoC,MAAM,OAAO,CAAC;AAwB7D,UAAU,yBAAyB;IACjC;;oDAEgD;IAChD,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;CACnC;AAuCD,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CAmN9D,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/split-apps/components/nudge/styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/split-apps/components/nudge/styles.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElG,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,YAAY,CAerD,CAAC;AAEJ,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAOtD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,eAAe,CAKzD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAK/D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CActD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getConversationSummary.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/api/__tests__/getConversationSummary.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface ConversationSummaryResponse {
|
|
2
|
+
summary: string;
|
|
3
|
+
retryable?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const getConversationSummaryQueryKey: (conversationId?: number, smId?: string, maxChars?: number) => (string | number | undefined)[];
|
|
6
|
+
/**
|
|
7
|
+
* Fetches the AI-generated conversation summary for a field mapped to
|
|
8
|
+
* `{{conversation_summary}}`. The backend resolves freshness itself (no
|
|
9
|
+
* fingerprint params), so we only pass the conversation, the shared mailbox and
|
|
10
|
+
* the field's character cap. Returns `{ summary }` — may be an empty string,
|
|
11
|
+
* in which case the caller leaves the field empty (never an error).
|
|
12
|
+
*
|
|
13
|
+
* Same `/v1/api/connectors/...` namespace as the form default-values endpoint,
|
|
14
|
+
* so the connector bifrost reaches it identically.
|
|
15
|
+
*/
|
|
16
|
+
export declare function useConversationSummaryQuery(conversationId?: number, smId?: string, maxChars?: number, enabled?: boolean): import('@tanstack/react-query').UseQueryResult<ConversationSummaryResponse, Error>;
|
|
17
|
+
//# sourceMappingURL=getConversationSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getConversationSummary.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/api/getConversationSummary.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,8BAA8B,oBAAqB,MAAM,SAAS,MAAM,aAAa,MAAM,oCAOvG,CAAC;AAEF;;;;;;;;;GASG;AACH,wBAAgB,2BAA2B,CACzC,cAAc,CAAC,EAAE,MAAM,EACvB,IAAI,CAAC,EAAE,MAAM,EACb,QAAQ,CAAC,EAAE,MAAM,EACjB,OAAO,GAAE,OAAc,sFA8BxB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { WriteFormFields } from '../types/form';
|
|
2
|
+
export interface FieldCustomFieldsProps {
|
|
3
|
+
formId: string;
|
|
4
|
+
fieldName: string;
|
|
5
|
+
args: Record<string, unknown>;
|
|
6
|
+
}
|
|
7
|
+
export interface FieldCustomFieldsSpec {
|
|
8
|
+
fieldName: string;
|
|
9
|
+
args: Record<string, unknown>;
|
|
10
|
+
enabled: boolean;
|
|
11
|
+
}
|
|
12
|
+
export interface FieldCustomFieldsQueriesProps {
|
|
13
|
+
formId: string;
|
|
14
|
+
specs: FieldCustomFieldsSpec[];
|
|
15
|
+
delay?: number;
|
|
16
|
+
}
|
|
17
|
+
export declare const fetchFieldCustomFields: ({ formId, fieldName, args }: FieldCustomFieldsProps) => Promise<WriteFormFields[]>;
|
|
18
|
+
/**
|
|
19
|
+
* Fetches field-level custom fields for every field that opts in via
|
|
20
|
+
* `hasCustomFields` (today only `table` fields — the results are appended as
|
|
21
|
+
* extra columns). Returns a map of fieldName -> custom fields.
|
|
22
|
+
*
|
|
23
|
+
* Debounces the whole `specs` array the same way `useCustomFieldsQuery`
|
|
24
|
+
* debounces its `args`: the debounced snapshot backs both the query key and the
|
|
25
|
+
* fetch input, and each query stays disabled until the debounce catches up
|
|
26
|
+
* (`synced`) so an in-flight empty-`args` key can never cache the real column
|
|
27
|
+
* definitions and later replay a phantom result.
|
|
28
|
+
*/
|
|
29
|
+
export declare const useFieldCustomFieldsQueries: ({ formId, specs, delay }: FieldCustomFieldsQueriesProps) => Record<string, WriteFormFields[]>;
|
|
30
|
+
//# sourceMappingURL=getFieldCustomFields.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFieldCustomFields.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/api/getFieldCustomFields.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B;AAKD,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,6BAA6B;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,qBAAqB,EAAE,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,sBAAsB,gCAIhC,sBAAsB,KAAG,OAAO,CAAC,eAAe,EAAE,CAepD,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,2BAA2B,6BAAoC,6BAA6B,sCAoCxG,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export type AutofillPromptProps = {
|
|
2
2
|
appName: string;
|
|
3
|
+
expanded?: boolean;
|
|
3
4
|
onPrimaryClick: () => void;
|
|
4
5
|
};
|
|
5
|
-
export declare const AutofillPrompt: ({ appName, onPrimaryClick }: AutofillPromptProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
export declare const AutofillPrompt: ({ appName, expanded, onPrimaryClick }: AutofillPromptProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
7
|
//# sourceMappingURL=prompt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/components/auto-fill/prompt.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"prompt.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/components/auto-fill/prompt.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAmD,mBAAmB,mDAgDhG,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BoxProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
2
2
|
import { StyledComponent } from '@emotion/styled';
|
|
3
|
+
export declare const promptExpandedClassName = "connector-agent-autofill-prompt-expanded";
|
|
3
4
|
export declare const PromptCard: StyledComponent<StackProps>;
|
|
4
5
|
export declare const IllustrationBox: StyledComponent<BoxProps>;
|
|
5
6
|
export declare const PromptContentStack: StyledComponent<StackProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/components/auto-fill/styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/components/auto-fill/styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAKvD,eAAO,MAAM,uBAAuB,6CAA6C,CAAC;AAElF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,CAelD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAgBrD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAI1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,UAAU,CAIvD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAIxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-validations.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/write-form/components/write-form/__tests__/table-validations.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/components/write-form/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/components/write-form/index.tsx"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAA+B,UAAU,EAAkB,MAAM,eAAe,CAAC;AAwB7F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D,OAAO,KAAK,EAA+B,UAAU,EAAc,MAAM,cAAc,CAAC;AAGxF,eAAO,MAAM,iBAAiB,wCAAwC,CAAC;AAEvE,UAAU,cAAc;IACtB,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;IAClC,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC,CAAC;IACxE,cAAc,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAC/D,eAAe,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IAC3E,iBAAiB,CAAC,EAAE,CAAC,aAAa,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;CAC1D;AACD,QAAA,MAAM,SAAS,gJAWZ,cAAc,4CAg1BhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -6,7 +6,9 @@ export declare const PREVIEW_CARD_API: string;
|
|
|
6
6
|
export declare const CREATE_FORM: string;
|
|
7
7
|
export declare const FETCH_CURRENT_RESOURCE_DETAILS_API: string;
|
|
8
8
|
export declare const CUSTOM_FIELDS_API_PATH: string;
|
|
9
|
+
export declare const FIELD_CUSTOM_FIELDS_API_PATH: string;
|
|
9
10
|
export declare const FORM_DEFAULTS_API = "/v1/api/connectors/forms/:formId/defaults";
|
|
10
11
|
export declare const FORM_DEFAULT_VALUES_API = "/v1/api/connectors/forms/:formId/default-values";
|
|
12
|
+
export declare const CONVERSATION_SUMMARY_API = "/v1/api/connectors/conversation-summary";
|
|
11
13
|
export declare const ATTACHMENTS_API = "/v1/api/connectors/attachments";
|
|
12
14
|
//# sourceMappingURL=api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/constants/api.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,YAAY,CAAC;AAClC,eAAO,MAAM,qBAAqB,EAAE,MAA4C,CAAC;AACjF,eAAO,MAAM,eAAe,EAAE,MAAkD,CAAC;AACjF,eAAO,MAAM,aAAa,EAAE,MAAgD,CAAC;AAC7E,eAAO,MAAM,gBAAgB,EAAE,MAAmD,CAAC;AACnF,eAAO,MAAM,WAAW,EAAE,MAA8C,CAAC;AACzE,eAAO,MAAM,kCAAkC,EAAE,MAAoD,CAAC;AACtG,eAAO,MAAM,sBAAsB,EAAE,MAAuE,CAAC;AAC7G,eAAO,MAAM,iBAAiB,8CAAkD,CAAC;AACjF,eAAO,MAAM,uBAAuB,oDAAwD,CAAC;AAC7F,eAAO,MAAM,eAAe,mCAAuC,CAAC"}
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/constants/api.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,YAAY,CAAC;AAClC,eAAO,MAAM,qBAAqB,EAAE,MAA4C,CAAC;AACjF,eAAO,MAAM,eAAe,EAAE,MAAkD,CAAC;AACjF,eAAO,MAAM,aAAa,EAAE,MAAgD,CAAC;AAC7E,eAAO,MAAM,gBAAgB,EAAE,MAAmD,CAAC;AACnF,eAAO,MAAM,WAAW,EAAE,MAA8C,CAAC;AACzE,eAAO,MAAM,kCAAkC,EAAE,MAAoD,CAAC;AACtG,eAAO,MAAM,sBAAsB,EAAE,MAAuE,CAAC;AAC7G,eAAO,MAAM,4BAA4B,EAAE,MAA8E,CAAC;AAC1H,eAAO,MAAM,iBAAiB,8CAAkD,CAAC;AACjF,eAAO,MAAM,uBAAuB,oDAAwD,CAAC;AAC7F,eAAO,MAAM,wBAAwB,4CAAgD,CAAC;AACtF,eAAO,MAAM,eAAe,mCAAuC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conversationSummary.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/utils/__tests__/conversationSummary.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare const CONVERSATION_SUMMARY_TOKEN = "{{conversation_summary}}";
|
|
2
|
+
export declare const SUMMARY_GENERATING_PLACEHOLDER = "Generating summary\u2026";
|
|
3
|
+
/**
|
|
4
|
+
* Scans the resolved form defaults (per-field, mapped 1:1 from the
|
|
5
|
+
* `/default-values` response) for field(s) still awaiting the summary.
|
|
6
|
+
*
|
|
7
|
+
* The token may be the entire value (`{{conversation_summary}}`) or embedded in
|
|
8
|
+
* admin-authored text (`test - {{conversation_summary}}`), so this matches on
|
|
9
|
+
* containment — an exact-equality check silently skipped the embedded case and
|
|
10
|
+
* no summary was ever requested for it.
|
|
11
|
+
*/
|
|
12
|
+
export declare const getConversationSummaryFieldNames: (defaults?: Record<string, unknown> | null) => string[];
|
|
13
|
+
/**
|
|
14
|
+
* Substitutes the fetched summary into a field value, preserving whatever the
|
|
15
|
+
* admin configured around the token. An empty `summary` (feature off, over
|
|
16
|
+
* quota, generation failed) drops the token instead, so the literal token can
|
|
17
|
+
* never reach the third-party system.
|
|
18
|
+
*/
|
|
19
|
+
export declare const applySummaryToValue: (value: string, summary: string) => string;
|
|
20
|
+
/**
|
|
21
|
+
* Of the detected summary fields, the ones whose CURRENT form value still holds
|
|
22
|
+
* the token — i.e. the substitution is still owed.
|
|
23
|
+
*
|
|
24
|
+
* Derived from live form state rather than from the resolved-defaults snapshot on
|
|
25
|
+
* purpose: on a reopened form the defaults and an already-cached summary arrive in
|
|
26
|
+
* the same render, and `setFormDefaults` only reaches form state on the next one.
|
|
27
|
+
* Anything keyed off the defaults alone therefore looks at empty values, skips,
|
|
28
|
+
* and never re-runs — leaving the raw token in the field.
|
|
29
|
+
*/
|
|
30
|
+
export declare const getPendingSummaryFields: (fieldNames: string[], values: Record<string, unknown>) => string[];
|
|
31
|
+
/**
|
|
32
|
+
* Clears any token still sitting in the summary-mapped fields. Used on submit:
|
|
33
|
+
* the summary takes seconds to generate and the form can be submitted before it
|
|
34
|
+
* lands, and the literal token must never reach the third-party system.
|
|
35
|
+
*/
|
|
36
|
+
export declare const withSummaryTokensCleared: <T extends Record<string, unknown>>(values: T, fieldNames: string[]) => T;
|
|
37
|
+
//# sourceMappingURL=conversationSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conversationSummary.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/utils/conversationSummary.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,6BAA6B,CAAC;AAGrE,eAAO,MAAM,8BAA8B,6BAAwB,CAAC;AAEpE;;;;;;;;GAQG;AACH,eAAO,MAAM,gCAAgC,cAAe,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,KAAG,MAAM,EAUlG,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,UAAW,MAAM,WAAW,MAAM,KAAG,MACd,CAAC;AAExD;;;;;;;;;GASG;AACH,eAAO,MAAM,uBAAuB,eAAgB,MAAM,EAAE,UAAU,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAG,MAAM,EAIlG,CAAC;AAEL;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,cAAc,MAAM,EAAE,KAAG,CAQ7G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/utils/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/write-form/utils/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAuBrE,eAAO,MAAM,eAAe,SAAU,MAAM,SAAS,cAAc,SAAS,MAAM,EAAE,WAWnF,CAAC;AAEF,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,MAAM,KAAG,OAQ9C,CAAC;AAEF,eAAO,MAAM,yBAAyB,QAAS,oBAAoB,KAAG,oBAkBrE,CAAC;AAEF,eAAO,MAAM,iBAAiB,SAAU,oBAAoB,QAAQ,oBAAoB,KAAG,OAE1F,CAAC;AAEF,eAAO,MAAM,0BAA0B,kBAAmB,MAAM,WAE/D,CAAC"}
|