@membranehq/react 0.14.1 → 0.14.2
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/README.md +3 -1
- package/dist/cjs/_modules/awesome-debounce-promise.cjs +1 -1
- package/dist/cjs/components/AdvancedOptions.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/ComboBoxFormulaBadge.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/ComboBoxSchemaValueBadge.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/ComboBoxValueBadge.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/EditorTagBadge/NestedBadgeValue.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/EditorTagBadge/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/isDefinedValue.cjs +1 -1
- package/dist/cjs/components/ComboBox/ComboBox.cjs +1 -1
- package/dist/cjs/components/ComboBox/ComboboxTriggers/ComboboxEditorTrigger.cjs +1 -1
- package/dist/cjs/components/ComboBox/ComboboxTriggers/ComboboxTagTrigger.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/ActiveCategoryContent.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/CustomValue.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Formulas/DropdownPanelFormulaConfig.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Formulas/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Lookup.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/ParametersPanel.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Options.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Root.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Variables.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/getLookupCollection.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/DrillUpButton.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Dropdown.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/KeyboardNavigation/NavigationContext.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/KeyboardNavigation/useKeyboardBinding.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Option.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/OptionsList.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/SearchInput.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/VirtualizedDropdownList.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/categoryContentMapping.cjs +1 -1
- package/dist/cjs/components/ComboBox/DropdownPopover/DropdownPositioner.cjs +1 -1
- package/dist/cjs/components/ComboBox/DropdownPopover/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/FocusTrap/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/combobox-context.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/combobox-dropdown-context.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/combobox-dropdown-search.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/combobox-dropdown-stack.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/helpers.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/boolean.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/constant.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/custom-field/constants.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/custom-field/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/enum.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/formula/config-mapping.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/formula/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/generate-schema-options.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/object-fields.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/reference-records.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/root.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/utils.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/variable.cjs +1 -1
- package/dist/cjs/components/ComboBox/shared.cjs +1 -1
- package/dist/cjs/components/ComboBox/value-spec.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/ComboBoxTag.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/ComboBoxTag.module.css.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/ComboboxContainer/index.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/LexicalEditor.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/clicks.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/common.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/tag-template-composition.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/transformEditorSchemaToValue.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/transformValueToEditorSchema.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/nodes/EditorTagBinding.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/nodes/EditorTagNode.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/ConfigPlugin.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/EditorTagPlugin.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/KeyboardPlugin.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/StateSyncPlugin.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/commands.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/useEditor.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Condition/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/DataBuilderFormField.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldDelete.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldDescription.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldList.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldName/FieldNameInput.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldName/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldTypeSelector/convertableSchemaToSchema.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldTypeSelector/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/Array.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/Default.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/ScalarArray.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/ScalarArray.module.css.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FilterInput.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Form.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/case-formula.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/concat.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/deprecatedFormula.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/domainFromEmail.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/extractDate.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/extractTime.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/findAppRecordId.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/findExternalRecordId.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/firstName.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/firstNotEmpty.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/iterate.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/jsonata.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/lastName.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/lookup.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/map.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/mergeObjects.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/noUi.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/tpl.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/var.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/ArrayItems.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/AddingFieldSelector.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/ControlPanel.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/ControlPanelForNonObjectRootField.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldListWrapper/FieldListWrapper.module.css.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldListWrapper/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/LevelKeysConflictProvider.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/NoSchema.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/ObjectFields.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/ValueMapping.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested.cjs +1 -1
- package/dist/cjs/components/DataBuilder/RedactedToggleButton.cjs +1 -1
- package/dist/cjs/components/DataBuilder/data-builder-context.cjs +1 -1
- package/dist/cjs/components/DataBuilder/data-field.cjs +1 -1
- package/dist/cjs/components/DataBuilder/field-context.cjs +1 -1
- package/dist/cjs/components/DataBuilder/hooks.cjs +1 -1
- package/dist/cjs/components/DataBuilder/index.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/ActionBar.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/Cell.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/FieldControlPanel/index.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/NestedLevel.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/Row.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/Title.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/styles.module.css.cjs +1 -1
- package/dist/cjs/components/DataInput/index.cjs +1 -1
- package/dist/cjs/components/DataInput/useResolvedDataSchema.cjs +1 -1
- package/dist/cjs/components/DataLinks/data-link-tables-option-factory.cjs +1 -1
- package/dist/cjs/components/DropdownUI/BackButton.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ClearSearchButton.cjs +1 -1
- package/dist/cjs/components/DropdownUI/Content.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ErrorHeading.cjs +1 -1
- package/dist/cjs/components/DropdownUI/InfoHeading.cjs +1 -1
- package/dist/cjs/components/DropdownUI/Item.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ItemHint.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ItemIcon.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ItemNestingIndicator.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ItemTitle.cjs +1 -1
- package/dist/cjs/components/DropdownUI/List.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ListHeader.cjs +1 -1
- package/dist/cjs/components/DropdownUI/LoadingItem.cjs +1 -1
- package/dist/cjs/components/DropdownUI/NoOptionsHeading.cjs +1 -1
- package/dist/cjs/components/DropdownUI/Panel.cjs +1 -1
- package/dist/cjs/components/DropdownUI/PopoverContainer.cjs +1 -1
- package/dist/cjs/components/DropdownUI/Search.cjs +1 -1
- package/dist/cjs/components/DropdownUI/constants.cjs +1 -1
- package/dist/cjs/components/DropdownUI/index.cjs +1 -1
- package/dist/cjs/components/DropdownUI/item-aria-context.cjs +1 -1
- package/dist/cjs/components/DropdownUI/sva-recipe.cjs +1 -1
- package/dist/cjs/components/DropdownUI/utils.cjs +1 -1
- package/dist/cjs/components/FloatingPortalBoundary/index.cjs +1 -1
- package/dist/cjs/components/IntegrationElements/DataSource/DataCollectionSelect.cjs +1 -1
- package/dist/cjs/components/IntegrationElements/DataSource/UdmSelect.cjs +1 -1
- package/dist/cjs/components/IntegrationElements/DataSource/index.cjs +1 -1
- package/dist/cjs/components/IntegrationElements/integration-element-context.cjs +1 -1
- package/dist/cjs/components/Integrations/IntegrationAvatar/index.cjs +5 -2
- package/dist/cjs/components/Integrations/IntegrationItem/index.cjs +1 -1
- package/dist/cjs/components/Integrations/IntegrationItemSkeleton.cjs +1 -1
- package/dist/cjs/components/Notification/Notification.module.css.cjs +1 -1
- package/dist/cjs/components/Notification/index.cjs +1 -1
- package/dist/cjs/components/Popover/index.cjs +1 -1
- package/dist/cjs/components/Portal/index.cjs +1 -1
- package/dist/cjs/components/SimpleInput/SimpleInput.cjs +1 -1
- package/dist/cjs/components/SimpleInput/SimpleTextarea.cjs +1 -1
- package/dist/cjs/components/SimpleInput/recipe.cjs +1 -1
- package/dist/cjs/components/SvgIcon/BasicEntities.cjs +1 -1
- package/dist/cjs/components/SvgIcon/index.cjs +1 -1
- package/dist/cjs/components/SvgIcon/svg-icon-type.cjs +1 -1
- package/dist/cjs/components/Tag/Components.cjs +1 -1
- package/dist/cjs/components/Tag/Tag.cjs +1 -1
- package/dist/cjs/components/Tag/TagPlaceholder.cjs +1 -1
- package/dist/cjs/components/Tag/styles.module.css.cjs +1 -1
- package/dist/cjs/components/Textarea/index.cjs +1 -1
- package/dist/cjs/components/Textarea/recipe.cjs +1 -1
- package/dist/cjs/components/Toggle/index.cjs +1 -1
- package/dist/cjs/components/Tooltip/index.cjs +1 -1
- package/dist/cjs/components/Truncate/index.cjs +1 -1
- package/dist/cjs/contexts/integration-app-client-context.cjs +1 -1
- package/dist/cjs/contexts/integration-app-connection-context.cjs +1 -1
- package/dist/cjs/contexts/integration-app-context.cjs +1 -1
- package/dist/cjs/contexts/integration-app-integration-context.cjs +1 -1
- package/dist/cjs/helpers/getRefElement.cjs +1 -1
- package/dist/cjs/helpers/hooks/keyboard-events.cjs +1 -1
- package/dist/cjs/helpers/hooks/useDeepEffect.cjs +1 -1
- package/dist/cjs/helpers/hooks/useEventStopPropagation.cjs +1 -1
- package/dist/cjs/helpers/hooks/useForwardedRef.cjs +1 -1
- package/dist/cjs/helpers/hooks/useIsTextTruncated.cjs +1 -1
- package/dist/cjs/helpers/hooks/useResizeObserver.cjs +1 -1
- package/dist/cjs/helpers/hooks/useThrottle.cjs +1 -1
- package/dist/cjs/helpers/hooks/useWindowEvent.cjs +1 -1
- package/dist/cjs/helpers/intersperse.cjs +1 -1
- package/dist/cjs/helpers/simple-unique-id.cjs +1 -1
- package/dist/cjs/hooks/actions/useAction.cjs +1 -1
- package/dist/cjs/hooks/actions/useActionInstance.cjs +1 -1
- package/dist/cjs/hooks/actions/useActionInstances.cjs +1 -1
- package/dist/cjs/hooks/actions/useActions.cjs +1 -1
- package/dist/cjs/hooks/app-data-schemas/useAppDataSchema.cjs +1 -1
- package/dist/cjs/hooks/app-data-schemas/useAppDataSchemaInstance.cjs +1 -1
- package/dist/cjs/hooks/app-data-schemas/useAppDataSchemaInstances.cjs +1 -1
- package/dist/cjs/hooks/app-data-schemas/useAppDataSchemas.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEventSubscription.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEventSubscriptions.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEventType.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEventTypes.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEvents.cjs +1 -1
- package/dist/cjs/hooks/customers/useCustomer.cjs +1 -1
- package/dist/cjs/hooks/customers/useCustomers.cjs +1 -1
- package/dist/cjs/hooks/data-collections/useDataCollectionSpec.cjs +1 -1
- package/dist/cjs/hooks/data-links/useDataLinkTable.cjs +1 -1
- package/dist/cjs/hooks/data-links/useDataLinkTableInstance.cjs +1 -1
- package/dist/cjs/hooks/data-links/useDataLinkTableInstances.cjs +1 -1
- package/dist/cjs/hooks/data-links/useDataLinkTables.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSource.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSourceInstance.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSourceInstanceCollection.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSourceInstances.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSources.cjs +1 -1
- package/dist/cjs/hooks/element/element-key.cjs +1 -1
- package/dist/cjs/hooks/element/useElement.cjs +1 -1
- package/dist/cjs/hooks/element/useElements.cjs +1 -1
- package/dist/cjs/hooks/elements-background-sync/create-workspace-sync-source.cjs +1 -1
- package/dist/cjs/hooks/elements-background-sync/useElementsBackgroundSync.cjs +1 -1
- package/dist/cjs/hooks/external-events/useExternalEventSubscription.cjs +1 -1
- package/dist/cjs/hooks/external-events/useExternalEventSubscriptions.cjs +1 -1
- package/dist/cjs/hooks/field-mappings/useFieldMapping.cjs +1 -1
- package/dist/cjs/hooks/field-mappings/useFieldMappingInstance.cjs +1 -1
- package/dist/cjs/hooks/field-mappings/useFieldMappingInstances.cjs +1 -1
- package/dist/cjs/hooks/field-mappings/useFieldMappings.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlow.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlowInstance.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlowInstances.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlowRun.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlowRuns.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlows.cjs +1 -1
- package/dist/cjs/hooks/integrations/useConnection.cjs +1 -1
- package/dist/cjs/hooks/integrations/useConnections.cjs +1 -1
- package/dist/cjs/hooks/integrations/useConnectorSpec.cjs +1 -1
- package/dist/cjs/hooks/integrations/useIntegration.cjs +1 -1
- package/dist/cjs/hooks/integrations/useIntegrations.cjs +1 -1
- package/dist/cjs/hooks/packages/usePackage.cjs +1 -1
- package/dist/cjs/hooks/packages/usePackages.cjs +1 -1
- package/dist/cjs/hooks/screens/useScreen.cjs +2 -6
- package/dist/cjs/hooks/useExportFieldsAsCode.cjs +1 -1
- package/dist/cjs/hooks/useMembraneSWR.cjs +1 -1
- package/dist/cjs/hooks/usePromise.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/recipes/dropdown.cjs +1 -1
- package/dist/cjs/styled-system/css/conditions.cjs +2 -2
- package/dist/cjs/styled-system/css/css.cjs +2 -2
- package/dist/cjs/styled-system/css/cva.cjs +1 -1
- package/dist/cjs/styled-system/css/cx.cjs +1 -1
- package/dist/cjs/styled-system/css/sva.cjs +5 -10
- package/dist/cjs/styled-system/helpers.cjs +23 -12
- package/dist/cjs/styled-system/jsx/box.cjs +1 -1
- package/dist/cjs/styled-system/jsx/circle.cjs +1 -1
- package/dist/cjs/styled-system/jsx/divider.cjs +1 -1
- package/dist/cjs/styled-system/jsx/factory-helper.cjs +1 -1
- package/dist/cjs/styled-system/jsx/factory.cjs +3 -6
- package/dist/cjs/styled-system/jsx/flex.cjs +1 -1
- package/dist/cjs/styled-system/jsx/is-valid-prop.cjs +2 -2
- package/dist/cjs/styled-system/jsx/visually-hidden.cjs +1 -1
- package/dist/cjs/styled-system/patterns/box.cjs +1 -1
- package/dist/cjs/styled-system/patterns/circle.cjs +1 -1
- package/dist/cjs/styled-system/patterns/divider.cjs +1 -1
- package/dist/cjs/styled-system/patterns/flex.cjs +1 -1
- package/dist/cjs/styled-system/patterns/visually-hidden.cjs +1 -1
- package/dist/cjs/styled-system/recipes/alert.cjs +1 -2
- package/dist/cjs/styled-system/recipes/avatar.cjs +1 -2
- package/dist/cjs/styled-system/recipes/badge.cjs +1 -1
- package/dist/cjs/styled-system/recipes/button.cjs +1 -1
- package/dist/cjs/styled-system/recipes/create-recipe.cjs +1 -1
- package/dist/cjs/styled-system/recipes/icon.cjs +1 -1
- package/dist/cjs/styled-system/recipes/input.cjs +1 -1
- package/dist/cjs/styled-system/recipes/menu.cjs +1 -2
- package/dist/cjs/styled-system/recipes/popover.cjs +1 -2
- package/dist/cjs/styled-system/recipes/radio-group.cjs +1 -2
- package/dist/cjs/styled-system/recipes/skeleton.cjs +1 -1
- package/dist/cjs/styled-system/recipes/spinner.cjs +1 -1
- package/dist/cjs/styled-system/recipes/switch-recipe.cjs +1 -2
- package/dist/cjs/styled-system/recipes/text.cjs +1 -1
- package/dist/cjs/styled-system/recipes/tooltip.cjs +1 -2
- package/dist/cjs/styled-system/tokens/index.cjs +1 -1
- package/dist/cjs/ui-kit/avatar.cjs +1 -1
- package/dist/cjs/ui-kit/button.cjs +2 -2
- package/dist/cjs/ui-kit/spinner.cjs +2 -2
- package/dist/cjs/ui-kit/styled/alert.cjs +1 -1
- package/dist/cjs/ui-kit/styled/avatar.cjs +1 -1
- package/dist/cjs/ui-kit/styled/badge.cjs +3 -3
- package/dist/cjs/ui-kit/styled/button.cjs +3 -3
- package/dist/cjs/ui-kit/styled/icon-button.cjs +3 -3
- package/dist/cjs/ui-kit/styled/icon.cjs +3 -3
- package/dist/cjs/ui-kit/styled/input.cjs +3 -3
- package/dist/cjs/ui-kit/styled/menu.cjs +1 -1
- package/dist/cjs/ui-kit/styled/popover.cjs +1 -1
- package/dist/cjs/ui-kit/styled/radio-group.cjs +1 -1
- package/dist/cjs/ui-kit/styled/skeleton.cjs +2 -2
- package/dist/cjs/ui-kit/styled/spinner.cjs +3 -3
- package/dist/cjs/ui-kit/styled/switch.cjs +1 -1
- package/dist/cjs/ui-kit/styled/text.cjs +3 -3
- package/dist/cjs/ui-kit/styled/tooltip.cjs +1 -1
- package/dist/cjs/ui-kit/styled/utils/create-style-context.cjs +1 -1
- package/dist/cjs/ui-kit/switch.cjs +1 -1
- package/dist/esm/_modules/awesome-debounce-promise.mjs +1 -1
- package/dist/esm/components/AdvancedOptions.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/ComboBoxFormulaBadge.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/ComboBoxSchemaValueBadge.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/ComboBoxValueBadge.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/EditorTagBadge/NestedBadgeValue.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/EditorTagBadge/index.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/isDefinedValue.mjs +1 -1
- package/dist/esm/components/ComboBox/ComboBox.mjs +1 -1
- package/dist/esm/components/ComboBox/ComboboxTriggers/ComboboxEditorTrigger.mjs +1 -1
- package/dist/esm/components/ComboBox/ComboboxTriggers/ComboboxTagTrigger.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/ActiveCategoryContent.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/CustomValue.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Formulas/DropdownPanelFormulaConfig.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Formulas/index.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Lookup.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/ParametersPanel.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/index.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Options.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Root.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Variables.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/getLookupCollection.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/DrillUpButton.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Dropdown.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/KeyboardNavigation/NavigationContext.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/KeyboardNavigation/useKeyboardBinding.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Option.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/OptionsList.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/SearchInput.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/VirtualizedDropdownList.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/categoryContentMapping.mjs +1 -1
- package/dist/esm/components/ComboBox/DropdownPopover/DropdownPositioner.mjs +1 -1
- package/dist/esm/components/ComboBox/DropdownPopover/index.mjs +1 -1
- package/dist/esm/components/ComboBox/FocusTrap/index.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-context.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-dropdown-context.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-dropdown-search.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-dropdown-stack.mjs +1 -1
- package/dist/esm/components/ComboBox/context/helpers.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/boolean.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/constant.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/custom-field/constants.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/custom-field/index.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/enum.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/formula/config-mapping.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/formula/index.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/generate-schema-options.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/object-fields.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/reference-records.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/root.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/utils.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/variable.mjs +1 -1
- package/dist/esm/components/ComboBox/shared.mjs +1 -1
- package/dist/esm/components/ComboBox/value-spec.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/ComboBoxTag.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/ComboBoxTag.module.css.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/ComboboxContainer/index.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/LexicalEditor.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/clicks.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/common.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/tag-template-composition.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/transformEditorSchemaToValue.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/transformValueToEditorSchema.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/nodes/EditorTagBinding.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/nodes/EditorTagNode.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/ConfigPlugin.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/EditorTagPlugin.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/KeyboardPlugin.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/StateSyncPlugin.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/commands.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/useEditor.mjs +1 -1
- package/dist/esm/components/DataBuilder/Condition/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/DataBuilderFormField.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldDelete.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldDescription.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldList.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldName/FieldNameInput.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldName/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldTypeSelector/convertableSchemaToSchema.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldTypeSelector/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/Array.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/Default.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/ScalarArray.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/ScalarArray.module.css.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/FilterInput.mjs +1 -1
- package/dist/esm/components/DataBuilder/Form.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/case-formula.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/concat.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/deprecatedFormula.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/domainFromEmail.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/extractDate.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/extractTime.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/findAppRecordId.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/findExternalRecordId.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/firstName.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/firstNotEmpty.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/iterate.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/jsonata.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/lastName.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/lookup.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/map.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/mergeObjects.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/noUi.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/tpl.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/var.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/ArrayItems.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/AddingFieldSelector.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/ControlPanel.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/ControlPanelForNonObjectRootField.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldListWrapper/FieldListWrapper.module.css.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldListWrapper/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/LevelKeysConflictProvider.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/NoSchema.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/ObjectFields.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/ValueMapping.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested.mjs +1 -1
- package/dist/esm/components/DataBuilder/RedactedToggleButton.mjs +1 -1
- package/dist/esm/components/DataBuilder/data-builder-context.mjs +1 -1
- package/dist/esm/components/DataBuilder/data-field.mjs +1 -1
- package/dist/esm/components/DataBuilder/field-context.mjs +1 -1
- package/dist/esm/components/DataBuilder/hooks.mjs +1 -1
- package/dist/esm/components/DataBuilder/index.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/ActionBar.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/Cell.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/FieldControlPanel/index.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/NestedLevel.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/Row.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/Title.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/styles.module.css.mjs +1 -1
- package/dist/esm/components/DataInput/index.mjs +1 -1
- package/dist/esm/components/DataInput/useResolvedDataSchema.mjs +1 -1
- package/dist/esm/components/DataLinks/data-link-tables-option-factory.mjs +1 -1
- package/dist/esm/components/DropdownUI/BackButton.mjs +1 -1
- package/dist/esm/components/DropdownUI/ClearSearchButton.mjs +1 -1
- package/dist/esm/components/DropdownUI/Content.mjs +1 -1
- package/dist/esm/components/DropdownUI/ErrorHeading.mjs +1 -1
- package/dist/esm/components/DropdownUI/InfoHeading.mjs +1 -1
- package/dist/esm/components/DropdownUI/Item.mjs +1 -1
- package/dist/esm/components/DropdownUI/ItemHint.mjs +1 -1
- package/dist/esm/components/DropdownUI/ItemIcon.mjs +1 -1
- package/dist/esm/components/DropdownUI/ItemNestingIndicator.mjs +1 -1
- package/dist/esm/components/DropdownUI/ItemTitle.mjs +1 -1
- package/dist/esm/components/DropdownUI/List.mjs +1 -1
- package/dist/esm/components/DropdownUI/ListHeader.mjs +1 -1
- package/dist/esm/components/DropdownUI/LoadingItem.mjs +1 -1
- package/dist/esm/components/DropdownUI/NoOptionsHeading.mjs +1 -1
- package/dist/esm/components/DropdownUI/Panel.mjs +1 -1
- package/dist/esm/components/DropdownUI/PopoverContainer.mjs +1 -1
- package/dist/esm/components/DropdownUI/Search.mjs +1 -1
- package/dist/esm/components/DropdownUI/constants.mjs +1 -1
- package/dist/esm/components/DropdownUI/index.mjs +1 -1
- package/dist/esm/components/DropdownUI/item-aria-context.mjs +1 -1
- package/dist/esm/components/DropdownUI/sva-recipe.mjs +1 -1
- package/dist/esm/components/DropdownUI/utils.mjs +1 -1
- package/dist/esm/components/FloatingPortalBoundary/index.mjs +1 -1
- package/dist/esm/components/IntegrationElements/DataSource/DataCollectionSelect.mjs +1 -1
- package/dist/esm/components/IntegrationElements/DataSource/UdmSelect.mjs +1 -1
- package/dist/esm/components/IntegrationElements/DataSource/index.mjs +1 -1
- package/dist/esm/components/IntegrationElements/integration-element-context.mjs +1 -1
- package/dist/esm/components/Integrations/IntegrationAvatar/index.mjs +5 -2
- package/dist/esm/components/Integrations/IntegrationItem/index.mjs +1 -1
- package/dist/esm/components/Integrations/IntegrationItemSkeleton.mjs +1 -1
- package/dist/esm/components/Notification/Notification.module.css.mjs +1 -1
- package/dist/esm/components/Notification/index.mjs +1 -1
- package/dist/esm/components/Popover/index.mjs +1 -1
- package/dist/esm/components/Portal/index.mjs +1 -1
- package/dist/esm/components/SimpleInput/SimpleInput.mjs +1 -1
- package/dist/esm/components/SimpleInput/SimpleTextarea.mjs +1 -1
- package/dist/esm/components/SimpleInput/recipe.mjs +1 -1
- package/dist/esm/components/SvgIcon/BasicEntities.mjs +1 -1
- package/dist/esm/components/SvgIcon/index.mjs +1 -1
- package/dist/esm/components/SvgIcon/svg-icon-type.mjs +1 -1
- package/dist/esm/components/Tag/Components.mjs +1 -1
- package/dist/esm/components/Tag/Tag.mjs +1 -1
- package/dist/esm/components/Tag/TagPlaceholder.mjs +1 -1
- package/dist/esm/components/Tag/styles.module.css.mjs +1 -1
- package/dist/esm/components/Textarea/index.mjs +1 -1
- package/dist/esm/components/Textarea/recipe.mjs +1 -1
- package/dist/esm/components/Toggle/index.mjs +1 -1
- package/dist/esm/components/Tooltip/index.mjs +1 -1
- package/dist/esm/components/Truncate/index.mjs +1 -1
- package/dist/esm/contexts/integration-app-client-context.mjs +1 -1
- package/dist/esm/contexts/integration-app-connection-context.mjs +1 -1
- package/dist/esm/contexts/integration-app-context.mjs +1 -1
- package/dist/esm/contexts/integration-app-integration-context.mjs +1 -1
- package/dist/esm/helpers/getRefElement.mjs +1 -1
- package/dist/esm/helpers/hooks/keyboard-events.mjs +1 -1
- package/dist/esm/helpers/hooks/useDeepEffect.mjs +1 -1
- package/dist/esm/helpers/hooks/useEventStopPropagation.mjs +1 -1
- package/dist/esm/helpers/hooks/useForwardedRef.mjs +1 -1
- package/dist/esm/helpers/hooks/useIsTextTruncated.mjs +1 -1
- package/dist/esm/helpers/hooks/useResizeObserver.mjs +1 -1
- package/dist/esm/helpers/hooks/useThrottle.mjs +1 -1
- package/dist/esm/helpers/hooks/useWindowEvent.mjs +1 -1
- package/dist/esm/helpers/intersperse.mjs +1 -1
- package/dist/esm/helpers/simple-unique-id.mjs +1 -1
- package/dist/esm/hooks/actions/useAction.mjs +1 -1
- package/dist/esm/hooks/actions/useActionInstance.mjs +1 -1
- package/dist/esm/hooks/actions/useActionInstances.mjs +1 -1
- package/dist/esm/hooks/actions/useActions.mjs +1 -1
- package/dist/esm/hooks/app-data-schemas/useAppDataSchema.mjs +1 -1
- package/dist/esm/hooks/app-data-schemas/useAppDataSchemaInstance.mjs +1 -1
- package/dist/esm/hooks/app-data-schemas/useAppDataSchemaInstances.mjs +1 -1
- package/dist/esm/hooks/app-data-schemas/useAppDataSchemas.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEventSubscription.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEventSubscriptions.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEventType.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEventTypes.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEvents.mjs +1 -1
- package/dist/esm/hooks/customers/useCustomer.mjs +1 -1
- package/dist/esm/hooks/customers/useCustomers.mjs +1 -1
- package/dist/esm/hooks/data-collections/useDataCollectionSpec.mjs +1 -1
- package/dist/esm/hooks/data-links/useDataLinkTable.mjs +1 -1
- package/dist/esm/hooks/data-links/useDataLinkTableInstance.mjs +1 -1
- package/dist/esm/hooks/data-links/useDataLinkTableInstances.mjs +1 -1
- package/dist/esm/hooks/data-links/useDataLinkTables.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSource.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSourceInstance.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSourceInstanceCollection.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSourceInstances.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSources.mjs +1 -1
- package/dist/esm/hooks/element/element-key.mjs +1 -1
- package/dist/esm/hooks/element/useElement.mjs +1 -1
- package/dist/esm/hooks/element/useElements.mjs +1 -1
- package/dist/esm/hooks/elements-background-sync/create-workspace-sync-source.mjs +1 -1
- package/dist/esm/hooks/elements-background-sync/useElementsBackgroundSync.mjs +1 -1
- package/dist/esm/hooks/external-events/useExternalEventSubscription.mjs +1 -1
- package/dist/esm/hooks/external-events/useExternalEventSubscriptions.mjs +1 -1
- package/dist/esm/hooks/field-mappings/useFieldMapping.mjs +1 -1
- package/dist/esm/hooks/field-mappings/useFieldMappingInstance.mjs +1 -1
- package/dist/esm/hooks/field-mappings/useFieldMappingInstances.mjs +1 -1
- package/dist/esm/hooks/field-mappings/useFieldMappings.mjs +1 -1
- package/dist/esm/hooks/flows/useFlow.mjs +1 -1
- package/dist/esm/hooks/flows/useFlowInstance.mjs +1 -1
- package/dist/esm/hooks/flows/useFlowInstances.mjs +1 -1
- package/dist/esm/hooks/flows/useFlowRun.mjs +1 -1
- package/dist/esm/hooks/flows/useFlowRuns.mjs +1 -1
- package/dist/esm/hooks/flows/useFlows.mjs +1 -1
- package/dist/esm/hooks/integrations/useConnection.mjs +1 -1
- package/dist/esm/hooks/integrations/useConnections.mjs +1 -1
- package/dist/esm/hooks/integrations/useConnectorSpec.mjs +1 -1
- package/dist/esm/hooks/integrations/useIntegration.mjs +1 -1
- package/dist/esm/hooks/integrations/useIntegrations.mjs +1 -1
- package/dist/esm/hooks/packages/usePackage.mjs +1 -1
- package/dist/esm/hooks/packages/usePackages.mjs +1 -1
- package/dist/esm/hooks/screens/useScreen.mjs +2 -6
- package/dist/esm/hooks/useExportFieldsAsCode.mjs +1 -1
- package/dist/esm/hooks/useMembraneSWR.mjs +1 -1
- package/dist/esm/hooks/usePromise.mjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/recipes/dropdown.mjs +1 -1
- package/dist/esm/styled-system/css/conditions.mjs +2 -2
- package/dist/esm/styled-system/css/css.mjs +2 -2
- package/dist/esm/styled-system/css/cva.mjs +1 -1
- package/dist/esm/styled-system/css/cx.mjs +1 -1
- package/dist/esm/styled-system/css/sva.mjs +5 -10
- package/dist/esm/styled-system/helpers.mjs +23 -12
- package/dist/esm/styled-system/jsx/box.mjs +1 -1
- package/dist/esm/styled-system/jsx/circle.mjs +1 -1
- package/dist/esm/styled-system/jsx/divider.mjs +1 -1
- package/dist/esm/styled-system/jsx/factory-helper.mjs +1 -1
- package/dist/esm/styled-system/jsx/factory.mjs +3 -6
- package/dist/esm/styled-system/jsx/flex.mjs +1 -1
- package/dist/esm/styled-system/jsx/is-valid-prop.mjs +2 -2
- package/dist/esm/styled-system/jsx/visually-hidden.mjs +1 -1
- package/dist/esm/styled-system/patterns/box.mjs +1 -1
- package/dist/esm/styled-system/patterns/circle.mjs +1 -1
- package/dist/esm/styled-system/patterns/divider.mjs +1 -1
- package/dist/esm/styled-system/patterns/flex.mjs +1 -1
- package/dist/esm/styled-system/patterns/visually-hidden.mjs +1 -1
- package/dist/esm/styled-system/recipes/alert.mjs +1 -2
- package/dist/esm/styled-system/recipes/avatar.mjs +1 -2
- package/dist/esm/styled-system/recipes/badge.mjs +1 -1
- package/dist/esm/styled-system/recipes/button.mjs +1 -1
- package/dist/esm/styled-system/recipes/create-recipe.mjs +1 -1
- package/dist/esm/styled-system/recipes/icon.mjs +1 -1
- package/dist/esm/styled-system/recipes/input.mjs +1 -1
- package/dist/esm/styled-system/recipes/menu.mjs +1 -2
- package/dist/esm/styled-system/recipes/popover.mjs +1 -2
- package/dist/esm/styled-system/recipes/radio-group.mjs +1 -2
- package/dist/esm/styled-system/recipes/skeleton.mjs +1 -1
- package/dist/esm/styled-system/recipes/spinner.mjs +1 -1
- package/dist/esm/styled-system/recipes/switch-recipe.mjs +1 -2
- package/dist/esm/styled-system/recipes/text.mjs +1 -1
- package/dist/esm/styled-system/recipes/tooltip.mjs +1 -2
- package/dist/esm/styled-system/tokens/index.mjs +1 -1
- package/dist/esm/ui-kit/avatar.mjs +1 -1
- package/dist/esm/ui-kit/button.mjs +2 -2
- package/dist/esm/ui-kit/spinner.mjs +2 -2
- package/dist/esm/ui-kit/styled/alert.mjs +1 -1
- package/dist/esm/ui-kit/styled/avatar.mjs +1 -1
- package/dist/esm/ui-kit/styled/badge.mjs +3 -3
- package/dist/esm/ui-kit/styled/button.mjs +3 -3
- package/dist/esm/ui-kit/styled/icon-button.mjs +3 -3
- package/dist/esm/ui-kit/styled/icon.mjs +3 -3
- package/dist/esm/ui-kit/styled/input.mjs +3 -3
- package/dist/esm/ui-kit/styled/menu.mjs +1 -1
- package/dist/esm/ui-kit/styled/popover.mjs +1 -1
- package/dist/esm/ui-kit/styled/radio-group.mjs +1 -1
- package/dist/esm/ui-kit/styled/skeleton.mjs +2 -2
- package/dist/esm/ui-kit/styled/spinner.mjs +3 -3
- package/dist/esm/ui-kit/styled/switch.mjs +1 -1
- package/dist/esm/ui-kit/styled/text.mjs +3 -3
- package/dist/esm/ui-kit/styled/tooltip.mjs +1 -1
- package/dist/esm/ui-kit/styled/utils/create-style-context.mjs +1 -1
- package/dist/esm/ui-kit/switch.mjs +1 -1
- package/dist/styles.css +9 -12
- package/dist/types/components/AdvancedOptions.d.ts +2 -2
- package/dist/types/components/ComboBox/Badges/ComboBoxFormulaBadge.d.ts +1 -1
- package/dist/types/components/ComboBox/Badges/ComboBoxSchemaValueBadge.d.ts +2 -2
- package/dist/types/components/ComboBox/Badges/ComboBoxValueBadge.d.ts +1 -1
- package/dist/types/components/ComboBox/Badges/EditorTagBadge/NestedBadgeValue.d.ts +2 -2
- package/dist/types/components/ComboBox/Badges/EditorTagBadge/index.d.ts +4 -4
- package/dist/types/components/ComboBox/ComboBox.d.ts +1 -1
- package/dist/types/components/ComboBox/ComboboxTriggers/ComboboxEditorTrigger.d.ts +1 -1
- package/dist/types/components/ComboBox/ComboboxTriggers/ComboboxTagTrigger.d.ts +2 -2
- package/dist/types/components/ComboBox/Dropdown/ActiveCategoryContent.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Categories/CustomValue.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Categories/Formulas/DropdownPanelFormulaConfig.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Categories/Formulas/index.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Categories/Lookup.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Categories/LookupOptions/ParametersPanel.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.d.ts +7 -7
- package/dist/types/components/ComboBox/Dropdown/Categories/LookupOptions/index.d.ts +3 -3
- package/dist/types/components/ComboBox/Dropdown/Categories/Options.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Categories/Root.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Categories/Variables.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/DrillUpButton.d.ts +2 -2
- package/dist/types/components/ComboBox/Dropdown/Dropdown.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/KeyboardNavigation/NavigationContext.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/Option.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/OptionsList.d.ts +1 -1
- package/dist/types/components/ComboBox/Dropdown/SearchInput.d.ts +2 -2
- package/dist/types/components/ComboBox/Dropdown/VirtualizedDropdownList.d.ts +1 -1
- package/dist/types/components/ComboBox/DropdownPopover/DropdownPositioner.d.ts +1 -1
- package/dist/types/components/ComboBox/DropdownPopover/index.d.ts +4 -4
- package/dist/types/components/ComboBox/FocusTrap/index.d.ts +1 -1
- package/dist/types/components/ComboBox/context/combobox-context.d.ts +1 -1
- package/dist/types/components/ComboBox/context/combobox-dropdown-context.d.ts +2 -2
- package/dist/types/components/ComboBox/context/combobox-dropdown-search.d.ts +2 -2
- package/dist/types/components/ComboBox/context/combobox-dropdown-stack.d.ts +2 -2
- package/dist/types/components/ComboBox/shared.d.ts +1 -1
- package/dist/types/components/ComboBox/types.d.ts +1 -1
- package/dist/types/components/ComboBoxElements/ComboBoxTag.d.ts +1 -1
- package/dist/types/components/ComboBoxElements/ComboboxContainer/index.d.ts +4 -4
- package/dist/types/components/ComboBoxElements/Editor/LexicalEditor.d.ts +4 -4
- package/dist/types/components/ComboBoxElements/Editor/nodes/EditorTagBinding.d.ts +1 -1
- package/dist/types/components/DataBuilder/Condition/index.d.ts +1 -1
- package/dist/types/components/DataBuilder/DataBuilderFormField.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldDelete.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldDescription.d.ts +2 -2
- package/dist/types/components/DataBuilder/FieldList.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldName/FieldNameInput.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldName/index.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldTypeSelector/index.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldValue/Array.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldValue/Default.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldValue/ScalarArray.d.ts +1 -1
- package/dist/types/components/DataBuilder/FieldValue/index.d.ts +1 -1
- package/dist/types/components/DataBuilder/FilterInput.d.ts +1 -1
- package/dist/types/components/DataBuilder/Form.d.ts +1 -1
- package/dist/types/components/DataBuilder/Formula/case-formula.d.ts +3 -3
- package/dist/types/components/DataBuilder/Formula/concat.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/deprecatedFormula.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/domainFromEmail.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/extractDate.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/extractTime.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/findAppRecordId.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/findExternalRecordId.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/firstName.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/firstNotEmpty.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/index.d.ts +1 -1
- package/dist/types/components/DataBuilder/Formula/iterate.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/jsonata.d.ts +3 -3
- package/dist/types/components/DataBuilder/Formula/lastName.d.ts +3 -3
- package/dist/types/components/DataBuilder/Formula/lookup.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/map.d.ts +3 -3
- package/dist/types/components/DataBuilder/Formula/mergeObjects.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/noUi.d.ts +1 -1
- package/dist/types/components/DataBuilder/Formula/tpl.d.ts +2 -2
- package/dist/types/components/DataBuilder/Formula/var.d.ts +2 -2
- package/dist/types/components/DataBuilder/Nested/ArrayItems.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested/FieldControlPanel/AddingFieldSelector.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested/FieldControlPanel/ControlPanel.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested/FieldControlPanel/ControlPanelForNonObjectRootField.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested/FieldControlPanel/index.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested/FieldListWrapper/index.d.ts +2 -2
- package/dist/types/components/DataBuilder/Nested/LevelKeysConflictProvider.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested/NoSchema.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested/ObjectFields.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested/ValueMapping.d.ts +1 -1
- package/dist/types/components/DataBuilder/Nested.d.ts +1 -1
- package/dist/types/components/DataBuilder/RedactedToggleButton.d.ts +3 -3
- package/dist/types/components/DataBuilder/data-builder-context.d.ts +1 -1
- package/dist/types/components/DataBuilder/field-context.d.ts +1 -1
- package/dist/types/components/DataBuilderUI/ActionBar.d.ts +3 -3
- package/dist/types/components/DataBuilderUI/Cell.d.ts +5 -5
- package/dist/types/components/DataBuilderUI/FieldControlPanel/index.d.ts +6 -6
- package/dist/types/components/DataBuilderUI/NestedLevel.d.ts +1 -1
- package/dist/types/components/DataBuilderUI/Row.d.ts +2 -2
- package/dist/types/components/DataBuilderUI/Title.d.ts +4 -4
- package/dist/types/components/DataInput/index.d.ts +1 -1
- package/dist/types/components/DropdownUI/BackButton.d.ts +3 -3
- package/dist/types/components/DropdownUI/ClearSearchButton.d.ts +2 -2
- package/dist/types/components/DropdownUI/Content.d.ts +2 -2
- package/dist/types/components/DropdownUI/ErrorHeading.d.ts +3 -3
- package/dist/types/components/DropdownUI/InfoHeading.d.ts +3 -3
- package/dist/types/components/DropdownUI/Item.d.ts +4 -4
- package/dist/types/components/DropdownUI/ItemHint.d.ts +1 -1
- package/dist/types/components/DropdownUI/ItemIcon.d.ts +2 -2
- package/dist/types/components/DropdownUI/ItemNestingIndicator.d.ts +2 -2
- package/dist/types/components/DropdownUI/ItemTitle.d.ts +2 -2
- package/dist/types/components/DropdownUI/List.d.ts +2 -2
- package/dist/types/components/DropdownUI/ListHeader.d.ts +2 -2
- package/dist/types/components/DropdownUI/LoadingItem.d.ts +3 -3
- package/dist/types/components/DropdownUI/NoOptionsHeading.d.ts +3 -3
- package/dist/types/components/DropdownUI/Panel.d.ts +2 -2
- package/dist/types/components/DropdownUI/PopoverContainer.d.ts +2 -2
- package/dist/types/components/DropdownUI/Search.d.ts +4 -4
- package/dist/types/components/DropdownUI/index.d.ts +23 -23
- package/dist/types/components/DropdownUI/item-aria-context.d.ts +1 -1
- package/dist/types/components/DropdownUI/utils.d.ts +1 -1
- package/dist/types/components/FloatingPortalBoundary/index.d.ts +3 -3
- package/dist/types/components/IntegrationElements/DataSource/DataCollectionSelect.d.ts +1 -1
- package/dist/types/components/IntegrationElements/DataSource/UdmSelect.d.ts +1 -1
- package/dist/types/components/IntegrationElements/DataSource/index.d.ts +2 -2
- package/dist/types/components/IntegrationElements/integration-element-context.d.ts +2 -2
- package/dist/types/components/Integrations/IntegrationAvatar/index.d.ts +2 -2
- package/dist/types/components/Integrations/IntegrationItem/index.d.ts +3 -3
- package/dist/types/components/Integrations/IntegrationItemSkeleton.d.ts +1 -1
- package/dist/types/components/Notification/index.d.ts +2 -2
- package/dist/types/components/Popover/index.d.ts +1 -1
- package/dist/types/components/Portal/index.d.ts +2 -2
- package/dist/types/components/SimpleInput/SimpleInput.d.ts +2 -2
- package/dist/types/components/SimpleInput/SimpleTextarea.d.ts +1 -1
- package/dist/types/components/SvgIcon/BasicEntities.d.ts +11 -11
- package/dist/types/components/SvgIcon/index.d.ts +2 -2
- package/dist/types/components/Tag/Components.d.ts +4 -4
- package/dist/types/components/Tag/Tag.d.ts +4 -4
- package/dist/types/components/Tag/TagPlaceholder.d.ts +2 -2
- package/dist/types/components/Textarea/index.d.ts +2 -2
- package/dist/types/components/Toggle/index.d.ts +1 -1
- package/dist/types/components/Tooltip/index.d.ts +1 -1
- package/dist/types/components/Truncate/index.d.ts +2 -2
- package/dist/types/contexts/integration-app-client-context.d.ts +1 -1
- package/dist/types/contexts/integration-app-connection-context.d.ts +1 -1
- package/dist/types/contexts/integration-app-context.d.ts +3 -3
- package/dist/types/contexts/integration-app-integration-context.d.ts +1 -1
- package/dist/types/helpers/getRefElement.d.ts +1 -1
- package/dist/types/helpers/hooks/keyboard-events.d.ts +1 -1
- package/dist/types/helpers/hooks/useDeepEffect.d.ts +1 -1
- package/dist/types/helpers/hooks/useEventStopPropagation.d.ts +1 -1
- package/dist/types/helpers/hooks/useForwardedRef.d.ts +1 -1
- package/dist/types/helpers/hooks/useIsTextTruncated.d.ts +1 -1
- package/dist/types/helpers/hooks/useResizeObserver.d.ts +1 -1
- package/dist/types/helpers/types.d.ts +1 -1
- package/dist/types/hooks/actions/useAction.d.ts +45 -18
- package/dist/types/hooks/actions/useActionInstance.d.ts +45 -18
- package/dist/types/hooks/actions/useActionInstances.d.ts +12 -6
- package/dist/types/hooks/actions/useActions.d.ts +10 -4
- package/dist/types/hooks/app-data-schemas/useAppDataSchema.d.ts +108 -27
- package/dist/types/hooks/app-data-schemas/useAppDataSchemaInstance.d.ts +99 -342
- package/dist/types/hooks/app-data-schemas/useAppDataSchemaInstances.d.ts +22 -76
- package/dist/types/hooks/app-data-schemas/useAppDataSchemas.d.ts +24 -6
- package/dist/types/hooks/app-events/useAppEventSubscription.d.ts +18 -9
- package/dist/types/hooks/app-events/useAppEventSubscriptions.d.ts +4 -2
- package/dist/types/hooks/app-events/useAppEvents.d.ts +4 -2
- package/dist/types/hooks/data-collections/useDataCollectionSpec.d.ts +1 -1
- package/dist/types/hooks/data-links/useDataLinkTable.d.ts +117 -9
- package/dist/types/hooks/data-links/useDataLinkTableInstance.d.ts +99 -864
- package/dist/types/hooks/data-links/useDataLinkTableInstances.d.ts +22 -192
- package/dist/types/hooks/data-links/useDataLinkTables.d.ts +24 -2
- package/dist/types/hooks/data-sources/useDataSource.d.ts +3423 -57
- package/dist/types/hooks/data-sources/useDataSourceInstance.d.ts +3199 -706
- package/dist/types/hooks/data-sources/useDataSourceInstanceCollection.d.ts +2 -2
- package/dist/types/hooks/data-sources/useDataSourceInstances.d.ts +694 -140
- package/dist/types/hooks/data-sources/useDataSources.d.ts +760 -12
- package/dist/types/hooks/external-events/useExternalEventSubscription.d.ts +36 -18
- package/dist/types/hooks/external-events/useExternalEventSubscriptions.d.ts +8 -4
- package/dist/types/hooks/field-mappings/useFieldMapping.d.ts +1000 -103
- package/dist/types/hooks/field-mappings/useFieldMappingInstance.d.ts +1205 -2333
- package/dist/types/hooks/field-mappings/useFieldMappingInstances.d.ts +251 -519
- package/dist/types/hooks/field-mappings/useFieldMappings.d.ts +210 -12
- package/dist/types/hooks/flows/useFlow.d.ts +1260 -111
- package/dist/types/hooks/flows/useFlowInstance.d.ts +1743 -1497
- package/dist/types/hooks/flows/useFlowInstances.d.ts +385 -345
- package/dist/types/hooks/flows/useFlowRun.d.ts +100 -34
- package/dist/types/hooks/flows/useFlowRuns.d.ts +100 -34
- package/dist/types/hooks/flows/useFlows.d.ts +274 -22
- package/dist/types/hooks/integrations/useConnection.d.ts +38 -16
- package/dist/types/hooks/integrations/useConnections.d.ts +4 -2
- package/dist/types/hooks/integrations/useIntegration.d.ts +18 -9
- package/dist/types/hooks/integrations/useIntegrations.d.ts +4 -2
- package/dist/types/hooks/screens/useScreen.d.ts +26 -4
- package/dist/types/styled-system/jsx/aspect-ratio.d.ts +1 -1
- package/dist/types/styled-system/jsx/bleed.d.ts +1 -1
- package/dist/types/styled-system/jsx/box.d.ts +1 -1
- package/dist/types/styled-system/jsx/center.d.ts +1 -1
- package/dist/types/styled-system/jsx/circle.d.ts +1 -1
- package/dist/types/styled-system/jsx/container.d.ts +1 -1
- package/dist/types/styled-system/jsx/cq.d.ts +1 -1
- package/dist/types/styled-system/jsx/divider.d.ts +1 -1
- package/dist/types/styled-system/jsx/flex.d.ts +1 -1
- package/dist/types/styled-system/jsx/float.d.ts +1 -1
- package/dist/types/styled-system/jsx/grid-item.d.ts +1 -1
- package/dist/types/styled-system/jsx/grid.d.ts +1 -1
- package/dist/types/styled-system/jsx/hstack.d.ts +1 -1
- package/dist/types/styled-system/jsx/index.d.ts +0 -1
- package/dist/types/styled-system/jsx/link-overlay.d.ts +1 -1
- package/dist/types/styled-system/jsx/spacer.d.ts +1 -1
- package/dist/types/styled-system/jsx/square.d.ts +1 -1
- package/dist/types/styled-system/jsx/stack.d.ts +1 -1
- package/dist/types/styled-system/jsx/visually-hidden.d.ts +1 -1
- package/dist/types/styled-system/jsx/vstack.d.ts +1 -1
- package/dist/types/styled-system/jsx/wrap.d.ts +1 -1
- package/dist/types/styled-system/recipes/accordion.d.ts +1 -4
- package/dist/types/styled-system/recipes/alert.d.ts +1 -4
- package/dist/types/styled-system/recipes/avatar.d.ts +1 -4
- package/dist/types/styled-system/recipes/badge.d.ts +0 -3
- package/dist/types/styled-system/recipes/button.d.ts +0 -3
- package/dist/types/styled-system/recipes/checkbox.d.ts +1 -4
- package/dist/types/styled-system/recipes/code.d.ts +0 -3
- package/dist/types/styled-system/recipes/collapsible.d.ts +1 -4
- package/dist/types/styled-system/recipes/dialog.d.ts +1 -4
- package/dist/types/styled-system/recipes/field.d.ts +1 -4
- package/dist/types/styled-system/recipes/icon.d.ts +0 -3
- package/dist/types/styled-system/recipes/index.d.ts +1 -27
- package/dist/types/styled-system/recipes/input.d.ts +0 -3
- package/dist/types/styled-system/recipes/link.d.ts +0 -3
- package/dist/types/styled-system/recipes/menu.d.ts +1 -4
- package/dist/types/styled-system/recipes/popover.d.ts +1 -4
- package/dist/types/styled-system/recipes/radio-group.d.ts +1 -4
- package/dist/types/styled-system/recipes/select.d.ts +1 -4
- package/dist/types/styled-system/recipes/skeleton.d.ts +0 -3
- package/dist/types/styled-system/recipes/spinner.d.ts +0 -3
- package/dist/types/styled-system/recipes/switch-recipe.d.ts +1 -4
- package/dist/types/styled-system/recipes/table.d.ts +1 -4
- package/dist/types/styled-system/recipes/tabs.d.ts +1 -4
- package/dist/types/styled-system/recipes/tags-input.d.ts +1 -4
- package/dist/types/styled-system/recipes/text.d.ts +0 -3
- package/dist/types/styled-system/recipes/textarea.d.ts +0 -3
- package/dist/types/styled-system/recipes/toast.d.ts +1 -4
- package/dist/types/styled-system/recipes/tooltip.d.ts +1 -4
- package/dist/types/styled-system/types/conditions.d.ts +4 -8
- package/dist/types/styled-system/types/jsx.d.ts +2 -3
- package/dist/types/styled-system/types/prop-type.d.ts +0 -2
- package/dist/types/styled-system/types/style-props.d.ts +0 -7
- package/dist/types/ui-kit/avatar.d.ts +1 -1
- package/dist/types/ui-kit/button.d.ts +1 -1
- package/dist/types/ui-kit/panda/preset.d.ts +1 -1
- package/dist/types/ui-kit/spinner.d.ts +1 -1
- package/dist/types/ui-kit/styled/alert.d.ts +5 -5
- package/dist/types/ui-kit/styled/avatar.d.ts +4 -4
- package/dist/types/ui-kit/styled/badge.d.ts +2 -2
- package/dist/types/ui-kit/styled/button.d.ts +2 -2
- package/dist/types/ui-kit/styled/icon-button.d.ts +2 -2
- package/dist/types/ui-kit/styled/icon.d.ts +2 -2
- package/dist/types/ui-kit/styled/input.d.ts +2 -2
- package/dist/types/ui-kit/styled/menu.d.ts +19 -19
- package/dist/types/ui-kit/styled/popover.d.ts +12 -12
- package/dist/types/ui-kit/styled/radio-group.d.ts +7 -7
- package/dist/types/ui-kit/styled/skeleton.d.ts +1 -1
- package/dist/types/ui-kit/styled/spinner.d.ts +2 -2
- package/dist/types/ui-kit/styled/switch.d.ts +5 -5
- package/dist/types/ui-kit/styled/tooltip.d.ts +7 -7
- package/dist/types/ui-kit/styled/utils/create-style-context.d.ts +2 -2
- package/dist/types/ui-kit/switch.d.ts +1 -1
- package/package.json +7 -7
- package/dist/types/components/ComboBox/tests/Combobox.stories.helpers.d.ts +0 -41
- package/dist/types/components/DataBuilder/stories/DataBuilder.test-formulas.helpers.d.ts +0 -12
- package/dist/types/styled-system/jsx/create-style-context.d.ts +0 -47
- package/dist/types/styled-system/recipes/card.d.ts +0 -31
- package/dist/types/styled-system/recipes/carousel.d.ts +0 -34
- package/dist/types/styled-system/recipes/clipboard.d.ts +0 -31
- package/dist/types/styled-system/recipes/color-picker.d.ts +0 -31
- package/dist/types/styled-system/recipes/combobox.d.ts +0 -34
- package/dist/types/styled-system/recipes/date-picker.d.ts +0 -31
- package/dist/types/styled-system/recipes/drawer.d.ts +0 -34
- package/dist/types/styled-system/recipes/editable.d.ts +0 -31
- package/dist/types/styled-system/recipes/fieldset.d.ts +0 -31
- package/dist/types/styled-system/recipes/file-upload.d.ts +0 -31
- package/dist/types/styled-system/recipes/form-label.d.ts +0 -34
- package/dist/types/styled-system/recipes/hover-card.d.ts +0 -31
- package/dist/types/styled-system/recipes/kbd.d.ts +0 -34
- package/dist/types/styled-system/recipes/number-input.d.ts +0 -34
- package/dist/types/styled-system/recipes/pagination.d.ts +0 -31
- package/dist/types/styled-system/recipes/pin-input.d.ts +0 -34
- package/dist/types/styled-system/recipes/progress.d.ts +0 -34
- package/dist/types/styled-system/recipes/qr-code.d.ts +0 -31
- package/dist/types/styled-system/recipes/radio-button-group.d.ts +0 -38
- package/dist/types/styled-system/recipes/rating-group.d.ts +0 -34
- package/dist/types/styled-system/recipes/segment-group.d.ts +0 -34
- package/dist/types/styled-system/recipes/signature-pad.d.ts +0 -31
- package/dist/types/styled-system/recipes/slider.d.ts +0 -34
- package/dist/types/styled-system/recipes/splitter.d.ts +0 -31
- package/dist/types/styled-system/recipes/toggle-group.d.ts +0 -38
- package/dist/types/styled-system/recipes/tree-view.d.ts +0 -31
|
@@ -7,7 +7,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
7
7
|
create: (data: {
|
|
8
8
|
key?: string | undefined;
|
|
9
9
|
description?: string | undefined;
|
|
10
|
-
instanceKey?: string | undefined;
|
|
11
10
|
integrationId?: string | undefined;
|
|
12
11
|
name?: string | undefined;
|
|
13
12
|
uuid?: string | undefined;
|
|
@@ -16,6 +15,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
16
15
|
parentUuid?: string | undefined;
|
|
17
16
|
isUniversal?: boolean | undefined;
|
|
18
17
|
connectionId?: string | undefined;
|
|
18
|
+
instanceKey?: string | undefined;
|
|
19
19
|
dataSourceId?: string | undefined;
|
|
20
20
|
universalDataSourceId?: string | undefined;
|
|
21
21
|
udm?: string | undefined;
|
|
@@ -28,7 +28,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
28
28
|
name: string;
|
|
29
29
|
key?: string | undefined;
|
|
30
30
|
description?: string | undefined;
|
|
31
|
-
instanceKey?: string | undefined;
|
|
32
31
|
integrationId?: string | undefined;
|
|
33
32
|
uuid?: string | undefined;
|
|
34
33
|
meta?: Record<string, any> | undefined;
|
|
@@ -36,6 +35,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
36
35
|
parentUuid?: string | undefined;
|
|
37
36
|
isUniversal?: boolean | undefined;
|
|
38
37
|
connectionId?: string | undefined;
|
|
38
|
+
instanceKey?: string | undefined;
|
|
39
39
|
dataSourceId?: string | undefined;
|
|
40
40
|
universalDataSourceId?: string | undefined;
|
|
41
41
|
udm?: string | undefined;
|
|
@@ -44,14 +44,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
44
44
|
collectionKey?: string | undefined;
|
|
45
45
|
collectionParameters?: any;
|
|
46
46
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
47
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
48
47
|
revision?: string | undefined;
|
|
49
48
|
createdAt?: string | undefined;
|
|
50
49
|
updatedAt?: string | undefined;
|
|
51
50
|
archivedAt?: string | undefined;
|
|
52
51
|
isDeactivated?: boolean | undefined;
|
|
53
|
-
|
|
52
|
+
dataSourceRevision?: string | undefined;
|
|
54
53
|
universalDataSourceRevision?: string | undefined;
|
|
54
|
+
defaultCollectionKey?: string | undefined;
|
|
55
|
+
defaultCollectionParameters?: any;
|
|
56
|
+
collectionSpec?: {
|
|
57
|
+
type: "collection";
|
|
58
|
+
name: string;
|
|
59
|
+
key?: string | undefined;
|
|
60
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
61
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
62
|
+
list?: {
|
|
63
|
+
apiRequests?: {
|
|
64
|
+
path: unknown;
|
|
65
|
+
method: unknown;
|
|
66
|
+
}[] | undefined;
|
|
67
|
+
filterFields?: string[] | undefined;
|
|
68
|
+
} | undefined;
|
|
69
|
+
search?: {
|
|
70
|
+
apiRequests?: {
|
|
71
|
+
path: unknown;
|
|
72
|
+
method: unknown;
|
|
73
|
+
}[] | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
match?: {
|
|
76
|
+
apiRequests?: {
|
|
77
|
+
path: unknown;
|
|
78
|
+
method: unknown;
|
|
79
|
+
}[] | undefined;
|
|
80
|
+
fields?: string[] | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
findById?: {
|
|
83
|
+
apiRequests?: {
|
|
84
|
+
path: unknown;
|
|
85
|
+
method: unknown;
|
|
86
|
+
}[] | undefined;
|
|
87
|
+
} | undefined;
|
|
88
|
+
create?: {
|
|
89
|
+
apiRequests?: {
|
|
90
|
+
path: unknown;
|
|
91
|
+
method: unknown;
|
|
92
|
+
}[] | undefined;
|
|
93
|
+
fields?: string[] | undefined;
|
|
94
|
+
requiredFields?: string[] | undefined;
|
|
95
|
+
excludedFields?: string[] | undefined;
|
|
96
|
+
} | undefined;
|
|
97
|
+
update?: {
|
|
98
|
+
apiRequests?: {
|
|
99
|
+
path: unknown;
|
|
100
|
+
method: unknown;
|
|
101
|
+
}[] | undefined;
|
|
102
|
+
fields?: string[] | undefined;
|
|
103
|
+
excludedFields?: string[] | undefined;
|
|
104
|
+
} | undefined;
|
|
105
|
+
delete?: {
|
|
106
|
+
apiRequests?: {
|
|
107
|
+
path: unknown;
|
|
108
|
+
method: unknown;
|
|
109
|
+
}[] | undefined;
|
|
110
|
+
} | undefined;
|
|
111
|
+
events?: {
|
|
112
|
+
[x: string]: {
|
|
113
|
+
type: "push" | "pull";
|
|
114
|
+
isFullScan?: boolean | undefined;
|
|
115
|
+
isIdOnly?: boolean | undefined;
|
|
116
|
+
};
|
|
117
|
+
created?: {
|
|
118
|
+
type: "push" | "pull";
|
|
119
|
+
isFullScan?: boolean | undefined;
|
|
120
|
+
isIdOnly?: boolean | undefined;
|
|
121
|
+
} | undefined;
|
|
122
|
+
updated?: {
|
|
123
|
+
type: "push" | "pull";
|
|
124
|
+
isFullScan?: boolean | undefined;
|
|
125
|
+
isIdOnly?: boolean | undefined;
|
|
126
|
+
} | undefined;
|
|
127
|
+
deleted?: {
|
|
128
|
+
type: "push" | "pull";
|
|
129
|
+
isFullScan?: boolean | undefined;
|
|
130
|
+
isIdOnly?: boolean | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
all?: {
|
|
133
|
+
type: "push" | "pull";
|
|
134
|
+
isFullScan?: boolean | undefined;
|
|
135
|
+
isIdOnly?: boolean | undefined;
|
|
136
|
+
} | undefined;
|
|
137
|
+
} | undefined;
|
|
138
|
+
customFields?: boolean | undefined;
|
|
139
|
+
udm?: Record<string, {
|
|
140
|
+
fields?: string[] | undefined;
|
|
141
|
+
extract?: Record<string, any> | undefined;
|
|
142
|
+
parse?: Record<string, any> | undefined;
|
|
143
|
+
}> | undefined;
|
|
144
|
+
find?: {
|
|
145
|
+
apiRequests?: {
|
|
146
|
+
path: unknown;
|
|
147
|
+
method: unknown;
|
|
148
|
+
}[] | undefined;
|
|
149
|
+
queryFields?: string[] | undefined;
|
|
150
|
+
} | undefined;
|
|
151
|
+
} | undefined;
|
|
152
|
+
isCustomized?: boolean | undefined;
|
|
153
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
154
|
+
userId?: string | undefined;
|
|
155
|
+
tenantId?: string | undefined;
|
|
55
156
|
integration?: {
|
|
56
157
|
id: string;
|
|
57
158
|
name: string;
|
|
@@ -95,7 +196,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
95
196
|
name: string;
|
|
96
197
|
key?: string | undefined;
|
|
97
198
|
description?: string | undefined;
|
|
98
|
-
instanceKey?: string | undefined;
|
|
99
199
|
integrationId?: string | undefined;
|
|
100
200
|
uuid?: string | undefined;
|
|
101
201
|
meta?: Record<string, any> | undefined;
|
|
@@ -103,6 +203,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
103
203
|
parentUuid?: string | undefined;
|
|
104
204
|
isUniversal?: boolean | undefined;
|
|
105
205
|
connectionId?: string | undefined;
|
|
206
|
+
instanceKey?: string | undefined;
|
|
106
207
|
dataSourceId?: string | undefined;
|
|
107
208
|
universalDataSourceId?: string | undefined;
|
|
108
209
|
udm?: string | undefined;
|
|
@@ -111,14 +212,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
111
212
|
collectionKey?: string | undefined;
|
|
112
213
|
collectionParameters?: any;
|
|
113
214
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
114
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
115
215
|
revision?: string | undefined;
|
|
116
216
|
createdAt?: string | undefined;
|
|
117
217
|
updatedAt?: string | undefined;
|
|
118
218
|
archivedAt?: string | undefined;
|
|
119
219
|
isDeactivated?: boolean | undefined;
|
|
120
|
-
|
|
220
|
+
dataSourceRevision?: string | undefined;
|
|
121
221
|
universalDataSourceRevision?: string | undefined;
|
|
222
|
+
defaultCollectionKey?: string | undefined;
|
|
223
|
+
defaultCollectionParameters?: any;
|
|
224
|
+
collectionSpec?: {
|
|
225
|
+
type: "collection";
|
|
226
|
+
name: string;
|
|
227
|
+
key?: string | undefined;
|
|
228
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
229
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
230
|
+
list?: {
|
|
231
|
+
apiRequests?: {
|
|
232
|
+
path: unknown;
|
|
233
|
+
method: unknown;
|
|
234
|
+
}[] | undefined;
|
|
235
|
+
filterFields?: string[] | undefined;
|
|
236
|
+
} | undefined;
|
|
237
|
+
search?: {
|
|
238
|
+
apiRequests?: {
|
|
239
|
+
path: unknown;
|
|
240
|
+
method: unknown;
|
|
241
|
+
}[] | undefined;
|
|
242
|
+
} | undefined;
|
|
243
|
+
match?: {
|
|
244
|
+
apiRequests?: {
|
|
245
|
+
path: unknown;
|
|
246
|
+
method: unknown;
|
|
247
|
+
}[] | undefined;
|
|
248
|
+
fields?: string[] | undefined;
|
|
249
|
+
} | undefined;
|
|
250
|
+
findById?: {
|
|
251
|
+
apiRequests?: {
|
|
252
|
+
path: unknown;
|
|
253
|
+
method: unknown;
|
|
254
|
+
}[] | undefined;
|
|
255
|
+
} | undefined;
|
|
256
|
+
create?: {
|
|
257
|
+
apiRequests?: {
|
|
258
|
+
path: unknown;
|
|
259
|
+
method: unknown;
|
|
260
|
+
}[] | undefined;
|
|
261
|
+
fields?: string[] | undefined;
|
|
262
|
+
requiredFields?: string[] | undefined;
|
|
263
|
+
excludedFields?: string[] | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
update?: {
|
|
266
|
+
apiRequests?: {
|
|
267
|
+
path: unknown;
|
|
268
|
+
method: unknown;
|
|
269
|
+
}[] | undefined;
|
|
270
|
+
fields?: string[] | undefined;
|
|
271
|
+
excludedFields?: string[] | undefined;
|
|
272
|
+
} | undefined;
|
|
273
|
+
delete?: {
|
|
274
|
+
apiRequests?: {
|
|
275
|
+
path: unknown;
|
|
276
|
+
method: unknown;
|
|
277
|
+
}[] | undefined;
|
|
278
|
+
} | undefined;
|
|
279
|
+
events?: {
|
|
280
|
+
[x: string]: {
|
|
281
|
+
type: "push" | "pull";
|
|
282
|
+
isFullScan?: boolean | undefined;
|
|
283
|
+
isIdOnly?: boolean | undefined;
|
|
284
|
+
};
|
|
285
|
+
created?: {
|
|
286
|
+
type: "push" | "pull";
|
|
287
|
+
isFullScan?: boolean | undefined;
|
|
288
|
+
isIdOnly?: boolean | undefined;
|
|
289
|
+
} | undefined;
|
|
290
|
+
updated?: {
|
|
291
|
+
type: "push" | "pull";
|
|
292
|
+
isFullScan?: boolean | undefined;
|
|
293
|
+
isIdOnly?: boolean | undefined;
|
|
294
|
+
} | undefined;
|
|
295
|
+
deleted?: {
|
|
296
|
+
type: "push" | "pull";
|
|
297
|
+
isFullScan?: boolean | undefined;
|
|
298
|
+
isIdOnly?: boolean | undefined;
|
|
299
|
+
} | undefined;
|
|
300
|
+
all?: {
|
|
301
|
+
type: "push" | "pull";
|
|
302
|
+
isFullScan?: boolean | undefined;
|
|
303
|
+
isIdOnly?: boolean | undefined;
|
|
304
|
+
} | undefined;
|
|
305
|
+
} | undefined;
|
|
306
|
+
customFields?: boolean | undefined;
|
|
307
|
+
udm?: Record<string, {
|
|
308
|
+
fields?: string[] | undefined;
|
|
309
|
+
extract?: Record<string, any> | undefined;
|
|
310
|
+
parse?: Record<string, any> | undefined;
|
|
311
|
+
}> | undefined;
|
|
312
|
+
find?: {
|
|
313
|
+
apiRequests?: {
|
|
314
|
+
path: unknown;
|
|
315
|
+
method: unknown;
|
|
316
|
+
}[] | undefined;
|
|
317
|
+
queryFields?: string[] | undefined;
|
|
318
|
+
} | undefined;
|
|
319
|
+
} | undefined;
|
|
320
|
+
isCustomized?: boolean | undefined;
|
|
321
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
322
|
+
userId?: string | undefined;
|
|
323
|
+
tenantId?: string | undefined;
|
|
122
324
|
};
|
|
123
325
|
integration: {
|
|
124
326
|
id: string;
|
|
@@ -158,12 +360,183 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
158
360
|
}> | undefined;
|
|
159
361
|
};
|
|
160
362
|
}[] | undefined;
|
|
363
|
+
user?: {
|
|
364
|
+
id: string;
|
|
365
|
+
name: string;
|
|
366
|
+
internalId: string;
|
|
367
|
+
meta?: Record<string, any> | undefined;
|
|
368
|
+
fields?: Record<string, any> | undefined;
|
|
369
|
+
credentials?: any;
|
|
370
|
+
lastActiveAt?: string | undefined;
|
|
371
|
+
isTest?: boolean | undefined;
|
|
372
|
+
isBillable?: boolean | undefined;
|
|
373
|
+
isActive?: boolean | undefined;
|
|
374
|
+
createdAt?: string | undefined;
|
|
375
|
+
archivedAt?: string | undefined;
|
|
376
|
+
} | undefined;
|
|
377
|
+
connection?: {
|
|
378
|
+
id: string;
|
|
379
|
+
name: string;
|
|
380
|
+
createdAt: string;
|
|
381
|
+
updatedAt: string;
|
|
382
|
+
userId: string;
|
|
383
|
+
isTest?: boolean | undefined;
|
|
384
|
+
disconnected?: boolean | undefined;
|
|
385
|
+
isDefunct?: boolean | undefined;
|
|
386
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
387
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
388
|
+
integrationId?: string | undefined;
|
|
389
|
+
connectorId?: string | undefined;
|
|
390
|
+
connectorVersion?: string | undefined;
|
|
391
|
+
authOptionKey?: string | undefined;
|
|
392
|
+
lastActiveAt?: string | undefined;
|
|
393
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
394
|
+
nextRetryTimestamp?: string | undefined;
|
|
395
|
+
retryAttempts?: number | undefined;
|
|
396
|
+
canTest?: boolean | undefined;
|
|
397
|
+
canRefreshCredentials?: boolean | undefined;
|
|
398
|
+
archivedAt?: string | undefined;
|
|
399
|
+
isDeactivated?: boolean | undefined;
|
|
400
|
+
meta?: Record<string, any> | undefined;
|
|
401
|
+
tenantId?: string | undefined;
|
|
402
|
+
} | undefined;
|
|
403
|
+
dataSource?: {
|
|
404
|
+
id: string;
|
|
405
|
+
name: string;
|
|
406
|
+
key?: string | undefined;
|
|
407
|
+
description?: string | undefined;
|
|
408
|
+
integrationId?: string | undefined;
|
|
409
|
+
uuid?: string | undefined;
|
|
410
|
+
meta?: Record<string, any> | undefined;
|
|
411
|
+
integrationUuid?: string | undefined;
|
|
412
|
+
parentUuid?: string | undefined;
|
|
413
|
+
isUniversal?: boolean | undefined;
|
|
414
|
+
connectionId?: string | undefined;
|
|
415
|
+
instanceKey?: string | undefined;
|
|
416
|
+
dataSourceId?: string | undefined;
|
|
417
|
+
universalDataSourceId?: string | undefined;
|
|
418
|
+
udm?: string | undefined;
|
|
419
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
420
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
421
|
+
collectionKey?: string | undefined;
|
|
422
|
+
collectionParameters?: any;
|
|
423
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
424
|
+
revision?: string | undefined;
|
|
425
|
+
createdAt?: string | undefined;
|
|
426
|
+
updatedAt?: string | undefined;
|
|
427
|
+
archivedAt?: string | undefined;
|
|
428
|
+
isDeactivated?: boolean | undefined;
|
|
429
|
+
dataSourceRevision?: string | undefined;
|
|
430
|
+
universalDataSourceRevision?: string | undefined;
|
|
431
|
+
defaultCollectionKey?: string | undefined;
|
|
432
|
+
defaultCollectionParameters?: any;
|
|
433
|
+
collectionSpec?: {
|
|
434
|
+
type: "collection";
|
|
435
|
+
name: string;
|
|
436
|
+
key?: string | undefined;
|
|
437
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
438
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
439
|
+
list?: {
|
|
440
|
+
apiRequests?: {
|
|
441
|
+
path: unknown;
|
|
442
|
+
method: unknown;
|
|
443
|
+
}[] | undefined;
|
|
444
|
+
filterFields?: string[] | undefined;
|
|
445
|
+
} | undefined;
|
|
446
|
+
search?: {
|
|
447
|
+
apiRequests?: {
|
|
448
|
+
path: unknown;
|
|
449
|
+
method: unknown;
|
|
450
|
+
}[] | undefined;
|
|
451
|
+
} | undefined;
|
|
452
|
+
match?: {
|
|
453
|
+
apiRequests?: {
|
|
454
|
+
path: unknown;
|
|
455
|
+
method: unknown;
|
|
456
|
+
}[] | undefined;
|
|
457
|
+
fields?: string[] | undefined;
|
|
458
|
+
} | undefined;
|
|
459
|
+
findById?: {
|
|
460
|
+
apiRequests?: {
|
|
461
|
+
path: unknown;
|
|
462
|
+
method: unknown;
|
|
463
|
+
}[] | undefined;
|
|
464
|
+
} | undefined;
|
|
465
|
+
create?: {
|
|
466
|
+
apiRequests?: {
|
|
467
|
+
path: unknown;
|
|
468
|
+
method: unknown;
|
|
469
|
+
}[] | undefined;
|
|
470
|
+
fields?: string[] | undefined;
|
|
471
|
+
requiredFields?: string[] | undefined;
|
|
472
|
+
excludedFields?: string[] | undefined;
|
|
473
|
+
} | undefined;
|
|
474
|
+
update?: {
|
|
475
|
+
apiRequests?: {
|
|
476
|
+
path: unknown;
|
|
477
|
+
method: unknown;
|
|
478
|
+
}[] | undefined;
|
|
479
|
+
fields?: string[] | undefined;
|
|
480
|
+
excludedFields?: string[] | undefined;
|
|
481
|
+
} | undefined;
|
|
482
|
+
delete?: {
|
|
483
|
+
apiRequests?: {
|
|
484
|
+
path: unknown;
|
|
485
|
+
method: unknown;
|
|
486
|
+
}[] | undefined;
|
|
487
|
+
} | undefined;
|
|
488
|
+
events?: {
|
|
489
|
+
[x: string]: {
|
|
490
|
+
type: "push" | "pull";
|
|
491
|
+
isFullScan?: boolean | undefined;
|
|
492
|
+
isIdOnly?: boolean | undefined;
|
|
493
|
+
};
|
|
494
|
+
created?: {
|
|
495
|
+
type: "push" | "pull";
|
|
496
|
+
isFullScan?: boolean | undefined;
|
|
497
|
+
isIdOnly?: boolean | undefined;
|
|
498
|
+
} | undefined;
|
|
499
|
+
updated?: {
|
|
500
|
+
type: "push" | "pull";
|
|
501
|
+
isFullScan?: boolean | undefined;
|
|
502
|
+
isIdOnly?: boolean | undefined;
|
|
503
|
+
} | undefined;
|
|
504
|
+
deleted?: {
|
|
505
|
+
type: "push" | "pull";
|
|
506
|
+
isFullScan?: boolean | undefined;
|
|
507
|
+
isIdOnly?: boolean | undefined;
|
|
508
|
+
} | undefined;
|
|
509
|
+
all?: {
|
|
510
|
+
type: "push" | "pull";
|
|
511
|
+
isFullScan?: boolean | undefined;
|
|
512
|
+
isIdOnly?: boolean | undefined;
|
|
513
|
+
} | undefined;
|
|
514
|
+
} | undefined;
|
|
515
|
+
customFields?: boolean | undefined;
|
|
516
|
+
udm?: Record<string, {
|
|
517
|
+
fields?: string[] | undefined;
|
|
518
|
+
extract?: Record<string, any> | undefined;
|
|
519
|
+
parse?: Record<string, any> | undefined;
|
|
520
|
+
}> | undefined;
|
|
521
|
+
find?: {
|
|
522
|
+
apiRequests?: {
|
|
523
|
+
path: unknown;
|
|
524
|
+
method: unknown;
|
|
525
|
+
}[] | undefined;
|
|
526
|
+
queryFields?: string[] | undefined;
|
|
527
|
+
} | undefined;
|
|
528
|
+
} | undefined;
|
|
529
|
+
isCustomized?: boolean | undefined;
|
|
530
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
531
|
+
userId?: string | undefined;
|
|
532
|
+
tenantId?: string | undefined;
|
|
533
|
+
} | undefined;
|
|
534
|
+
path?: string | undefined;
|
|
161
535
|
defaultPath?: string | undefined;
|
|
162
536
|
} | undefined>;
|
|
163
537
|
patch: (data: Partial<{
|
|
164
538
|
key?: string | undefined;
|
|
165
539
|
description?: string | undefined;
|
|
166
|
-
instanceKey?: string | undefined;
|
|
167
540
|
integrationId?: string | undefined;
|
|
168
541
|
name?: string | undefined;
|
|
169
542
|
uuid?: string | undefined;
|
|
@@ -172,6 +545,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
172
545
|
parentUuid?: string | undefined;
|
|
173
546
|
isUniversal?: boolean | undefined;
|
|
174
547
|
connectionId?: string | undefined;
|
|
548
|
+
instanceKey?: string | undefined;
|
|
175
549
|
dataSourceId?: string | undefined;
|
|
176
550
|
universalDataSourceId?: string | undefined;
|
|
177
551
|
udm?: string | undefined;
|
|
@@ -184,7 +558,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
184
558
|
name: string;
|
|
185
559
|
key?: string | undefined;
|
|
186
560
|
description?: string | undefined;
|
|
187
|
-
instanceKey?: string | undefined;
|
|
188
561
|
integrationId?: string | undefined;
|
|
189
562
|
uuid?: string | undefined;
|
|
190
563
|
meta?: Record<string, any> | undefined;
|
|
@@ -192,6 +565,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
192
565
|
parentUuid?: string | undefined;
|
|
193
566
|
isUniversal?: boolean | undefined;
|
|
194
567
|
connectionId?: string | undefined;
|
|
568
|
+
instanceKey?: string | undefined;
|
|
195
569
|
dataSourceId?: string | undefined;
|
|
196
570
|
universalDataSourceId?: string | undefined;
|
|
197
571
|
udm?: string | undefined;
|
|
@@ -200,14 +574,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
200
574
|
collectionKey?: string | undefined;
|
|
201
575
|
collectionParameters?: any;
|
|
202
576
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
203
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
204
577
|
revision?: string | undefined;
|
|
205
578
|
createdAt?: string | undefined;
|
|
206
579
|
updatedAt?: string | undefined;
|
|
207
580
|
archivedAt?: string | undefined;
|
|
208
581
|
isDeactivated?: boolean | undefined;
|
|
209
|
-
|
|
582
|
+
dataSourceRevision?: string | undefined;
|
|
210
583
|
universalDataSourceRevision?: string | undefined;
|
|
584
|
+
defaultCollectionKey?: string | undefined;
|
|
585
|
+
defaultCollectionParameters?: any;
|
|
586
|
+
collectionSpec?: {
|
|
587
|
+
type: "collection";
|
|
588
|
+
name: string;
|
|
589
|
+
key?: string | undefined;
|
|
590
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
591
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
592
|
+
list?: {
|
|
593
|
+
apiRequests?: {
|
|
594
|
+
path: unknown;
|
|
595
|
+
method: unknown;
|
|
596
|
+
}[] | undefined;
|
|
597
|
+
filterFields?: string[] | undefined;
|
|
598
|
+
} | undefined;
|
|
599
|
+
search?: {
|
|
600
|
+
apiRequests?: {
|
|
601
|
+
path: unknown;
|
|
602
|
+
method: unknown;
|
|
603
|
+
}[] | undefined;
|
|
604
|
+
} | undefined;
|
|
605
|
+
match?: {
|
|
606
|
+
apiRequests?: {
|
|
607
|
+
path: unknown;
|
|
608
|
+
method: unknown;
|
|
609
|
+
}[] | undefined;
|
|
610
|
+
fields?: string[] | undefined;
|
|
611
|
+
} | undefined;
|
|
612
|
+
findById?: {
|
|
613
|
+
apiRequests?: {
|
|
614
|
+
path: unknown;
|
|
615
|
+
method: unknown;
|
|
616
|
+
}[] | undefined;
|
|
617
|
+
} | undefined;
|
|
618
|
+
create?: {
|
|
619
|
+
apiRequests?: {
|
|
620
|
+
path: unknown;
|
|
621
|
+
method: unknown;
|
|
622
|
+
}[] | undefined;
|
|
623
|
+
fields?: string[] | undefined;
|
|
624
|
+
requiredFields?: string[] | undefined;
|
|
625
|
+
excludedFields?: string[] | undefined;
|
|
626
|
+
} | undefined;
|
|
627
|
+
update?: {
|
|
628
|
+
apiRequests?: {
|
|
629
|
+
path: unknown;
|
|
630
|
+
method: unknown;
|
|
631
|
+
}[] | undefined;
|
|
632
|
+
fields?: string[] | undefined;
|
|
633
|
+
excludedFields?: string[] | undefined;
|
|
634
|
+
} | undefined;
|
|
635
|
+
delete?: {
|
|
636
|
+
apiRequests?: {
|
|
637
|
+
path: unknown;
|
|
638
|
+
method: unknown;
|
|
639
|
+
}[] | undefined;
|
|
640
|
+
} | undefined;
|
|
641
|
+
events?: {
|
|
642
|
+
[x: string]: {
|
|
643
|
+
type: "push" | "pull";
|
|
644
|
+
isFullScan?: boolean | undefined;
|
|
645
|
+
isIdOnly?: boolean | undefined;
|
|
646
|
+
};
|
|
647
|
+
created?: {
|
|
648
|
+
type: "push" | "pull";
|
|
649
|
+
isFullScan?: boolean | undefined;
|
|
650
|
+
isIdOnly?: boolean | undefined;
|
|
651
|
+
} | undefined;
|
|
652
|
+
updated?: {
|
|
653
|
+
type: "push" | "pull";
|
|
654
|
+
isFullScan?: boolean | undefined;
|
|
655
|
+
isIdOnly?: boolean | undefined;
|
|
656
|
+
} | undefined;
|
|
657
|
+
deleted?: {
|
|
658
|
+
type: "push" | "pull";
|
|
659
|
+
isFullScan?: boolean | undefined;
|
|
660
|
+
isIdOnly?: boolean | undefined;
|
|
661
|
+
} | undefined;
|
|
662
|
+
all?: {
|
|
663
|
+
type: "push" | "pull";
|
|
664
|
+
isFullScan?: boolean | undefined;
|
|
665
|
+
isIdOnly?: boolean | undefined;
|
|
666
|
+
} | undefined;
|
|
667
|
+
} | undefined;
|
|
668
|
+
customFields?: boolean | undefined;
|
|
669
|
+
udm?: Record<string, {
|
|
670
|
+
fields?: string[] | undefined;
|
|
671
|
+
extract?: Record<string, any> | undefined;
|
|
672
|
+
parse?: Record<string, any> | undefined;
|
|
673
|
+
}> | undefined;
|
|
674
|
+
find?: {
|
|
675
|
+
apiRequests?: {
|
|
676
|
+
path: unknown;
|
|
677
|
+
method: unknown;
|
|
678
|
+
}[] | undefined;
|
|
679
|
+
queryFields?: string[] | undefined;
|
|
680
|
+
} | undefined;
|
|
681
|
+
} | undefined;
|
|
682
|
+
isCustomized?: boolean | undefined;
|
|
683
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
684
|
+
userId?: string | undefined;
|
|
685
|
+
tenantId?: string | undefined;
|
|
211
686
|
integration?: {
|
|
212
687
|
id: string;
|
|
213
688
|
name: string;
|
|
@@ -251,7 +726,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
251
726
|
name: string;
|
|
252
727
|
key?: string | undefined;
|
|
253
728
|
description?: string | undefined;
|
|
254
|
-
instanceKey?: string | undefined;
|
|
255
729
|
integrationId?: string | undefined;
|
|
256
730
|
uuid?: string | undefined;
|
|
257
731
|
meta?: Record<string, any> | undefined;
|
|
@@ -259,6 +733,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
259
733
|
parentUuid?: string | undefined;
|
|
260
734
|
isUniversal?: boolean | undefined;
|
|
261
735
|
connectionId?: string | undefined;
|
|
736
|
+
instanceKey?: string | undefined;
|
|
262
737
|
dataSourceId?: string | undefined;
|
|
263
738
|
universalDataSourceId?: string | undefined;
|
|
264
739
|
udm?: string | undefined;
|
|
@@ -267,14 +742,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
267
742
|
collectionKey?: string | undefined;
|
|
268
743
|
collectionParameters?: any;
|
|
269
744
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
270
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
271
745
|
revision?: string | undefined;
|
|
272
746
|
createdAt?: string | undefined;
|
|
273
747
|
updatedAt?: string | undefined;
|
|
274
748
|
archivedAt?: string | undefined;
|
|
275
749
|
isDeactivated?: boolean | undefined;
|
|
276
|
-
|
|
750
|
+
dataSourceRevision?: string | undefined;
|
|
277
751
|
universalDataSourceRevision?: string | undefined;
|
|
752
|
+
defaultCollectionKey?: string | undefined;
|
|
753
|
+
defaultCollectionParameters?: any;
|
|
754
|
+
collectionSpec?: {
|
|
755
|
+
type: "collection";
|
|
756
|
+
name: string;
|
|
757
|
+
key?: string | undefined;
|
|
758
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
759
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
760
|
+
list?: {
|
|
761
|
+
apiRequests?: {
|
|
762
|
+
path: unknown;
|
|
763
|
+
method: unknown;
|
|
764
|
+
}[] | undefined;
|
|
765
|
+
filterFields?: string[] | undefined;
|
|
766
|
+
} | undefined;
|
|
767
|
+
search?: {
|
|
768
|
+
apiRequests?: {
|
|
769
|
+
path: unknown;
|
|
770
|
+
method: unknown;
|
|
771
|
+
}[] | undefined;
|
|
772
|
+
} | undefined;
|
|
773
|
+
match?: {
|
|
774
|
+
apiRequests?: {
|
|
775
|
+
path: unknown;
|
|
776
|
+
method: unknown;
|
|
777
|
+
}[] | undefined;
|
|
778
|
+
fields?: string[] | undefined;
|
|
779
|
+
} | undefined;
|
|
780
|
+
findById?: {
|
|
781
|
+
apiRequests?: {
|
|
782
|
+
path: unknown;
|
|
783
|
+
method: unknown;
|
|
784
|
+
}[] | undefined;
|
|
785
|
+
} | undefined;
|
|
786
|
+
create?: {
|
|
787
|
+
apiRequests?: {
|
|
788
|
+
path: unknown;
|
|
789
|
+
method: unknown;
|
|
790
|
+
}[] | undefined;
|
|
791
|
+
fields?: string[] | undefined;
|
|
792
|
+
requiredFields?: string[] | undefined;
|
|
793
|
+
excludedFields?: string[] | undefined;
|
|
794
|
+
} | undefined;
|
|
795
|
+
update?: {
|
|
796
|
+
apiRequests?: {
|
|
797
|
+
path: unknown;
|
|
798
|
+
method: unknown;
|
|
799
|
+
}[] | undefined;
|
|
800
|
+
fields?: string[] | undefined;
|
|
801
|
+
excludedFields?: string[] | undefined;
|
|
802
|
+
} | undefined;
|
|
803
|
+
delete?: {
|
|
804
|
+
apiRequests?: {
|
|
805
|
+
path: unknown;
|
|
806
|
+
method: unknown;
|
|
807
|
+
}[] | undefined;
|
|
808
|
+
} | undefined;
|
|
809
|
+
events?: {
|
|
810
|
+
[x: string]: {
|
|
811
|
+
type: "push" | "pull";
|
|
812
|
+
isFullScan?: boolean | undefined;
|
|
813
|
+
isIdOnly?: boolean | undefined;
|
|
814
|
+
};
|
|
815
|
+
created?: {
|
|
816
|
+
type: "push" | "pull";
|
|
817
|
+
isFullScan?: boolean | undefined;
|
|
818
|
+
isIdOnly?: boolean | undefined;
|
|
819
|
+
} | undefined;
|
|
820
|
+
updated?: {
|
|
821
|
+
type: "push" | "pull";
|
|
822
|
+
isFullScan?: boolean | undefined;
|
|
823
|
+
isIdOnly?: boolean | undefined;
|
|
824
|
+
} | undefined;
|
|
825
|
+
deleted?: {
|
|
826
|
+
type: "push" | "pull";
|
|
827
|
+
isFullScan?: boolean | undefined;
|
|
828
|
+
isIdOnly?: boolean | undefined;
|
|
829
|
+
} | undefined;
|
|
830
|
+
all?: {
|
|
831
|
+
type: "push" | "pull";
|
|
832
|
+
isFullScan?: boolean | undefined;
|
|
833
|
+
isIdOnly?: boolean | undefined;
|
|
834
|
+
} | undefined;
|
|
835
|
+
} | undefined;
|
|
836
|
+
customFields?: boolean | undefined;
|
|
837
|
+
udm?: Record<string, {
|
|
838
|
+
fields?: string[] | undefined;
|
|
839
|
+
extract?: Record<string, any> | undefined;
|
|
840
|
+
parse?: Record<string, any> | undefined;
|
|
841
|
+
}> | undefined;
|
|
842
|
+
find?: {
|
|
843
|
+
apiRequests?: {
|
|
844
|
+
path: unknown;
|
|
845
|
+
method: unknown;
|
|
846
|
+
}[] | undefined;
|
|
847
|
+
queryFields?: string[] | undefined;
|
|
848
|
+
} | undefined;
|
|
849
|
+
} | undefined;
|
|
850
|
+
isCustomized?: boolean | undefined;
|
|
851
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
852
|
+
userId?: string | undefined;
|
|
853
|
+
tenantId?: string | undefined;
|
|
278
854
|
};
|
|
279
855
|
integration: {
|
|
280
856
|
id: string;
|
|
@@ -314,13 +890,184 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
314
890
|
}> | undefined;
|
|
315
891
|
};
|
|
316
892
|
}[] | undefined;
|
|
893
|
+
user?: {
|
|
894
|
+
id: string;
|
|
895
|
+
name: string;
|
|
896
|
+
internalId: string;
|
|
897
|
+
meta?: Record<string, any> | undefined;
|
|
898
|
+
fields?: Record<string, any> | undefined;
|
|
899
|
+
credentials?: any;
|
|
900
|
+
lastActiveAt?: string | undefined;
|
|
901
|
+
isTest?: boolean | undefined;
|
|
902
|
+
isBillable?: boolean | undefined;
|
|
903
|
+
isActive?: boolean | undefined;
|
|
904
|
+
createdAt?: string | undefined;
|
|
905
|
+
archivedAt?: string | undefined;
|
|
906
|
+
} | undefined;
|
|
907
|
+
connection?: {
|
|
908
|
+
id: string;
|
|
909
|
+
name: string;
|
|
910
|
+
createdAt: string;
|
|
911
|
+
updatedAt: string;
|
|
912
|
+
userId: string;
|
|
913
|
+
isTest?: boolean | undefined;
|
|
914
|
+
disconnected?: boolean | undefined;
|
|
915
|
+
isDefunct?: boolean | undefined;
|
|
916
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
917
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
918
|
+
integrationId?: string | undefined;
|
|
919
|
+
connectorId?: string | undefined;
|
|
920
|
+
connectorVersion?: string | undefined;
|
|
921
|
+
authOptionKey?: string | undefined;
|
|
922
|
+
lastActiveAt?: string | undefined;
|
|
923
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
924
|
+
nextRetryTimestamp?: string | undefined;
|
|
925
|
+
retryAttempts?: number | undefined;
|
|
926
|
+
canTest?: boolean | undefined;
|
|
927
|
+
canRefreshCredentials?: boolean | undefined;
|
|
928
|
+
archivedAt?: string | undefined;
|
|
929
|
+
isDeactivated?: boolean | undefined;
|
|
930
|
+
meta?: Record<string, any> | undefined;
|
|
931
|
+
tenantId?: string | undefined;
|
|
932
|
+
} | undefined;
|
|
933
|
+
dataSource?: {
|
|
934
|
+
id: string;
|
|
935
|
+
name: string;
|
|
936
|
+
key?: string | undefined;
|
|
937
|
+
description?: string | undefined;
|
|
938
|
+
integrationId?: string | undefined;
|
|
939
|
+
uuid?: string | undefined;
|
|
940
|
+
meta?: Record<string, any> | undefined;
|
|
941
|
+
integrationUuid?: string | undefined;
|
|
942
|
+
parentUuid?: string | undefined;
|
|
943
|
+
isUniversal?: boolean | undefined;
|
|
944
|
+
connectionId?: string | undefined;
|
|
945
|
+
instanceKey?: string | undefined;
|
|
946
|
+
dataSourceId?: string | undefined;
|
|
947
|
+
universalDataSourceId?: string | undefined;
|
|
948
|
+
udm?: string | undefined;
|
|
949
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
950
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
951
|
+
collectionKey?: string | undefined;
|
|
952
|
+
collectionParameters?: any;
|
|
953
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
954
|
+
revision?: string | undefined;
|
|
955
|
+
createdAt?: string | undefined;
|
|
956
|
+
updatedAt?: string | undefined;
|
|
957
|
+
archivedAt?: string | undefined;
|
|
958
|
+
isDeactivated?: boolean | undefined;
|
|
959
|
+
dataSourceRevision?: string | undefined;
|
|
960
|
+
universalDataSourceRevision?: string | undefined;
|
|
961
|
+
defaultCollectionKey?: string | undefined;
|
|
962
|
+
defaultCollectionParameters?: any;
|
|
963
|
+
collectionSpec?: {
|
|
964
|
+
type: "collection";
|
|
965
|
+
name: string;
|
|
966
|
+
key?: string | undefined;
|
|
967
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
968
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
969
|
+
list?: {
|
|
970
|
+
apiRequests?: {
|
|
971
|
+
path: unknown;
|
|
972
|
+
method: unknown;
|
|
973
|
+
}[] | undefined;
|
|
974
|
+
filterFields?: string[] | undefined;
|
|
975
|
+
} | undefined;
|
|
976
|
+
search?: {
|
|
977
|
+
apiRequests?: {
|
|
978
|
+
path: unknown;
|
|
979
|
+
method: unknown;
|
|
980
|
+
}[] | undefined;
|
|
981
|
+
} | undefined;
|
|
982
|
+
match?: {
|
|
983
|
+
apiRequests?: {
|
|
984
|
+
path: unknown;
|
|
985
|
+
method: unknown;
|
|
986
|
+
}[] | undefined;
|
|
987
|
+
fields?: string[] | undefined;
|
|
988
|
+
} | undefined;
|
|
989
|
+
findById?: {
|
|
990
|
+
apiRequests?: {
|
|
991
|
+
path: unknown;
|
|
992
|
+
method: unknown;
|
|
993
|
+
}[] | undefined;
|
|
994
|
+
} | undefined;
|
|
995
|
+
create?: {
|
|
996
|
+
apiRequests?: {
|
|
997
|
+
path: unknown;
|
|
998
|
+
method: unknown;
|
|
999
|
+
}[] | undefined;
|
|
1000
|
+
fields?: string[] | undefined;
|
|
1001
|
+
requiredFields?: string[] | undefined;
|
|
1002
|
+
excludedFields?: string[] | undefined;
|
|
1003
|
+
} | undefined;
|
|
1004
|
+
update?: {
|
|
1005
|
+
apiRequests?: {
|
|
1006
|
+
path: unknown;
|
|
1007
|
+
method: unknown;
|
|
1008
|
+
}[] | undefined;
|
|
1009
|
+
fields?: string[] | undefined;
|
|
1010
|
+
excludedFields?: string[] | undefined;
|
|
1011
|
+
} | undefined;
|
|
1012
|
+
delete?: {
|
|
1013
|
+
apiRequests?: {
|
|
1014
|
+
path: unknown;
|
|
1015
|
+
method: unknown;
|
|
1016
|
+
}[] | undefined;
|
|
1017
|
+
} | undefined;
|
|
1018
|
+
events?: {
|
|
1019
|
+
[x: string]: {
|
|
1020
|
+
type: "push" | "pull";
|
|
1021
|
+
isFullScan?: boolean | undefined;
|
|
1022
|
+
isIdOnly?: boolean | undefined;
|
|
1023
|
+
};
|
|
1024
|
+
created?: {
|
|
1025
|
+
type: "push" | "pull";
|
|
1026
|
+
isFullScan?: boolean | undefined;
|
|
1027
|
+
isIdOnly?: boolean | undefined;
|
|
1028
|
+
} | undefined;
|
|
1029
|
+
updated?: {
|
|
1030
|
+
type: "push" | "pull";
|
|
1031
|
+
isFullScan?: boolean | undefined;
|
|
1032
|
+
isIdOnly?: boolean | undefined;
|
|
1033
|
+
} | undefined;
|
|
1034
|
+
deleted?: {
|
|
1035
|
+
type: "push" | "pull";
|
|
1036
|
+
isFullScan?: boolean | undefined;
|
|
1037
|
+
isIdOnly?: boolean | undefined;
|
|
1038
|
+
} | undefined;
|
|
1039
|
+
all?: {
|
|
1040
|
+
type: "push" | "pull";
|
|
1041
|
+
isFullScan?: boolean | undefined;
|
|
1042
|
+
isIdOnly?: boolean | undefined;
|
|
1043
|
+
} | undefined;
|
|
1044
|
+
} | undefined;
|
|
1045
|
+
customFields?: boolean | undefined;
|
|
1046
|
+
udm?: Record<string, {
|
|
1047
|
+
fields?: string[] | undefined;
|
|
1048
|
+
extract?: Record<string, any> | undefined;
|
|
1049
|
+
parse?: Record<string, any> | undefined;
|
|
1050
|
+
}> | undefined;
|
|
1051
|
+
find?: {
|
|
1052
|
+
apiRequests?: {
|
|
1053
|
+
path: unknown;
|
|
1054
|
+
method: unknown;
|
|
1055
|
+
}[] | undefined;
|
|
1056
|
+
queryFields?: string[] | undefined;
|
|
1057
|
+
} | undefined;
|
|
1058
|
+
} | undefined;
|
|
1059
|
+
isCustomized?: boolean | undefined;
|
|
1060
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1061
|
+
userId?: string | undefined;
|
|
1062
|
+
tenantId?: string | undefined;
|
|
1063
|
+
} | undefined;
|
|
1064
|
+
path?: string | undefined;
|
|
317
1065
|
defaultPath?: string | undefined;
|
|
318
1066
|
} | undefined, {
|
|
319
1067
|
id: string;
|
|
320
1068
|
name: string;
|
|
321
1069
|
key?: string | undefined;
|
|
322
1070
|
description?: string | undefined;
|
|
323
|
-
instanceKey?: string | undefined;
|
|
324
1071
|
integrationId?: string | undefined;
|
|
325
1072
|
uuid?: string | undefined;
|
|
326
1073
|
meta?: Record<string, any> | undefined;
|
|
@@ -328,6 +1075,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
328
1075
|
parentUuid?: string | undefined;
|
|
329
1076
|
isUniversal?: boolean | undefined;
|
|
330
1077
|
connectionId?: string | undefined;
|
|
1078
|
+
instanceKey?: string | undefined;
|
|
331
1079
|
dataSourceId?: string | undefined;
|
|
332
1080
|
universalDataSourceId?: string | undefined;
|
|
333
1081
|
udm?: string | undefined;
|
|
@@ -336,14 +1084,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
336
1084
|
collectionKey?: string | undefined;
|
|
337
1085
|
collectionParameters?: any;
|
|
338
1086
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
339
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
340
1087
|
revision?: string | undefined;
|
|
341
1088
|
createdAt?: string | undefined;
|
|
342
1089
|
updatedAt?: string | undefined;
|
|
343
1090
|
archivedAt?: string | undefined;
|
|
344
1091
|
isDeactivated?: boolean | undefined;
|
|
345
|
-
|
|
1092
|
+
dataSourceRevision?: string | undefined;
|
|
346
1093
|
universalDataSourceRevision?: string | undefined;
|
|
1094
|
+
defaultCollectionKey?: string | undefined;
|
|
1095
|
+
defaultCollectionParameters?: any;
|
|
1096
|
+
collectionSpec?: {
|
|
1097
|
+
type: "collection";
|
|
1098
|
+
name: string;
|
|
1099
|
+
key?: string | undefined;
|
|
1100
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1101
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1102
|
+
list?: {
|
|
1103
|
+
apiRequests?: {
|
|
1104
|
+
path: unknown;
|
|
1105
|
+
method: unknown;
|
|
1106
|
+
}[] | undefined;
|
|
1107
|
+
filterFields?: string[] | undefined;
|
|
1108
|
+
} | undefined;
|
|
1109
|
+
search?: {
|
|
1110
|
+
apiRequests?: {
|
|
1111
|
+
path: unknown;
|
|
1112
|
+
method: unknown;
|
|
1113
|
+
}[] | undefined;
|
|
1114
|
+
} | undefined;
|
|
1115
|
+
match?: {
|
|
1116
|
+
apiRequests?: {
|
|
1117
|
+
path: unknown;
|
|
1118
|
+
method: unknown;
|
|
1119
|
+
}[] | undefined;
|
|
1120
|
+
fields?: string[] | undefined;
|
|
1121
|
+
} | undefined;
|
|
1122
|
+
findById?: {
|
|
1123
|
+
apiRequests?: {
|
|
1124
|
+
path: unknown;
|
|
1125
|
+
method: unknown;
|
|
1126
|
+
}[] | undefined;
|
|
1127
|
+
} | undefined;
|
|
1128
|
+
create?: {
|
|
1129
|
+
apiRequests?: {
|
|
1130
|
+
path: unknown;
|
|
1131
|
+
method: unknown;
|
|
1132
|
+
}[] | undefined;
|
|
1133
|
+
fields?: string[] | undefined;
|
|
1134
|
+
requiredFields?: string[] | undefined;
|
|
1135
|
+
excludedFields?: string[] | undefined;
|
|
1136
|
+
} | undefined;
|
|
1137
|
+
update?: {
|
|
1138
|
+
apiRequests?: {
|
|
1139
|
+
path: unknown;
|
|
1140
|
+
method: unknown;
|
|
1141
|
+
}[] | undefined;
|
|
1142
|
+
fields?: string[] | undefined;
|
|
1143
|
+
excludedFields?: string[] | undefined;
|
|
1144
|
+
} | undefined;
|
|
1145
|
+
delete?: {
|
|
1146
|
+
apiRequests?: {
|
|
1147
|
+
path: unknown;
|
|
1148
|
+
method: unknown;
|
|
1149
|
+
}[] | undefined;
|
|
1150
|
+
} | undefined;
|
|
1151
|
+
events?: {
|
|
1152
|
+
[x: string]: {
|
|
1153
|
+
type: "push" | "pull";
|
|
1154
|
+
isFullScan?: boolean | undefined;
|
|
1155
|
+
isIdOnly?: boolean | undefined;
|
|
1156
|
+
};
|
|
1157
|
+
created?: {
|
|
1158
|
+
type: "push" | "pull";
|
|
1159
|
+
isFullScan?: boolean | undefined;
|
|
1160
|
+
isIdOnly?: boolean | undefined;
|
|
1161
|
+
} | undefined;
|
|
1162
|
+
updated?: {
|
|
1163
|
+
type: "push" | "pull";
|
|
1164
|
+
isFullScan?: boolean | undefined;
|
|
1165
|
+
isIdOnly?: boolean | undefined;
|
|
1166
|
+
} | undefined;
|
|
1167
|
+
deleted?: {
|
|
1168
|
+
type: "push" | "pull";
|
|
1169
|
+
isFullScan?: boolean | undefined;
|
|
1170
|
+
isIdOnly?: boolean | undefined;
|
|
1171
|
+
} | undefined;
|
|
1172
|
+
all?: {
|
|
1173
|
+
type: "push" | "pull";
|
|
1174
|
+
isFullScan?: boolean | undefined;
|
|
1175
|
+
isIdOnly?: boolean | undefined;
|
|
1176
|
+
} | undefined;
|
|
1177
|
+
} | undefined;
|
|
1178
|
+
customFields?: boolean | undefined;
|
|
1179
|
+
udm?: Record<string, {
|
|
1180
|
+
fields?: string[] | undefined;
|
|
1181
|
+
extract?: Record<string, any> | undefined;
|
|
1182
|
+
parse?: Record<string, any> | undefined;
|
|
1183
|
+
}> | undefined;
|
|
1184
|
+
find?: {
|
|
1185
|
+
apiRequests?: {
|
|
1186
|
+
path: unknown;
|
|
1187
|
+
method: unknown;
|
|
1188
|
+
}[] | undefined;
|
|
1189
|
+
queryFields?: string[] | undefined;
|
|
1190
|
+
} | undefined;
|
|
1191
|
+
} | undefined;
|
|
1192
|
+
isCustomized?: boolean | undefined;
|
|
1193
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1194
|
+
userId?: string | undefined;
|
|
1195
|
+
tenantId?: string | undefined;
|
|
347
1196
|
integration?: {
|
|
348
1197
|
id: string;
|
|
349
1198
|
name: string;
|
|
@@ -387,7 +1236,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
387
1236
|
name: string;
|
|
388
1237
|
key?: string | undefined;
|
|
389
1238
|
description?: string | undefined;
|
|
390
|
-
instanceKey?: string | undefined;
|
|
391
1239
|
integrationId?: string | undefined;
|
|
392
1240
|
uuid?: string | undefined;
|
|
393
1241
|
meta?: Record<string, any> | undefined;
|
|
@@ -395,6 +1243,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
395
1243
|
parentUuid?: string | undefined;
|
|
396
1244
|
isUniversal?: boolean | undefined;
|
|
397
1245
|
connectionId?: string | undefined;
|
|
1246
|
+
instanceKey?: string | undefined;
|
|
398
1247
|
dataSourceId?: string | undefined;
|
|
399
1248
|
universalDataSourceId?: string | undefined;
|
|
400
1249
|
udm?: string | undefined;
|
|
@@ -403,14 +1252,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
403
1252
|
collectionKey?: string | undefined;
|
|
404
1253
|
collectionParameters?: any;
|
|
405
1254
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
406
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
407
1255
|
revision?: string | undefined;
|
|
408
1256
|
createdAt?: string | undefined;
|
|
409
1257
|
updatedAt?: string | undefined;
|
|
410
1258
|
archivedAt?: string | undefined;
|
|
411
1259
|
isDeactivated?: boolean | undefined;
|
|
412
|
-
|
|
1260
|
+
dataSourceRevision?: string | undefined;
|
|
413
1261
|
universalDataSourceRevision?: string | undefined;
|
|
1262
|
+
defaultCollectionKey?: string | undefined;
|
|
1263
|
+
defaultCollectionParameters?: any;
|
|
1264
|
+
collectionSpec?: {
|
|
1265
|
+
type: "collection";
|
|
1266
|
+
name: string;
|
|
1267
|
+
key?: string | undefined;
|
|
1268
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1269
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1270
|
+
list?: {
|
|
1271
|
+
apiRequests?: {
|
|
1272
|
+
path: unknown;
|
|
1273
|
+
method: unknown;
|
|
1274
|
+
}[] | undefined;
|
|
1275
|
+
filterFields?: string[] | undefined;
|
|
1276
|
+
} | undefined;
|
|
1277
|
+
search?: {
|
|
1278
|
+
apiRequests?: {
|
|
1279
|
+
path: unknown;
|
|
1280
|
+
method: unknown;
|
|
1281
|
+
}[] | undefined;
|
|
1282
|
+
} | undefined;
|
|
1283
|
+
match?: {
|
|
1284
|
+
apiRequests?: {
|
|
1285
|
+
path: unknown;
|
|
1286
|
+
method: unknown;
|
|
1287
|
+
}[] | undefined;
|
|
1288
|
+
fields?: string[] | undefined;
|
|
1289
|
+
} | undefined;
|
|
1290
|
+
findById?: {
|
|
1291
|
+
apiRequests?: {
|
|
1292
|
+
path: unknown;
|
|
1293
|
+
method: unknown;
|
|
1294
|
+
}[] | undefined;
|
|
1295
|
+
} | undefined;
|
|
1296
|
+
create?: {
|
|
1297
|
+
apiRequests?: {
|
|
1298
|
+
path: unknown;
|
|
1299
|
+
method: unknown;
|
|
1300
|
+
}[] | undefined;
|
|
1301
|
+
fields?: string[] | undefined;
|
|
1302
|
+
requiredFields?: string[] | undefined;
|
|
1303
|
+
excludedFields?: string[] | undefined;
|
|
1304
|
+
} | undefined;
|
|
1305
|
+
update?: {
|
|
1306
|
+
apiRequests?: {
|
|
1307
|
+
path: unknown;
|
|
1308
|
+
method: unknown;
|
|
1309
|
+
}[] | undefined;
|
|
1310
|
+
fields?: string[] | undefined;
|
|
1311
|
+
excludedFields?: string[] | undefined;
|
|
1312
|
+
} | undefined;
|
|
1313
|
+
delete?: {
|
|
1314
|
+
apiRequests?: {
|
|
1315
|
+
path: unknown;
|
|
1316
|
+
method: unknown;
|
|
1317
|
+
}[] | undefined;
|
|
1318
|
+
} | undefined;
|
|
1319
|
+
events?: {
|
|
1320
|
+
[x: string]: {
|
|
1321
|
+
type: "push" | "pull";
|
|
1322
|
+
isFullScan?: boolean | undefined;
|
|
1323
|
+
isIdOnly?: boolean | undefined;
|
|
1324
|
+
};
|
|
1325
|
+
created?: {
|
|
1326
|
+
type: "push" | "pull";
|
|
1327
|
+
isFullScan?: boolean | undefined;
|
|
1328
|
+
isIdOnly?: boolean | undefined;
|
|
1329
|
+
} | undefined;
|
|
1330
|
+
updated?: {
|
|
1331
|
+
type: "push" | "pull";
|
|
1332
|
+
isFullScan?: boolean | undefined;
|
|
1333
|
+
isIdOnly?: boolean | undefined;
|
|
1334
|
+
} | undefined;
|
|
1335
|
+
deleted?: {
|
|
1336
|
+
type: "push" | "pull";
|
|
1337
|
+
isFullScan?: boolean | undefined;
|
|
1338
|
+
isIdOnly?: boolean | undefined;
|
|
1339
|
+
} | undefined;
|
|
1340
|
+
all?: {
|
|
1341
|
+
type: "push" | "pull";
|
|
1342
|
+
isFullScan?: boolean | undefined;
|
|
1343
|
+
isIdOnly?: boolean | undefined;
|
|
1344
|
+
} | undefined;
|
|
1345
|
+
} | undefined;
|
|
1346
|
+
customFields?: boolean | undefined;
|
|
1347
|
+
udm?: Record<string, {
|
|
1348
|
+
fields?: string[] | undefined;
|
|
1349
|
+
extract?: Record<string, any> | undefined;
|
|
1350
|
+
parse?: Record<string, any> | undefined;
|
|
1351
|
+
}> | undefined;
|
|
1352
|
+
find?: {
|
|
1353
|
+
apiRequests?: {
|
|
1354
|
+
path: unknown;
|
|
1355
|
+
method: unknown;
|
|
1356
|
+
}[] | undefined;
|
|
1357
|
+
queryFields?: string[] | undefined;
|
|
1358
|
+
} | undefined;
|
|
1359
|
+
} | undefined;
|
|
1360
|
+
isCustomized?: boolean | undefined;
|
|
1361
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1362
|
+
userId?: string | undefined;
|
|
1363
|
+
tenantId?: string | undefined;
|
|
414
1364
|
};
|
|
415
1365
|
integration: {
|
|
416
1366
|
id: string;
|
|
@@ -450,6 +1400,178 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
450
1400
|
}> | undefined;
|
|
451
1401
|
};
|
|
452
1402
|
}[] | undefined;
|
|
1403
|
+
user?: {
|
|
1404
|
+
id: string;
|
|
1405
|
+
name: string;
|
|
1406
|
+
internalId: string;
|
|
1407
|
+
meta?: Record<string, any> | undefined;
|
|
1408
|
+
fields?: Record<string, any> | undefined;
|
|
1409
|
+
credentials?: any;
|
|
1410
|
+
lastActiveAt?: string | undefined;
|
|
1411
|
+
isTest?: boolean | undefined;
|
|
1412
|
+
isBillable?: boolean | undefined;
|
|
1413
|
+
isActive?: boolean | undefined;
|
|
1414
|
+
createdAt?: string | undefined;
|
|
1415
|
+
archivedAt?: string | undefined;
|
|
1416
|
+
} | undefined;
|
|
1417
|
+
connection?: {
|
|
1418
|
+
id: string;
|
|
1419
|
+
name: string;
|
|
1420
|
+
createdAt: string;
|
|
1421
|
+
updatedAt: string;
|
|
1422
|
+
userId: string;
|
|
1423
|
+
isTest?: boolean | undefined;
|
|
1424
|
+
disconnected?: boolean | undefined;
|
|
1425
|
+
isDefunct?: boolean | undefined;
|
|
1426
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1427
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
1428
|
+
integrationId?: string | undefined;
|
|
1429
|
+
connectorId?: string | undefined;
|
|
1430
|
+
connectorVersion?: string | undefined;
|
|
1431
|
+
authOptionKey?: string | undefined;
|
|
1432
|
+
lastActiveAt?: string | undefined;
|
|
1433
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
1434
|
+
nextRetryTimestamp?: string | undefined;
|
|
1435
|
+
retryAttempts?: number | undefined;
|
|
1436
|
+
canTest?: boolean | undefined;
|
|
1437
|
+
canRefreshCredentials?: boolean | undefined;
|
|
1438
|
+
archivedAt?: string | undefined;
|
|
1439
|
+
isDeactivated?: boolean | undefined;
|
|
1440
|
+
meta?: Record<string, any> | undefined;
|
|
1441
|
+
tenantId?: string | undefined;
|
|
1442
|
+
} | undefined;
|
|
1443
|
+
dataSource?: {
|
|
1444
|
+
id: string;
|
|
1445
|
+
name: string;
|
|
1446
|
+
key?: string | undefined;
|
|
1447
|
+
description?: string | undefined;
|
|
1448
|
+
integrationId?: string | undefined;
|
|
1449
|
+
uuid?: string | undefined;
|
|
1450
|
+
meta?: Record<string, any> | undefined;
|
|
1451
|
+
integrationUuid?: string | undefined;
|
|
1452
|
+
parentUuid?: string | undefined;
|
|
1453
|
+
isUniversal?: boolean | undefined;
|
|
1454
|
+
connectionId?: string | undefined;
|
|
1455
|
+
instanceKey?: string | undefined;
|
|
1456
|
+
dataSourceId?: string | undefined;
|
|
1457
|
+
universalDataSourceId?: string | undefined;
|
|
1458
|
+
udm?: string | undefined;
|
|
1459
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1460
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
1461
|
+
collectionKey?: string | undefined;
|
|
1462
|
+
collectionParameters?: any;
|
|
1463
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1464
|
+
revision?: string | undefined;
|
|
1465
|
+
createdAt?: string | undefined;
|
|
1466
|
+
updatedAt?: string | undefined;
|
|
1467
|
+
archivedAt?: string | undefined;
|
|
1468
|
+
isDeactivated?: boolean | undefined;
|
|
1469
|
+
dataSourceRevision?: string | undefined;
|
|
1470
|
+
universalDataSourceRevision?: string | undefined;
|
|
1471
|
+
defaultCollectionKey?: string | undefined;
|
|
1472
|
+
defaultCollectionParameters?: any;
|
|
1473
|
+
collectionSpec?: {
|
|
1474
|
+
type: "collection";
|
|
1475
|
+
name: string;
|
|
1476
|
+
key?: string | undefined;
|
|
1477
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1478
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1479
|
+
list?: {
|
|
1480
|
+
apiRequests?: {
|
|
1481
|
+
path: unknown;
|
|
1482
|
+
method: unknown;
|
|
1483
|
+
}[] | undefined;
|
|
1484
|
+
filterFields?: string[] | undefined;
|
|
1485
|
+
} | undefined;
|
|
1486
|
+
search?: {
|
|
1487
|
+
apiRequests?: {
|
|
1488
|
+
path: unknown;
|
|
1489
|
+
method: unknown;
|
|
1490
|
+
}[] | undefined;
|
|
1491
|
+
} | undefined;
|
|
1492
|
+
match?: {
|
|
1493
|
+
apiRequests?: {
|
|
1494
|
+
path: unknown;
|
|
1495
|
+
method: unknown;
|
|
1496
|
+
}[] | undefined;
|
|
1497
|
+
fields?: string[] | undefined;
|
|
1498
|
+
} | undefined;
|
|
1499
|
+
findById?: {
|
|
1500
|
+
apiRequests?: {
|
|
1501
|
+
path: unknown;
|
|
1502
|
+
method: unknown;
|
|
1503
|
+
}[] | undefined;
|
|
1504
|
+
} | undefined;
|
|
1505
|
+
create?: {
|
|
1506
|
+
apiRequests?: {
|
|
1507
|
+
path: unknown;
|
|
1508
|
+
method: unknown;
|
|
1509
|
+
}[] | undefined;
|
|
1510
|
+
fields?: string[] | undefined;
|
|
1511
|
+
requiredFields?: string[] | undefined;
|
|
1512
|
+
excludedFields?: string[] | undefined;
|
|
1513
|
+
} | undefined;
|
|
1514
|
+
update?: {
|
|
1515
|
+
apiRequests?: {
|
|
1516
|
+
path: unknown;
|
|
1517
|
+
method: unknown;
|
|
1518
|
+
}[] | undefined;
|
|
1519
|
+
fields?: string[] | undefined;
|
|
1520
|
+
excludedFields?: string[] | undefined;
|
|
1521
|
+
} | undefined;
|
|
1522
|
+
delete?: {
|
|
1523
|
+
apiRequests?: {
|
|
1524
|
+
path: unknown;
|
|
1525
|
+
method: unknown;
|
|
1526
|
+
}[] | undefined;
|
|
1527
|
+
} | undefined;
|
|
1528
|
+
events?: {
|
|
1529
|
+
[x: string]: {
|
|
1530
|
+
type: "push" | "pull";
|
|
1531
|
+
isFullScan?: boolean | undefined;
|
|
1532
|
+
isIdOnly?: boolean | undefined;
|
|
1533
|
+
};
|
|
1534
|
+
created?: {
|
|
1535
|
+
type: "push" | "pull";
|
|
1536
|
+
isFullScan?: boolean | undefined;
|
|
1537
|
+
isIdOnly?: boolean | undefined;
|
|
1538
|
+
} | undefined;
|
|
1539
|
+
updated?: {
|
|
1540
|
+
type: "push" | "pull";
|
|
1541
|
+
isFullScan?: boolean | undefined;
|
|
1542
|
+
isIdOnly?: boolean | undefined;
|
|
1543
|
+
} | undefined;
|
|
1544
|
+
deleted?: {
|
|
1545
|
+
type: "push" | "pull";
|
|
1546
|
+
isFullScan?: boolean | undefined;
|
|
1547
|
+
isIdOnly?: boolean | undefined;
|
|
1548
|
+
} | undefined;
|
|
1549
|
+
all?: {
|
|
1550
|
+
type: "push" | "pull";
|
|
1551
|
+
isFullScan?: boolean | undefined;
|
|
1552
|
+
isIdOnly?: boolean | undefined;
|
|
1553
|
+
} | undefined;
|
|
1554
|
+
} | undefined;
|
|
1555
|
+
customFields?: boolean | undefined;
|
|
1556
|
+
udm?: Record<string, {
|
|
1557
|
+
fields?: string[] | undefined;
|
|
1558
|
+
extract?: Record<string, any> | undefined;
|
|
1559
|
+
parse?: Record<string, any> | undefined;
|
|
1560
|
+
}> | undefined;
|
|
1561
|
+
find?: {
|
|
1562
|
+
apiRequests?: {
|
|
1563
|
+
path: unknown;
|
|
1564
|
+
method: unknown;
|
|
1565
|
+
}[] | undefined;
|
|
1566
|
+
queryFields?: string[] | undefined;
|
|
1567
|
+
} | undefined;
|
|
1568
|
+
} | undefined;
|
|
1569
|
+
isCustomized?: boolean | undefined;
|
|
1570
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1571
|
+
userId?: string | undefined;
|
|
1572
|
+
tenantId?: string | undefined;
|
|
1573
|
+
} | undefined;
|
|
1574
|
+
path?: string | undefined;
|
|
453
1575
|
defaultPath?: string | undefined;
|
|
454
1576
|
}>, "optimisticData"> & {
|
|
455
1577
|
optimisticData?: {
|
|
@@ -457,7 +1579,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
457
1579
|
name: string;
|
|
458
1580
|
key?: string | undefined;
|
|
459
1581
|
description?: string | undefined;
|
|
460
|
-
instanceKey?: string | undefined;
|
|
461
1582
|
integrationId?: string | undefined;
|
|
462
1583
|
uuid?: string | undefined;
|
|
463
1584
|
meta?: Record<string, any> | undefined;
|
|
@@ -465,6 +1586,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
465
1586
|
parentUuid?: string | undefined;
|
|
466
1587
|
isUniversal?: boolean | undefined;
|
|
467
1588
|
connectionId?: string | undefined;
|
|
1589
|
+
instanceKey?: string | undefined;
|
|
468
1590
|
dataSourceId?: string | undefined;
|
|
469
1591
|
universalDataSourceId?: string | undefined;
|
|
470
1592
|
udm?: string | undefined;
|
|
@@ -473,14 +1595,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
473
1595
|
collectionKey?: string | undefined;
|
|
474
1596
|
collectionParameters?: any;
|
|
475
1597
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
476
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
477
1598
|
revision?: string | undefined;
|
|
478
1599
|
createdAt?: string | undefined;
|
|
479
1600
|
updatedAt?: string | undefined;
|
|
480
1601
|
archivedAt?: string | undefined;
|
|
481
1602
|
isDeactivated?: boolean | undefined;
|
|
482
|
-
|
|
1603
|
+
dataSourceRevision?: string | undefined;
|
|
483
1604
|
universalDataSourceRevision?: string | undefined;
|
|
1605
|
+
defaultCollectionKey?: string | undefined;
|
|
1606
|
+
defaultCollectionParameters?: any;
|
|
1607
|
+
collectionSpec?: {
|
|
1608
|
+
type: "collection";
|
|
1609
|
+
name: string;
|
|
1610
|
+
key?: string | undefined;
|
|
1611
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1612
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1613
|
+
list?: {
|
|
1614
|
+
apiRequests?: {
|
|
1615
|
+
path: unknown;
|
|
1616
|
+
method: unknown;
|
|
1617
|
+
}[] | undefined;
|
|
1618
|
+
filterFields?: string[] | undefined;
|
|
1619
|
+
} | undefined;
|
|
1620
|
+
search?: {
|
|
1621
|
+
apiRequests?: {
|
|
1622
|
+
path: unknown;
|
|
1623
|
+
method: unknown;
|
|
1624
|
+
}[] | undefined;
|
|
1625
|
+
} | undefined;
|
|
1626
|
+
match?: {
|
|
1627
|
+
apiRequests?: {
|
|
1628
|
+
path: unknown;
|
|
1629
|
+
method: unknown;
|
|
1630
|
+
}[] | undefined;
|
|
1631
|
+
fields?: string[] | undefined;
|
|
1632
|
+
} | undefined;
|
|
1633
|
+
findById?: {
|
|
1634
|
+
apiRequests?: {
|
|
1635
|
+
path: unknown;
|
|
1636
|
+
method: unknown;
|
|
1637
|
+
}[] | undefined;
|
|
1638
|
+
} | undefined;
|
|
1639
|
+
create?: {
|
|
1640
|
+
apiRequests?: {
|
|
1641
|
+
path: unknown;
|
|
1642
|
+
method: unknown;
|
|
1643
|
+
}[] | undefined;
|
|
1644
|
+
fields?: string[] | undefined;
|
|
1645
|
+
requiredFields?: string[] | undefined;
|
|
1646
|
+
excludedFields?: string[] | undefined;
|
|
1647
|
+
} | undefined;
|
|
1648
|
+
update?: {
|
|
1649
|
+
apiRequests?: {
|
|
1650
|
+
path: unknown;
|
|
1651
|
+
method: unknown;
|
|
1652
|
+
}[] | undefined;
|
|
1653
|
+
fields?: string[] | undefined;
|
|
1654
|
+
excludedFields?: string[] | undefined;
|
|
1655
|
+
} | undefined;
|
|
1656
|
+
delete?: {
|
|
1657
|
+
apiRequests?: {
|
|
1658
|
+
path: unknown;
|
|
1659
|
+
method: unknown;
|
|
1660
|
+
}[] | undefined;
|
|
1661
|
+
} | undefined;
|
|
1662
|
+
events?: {
|
|
1663
|
+
[x: string]: {
|
|
1664
|
+
type: "push" | "pull";
|
|
1665
|
+
isFullScan?: boolean | undefined;
|
|
1666
|
+
isIdOnly?: boolean | undefined;
|
|
1667
|
+
};
|
|
1668
|
+
created?: {
|
|
1669
|
+
type: "push" | "pull";
|
|
1670
|
+
isFullScan?: boolean | undefined;
|
|
1671
|
+
isIdOnly?: boolean | undefined;
|
|
1672
|
+
} | undefined;
|
|
1673
|
+
updated?: {
|
|
1674
|
+
type: "push" | "pull";
|
|
1675
|
+
isFullScan?: boolean | undefined;
|
|
1676
|
+
isIdOnly?: boolean | undefined;
|
|
1677
|
+
} | undefined;
|
|
1678
|
+
deleted?: {
|
|
1679
|
+
type: "push" | "pull";
|
|
1680
|
+
isFullScan?: boolean | undefined;
|
|
1681
|
+
isIdOnly?: boolean | undefined;
|
|
1682
|
+
} | undefined;
|
|
1683
|
+
all?: {
|
|
1684
|
+
type: "push" | "pull";
|
|
1685
|
+
isFullScan?: boolean | undefined;
|
|
1686
|
+
isIdOnly?: boolean | undefined;
|
|
1687
|
+
} | undefined;
|
|
1688
|
+
} | undefined;
|
|
1689
|
+
customFields?: boolean | undefined;
|
|
1690
|
+
udm?: Record<string, {
|
|
1691
|
+
fields?: string[] | undefined;
|
|
1692
|
+
extract?: Record<string, any> | undefined;
|
|
1693
|
+
parse?: Record<string, any> | undefined;
|
|
1694
|
+
}> | undefined;
|
|
1695
|
+
find?: {
|
|
1696
|
+
apiRequests?: {
|
|
1697
|
+
path: unknown;
|
|
1698
|
+
method: unknown;
|
|
1699
|
+
}[] | undefined;
|
|
1700
|
+
queryFields?: string[] | undefined;
|
|
1701
|
+
} | undefined;
|
|
1702
|
+
} | undefined;
|
|
1703
|
+
isCustomized?: boolean | undefined;
|
|
1704
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1705
|
+
userId?: string | undefined;
|
|
1706
|
+
tenantId?: string | undefined;
|
|
484
1707
|
integration?: {
|
|
485
1708
|
id: string;
|
|
486
1709
|
name: string;
|
|
@@ -524,7 +1747,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
524
1747
|
name: string;
|
|
525
1748
|
key?: string | undefined;
|
|
526
1749
|
description?: string | undefined;
|
|
527
|
-
instanceKey?: string | undefined;
|
|
528
1750
|
integrationId?: string | undefined;
|
|
529
1751
|
uuid?: string | undefined;
|
|
530
1752
|
meta?: Record<string, any> | undefined;
|
|
@@ -532,6 +1754,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
532
1754
|
parentUuid?: string | undefined;
|
|
533
1755
|
isUniversal?: boolean | undefined;
|
|
534
1756
|
connectionId?: string | undefined;
|
|
1757
|
+
instanceKey?: string | undefined;
|
|
535
1758
|
dataSourceId?: string | undefined;
|
|
536
1759
|
universalDataSourceId?: string | undefined;
|
|
537
1760
|
udm?: string | undefined;
|
|
@@ -540,14 +1763,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
540
1763
|
collectionKey?: string | undefined;
|
|
541
1764
|
collectionParameters?: any;
|
|
542
1765
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
543
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
544
1766
|
revision?: string | undefined;
|
|
545
1767
|
createdAt?: string | undefined;
|
|
546
1768
|
updatedAt?: string | undefined;
|
|
547
1769
|
archivedAt?: string | undefined;
|
|
548
1770
|
isDeactivated?: boolean | undefined;
|
|
549
|
-
|
|
1771
|
+
dataSourceRevision?: string | undefined;
|
|
550
1772
|
universalDataSourceRevision?: string | undefined;
|
|
1773
|
+
defaultCollectionKey?: string | undefined;
|
|
1774
|
+
defaultCollectionParameters?: any;
|
|
1775
|
+
collectionSpec?: {
|
|
1776
|
+
type: "collection";
|
|
1777
|
+
name: string;
|
|
1778
|
+
key?: string | undefined;
|
|
1779
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1780
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1781
|
+
list?: {
|
|
1782
|
+
apiRequests?: {
|
|
1783
|
+
path: unknown;
|
|
1784
|
+
method: unknown;
|
|
1785
|
+
}[] | undefined;
|
|
1786
|
+
filterFields?: string[] | undefined;
|
|
1787
|
+
} | undefined;
|
|
1788
|
+
search?: {
|
|
1789
|
+
apiRequests?: {
|
|
1790
|
+
path: unknown;
|
|
1791
|
+
method: unknown;
|
|
1792
|
+
}[] | undefined;
|
|
1793
|
+
} | undefined;
|
|
1794
|
+
match?: {
|
|
1795
|
+
apiRequests?: {
|
|
1796
|
+
path: unknown;
|
|
1797
|
+
method: unknown;
|
|
1798
|
+
}[] | undefined;
|
|
1799
|
+
fields?: string[] | undefined;
|
|
1800
|
+
} | undefined;
|
|
1801
|
+
findById?: {
|
|
1802
|
+
apiRequests?: {
|
|
1803
|
+
path: unknown;
|
|
1804
|
+
method: unknown;
|
|
1805
|
+
}[] | undefined;
|
|
1806
|
+
} | undefined;
|
|
1807
|
+
create?: {
|
|
1808
|
+
apiRequests?: {
|
|
1809
|
+
path: unknown;
|
|
1810
|
+
method: unknown;
|
|
1811
|
+
}[] | undefined;
|
|
1812
|
+
fields?: string[] | undefined;
|
|
1813
|
+
requiredFields?: string[] | undefined;
|
|
1814
|
+
excludedFields?: string[] | undefined;
|
|
1815
|
+
} | undefined;
|
|
1816
|
+
update?: {
|
|
1817
|
+
apiRequests?: {
|
|
1818
|
+
path: unknown;
|
|
1819
|
+
method: unknown;
|
|
1820
|
+
}[] | undefined;
|
|
1821
|
+
fields?: string[] | undefined;
|
|
1822
|
+
excludedFields?: string[] | undefined;
|
|
1823
|
+
} | undefined;
|
|
1824
|
+
delete?: {
|
|
1825
|
+
apiRequests?: {
|
|
1826
|
+
path: unknown;
|
|
1827
|
+
method: unknown;
|
|
1828
|
+
}[] | undefined;
|
|
1829
|
+
} | undefined;
|
|
1830
|
+
events?: {
|
|
1831
|
+
[x: string]: {
|
|
1832
|
+
type: "push" | "pull";
|
|
1833
|
+
isFullScan?: boolean | undefined;
|
|
1834
|
+
isIdOnly?: boolean | undefined;
|
|
1835
|
+
};
|
|
1836
|
+
created?: {
|
|
1837
|
+
type: "push" | "pull";
|
|
1838
|
+
isFullScan?: boolean | undefined;
|
|
1839
|
+
isIdOnly?: boolean | undefined;
|
|
1840
|
+
} | undefined;
|
|
1841
|
+
updated?: {
|
|
1842
|
+
type: "push" | "pull";
|
|
1843
|
+
isFullScan?: boolean | undefined;
|
|
1844
|
+
isIdOnly?: boolean | undefined;
|
|
1845
|
+
} | undefined;
|
|
1846
|
+
deleted?: {
|
|
1847
|
+
type: "push" | "pull";
|
|
1848
|
+
isFullScan?: boolean | undefined;
|
|
1849
|
+
isIdOnly?: boolean | undefined;
|
|
1850
|
+
} | undefined;
|
|
1851
|
+
all?: {
|
|
1852
|
+
type: "push" | "pull";
|
|
1853
|
+
isFullScan?: boolean | undefined;
|
|
1854
|
+
isIdOnly?: boolean | undefined;
|
|
1855
|
+
} | undefined;
|
|
1856
|
+
} | undefined;
|
|
1857
|
+
customFields?: boolean | undefined;
|
|
1858
|
+
udm?: Record<string, {
|
|
1859
|
+
fields?: string[] | undefined;
|
|
1860
|
+
extract?: Record<string, any> | undefined;
|
|
1861
|
+
parse?: Record<string, any> | undefined;
|
|
1862
|
+
}> | undefined;
|
|
1863
|
+
find?: {
|
|
1864
|
+
apiRequests?: {
|
|
1865
|
+
path: unknown;
|
|
1866
|
+
method: unknown;
|
|
1867
|
+
}[] | undefined;
|
|
1868
|
+
queryFields?: string[] | undefined;
|
|
1869
|
+
} | undefined;
|
|
1870
|
+
} | undefined;
|
|
1871
|
+
isCustomized?: boolean | undefined;
|
|
1872
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1873
|
+
userId?: string | undefined;
|
|
1874
|
+
tenantId?: string | undefined;
|
|
551
1875
|
};
|
|
552
1876
|
integration: {
|
|
553
1877
|
id: string;
|
|
@@ -587,13 +1911,184 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
587
1911
|
}> | undefined;
|
|
588
1912
|
};
|
|
589
1913
|
}[] | undefined;
|
|
1914
|
+
user?: {
|
|
1915
|
+
id: string;
|
|
1916
|
+
name: string;
|
|
1917
|
+
internalId: string;
|
|
1918
|
+
meta?: Record<string, any> | undefined;
|
|
1919
|
+
fields?: Record<string, any> | undefined;
|
|
1920
|
+
credentials?: any;
|
|
1921
|
+
lastActiveAt?: string | undefined;
|
|
1922
|
+
isTest?: boolean | undefined;
|
|
1923
|
+
isBillable?: boolean | undefined;
|
|
1924
|
+
isActive?: boolean | undefined;
|
|
1925
|
+
createdAt?: string | undefined;
|
|
1926
|
+
archivedAt?: string | undefined;
|
|
1927
|
+
} | undefined;
|
|
1928
|
+
connection?: {
|
|
1929
|
+
id: string;
|
|
1930
|
+
name: string;
|
|
1931
|
+
createdAt: string;
|
|
1932
|
+
updatedAt: string;
|
|
1933
|
+
userId: string;
|
|
1934
|
+
isTest?: boolean | undefined;
|
|
1935
|
+
disconnected?: boolean | undefined;
|
|
1936
|
+
isDefunct?: boolean | undefined;
|
|
1937
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1938
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
1939
|
+
integrationId?: string | undefined;
|
|
1940
|
+
connectorId?: string | undefined;
|
|
1941
|
+
connectorVersion?: string | undefined;
|
|
1942
|
+
authOptionKey?: string | undefined;
|
|
1943
|
+
lastActiveAt?: string | undefined;
|
|
1944
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
1945
|
+
nextRetryTimestamp?: string | undefined;
|
|
1946
|
+
retryAttempts?: number | undefined;
|
|
1947
|
+
canTest?: boolean | undefined;
|
|
1948
|
+
canRefreshCredentials?: boolean | undefined;
|
|
1949
|
+
archivedAt?: string | undefined;
|
|
1950
|
+
isDeactivated?: boolean | undefined;
|
|
1951
|
+
meta?: Record<string, any> | undefined;
|
|
1952
|
+
tenantId?: string | undefined;
|
|
1953
|
+
} | undefined;
|
|
1954
|
+
dataSource?: {
|
|
1955
|
+
id: string;
|
|
1956
|
+
name: string;
|
|
1957
|
+
key?: string | undefined;
|
|
1958
|
+
description?: string | undefined;
|
|
1959
|
+
integrationId?: string | undefined;
|
|
1960
|
+
uuid?: string | undefined;
|
|
1961
|
+
meta?: Record<string, any> | undefined;
|
|
1962
|
+
integrationUuid?: string | undefined;
|
|
1963
|
+
parentUuid?: string | undefined;
|
|
1964
|
+
isUniversal?: boolean | undefined;
|
|
1965
|
+
connectionId?: string | undefined;
|
|
1966
|
+
instanceKey?: string | undefined;
|
|
1967
|
+
dataSourceId?: string | undefined;
|
|
1968
|
+
universalDataSourceId?: string | undefined;
|
|
1969
|
+
udm?: string | undefined;
|
|
1970
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1971
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
1972
|
+
collectionKey?: string | undefined;
|
|
1973
|
+
collectionParameters?: any;
|
|
1974
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1975
|
+
revision?: string | undefined;
|
|
1976
|
+
createdAt?: string | undefined;
|
|
1977
|
+
updatedAt?: string | undefined;
|
|
1978
|
+
archivedAt?: string | undefined;
|
|
1979
|
+
isDeactivated?: boolean | undefined;
|
|
1980
|
+
dataSourceRevision?: string | undefined;
|
|
1981
|
+
universalDataSourceRevision?: string | undefined;
|
|
1982
|
+
defaultCollectionKey?: string | undefined;
|
|
1983
|
+
defaultCollectionParameters?: any;
|
|
1984
|
+
collectionSpec?: {
|
|
1985
|
+
type: "collection";
|
|
1986
|
+
name: string;
|
|
1987
|
+
key?: string | undefined;
|
|
1988
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1989
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1990
|
+
list?: {
|
|
1991
|
+
apiRequests?: {
|
|
1992
|
+
path: unknown;
|
|
1993
|
+
method: unknown;
|
|
1994
|
+
}[] | undefined;
|
|
1995
|
+
filterFields?: string[] | undefined;
|
|
1996
|
+
} | undefined;
|
|
1997
|
+
search?: {
|
|
1998
|
+
apiRequests?: {
|
|
1999
|
+
path: unknown;
|
|
2000
|
+
method: unknown;
|
|
2001
|
+
}[] | undefined;
|
|
2002
|
+
} | undefined;
|
|
2003
|
+
match?: {
|
|
2004
|
+
apiRequests?: {
|
|
2005
|
+
path: unknown;
|
|
2006
|
+
method: unknown;
|
|
2007
|
+
}[] | undefined;
|
|
2008
|
+
fields?: string[] | undefined;
|
|
2009
|
+
} | undefined;
|
|
2010
|
+
findById?: {
|
|
2011
|
+
apiRequests?: {
|
|
2012
|
+
path: unknown;
|
|
2013
|
+
method: unknown;
|
|
2014
|
+
}[] | undefined;
|
|
2015
|
+
} | undefined;
|
|
2016
|
+
create?: {
|
|
2017
|
+
apiRequests?: {
|
|
2018
|
+
path: unknown;
|
|
2019
|
+
method: unknown;
|
|
2020
|
+
}[] | undefined;
|
|
2021
|
+
fields?: string[] | undefined;
|
|
2022
|
+
requiredFields?: string[] | undefined;
|
|
2023
|
+
excludedFields?: string[] | undefined;
|
|
2024
|
+
} | undefined;
|
|
2025
|
+
update?: {
|
|
2026
|
+
apiRequests?: {
|
|
2027
|
+
path: unknown;
|
|
2028
|
+
method: unknown;
|
|
2029
|
+
}[] | undefined;
|
|
2030
|
+
fields?: string[] | undefined;
|
|
2031
|
+
excludedFields?: string[] | undefined;
|
|
2032
|
+
} | undefined;
|
|
2033
|
+
delete?: {
|
|
2034
|
+
apiRequests?: {
|
|
2035
|
+
path: unknown;
|
|
2036
|
+
method: unknown;
|
|
2037
|
+
}[] | undefined;
|
|
2038
|
+
} | undefined;
|
|
2039
|
+
events?: {
|
|
2040
|
+
[x: string]: {
|
|
2041
|
+
type: "push" | "pull";
|
|
2042
|
+
isFullScan?: boolean | undefined;
|
|
2043
|
+
isIdOnly?: boolean | undefined;
|
|
2044
|
+
};
|
|
2045
|
+
created?: {
|
|
2046
|
+
type: "push" | "pull";
|
|
2047
|
+
isFullScan?: boolean | undefined;
|
|
2048
|
+
isIdOnly?: boolean | undefined;
|
|
2049
|
+
} | undefined;
|
|
2050
|
+
updated?: {
|
|
2051
|
+
type: "push" | "pull";
|
|
2052
|
+
isFullScan?: boolean | undefined;
|
|
2053
|
+
isIdOnly?: boolean | undefined;
|
|
2054
|
+
} | undefined;
|
|
2055
|
+
deleted?: {
|
|
2056
|
+
type: "push" | "pull";
|
|
2057
|
+
isFullScan?: boolean | undefined;
|
|
2058
|
+
isIdOnly?: boolean | undefined;
|
|
2059
|
+
} | undefined;
|
|
2060
|
+
all?: {
|
|
2061
|
+
type: "push" | "pull";
|
|
2062
|
+
isFullScan?: boolean | undefined;
|
|
2063
|
+
isIdOnly?: boolean | undefined;
|
|
2064
|
+
} | undefined;
|
|
2065
|
+
} | undefined;
|
|
2066
|
+
customFields?: boolean | undefined;
|
|
2067
|
+
udm?: Record<string, {
|
|
2068
|
+
fields?: string[] | undefined;
|
|
2069
|
+
extract?: Record<string, any> | undefined;
|
|
2070
|
+
parse?: Record<string, any> | undefined;
|
|
2071
|
+
}> | undefined;
|
|
2072
|
+
find?: {
|
|
2073
|
+
apiRequests?: {
|
|
2074
|
+
path: unknown;
|
|
2075
|
+
method: unknown;
|
|
2076
|
+
}[] | undefined;
|
|
2077
|
+
queryFields?: string[] | undefined;
|
|
2078
|
+
} | undefined;
|
|
2079
|
+
} | undefined;
|
|
2080
|
+
isCustomized?: boolean | undefined;
|
|
2081
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2082
|
+
userId?: string | undefined;
|
|
2083
|
+
tenantId?: string | undefined;
|
|
2084
|
+
} | undefined;
|
|
2085
|
+
path?: string | undefined;
|
|
590
2086
|
defaultPath?: string | undefined;
|
|
591
2087
|
} | undefined;
|
|
592
2088
|
}) | undefined) => Promise<void>;
|
|
593
2089
|
put: (data: {
|
|
594
2090
|
key?: string | undefined;
|
|
595
2091
|
description?: string | undefined;
|
|
596
|
-
instanceKey?: string | undefined;
|
|
597
2092
|
integrationId?: string | undefined;
|
|
598
2093
|
name?: string | undefined;
|
|
599
2094
|
uuid?: string | undefined;
|
|
@@ -602,6 +2097,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
602
2097
|
parentUuid?: string | undefined;
|
|
603
2098
|
isUniversal?: boolean | undefined;
|
|
604
2099
|
connectionId?: string | undefined;
|
|
2100
|
+
instanceKey?: string | undefined;
|
|
605
2101
|
dataSourceId?: string | undefined;
|
|
606
2102
|
universalDataSourceId?: string | undefined;
|
|
607
2103
|
udm?: string | undefined;
|
|
@@ -614,7 +2110,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
614
2110
|
name: string;
|
|
615
2111
|
key?: string | undefined;
|
|
616
2112
|
description?: string | undefined;
|
|
617
|
-
instanceKey?: string | undefined;
|
|
618
2113
|
integrationId?: string | undefined;
|
|
619
2114
|
uuid?: string | undefined;
|
|
620
2115
|
meta?: Record<string, any> | undefined;
|
|
@@ -622,6 +2117,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
622
2117
|
parentUuid?: string | undefined;
|
|
623
2118
|
isUniversal?: boolean | undefined;
|
|
624
2119
|
connectionId?: string | undefined;
|
|
2120
|
+
instanceKey?: string | undefined;
|
|
625
2121
|
dataSourceId?: string | undefined;
|
|
626
2122
|
universalDataSourceId?: string | undefined;
|
|
627
2123
|
udm?: string | undefined;
|
|
@@ -630,14 +2126,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
630
2126
|
collectionKey?: string | undefined;
|
|
631
2127
|
collectionParameters?: any;
|
|
632
2128
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
633
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
634
2129
|
revision?: string | undefined;
|
|
635
2130
|
createdAt?: string | undefined;
|
|
636
2131
|
updatedAt?: string | undefined;
|
|
637
2132
|
archivedAt?: string | undefined;
|
|
638
2133
|
isDeactivated?: boolean | undefined;
|
|
639
|
-
|
|
2134
|
+
dataSourceRevision?: string | undefined;
|
|
640
2135
|
universalDataSourceRevision?: string | undefined;
|
|
2136
|
+
defaultCollectionKey?: string | undefined;
|
|
2137
|
+
defaultCollectionParameters?: any;
|
|
2138
|
+
collectionSpec?: {
|
|
2139
|
+
type: "collection";
|
|
2140
|
+
name: string;
|
|
2141
|
+
key?: string | undefined;
|
|
2142
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2143
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2144
|
+
list?: {
|
|
2145
|
+
apiRequests?: {
|
|
2146
|
+
path: unknown;
|
|
2147
|
+
method: unknown;
|
|
2148
|
+
}[] | undefined;
|
|
2149
|
+
filterFields?: string[] | undefined;
|
|
2150
|
+
} | undefined;
|
|
2151
|
+
search?: {
|
|
2152
|
+
apiRequests?: {
|
|
2153
|
+
path: unknown;
|
|
2154
|
+
method: unknown;
|
|
2155
|
+
}[] | undefined;
|
|
2156
|
+
} | undefined;
|
|
2157
|
+
match?: {
|
|
2158
|
+
apiRequests?: {
|
|
2159
|
+
path: unknown;
|
|
2160
|
+
method: unknown;
|
|
2161
|
+
}[] | undefined;
|
|
2162
|
+
fields?: string[] | undefined;
|
|
2163
|
+
} | undefined;
|
|
2164
|
+
findById?: {
|
|
2165
|
+
apiRequests?: {
|
|
2166
|
+
path: unknown;
|
|
2167
|
+
method: unknown;
|
|
2168
|
+
}[] | undefined;
|
|
2169
|
+
} | undefined;
|
|
2170
|
+
create?: {
|
|
2171
|
+
apiRequests?: {
|
|
2172
|
+
path: unknown;
|
|
2173
|
+
method: unknown;
|
|
2174
|
+
}[] | undefined;
|
|
2175
|
+
fields?: string[] | undefined;
|
|
2176
|
+
requiredFields?: string[] | undefined;
|
|
2177
|
+
excludedFields?: string[] | undefined;
|
|
2178
|
+
} | undefined;
|
|
2179
|
+
update?: {
|
|
2180
|
+
apiRequests?: {
|
|
2181
|
+
path: unknown;
|
|
2182
|
+
method: unknown;
|
|
2183
|
+
}[] | undefined;
|
|
2184
|
+
fields?: string[] | undefined;
|
|
2185
|
+
excludedFields?: string[] | undefined;
|
|
2186
|
+
} | undefined;
|
|
2187
|
+
delete?: {
|
|
2188
|
+
apiRequests?: {
|
|
2189
|
+
path: unknown;
|
|
2190
|
+
method: unknown;
|
|
2191
|
+
}[] | undefined;
|
|
2192
|
+
} | undefined;
|
|
2193
|
+
events?: {
|
|
2194
|
+
[x: string]: {
|
|
2195
|
+
type: "push" | "pull";
|
|
2196
|
+
isFullScan?: boolean | undefined;
|
|
2197
|
+
isIdOnly?: boolean | undefined;
|
|
2198
|
+
};
|
|
2199
|
+
created?: {
|
|
2200
|
+
type: "push" | "pull";
|
|
2201
|
+
isFullScan?: boolean | undefined;
|
|
2202
|
+
isIdOnly?: boolean | undefined;
|
|
2203
|
+
} | undefined;
|
|
2204
|
+
updated?: {
|
|
2205
|
+
type: "push" | "pull";
|
|
2206
|
+
isFullScan?: boolean | undefined;
|
|
2207
|
+
isIdOnly?: boolean | undefined;
|
|
2208
|
+
} | undefined;
|
|
2209
|
+
deleted?: {
|
|
2210
|
+
type: "push" | "pull";
|
|
2211
|
+
isFullScan?: boolean | undefined;
|
|
2212
|
+
isIdOnly?: boolean | undefined;
|
|
2213
|
+
} | undefined;
|
|
2214
|
+
all?: {
|
|
2215
|
+
type: "push" | "pull";
|
|
2216
|
+
isFullScan?: boolean | undefined;
|
|
2217
|
+
isIdOnly?: boolean | undefined;
|
|
2218
|
+
} | undefined;
|
|
2219
|
+
} | undefined;
|
|
2220
|
+
customFields?: boolean | undefined;
|
|
2221
|
+
udm?: Record<string, {
|
|
2222
|
+
fields?: string[] | undefined;
|
|
2223
|
+
extract?: Record<string, any> | undefined;
|
|
2224
|
+
parse?: Record<string, any> | undefined;
|
|
2225
|
+
}> | undefined;
|
|
2226
|
+
find?: {
|
|
2227
|
+
apiRequests?: {
|
|
2228
|
+
path: unknown;
|
|
2229
|
+
method: unknown;
|
|
2230
|
+
}[] | undefined;
|
|
2231
|
+
queryFields?: string[] | undefined;
|
|
2232
|
+
} | undefined;
|
|
2233
|
+
} | undefined;
|
|
2234
|
+
isCustomized?: boolean | undefined;
|
|
2235
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2236
|
+
userId?: string | undefined;
|
|
2237
|
+
tenantId?: string | undefined;
|
|
641
2238
|
integration?: {
|
|
642
2239
|
id: string;
|
|
643
2240
|
name: string;
|
|
@@ -681,7 +2278,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
681
2278
|
name: string;
|
|
682
2279
|
key?: string | undefined;
|
|
683
2280
|
description?: string | undefined;
|
|
684
|
-
instanceKey?: string | undefined;
|
|
685
2281
|
integrationId?: string | undefined;
|
|
686
2282
|
uuid?: string | undefined;
|
|
687
2283
|
meta?: Record<string, any> | undefined;
|
|
@@ -689,6 +2285,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
689
2285
|
parentUuid?: string | undefined;
|
|
690
2286
|
isUniversal?: boolean | undefined;
|
|
691
2287
|
connectionId?: string | undefined;
|
|
2288
|
+
instanceKey?: string | undefined;
|
|
692
2289
|
dataSourceId?: string | undefined;
|
|
693
2290
|
universalDataSourceId?: string | undefined;
|
|
694
2291
|
udm?: string | undefined;
|
|
@@ -697,14 +2294,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
697
2294
|
collectionKey?: string | undefined;
|
|
698
2295
|
collectionParameters?: any;
|
|
699
2296
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
700
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
701
2297
|
revision?: string | undefined;
|
|
702
2298
|
createdAt?: string | undefined;
|
|
703
2299
|
updatedAt?: string | undefined;
|
|
704
2300
|
archivedAt?: string | undefined;
|
|
705
2301
|
isDeactivated?: boolean | undefined;
|
|
706
|
-
|
|
2302
|
+
dataSourceRevision?: string | undefined;
|
|
707
2303
|
universalDataSourceRevision?: string | undefined;
|
|
2304
|
+
defaultCollectionKey?: string | undefined;
|
|
2305
|
+
defaultCollectionParameters?: any;
|
|
2306
|
+
collectionSpec?: {
|
|
2307
|
+
type: "collection";
|
|
2308
|
+
name: string;
|
|
2309
|
+
key?: string | undefined;
|
|
2310
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2311
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2312
|
+
list?: {
|
|
2313
|
+
apiRequests?: {
|
|
2314
|
+
path: unknown;
|
|
2315
|
+
method: unknown;
|
|
2316
|
+
}[] | undefined;
|
|
2317
|
+
filterFields?: string[] | undefined;
|
|
2318
|
+
} | undefined;
|
|
2319
|
+
search?: {
|
|
2320
|
+
apiRequests?: {
|
|
2321
|
+
path: unknown;
|
|
2322
|
+
method: unknown;
|
|
2323
|
+
}[] | undefined;
|
|
2324
|
+
} | undefined;
|
|
2325
|
+
match?: {
|
|
2326
|
+
apiRequests?: {
|
|
2327
|
+
path: unknown;
|
|
2328
|
+
method: unknown;
|
|
2329
|
+
}[] | undefined;
|
|
2330
|
+
fields?: string[] | undefined;
|
|
2331
|
+
} | undefined;
|
|
2332
|
+
findById?: {
|
|
2333
|
+
apiRequests?: {
|
|
2334
|
+
path: unknown;
|
|
2335
|
+
method: unknown;
|
|
2336
|
+
}[] | undefined;
|
|
2337
|
+
} | undefined;
|
|
2338
|
+
create?: {
|
|
2339
|
+
apiRequests?: {
|
|
2340
|
+
path: unknown;
|
|
2341
|
+
method: unknown;
|
|
2342
|
+
}[] | undefined;
|
|
2343
|
+
fields?: string[] | undefined;
|
|
2344
|
+
requiredFields?: string[] | undefined;
|
|
2345
|
+
excludedFields?: string[] | undefined;
|
|
2346
|
+
} | undefined;
|
|
2347
|
+
update?: {
|
|
2348
|
+
apiRequests?: {
|
|
2349
|
+
path: unknown;
|
|
2350
|
+
method: unknown;
|
|
2351
|
+
}[] | undefined;
|
|
2352
|
+
fields?: string[] | undefined;
|
|
2353
|
+
excludedFields?: string[] | undefined;
|
|
2354
|
+
} | undefined;
|
|
2355
|
+
delete?: {
|
|
2356
|
+
apiRequests?: {
|
|
2357
|
+
path: unknown;
|
|
2358
|
+
method: unknown;
|
|
2359
|
+
}[] | undefined;
|
|
2360
|
+
} | undefined;
|
|
2361
|
+
events?: {
|
|
2362
|
+
[x: string]: {
|
|
2363
|
+
type: "push" | "pull";
|
|
2364
|
+
isFullScan?: boolean | undefined;
|
|
2365
|
+
isIdOnly?: boolean | undefined;
|
|
2366
|
+
};
|
|
2367
|
+
created?: {
|
|
2368
|
+
type: "push" | "pull";
|
|
2369
|
+
isFullScan?: boolean | undefined;
|
|
2370
|
+
isIdOnly?: boolean | undefined;
|
|
2371
|
+
} | undefined;
|
|
2372
|
+
updated?: {
|
|
2373
|
+
type: "push" | "pull";
|
|
2374
|
+
isFullScan?: boolean | undefined;
|
|
2375
|
+
isIdOnly?: boolean | undefined;
|
|
2376
|
+
} | undefined;
|
|
2377
|
+
deleted?: {
|
|
2378
|
+
type: "push" | "pull";
|
|
2379
|
+
isFullScan?: boolean | undefined;
|
|
2380
|
+
isIdOnly?: boolean | undefined;
|
|
2381
|
+
} | undefined;
|
|
2382
|
+
all?: {
|
|
2383
|
+
type: "push" | "pull";
|
|
2384
|
+
isFullScan?: boolean | undefined;
|
|
2385
|
+
isIdOnly?: boolean | undefined;
|
|
2386
|
+
} | undefined;
|
|
2387
|
+
} | undefined;
|
|
2388
|
+
customFields?: boolean | undefined;
|
|
2389
|
+
udm?: Record<string, {
|
|
2390
|
+
fields?: string[] | undefined;
|
|
2391
|
+
extract?: Record<string, any> | undefined;
|
|
2392
|
+
parse?: Record<string, any> | undefined;
|
|
2393
|
+
}> | undefined;
|
|
2394
|
+
find?: {
|
|
2395
|
+
apiRequests?: {
|
|
2396
|
+
path: unknown;
|
|
2397
|
+
method: unknown;
|
|
2398
|
+
}[] | undefined;
|
|
2399
|
+
queryFields?: string[] | undefined;
|
|
2400
|
+
} | undefined;
|
|
2401
|
+
} | undefined;
|
|
2402
|
+
isCustomized?: boolean | undefined;
|
|
2403
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2404
|
+
userId?: string | undefined;
|
|
2405
|
+
tenantId?: string | undefined;
|
|
708
2406
|
};
|
|
709
2407
|
integration: {
|
|
710
2408
|
id: string;
|
|
@@ -744,13 +2442,184 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
744
2442
|
}> | undefined;
|
|
745
2443
|
};
|
|
746
2444
|
}[] | undefined;
|
|
2445
|
+
user?: {
|
|
2446
|
+
id: string;
|
|
2447
|
+
name: string;
|
|
2448
|
+
internalId: string;
|
|
2449
|
+
meta?: Record<string, any> | undefined;
|
|
2450
|
+
fields?: Record<string, any> | undefined;
|
|
2451
|
+
credentials?: any;
|
|
2452
|
+
lastActiveAt?: string | undefined;
|
|
2453
|
+
isTest?: boolean | undefined;
|
|
2454
|
+
isBillable?: boolean | undefined;
|
|
2455
|
+
isActive?: boolean | undefined;
|
|
2456
|
+
createdAt?: string | undefined;
|
|
2457
|
+
archivedAt?: string | undefined;
|
|
2458
|
+
} | undefined;
|
|
2459
|
+
connection?: {
|
|
2460
|
+
id: string;
|
|
2461
|
+
name: string;
|
|
2462
|
+
createdAt: string;
|
|
2463
|
+
updatedAt: string;
|
|
2464
|
+
userId: string;
|
|
2465
|
+
isTest?: boolean | undefined;
|
|
2466
|
+
disconnected?: boolean | undefined;
|
|
2467
|
+
isDefunct?: boolean | undefined;
|
|
2468
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2469
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
2470
|
+
integrationId?: string | undefined;
|
|
2471
|
+
connectorId?: string | undefined;
|
|
2472
|
+
connectorVersion?: string | undefined;
|
|
2473
|
+
authOptionKey?: string | undefined;
|
|
2474
|
+
lastActiveAt?: string | undefined;
|
|
2475
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
2476
|
+
nextRetryTimestamp?: string | undefined;
|
|
2477
|
+
retryAttempts?: number | undefined;
|
|
2478
|
+
canTest?: boolean | undefined;
|
|
2479
|
+
canRefreshCredentials?: boolean | undefined;
|
|
2480
|
+
archivedAt?: string | undefined;
|
|
2481
|
+
isDeactivated?: boolean | undefined;
|
|
2482
|
+
meta?: Record<string, any> | undefined;
|
|
2483
|
+
tenantId?: string | undefined;
|
|
2484
|
+
} | undefined;
|
|
2485
|
+
dataSource?: {
|
|
2486
|
+
id: string;
|
|
2487
|
+
name: string;
|
|
2488
|
+
key?: string | undefined;
|
|
2489
|
+
description?: string | undefined;
|
|
2490
|
+
integrationId?: string | undefined;
|
|
2491
|
+
uuid?: string | undefined;
|
|
2492
|
+
meta?: Record<string, any> | undefined;
|
|
2493
|
+
integrationUuid?: string | undefined;
|
|
2494
|
+
parentUuid?: string | undefined;
|
|
2495
|
+
isUniversal?: boolean | undefined;
|
|
2496
|
+
connectionId?: string | undefined;
|
|
2497
|
+
instanceKey?: string | undefined;
|
|
2498
|
+
dataSourceId?: string | undefined;
|
|
2499
|
+
universalDataSourceId?: string | undefined;
|
|
2500
|
+
udm?: string | undefined;
|
|
2501
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
2502
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
2503
|
+
collectionKey?: string | undefined;
|
|
2504
|
+
collectionParameters?: any;
|
|
2505
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2506
|
+
revision?: string | undefined;
|
|
2507
|
+
createdAt?: string | undefined;
|
|
2508
|
+
updatedAt?: string | undefined;
|
|
2509
|
+
archivedAt?: string | undefined;
|
|
2510
|
+
isDeactivated?: boolean | undefined;
|
|
2511
|
+
dataSourceRevision?: string | undefined;
|
|
2512
|
+
universalDataSourceRevision?: string | undefined;
|
|
2513
|
+
defaultCollectionKey?: string | undefined;
|
|
2514
|
+
defaultCollectionParameters?: any;
|
|
2515
|
+
collectionSpec?: {
|
|
2516
|
+
type: "collection";
|
|
2517
|
+
name: string;
|
|
2518
|
+
key?: string | undefined;
|
|
2519
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2520
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2521
|
+
list?: {
|
|
2522
|
+
apiRequests?: {
|
|
2523
|
+
path: unknown;
|
|
2524
|
+
method: unknown;
|
|
2525
|
+
}[] | undefined;
|
|
2526
|
+
filterFields?: string[] | undefined;
|
|
2527
|
+
} | undefined;
|
|
2528
|
+
search?: {
|
|
2529
|
+
apiRequests?: {
|
|
2530
|
+
path: unknown;
|
|
2531
|
+
method: unknown;
|
|
2532
|
+
}[] | undefined;
|
|
2533
|
+
} | undefined;
|
|
2534
|
+
match?: {
|
|
2535
|
+
apiRequests?: {
|
|
2536
|
+
path: unknown;
|
|
2537
|
+
method: unknown;
|
|
2538
|
+
}[] | undefined;
|
|
2539
|
+
fields?: string[] | undefined;
|
|
2540
|
+
} | undefined;
|
|
2541
|
+
findById?: {
|
|
2542
|
+
apiRequests?: {
|
|
2543
|
+
path: unknown;
|
|
2544
|
+
method: unknown;
|
|
2545
|
+
}[] | undefined;
|
|
2546
|
+
} | undefined;
|
|
2547
|
+
create?: {
|
|
2548
|
+
apiRequests?: {
|
|
2549
|
+
path: unknown;
|
|
2550
|
+
method: unknown;
|
|
2551
|
+
}[] | undefined;
|
|
2552
|
+
fields?: string[] | undefined;
|
|
2553
|
+
requiredFields?: string[] | undefined;
|
|
2554
|
+
excludedFields?: string[] | undefined;
|
|
2555
|
+
} | undefined;
|
|
2556
|
+
update?: {
|
|
2557
|
+
apiRequests?: {
|
|
2558
|
+
path: unknown;
|
|
2559
|
+
method: unknown;
|
|
2560
|
+
}[] | undefined;
|
|
2561
|
+
fields?: string[] | undefined;
|
|
2562
|
+
excludedFields?: string[] | undefined;
|
|
2563
|
+
} | undefined;
|
|
2564
|
+
delete?: {
|
|
2565
|
+
apiRequests?: {
|
|
2566
|
+
path: unknown;
|
|
2567
|
+
method: unknown;
|
|
2568
|
+
}[] | undefined;
|
|
2569
|
+
} | undefined;
|
|
2570
|
+
events?: {
|
|
2571
|
+
[x: string]: {
|
|
2572
|
+
type: "push" | "pull";
|
|
2573
|
+
isFullScan?: boolean | undefined;
|
|
2574
|
+
isIdOnly?: boolean | undefined;
|
|
2575
|
+
};
|
|
2576
|
+
created?: {
|
|
2577
|
+
type: "push" | "pull";
|
|
2578
|
+
isFullScan?: boolean | undefined;
|
|
2579
|
+
isIdOnly?: boolean | undefined;
|
|
2580
|
+
} | undefined;
|
|
2581
|
+
updated?: {
|
|
2582
|
+
type: "push" | "pull";
|
|
2583
|
+
isFullScan?: boolean | undefined;
|
|
2584
|
+
isIdOnly?: boolean | undefined;
|
|
2585
|
+
} | undefined;
|
|
2586
|
+
deleted?: {
|
|
2587
|
+
type: "push" | "pull";
|
|
2588
|
+
isFullScan?: boolean | undefined;
|
|
2589
|
+
isIdOnly?: boolean | undefined;
|
|
2590
|
+
} | undefined;
|
|
2591
|
+
all?: {
|
|
2592
|
+
type: "push" | "pull";
|
|
2593
|
+
isFullScan?: boolean | undefined;
|
|
2594
|
+
isIdOnly?: boolean | undefined;
|
|
2595
|
+
} | undefined;
|
|
2596
|
+
} | undefined;
|
|
2597
|
+
customFields?: boolean | undefined;
|
|
2598
|
+
udm?: Record<string, {
|
|
2599
|
+
fields?: string[] | undefined;
|
|
2600
|
+
extract?: Record<string, any> | undefined;
|
|
2601
|
+
parse?: Record<string, any> | undefined;
|
|
2602
|
+
}> | undefined;
|
|
2603
|
+
find?: {
|
|
2604
|
+
apiRequests?: {
|
|
2605
|
+
path: unknown;
|
|
2606
|
+
method: unknown;
|
|
2607
|
+
}[] | undefined;
|
|
2608
|
+
queryFields?: string[] | undefined;
|
|
2609
|
+
} | undefined;
|
|
2610
|
+
} | undefined;
|
|
2611
|
+
isCustomized?: boolean | undefined;
|
|
2612
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2613
|
+
userId?: string | undefined;
|
|
2614
|
+
tenantId?: string | undefined;
|
|
2615
|
+
} | undefined;
|
|
2616
|
+
path?: string | undefined;
|
|
747
2617
|
defaultPath?: string | undefined;
|
|
748
2618
|
} | undefined, {
|
|
749
2619
|
id: string;
|
|
750
2620
|
name: string;
|
|
751
2621
|
key?: string | undefined;
|
|
752
2622
|
description?: string | undefined;
|
|
753
|
-
instanceKey?: string | undefined;
|
|
754
2623
|
integrationId?: string | undefined;
|
|
755
2624
|
uuid?: string | undefined;
|
|
756
2625
|
meta?: Record<string, any> | undefined;
|
|
@@ -758,6 +2627,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
758
2627
|
parentUuid?: string | undefined;
|
|
759
2628
|
isUniversal?: boolean | undefined;
|
|
760
2629
|
connectionId?: string | undefined;
|
|
2630
|
+
instanceKey?: string | undefined;
|
|
761
2631
|
dataSourceId?: string | undefined;
|
|
762
2632
|
universalDataSourceId?: string | undefined;
|
|
763
2633
|
udm?: string | undefined;
|
|
@@ -766,14 +2636,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
766
2636
|
collectionKey?: string | undefined;
|
|
767
2637
|
collectionParameters?: any;
|
|
768
2638
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
769
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
770
2639
|
revision?: string | undefined;
|
|
771
2640
|
createdAt?: string | undefined;
|
|
772
2641
|
updatedAt?: string | undefined;
|
|
773
2642
|
archivedAt?: string | undefined;
|
|
774
2643
|
isDeactivated?: boolean | undefined;
|
|
775
|
-
|
|
2644
|
+
dataSourceRevision?: string | undefined;
|
|
776
2645
|
universalDataSourceRevision?: string | undefined;
|
|
2646
|
+
defaultCollectionKey?: string | undefined;
|
|
2647
|
+
defaultCollectionParameters?: any;
|
|
2648
|
+
collectionSpec?: {
|
|
2649
|
+
type: "collection";
|
|
2650
|
+
name: string;
|
|
2651
|
+
key?: string | undefined;
|
|
2652
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2653
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2654
|
+
list?: {
|
|
2655
|
+
apiRequests?: {
|
|
2656
|
+
path: unknown;
|
|
2657
|
+
method: unknown;
|
|
2658
|
+
}[] | undefined;
|
|
2659
|
+
filterFields?: string[] | undefined;
|
|
2660
|
+
} | undefined;
|
|
2661
|
+
search?: {
|
|
2662
|
+
apiRequests?: {
|
|
2663
|
+
path: unknown;
|
|
2664
|
+
method: unknown;
|
|
2665
|
+
}[] | undefined;
|
|
2666
|
+
} | undefined;
|
|
2667
|
+
match?: {
|
|
2668
|
+
apiRequests?: {
|
|
2669
|
+
path: unknown;
|
|
2670
|
+
method: unknown;
|
|
2671
|
+
}[] | undefined;
|
|
2672
|
+
fields?: string[] | undefined;
|
|
2673
|
+
} | undefined;
|
|
2674
|
+
findById?: {
|
|
2675
|
+
apiRequests?: {
|
|
2676
|
+
path: unknown;
|
|
2677
|
+
method: unknown;
|
|
2678
|
+
}[] | undefined;
|
|
2679
|
+
} | undefined;
|
|
2680
|
+
create?: {
|
|
2681
|
+
apiRequests?: {
|
|
2682
|
+
path: unknown;
|
|
2683
|
+
method: unknown;
|
|
2684
|
+
}[] | undefined;
|
|
2685
|
+
fields?: string[] | undefined;
|
|
2686
|
+
requiredFields?: string[] | undefined;
|
|
2687
|
+
excludedFields?: string[] | undefined;
|
|
2688
|
+
} | undefined;
|
|
2689
|
+
update?: {
|
|
2690
|
+
apiRequests?: {
|
|
2691
|
+
path: unknown;
|
|
2692
|
+
method: unknown;
|
|
2693
|
+
}[] | undefined;
|
|
2694
|
+
fields?: string[] | undefined;
|
|
2695
|
+
excludedFields?: string[] | undefined;
|
|
2696
|
+
} | undefined;
|
|
2697
|
+
delete?: {
|
|
2698
|
+
apiRequests?: {
|
|
2699
|
+
path: unknown;
|
|
2700
|
+
method: unknown;
|
|
2701
|
+
}[] | undefined;
|
|
2702
|
+
} | undefined;
|
|
2703
|
+
events?: {
|
|
2704
|
+
[x: string]: {
|
|
2705
|
+
type: "push" | "pull";
|
|
2706
|
+
isFullScan?: boolean | undefined;
|
|
2707
|
+
isIdOnly?: boolean | undefined;
|
|
2708
|
+
};
|
|
2709
|
+
created?: {
|
|
2710
|
+
type: "push" | "pull";
|
|
2711
|
+
isFullScan?: boolean | undefined;
|
|
2712
|
+
isIdOnly?: boolean | undefined;
|
|
2713
|
+
} | undefined;
|
|
2714
|
+
updated?: {
|
|
2715
|
+
type: "push" | "pull";
|
|
2716
|
+
isFullScan?: boolean | undefined;
|
|
2717
|
+
isIdOnly?: boolean | undefined;
|
|
2718
|
+
} | undefined;
|
|
2719
|
+
deleted?: {
|
|
2720
|
+
type: "push" | "pull";
|
|
2721
|
+
isFullScan?: boolean | undefined;
|
|
2722
|
+
isIdOnly?: boolean | undefined;
|
|
2723
|
+
} | undefined;
|
|
2724
|
+
all?: {
|
|
2725
|
+
type: "push" | "pull";
|
|
2726
|
+
isFullScan?: boolean | undefined;
|
|
2727
|
+
isIdOnly?: boolean | undefined;
|
|
2728
|
+
} | undefined;
|
|
2729
|
+
} | undefined;
|
|
2730
|
+
customFields?: boolean | undefined;
|
|
2731
|
+
udm?: Record<string, {
|
|
2732
|
+
fields?: string[] | undefined;
|
|
2733
|
+
extract?: Record<string, any> | undefined;
|
|
2734
|
+
parse?: Record<string, any> | undefined;
|
|
2735
|
+
}> | undefined;
|
|
2736
|
+
find?: {
|
|
2737
|
+
apiRequests?: {
|
|
2738
|
+
path: unknown;
|
|
2739
|
+
method: unknown;
|
|
2740
|
+
}[] | undefined;
|
|
2741
|
+
queryFields?: string[] | undefined;
|
|
2742
|
+
} | undefined;
|
|
2743
|
+
} | undefined;
|
|
2744
|
+
isCustomized?: boolean | undefined;
|
|
2745
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2746
|
+
userId?: string | undefined;
|
|
2747
|
+
tenantId?: string | undefined;
|
|
777
2748
|
integration?: {
|
|
778
2749
|
id: string;
|
|
779
2750
|
name: string;
|
|
@@ -817,7 +2788,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
817
2788
|
name: string;
|
|
818
2789
|
key?: string | undefined;
|
|
819
2790
|
description?: string | undefined;
|
|
820
|
-
instanceKey?: string | undefined;
|
|
821
2791
|
integrationId?: string | undefined;
|
|
822
2792
|
uuid?: string | undefined;
|
|
823
2793
|
meta?: Record<string, any> | undefined;
|
|
@@ -825,6 +2795,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
825
2795
|
parentUuid?: string | undefined;
|
|
826
2796
|
isUniversal?: boolean | undefined;
|
|
827
2797
|
connectionId?: string | undefined;
|
|
2798
|
+
instanceKey?: string | undefined;
|
|
828
2799
|
dataSourceId?: string | undefined;
|
|
829
2800
|
universalDataSourceId?: string | undefined;
|
|
830
2801
|
udm?: string | undefined;
|
|
@@ -833,14 +2804,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
833
2804
|
collectionKey?: string | undefined;
|
|
834
2805
|
collectionParameters?: any;
|
|
835
2806
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
836
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
837
2807
|
revision?: string | undefined;
|
|
838
2808
|
createdAt?: string | undefined;
|
|
839
2809
|
updatedAt?: string | undefined;
|
|
840
2810
|
archivedAt?: string | undefined;
|
|
841
2811
|
isDeactivated?: boolean | undefined;
|
|
842
|
-
|
|
2812
|
+
dataSourceRevision?: string | undefined;
|
|
843
2813
|
universalDataSourceRevision?: string | undefined;
|
|
2814
|
+
defaultCollectionKey?: string | undefined;
|
|
2815
|
+
defaultCollectionParameters?: any;
|
|
2816
|
+
collectionSpec?: {
|
|
2817
|
+
type: "collection";
|
|
2818
|
+
name: string;
|
|
2819
|
+
key?: string | undefined;
|
|
2820
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2821
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2822
|
+
list?: {
|
|
2823
|
+
apiRequests?: {
|
|
2824
|
+
path: unknown;
|
|
2825
|
+
method: unknown;
|
|
2826
|
+
}[] | undefined;
|
|
2827
|
+
filterFields?: string[] | undefined;
|
|
2828
|
+
} | undefined;
|
|
2829
|
+
search?: {
|
|
2830
|
+
apiRequests?: {
|
|
2831
|
+
path: unknown;
|
|
2832
|
+
method: unknown;
|
|
2833
|
+
}[] | undefined;
|
|
2834
|
+
} | undefined;
|
|
2835
|
+
match?: {
|
|
2836
|
+
apiRequests?: {
|
|
2837
|
+
path: unknown;
|
|
2838
|
+
method: unknown;
|
|
2839
|
+
}[] | undefined;
|
|
2840
|
+
fields?: string[] | undefined;
|
|
2841
|
+
} | undefined;
|
|
2842
|
+
findById?: {
|
|
2843
|
+
apiRequests?: {
|
|
2844
|
+
path: unknown;
|
|
2845
|
+
method: unknown;
|
|
2846
|
+
}[] | undefined;
|
|
2847
|
+
} | undefined;
|
|
2848
|
+
create?: {
|
|
2849
|
+
apiRequests?: {
|
|
2850
|
+
path: unknown;
|
|
2851
|
+
method: unknown;
|
|
2852
|
+
}[] | undefined;
|
|
2853
|
+
fields?: string[] | undefined;
|
|
2854
|
+
requiredFields?: string[] | undefined;
|
|
2855
|
+
excludedFields?: string[] | undefined;
|
|
2856
|
+
} | undefined;
|
|
2857
|
+
update?: {
|
|
2858
|
+
apiRequests?: {
|
|
2859
|
+
path: unknown;
|
|
2860
|
+
method: unknown;
|
|
2861
|
+
}[] | undefined;
|
|
2862
|
+
fields?: string[] | undefined;
|
|
2863
|
+
excludedFields?: string[] | undefined;
|
|
2864
|
+
} | undefined;
|
|
2865
|
+
delete?: {
|
|
2866
|
+
apiRequests?: {
|
|
2867
|
+
path: unknown;
|
|
2868
|
+
method: unknown;
|
|
2869
|
+
}[] | undefined;
|
|
2870
|
+
} | undefined;
|
|
2871
|
+
events?: {
|
|
2872
|
+
[x: string]: {
|
|
2873
|
+
type: "push" | "pull";
|
|
2874
|
+
isFullScan?: boolean | undefined;
|
|
2875
|
+
isIdOnly?: boolean | undefined;
|
|
2876
|
+
};
|
|
2877
|
+
created?: {
|
|
2878
|
+
type: "push" | "pull";
|
|
2879
|
+
isFullScan?: boolean | undefined;
|
|
2880
|
+
isIdOnly?: boolean | undefined;
|
|
2881
|
+
} | undefined;
|
|
2882
|
+
updated?: {
|
|
2883
|
+
type: "push" | "pull";
|
|
2884
|
+
isFullScan?: boolean | undefined;
|
|
2885
|
+
isIdOnly?: boolean | undefined;
|
|
2886
|
+
} | undefined;
|
|
2887
|
+
deleted?: {
|
|
2888
|
+
type: "push" | "pull";
|
|
2889
|
+
isFullScan?: boolean | undefined;
|
|
2890
|
+
isIdOnly?: boolean | undefined;
|
|
2891
|
+
} | undefined;
|
|
2892
|
+
all?: {
|
|
2893
|
+
type: "push" | "pull";
|
|
2894
|
+
isFullScan?: boolean | undefined;
|
|
2895
|
+
isIdOnly?: boolean | undefined;
|
|
2896
|
+
} | undefined;
|
|
2897
|
+
} | undefined;
|
|
2898
|
+
customFields?: boolean | undefined;
|
|
2899
|
+
udm?: Record<string, {
|
|
2900
|
+
fields?: string[] | undefined;
|
|
2901
|
+
extract?: Record<string, any> | undefined;
|
|
2902
|
+
parse?: Record<string, any> | undefined;
|
|
2903
|
+
}> | undefined;
|
|
2904
|
+
find?: {
|
|
2905
|
+
apiRequests?: {
|
|
2906
|
+
path: unknown;
|
|
2907
|
+
method: unknown;
|
|
2908
|
+
}[] | undefined;
|
|
2909
|
+
queryFields?: string[] | undefined;
|
|
2910
|
+
} | undefined;
|
|
2911
|
+
} | undefined;
|
|
2912
|
+
isCustomized?: boolean | undefined;
|
|
2913
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2914
|
+
userId?: string | undefined;
|
|
2915
|
+
tenantId?: string | undefined;
|
|
844
2916
|
};
|
|
845
2917
|
integration: {
|
|
846
2918
|
id: string;
|
|
@@ -880,6 +2952,178 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
880
2952
|
}> | undefined;
|
|
881
2953
|
};
|
|
882
2954
|
}[] | undefined;
|
|
2955
|
+
user?: {
|
|
2956
|
+
id: string;
|
|
2957
|
+
name: string;
|
|
2958
|
+
internalId: string;
|
|
2959
|
+
meta?: Record<string, any> | undefined;
|
|
2960
|
+
fields?: Record<string, any> | undefined;
|
|
2961
|
+
credentials?: any;
|
|
2962
|
+
lastActiveAt?: string | undefined;
|
|
2963
|
+
isTest?: boolean | undefined;
|
|
2964
|
+
isBillable?: boolean | undefined;
|
|
2965
|
+
isActive?: boolean | undefined;
|
|
2966
|
+
createdAt?: string | undefined;
|
|
2967
|
+
archivedAt?: string | undefined;
|
|
2968
|
+
} | undefined;
|
|
2969
|
+
connection?: {
|
|
2970
|
+
id: string;
|
|
2971
|
+
name: string;
|
|
2972
|
+
createdAt: string;
|
|
2973
|
+
updatedAt: string;
|
|
2974
|
+
userId: string;
|
|
2975
|
+
isTest?: boolean | undefined;
|
|
2976
|
+
disconnected?: boolean | undefined;
|
|
2977
|
+
isDefunct?: boolean | undefined;
|
|
2978
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2979
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
2980
|
+
integrationId?: string | undefined;
|
|
2981
|
+
connectorId?: string | undefined;
|
|
2982
|
+
connectorVersion?: string | undefined;
|
|
2983
|
+
authOptionKey?: string | undefined;
|
|
2984
|
+
lastActiveAt?: string | undefined;
|
|
2985
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
2986
|
+
nextRetryTimestamp?: string | undefined;
|
|
2987
|
+
retryAttempts?: number | undefined;
|
|
2988
|
+
canTest?: boolean | undefined;
|
|
2989
|
+
canRefreshCredentials?: boolean | undefined;
|
|
2990
|
+
archivedAt?: string | undefined;
|
|
2991
|
+
isDeactivated?: boolean | undefined;
|
|
2992
|
+
meta?: Record<string, any> | undefined;
|
|
2993
|
+
tenantId?: string | undefined;
|
|
2994
|
+
} | undefined;
|
|
2995
|
+
dataSource?: {
|
|
2996
|
+
id: string;
|
|
2997
|
+
name: string;
|
|
2998
|
+
key?: string | undefined;
|
|
2999
|
+
description?: string | undefined;
|
|
3000
|
+
integrationId?: string | undefined;
|
|
3001
|
+
uuid?: string | undefined;
|
|
3002
|
+
meta?: Record<string, any> | undefined;
|
|
3003
|
+
integrationUuid?: string | undefined;
|
|
3004
|
+
parentUuid?: string | undefined;
|
|
3005
|
+
isUniversal?: boolean | undefined;
|
|
3006
|
+
connectionId?: string | undefined;
|
|
3007
|
+
instanceKey?: string | undefined;
|
|
3008
|
+
dataSourceId?: string | undefined;
|
|
3009
|
+
universalDataSourceId?: string | undefined;
|
|
3010
|
+
udm?: string | undefined;
|
|
3011
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
3012
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
3013
|
+
collectionKey?: string | undefined;
|
|
3014
|
+
collectionParameters?: any;
|
|
3015
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3016
|
+
revision?: string | undefined;
|
|
3017
|
+
createdAt?: string | undefined;
|
|
3018
|
+
updatedAt?: string | undefined;
|
|
3019
|
+
archivedAt?: string | undefined;
|
|
3020
|
+
isDeactivated?: boolean | undefined;
|
|
3021
|
+
dataSourceRevision?: string | undefined;
|
|
3022
|
+
universalDataSourceRevision?: string | undefined;
|
|
3023
|
+
defaultCollectionKey?: string | undefined;
|
|
3024
|
+
defaultCollectionParameters?: any;
|
|
3025
|
+
collectionSpec?: {
|
|
3026
|
+
type: "collection";
|
|
3027
|
+
name: string;
|
|
3028
|
+
key?: string | undefined;
|
|
3029
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3030
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3031
|
+
list?: {
|
|
3032
|
+
apiRequests?: {
|
|
3033
|
+
path: unknown;
|
|
3034
|
+
method: unknown;
|
|
3035
|
+
}[] | undefined;
|
|
3036
|
+
filterFields?: string[] | undefined;
|
|
3037
|
+
} | undefined;
|
|
3038
|
+
search?: {
|
|
3039
|
+
apiRequests?: {
|
|
3040
|
+
path: unknown;
|
|
3041
|
+
method: unknown;
|
|
3042
|
+
}[] | undefined;
|
|
3043
|
+
} | undefined;
|
|
3044
|
+
match?: {
|
|
3045
|
+
apiRequests?: {
|
|
3046
|
+
path: unknown;
|
|
3047
|
+
method: unknown;
|
|
3048
|
+
}[] | undefined;
|
|
3049
|
+
fields?: string[] | undefined;
|
|
3050
|
+
} | undefined;
|
|
3051
|
+
findById?: {
|
|
3052
|
+
apiRequests?: {
|
|
3053
|
+
path: unknown;
|
|
3054
|
+
method: unknown;
|
|
3055
|
+
}[] | undefined;
|
|
3056
|
+
} | undefined;
|
|
3057
|
+
create?: {
|
|
3058
|
+
apiRequests?: {
|
|
3059
|
+
path: unknown;
|
|
3060
|
+
method: unknown;
|
|
3061
|
+
}[] | undefined;
|
|
3062
|
+
fields?: string[] | undefined;
|
|
3063
|
+
requiredFields?: string[] | undefined;
|
|
3064
|
+
excludedFields?: string[] | undefined;
|
|
3065
|
+
} | undefined;
|
|
3066
|
+
update?: {
|
|
3067
|
+
apiRequests?: {
|
|
3068
|
+
path: unknown;
|
|
3069
|
+
method: unknown;
|
|
3070
|
+
}[] | undefined;
|
|
3071
|
+
fields?: string[] | undefined;
|
|
3072
|
+
excludedFields?: string[] | undefined;
|
|
3073
|
+
} | undefined;
|
|
3074
|
+
delete?: {
|
|
3075
|
+
apiRequests?: {
|
|
3076
|
+
path: unknown;
|
|
3077
|
+
method: unknown;
|
|
3078
|
+
}[] | undefined;
|
|
3079
|
+
} | undefined;
|
|
3080
|
+
events?: {
|
|
3081
|
+
[x: string]: {
|
|
3082
|
+
type: "push" | "pull";
|
|
3083
|
+
isFullScan?: boolean | undefined;
|
|
3084
|
+
isIdOnly?: boolean | undefined;
|
|
3085
|
+
};
|
|
3086
|
+
created?: {
|
|
3087
|
+
type: "push" | "pull";
|
|
3088
|
+
isFullScan?: boolean | undefined;
|
|
3089
|
+
isIdOnly?: boolean | undefined;
|
|
3090
|
+
} | undefined;
|
|
3091
|
+
updated?: {
|
|
3092
|
+
type: "push" | "pull";
|
|
3093
|
+
isFullScan?: boolean | undefined;
|
|
3094
|
+
isIdOnly?: boolean | undefined;
|
|
3095
|
+
} | undefined;
|
|
3096
|
+
deleted?: {
|
|
3097
|
+
type: "push" | "pull";
|
|
3098
|
+
isFullScan?: boolean | undefined;
|
|
3099
|
+
isIdOnly?: boolean | undefined;
|
|
3100
|
+
} | undefined;
|
|
3101
|
+
all?: {
|
|
3102
|
+
type: "push" | "pull";
|
|
3103
|
+
isFullScan?: boolean | undefined;
|
|
3104
|
+
isIdOnly?: boolean | undefined;
|
|
3105
|
+
} | undefined;
|
|
3106
|
+
} | undefined;
|
|
3107
|
+
customFields?: boolean | undefined;
|
|
3108
|
+
udm?: Record<string, {
|
|
3109
|
+
fields?: string[] | undefined;
|
|
3110
|
+
extract?: Record<string, any> | undefined;
|
|
3111
|
+
parse?: Record<string, any> | undefined;
|
|
3112
|
+
}> | undefined;
|
|
3113
|
+
find?: {
|
|
3114
|
+
apiRequests?: {
|
|
3115
|
+
path: unknown;
|
|
3116
|
+
method: unknown;
|
|
3117
|
+
}[] | undefined;
|
|
3118
|
+
queryFields?: string[] | undefined;
|
|
3119
|
+
} | undefined;
|
|
3120
|
+
} | undefined;
|
|
3121
|
+
isCustomized?: boolean | undefined;
|
|
3122
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3123
|
+
userId?: string | undefined;
|
|
3124
|
+
tenantId?: string | undefined;
|
|
3125
|
+
} | undefined;
|
|
3126
|
+
path?: string | undefined;
|
|
883
3127
|
defaultPath?: string | undefined;
|
|
884
3128
|
}>, "optimisticData"> & {
|
|
885
3129
|
optimisticData?: {
|
|
@@ -887,7 +3131,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
887
3131
|
name: string;
|
|
888
3132
|
key?: string | undefined;
|
|
889
3133
|
description?: string | undefined;
|
|
890
|
-
instanceKey?: string | undefined;
|
|
891
3134
|
integrationId?: string | undefined;
|
|
892
3135
|
uuid?: string | undefined;
|
|
893
3136
|
meta?: Record<string, any> | undefined;
|
|
@@ -895,6 +3138,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
895
3138
|
parentUuid?: string | undefined;
|
|
896
3139
|
isUniversal?: boolean | undefined;
|
|
897
3140
|
connectionId?: string | undefined;
|
|
3141
|
+
instanceKey?: string | undefined;
|
|
898
3142
|
dataSourceId?: string | undefined;
|
|
899
3143
|
universalDataSourceId?: string | undefined;
|
|
900
3144
|
udm?: string | undefined;
|
|
@@ -903,14 +3147,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
903
3147
|
collectionKey?: string | undefined;
|
|
904
3148
|
collectionParameters?: any;
|
|
905
3149
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
906
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
907
3150
|
revision?: string | undefined;
|
|
908
3151
|
createdAt?: string | undefined;
|
|
909
3152
|
updatedAt?: string | undefined;
|
|
910
3153
|
archivedAt?: string | undefined;
|
|
911
3154
|
isDeactivated?: boolean | undefined;
|
|
912
|
-
|
|
3155
|
+
dataSourceRevision?: string | undefined;
|
|
913
3156
|
universalDataSourceRevision?: string | undefined;
|
|
3157
|
+
defaultCollectionKey?: string | undefined;
|
|
3158
|
+
defaultCollectionParameters?: any;
|
|
3159
|
+
collectionSpec?: {
|
|
3160
|
+
type: "collection";
|
|
3161
|
+
name: string;
|
|
3162
|
+
key?: string | undefined;
|
|
3163
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3164
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3165
|
+
list?: {
|
|
3166
|
+
apiRequests?: {
|
|
3167
|
+
path: unknown;
|
|
3168
|
+
method: unknown;
|
|
3169
|
+
}[] | undefined;
|
|
3170
|
+
filterFields?: string[] | undefined;
|
|
3171
|
+
} | undefined;
|
|
3172
|
+
search?: {
|
|
3173
|
+
apiRequests?: {
|
|
3174
|
+
path: unknown;
|
|
3175
|
+
method: unknown;
|
|
3176
|
+
}[] | undefined;
|
|
3177
|
+
} | undefined;
|
|
3178
|
+
match?: {
|
|
3179
|
+
apiRequests?: {
|
|
3180
|
+
path: unknown;
|
|
3181
|
+
method: unknown;
|
|
3182
|
+
}[] | undefined;
|
|
3183
|
+
fields?: string[] | undefined;
|
|
3184
|
+
} | undefined;
|
|
3185
|
+
findById?: {
|
|
3186
|
+
apiRequests?: {
|
|
3187
|
+
path: unknown;
|
|
3188
|
+
method: unknown;
|
|
3189
|
+
}[] | undefined;
|
|
3190
|
+
} | undefined;
|
|
3191
|
+
create?: {
|
|
3192
|
+
apiRequests?: {
|
|
3193
|
+
path: unknown;
|
|
3194
|
+
method: unknown;
|
|
3195
|
+
}[] | undefined;
|
|
3196
|
+
fields?: string[] | undefined;
|
|
3197
|
+
requiredFields?: string[] | undefined;
|
|
3198
|
+
excludedFields?: string[] | undefined;
|
|
3199
|
+
} | undefined;
|
|
3200
|
+
update?: {
|
|
3201
|
+
apiRequests?: {
|
|
3202
|
+
path: unknown;
|
|
3203
|
+
method: unknown;
|
|
3204
|
+
}[] | undefined;
|
|
3205
|
+
fields?: string[] | undefined;
|
|
3206
|
+
excludedFields?: string[] | undefined;
|
|
3207
|
+
} | undefined;
|
|
3208
|
+
delete?: {
|
|
3209
|
+
apiRequests?: {
|
|
3210
|
+
path: unknown;
|
|
3211
|
+
method: unknown;
|
|
3212
|
+
}[] | undefined;
|
|
3213
|
+
} | undefined;
|
|
3214
|
+
events?: {
|
|
3215
|
+
[x: string]: {
|
|
3216
|
+
type: "push" | "pull";
|
|
3217
|
+
isFullScan?: boolean | undefined;
|
|
3218
|
+
isIdOnly?: boolean | undefined;
|
|
3219
|
+
};
|
|
3220
|
+
created?: {
|
|
3221
|
+
type: "push" | "pull";
|
|
3222
|
+
isFullScan?: boolean | undefined;
|
|
3223
|
+
isIdOnly?: boolean | undefined;
|
|
3224
|
+
} | undefined;
|
|
3225
|
+
updated?: {
|
|
3226
|
+
type: "push" | "pull";
|
|
3227
|
+
isFullScan?: boolean | undefined;
|
|
3228
|
+
isIdOnly?: boolean | undefined;
|
|
3229
|
+
} | undefined;
|
|
3230
|
+
deleted?: {
|
|
3231
|
+
type: "push" | "pull";
|
|
3232
|
+
isFullScan?: boolean | undefined;
|
|
3233
|
+
isIdOnly?: boolean | undefined;
|
|
3234
|
+
} | undefined;
|
|
3235
|
+
all?: {
|
|
3236
|
+
type: "push" | "pull";
|
|
3237
|
+
isFullScan?: boolean | undefined;
|
|
3238
|
+
isIdOnly?: boolean | undefined;
|
|
3239
|
+
} | undefined;
|
|
3240
|
+
} | undefined;
|
|
3241
|
+
customFields?: boolean | undefined;
|
|
3242
|
+
udm?: Record<string, {
|
|
3243
|
+
fields?: string[] | undefined;
|
|
3244
|
+
extract?: Record<string, any> | undefined;
|
|
3245
|
+
parse?: Record<string, any> | undefined;
|
|
3246
|
+
}> | undefined;
|
|
3247
|
+
find?: {
|
|
3248
|
+
apiRequests?: {
|
|
3249
|
+
path: unknown;
|
|
3250
|
+
method: unknown;
|
|
3251
|
+
}[] | undefined;
|
|
3252
|
+
queryFields?: string[] | undefined;
|
|
3253
|
+
} | undefined;
|
|
3254
|
+
} | undefined;
|
|
3255
|
+
isCustomized?: boolean | undefined;
|
|
3256
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3257
|
+
userId?: string | undefined;
|
|
3258
|
+
tenantId?: string | undefined;
|
|
914
3259
|
integration?: {
|
|
915
3260
|
id: string;
|
|
916
3261
|
name: string;
|
|
@@ -954,7 +3299,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
954
3299
|
name: string;
|
|
955
3300
|
key?: string | undefined;
|
|
956
3301
|
description?: string | undefined;
|
|
957
|
-
instanceKey?: string | undefined;
|
|
958
3302
|
integrationId?: string | undefined;
|
|
959
3303
|
uuid?: string | undefined;
|
|
960
3304
|
meta?: Record<string, any> | undefined;
|
|
@@ -962,6 +3306,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
962
3306
|
parentUuid?: string | undefined;
|
|
963
3307
|
isUniversal?: boolean | undefined;
|
|
964
3308
|
connectionId?: string | undefined;
|
|
3309
|
+
instanceKey?: string | undefined;
|
|
965
3310
|
dataSourceId?: string | undefined;
|
|
966
3311
|
universalDataSourceId?: string | undefined;
|
|
967
3312
|
udm?: string | undefined;
|
|
@@ -970,14 +3315,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
970
3315
|
collectionKey?: string | undefined;
|
|
971
3316
|
collectionParameters?: any;
|
|
972
3317
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
973
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
974
3318
|
revision?: string | undefined;
|
|
975
3319
|
createdAt?: string | undefined;
|
|
976
3320
|
updatedAt?: string | undefined;
|
|
977
3321
|
archivedAt?: string | undefined;
|
|
978
3322
|
isDeactivated?: boolean | undefined;
|
|
979
|
-
|
|
3323
|
+
dataSourceRevision?: string | undefined;
|
|
980
3324
|
universalDataSourceRevision?: string | undefined;
|
|
3325
|
+
defaultCollectionKey?: string | undefined;
|
|
3326
|
+
defaultCollectionParameters?: any;
|
|
3327
|
+
collectionSpec?: {
|
|
3328
|
+
type: "collection";
|
|
3329
|
+
name: string;
|
|
3330
|
+
key?: string | undefined;
|
|
3331
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3332
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3333
|
+
list?: {
|
|
3334
|
+
apiRequests?: {
|
|
3335
|
+
path: unknown;
|
|
3336
|
+
method: unknown;
|
|
3337
|
+
}[] | undefined;
|
|
3338
|
+
filterFields?: string[] | undefined;
|
|
3339
|
+
} | undefined;
|
|
3340
|
+
search?: {
|
|
3341
|
+
apiRequests?: {
|
|
3342
|
+
path: unknown;
|
|
3343
|
+
method: unknown;
|
|
3344
|
+
}[] | undefined;
|
|
3345
|
+
} | undefined;
|
|
3346
|
+
match?: {
|
|
3347
|
+
apiRequests?: {
|
|
3348
|
+
path: unknown;
|
|
3349
|
+
method: unknown;
|
|
3350
|
+
}[] | undefined;
|
|
3351
|
+
fields?: string[] | undefined;
|
|
3352
|
+
} | undefined;
|
|
3353
|
+
findById?: {
|
|
3354
|
+
apiRequests?: {
|
|
3355
|
+
path: unknown;
|
|
3356
|
+
method: unknown;
|
|
3357
|
+
}[] | undefined;
|
|
3358
|
+
} | undefined;
|
|
3359
|
+
create?: {
|
|
3360
|
+
apiRequests?: {
|
|
3361
|
+
path: unknown;
|
|
3362
|
+
method: unknown;
|
|
3363
|
+
}[] | undefined;
|
|
3364
|
+
fields?: string[] | undefined;
|
|
3365
|
+
requiredFields?: string[] | undefined;
|
|
3366
|
+
excludedFields?: string[] | undefined;
|
|
3367
|
+
} | undefined;
|
|
3368
|
+
update?: {
|
|
3369
|
+
apiRequests?: {
|
|
3370
|
+
path: unknown;
|
|
3371
|
+
method: unknown;
|
|
3372
|
+
}[] | undefined;
|
|
3373
|
+
fields?: string[] | undefined;
|
|
3374
|
+
excludedFields?: string[] | undefined;
|
|
3375
|
+
} | undefined;
|
|
3376
|
+
delete?: {
|
|
3377
|
+
apiRequests?: {
|
|
3378
|
+
path: unknown;
|
|
3379
|
+
method: unknown;
|
|
3380
|
+
}[] | undefined;
|
|
3381
|
+
} | undefined;
|
|
3382
|
+
events?: {
|
|
3383
|
+
[x: string]: {
|
|
3384
|
+
type: "push" | "pull";
|
|
3385
|
+
isFullScan?: boolean | undefined;
|
|
3386
|
+
isIdOnly?: boolean | undefined;
|
|
3387
|
+
};
|
|
3388
|
+
created?: {
|
|
3389
|
+
type: "push" | "pull";
|
|
3390
|
+
isFullScan?: boolean | undefined;
|
|
3391
|
+
isIdOnly?: boolean | undefined;
|
|
3392
|
+
} | undefined;
|
|
3393
|
+
updated?: {
|
|
3394
|
+
type: "push" | "pull";
|
|
3395
|
+
isFullScan?: boolean | undefined;
|
|
3396
|
+
isIdOnly?: boolean | undefined;
|
|
3397
|
+
} | undefined;
|
|
3398
|
+
deleted?: {
|
|
3399
|
+
type: "push" | "pull";
|
|
3400
|
+
isFullScan?: boolean | undefined;
|
|
3401
|
+
isIdOnly?: boolean | undefined;
|
|
3402
|
+
} | undefined;
|
|
3403
|
+
all?: {
|
|
3404
|
+
type: "push" | "pull";
|
|
3405
|
+
isFullScan?: boolean | undefined;
|
|
3406
|
+
isIdOnly?: boolean | undefined;
|
|
3407
|
+
} | undefined;
|
|
3408
|
+
} | undefined;
|
|
3409
|
+
customFields?: boolean | undefined;
|
|
3410
|
+
udm?: Record<string, {
|
|
3411
|
+
fields?: string[] | undefined;
|
|
3412
|
+
extract?: Record<string, any> | undefined;
|
|
3413
|
+
parse?: Record<string, any> | undefined;
|
|
3414
|
+
}> | undefined;
|
|
3415
|
+
find?: {
|
|
3416
|
+
apiRequests?: {
|
|
3417
|
+
path: unknown;
|
|
3418
|
+
method: unknown;
|
|
3419
|
+
}[] | undefined;
|
|
3420
|
+
queryFields?: string[] | undefined;
|
|
3421
|
+
} | undefined;
|
|
3422
|
+
} | undefined;
|
|
3423
|
+
isCustomized?: boolean | undefined;
|
|
3424
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3425
|
+
userId?: string | undefined;
|
|
3426
|
+
tenantId?: string | undefined;
|
|
981
3427
|
};
|
|
982
3428
|
integration: {
|
|
983
3429
|
id: string;
|
|
@@ -1017,6 +3463,178 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1017
3463
|
}> | undefined;
|
|
1018
3464
|
};
|
|
1019
3465
|
}[] | undefined;
|
|
3466
|
+
user?: {
|
|
3467
|
+
id: string;
|
|
3468
|
+
name: string;
|
|
3469
|
+
internalId: string;
|
|
3470
|
+
meta?: Record<string, any> | undefined;
|
|
3471
|
+
fields?: Record<string, any> | undefined;
|
|
3472
|
+
credentials?: any;
|
|
3473
|
+
lastActiveAt?: string | undefined;
|
|
3474
|
+
isTest?: boolean | undefined;
|
|
3475
|
+
isBillable?: boolean | undefined;
|
|
3476
|
+
isActive?: boolean | undefined;
|
|
3477
|
+
createdAt?: string | undefined;
|
|
3478
|
+
archivedAt?: string | undefined;
|
|
3479
|
+
} | undefined;
|
|
3480
|
+
connection?: {
|
|
3481
|
+
id: string;
|
|
3482
|
+
name: string;
|
|
3483
|
+
createdAt: string;
|
|
3484
|
+
updatedAt: string;
|
|
3485
|
+
userId: string;
|
|
3486
|
+
isTest?: boolean | undefined;
|
|
3487
|
+
disconnected?: boolean | undefined;
|
|
3488
|
+
isDefunct?: boolean | undefined;
|
|
3489
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3490
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
3491
|
+
integrationId?: string | undefined;
|
|
3492
|
+
connectorId?: string | undefined;
|
|
3493
|
+
connectorVersion?: string | undefined;
|
|
3494
|
+
authOptionKey?: string | undefined;
|
|
3495
|
+
lastActiveAt?: string | undefined;
|
|
3496
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
3497
|
+
nextRetryTimestamp?: string | undefined;
|
|
3498
|
+
retryAttempts?: number | undefined;
|
|
3499
|
+
canTest?: boolean | undefined;
|
|
3500
|
+
canRefreshCredentials?: boolean | undefined;
|
|
3501
|
+
archivedAt?: string | undefined;
|
|
3502
|
+
isDeactivated?: boolean | undefined;
|
|
3503
|
+
meta?: Record<string, any> | undefined;
|
|
3504
|
+
tenantId?: string | undefined;
|
|
3505
|
+
} | undefined;
|
|
3506
|
+
dataSource?: {
|
|
3507
|
+
id: string;
|
|
3508
|
+
name: string;
|
|
3509
|
+
key?: string | undefined;
|
|
3510
|
+
description?: string | undefined;
|
|
3511
|
+
integrationId?: string | undefined;
|
|
3512
|
+
uuid?: string | undefined;
|
|
3513
|
+
meta?: Record<string, any> | undefined;
|
|
3514
|
+
integrationUuid?: string | undefined;
|
|
3515
|
+
parentUuid?: string | undefined;
|
|
3516
|
+
isUniversal?: boolean | undefined;
|
|
3517
|
+
connectionId?: string | undefined;
|
|
3518
|
+
instanceKey?: string | undefined;
|
|
3519
|
+
dataSourceId?: string | undefined;
|
|
3520
|
+
universalDataSourceId?: string | undefined;
|
|
3521
|
+
udm?: string | undefined;
|
|
3522
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
3523
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
3524
|
+
collectionKey?: string | undefined;
|
|
3525
|
+
collectionParameters?: any;
|
|
3526
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3527
|
+
revision?: string | undefined;
|
|
3528
|
+
createdAt?: string | undefined;
|
|
3529
|
+
updatedAt?: string | undefined;
|
|
3530
|
+
archivedAt?: string | undefined;
|
|
3531
|
+
isDeactivated?: boolean | undefined;
|
|
3532
|
+
dataSourceRevision?: string | undefined;
|
|
3533
|
+
universalDataSourceRevision?: string | undefined;
|
|
3534
|
+
defaultCollectionKey?: string | undefined;
|
|
3535
|
+
defaultCollectionParameters?: any;
|
|
3536
|
+
collectionSpec?: {
|
|
3537
|
+
type: "collection";
|
|
3538
|
+
name: string;
|
|
3539
|
+
key?: string | undefined;
|
|
3540
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3541
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3542
|
+
list?: {
|
|
3543
|
+
apiRequests?: {
|
|
3544
|
+
path: unknown;
|
|
3545
|
+
method: unknown;
|
|
3546
|
+
}[] | undefined;
|
|
3547
|
+
filterFields?: string[] | undefined;
|
|
3548
|
+
} | undefined;
|
|
3549
|
+
search?: {
|
|
3550
|
+
apiRequests?: {
|
|
3551
|
+
path: unknown;
|
|
3552
|
+
method: unknown;
|
|
3553
|
+
}[] | undefined;
|
|
3554
|
+
} | undefined;
|
|
3555
|
+
match?: {
|
|
3556
|
+
apiRequests?: {
|
|
3557
|
+
path: unknown;
|
|
3558
|
+
method: unknown;
|
|
3559
|
+
}[] | undefined;
|
|
3560
|
+
fields?: string[] | undefined;
|
|
3561
|
+
} | undefined;
|
|
3562
|
+
findById?: {
|
|
3563
|
+
apiRequests?: {
|
|
3564
|
+
path: unknown;
|
|
3565
|
+
method: unknown;
|
|
3566
|
+
}[] | undefined;
|
|
3567
|
+
} | undefined;
|
|
3568
|
+
create?: {
|
|
3569
|
+
apiRequests?: {
|
|
3570
|
+
path: unknown;
|
|
3571
|
+
method: unknown;
|
|
3572
|
+
}[] | undefined;
|
|
3573
|
+
fields?: string[] | undefined;
|
|
3574
|
+
requiredFields?: string[] | undefined;
|
|
3575
|
+
excludedFields?: string[] | undefined;
|
|
3576
|
+
} | undefined;
|
|
3577
|
+
update?: {
|
|
3578
|
+
apiRequests?: {
|
|
3579
|
+
path: unknown;
|
|
3580
|
+
method: unknown;
|
|
3581
|
+
}[] | undefined;
|
|
3582
|
+
fields?: string[] | undefined;
|
|
3583
|
+
excludedFields?: string[] | undefined;
|
|
3584
|
+
} | undefined;
|
|
3585
|
+
delete?: {
|
|
3586
|
+
apiRequests?: {
|
|
3587
|
+
path: unknown;
|
|
3588
|
+
method: unknown;
|
|
3589
|
+
}[] | undefined;
|
|
3590
|
+
} | undefined;
|
|
3591
|
+
events?: {
|
|
3592
|
+
[x: string]: {
|
|
3593
|
+
type: "push" | "pull";
|
|
3594
|
+
isFullScan?: boolean | undefined;
|
|
3595
|
+
isIdOnly?: boolean | undefined;
|
|
3596
|
+
};
|
|
3597
|
+
created?: {
|
|
3598
|
+
type: "push" | "pull";
|
|
3599
|
+
isFullScan?: boolean | undefined;
|
|
3600
|
+
isIdOnly?: boolean | undefined;
|
|
3601
|
+
} | undefined;
|
|
3602
|
+
updated?: {
|
|
3603
|
+
type: "push" | "pull";
|
|
3604
|
+
isFullScan?: boolean | undefined;
|
|
3605
|
+
isIdOnly?: boolean | undefined;
|
|
3606
|
+
} | undefined;
|
|
3607
|
+
deleted?: {
|
|
3608
|
+
type: "push" | "pull";
|
|
3609
|
+
isFullScan?: boolean | undefined;
|
|
3610
|
+
isIdOnly?: boolean | undefined;
|
|
3611
|
+
} | undefined;
|
|
3612
|
+
all?: {
|
|
3613
|
+
type: "push" | "pull";
|
|
3614
|
+
isFullScan?: boolean | undefined;
|
|
3615
|
+
isIdOnly?: boolean | undefined;
|
|
3616
|
+
} | undefined;
|
|
3617
|
+
} | undefined;
|
|
3618
|
+
customFields?: boolean | undefined;
|
|
3619
|
+
udm?: Record<string, {
|
|
3620
|
+
fields?: string[] | undefined;
|
|
3621
|
+
extract?: Record<string, any> | undefined;
|
|
3622
|
+
parse?: Record<string, any> | undefined;
|
|
3623
|
+
}> | undefined;
|
|
3624
|
+
find?: {
|
|
3625
|
+
apiRequests?: {
|
|
3626
|
+
path: unknown;
|
|
3627
|
+
method: unknown;
|
|
3628
|
+
}[] | undefined;
|
|
3629
|
+
queryFields?: string[] | undefined;
|
|
3630
|
+
} | undefined;
|
|
3631
|
+
} | undefined;
|
|
3632
|
+
isCustomized?: boolean | undefined;
|
|
3633
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3634
|
+
userId?: string | undefined;
|
|
3635
|
+
tenantId?: string | undefined;
|
|
3636
|
+
} | undefined;
|
|
3637
|
+
path?: string | undefined;
|
|
1020
3638
|
defaultPath?: string | undefined;
|
|
1021
3639
|
} | undefined;
|
|
1022
3640
|
}) => Promise<void>;
|
|
@@ -1026,7 +3644,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1026
3644
|
name: string;
|
|
1027
3645
|
key?: string | undefined;
|
|
1028
3646
|
description?: string | undefined;
|
|
1029
|
-
instanceKey?: string | undefined;
|
|
1030
3647
|
integrationId?: string | undefined;
|
|
1031
3648
|
uuid?: string | undefined;
|
|
1032
3649
|
meta?: Record<string, any> | undefined;
|
|
@@ -1034,6 +3651,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1034
3651
|
parentUuid?: string | undefined;
|
|
1035
3652
|
isUniversal?: boolean | undefined;
|
|
1036
3653
|
connectionId?: string | undefined;
|
|
3654
|
+
instanceKey?: string | undefined;
|
|
1037
3655
|
dataSourceId?: string | undefined;
|
|
1038
3656
|
universalDataSourceId?: string | undefined;
|
|
1039
3657
|
udm?: string | undefined;
|
|
@@ -1042,14 +3660,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1042
3660
|
collectionKey?: string | undefined;
|
|
1043
3661
|
collectionParameters?: any;
|
|
1044
3662
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1045
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1046
3663
|
revision?: string | undefined;
|
|
1047
3664
|
createdAt?: string | undefined;
|
|
1048
3665
|
updatedAt?: string | undefined;
|
|
1049
3666
|
archivedAt?: string | undefined;
|
|
1050
3667
|
isDeactivated?: boolean | undefined;
|
|
1051
|
-
|
|
3668
|
+
dataSourceRevision?: string | undefined;
|
|
1052
3669
|
universalDataSourceRevision?: string | undefined;
|
|
3670
|
+
defaultCollectionKey?: string | undefined;
|
|
3671
|
+
defaultCollectionParameters?: any;
|
|
3672
|
+
collectionSpec?: {
|
|
3673
|
+
type: "collection";
|
|
3674
|
+
name: string;
|
|
3675
|
+
key?: string | undefined;
|
|
3676
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3677
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3678
|
+
list?: {
|
|
3679
|
+
apiRequests?: {
|
|
3680
|
+
path: unknown;
|
|
3681
|
+
method: unknown;
|
|
3682
|
+
}[] | undefined;
|
|
3683
|
+
filterFields?: string[] | undefined;
|
|
3684
|
+
} | undefined;
|
|
3685
|
+
search?: {
|
|
3686
|
+
apiRequests?: {
|
|
3687
|
+
path: unknown;
|
|
3688
|
+
method: unknown;
|
|
3689
|
+
}[] | undefined;
|
|
3690
|
+
} | undefined;
|
|
3691
|
+
match?: {
|
|
3692
|
+
apiRequests?: {
|
|
3693
|
+
path: unknown;
|
|
3694
|
+
method: unknown;
|
|
3695
|
+
}[] | undefined;
|
|
3696
|
+
fields?: string[] | undefined;
|
|
3697
|
+
} | undefined;
|
|
3698
|
+
findById?: {
|
|
3699
|
+
apiRequests?: {
|
|
3700
|
+
path: unknown;
|
|
3701
|
+
method: unknown;
|
|
3702
|
+
}[] | undefined;
|
|
3703
|
+
} | undefined;
|
|
3704
|
+
create?: {
|
|
3705
|
+
apiRequests?: {
|
|
3706
|
+
path: unknown;
|
|
3707
|
+
method: unknown;
|
|
3708
|
+
}[] | undefined;
|
|
3709
|
+
fields?: string[] | undefined;
|
|
3710
|
+
requiredFields?: string[] | undefined;
|
|
3711
|
+
excludedFields?: string[] | undefined;
|
|
3712
|
+
} | undefined;
|
|
3713
|
+
update?: {
|
|
3714
|
+
apiRequests?: {
|
|
3715
|
+
path: unknown;
|
|
3716
|
+
method: unknown;
|
|
3717
|
+
}[] | undefined;
|
|
3718
|
+
fields?: string[] | undefined;
|
|
3719
|
+
excludedFields?: string[] | undefined;
|
|
3720
|
+
} | undefined;
|
|
3721
|
+
delete?: {
|
|
3722
|
+
apiRequests?: {
|
|
3723
|
+
path: unknown;
|
|
3724
|
+
method: unknown;
|
|
3725
|
+
}[] | undefined;
|
|
3726
|
+
} | undefined;
|
|
3727
|
+
events?: {
|
|
3728
|
+
[x: string]: {
|
|
3729
|
+
type: "push" | "pull";
|
|
3730
|
+
isFullScan?: boolean | undefined;
|
|
3731
|
+
isIdOnly?: boolean | undefined;
|
|
3732
|
+
};
|
|
3733
|
+
created?: {
|
|
3734
|
+
type: "push" | "pull";
|
|
3735
|
+
isFullScan?: boolean | undefined;
|
|
3736
|
+
isIdOnly?: boolean | undefined;
|
|
3737
|
+
} | undefined;
|
|
3738
|
+
updated?: {
|
|
3739
|
+
type: "push" | "pull";
|
|
3740
|
+
isFullScan?: boolean | undefined;
|
|
3741
|
+
isIdOnly?: boolean | undefined;
|
|
3742
|
+
} | undefined;
|
|
3743
|
+
deleted?: {
|
|
3744
|
+
type: "push" | "pull";
|
|
3745
|
+
isFullScan?: boolean | undefined;
|
|
3746
|
+
isIdOnly?: boolean | undefined;
|
|
3747
|
+
} | undefined;
|
|
3748
|
+
all?: {
|
|
3749
|
+
type: "push" | "pull";
|
|
3750
|
+
isFullScan?: boolean | undefined;
|
|
3751
|
+
isIdOnly?: boolean | undefined;
|
|
3752
|
+
} | undefined;
|
|
3753
|
+
} | undefined;
|
|
3754
|
+
customFields?: boolean | undefined;
|
|
3755
|
+
udm?: Record<string, {
|
|
3756
|
+
fields?: string[] | undefined;
|
|
3757
|
+
extract?: Record<string, any> | undefined;
|
|
3758
|
+
parse?: Record<string, any> | undefined;
|
|
3759
|
+
}> | undefined;
|
|
3760
|
+
find?: {
|
|
3761
|
+
apiRequests?: {
|
|
3762
|
+
path: unknown;
|
|
3763
|
+
method: unknown;
|
|
3764
|
+
}[] | undefined;
|
|
3765
|
+
queryFields?: string[] | undefined;
|
|
3766
|
+
} | undefined;
|
|
3767
|
+
} | undefined;
|
|
3768
|
+
isCustomized?: boolean | undefined;
|
|
3769
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3770
|
+
userId?: string | undefined;
|
|
3771
|
+
tenantId?: string | undefined;
|
|
1053
3772
|
integration?: {
|
|
1054
3773
|
id: string;
|
|
1055
3774
|
name: string;
|
|
@@ -1093,7 +3812,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1093
3812
|
name: string;
|
|
1094
3813
|
key?: string | undefined;
|
|
1095
3814
|
description?: string | undefined;
|
|
1096
|
-
instanceKey?: string | undefined;
|
|
1097
3815
|
integrationId?: string | undefined;
|
|
1098
3816
|
uuid?: string | undefined;
|
|
1099
3817
|
meta?: Record<string, any> | undefined;
|
|
@@ -1101,6 +3819,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1101
3819
|
parentUuid?: string | undefined;
|
|
1102
3820
|
isUniversal?: boolean | undefined;
|
|
1103
3821
|
connectionId?: string | undefined;
|
|
3822
|
+
instanceKey?: string | undefined;
|
|
1104
3823
|
dataSourceId?: string | undefined;
|
|
1105
3824
|
universalDataSourceId?: string | undefined;
|
|
1106
3825
|
udm?: string | undefined;
|
|
@@ -1109,14 +3828,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1109
3828
|
collectionKey?: string | undefined;
|
|
1110
3829
|
collectionParameters?: any;
|
|
1111
3830
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1112
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1113
3831
|
revision?: string | undefined;
|
|
1114
3832
|
createdAt?: string | undefined;
|
|
1115
3833
|
updatedAt?: string | undefined;
|
|
1116
3834
|
archivedAt?: string | undefined;
|
|
1117
3835
|
isDeactivated?: boolean | undefined;
|
|
1118
|
-
|
|
3836
|
+
dataSourceRevision?: string | undefined;
|
|
1119
3837
|
universalDataSourceRevision?: string | undefined;
|
|
3838
|
+
defaultCollectionKey?: string | undefined;
|
|
3839
|
+
defaultCollectionParameters?: any;
|
|
3840
|
+
collectionSpec?: {
|
|
3841
|
+
type: "collection";
|
|
3842
|
+
name: string;
|
|
3843
|
+
key?: string | undefined;
|
|
3844
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3845
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3846
|
+
list?: {
|
|
3847
|
+
apiRequests?: {
|
|
3848
|
+
path: unknown;
|
|
3849
|
+
method: unknown;
|
|
3850
|
+
}[] | undefined;
|
|
3851
|
+
filterFields?: string[] | undefined;
|
|
3852
|
+
} | undefined;
|
|
3853
|
+
search?: {
|
|
3854
|
+
apiRequests?: {
|
|
3855
|
+
path: unknown;
|
|
3856
|
+
method: unknown;
|
|
3857
|
+
}[] | undefined;
|
|
3858
|
+
} | undefined;
|
|
3859
|
+
match?: {
|
|
3860
|
+
apiRequests?: {
|
|
3861
|
+
path: unknown;
|
|
3862
|
+
method: unknown;
|
|
3863
|
+
}[] | undefined;
|
|
3864
|
+
fields?: string[] | undefined;
|
|
3865
|
+
} | undefined;
|
|
3866
|
+
findById?: {
|
|
3867
|
+
apiRequests?: {
|
|
3868
|
+
path: unknown;
|
|
3869
|
+
method: unknown;
|
|
3870
|
+
}[] | undefined;
|
|
3871
|
+
} | undefined;
|
|
3872
|
+
create?: {
|
|
3873
|
+
apiRequests?: {
|
|
3874
|
+
path: unknown;
|
|
3875
|
+
method: unknown;
|
|
3876
|
+
}[] | undefined;
|
|
3877
|
+
fields?: string[] | undefined;
|
|
3878
|
+
requiredFields?: string[] | undefined;
|
|
3879
|
+
excludedFields?: string[] | undefined;
|
|
3880
|
+
} | undefined;
|
|
3881
|
+
update?: {
|
|
3882
|
+
apiRequests?: {
|
|
3883
|
+
path: unknown;
|
|
3884
|
+
method: unknown;
|
|
3885
|
+
}[] | undefined;
|
|
3886
|
+
fields?: string[] | undefined;
|
|
3887
|
+
excludedFields?: string[] | undefined;
|
|
3888
|
+
} | undefined;
|
|
3889
|
+
delete?: {
|
|
3890
|
+
apiRequests?: {
|
|
3891
|
+
path: unknown;
|
|
3892
|
+
method: unknown;
|
|
3893
|
+
}[] | undefined;
|
|
3894
|
+
} | undefined;
|
|
3895
|
+
events?: {
|
|
3896
|
+
[x: string]: {
|
|
3897
|
+
type: "push" | "pull";
|
|
3898
|
+
isFullScan?: boolean | undefined;
|
|
3899
|
+
isIdOnly?: boolean | undefined;
|
|
3900
|
+
};
|
|
3901
|
+
created?: {
|
|
3902
|
+
type: "push" | "pull";
|
|
3903
|
+
isFullScan?: boolean | undefined;
|
|
3904
|
+
isIdOnly?: boolean | undefined;
|
|
3905
|
+
} | undefined;
|
|
3906
|
+
updated?: {
|
|
3907
|
+
type: "push" | "pull";
|
|
3908
|
+
isFullScan?: boolean | undefined;
|
|
3909
|
+
isIdOnly?: boolean | undefined;
|
|
3910
|
+
} | undefined;
|
|
3911
|
+
deleted?: {
|
|
3912
|
+
type: "push" | "pull";
|
|
3913
|
+
isFullScan?: boolean | undefined;
|
|
3914
|
+
isIdOnly?: boolean | undefined;
|
|
3915
|
+
} | undefined;
|
|
3916
|
+
all?: {
|
|
3917
|
+
type: "push" | "pull";
|
|
3918
|
+
isFullScan?: boolean | undefined;
|
|
3919
|
+
isIdOnly?: boolean | undefined;
|
|
3920
|
+
} | undefined;
|
|
3921
|
+
} | undefined;
|
|
3922
|
+
customFields?: boolean | undefined;
|
|
3923
|
+
udm?: Record<string, {
|
|
3924
|
+
fields?: string[] | undefined;
|
|
3925
|
+
extract?: Record<string, any> | undefined;
|
|
3926
|
+
parse?: Record<string, any> | undefined;
|
|
3927
|
+
}> | undefined;
|
|
3928
|
+
find?: {
|
|
3929
|
+
apiRequests?: {
|
|
3930
|
+
path: unknown;
|
|
3931
|
+
method: unknown;
|
|
3932
|
+
}[] | undefined;
|
|
3933
|
+
queryFields?: string[] | undefined;
|
|
3934
|
+
} | undefined;
|
|
3935
|
+
} | undefined;
|
|
3936
|
+
isCustomized?: boolean | undefined;
|
|
3937
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3938
|
+
userId?: string | undefined;
|
|
3939
|
+
tenantId?: string | undefined;
|
|
1120
3940
|
};
|
|
1121
3941
|
integration: {
|
|
1122
3942
|
id: string;
|
|
@@ -1156,6 +3976,178 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1156
3976
|
}> | undefined;
|
|
1157
3977
|
};
|
|
1158
3978
|
}[] | undefined;
|
|
3979
|
+
user?: {
|
|
3980
|
+
id: string;
|
|
3981
|
+
name: string;
|
|
3982
|
+
internalId: string;
|
|
3983
|
+
meta?: Record<string, any> | undefined;
|
|
3984
|
+
fields?: Record<string, any> | undefined;
|
|
3985
|
+
credentials?: any;
|
|
3986
|
+
lastActiveAt?: string | undefined;
|
|
3987
|
+
isTest?: boolean | undefined;
|
|
3988
|
+
isBillable?: boolean | undefined;
|
|
3989
|
+
isActive?: boolean | undefined;
|
|
3990
|
+
createdAt?: string | undefined;
|
|
3991
|
+
archivedAt?: string | undefined;
|
|
3992
|
+
} | undefined;
|
|
3993
|
+
connection?: {
|
|
3994
|
+
id: string;
|
|
3995
|
+
name: string;
|
|
3996
|
+
createdAt: string;
|
|
3997
|
+
updatedAt: string;
|
|
3998
|
+
userId: string;
|
|
3999
|
+
isTest?: boolean | undefined;
|
|
4000
|
+
disconnected?: boolean | undefined;
|
|
4001
|
+
isDefunct?: boolean | undefined;
|
|
4002
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
4003
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
4004
|
+
integrationId?: string | undefined;
|
|
4005
|
+
connectorId?: string | undefined;
|
|
4006
|
+
connectorVersion?: string | undefined;
|
|
4007
|
+
authOptionKey?: string | undefined;
|
|
4008
|
+
lastActiveAt?: string | undefined;
|
|
4009
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
4010
|
+
nextRetryTimestamp?: string | undefined;
|
|
4011
|
+
retryAttempts?: number | undefined;
|
|
4012
|
+
canTest?: boolean | undefined;
|
|
4013
|
+
canRefreshCredentials?: boolean | undefined;
|
|
4014
|
+
archivedAt?: string | undefined;
|
|
4015
|
+
isDeactivated?: boolean | undefined;
|
|
4016
|
+
meta?: Record<string, any> | undefined;
|
|
4017
|
+
tenantId?: string | undefined;
|
|
4018
|
+
} | undefined;
|
|
4019
|
+
dataSource?: {
|
|
4020
|
+
id: string;
|
|
4021
|
+
name: string;
|
|
4022
|
+
key?: string | undefined;
|
|
4023
|
+
description?: string | undefined;
|
|
4024
|
+
integrationId?: string | undefined;
|
|
4025
|
+
uuid?: string | undefined;
|
|
4026
|
+
meta?: Record<string, any> | undefined;
|
|
4027
|
+
integrationUuid?: string | undefined;
|
|
4028
|
+
parentUuid?: string | undefined;
|
|
4029
|
+
isUniversal?: boolean | undefined;
|
|
4030
|
+
connectionId?: string | undefined;
|
|
4031
|
+
instanceKey?: string | undefined;
|
|
4032
|
+
dataSourceId?: string | undefined;
|
|
4033
|
+
universalDataSourceId?: string | undefined;
|
|
4034
|
+
udm?: string | undefined;
|
|
4035
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
4036
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
4037
|
+
collectionKey?: string | undefined;
|
|
4038
|
+
collectionParameters?: any;
|
|
4039
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
4040
|
+
revision?: string | undefined;
|
|
4041
|
+
createdAt?: string | undefined;
|
|
4042
|
+
updatedAt?: string | undefined;
|
|
4043
|
+
archivedAt?: string | undefined;
|
|
4044
|
+
isDeactivated?: boolean | undefined;
|
|
4045
|
+
dataSourceRevision?: string | undefined;
|
|
4046
|
+
universalDataSourceRevision?: string | undefined;
|
|
4047
|
+
defaultCollectionKey?: string | undefined;
|
|
4048
|
+
defaultCollectionParameters?: any;
|
|
4049
|
+
collectionSpec?: {
|
|
4050
|
+
type: "collection";
|
|
4051
|
+
name: string;
|
|
4052
|
+
key?: string | undefined;
|
|
4053
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4054
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4055
|
+
list?: {
|
|
4056
|
+
apiRequests?: {
|
|
4057
|
+
path: unknown;
|
|
4058
|
+
method: unknown;
|
|
4059
|
+
}[] | undefined;
|
|
4060
|
+
filterFields?: string[] | undefined;
|
|
4061
|
+
} | undefined;
|
|
4062
|
+
search?: {
|
|
4063
|
+
apiRequests?: {
|
|
4064
|
+
path: unknown;
|
|
4065
|
+
method: unknown;
|
|
4066
|
+
}[] | undefined;
|
|
4067
|
+
} | undefined;
|
|
4068
|
+
match?: {
|
|
4069
|
+
apiRequests?: {
|
|
4070
|
+
path: unknown;
|
|
4071
|
+
method: unknown;
|
|
4072
|
+
}[] | undefined;
|
|
4073
|
+
fields?: string[] | undefined;
|
|
4074
|
+
} | undefined;
|
|
4075
|
+
findById?: {
|
|
4076
|
+
apiRequests?: {
|
|
4077
|
+
path: unknown;
|
|
4078
|
+
method: unknown;
|
|
4079
|
+
}[] | undefined;
|
|
4080
|
+
} | undefined;
|
|
4081
|
+
create?: {
|
|
4082
|
+
apiRequests?: {
|
|
4083
|
+
path: unknown;
|
|
4084
|
+
method: unknown;
|
|
4085
|
+
}[] | undefined;
|
|
4086
|
+
fields?: string[] | undefined;
|
|
4087
|
+
requiredFields?: string[] | undefined;
|
|
4088
|
+
excludedFields?: string[] | undefined;
|
|
4089
|
+
} | undefined;
|
|
4090
|
+
update?: {
|
|
4091
|
+
apiRequests?: {
|
|
4092
|
+
path: unknown;
|
|
4093
|
+
method: unknown;
|
|
4094
|
+
}[] | undefined;
|
|
4095
|
+
fields?: string[] | undefined;
|
|
4096
|
+
excludedFields?: string[] | undefined;
|
|
4097
|
+
} | undefined;
|
|
4098
|
+
delete?: {
|
|
4099
|
+
apiRequests?: {
|
|
4100
|
+
path: unknown;
|
|
4101
|
+
method: unknown;
|
|
4102
|
+
}[] | undefined;
|
|
4103
|
+
} | undefined;
|
|
4104
|
+
events?: {
|
|
4105
|
+
[x: string]: {
|
|
4106
|
+
type: "push" | "pull";
|
|
4107
|
+
isFullScan?: boolean | undefined;
|
|
4108
|
+
isIdOnly?: boolean | undefined;
|
|
4109
|
+
};
|
|
4110
|
+
created?: {
|
|
4111
|
+
type: "push" | "pull";
|
|
4112
|
+
isFullScan?: boolean | undefined;
|
|
4113
|
+
isIdOnly?: boolean | undefined;
|
|
4114
|
+
} | undefined;
|
|
4115
|
+
updated?: {
|
|
4116
|
+
type: "push" | "pull";
|
|
4117
|
+
isFullScan?: boolean | undefined;
|
|
4118
|
+
isIdOnly?: boolean | undefined;
|
|
4119
|
+
} | undefined;
|
|
4120
|
+
deleted?: {
|
|
4121
|
+
type: "push" | "pull";
|
|
4122
|
+
isFullScan?: boolean | undefined;
|
|
4123
|
+
isIdOnly?: boolean | undefined;
|
|
4124
|
+
} | undefined;
|
|
4125
|
+
all?: {
|
|
4126
|
+
type: "push" | "pull";
|
|
4127
|
+
isFullScan?: boolean | undefined;
|
|
4128
|
+
isIdOnly?: boolean | undefined;
|
|
4129
|
+
} | undefined;
|
|
4130
|
+
} | undefined;
|
|
4131
|
+
customFields?: boolean | undefined;
|
|
4132
|
+
udm?: Record<string, {
|
|
4133
|
+
fields?: string[] | undefined;
|
|
4134
|
+
extract?: Record<string, any> | undefined;
|
|
4135
|
+
parse?: Record<string, any> | undefined;
|
|
4136
|
+
}> | undefined;
|
|
4137
|
+
find?: {
|
|
4138
|
+
apiRequests?: {
|
|
4139
|
+
path: unknown;
|
|
4140
|
+
method: unknown;
|
|
4141
|
+
}[] | undefined;
|
|
4142
|
+
queryFields?: string[] | undefined;
|
|
4143
|
+
} | undefined;
|
|
4144
|
+
} | undefined;
|
|
4145
|
+
isCustomized?: boolean | undefined;
|
|
4146
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4147
|
+
userId?: string | undefined;
|
|
4148
|
+
tenantId?: string | undefined;
|
|
4149
|
+
} | undefined;
|
|
4150
|
+
path?: string | undefined;
|
|
1159
4151
|
defaultPath?: string | undefined;
|
|
1160
4152
|
} | undefined;
|
|
1161
4153
|
reset: () => Promise<void>;
|
|
@@ -1164,7 +4156,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1164
4156
|
name: string;
|
|
1165
4157
|
key?: string | undefined;
|
|
1166
4158
|
description?: string | undefined;
|
|
1167
|
-
instanceKey?: string | undefined;
|
|
1168
4159
|
integrationId?: string | undefined;
|
|
1169
4160
|
uuid?: string | undefined;
|
|
1170
4161
|
meta?: Record<string, any> | undefined;
|
|
@@ -1172,6 +4163,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1172
4163
|
parentUuid?: string | undefined;
|
|
1173
4164
|
isUniversal?: boolean | undefined;
|
|
1174
4165
|
connectionId?: string | undefined;
|
|
4166
|
+
instanceKey?: string | undefined;
|
|
1175
4167
|
dataSourceId?: string | undefined;
|
|
1176
4168
|
universalDataSourceId?: string | undefined;
|
|
1177
4169
|
udm?: string | undefined;
|
|
@@ -1180,14 +4172,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1180
4172
|
collectionKey?: string | undefined;
|
|
1181
4173
|
collectionParameters?: any;
|
|
1182
4174
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1183
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1184
4175
|
revision?: string | undefined;
|
|
1185
4176
|
createdAt?: string | undefined;
|
|
1186
4177
|
updatedAt?: string | undefined;
|
|
1187
4178
|
archivedAt?: string | undefined;
|
|
1188
4179
|
isDeactivated?: boolean | undefined;
|
|
1189
|
-
|
|
4180
|
+
dataSourceRevision?: string | undefined;
|
|
1190
4181
|
universalDataSourceRevision?: string | undefined;
|
|
4182
|
+
defaultCollectionKey?: string | undefined;
|
|
4183
|
+
defaultCollectionParameters?: any;
|
|
4184
|
+
collectionSpec?: {
|
|
4185
|
+
type: "collection";
|
|
4186
|
+
name: string;
|
|
4187
|
+
key?: string | undefined;
|
|
4188
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4189
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4190
|
+
list?: {
|
|
4191
|
+
apiRequests?: {
|
|
4192
|
+
path: unknown;
|
|
4193
|
+
method: unknown;
|
|
4194
|
+
}[] | undefined;
|
|
4195
|
+
filterFields?: string[] | undefined;
|
|
4196
|
+
} | undefined;
|
|
4197
|
+
search?: {
|
|
4198
|
+
apiRequests?: {
|
|
4199
|
+
path: unknown;
|
|
4200
|
+
method: unknown;
|
|
4201
|
+
}[] | undefined;
|
|
4202
|
+
} | undefined;
|
|
4203
|
+
match?: {
|
|
4204
|
+
apiRequests?: {
|
|
4205
|
+
path: unknown;
|
|
4206
|
+
method: unknown;
|
|
4207
|
+
}[] | undefined;
|
|
4208
|
+
fields?: string[] | undefined;
|
|
4209
|
+
} | undefined;
|
|
4210
|
+
findById?: {
|
|
4211
|
+
apiRequests?: {
|
|
4212
|
+
path: unknown;
|
|
4213
|
+
method: unknown;
|
|
4214
|
+
}[] | undefined;
|
|
4215
|
+
} | undefined;
|
|
4216
|
+
create?: {
|
|
4217
|
+
apiRequests?: {
|
|
4218
|
+
path: unknown;
|
|
4219
|
+
method: unknown;
|
|
4220
|
+
}[] | undefined;
|
|
4221
|
+
fields?: string[] | undefined;
|
|
4222
|
+
requiredFields?: string[] | undefined;
|
|
4223
|
+
excludedFields?: string[] | undefined;
|
|
4224
|
+
} | undefined;
|
|
4225
|
+
update?: {
|
|
4226
|
+
apiRequests?: {
|
|
4227
|
+
path: unknown;
|
|
4228
|
+
method: unknown;
|
|
4229
|
+
}[] | undefined;
|
|
4230
|
+
fields?: string[] | undefined;
|
|
4231
|
+
excludedFields?: string[] | undefined;
|
|
4232
|
+
} | undefined;
|
|
4233
|
+
delete?: {
|
|
4234
|
+
apiRequests?: {
|
|
4235
|
+
path: unknown;
|
|
4236
|
+
method: unknown;
|
|
4237
|
+
}[] | undefined;
|
|
4238
|
+
} | undefined;
|
|
4239
|
+
events?: {
|
|
4240
|
+
[x: string]: {
|
|
4241
|
+
type: "push" | "pull";
|
|
4242
|
+
isFullScan?: boolean | undefined;
|
|
4243
|
+
isIdOnly?: boolean | undefined;
|
|
4244
|
+
};
|
|
4245
|
+
created?: {
|
|
4246
|
+
type: "push" | "pull";
|
|
4247
|
+
isFullScan?: boolean | undefined;
|
|
4248
|
+
isIdOnly?: boolean | undefined;
|
|
4249
|
+
} | undefined;
|
|
4250
|
+
updated?: {
|
|
4251
|
+
type: "push" | "pull";
|
|
4252
|
+
isFullScan?: boolean | undefined;
|
|
4253
|
+
isIdOnly?: boolean | undefined;
|
|
4254
|
+
} | undefined;
|
|
4255
|
+
deleted?: {
|
|
4256
|
+
type: "push" | "pull";
|
|
4257
|
+
isFullScan?: boolean | undefined;
|
|
4258
|
+
isIdOnly?: boolean | undefined;
|
|
4259
|
+
} | undefined;
|
|
4260
|
+
all?: {
|
|
4261
|
+
type: "push" | "pull";
|
|
4262
|
+
isFullScan?: boolean | undefined;
|
|
4263
|
+
isIdOnly?: boolean | undefined;
|
|
4264
|
+
} | undefined;
|
|
4265
|
+
} | undefined;
|
|
4266
|
+
customFields?: boolean | undefined;
|
|
4267
|
+
udm?: Record<string, {
|
|
4268
|
+
fields?: string[] | undefined;
|
|
4269
|
+
extract?: Record<string, any> | undefined;
|
|
4270
|
+
parse?: Record<string, any> | undefined;
|
|
4271
|
+
}> | undefined;
|
|
4272
|
+
find?: {
|
|
4273
|
+
apiRequests?: {
|
|
4274
|
+
path: unknown;
|
|
4275
|
+
method: unknown;
|
|
4276
|
+
}[] | undefined;
|
|
4277
|
+
queryFields?: string[] | undefined;
|
|
4278
|
+
} | undefined;
|
|
4279
|
+
} | undefined;
|
|
4280
|
+
isCustomized?: boolean | undefined;
|
|
4281
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4282
|
+
userId?: string | undefined;
|
|
4283
|
+
tenantId?: string | undefined;
|
|
1191
4284
|
integration?: {
|
|
1192
4285
|
id: string;
|
|
1193
4286
|
name: string;
|
|
@@ -1231,7 +4324,6 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1231
4324
|
name: string;
|
|
1232
4325
|
key?: string | undefined;
|
|
1233
4326
|
description?: string | undefined;
|
|
1234
|
-
instanceKey?: string | undefined;
|
|
1235
4327
|
integrationId?: string | undefined;
|
|
1236
4328
|
uuid?: string | undefined;
|
|
1237
4329
|
meta?: Record<string, any> | undefined;
|
|
@@ -1239,6 +4331,7 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1239
4331
|
parentUuid?: string | undefined;
|
|
1240
4332
|
isUniversal?: boolean | undefined;
|
|
1241
4333
|
connectionId?: string | undefined;
|
|
4334
|
+
instanceKey?: string | undefined;
|
|
1242
4335
|
dataSourceId?: string | undefined;
|
|
1243
4336
|
universalDataSourceId?: string | undefined;
|
|
1244
4337
|
udm?: string | undefined;
|
|
@@ -1247,14 +4340,115 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1247
4340
|
collectionKey?: string | undefined;
|
|
1248
4341
|
collectionParameters?: any;
|
|
1249
4342
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1250
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1251
4343
|
revision?: string | undefined;
|
|
1252
4344
|
createdAt?: string | undefined;
|
|
1253
4345
|
updatedAt?: string | undefined;
|
|
1254
4346
|
archivedAt?: string | undefined;
|
|
1255
4347
|
isDeactivated?: boolean | undefined;
|
|
1256
|
-
|
|
4348
|
+
dataSourceRevision?: string | undefined;
|
|
1257
4349
|
universalDataSourceRevision?: string | undefined;
|
|
4350
|
+
defaultCollectionKey?: string | undefined;
|
|
4351
|
+
defaultCollectionParameters?: any;
|
|
4352
|
+
collectionSpec?: {
|
|
4353
|
+
type: "collection";
|
|
4354
|
+
name: string;
|
|
4355
|
+
key?: string | undefined;
|
|
4356
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4357
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4358
|
+
list?: {
|
|
4359
|
+
apiRequests?: {
|
|
4360
|
+
path: unknown;
|
|
4361
|
+
method: unknown;
|
|
4362
|
+
}[] | undefined;
|
|
4363
|
+
filterFields?: string[] | undefined;
|
|
4364
|
+
} | undefined;
|
|
4365
|
+
search?: {
|
|
4366
|
+
apiRequests?: {
|
|
4367
|
+
path: unknown;
|
|
4368
|
+
method: unknown;
|
|
4369
|
+
}[] | undefined;
|
|
4370
|
+
} | undefined;
|
|
4371
|
+
match?: {
|
|
4372
|
+
apiRequests?: {
|
|
4373
|
+
path: unknown;
|
|
4374
|
+
method: unknown;
|
|
4375
|
+
}[] | undefined;
|
|
4376
|
+
fields?: string[] | undefined;
|
|
4377
|
+
} | undefined;
|
|
4378
|
+
findById?: {
|
|
4379
|
+
apiRequests?: {
|
|
4380
|
+
path: unknown;
|
|
4381
|
+
method: unknown;
|
|
4382
|
+
}[] | undefined;
|
|
4383
|
+
} | undefined;
|
|
4384
|
+
create?: {
|
|
4385
|
+
apiRequests?: {
|
|
4386
|
+
path: unknown;
|
|
4387
|
+
method: unknown;
|
|
4388
|
+
}[] | undefined;
|
|
4389
|
+
fields?: string[] | undefined;
|
|
4390
|
+
requiredFields?: string[] | undefined;
|
|
4391
|
+
excludedFields?: string[] | undefined;
|
|
4392
|
+
} | undefined;
|
|
4393
|
+
update?: {
|
|
4394
|
+
apiRequests?: {
|
|
4395
|
+
path: unknown;
|
|
4396
|
+
method: unknown;
|
|
4397
|
+
}[] | undefined;
|
|
4398
|
+
fields?: string[] | undefined;
|
|
4399
|
+
excludedFields?: string[] | undefined;
|
|
4400
|
+
} | undefined;
|
|
4401
|
+
delete?: {
|
|
4402
|
+
apiRequests?: {
|
|
4403
|
+
path: unknown;
|
|
4404
|
+
method: unknown;
|
|
4405
|
+
}[] | undefined;
|
|
4406
|
+
} | undefined;
|
|
4407
|
+
events?: {
|
|
4408
|
+
[x: string]: {
|
|
4409
|
+
type: "push" | "pull";
|
|
4410
|
+
isFullScan?: boolean | undefined;
|
|
4411
|
+
isIdOnly?: boolean | undefined;
|
|
4412
|
+
};
|
|
4413
|
+
created?: {
|
|
4414
|
+
type: "push" | "pull";
|
|
4415
|
+
isFullScan?: boolean | undefined;
|
|
4416
|
+
isIdOnly?: boolean | undefined;
|
|
4417
|
+
} | undefined;
|
|
4418
|
+
updated?: {
|
|
4419
|
+
type: "push" | "pull";
|
|
4420
|
+
isFullScan?: boolean | undefined;
|
|
4421
|
+
isIdOnly?: boolean | undefined;
|
|
4422
|
+
} | undefined;
|
|
4423
|
+
deleted?: {
|
|
4424
|
+
type: "push" | "pull";
|
|
4425
|
+
isFullScan?: boolean | undefined;
|
|
4426
|
+
isIdOnly?: boolean | undefined;
|
|
4427
|
+
} | undefined;
|
|
4428
|
+
all?: {
|
|
4429
|
+
type: "push" | "pull";
|
|
4430
|
+
isFullScan?: boolean | undefined;
|
|
4431
|
+
isIdOnly?: boolean | undefined;
|
|
4432
|
+
} | undefined;
|
|
4433
|
+
} | undefined;
|
|
4434
|
+
customFields?: boolean | undefined;
|
|
4435
|
+
udm?: Record<string, {
|
|
4436
|
+
fields?: string[] | undefined;
|
|
4437
|
+
extract?: Record<string, any> | undefined;
|
|
4438
|
+
parse?: Record<string, any> | undefined;
|
|
4439
|
+
}> | undefined;
|
|
4440
|
+
find?: {
|
|
4441
|
+
apiRequests?: {
|
|
4442
|
+
path: unknown;
|
|
4443
|
+
method: unknown;
|
|
4444
|
+
}[] | undefined;
|
|
4445
|
+
queryFields?: string[] | undefined;
|
|
4446
|
+
} | undefined;
|
|
4447
|
+
} | undefined;
|
|
4448
|
+
isCustomized?: boolean | undefined;
|
|
4449
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4450
|
+
userId?: string | undefined;
|
|
4451
|
+
tenantId?: string | undefined;
|
|
1258
4452
|
};
|
|
1259
4453
|
integration: {
|
|
1260
4454
|
id: string;
|
|
@@ -1294,6 +4488,178 @@ export declare function useDataSource(selector: string | DataSourceSelector | un
|
|
|
1294
4488
|
}> | undefined;
|
|
1295
4489
|
};
|
|
1296
4490
|
}[] | undefined;
|
|
4491
|
+
user?: {
|
|
4492
|
+
id: string;
|
|
4493
|
+
name: string;
|
|
4494
|
+
internalId: string;
|
|
4495
|
+
meta?: Record<string, any> | undefined;
|
|
4496
|
+
fields?: Record<string, any> | undefined;
|
|
4497
|
+
credentials?: any;
|
|
4498
|
+
lastActiveAt?: string | undefined;
|
|
4499
|
+
isTest?: boolean | undefined;
|
|
4500
|
+
isBillable?: boolean | undefined;
|
|
4501
|
+
isActive?: boolean | undefined;
|
|
4502
|
+
createdAt?: string | undefined;
|
|
4503
|
+
archivedAt?: string | undefined;
|
|
4504
|
+
} | undefined;
|
|
4505
|
+
connection?: {
|
|
4506
|
+
id: string;
|
|
4507
|
+
name: string;
|
|
4508
|
+
createdAt: string;
|
|
4509
|
+
updatedAt: string;
|
|
4510
|
+
userId: string;
|
|
4511
|
+
isTest?: boolean | undefined;
|
|
4512
|
+
disconnected?: boolean | undefined;
|
|
4513
|
+
isDefunct?: boolean | undefined;
|
|
4514
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
4515
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
4516
|
+
integrationId?: string | undefined;
|
|
4517
|
+
connectorId?: string | undefined;
|
|
4518
|
+
connectorVersion?: string | undefined;
|
|
4519
|
+
authOptionKey?: string | undefined;
|
|
4520
|
+
lastActiveAt?: string | undefined;
|
|
4521
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
4522
|
+
nextRetryTimestamp?: string | undefined;
|
|
4523
|
+
retryAttempts?: number | undefined;
|
|
4524
|
+
canTest?: boolean | undefined;
|
|
4525
|
+
canRefreshCredentials?: boolean | undefined;
|
|
4526
|
+
archivedAt?: string | undefined;
|
|
4527
|
+
isDeactivated?: boolean | undefined;
|
|
4528
|
+
meta?: Record<string, any> | undefined;
|
|
4529
|
+
tenantId?: string | undefined;
|
|
4530
|
+
} | undefined;
|
|
4531
|
+
dataSource?: {
|
|
4532
|
+
id: string;
|
|
4533
|
+
name: string;
|
|
4534
|
+
key?: string | undefined;
|
|
4535
|
+
description?: string | undefined;
|
|
4536
|
+
integrationId?: string | undefined;
|
|
4537
|
+
uuid?: string | undefined;
|
|
4538
|
+
meta?: Record<string, any> | undefined;
|
|
4539
|
+
integrationUuid?: string | undefined;
|
|
4540
|
+
parentUuid?: string | undefined;
|
|
4541
|
+
isUniversal?: boolean | undefined;
|
|
4542
|
+
connectionId?: string | undefined;
|
|
4543
|
+
instanceKey?: string | undefined;
|
|
4544
|
+
dataSourceId?: string | undefined;
|
|
4545
|
+
universalDataSourceId?: string | undefined;
|
|
4546
|
+
udm?: string | undefined;
|
|
4547
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
4548
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
4549
|
+
collectionKey?: string | undefined;
|
|
4550
|
+
collectionParameters?: any;
|
|
4551
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
4552
|
+
revision?: string | undefined;
|
|
4553
|
+
createdAt?: string | undefined;
|
|
4554
|
+
updatedAt?: string | undefined;
|
|
4555
|
+
archivedAt?: string | undefined;
|
|
4556
|
+
isDeactivated?: boolean | undefined;
|
|
4557
|
+
dataSourceRevision?: string | undefined;
|
|
4558
|
+
universalDataSourceRevision?: string | undefined;
|
|
4559
|
+
defaultCollectionKey?: string | undefined;
|
|
4560
|
+
defaultCollectionParameters?: any;
|
|
4561
|
+
collectionSpec?: {
|
|
4562
|
+
type: "collection";
|
|
4563
|
+
name: string;
|
|
4564
|
+
key?: string | undefined;
|
|
4565
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4566
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4567
|
+
list?: {
|
|
4568
|
+
apiRequests?: {
|
|
4569
|
+
path: unknown;
|
|
4570
|
+
method: unknown;
|
|
4571
|
+
}[] | undefined;
|
|
4572
|
+
filterFields?: string[] | undefined;
|
|
4573
|
+
} | undefined;
|
|
4574
|
+
search?: {
|
|
4575
|
+
apiRequests?: {
|
|
4576
|
+
path: unknown;
|
|
4577
|
+
method: unknown;
|
|
4578
|
+
}[] | undefined;
|
|
4579
|
+
} | undefined;
|
|
4580
|
+
match?: {
|
|
4581
|
+
apiRequests?: {
|
|
4582
|
+
path: unknown;
|
|
4583
|
+
method: unknown;
|
|
4584
|
+
}[] | undefined;
|
|
4585
|
+
fields?: string[] | undefined;
|
|
4586
|
+
} | undefined;
|
|
4587
|
+
findById?: {
|
|
4588
|
+
apiRequests?: {
|
|
4589
|
+
path: unknown;
|
|
4590
|
+
method: unknown;
|
|
4591
|
+
}[] | undefined;
|
|
4592
|
+
} | undefined;
|
|
4593
|
+
create?: {
|
|
4594
|
+
apiRequests?: {
|
|
4595
|
+
path: unknown;
|
|
4596
|
+
method: unknown;
|
|
4597
|
+
}[] | undefined;
|
|
4598
|
+
fields?: string[] | undefined;
|
|
4599
|
+
requiredFields?: string[] | undefined;
|
|
4600
|
+
excludedFields?: string[] | undefined;
|
|
4601
|
+
} | undefined;
|
|
4602
|
+
update?: {
|
|
4603
|
+
apiRequests?: {
|
|
4604
|
+
path: unknown;
|
|
4605
|
+
method: unknown;
|
|
4606
|
+
}[] | undefined;
|
|
4607
|
+
fields?: string[] | undefined;
|
|
4608
|
+
excludedFields?: string[] | undefined;
|
|
4609
|
+
} | undefined;
|
|
4610
|
+
delete?: {
|
|
4611
|
+
apiRequests?: {
|
|
4612
|
+
path: unknown;
|
|
4613
|
+
method: unknown;
|
|
4614
|
+
}[] | undefined;
|
|
4615
|
+
} | undefined;
|
|
4616
|
+
events?: {
|
|
4617
|
+
[x: string]: {
|
|
4618
|
+
type: "push" | "pull";
|
|
4619
|
+
isFullScan?: boolean | undefined;
|
|
4620
|
+
isIdOnly?: boolean | undefined;
|
|
4621
|
+
};
|
|
4622
|
+
created?: {
|
|
4623
|
+
type: "push" | "pull";
|
|
4624
|
+
isFullScan?: boolean | undefined;
|
|
4625
|
+
isIdOnly?: boolean | undefined;
|
|
4626
|
+
} | undefined;
|
|
4627
|
+
updated?: {
|
|
4628
|
+
type: "push" | "pull";
|
|
4629
|
+
isFullScan?: boolean | undefined;
|
|
4630
|
+
isIdOnly?: boolean | undefined;
|
|
4631
|
+
} | undefined;
|
|
4632
|
+
deleted?: {
|
|
4633
|
+
type: "push" | "pull";
|
|
4634
|
+
isFullScan?: boolean | undefined;
|
|
4635
|
+
isIdOnly?: boolean | undefined;
|
|
4636
|
+
} | undefined;
|
|
4637
|
+
all?: {
|
|
4638
|
+
type: "push" | "pull";
|
|
4639
|
+
isFullScan?: boolean | undefined;
|
|
4640
|
+
isIdOnly?: boolean | undefined;
|
|
4641
|
+
} | undefined;
|
|
4642
|
+
} | undefined;
|
|
4643
|
+
customFields?: boolean | undefined;
|
|
4644
|
+
udm?: Record<string, {
|
|
4645
|
+
fields?: string[] | undefined;
|
|
4646
|
+
extract?: Record<string, any> | undefined;
|
|
4647
|
+
parse?: Record<string, any> | undefined;
|
|
4648
|
+
}> | undefined;
|
|
4649
|
+
find?: {
|
|
4650
|
+
apiRequests?: {
|
|
4651
|
+
path: unknown;
|
|
4652
|
+
method: unknown;
|
|
4653
|
+
}[] | undefined;
|
|
4654
|
+
queryFields?: string[] | undefined;
|
|
4655
|
+
} | undefined;
|
|
4656
|
+
} | undefined;
|
|
4657
|
+
isCustomized?: boolean | undefined;
|
|
4658
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4659
|
+
userId?: string | undefined;
|
|
4660
|
+
tenantId?: string | undefined;
|
|
4661
|
+
} | undefined;
|
|
4662
|
+
path?: string | undefined;
|
|
1297
4663
|
defaultPath?: string | undefined;
|
|
1298
4664
|
}>;
|
|
1299
4665
|
setup: () => Promise<void>;
|