@nuraly/lumenui 0.1.0 → 0.2.1
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/dist/nuralyui.bundle.js +23024 -17355
- package/dist/nuralyui.bundle.js.gz +0 -0
- package/dist/src/components/alert/alert.component.d.ts +8 -5
- package/dist/src/components/alert/alert.component.js +24 -20
- package/dist/src/components/alert/alert.style.d.ts +0 -7
- package/dist/src/components/alert/alert.style.js +48 -90
- package/dist/src/components/alert/bundle.js +82 -108
- package/dist/src/components/alert/bundle.js.gz +0 -0
- package/dist/src/components/badge/badge.component.d.ts +9 -8
- package/dist/src/components/badge/badge.component.js +17 -14
- package/dist/src/components/badge/badge.style.d.ts +0 -7
- package/dist/src/components/badge/badge.style.js +49 -107
- package/dist/src/components/badge/bundle.js +81 -119
- package/dist/src/components/badge/bundle.js.gz +0 -0
- package/dist/src/components/breadcrumb/breadcrumb.component.d.ts +8 -10
- package/dist/src/components/breadcrumb/breadcrumb.component.js +16 -15
- package/dist/src/components/breadcrumb/breadcrumb.style.d.ts +0 -7
- package/dist/src/components/breadcrumb/breadcrumb.style.js +42 -60
- package/dist/src/components/breadcrumb/bundle.js +96 -93
- package/dist/src/components/breadcrumb/bundle.js.gz +0 -0
- package/dist/src/components/button/bundle.js +221 -470
- package/dist/src/components/button/bundle.js.gz +0 -0
- package/dist/src/components/button/button.component.d.ts +2 -1
- package/dist/src/components/button/button.component.js +6 -6
- package/dist/src/components/button/button.style.d.ts +0 -7
- package/dist/src/components/button/button.style.js +167 -433
- package/dist/src/components/canvas/base-canvas.component.d.ts +2 -1
- package/dist/src/components/canvas/base-canvas.component.js +1 -0
- package/dist/src/components/canvas/bundle.js +16919 -9595
- package/dist/src/components/canvas/bundle.js.gz +0 -0
- package/dist/src/components/canvas/canvas.constants.d.ts +1 -1
- package/dist/src/components/canvas/canvas.constants.js +1 -1
- package/dist/src/components/canvas/chatbot-panel.style.js +31 -31
- package/dist/src/components/canvas/index.d.ts +2 -0
- package/dist/src/components/canvas/index.js +3 -0
- package/dist/src/components/canvas/whiteboard-canvas.component.d.ts +3 -1
- package/dist/src/components/canvas/whiteboard-canvas.component.js +19 -1
- package/dist/src/components/canvas/whiteboard-canvas.style.js +159 -138
- package/dist/src/components/canvas/whiteboard-node.component.d.ts +2 -1
- package/dist/src/components/canvas/whiteboard-node.component.js +2 -1
- package/dist/src/components/canvas/whiteboard-node.style.js +44 -44
- package/dist/src/components/canvas/workflow-canvas-only.d.ts +4 -0
- package/dist/src/components/canvas/workflow-canvas-only.js +5 -0
- package/dist/src/components/canvas/workflow-canvas.component.d.ts +3 -1
- package/dist/src/components/canvas/workflow-canvas.component.js +24 -2
- package/dist/src/components/canvas/workflow-canvas.style.js +776 -648
- package/dist/src/components/canvas/workflow-canvas.types.d.ts +113 -4
- package/dist/src/components/canvas/workflow-canvas.types.js +646 -3
- package/dist/src/components/canvas/workflow-node.component.d.ts +3 -2
- package/dist/src/components/canvas/workflow-node.component.js +5 -5
- package/dist/src/components/canvas/workflow-node.style.js +183 -181
- package/dist/src/components/card/bundle.js +43 -35
- package/dist/src/components/card/bundle.js.gz +0 -0
- package/dist/src/components/card/card.component.d.ts +6 -1
- package/dist/src/components/card/card.component.js +8 -2
- package/dist/src/components/card/card.style.js +26 -30
- package/dist/src/components/carousel/bundle.js +8 -8
- package/dist/src/components/carousel/bundle.js.gz +0 -0
- package/dist/src/components/carousel/carousel.component.d.ts +12 -0
- package/dist/src/components/carousel/carousel.component.js +16 -4
- package/dist/src/components/chatbot/bundle.js +422 -406
- package/dist/src/components/chatbot/bundle.js.gz +0 -0
- package/dist/src/components/chatbot/chatbot.component.d.ts +2 -1
- package/dist/src/components/chatbot/chatbot.component.js +1 -0
- package/dist/src/components/chatbot/chatbot.style.js +277 -277
- package/dist/src/components/checkbox/bundle.js +86 -245
- package/dist/src/components/checkbox/bundle.js.gz +0 -0
- package/dist/src/components/checkbox/checkbox.component.d.ts +5 -2
- package/dist/src/components/checkbox/checkbox.component.js +11 -13
- package/dist/src/components/checkbox/checkbox.style.js +56 -231
- package/dist/src/components/code-editor/bundle.js +151 -25
- package/dist/src/components/code-editor/bundle.js.gz +0 -0
- package/dist/src/components/code-editor/code-editor.component.d.ts +18 -56
- package/dist/src/components/code-editor/code-editor.component.js +141 -394
- package/dist/src/components/code-editor/code-editor.style.js +139 -15
- package/dist/src/components/collapse/bundle.js +97 -84
- package/dist/src/components/collapse/bundle.js.gz +0 -0
- package/dist/src/components/collapse/collapse.component.d.ts +7 -1
- package/dist/src/components/collapse/collapse.component.js +11 -2
- package/dist/src/components/collapse/collapse.style.js +60 -60
- package/dist/src/components/colorpicker/bundle.js +85 -48
- package/dist/src/components/colorpicker/bundle.js.gz +0 -0
- package/dist/src/components/colorpicker/color-holder.component.d.ts +2 -4
- package/dist/src/components/colorpicker/color-holder.component.js +5 -6
- package/dist/src/components/colorpicker/color-holder.style.js +11 -11
- package/dist/src/components/colorpicker/color-picker.component.d.ts +2 -1
- package/dist/src/components/colorpicker/color-picker.component.js +1 -0
- package/dist/src/components/colorpicker/color-picker.style.js +12 -12
- package/dist/src/components/colorpicker/default-color-sets.component.d.ts +2 -2
- package/dist/src/components/colorpicker/default-color-sets.component.js +4 -3
- package/dist/src/components/colorpicker/default-color-sets.style.js +5 -5
- package/dist/src/components/container/bundle.js +24 -14
- package/dist/src/components/container/bundle.js.gz +0 -0
- package/dist/src/components/container/container.component.d.ts +4 -1
- package/dist/src/components/container/container.component.js +7 -5
- package/dist/src/components/container/container.style.js +9 -9
- package/dist/src/components/datepicker/bundle.js +193 -177
- package/dist/src/components/datepicker/bundle.js.gz +0 -0
- package/dist/src/components/datepicker/datepicker.component.d.ts +2 -1
- package/dist/src/components/datepicker/datepicker.component.js +1 -0
- package/dist/src/components/datepicker/datepicker.style.js +65 -65
- package/dist/src/components/datepicker/datepicker.style.variables.js +91 -91
- package/dist/src/components/db-connection-select/bundle.js +7 -6
- package/dist/src/components/db-connection-select/bundle.js.gz +0 -0
- package/dist/src/components/db-connection-select/db-connection-select.component.d.ts +3 -0
- package/dist/src/components/db-connection-select/db-connection-select.component.js +4 -0
- package/dist/src/components/divider/bundle.js +61 -35
- package/dist/src/components/divider/bundle.js.gz +0 -0
- package/dist/src/components/divider/divider.component.d.ts +4 -6
- package/dist/src/components/divider/divider.component.js +10 -14
- package/dist/src/components/divider/divider.style.js +41 -31
- package/dist/src/components/document/bundle.js +50 -48
- package/dist/src/components/document/bundle.js.gz +0 -0
- package/dist/src/components/document/document.component.d.ts +12 -1
- package/dist/src/components/document/document.component.js +18 -6
- package/dist/src/components/document/document.style.js +21 -36
- package/dist/src/components/dropdown/bundle.js +117 -101
- package/dist/src/components/dropdown/bundle.js.gz +0 -0
- package/dist/src/components/dropdown/dropdown.component.d.ts +2 -1
- package/dist/src/components/dropdown/dropdown.component.js +1 -0
- package/dist/src/components/dropdown/dropdown.style.js +68 -68
- package/dist/src/components/file-upload/bundle.js +82 -76
- package/dist/src/components/file-upload/bundle.js.gz +0 -0
- package/dist/src/components/file-upload/file-upload.component.d.ts +2 -1
- package/dist/src/components/file-upload/file-upload.component.js +1 -0
- package/dist/src/components/file-upload/styles.js +59 -59
- package/dist/src/components/flex/bundle.js +18 -8
- package/dist/src/components/flex/bundle.js.gz +0 -0
- package/dist/src/components/flex/flex.component.d.ts +4 -1
- package/dist/src/components/flex/flex.component.js +7 -4
- package/dist/src/components/flex/flex.style.js +2 -2
- package/dist/src/components/form/bundle.js +22 -10
- package/dist/src/components/form/bundle.js.gz +0 -0
- package/dist/src/components/form/form.component.d.ts +4 -1
- package/dist/src/components/form/form.component.js +5 -1
- package/dist/src/components/form/form.style.js +2 -2
- package/dist/src/components/grid/bundle.js +26 -14
- package/dist/src/components/grid/bundle.js.gz +0 -0
- package/dist/src/components/grid/col.component.d.ts +4 -1
- package/dist/src/components/grid/col.component.js +4 -1
- package/dist/src/components/grid/col.style.js +2 -2
- package/dist/src/components/grid/row.component.d.ts +4 -1
- package/dist/src/components/grid/row.component.js +4 -1
- package/dist/src/components/grid/row.style.js +2 -2
- package/dist/src/components/icon/bundle.js +78 -252
- package/dist/src/components/icon/bundle.js.gz +0 -0
- package/dist/src/components/icon/icon-paths.d.ts +2 -0
- package/dist/src/components/icon/icon-paths.js +141 -0
- package/dist/src/components/icon/icon.component.d.ts +10 -12
- package/dist/src/components/icon/icon.component.js +42 -93
- package/dist/src/components/icon/icon.style.js +42 -130
- package/dist/src/components/icon/icon.variables.js +9 -9
- package/dist/src/components/iconpicker/bundle.js +859 -1511
- package/dist/src/components/iconpicker/bundle.js.gz +0 -0
- package/dist/src/components/iconpicker/icon-picker.component.d.ts +2 -1
- package/dist/src/components/iconpicker/icon-picker.component.js +1 -0
- package/dist/src/components/iconpicker/icon-picker.style.js +13 -13
- package/dist/src/components/image/bundle.js +43 -33
- package/dist/src/components/image/bundle.js.gz +0 -0
- package/dist/src/components/image/image.component.d.ts +10 -1
- package/dist/src/components/image/image.component.js +13 -3
- package/dist/src/components/image/image.style.js +19 -26
- package/dist/src/components/input/bundle.js +420 -644
- package/dist/src/components/input/bundle.js.gz +0 -0
- package/dist/src/components/input/input.component.d.ts +16 -3
- package/dist/src/components/input/input.component.js +43 -27
- package/dist/src/components/input/input.style.d.ts +1 -1
- package/dist/src/components/input/input.style.js +331 -634
- package/dist/src/components/kv-secret-select/bundle.js +2 -1
- package/dist/src/components/kv-secret-select/bundle.js.gz +0 -0
- package/dist/src/components/kv-secret-select/kv-secret-select.component.d.ts +3 -0
- package/dist/src/components/kv-secret-select/kv-secret-select.component.js +4 -0
- package/dist/src/components/label/bundle.js +37 -60
- package/dist/src/components/label/bundle.js.gz +0 -0
- package/dist/src/components/label/label.component.d.ts +8 -4
- package/dist/src/components/label/label.component.js +9 -14
- package/dist/src/components/label/label.style.js +17 -25
- package/dist/src/components/label/label.style.variables.js +18 -18
- package/dist/src/components/layout/bundle.js +86 -70
- package/dist/src/components/layout/bundle.js.gz +0 -0
- package/dist/src/components/layout/content.component.d.ts +2 -1
- package/dist/src/components/layout/content.component.js +2 -1
- package/dist/src/components/layout/content.style.js +3 -3
- package/dist/src/components/layout/footer.component.d.ts +2 -1
- package/dist/src/components/layout/footer.component.js +3 -2
- package/dist/src/components/layout/footer.style.js +7 -7
- package/dist/src/components/layout/header.component.d.ts +2 -1
- package/dist/src/components/layout/header.component.js +3 -2
- package/dist/src/components/layout/header.style.js +7 -7
- package/dist/src/components/layout/layout.component.d.ts +4 -7
- package/dist/src/components/layout/layout.component.js +9 -22
- package/dist/src/components/layout/layout.style.js +1 -1
- package/dist/src/components/layout/sider.component.d.ts +3 -1
- package/dist/src/components/layout/sider.component.js +3 -1
- package/dist/src/components/layout/sider.style.js +29 -29
- package/dist/src/components/menu/bundle.js +135 -125
- package/dist/src/components/menu/bundle.js.gz +0 -0
- package/dist/src/components/menu/menu.component.d.ts +2 -1
- package/dist/src/components/menu/menu.component.js +1 -0
- package/dist/src/components/menu/menu.style.js +87 -87
- package/dist/src/components/modal/bundle.js +105 -96
- package/dist/src/components/modal/bundle.js.gz +0 -0
- package/dist/src/components/modal/modal.component.d.ts +2 -1
- package/dist/src/components/modal/modal.component.js +1 -0
- package/dist/src/components/modal/modal.style.js +69 -71
- package/dist/src/components/panel/bundle.js +190 -391
- package/dist/src/components/panel/bundle.js.gz +0 -0
- package/dist/src/components/panel/panel.component.d.ts +2 -1
- package/dist/src/components/panel/panel.component.js +1 -0
- package/dist/src/components/panel/panel.style.js +65 -65
- package/dist/src/components/popconfirm/bundle.js +107 -93
- package/dist/src/components/popconfirm/bundle.js.gz +0 -0
- package/dist/src/components/popconfirm/popconfirm-manager.component.d.ts +2 -1
- package/dist/src/components/popconfirm/popconfirm-manager.component.js +1 -0
- package/dist/src/components/popconfirm/popconfirm-manager.style.js +16 -16
- package/dist/src/components/popconfirm/popconfirm.component.d.ts +2 -1
- package/dist/src/components/popconfirm/popconfirm.component.js +9 -5
- package/dist/src/components/popconfirm/popconfirm.style.js +43 -43
- package/dist/src/components/radio/bundle.js +56 -86
- package/dist/src/components/radio/bundle.js.gz +0 -0
- package/dist/src/components/radio/radio.component.d.ts +8 -2
- package/dist/src/components/radio/radio.component.js +17 -9
- package/dist/src/components/radio/radio.style.js +30 -77
- package/dist/src/components/radio-group/bundle.js +125 -89
- package/dist/src/components/radio-group/bundle.js.gz +0 -0
- package/dist/src/components/radio-group/radio-group.component.d.ts +5 -1
- package/dist/src/components/radio-group/radio-group.component.js +18 -10
- package/dist/src/components/radio-group/radio-group.style.js +44 -44
- package/dist/src/components/select/bundle.js +260 -367
- package/dist/src/components/select/bundle.js.gz +0 -0
- package/dist/src/components/select/select.component.d.ts +12 -17
- package/dist/src/components/select/select.component.js +35 -35
- package/dist/src/components/select/select.style.js +184 -324
- package/dist/src/components/skeleton/bundle.js +82 -162
- package/dist/src/components/skeleton/bundle.js.gz +0 -0
- package/dist/src/components/skeleton/skeleton.component.d.ts +10 -5
- package/dist/src/components/skeleton/skeleton.component.js +20 -7
- package/dist/src/components/skeleton/skeleton.style.js +34 -133
- package/dist/src/components/slider-input/bundle.js +89 -88
- package/dist/src/components/slider-input/bundle.js.gz +0 -0
- package/dist/src/components/slider-input/slider-input.component.d.ts +11 -0
- package/dist/src/components/slider-input/slider-input.component.js +20 -8
- package/dist/src/components/slider-input/slider-input.style.js +47 -47
- package/dist/src/components/slider-input/slider-input.style.variables.js +32 -32
- package/dist/src/components/table/bundle.js +149 -128
- package/dist/src/components/table/bundle.js.gz +0 -0
- package/dist/src/components/table/table.component.d.ts +2 -1
- package/dist/src/components/table/table.component.js +1 -0
- package/dist/src/components/table/table.style.js +79 -79
- package/dist/src/components/tabs/bundle.js +462 -663
- package/dist/src/components/tabs/bundle.js.gz +0 -0
- package/dist/src/components/tabs/tabs.component.d.ts +6 -1
- package/dist/src/components/tabs/tabs.component.js +8 -1
- package/dist/src/components/tabs/tabs.style.js +200 -201
- package/dist/src/components/tag/bundle.js +44 -36
- package/dist/src/components/tag/bundle.js.gz +0 -0
- package/dist/src/components/tag/tag.component.d.ts +7 -6
- package/dist/src/components/tag/tag.component.js +10 -19
- package/dist/src/components/tag/tag.style.js +20 -24
- package/dist/src/components/textarea/bundle.js +131 -94
- package/dist/src/components/textarea/bundle.js.gz +0 -0
- package/dist/src/components/textarea/textarea.component.d.ts +7 -1
- package/dist/src/components/textarea/textarea.component.js +10 -3
- package/dist/src/components/textarea/textarea.style.d.ts +1 -13
- package/dist/src/components/textarea/textarea.style.js +79 -91
- package/dist/src/components/timeline/bundle.js +71 -134
- package/dist/src/components/timeline/bundle.js.gz +0 -0
- package/dist/src/components/timeline/timeline.component.d.ts +9 -6
- package/dist/src/components/timeline/timeline.component.js +16 -13
- package/dist/src/components/timeline/timeline.style.d.ts +0 -7
- package/dist/src/components/timeline/timeline.style.js +41 -122
- package/dist/src/components/timepicker/bundle.js +196 -166
- package/dist/src/components/timepicker/bundle.js.gz +0 -0
- package/dist/src/components/timepicker/timepicker.component.d.ts +2 -1
- package/dist/src/components/timepicker/timepicker.component.js +1 -0
- package/dist/src/components/timepicker/timepicker.style.js +42 -42
- package/dist/src/components/timepicker/timepicker.style.variables.js +91 -91
- package/dist/src/components/toast/bundle.js +97 -81
- package/dist/src/components/toast/bundle.js.gz +0 -0
- package/dist/src/components/toast/toast.component.d.ts +2 -1
- package/dist/src/components/toast/toast.component.js +1 -0
- package/dist/src/components/toast/toast.style.js +62 -62
- package/dist/src/components/tooltips/bundle.js +10 -10
- package/dist/src/components/tooltips/bundle.js.gz +0 -0
- package/dist/src/components/tooltips/tooltips.component.d.ts +8 -0
- package/dist/src/components/tooltips/tooltips.component.js +9 -1
- package/dist/src/components/tooltips/tooltips.style.js +6 -6
- package/dist/src/components/video/bundle.js +47 -36
- package/dist/src/components/video/bundle.js.gz +0 -0
- package/dist/src/components/video/video.component.d.ts +12 -1
- package/dist/src/components/video/video.component.js +18 -6
- package/dist/src/components/video/video.style.js +18 -24
- package/package.json +25 -12
- package/packages/common/dist/VERSIONS.md +2 -2
- package/packages/common/dist/shared/base-mixin.d.ts +21 -19
- package/packages/common/dist/shared/base-mixin.d.ts.map +1 -1
- package/packages/common/dist/shared/base-mixin.js +102 -18
- package/packages/common/dist/shared/base-mixin.js.map +1 -1
- package/packages/common/dist/shared/index.d.ts +1 -0
- package/packages/common/dist/shared/index.d.ts.map +1 -1
- package/packages/common/dist/shared/index.js +2 -0
- package/packages/common/dist/shared/index.js.map +1 -1
- package/packages/common/dist/shared/style-injector.d.ts +11 -0
- package/packages/common/dist/shared/style-injector.d.ts.map +1 -0
- package/packages/common/dist/shared/style-injector.js +53 -0
- package/packages/common/dist/shared/style-injector.js.map +1 -0
- package/packages/common/dist/shared/theme-mixin.d.ts +2 -24
- package/packages/common/dist/shared/theme-mixin.d.ts.map +1 -1
- package/packages/common/dist/shared/theme-mixin.js +5 -38
- package/packages/common/dist/shared/theme-mixin.js.map +1 -1
- package/packages/themes/dist/default.css +0 -10
- package/packages/themes/dist/package.json +1 -1
|
@@ -24,6 +24,8 @@ export declare enum WorkflowNodeType {
|
|
|
24
24
|
TRANSFORM = "TRANSFORM",
|
|
25
25
|
SUB_WORKFLOW = "SUB_WORKFLOW",
|
|
26
26
|
EMAIL = "EMAIL",
|
|
27
|
+
EMAIL_READER = "EMAIL_READER",
|
|
28
|
+
SENDGRID = "SENDGRID",
|
|
27
29
|
NOTIFICATION = "NOTIFICATION",
|
|
28
30
|
DATABASE = "DATABASE",
|
|
29
31
|
VARIABLE = "VARIABLE",
|
|
@@ -35,12 +37,15 @@ export declare enum WorkflowNodeType {
|
|
|
35
37
|
WEB_CRAWL = "WEB_CRAWL",
|
|
36
38
|
DOCUMENT_GENERATOR = "DOCUMENT_GENERATOR",
|
|
37
39
|
FILE_STORAGE = "FILE_STORAGE",
|
|
40
|
+
GOOGLE_CLOUD_STORAGE = "GOOGLE_CLOUD_STORAGE",
|
|
41
|
+
S3 = "S3",
|
|
38
42
|
EMBEDDING = "EMBEDDING",
|
|
39
43
|
DOCUMENT_LOADER = "DOCUMENT_LOADER",
|
|
40
44
|
TEXT_SPLITTER = "TEXT_SPLITTER",
|
|
41
45
|
VECTOR_WRITE = "VECTOR_WRITE",
|
|
42
46
|
VECTOR_SEARCH = "VECTOR_SEARCH",
|
|
43
47
|
CONTEXT_BUILDER = "CONTEXT_BUILDER",
|
|
48
|
+
SUMMARIZATION = "SUMMARIZATION",
|
|
44
49
|
GUARDRAIL = "GUARDRAIL",
|
|
45
50
|
SLACK_SEND_MESSAGE = "SLACK_SEND_MESSAGE",
|
|
46
51
|
SLACK_GET_CHANNEL_INFO = "SLACK_GET_CHANNEL_INFO",
|
|
@@ -48,13 +53,27 @@ export declare enum WorkflowNodeType {
|
|
|
48
53
|
SLACK_ADD_REACTION = "SLACK_ADD_REACTION",
|
|
49
54
|
SLACK_UPLOAD_FILE = "SLACK_UPLOAD_FILE",
|
|
50
55
|
RERANKER = "RERANKER",
|
|
56
|
+
SHOPIFY = "SHOPIFY",
|
|
51
57
|
TELEGRAM_SEND = "TELEGRAM_SEND",
|
|
58
|
+
TWILIO_SMS = "TWILIO_SMS",
|
|
59
|
+
TWILIO_VOICE = "TWILIO_VOICE",
|
|
52
60
|
TELEGRAM_BOT = "TELEGRAM_BOT",
|
|
53
61
|
SLACK_SOCKET = "SLACK_SOCKET",
|
|
54
62
|
DISCORD_BOT = "DISCORD_BOT",
|
|
55
63
|
WHATSAPP_WEBHOOK = "WHATSAPP_WEBHOOK",
|
|
56
64
|
CUSTOM_WEBSOCKET = "CUSTOM_WEBSOCKET",
|
|
65
|
+
GOOGLE_CALENDAR = "GOOGLE_CALENDAR",
|
|
66
|
+
RABBITMQ_TRIGGER = "RABBITMQ_TRIGGER",
|
|
67
|
+
KAFKA = "KAFKA",
|
|
68
|
+
KAFKA_TRIGGER = "KAFKA_TRIGGER",
|
|
69
|
+
ZENDESK = "ZENDESK",
|
|
70
|
+
GITLAB = "GITLAB",
|
|
57
71
|
MCP = "MCP",
|
|
72
|
+
INFORMATION_EXTRACTOR = "INFORMATION_EXTRACTOR",
|
|
73
|
+
HUBSPOT = "HUBSPOT",
|
|
74
|
+
JIRA = "JIRA",
|
|
75
|
+
ELASTICSEARCH = "ELASTICSEARCH",
|
|
76
|
+
CALENDLY_TRIGGER = "CALENDLY_TRIGGER",
|
|
58
77
|
UI_TABLE = "UI_TABLE",
|
|
59
78
|
NOTE = "NOTE",
|
|
60
79
|
FRAME = "FRAME"
|
|
@@ -203,18 +222,19 @@ export interface DataSortOrder {
|
|
|
203
222
|
/**
|
|
204
223
|
* Node configuration - varies by node type
|
|
205
224
|
*/
|
|
225
|
+
export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD' | 'OPTIONS';
|
|
206
226
|
export interface NodeConfiguration {
|
|
207
227
|
[key: string]: unknown;
|
|
208
228
|
functionId?: string;
|
|
209
229
|
inputMapping?: Record<string, string>;
|
|
210
230
|
outputMapping?: Record<string, string>;
|
|
211
|
-
method?:
|
|
231
|
+
method?: HttpMethod;
|
|
212
232
|
url?: string;
|
|
213
233
|
headers?: Record<string, string>;
|
|
214
234
|
body?: unknown;
|
|
215
235
|
timeout?: number;
|
|
216
236
|
httpPath?: string;
|
|
217
|
-
|
|
237
|
+
httpMethod?: HttpMethod;
|
|
218
238
|
httpAuth?: 'none' | 'api_key' | 'bearer' | 'basic';
|
|
219
239
|
httpCors?: boolean;
|
|
220
240
|
httpRateLimit?: number;
|
|
@@ -237,7 +257,7 @@ export interface NodeConfiguration {
|
|
|
237
257
|
temperature?: number;
|
|
238
258
|
maxTokens?: number;
|
|
239
259
|
tools?: string[];
|
|
240
|
-
provider?: 'openai' | 'anthropic' | 'gemini' | 'ollama' | 'local' | 'google';
|
|
260
|
+
provider?: 'openai' | 'anthropic' | 'gemini' | 'ollama' | 'local' | 'google' | 'imap' | 'gmail';
|
|
241
261
|
modelName?: string;
|
|
242
262
|
apiUrlPath?: string;
|
|
243
263
|
cutoffMode?: 'message' | 'token';
|
|
@@ -245,7 +265,7 @@ export interface NodeConfiguration {
|
|
|
245
265
|
conversationIdExpression?: string;
|
|
246
266
|
toolName?: string;
|
|
247
267
|
toolConfig?: Record<string, unknown>;
|
|
248
|
-
operation?: DataOperation;
|
|
268
|
+
operation?: DataOperation | string;
|
|
249
269
|
dataSource?: string | null;
|
|
250
270
|
entity?: string | null;
|
|
251
271
|
filter?: DataFilterGroup | null;
|
|
@@ -343,6 +363,26 @@ export interface NodeConfiguration {
|
|
|
343
363
|
filetype?: string;
|
|
344
364
|
title?: string;
|
|
345
365
|
initialComment?: string;
|
|
366
|
+
twilioAccountSid?: string;
|
|
367
|
+
twilioAuthToken?: string;
|
|
368
|
+
twilioFromNumber?: string;
|
|
369
|
+
twilioToNumber?: string;
|
|
370
|
+
twilioMessageBody?: string;
|
|
371
|
+
twilioOperation?: 'send_sms' | 'make_call' | 'send_whatsapp';
|
|
372
|
+
twilioVoiceUrl?: string;
|
|
373
|
+
twilioStatusCallback?: string;
|
|
374
|
+
jiraInstanceUrl?: string;
|
|
375
|
+
projectKey?: string;
|
|
376
|
+
issueType?: string;
|
|
377
|
+
summary?: string;
|
|
378
|
+
description?: string;
|
|
379
|
+
assignee?: string;
|
|
380
|
+
priority?: string;
|
|
381
|
+
labels?: string;
|
|
382
|
+
jqlQuery?: string;
|
|
383
|
+
transitionId?: string;
|
|
384
|
+
issueKey?: string;
|
|
385
|
+
comment?: string;
|
|
346
386
|
topK?: number;
|
|
347
387
|
threshold?: number;
|
|
348
388
|
memoryType?: 'buffer' | 'semantic' | 'hybrid';
|
|
@@ -375,9 +415,78 @@ export interface NodeConfiguration {
|
|
|
375
415
|
nullable?: boolean;
|
|
376
416
|
}>;
|
|
377
417
|
dbPrimaryKey?: string;
|
|
418
|
+
folder?: string;
|
|
419
|
+
includeAttachments?: boolean;
|
|
420
|
+
searchQuery?: string;
|
|
421
|
+
host?: string;
|
|
422
|
+
port?: number;
|
|
423
|
+
tls?: boolean;
|
|
424
|
+
zendeskResource?: 'TICKET' | 'USER' | 'ORGANIZATION' | 'TICKET_COMMENT' | 'SATISFACTION_RATING';
|
|
425
|
+
zendeskOperation?: 'CREATE' | 'READ' | 'UPDATE' | 'DELETE' | 'LIST' | 'SEARCH';
|
|
426
|
+
zendeskSubdomain?: string;
|
|
427
|
+
zendeskEmail?: string;
|
|
428
|
+
zendeskApiToken?: string;
|
|
429
|
+
zendeskResourceId?: string;
|
|
430
|
+
zendeskSubject?: string;
|
|
431
|
+
zendeskDescription?: string;
|
|
432
|
+
zendeskPriority?: 'low' | 'normal' | 'high' | 'urgent';
|
|
433
|
+
zendeskStatus?: 'new' | 'open' | 'pending' | 'hold' | 'solved' | 'closed';
|
|
434
|
+
zendeskAssigneeId?: string;
|
|
435
|
+
zendeskTags?: string;
|
|
436
|
+
zendeskSearchQuery?: string;
|
|
437
|
+
zendeskCustomFields?: string;
|
|
438
|
+
hubspotAccessToken?: string;
|
|
439
|
+
hubspotResource?: 'contact' | 'deal' | 'company' | 'ticket' | 'engagement';
|
|
440
|
+
hubspotOperation?: 'create' | 'get' | 'getAll' | 'update' | 'delete' | 'search';
|
|
441
|
+
hubspotProperties?: Record<string, any>;
|
|
442
|
+
hubspotFilterGroups?: Array<{
|
|
443
|
+
filters: Array<{
|
|
444
|
+
propertyName: string;
|
|
445
|
+
operator: string;
|
|
446
|
+
value: string;
|
|
447
|
+
}>;
|
|
448
|
+
}>;
|
|
449
|
+
hubspotLimit?: number;
|
|
450
|
+
hubspotAssociations?: Array<{
|
|
451
|
+
toObjectType: string;
|
|
452
|
+
toObjectId: string;
|
|
453
|
+
}>;
|
|
454
|
+
hubspotPropertiesToReturn?: string;
|
|
455
|
+
gitlabBaseUrl?: string;
|
|
456
|
+
gitlabAccessToken?: string;
|
|
457
|
+
gitlabResource?: 'issue' | 'merge_request' | 'repository' | 'pipeline' | 'release' | 'user';
|
|
458
|
+
gitlabOperation?: 'create' | 'get' | 'getAll' | 'update' | 'delete';
|
|
459
|
+
gitlabProjectId?: string;
|
|
460
|
+
gitlabTitle?: string;
|
|
461
|
+
gitlabDescription?: string;
|
|
462
|
+
gitlabLabels?: string[];
|
|
463
|
+
gitlabAssigneeIds?: number[];
|
|
464
|
+
gitlabSourceBranch?: string;
|
|
465
|
+
gitlabTargetBranch?: string;
|
|
466
|
+
gitlabRef?: string;
|
|
467
|
+
s3Operation?: 'upload' | 'download' | 'list' | 'delete' | 'copy' | 'presigned_url';
|
|
468
|
+
s3Bucket?: string;
|
|
469
|
+
s3Key?: string;
|
|
470
|
+
s3Region?: string;
|
|
471
|
+
s3ContentType?: string;
|
|
472
|
+
s3Acl?: 'private' | 'public-read' | 'public-read-write' | 'authenticated-read';
|
|
473
|
+
s3PresignedExpiry?: number;
|
|
474
|
+
s3CredentialsPath?: string;
|
|
475
|
+
s3CopyDestBucket?: string;
|
|
476
|
+
s3CopyDestKey?: string;
|
|
378
477
|
anchorLabel?: string;
|
|
379
478
|
onClickAction?: 'none' | 'pan-to-anchor';
|
|
380
479
|
onClickTargetAnchorId?: string;
|
|
480
|
+
kafkaBrokers?: string;
|
|
481
|
+
kafkaTopic?: string;
|
|
482
|
+
kafkaMessageKey?: string;
|
|
483
|
+
kafkaHeaders?: string;
|
|
484
|
+
kafkaAcks?: 'none' | 'leader' | 'all';
|
|
485
|
+
kafkaCompressionType?: 'none' | 'gzip' | 'snappy' | 'lz4';
|
|
486
|
+
kafkaConsumerGroup?: string;
|
|
487
|
+
kafkaFromBeginning?: boolean;
|
|
488
|
+
kafkaSessionTimeout?: number;
|
|
489
|
+
kafkaMaxBytes?: number;
|
|
381
490
|
}
|
|
382
491
|
/**
|
|
383
492
|
* Workflow node definition
|