@digitalsee-ai/rcs 1.1.6 → 1.1.7

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.
Files changed (83) hide show
  1. package/dist/components/digitalsee/workflow/Canvas/FlowVersionManager.d.ts +2 -1
  2. package/dist/components/digitalsee/workflow/Canvas/hooks/classicNodeAddConnection.d.ts +11 -0
  3. package/dist/components/digitalsee/workflow/Nodes/TriggerNode.d.ts +1 -0
  4. package/dist/components/digitalsee/workflow/hooks/useWorkflow.d.ts +1 -1
  5. package/dist/components/digitalsee/workflow/utils/mcpCanvas.d.ts +1 -1
  6. package/dist/components/dynamic-form/index.d.ts +1 -1
  7. package/dist/components/dynamic-form/utils/validation.d.ts +5 -1
  8. package/dist/{index-7gRAatVW.mjs → index-B3ZrjegL.mjs} +10071 -9911
  9. package/dist/{index-7gRAatVW.mjs.map → index-B3ZrjegL.mjs.map} +1 -1
  10. package/dist/{index-DZBm1v7J.mjs → index-DgHUyAIK.mjs} +2 -2
  11. package/dist/{index-DZBm1v7J.mjs.map → index-DgHUyAIK.mjs.map} +1 -1
  12. package/dist/locales/en-US/common.d.ts +5 -0
  13. package/dist/locales/en-US.d.ts +5 -0
  14. package/dist/locales/zh-CN/common.d.ts +5 -0
  15. package/dist/locales/zh-CN.d.ts +5 -0
  16. package/dist/locales/zh-TW/common.d.ts +5 -0
  17. package/dist/locales/zh-TW.d.ts +5 -0
  18. package/dist/rcs.css +1 -1
  19. package/dist/rcs.es.js +37 -36
  20. package/dist/rcs.umd.js +58 -58
  21. package/dist/rcs.umd.js.map +1 -1
  22. package/package.json +1 -1
  23. package/dist/components/digitalsee/workflow/Canvas/WorkflowCanvas.test.d.ts +0 -1
  24. package/dist/components/digitalsee/workflow/Canvas/classicNodeCreate.test.d.ts +0 -1
  25. package/dist/components/digitalsee/workflow/Canvas/constants.test.d.ts +0 -1
  26. package/dist/components/digitalsee/workflow/Canvas/hooks/classicNodeAddConnection.test.d.ts +0 -1
  27. package/dist/components/digitalsee/workflow/Handles/customHandleConnectable.test.d.ts +0 -1
  28. package/dist/components/digitalsee/workflow/Nodes/classicNodePackageNodes.test.d.ts +0 -1
  29. package/dist/components/digitalsee/workflow/Nodes/classicNodePackagePortLayout.test.d.ts +0 -1
  30. package/dist/components/digitalsee/workflow/Nodes/useClassicNodePackagePorts.test.d.ts +0 -1
  31. package/dist/components/digitalsee/workflow/NodesConfig/NextNodeConfig/fieldSchemaAdapter.test.d.ts +0 -1
  32. package/dist/components/digitalsee/workflow/NodesConfig/NextNodeConfig/fields/WorkflowCodeField.test.d.ts +0 -1
  33. package/dist/components/digitalsee/workflow/NodesConfig/NextNodeConfig/index.test.d.ts +0 -1
  34. package/dist/components/digitalsee/workflow/NodesConfig/NextNodeConfig/proxyField.test.d.ts +0 -1
  35. package/dist/components/digitalsee/workflow/NodesConfig/components/AccountSelect/components/CredentialAccountForm.test.d.ts +0 -1
  36. package/dist/components/digitalsee/workflow/NodesConfig/components/FormFieldRenderer/fields/JsonTagField/plugin/keywords.test.d.ts +0 -1
  37. package/dist/components/digitalsee/workflow/NodesConfig/components/FormFieldRenderer/index.test.d.ts +0 -1
  38. package/dist/components/digitalsee/workflow/NodesConfig/components/FormFieldRenderer/next-compatible.test.d.ts +0 -1
  39. package/dist/components/digitalsee/workflow/NodesConfig/components/NextVariableModal/variable-tree-next.test.d.ts +0 -1
  40. package/dist/components/digitalsee/workflow/NodesConfig/components/NodeTest.helpers.test.d.ts +0 -1
  41. package/dist/components/digitalsee/workflow/NodesConfig/components/NodeTest.test.d.ts +0 -1
  42. package/dist/components/digitalsee/workflow/NodesConfig/components/online-ide/helper/flowVariables.test.d.ts +0 -1
  43. package/dist/components/digitalsee/workflow/NodesConfig/define/condition.test.d.ts +0 -1
  44. package/dist/components/digitalsee/workflow/NodesConfig/submitPayload.test.d.ts +0 -1
  45. package/dist/components/digitalsee/workflow/NodesConfig/utils/credentialConnection.test.d.ts +0 -1
  46. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/components/NodeCardList.test.d.ts +0 -1
  47. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/hooks/useCategories.test.d.ts +0 -1
  48. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/hooks/useNavigation.test.d.ts +0 -1
  49. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/hooks/useNodeActionState.test.d.ts +0 -1
  50. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/hooks/useNodeSelectorPresentation.test.d.ts +0 -1
  51. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/utils/connectableActionLoader.test.d.ts +0 -1
  52. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/utils/connectableDataSource.test.d.ts +0 -1
  53. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/utils/connectableQuery.test.d.ts +0 -1
  54. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/utils/connectableResponse.test.d.ts +0 -1
  55. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/utils/dataTransformers.test.d.ts +0 -1
  56. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/utils/filterEdgeInsertActions.test.d.ts +0 -1
  57. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/utils/nodeAddContext.test.d.ts +0 -1
  58. package/dist/components/digitalsee/workflow/Panels/ModernNodeSelectorPanel/utils/queryParams.test.d.ts +0 -1
  59. package/dist/components/digitalsee/workflow/api/connectable.test.d.ts +0 -1
  60. package/dist/components/digitalsee/workflow/api/index.test.d.ts +0 -1
  61. package/dist/components/digitalsee/workflow/builtin/globalConfig/service.test.d.ts +0 -1
  62. package/dist/components/digitalsee/workflow/config/defaultCanvasEngineConfig.test.d.ts +0 -1
  63. package/dist/components/digitalsee/workflow/hooks/state.hooks.test.d.ts +0 -1
  64. package/dist/components/digitalsee/workflow/store/workflowSlice.test.d.ts +0 -1
  65. package/dist/components/digitalsee/workflow/utils/classicNodeActionIdentity.test.d.ts +0 -1
  66. package/dist/components/digitalsee/workflow/utils/classicNodePackageConnection.test.d.ts +0 -1
  67. package/dist/components/digitalsee/workflow/utils/classicNodePackageGraphValidation.test.d.ts +0 -1
  68. package/dist/components/digitalsee/workflow/utils/compatiblePortSelection.test.d.ts +0 -1
  69. package/dist/components/digitalsee/workflow/utils/mcpCanvas.test.d.ts +0 -1
  70. package/dist/components/digitalsee/workflow/utils/nextNodeSchemaCache.test.d.ts +0 -1
  71. package/dist/components/digitalsee/workflow/utils/nodeDataFormatter.test.d.ts +0 -1
  72. package/dist/components/digitalsee/workflow/utils/portConnectionValidationMessages.test.d.ts +0 -1
  73. package/dist/components/digitalsee/workflow/utils/portConnectionValidator.test.d.ts +0 -1
  74. package/dist/components/digitalsee/workflow/utils/queuedNodeConfigOpen.test.d.ts +0 -1
  75. package/dist/components/digitalsee/workflow/utils/switchNodePackage.test.d.ts +0 -1
  76. package/dist/components/digitalsee/workflow/utils/workflowConnectionValidator.test.d.ts +0 -1
  77. package/dist/components/dynamic-form/DynamicForm.test.d.ts +0 -1
  78. package/dist/components/dynamic-form/components/ValueModeWrapper/ValueModePolicy.test.d.ts +0 -1
  79. package/dist/components/dynamic-form/components/ValueModeWrapper/ValueModeWrapper.test.d.ts +0 -1
  80. package/dist/components/dynamic-form/components/VariableTextarea/VariableTextarea.test.d.ts +0 -1
  81. package/dist/components/dynamic-form/fields/complex/KeyValueField.test.d.ts +0 -1
  82. package/dist/components/dynamic-form/registry/createFieldComponent.test.d.ts +0 -1
  83. package/dist/components/dynamic-form/utils/__tests__/path-get.test.d.ts +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.