@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
|
@@ -11,26 +11,31 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
11
11
|
}) => Promise<{
|
|
12
12
|
id: string;
|
|
13
13
|
name: string;
|
|
14
|
-
userId: string;
|
|
15
|
-
revision: string;
|
|
16
|
-
connectionId: string;
|
|
17
|
-
integrationId: string;
|
|
18
|
-
uuid?: string | undefined;
|
|
19
14
|
key?: string | undefined;
|
|
20
15
|
description?: string | undefined;
|
|
16
|
+
integrationId?: string | undefined;
|
|
17
|
+
uuid?: string | undefined;
|
|
21
18
|
meta?: Record<string, any> | undefined;
|
|
19
|
+
integrationUuid?: string | undefined;
|
|
20
|
+
parentUuid?: string | undefined;
|
|
21
|
+
isUniversal?: boolean | undefined;
|
|
22
|
+
connectionId?: string | undefined;
|
|
23
|
+
instanceKey?: string | undefined;
|
|
24
|
+
dataSourceId?: string | undefined;
|
|
25
|
+
universalDataSourceId?: string | undefined;
|
|
26
|
+
udm?: string | undefined;
|
|
27
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
28
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
29
|
+
collectionKey?: string | undefined;
|
|
30
|
+
collectionParameters?: any;
|
|
22
31
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
32
|
+
revision?: string | undefined;
|
|
23
33
|
createdAt?: string | undefined;
|
|
24
34
|
updatedAt?: string | undefined;
|
|
25
35
|
archivedAt?: string | undefined;
|
|
26
36
|
isDeactivated?: boolean | undefined;
|
|
27
37
|
dataSourceRevision?: string | undefined;
|
|
28
|
-
|
|
29
|
-
universalDataSourceId?: string | undefined;
|
|
30
|
-
udm?: string | undefined;
|
|
31
|
-
instanceKey?: string | undefined;
|
|
32
|
-
collectionKey?: string | undefined;
|
|
33
|
-
collectionParameters?: any;
|
|
38
|
+
universalDataSourceRevision?: string | undefined;
|
|
34
39
|
defaultCollectionKey?: string | undefined;
|
|
35
40
|
defaultCollectionParameters?: any;
|
|
36
41
|
collectionSpec?: {
|
|
@@ -131,8 +136,215 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
131
136
|
} | undefined;
|
|
132
137
|
isCustomized?: boolean | undefined;
|
|
133
138
|
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
134
|
-
|
|
135
|
-
|
|
139
|
+
userId?: string | undefined;
|
|
140
|
+
tenantId?: string | undefined;
|
|
141
|
+
integration?: {
|
|
142
|
+
id: string;
|
|
143
|
+
name: string;
|
|
144
|
+
logoUri: string;
|
|
145
|
+
uuid?: string | undefined;
|
|
146
|
+
key?: string | undefined;
|
|
147
|
+
description?: string | undefined;
|
|
148
|
+
meta?: Record<string, any> | undefined;
|
|
149
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
150
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
151
|
+
revision?: string | undefined;
|
|
152
|
+
createdAt?: string | undefined;
|
|
153
|
+
updatedAt?: string | undefined;
|
|
154
|
+
connectorId?: string | undefined;
|
|
155
|
+
connectorVersion?: string | undefined;
|
|
156
|
+
oAuthCallbackUri?: string | undefined;
|
|
157
|
+
parameters?: any;
|
|
158
|
+
archivedAt?: string | undefined;
|
|
159
|
+
hasMissingParameters?: boolean | undefined;
|
|
160
|
+
hasDocumentation?: boolean | undefined;
|
|
161
|
+
hasOperations?: boolean | undefined;
|
|
162
|
+
operationsCount?: number | undefined;
|
|
163
|
+
hasData?: boolean | undefined;
|
|
164
|
+
dataCollectionsCount?: number | undefined;
|
|
165
|
+
hasEvents?: boolean | undefined;
|
|
166
|
+
eventsCount?: number | undefined;
|
|
167
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
168
|
+
hasUdm?: boolean | undefined;
|
|
169
|
+
isTest?: boolean | undefined;
|
|
170
|
+
appUuid?: string | undefined;
|
|
171
|
+
isDeactivated?: boolean | undefined;
|
|
172
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
173
|
+
optionsConfig?: Record<string, {
|
|
174
|
+
disabled?: boolean | undefined;
|
|
175
|
+
parameters?: Record<string, any> | undefined;
|
|
176
|
+
}> | undefined;
|
|
177
|
+
} | undefined;
|
|
178
|
+
appliedToIntegrations?: {
|
|
179
|
+
element: {
|
|
180
|
+
id: string;
|
|
181
|
+
name: string;
|
|
182
|
+
key?: string | undefined;
|
|
183
|
+
description?: string | undefined;
|
|
184
|
+
integrationId?: string | undefined;
|
|
185
|
+
uuid?: string | undefined;
|
|
186
|
+
meta?: Record<string, any> | undefined;
|
|
187
|
+
integrationUuid?: string | undefined;
|
|
188
|
+
parentUuid?: string | undefined;
|
|
189
|
+
isUniversal?: boolean | undefined;
|
|
190
|
+
connectionId?: string | undefined;
|
|
191
|
+
instanceKey?: string | undefined;
|
|
192
|
+
dataSourceId?: string | undefined;
|
|
193
|
+
universalDataSourceId?: string | undefined;
|
|
194
|
+
udm?: string | undefined;
|
|
195
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
196
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
197
|
+
collectionKey?: string | undefined;
|
|
198
|
+
collectionParameters?: any;
|
|
199
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
200
|
+
revision?: string | undefined;
|
|
201
|
+
createdAt?: string | undefined;
|
|
202
|
+
updatedAt?: string | undefined;
|
|
203
|
+
archivedAt?: string | undefined;
|
|
204
|
+
isDeactivated?: boolean | undefined;
|
|
205
|
+
dataSourceRevision?: string | undefined;
|
|
206
|
+
universalDataSourceRevision?: string | undefined;
|
|
207
|
+
defaultCollectionKey?: string | undefined;
|
|
208
|
+
defaultCollectionParameters?: any;
|
|
209
|
+
collectionSpec?: {
|
|
210
|
+
type: "collection";
|
|
211
|
+
name: string;
|
|
212
|
+
key?: string | undefined;
|
|
213
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
214
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
215
|
+
list?: {
|
|
216
|
+
apiRequests?: {
|
|
217
|
+
path: unknown;
|
|
218
|
+
method: unknown;
|
|
219
|
+
}[] | undefined;
|
|
220
|
+
filterFields?: string[] | undefined;
|
|
221
|
+
} | undefined;
|
|
222
|
+
search?: {
|
|
223
|
+
apiRequests?: {
|
|
224
|
+
path: unknown;
|
|
225
|
+
method: unknown;
|
|
226
|
+
}[] | undefined;
|
|
227
|
+
} | undefined;
|
|
228
|
+
match?: {
|
|
229
|
+
apiRequests?: {
|
|
230
|
+
path: unknown;
|
|
231
|
+
method: unknown;
|
|
232
|
+
}[] | undefined;
|
|
233
|
+
fields?: string[] | undefined;
|
|
234
|
+
} | undefined;
|
|
235
|
+
findById?: {
|
|
236
|
+
apiRequests?: {
|
|
237
|
+
path: unknown;
|
|
238
|
+
method: unknown;
|
|
239
|
+
}[] | undefined;
|
|
240
|
+
} | undefined;
|
|
241
|
+
create?: {
|
|
242
|
+
apiRequests?: {
|
|
243
|
+
path: unknown;
|
|
244
|
+
method: unknown;
|
|
245
|
+
}[] | undefined;
|
|
246
|
+
fields?: string[] | undefined;
|
|
247
|
+
requiredFields?: string[] | undefined;
|
|
248
|
+
excludedFields?: string[] | undefined;
|
|
249
|
+
} | undefined;
|
|
250
|
+
update?: {
|
|
251
|
+
apiRequests?: {
|
|
252
|
+
path: unknown;
|
|
253
|
+
method: unknown;
|
|
254
|
+
}[] | undefined;
|
|
255
|
+
fields?: string[] | undefined;
|
|
256
|
+
excludedFields?: string[] | undefined;
|
|
257
|
+
} | undefined;
|
|
258
|
+
delete?: {
|
|
259
|
+
apiRequests?: {
|
|
260
|
+
path: unknown;
|
|
261
|
+
method: unknown;
|
|
262
|
+
}[] | undefined;
|
|
263
|
+
} | undefined;
|
|
264
|
+
events?: {
|
|
265
|
+
[x: string]: {
|
|
266
|
+
type: "push" | "pull";
|
|
267
|
+
isFullScan?: boolean | undefined;
|
|
268
|
+
isIdOnly?: boolean | undefined;
|
|
269
|
+
};
|
|
270
|
+
created?: {
|
|
271
|
+
type: "push" | "pull";
|
|
272
|
+
isFullScan?: boolean | undefined;
|
|
273
|
+
isIdOnly?: boolean | undefined;
|
|
274
|
+
} | undefined;
|
|
275
|
+
updated?: {
|
|
276
|
+
type: "push" | "pull";
|
|
277
|
+
isFullScan?: boolean | undefined;
|
|
278
|
+
isIdOnly?: boolean | undefined;
|
|
279
|
+
} | undefined;
|
|
280
|
+
deleted?: {
|
|
281
|
+
type: "push" | "pull";
|
|
282
|
+
isFullScan?: boolean | undefined;
|
|
283
|
+
isIdOnly?: boolean | undefined;
|
|
284
|
+
} | undefined;
|
|
285
|
+
all?: {
|
|
286
|
+
type: "push" | "pull";
|
|
287
|
+
isFullScan?: boolean | undefined;
|
|
288
|
+
isIdOnly?: boolean | undefined;
|
|
289
|
+
} | undefined;
|
|
290
|
+
} | undefined;
|
|
291
|
+
customFields?: boolean | undefined;
|
|
292
|
+
udm?: Record<string, {
|
|
293
|
+
fields?: string[] | undefined;
|
|
294
|
+
extract?: Record<string, any> | undefined;
|
|
295
|
+
parse?: Record<string, any> | undefined;
|
|
296
|
+
}> | undefined;
|
|
297
|
+
find?: {
|
|
298
|
+
apiRequests?: {
|
|
299
|
+
path: unknown;
|
|
300
|
+
method: unknown;
|
|
301
|
+
}[] | undefined;
|
|
302
|
+
queryFields?: string[] | undefined;
|
|
303
|
+
} | undefined;
|
|
304
|
+
} | undefined;
|
|
305
|
+
isCustomized?: boolean | undefined;
|
|
306
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
307
|
+
userId?: string | undefined;
|
|
308
|
+
tenantId?: string | undefined;
|
|
309
|
+
};
|
|
310
|
+
integration: {
|
|
311
|
+
id: string;
|
|
312
|
+
name: string;
|
|
313
|
+
logoUri: string;
|
|
314
|
+
uuid?: string | undefined;
|
|
315
|
+
key?: string | undefined;
|
|
316
|
+
description?: string | undefined;
|
|
317
|
+
meta?: Record<string, any> | undefined;
|
|
318
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
319
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
320
|
+
revision?: string | undefined;
|
|
321
|
+
createdAt?: string | undefined;
|
|
322
|
+
updatedAt?: string | undefined;
|
|
323
|
+
connectorId?: string | undefined;
|
|
324
|
+
connectorVersion?: string | undefined;
|
|
325
|
+
oAuthCallbackUri?: string | undefined;
|
|
326
|
+
parameters?: any;
|
|
327
|
+
archivedAt?: string | undefined;
|
|
328
|
+
hasMissingParameters?: boolean | undefined;
|
|
329
|
+
hasDocumentation?: boolean | undefined;
|
|
330
|
+
hasOperations?: boolean | undefined;
|
|
331
|
+
operationsCount?: number | undefined;
|
|
332
|
+
hasData?: boolean | undefined;
|
|
333
|
+
dataCollectionsCount?: number | undefined;
|
|
334
|
+
hasEvents?: boolean | undefined;
|
|
335
|
+
eventsCount?: number | undefined;
|
|
336
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
337
|
+
hasUdm?: boolean | undefined;
|
|
338
|
+
isTest?: boolean | undefined;
|
|
339
|
+
appUuid?: string | undefined;
|
|
340
|
+
isDeactivated?: boolean | undefined;
|
|
341
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
342
|
+
optionsConfig?: Record<string, {
|
|
343
|
+
disabled?: boolean | undefined;
|
|
344
|
+
parameters?: Record<string, any> | undefined;
|
|
345
|
+
}> | undefined;
|
|
346
|
+
};
|
|
347
|
+
}[] | undefined;
|
|
136
348
|
user?: {
|
|
137
349
|
id: string;
|
|
138
350
|
name: string;
|
|
@@ -147,42 +359,12 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
147
359
|
createdAt?: string | undefined;
|
|
148
360
|
archivedAt?: string | undefined;
|
|
149
361
|
} | undefined;
|
|
150
|
-
dataSource?: {
|
|
151
|
-
id: string;
|
|
152
|
-
name: string;
|
|
153
|
-
key?: string | undefined;
|
|
154
|
-
description?: string | undefined;
|
|
155
|
-
instanceKey?: string | undefined;
|
|
156
|
-
integrationId?: string | undefined;
|
|
157
|
-
uuid?: string | undefined;
|
|
158
|
-
meta?: Record<string, any> | undefined;
|
|
159
|
-
integrationUuid?: string | undefined;
|
|
160
|
-
parentUuid?: string | undefined;
|
|
161
|
-
isUniversal?: boolean | undefined;
|
|
162
|
-
connectionId?: string | undefined;
|
|
163
|
-
dataSourceId?: string | undefined;
|
|
164
|
-
universalDataSourceId?: string | undefined;
|
|
165
|
-
udm?: string | undefined;
|
|
166
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
167
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
168
|
-
collectionKey?: string | undefined;
|
|
169
|
-
collectionParameters?: any;
|
|
170
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
171
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
172
|
-
revision?: string | undefined;
|
|
173
|
-
createdAt?: string | undefined;
|
|
174
|
-
updatedAt?: string | undefined;
|
|
175
|
-
archivedAt?: string | undefined;
|
|
176
|
-
isDeactivated?: boolean | undefined;
|
|
177
|
-
isCustomized?: boolean | undefined;
|
|
178
|
-
universalDataSourceRevision?: string | undefined;
|
|
179
|
-
} | undefined;
|
|
180
362
|
connection?: {
|
|
181
363
|
id: string;
|
|
182
364
|
name: string;
|
|
183
|
-
userId: string;
|
|
184
365
|
createdAt: string;
|
|
185
366
|
updatedAt: string;
|
|
367
|
+
userId: string;
|
|
186
368
|
isTest?: boolean | undefined;
|
|
187
369
|
disconnected?: boolean | undefined;
|
|
188
370
|
isDefunct?: boolean | undefined;
|
|
@@ -201,98 +383,198 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
201
383
|
archivedAt?: string | undefined;
|
|
202
384
|
isDeactivated?: boolean | undefined;
|
|
203
385
|
meta?: Record<string, any> | undefined;
|
|
386
|
+
tenantId?: string | undefined;
|
|
204
387
|
} | undefined;
|
|
205
|
-
|
|
388
|
+
dataSource?: {
|
|
206
389
|
id: string;
|
|
207
390
|
name: string;
|
|
208
|
-
logoUri: string;
|
|
209
|
-
uuid?: string | undefined;
|
|
210
391
|
key?: string | undefined;
|
|
211
392
|
description?: string | undefined;
|
|
393
|
+
integrationId?: string | undefined;
|
|
394
|
+
uuid?: string | undefined;
|
|
212
395
|
meta?: Record<string, any> | undefined;
|
|
396
|
+
integrationUuid?: string | undefined;
|
|
397
|
+
parentUuid?: string | undefined;
|
|
398
|
+
isUniversal?: boolean | undefined;
|
|
399
|
+
connectionId?: string | undefined;
|
|
400
|
+
instanceKey?: string | undefined;
|
|
401
|
+
dataSourceId?: string | undefined;
|
|
402
|
+
universalDataSourceId?: string | undefined;
|
|
403
|
+
udm?: string | undefined;
|
|
404
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
405
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
406
|
+
collectionKey?: string | undefined;
|
|
407
|
+
collectionParameters?: any;
|
|
213
408
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
214
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
215
409
|
revision?: string | undefined;
|
|
216
410
|
createdAt?: string | undefined;
|
|
217
411
|
updatedAt?: string | undefined;
|
|
218
|
-
connectorId?: string | undefined;
|
|
219
|
-
connectorVersion?: string | undefined;
|
|
220
|
-
oAuthCallbackUri?: string | undefined;
|
|
221
|
-
parameters?: any;
|
|
222
412
|
archivedAt?: string | undefined;
|
|
223
|
-
hasMissingParameters?: boolean | undefined;
|
|
224
|
-
hasDocumentation?: boolean | undefined;
|
|
225
|
-
hasOperations?: boolean | undefined;
|
|
226
|
-
operationsCount?: number | undefined;
|
|
227
|
-
hasData?: boolean | undefined;
|
|
228
|
-
dataCollectionsCount?: number | undefined;
|
|
229
|
-
hasEvents?: boolean | undefined;
|
|
230
|
-
eventsCount?: number | undefined;
|
|
231
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
232
|
-
hasUdm?: boolean | undefined;
|
|
233
|
-
isTest?: boolean | undefined;
|
|
234
|
-
appUuid?: string | undefined;
|
|
235
413
|
isDeactivated?: boolean | undefined;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
414
|
+
dataSourceRevision?: string | undefined;
|
|
415
|
+
universalDataSourceRevision?: string | undefined;
|
|
416
|
+
defaultCollectionKey?: string | undefined;
|
|
417
|
+
defaultCollectionParameters?: any;
|
|
418
|
+
collectionSpec?: {
|
|
419
|
+
type: "collection";
|
|
420
|
+
name: string;
|
|
421
|
+
key?: string | undefined;
|
|
422
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
423
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
424
|
+
list?: {
|
|
425
|
+
apiRequests?: {
|
|
426
|
+
path: unknown;
|
|
427
|
+
method: unknown;
|
|
428
|
+
}[] | undefined;
|
|
429
|
+
filterFields?: string[] | undefined;
|
|
430
|
+
} | undefined;
|
|
431
|
+
search?: {
|
|
432
|
+
apiRequests?: {
|
|
433
|
+
path: unknown;
|
|
434
|
+
method: unknown;
|
|
435
|
+
}[] | undefined;
|
|
436
|
+
} | undefined;
|
|
437
|
+
match?: {
|
|
438
|
+
apiRequests?: {
|
|
439
|
+
path: unknown;
|
|
440
|
+
method: unknown;
|
|
441
|
+
}[] | undefined;
|
|
442
|
+
fields?: string[] | undefined;
|
|
443
|
+
} | undefined;
|
|
444
|
+
findById?: {
|
|
445
|
+
apiRequests?: {
|
|
446
|
+
path: unknown;
|
|
447
|
+
method: unknown;
|
|
448
|
+
}[] | undefined;
|
|
449
|
+
} | undefined;
|
|
450
|
+
create?: {
|
|
451
|
+
apiRequests?: {
|
|
452
|
+
path: unknown;
|
|
453
|
+
method: unknown;
|
|
454
|
+
}[] | undefined;
|
|
455
|
+
fields?: string[] | undefined;
|
|
456
|
+
requiredFields?: string[] | undefined;
|
|
457
|
+
excludedFields?: string[] | undefined;
|
|
458
|
+
} | undefined;
|
|
459
|
+
update?: {
|
|
460
|
+
apiRequests?: {
|
|
461
|
+
path: unknown;
|
|
462
|
+
method: unknown;
|
|
463
|
+
}[] | undefined;
|
|
464
|
+
fields?: string[] | undefined;
|
|
465
|
+
excludedFields?: string[] | undefined;
|
|
466
|
+
} | undefined;
|
|
467
|
+
delete?: {
|
|
468
|
+
apiRequests?: {
|
|
469
|
+
path: unknown;
|
|
470
|
+
method: unknown;
|
|
471
|
+
}[] | undefined;
|
|
472
|
+
} | undefined;
|
|
473
|
+
events?: {
|
|
474
|
+
[x: string]: {
|
|
475
|
+
type: "push" | "pull";
|
|
476
|
+
isFullScan?: boolean | undefined;
|
|
477
|
+
isIdOnly?: boolean | undefined;
|
|
478
|
+
};
|
|
479
|
+
created?: {
|
|
480
|
+
type: "push" | "pull";
|
|
481
|
+
isFullScan?: boolean | undefined;
|
|
482
|
+
isIdOnly?: boolean | undefined;
|
|
483
|
+
} | undefined;
|
|
484
|
+
updated?: {
|
|
485
|
+
type: "push" | "pull";
|
|
486
|
+
isFullScan?: boolean | undefined;
|
|
487
|
+
isIdOnly?: boolean | undefined;
|
|
488
|
+
} | undefined;
|
|
489
|
+
deleted?: {
|
|
490
|
+
type: "push" | "pull";
|
|
491
|
+
isFullScan?: boolean | undefined;
|
|
492
|
+
isIdOnly?: boolean | undefined;
|
|
493
|
+
} | undefined;
|
|
494
|
+
all?: {
|
|
495
|
+
type: "push" | "pull";
|
|
496
|
+
isFullScan?: boolean | undefined;
|
|
497
|
+
isIdOnly?: boolean | undefined;
|
|
498
|
+
} | undefined;
|
|
499
|
+
} | undefined;
|
|
500
|
+
customFields?: boolean | undefined;
|
|
501
|
+
udm?: Record<string, {
|
|
502
|
+
fields?: string[] | undefined;
|
|
503
|
+
extract?: Record<string, any> | undefined;
|
|
504
|
+
parse?: Record<string, any> | undefined;
|
|
505
|
+
}> | undefined;
|
|
506
|
+
find?: {
|
|
507
|
+
apiRequests?: {
|
|
508
|
+
path: unknown;
|
|
509
|
+
method: unknown;
|
|
510
|
+
}[] | undefined;
|
|
511
|
+
queryFields?: string[] | undefined;
|
|
512
|
+
} | undefined;
|
|
513
|
+
} | undefined;
|
|
514
|
+
isCustomized?: boolean | undefined;
|
|
515
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
516
|
+
userId?: string | undefined;
|
|
517
|
+
tenantId?: string | undefined;
|
|
518
|
+
} | undefined;
|
|
519
|
+
path?: string | undefined;
|
|
520
|
+
defaultPath?: string | undefined;
|
|
521
|
+
} | undefined>;
|
|
522
|
+
patch: (data: Partial<{
|
|
523
|
+
path?: string | undefined;
|
|
524
|
+
collectionKey?: string | undefined;
|
|
525
|
+
collectionParameters?: any;
|
|
526
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
527
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
528
|
+
subscribedTo?: {
|
|
529
|
+
created?: boolean | undefined;
|
|
530
|
+
updated?: boolean | undefined;
|
|
531
|
+
deleted?: boolean | undefined;
|
|
532
|
+
} | undefined;
|
|
533
|
+
}>, options?: (Omit<import("swr").MutatorOptions<{
|
|
534
|
+
id: string;
|
|
535
|
+
name: string;
|
|
536
|
+
key?: string | undefined;
|
|
537
|
+
description?: string | undefined;
|
|
538
|
+
integrationId?: string | undefined;
|
|
539
|
+
uuid?: string | undefined;
|
|
540
|
+
meta?: Record<string, any> | undefined;
|
|
541
|
+
integrationUuid?: string | undefined;
|
|
542
|
+
parentUuid?: string | undefined;
|
|
543
|
+
isUniversal?: boolean | undefined;
|
|
544
|
+
connectionId?: string | undefined;
|
|
545
|
+
instanceKey?: string | undefined;
|
|
546
|
+
dataSourceId?: string | undefined;
|
|
547
|
+
universalDataSourceId?: string | undefined;
|
|
548
|
+
udm?: string | undefined;
|
|
549
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
550
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
551
|
+
collectionKey?: string | undefined;
|
|
552
|
+
collectionParameters?: any;
|
|
553
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
554
|
+
revision?: string | undefined;
|
|
555
|
+
createdAt?: string | undefined;
|
|
556
|
+
updatedAt?: string | undefined;
|
|
557
|
+
archivedAt?: string | undefined;
|
|
558
|
+
isDeactivated?: boolean | undefined;
|
|
559
|
+
dataSourceRevision?: string | undefined;
|
|
560
|
+
universalDataSourceRevision?: string | undefined;
|
|
561
|
+
defaultCollectionKey?: string | undefined;
|
|
562
|
+
defaultCollectionParameters?: any;
|
|
563
|
+
collectionSpec?: {
|
|
564
|
+
type: "collection";
|
|
565
|
+
name: string;
|
|
566
|
+
key?: string | undefined;
|
|
567
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
568
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
569
|
+
list?: {
|
|
570
|
+
apiRequests?: {
|
|
571
|
+
path: unknown;
|
|
572
|
+
method: unknown;
|
|
573
|
+
}[] | undefined;
|
|
574
|
+
filterFields?: string[] | undefined;
|
|
575
|
+
} | undefined;
|
|
576
|
+
search?: {
|
|
577
|
+
apiRequests?: {
|
|
296
578
|
path: unknown;
|
|
297
579
|
method: unknown;
|
|
298
580
|
}[] | undefined;
|
|
@@ -376,77 +658,8 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
376
658
|
} | undefined;
|
|
377
659
|
isCustomized?: boolean | undefined;
|
|
378
660
|
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
user?: {
|
|
382
|
-
id: string;
|
|
383
|
-
name: string;
|
|
384
|
-
internalId: string;
|
|
385
|
-
meta?: Record<string, any> | undefined;
|
|
386
|
-
fields?: Record<string, any> | undefined;
|
|
387
|
-
credentials?: any;
|
|
388
|
-
lastActiveAt?: string | undefined;
|
|
389
|
-
isTest?: boolean | undefined;
|
|
390
|
-
isBillable?: boolean | undefined;
|
|
391
|
-
isActive?: boolean | undefined;
|
|
392
|
-
createdAt?: string | undefined;
|
|
393
|
-
archivedAt?: string | undefined;
|
|
394
|
-
} | undefined;
|
|
395
|
-
dataSource?: {
|
|
396
|
-
id: string;
|
|
397
|
-
name: string;
|
|
398
|
-
key?: string | undefined;
|
|
399
|
-
description?: string | undefined;
|
|
400
|
-
instanceKey?: string | undefined;
|
|
401
|
-
integrationId?: string | undefined;
|
|
402
|
-
uuid?: string | undefined;
|
|
403
|
-
meta?: Record<string, any> | undefined;
|
|
404
|
-
integrationUuid?: string | undefined;
|
|
405
|
-
parentUuid?: string | undefined;
|
|
406
|
-
isUniversal?: boolean | undefined;
|
|
407
|
-
connectionId?: string | undefined;
|
|
408
|
-
dataSourceId?: string | undefined;
|
|
409
|
-
universalDataSourceId?: string | undefined;
|
|
410
|
-
udm?: string | undefined;
|
|
411
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
412
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
413
|
-
collectionKey?: string | undefined;
|
|
414
|
-
collectionParameters?: any;
|
|
415
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
416
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
417
|
-
revision?: string | undefined;
|
|
418
|
-
createdAt?: string | undefined;
|
|
419
|
-
updatedAt?: string | undefined;
|
|
420
|
-
archivedAt?: string | undefined;
|
|
421
|
-
isDeactivated?: boolean | undefined;
|
|
422
|
-
isCustomized?: boolean | undefined;
|
|
423
|
-
universalDataSourceRevision?: string | undefined;
|
|
424
|
-
} | undefined;
|
|
425
|
-
connection?: {
|
|
426
|
-
id: string;
|
|
427
|
-
name: string;
|
|
428
|
-
userId: string;
|
|
429
|
-
createdAt: string;
|
|
430
|
-
updatedAt: string;
|
|
431
|
-
isTest?: boolean | undefined;
|
|
432
|
-
disconnected?: boolean | undefined;
|
|
433
|
-
isDefunct?: boolean | undefined;
|
|
434
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
435
|
-
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
436
|
-
integrationId?: string | undefined;
|
|
437
|
-
connectorId?: string | undefined;
|
|
438
|
-
connectorVersion?: string | undefined;
|
|
439
|
-
authOptionKey?: string | undefined;
|
|
440
|
-
lastActiveAt?: string | undefined;
|
|
441
|
-
nextCredentialsRefreshAt?: string | undefined;
|
|
442
|
-
nextRetryTimestamp?: string | undefined;
|
|
443
|
-
retryAttempts?: number | undefined;
|
|
444
|
-
canTest?: boolean | undefined;
|
|
445
|
-
canRefreshCredentials?: boolean | undefined;
|
|
446
|
-
archivedAt?: string | undefined;
|
|
447
|
-
isDeactivated?: boolean | undefined;
|
|
448
|
-
meta?: Record<string, any> | undefined;
|
|
449
|
-
} | undefined;
|
|
661
|
+
userId?: string | undefined;
|
|
662
|
+
tenantId?: string | undefined;
|
|
450
663
|
integration?: {
|
|
451
664
|
id: string;
|
|
452
665
|
name: string;
|
|
@@ -484,39 +697,385 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
484
697
|
parameters?: Record<string, any> | undefined;
|
|
485
698
|
}> | undefined;
|
|
486
699
|
} | undefined;
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
700
|
+
appliedToIntegrations?: {
|
|
701
|
+
element: {
|
|
702
|
+
id: string;
|
|
703
|
+
name: string;
|
|
704
|
+
key?: string | undefined;
|
|
705
|
+
description?: string | undefined;
|
|
706
|
+
integrationId?: string | undefined;
|
|
707
|
+
uuid?: string | undefined;
|
|
708
|
+
meta?: Record<string, any> | undefined;
|
|
709
|
+
integrationUuid?: string | undefined;
|
|
710
|
+
parentUuid?: string | undefined;
|
|
711
|
+
isUniversal?: boolean | undefined;
|
|
712
|
+
connectionId?: string | undefined;
|
|
713
|
+
instanceKey?: string | undefined;
|
|
714
|
+
dataSourceId?: string | undefined;
|
|
715
|
+
universalDataSourceId?: string | undefined;
|
|
716
|
+
udm?: string | undefined;
|
|
717
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
718
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
719
|
+
collectionKey?: string | undefined;
|
|
720
|
+
collectionParameters?: any;
|
|
721
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
722
|
+
revision?: string | undefined;
|
|
723
|
+
createdAt?: string | undefined;
|
|
724
|
+
updatedAt?: string | undefined;
|
|
725
|
+
archivedAt?: string | undefined;
|
|
726
|
+
isDeactivated?: boolean | undefined;
|
|
727
|
+
dataSourceRevision?: string | undefined;
|
|
728
|
+
universalDataSourceRevision?: string | undefined;
|
|
729
|
+
defaultCollectionKey?: string | undefined;
|
|
730
|
+
defaultCollectionParameters?: any;
|
|
731
|
+
collectionSpec?: {
|
|
732
|
+
type: "collection";
|
|
733
|
+
name: string;
|
|
734
|
+
key?: string | undefined;
|
|
735
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
736
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
737
|
+
list?: {
|
|
738
|
+
apiRequests?: {
|
|
739
|
+
path: unknown;
|
|
740
|
+
method: unknown;
|
|
741
|
+
}[] | undefined;
|
|
742
|
+
filterFields?: string[] | undefined;
|
|
743
|
+
} | undefined;
|
|
744
|
+
search?: {
|
|
745
|
+
apiRequests?: {
|
|
746
|
+
path: unknown;
|
|
747
|
+
method: unknown;
|
|
748
|
+
}[] | undefined;
|
|
749
|
+
} | undefined;
|
|
750
|
+
match?: {
|
|
751
|
+
apiRequests?: {
|
|
752
|
+
path: unknown;
|
|
753
|
+
method: unknown;
|
|
754
|
+
}[] | undefined;
|
|
755
|
+
fields?: string[] | undefined;
|
|
756
|
+
} | undefined;
|
|
757
|
+
findById?: {
|
|
758
|
+
apiRequests?: {
|
|
759
|
+
path: unknown;
|
|
760
|
+
method: unknown;
|
|
761
|
+
}[] | undefined;
|
|
762
|
+
} | undefined;
|
|
763
|
+
create?: {
|
|
764
|
+
apiRequests?: {
|
|
765
|
+
path: unknown;
|
|
766
|
+
method: unknown;
|
|
767
|
+
}[] | undefined;
|
|
768
|
+
fields?: string[] | undefined;
|
|
769
|
+
requiredFields?: string[] | undefined;
|
|
770
|
+
excludedFields?: string[] | undefined;
|
|
771
|
+
} | undefined;
|
|
772
|
+
update?: {
|
|
773
|
+
apiRequests?: {
|
|
774
|
+
path: unknown;
|
|
775
|
+
method: unknown;
|
|
776
|
+
}[] | undefined;
|
|
777
|
+
fields?: string[] | undefined;
|
|
778
|
+
excludedFields?: string[] | undefined;
|
|
779
|
+
} | undefined;
|
|
780
|
+
delete?: {
|
|
781
|
+
apiRequests?: {
|
|
782
|
+
path: unknown;
|
|
783
|
+
method: unknown;
|
|
784
|
+
}[] | undefined;
|
|
785
|
+
} | undefined;
|
|
786
|
+
events?: {
|
|
787
|
+
[x: string]: {
|
|
788
|
+
type: "push" | "pull";
|
|
789
|
+
isFullScan?: boolean | undefined;
|
|
790
|
+
isIdOnly?: boolean | undefined;
|
|
791
|
+
};
|
|
792
|
+
created?: {
|
|
793
|
+
type: "push" | "pull";
|
|
794
|
+
isFullScan?: boolean | undefined;
|
|
795
|
+
isIdOnly?: boolean | undefined;
|
|
796
|
+
} | undefined;
|
|
797
|
+
updated?: {
|
|
798
|
+
type: "push" | "pull";
|
|
799
|
+
isFullScan?: boolean | undefined;
|
|
800
|
+
isIdOnly?: boolean | undefined;
|
|
801
|
+
} | undefined;
|
|
802
|
+
deleted?: {
|
|
803
|
+
type: "push" | "pull";
|
|
804
|
+
isFullScan?: boolean | undefined;
|
|
805
|
+
isIdOnly?: boolean | undefined;
|
|
806
|
+
} | undefined;
|
|
807
|
+
all?: {
|
|
808
|
+
type: "push" | "pull";
|
|
809
|
+
isFullScan?: boolean | undefined;
|
|
810
|
+
isIdOnly?: boolean | undefined;
|
|
811
|
+
} | undefined;
|
|
812
|
+
} | undefined;
|
|
813
|
+
customFields?: boolean | undefined;
|
|
814
|
+
udm?: Record<string, {
|
|
815
|
+
fields?: string[] | undefined;
|
|
816
|
+
extract?: Record<string, any> | undefined;
|
|
817
|
+
parse?: Record<string, any> | undefined;
|
|
818
|
+
}> | undefined;
|
|
819
|
+
find?: {
|
|
820
|
+
apiRequests?: {
|
|
821
|
+
path: unknown;
|
|
822
|
+
method: unknown;
|
|
823
|
+
}[] | undefined;
|
|
824
|
+
queryFields?: string[] | undefined;
|
|
825
|
+
} | undefined;
|
|
826
|
+
} | undefined;
|
|
827
|
+
isCustomized?: boolean | undefined;
|
|
828
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
829
|
+
userId?: string | undefined;
|
|
830
|
+
tenantId?: string | undefined;
|
|
831
|
+
};
|
|
832
|
+
integration: {
|
|
833
|
+
id: string;
|
|
834
|
+
name: string;
|
|
835
|
+
logoUri: string;
|
|
836
|
+
uuid?: string | undefined;
|
|
837
|
+
key?: string | undefined;
|
|
838
|
+
description?: string | undefined;
|
|
839
|
+
meta?: Record<string, any> | undefined;
|
|
840
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
841
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
842
|
+
revision?: string | undefined;
|
|
843
|
+
createdAt?: string | undefined;
|
|
844
|
+
updatedAt?: string | undefined;
|
|
845
|
+
connectorId?: string | undefined;
|
|
846
|
+
connectorVersion?: string | undefined;
|
|
847
|
+
oAuthCallbackUri?: string | undefined;
|
|
848
|
+
parameters?: any;
|
|
849
|
+
archivedAt?: string | undefined;
|
|
850
|
+
hasMissingParameters?: boolean | undefined;
|
|
851
|
+
hasDocumentation?: boolean | undefined;
|
|
852
|
+
hasOperations?: boolean | undefined;
|
|
853
|
+
operationsCount?: number | undefined;
|
|
854
|
+
hasData?: boolean | undefined;
|
|
855
|
+
dataCollectionsCount?: number | undefined;
|
|
856
|
+
hasEvents?: boolean | undefined;
|
|
857
|
+
eventsCount?: number | undefined;
|
|
858
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
859
|
+
hasUdm?: boolean | undefined;
|
|
860
|
+
isTest?: boolean | undefined;
|
|
861
|
+
appUuid?: string | undefined;
|
|
862
|
+
isDeactivated?: boolean | undefined;
|
|
863
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
864
|
+
optionsConfig?: Record<string, {
|
|
865
|
+
disabled?: boolean | undefined;
|
|
866
|
+
parameters?: Record<string, any> | undefined;
|
|
867
|
+
}> | undefined;
|
|
868
|
+
};
|
|
869
|
+
}[] | undefined;
|
|
870
|
+
user?: {
|
|
871
|
+
id: string;
|
|
872
|
+
name: string;
|
|
873
|
+
internalId: string;
|
|
874
|
+
meta?: Record<string, any> | undefined;
|
|
875
|
+
fields?: Record<string, any> | undefined;
|
|
876
|
+
credentials?: any;
|
|
877
|
+
lastActiveAt?: string | undefined;
|
|
878
|
+
isTest?: boolean | undefined;
|
|
879
|
+
isBillable?: boolean | undefined;
|
|
880
|
+
isActive?: boolean | undefined;
|
|
881
|
+
createdAt?: string | undefined;
|
|
882
|
+
archivedAt?: string | undefined;
|
|
883
|
+
} | undefined;
|
|
884
|
+
connection?: {
|
|
885
|
+
id: string;
|
|
886
|
+
name: string;
|
|
887
|
+
createdAt: string;
|
|
888
|
+
updatedAt: string;
|
|
889
|
+
userId: string;
|
|
890
|
+
isTest?: boolean | undefined;
|
|
891
|
+
disconnected?: boolean | undefined;
|
|
892
|
+
isDefunct?: boolean | undefined;
|
|
893
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
894
|
+
error?: import("@membranehq/sdk").ErrorDataSchema | undefined;
|
|
895
|
+
integrationId?: string | undefined;
|
|
896
|
+
connectorId?: string | undefined;
|
|
897
|
+
connectorVersion?: string | undefined;
|
|
898
|
+
authOptionKey?: string | undefined;
|
|
899
|
+
lastActiveAt?: string | undefined;
|
|
900
|
+
nextCredentialsRefreshAt?: string | undefined;
|
|
901
|
+
nextRetryTimestamp?: string | undefined;
|
|
902
|
+
retryAttempts?: number | undefined;
|
|
903
|
+
canTest?: boolean | undefined;
|
|
904
|
+
canRefreshCredentials?: boolean | undefined;
|
|
905
|
+
archivedAt?: string | undefined;
|
|
906
|
+
isDeactivated?: boolean | undefined;
|
|
907
|
+
meta?: Record<string, any> | undefined;
|
|
908
|
+
tenantId?: string | undefined;
|
|
909
|
+
} | undefined;
|
|
910
|
+
dataSource?: {
|
|
911
|
+
id: string;
|
|
912
|
+
name: string;
|
|
913
|
+
key?: string | undefined;
|
|
914
|
+
description?: string | undefined;
|
|
915
|
+
integrationId?: string | undefined;
|
|
916
|
+
uuid?: string | undefined;
|
|
917
|
+
meta?: Record<string, any> | undefined;
|
|
918
|
+
integrationUuid?: string | undefined;
|
|
919
|
+
parentUuid?: string | undefined;
|
|
920
|
+
isUniversal?: boolean | undefined;
|
|
921
|
+
connectionId?: string | undefined;
|
|
922
|
+
instanceKey?: string | undefined;
|
|
923
|
+
dataSourceId?: string | undefined;
|
|
924
|
+
universalDataSourceId?: string | undefined;
|
|
925
|
+
udm?: string | undefined;
|
|
926
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
927
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
928
|
+
collectionKey?: string | undefined;
|
|
929
|
+
collectionParameters?: any;
|
|
930
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
931
|
+
revision?: string | undefined;
|
|
932
|
+
createdAt?: string | undefined;
|
|
933
|
+
updatedAt?: string | undefined;
|
|
934
|
+
archivedAt?: string | undefined;
|
|
935
|
+
isDeactivated?: boolean | undefined;
|
|
936
|
+
dataSourceRevision?: string | undefined;
|
|
937
|
+
universalDataSourceRevision?: string | undefined;
|
|
938
|
+
defaultCollectionKey?: string | undefined;
|
|
939
|
+
defaultCollectionParameters?: any;
|
|
940
|
+
collectionSpec?: {
|
|
941
|
+
type: "collection";
|
|
942
|
+
name: string;
|
|
943
|
+
key?: string | undefined;
|
|
944
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
945
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
946
|
+
list?: {
|
|
947
|
+
apiRequests?: {
|
|
948
|
+
path: unknown;
|
|
949
|
+
method: unknown;
|
|
950
|
+
}[] | undefined;
|
|
951
|
+
filterFields?: string[] | undefined;
|
|
952
|
+
} | undefined;
|
|
953
|
+
search?: {
|
|
954
|
+
apiRequests?: {
|
|
955
|
+
path: unknown;
|
|
956
|
+
method: unknown;
|
|
957
|
+
}[] | undefined;
|
|
958
|
+
} | undefined;
|
|
959
|
+
match?: {
|
|
960
|
+
apiRequests?: {
|
|
961
|
+
path: unknown;
|
|
962
|
+
method: unknown;
|
|
963
|
+
}[] | undefined;
|
|
964
|
+
fields?: string[] | undefined;
|
|
965
|
+
} | undefined;
|
|
966
|
+
findById?: {
|
|
967
|
+
apiRequests?: {
|
|
968
|
+
path: unknown;
|
|
969
|
+
method: unknown;
|
|
970
|
+
}[] | undefined;
|
|
971
|
+
} | undefined;
|
|
972
|
+
create?: {
|
|
973
|
+
apiRequests?: {
|
|
974
|
+
path: unknown;
|
|
975
|
+
method: unknown;
|
|
976
|
+
}[] | undefined;
|
|
977
|
+
fields?: string[] | undefined;
|
|
978
|
+
requiredFields?: string[] | undefined;
|
|
979
|
+
excludedFields?: string[] | undefined;
|
|
980
|
+
} | undefined;
|
|
981
|
+
update?: {
|
|
982
|
+
apiRequests?: {
|
|
983
|
+
path: unknown;
|
|
984
|
+
method: unknown;
|
|
985
|
+
}[] | undefined;
|
|
986
|
+
fields?: string[] | undefined;
|
|
987
|
+
excludedFields?: string[] | undefined;
|
|
988
|
+
} | undefined;
|
|
989
|
+
delete?: {
|
|
990
|
+
apiRequests?: {
|
|
991
|
+
path: unknown;
|
|
992
|
+
method: unknown;
|
|
993
|
+
}[] | undefined;
|
|
994
|
+
} | undefined;
|
|
995
|
+
events?: {
|
|
996
|
+
[x: string]: {
|
|
997
|
+
type: "push" | "pull";
|
|
998
|
+
isFullScan?: boolean | undefined;
|
|
999
|
+
isIdOnly?: boolean | undefined;
|
|
1000
|
+
};
|
|
1001
|
+
created?: {
|
|
1002
|
+
type: "push" | "pull";
|
|
1003
|
+
isFullScan?: boolean | undefined;
|
|
1004
|
+
isIdOnly?: boolean | undefined;
|
|
1005
|
+
} | undefined;
|
|
1006
|
+
updated?: {
|
|
1007
|
+
type: "push" | "pull";
|
|
1008
|
+
isFullScan?: boolean | undefined;
|
|
1009
|
+
isIdOnly?: boolean | undefined;
|
|
1010
|
+
} | undefined;
|
|
1011
|
+
deleted?: {
|
|
1012
|
+
type: "push" | "pull";
|
|
1013
|
+
isFullScan?: boolean | undefined;
|
|
1014
|
+
isIdOnly?: boolean | undefined;
|
|
1015
|
+
} | undefined;
|
|
1016
|
+
all?: {
|
|
1017
|
+
type: "push" | "pull";
|
|
1018
|
+
isFullScan?: boolean | undefined;
|
|
1019
|
+
isIdOnly?: boolean | undefined;
|
|
1020
|
+
} | undefined;
|
|
1021
|
+
} | undefined;
|
|
1022
|
+
customFields?: boolean | undefined;
|
|
1023
|
+
udm?: Record<string, {
|
|
1024
|
+
fields?: string[] | undefined;
|
|
1025
|
+
extract?: Record<string, any> | undefined;
|
|
1026
|
+
parse?: Record<string, any> | undefined;
|
|
1027
|
+
}> | undefined;
|
|
1028
|
+
find?: {
|
|
1029
|
+
apiRequests?: {
|
|
1030
|
+
path: unknown;
|
|
1031
|
+
method: unknown;
|
|
1032
|
+
}[] | undefined;
|
|
1033
|
+
queryFields?: string[] | undefined;
|
|
1034
|
+
} | undefined;
|
|
1035
|
+
} | undefined;
|
|
1036
|
+
isCustomized?: boolean | undefined;
|
|
1037
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1038
|
+
userId?: string | undefined;
|
|
1039
|
+
tenantId?: string | undefined;
|
|
1040
|
+
} | undefined;
|
|
1041
|
+
path?: string | undefined;
|
|
1042
|
+
defaultPath?: string | undefined;
|
|
1043
|
+
} | undefined, {
|
|
1044
|
+
id: string;
|
|
1045
|
+
name: string;
|
|
1046
|
+
key?: string | undefined;
|
|
1047
|
+
description?: string | undefined;
|
|
1048
|
+
integrationId?: string | undefined;
|
|
1049
|
+
uuid?: string | undefined;
|
|
1050
|
+
meta?: Record<string, any> | undefined;
|
|
1051
|
+
integrationUuid?: string | undefined;
|
|
1052
|
+
parentUuid?: string | undefined;
|
|
1053
|
+
isUniversal?: boolean | undefined;
|
|
1054
|
+
connectionId?: string | undefined;
|
|
1055
|
+
instanceKey?: string | undefined;
|
|
1056
|
+
dataSourceId?: string | undefined;
|
|
1057
|
+
universalDataSourceId?: string | undefined;
|
|
1058
|
+
udm?: string | undefined;
|
|
1059
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1060
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
1061
|
+
collectionKey?: string | undefined;
|
|
1062
|
+
collectionParameters?: any;
|
|
1063
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1064
|
+
revision?: string | undefined;
|
|
1065
|
+
createdAt?: string | undefined;
|
|
1066
|
+
updatedAt?: string | undefined;
|
|
1067
|
+
archivedAt?: string | undefined;
|
|
1068
|
+
isDeactivated?: boolean | undefined;
|
|
1069
|
+
dataSourceRevision?: string | undefined;
|
|
1070
|
+
universalDataSourceRevision?: string | undefined;
|
|
1071
|
+
defaultCollectionKey?: string | undefined;
|
|
1072
|
+
defaultCollectionParameters?: any;
|
|
1073
|
+
collectionSpec?: {
|
|
1074
|
+
type: "collection";
|
|
1075
|
+
name: string;
|
|
1076
|
+
key?: string | undefined;
|
|
1077
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1078
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
520
1079
|
list?: {
|
|
521
1080
|
apiRequests?: {
|
|
522
1081
|
path: unknown;
|
|
@@ -607,10 +1166,217 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
607
1166
|
queryFields?: string[] | undefined;
|
|
608
1167
|
} | undefined;
|
|
609
1168
|
} | undefined;
|
|
610
|
-
isCustomized?: boolean | undefined;
|
|
611
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
612
|
-
|
|
613
|
-
|
|
1169
|
+
isCustomized?: boolean | undefined;
|
|
1170
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1171
|
+
userId?: string | undefined;
|
|
1172
|
+
tenantId?: string | undefined;
|
|
1173
|
+
integration?: {
|
|
1174
|
+
id: string;
|
|
1175
|
+
name: string;
|
|
1176
|
+
logoUri: string;
|
|
1177
|
+
uuid?: string | undefined;
|
|
1178
|
+
key?: string | undefined;
|
|
1179
|
+
description?: string | undefined;
|
|
1180
|
+
meta?: Record<string, any> | undefined;
|
|
1181
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1182
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1183
|
+
revision?: string | undefined;
|
|
1184
|
+
createdAt?: string | undefined;
|
|
1185
|
+
updatedAt?: string | undefined;
|
|
1186
|
+
connectorId?: string | undefined;
|
|
1187
|
+
connectorVersion?: string | undefined;
|
|
1188
|
+
oAuthCallbackUri?: string | undefined;
|
|
1189
|
+
parameters?: any;
|
|
1190
|
+
archivedAt?: string | undefined;
|
|
1191
|
+
hasMissingParameters?: boolean | undefined;
|
|
1192
|
+
hasDocumentation?: boolean | undefined;
|
|
1193
|
+
hasOperations?: boolean | undefined;
|
|
1194
|
+
operationsCount?: number | undefined;
|
|
1195
|
+
hasData?: boolean | undefined;
|
|
1196
|
+
dataCollectionsCount?: number | undefined;
|
|
1197
|
+
hasEvents?: boolean | undefined;
|
|
1198
|
+
eventsCount?: number | undefined;
|
|
1199
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
1200
|
+
hasUdm?: boolean | undefined;
|
|
1201
|
+
isTest?: boolean | undefined;
|
|
1202
|
+
appUuid?: string | undefined;
|
|
1203
|
+
isDeactivated?: boolean | undefined;
|
|
1204
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1205
|
+
optionsConfig?: Record<string, {
|
|
1206
|
+
disabled?: boolean | undefined;
|
|
1207
|
+
parameters?: Record<string, any> | undefined;
|
|
1208
|
+
}> | undefined;
|
|
1209
|
+
} | undefined;
|
|
1210
|
+
appliedToIntegrations?: {
|
|
1211
|
+
element: {
|
|
1212
|
+
id: string;
|
|
1213
|
+
name: string;
|
|
1214
|
+
key?: string | undefined;
|
|
1215
|
+
description?: string | undefined;
|
|
1216
|
+
integrationId?: string | undefined;
|
|
1217
|
+
uuid?: string | undefined;
|
|
1218
|
+
meta?: Record<string, any> | undefined;
|
|
1219
|
+
integrationUuid?: string | undefined;
|
|
1220
|
+
parentUuid?: string | undefined;
|
|
1221
|
+
isUniversal?: boolean | undefined;
|
|
1222
|
+
connectionId?: string | undefined;
|
|
1223
|
+
instanceKey?: string | undefined;
|
|
1224
|
+
dataSourceId?: string | undefined;
|
|
1225
|
+
universalDataSourceId?: string | undefined;
|
|
1226
|
+
udm?: string | undefined;
|
|
1227
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1228
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
1229
|
+
collectionKey?: string | undefined;
|
|
1230
|
+
collectionParameters?: any;
|
|
1231
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1232
|
+
revision?: string | undefined;
|
|
1233
|
+
createdAt?: string | undefined;
|
|
1234
|
+
updatedAt?: string | undefined;
|
|
1235
|
+
archivedAt?: string | undefined;
|
|
1236
|
+
isDeactivated?: boolean | undefined;
|
|
1237
|
+
dataSourceRevision?: string | undefined;
|
|
1238
|
+
universalDataSourceRevision?: string | undefined;
|
|
1239
|
+
defaultCollectionKey?: string | undefined;
|
|
1240
|
+
defaultCollectionParameters?: any;
|
|
1241
|
+
collectionSpec?: {
|
|
1242
|
+
type: "collection";
|
|
1243
|
+
name: string;
|
|
1244
|
+
key?: string | undefined;
|
|
1245
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1246
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1247
|
+
list?: {
|
|
1248
|
+
apiRequests?: {
|
|
1249
|
+
path: unknown;
|
|
1250
|
+
method: unknown;
|
|
1251
|
+
}[] | undefined;
|
|
1252
|
+
filterFields?: string[] | undefined;
|
|
1253
|
+
} | undefined;
|
|
1254
|
+
search?: {
|
|
1255
|
+
apiRequests?: {
|
|
1256
|
+
path: unknown;
|
|
1257
|
+
method: unknown;
|
|
1258
|
+
}[] | undefined;
|
|
1259
|
+
} | undefined;
|
|
1260
|
+
match?: {
|
|
1261
|
+
apiRequests?: {
|
|
1262
|
+
path: unknown;
|
|
1263
|
+
method: unknown;
|
|
1264
|
+
}[] | undefined;
|
|
1265
|
+
fields?: string[] | undefined;
|
|
1266
|
+
} | undefined;
|
|
1267
|
+
findById?: {
|
|
1268
|
+
apiRequests?: {
|
|
1269
|
+
path: unknown;
|
|
1270
|
+
method: unknown;
|
|
1271
|
+
}[] | undefined;
|
|
1272
|
+
} | undefined;
|
|
1273
|
+
create?: {
|
|
1274
|
+
apiRequests?: {
|
|
1275
|
+
path: unknown;
|
|
1276
|
+
method: unknown;
|
|
1277
|
+
}[] | undefined;
|
|
1278
|
+
fields?: string[] | undefined;
|
|
1279
|
+
requiredFields?: string[] | undefined;
|
|
1280
|
+
excludedFields?: string[] | undefined;
|
|
1281
|
+
} | undefined;
|
|
1282
|
+
update?: {
|
|
1283
|
+
apiRequests?: {
|
|
1284
|
+
path: unknown;
|
|
1285
|
+
method: unknown;
|
|
1286
|
+
}[] | undefined;
|
|
1287
|
+
fields?: string[] | undefined;
|
|
1288
|
+
excludedFields?: string[] | undefined;
|
|
1289
|
+
} | undefined;
|
|
1290
|
+
delete?: {
|
|
1291
|
+
apiRequests?: {
|
|
1292
|
+
path: unknown;
|
|
1293
|
+
method: unknown;
|
|
1294
|
+
}[] | undefined;
|
|
1295
|
+
} | undefined;
|
|
1296
|
+
events?: {
|
|
1297
|
+
[x: string]: {
|
|
1298
|
+
type: "push" | "pull";
|
|
1299
|
+
isFullScan?: boolean | undefined;
|
|
1300
|
+
isIdOnly?: boolean | undefined;
|
|
1301
|
+
};
|
|
1302
|
+
created?: {
|
|
1303
|
+
type: "push" | "pull";
|
|
1304
|
+
isFullScan?: boolean | undefined;
|
|
1305
|
+
isIdOnly?: boolean | undefined;
|
|
1306
|
+
} | undefined;
|
|
1307
|
+
updated?: {
|
|
1308
|
+
type: "push" | "pull";
|
|
1309
|
+
isFullScan?: boolean | undefined;
|
|
1310
|
+
isIdOnly?: boolean | undefined;
|
|
1311
|
+
} | undefined;
|
|
1312
|
+
deleted?: {
|
|
1313
|
+
type: "push" | "pull";
|
|
1314
|
+
isFullScan?: boolean | undefined;
|
|
1315
|
+
isIdOnly?: boolean | undefined;
|
|
1316
|
+
} | undefined;
|
|
1317
|
+
all?: {
|
|
1318
|
+
type: "push" | "pull";
|
|
1319
|
+
isFullScan?: boolean | undefined;
|
|
1320
|
+
isIdOnly?: boolean | undefined;
|
|
1321
|
+
} | undefined;
|
|
1322
|
+
} | undefined;
|
|
1323
|
+
customFields?: boolean | undefined;
|
|
1324
|
+
udm?: Record<string, {
|
|
1325
|
+
fields?: string[] | undefined;
|
|
1326
|
+
extract?: Record<string, any> | undefined;
|
|
1327
|
+
parse?: Record<string, any> | undefined;
|
|
1328
|
+
}> | undefined;
|
|
1329
|
+
find?: {
|
|
1330
|
+
apiRequests?: {
|
|
1331
|
+
path: unknown;
|
|
1332
|
+
method: unknown;
|
|
1333
|
+
}[] | undefined;
|
|
1334
|
+
queryFields?: string[] | undefined;
|
|
1335
|
+
} | undefined;
|
|
1336
|
+
} | undefined;
|
|
1337
|
+
isCustomized?: boolean | undefined;
|
|
1338
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1339
|
+
userId?: string | undefined;
|
|
1340
|
+
tenantId?: string | undefined;
|
|
1341
|
+
};
|
|
1342
|
+
integration: {
|
|
1343
|
+
id: string;
|
|
1344
|
+
name: string;
|
|
1345
|
+
logoUri: string;
|
|
1346
|
+
uuid?: string | undefined;
|
|
1347
|
+
key?: string | undefined;
|
|
1348
|
+
description?: string | undefined;
|
|
1349
|
+
meta?: Record<string, any> | undefined;
|
|
1350
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1351
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1352
|
+
revision?: string | undefined;
|
|
1353
|
+
createdAt?: string | undefined;
|
|
1354
|
+
updatedAt?: string | undefined;
|
|
1355
|
+
connectorId?: string | undefined;
|
|
1356
|
+
connectorVersion?: string | undefined;
|
|
1357
|
+
oAuthCallbackUri?: string | undefined;
|
|
1358
|
+
parameters?: any;
|
|
1359
|
+
archivedAt?: string | undefined;
|
|
1360
|
+
hasMissingParameters?: boolean | undefined;
|
|
1361
|
+
hasDocumentation?: boolean | undefined;
|
|
1362
|
+
hasOperations?: boolean | undefined;
|
|
1363
|
+
operationsCount?: number | undefined;
|
|
1364
|
+
hasData?: boolean | undefined;
|
|
1365
|
+
dataCollectionsCount?: number | undefined;
|
|
1366
|
+
hasEvents?: boolean | undefined;
|
|
1367
|
+
eventsCount?: number | undefined;
|
|
1368
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
1369
|
+
hasUdm?: boolean | undefined;
|
|
1370
|
+
isTest?: boolean | undefined;
|
|
1371
|
+
appUuid?: string | undefined;
|
|
1372
|
+
isDeactivated?: boolean | undefined;
|
|
1373
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1374
|
+
optionsConfig?: Record<string, {
|
|
1375
|
+
disabled?: boolean | undefined;
|
|
1376
|
+
parameters?: Record<string, any> | undefined;
|
|
1377
|
+
}> | undefined;
|
|
1378
|
+
};
|
|
1379
|
+
}[] | undefined;
|
|
614
1380
|
user?: {
|
|
615
1381
|
id: string;
|
|
616
1382
|
name: string;
|
|
@@ -625,42 +1391,12 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
625
1391
|
createdAt?: string | undefined;
|
|
626
1392
|
archivedAt?: string | undefined;
|
|
627
1393
|
} | undefined;
|
|
628
|
-
dataSource?: {
|
|
629
|
-
id: string;
|
|
630
|
-
name: string;
|
|
631
|
-
key?: string | undefined;
|
|
632
|
-
description?: string | undefined;
|
|
633
|
-
instanceKey?: string | undefined;
|
|
634
|
-
integrationId?: string | undefined;
|
|
635
|
-
uuid?: string | undefined;
|
|
636
|
-
meta?: Record<string, any> | undefined;
|
|
637
|
-
integrationUuid?: string | undefined;
|
|
638
|
-
parentUuid?: string | undefined;
|
|
639
|
-
isUniversal?: boolean | undefined;
|
|
640
|
-
connectionId?: string | undefined;
|
|
641
|
-
dataSourceId?: string | undefined;
|
|
642
|
-
universalDataSourceId?: string | undefined;
|
|
643
|
-
udm?: string | undefined;
|
|
644
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
645
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
646
|
-
collectionKey?: string | undefined;
|
|
647
|
-
collectionParameters?: any;
|
|
648
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
649
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
650
|
-
revision?: string | undefined;
|
|
651
|
-
createdAt?: string | undefined;
|
|
652
|
-
updatedAt?: string | undefined;
|
|
653
|
-
archivedAt?: string | undefined;
|
|
654
|
-
isDeactivated?: boolean | undefined;
|
|
655
|
-
isCustomized?: boolean | undefined;
|
|
656
|
-
universalDataSourceRevision?: string | undefined;
|
|
657
|
-
} | undefined;
|
|
658
1394
|
connection?: {
|
|
659
1395
|
id: string;
|
|
660
1396
|
name: string;
|
|
661
|
-
userId: string;
|
|
662
1397
|
createdAt: string;
|
|
663
1398
|
updatedAt: string;
|
|
1399
|
+
userId: string;
|
|
664
1400
|
isTest?: boolean | undefined;
|
|
665
1401
|
disconnected?: boolean | undefined;
|
|
666
1402
|
isDefunct?: boolean | undefined;
|
|
@@ -679,43 +1415,138 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
679
1415
|
archivedAt?: string | undefined;
|
|
680
1416
|
isDeactivated?: boolean | undefined;
|
|
681
1417
|
meta?: Record<string, any> | undefined;
|
|
1418
|
+
tenantId?: string | undefined;
|
|
682
1419
|
} | undefined;
|
|
683
|
-
|
|
1420
|
+
dataSource?: {
|
|
684
1421
|
id: string;
|
|
685
1422
|
name: string;
|
|
686
|
-
logoUri: string;
|
|
687
|
-
uuid?: string | undefined;
|
|
688
1423
|
key?: string | undefined;
|
|
689
1424
|
description?: string | undefined;
|
|
1425
|
+
integrationId?: string | undefined;
|
|
1426
|
+
uuid?: string | undefined;
|
|
690
1427
|
meta?: Record<string, any> | undefined;
|
|
1428
|
+
integrationUuid?: string | undefined;
|
|
1429
|
+
parentUuid?: string | undefined;
|
|
1430
|
+
isUniversal?: boolean | undefined;
|
|
1431
|
+
connectionId?: string | undefined;
|
|
1432
|
+
instanceKey?: string | undefined;
|
|
1433
|
+
dataSourceId?: string | undefined;
|
|
1434
|
+
universalDataSourceId?: string | undefined;
|
|
1435
|
+
udm?: string | undefined;
|
|
1436
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1437
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
1438
|
+
collectionKey?: string | undefined;
|
|
1439
|
+
collectionParameters?: any;
|
|
691
1440
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
692
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
693
1441
|
revision?: string | undefined;
|
|
694
1442
|
createdAt?: string | undefined;
|
|
695
1443
|
updatedAt?: string | undefined;
|
|
696
|
-
connectorId?: string | undefined;
|
|
697
|
-
connectorVersion?: string | undefined;
|
|
698
|
-
oAuthCallbackUri?: string | undefined;
|
|
699
|
-
parameters?: any;
|
|
700
1444
|
archivedAt?: string | undefined;
|
|
701
|
-
hasMissingParameters?: boolean | undefined;
|
|
702
|
-
hasDocumentation?: boolean | undefined;
|
|
703
|
-
hasOperations?: boolean | undefined;
|
|
704
|
-
operationsCount?: number | undefined;
|
|
705
|
-
hasData?: boolean | undefined;
|
|
706
|
-
dataCollectionsCount?: number | undefined;
|
|
707
|
-
hasEvents?: boolean | undefined;
|
|
708
|
-
eventsCount?: number | undefined;
|
|
709
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
710
|
-
hasUdm?: boolean | undefined;
|
|
711
|
-
isTest?: boolean | undefined;
|
|
712
|
-
appUuid?: string | undefined;
|
|
713
1445
|
isDeactivated?: boolean | undefined;
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
1446
|
+
dataSourceRevision?: string | undefined;
|
|
1447
|
+
universalDataSourceRevision?: string | undefined;
|
|
1448
|
+
defaultCollectionKey?: string | undefined;
|
|
1449
|
+
defaultCollectionParameters?: any;
|
|
1450
|
+
collectionSpec?: {
|
|
1451
|
+
type: "collection";
|
|
1452
|
+
name: string;
|
|
1453
|
+
key?: string | undefined;
|
|
1454
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1455
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1456
|
+
list?: {
|
|
1457
|
+
apiRequests?: {
|
|
1458
|
+
path: unknown;
|
|
1459
|
+
method: unknown;
|
|
1460
|
+
}[] | undefined;
|
|
1461
|
+
filterFields?: string[] | undefined;
|
|
1462
|
+
} | undefined;
|
|
1463
|
+
search?: {
|
|
1464
|
+
apiRequests?: {
|
|
1465
|
+
path: unknown;
|
|
1466
|
+
method: unknown;
|
|
1467
|
+
}[] | undefined;
|
|
1468
|
+
} | undefined;
|
|
1469
|
+
match?: {
|
|
1470
|
+
apiRequests?: {
|
|
1471
|
+
path: unknown;
|
|
1472
|
+
method: unknown;
|
|
1473
|
+
}[] | undefined;
|
|
1474
|
+
fields?: string[] | undefined;
|
|
1475
|
+
} | undefined;
|
|
1476
|
+
findById?: {
|
|
1477
|
+
apiRequests?: {
|
|
1478
|
+
path: unknown;
|
|
1479
|
+
method: unknown;
|
|
1480
|
+
}[] | undefined;
|
|
1481
|
+
} | undefined;
|
|
1482
|
+
create?: {
|
|
1483
|
+
apiRequests?: {
|
|
1484
|
+
path: unknown;
|
|
1485
|
+
method: unknown;
|
|
1486
|
+
}[] | undefined;
|
|
1487
|
+
fields?: string[] | undefined;
|
|
1488
|
+
requiredFields?: string[] | undefined;
|
|
1489
|
+
excludedFields?: string[] | undefined;
|
|
1490
|
+
} | undefined;
|
|
1491
|
+
update?: {
|
|
1492
|
+
apiRequests?: {
|
|
1493
|
+
path: unknown;
|
|
1494
|
+
method: unknown;
|
|
1495
|
+
}[] | undefined;
|
|
1496
|
+
fields?: string[] | undefined;
|
|
1497
|
+
excludedFields?: string[] | undefined;
|
|
1498
|
+
} | undefined;
|
|
1499
|
+
delete?: {
|
|
1500
|
+
apiRequests?: {
|
|
1501
|
+
path: unknown;
|
|
1502
|
+
method: unknown;
|
|
1503
|
+
}[] | undefined;
|
|
1504
|
+
} | undefined;
|
|
1505
|
+
events?: {
|
|
1506
|
+
[x: string]: {
|
|
1507
|
+
type: "push" | "pull";
|
|
1508
|
+
isFullScan?: boolean | undefined;
|
|
1509
|
+
isIdOnly?: boolean | undefined;
|
|
1510
|
+
};
|
|
1511
|
+
created?: {
|
|
1512
|
+
type: "push" | "pull";
|
|
1513
|
+
isFullScan?: boolean | undefined;
|
|
1514
|
+
isIdOnly?: boolean | undefined;
|
|
1515
|
+
} | undefined;
|
|
1516
|
+
updated?: {
|
|
1517
|
+
type: "push" | "pull";
|
|
1518
|
+
isFullScan?: boolean | undefined;
|
|
1519
|
+
isIdOnly?: boolean | undefined;
|
|
1520
|
+
} | undefined;
|
|
1521
|
+
deleted?: {
|
|
1522
|
+
type: "push" | "pull";
|
|
1523
|
+
isFullScan?: boolean | undefined;
|
|
1524
|
+
isIdOnly?: boolean | undefined;
|
|
1525
|
+
} | undefined;
|
|
1526
|
+
all?: {
|
|
1527
|
+
type: "push" | "pull";
|
|
1528
|
+
isFullScan?: boolean | undefined;
|
|
1529
|
+
isIdOnly?: boolean | undefined;
|
|
1530
|
+
} | undefined;
|
|
1531
|
+
} | undefined;
|
|
1532
|
+
customFields?: boolean | undefined;
|
|
1533
|
+
udm?: Record<string, {
|
|
1534
|
+
fields?: string[] | undefined;
|
|
1535
|
+
extract?: Record<string, any> | undefined;
|
|
1536
|
+
parse?: Record<string, any> | undefined;
|
|
1537
|
+
}> | undefined;
|
|
1538
|
+
find?: {
|
|
1539
|
+
apiRequests?: {
|
|
1540
|
+
path: unknown;
|
|
1541
|
+
method: unknown;
|
|
1542
|
+
}[] | undefined;
|
|
1543
|
+
queryFields?: string[] | undefined;
|
|
1544
|
+
} | undefined;
|
|
1545
|
+
} | undefined;
|
|
1546
|
+
isCustomized?: boolean | undefined;
|
|
1547
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1548
|
+
userId?: string | undefined;
|
|
1549
|
+
tenantId?: string | undefined;
|
|
719
1550
|
} | undefined;
|
|
720
1551
|
path?: string | undefined;
|
|
721
1552
|
defaultPath?: string | undefined;
|
|
@@ -723,26 +1554,31 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
723
1554
|
optimisticData?: {
|
|
724
1555
|
id: string;
|
|
725
1556
|
name: string;
|
|
726
|
-
userId: string;
|
|
727
|
-
revision: string;
|
|
728
|
-
connectionId: string;
|
|
729
|
-
integrationId: string;
|
|
730
|
-
uuid?: string | undefined;
|
|
731
1557
|
key?: string | undefined;
|
|
732
1558
|
description?: string | undefined;
|
|
1559
|
+
integrationId?: string | undefined;
|
|
1560
|
+
uuid?: string | undefined;
|
|
733
1561
|
meta?: Record<string, any> | undefined;
|
|
1562
|
+
integrationUuid?: string | undefined;
|
|
1563
|
+
parentUuid?: string | undefined;
|
|
1564
|
+
isUniversal?: boolean | undefined;
|
|
1565
|
+
connectionId?: string | undefined;
|
|
1566
|
+
instanceKey?: string | undefined;
|
|
1567
|
+
dataSourceId?: string | undefined;
|
|
1568
|
+
universalDataSourceId?: string | undefined;
|
|
1569
|
+
udm?: string | undefined;
|
|
1570
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1571
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
1572
|
+
collectionKey?: string | undefined;
|
|
1573
|
+
collectionParameters?: any;
|
|
734
1574
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1575
|
+
revision?: string | undefined;
|
|
735
1576
|
createdAt?: string | undefined;
|
|
736
1577
|
updatedAt?: string | undefined;
|
|
737
1578
|
archivedAt?: string | undefined;
|
|
738
1579
|
isDeactivated?: boolean | undefined;
|
|
739
1580
|
dataSourceRevision?: string | undefined;
|
|
740
|
-
|
|
741
|
-
universalDataSourceId?: string | undefined;
|
|
742
|
-
udm?: string | undefined;
|
|
743
|
-
instanceKey?: string | undefined;
|
|
744
|
-
collectionKey?: string | undefined;
|
|
745
|
-
collectionParameters?: any;
|
|
1581
|
+
universalDataSourceRevision?: string | undefined;
|
|
746
1582
|
defaultCollectionKey?: string | undefined;
|
|
747
1583
|
defaultCollectionParameters?: any;
|
|
748
1584
|
collectionSpec?: {
|
|
@@ -843,8 +1679,215 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
843
1679
|
} | undefined;
|
|
844
1680
|
isCustomized?: boolean | undefined;
|
|
845
1681
|
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
846
|
-
|
|
847
|
-
|
|
1682
|
+
userId?: string | undefined;
|
|
1683
|
+
tenantId?: string | undefined;
|
|
1684
|
+
integration?: {
|
|
1685
|
+
id: string;
|
|
1686
|
+
name: string;
|
|
1687
|
+
logoUri: string;
|
|
1688
|
+
uuid?: string | undefined;
|
|
1689
|
+
key?: string | undefined;
|
|
1690
|
+
description?: string | undefined;
|
|
1691
|
+
meta?: Record<string, any> | undefined;
|
|
1692
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1693
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1694
|
+
revision?: string | undefined;
|
|
1695
|
+
createdAt?: string | undefined;
|
|
1696
|
+
updatedAt?: string | undefined;
|
|
1697
|
+
connectorId?: string | undefined;
|
|
1698
|
+
connectorVersion?: string | undefined;
|
|
1699
|
+
oAuthCallbackUri?: string | undefined;
|
|
1700
|
+
parameters?: any;
|
|
1701
|
+
archivedAt?: string | undefined;
|
|
1702
|
+
hasMissingParameters?: boolean | undefined;
|
|
1703
|
+
hasDocumentation?: boolean | undefined;
|
|
1704
|
+
hasOperations?: boolean | undefined;
|
|
1705
|
+
operationsCount?: number | undefined;
|
|
1706
|
+
hasData?: boolean | undefined;
|
|
1707
|
+
dataCollectionsCount?: number | undefined;
|
|
1708
|
+
hasEvents?: boolean | undefined;
|
|
1709
|
+
eventsCount?: number | undefined;
|
|
1710
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
1711
|
+
hasUdm?: boolean | undefined;
|
|
1712
|
+
isTest?: boolean | undefined;
|
|
1713
|
+
appUuid?: string | undefined;
|
|
1714
|
+
isDeactivated?: boolean | undefined;
|
|
1715
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1716
|
+
optionsConfig?: Record<string, {
|
|
1717
|
+
disabled?: boolean | undefined;
|
|
1718
|
+
parameters?: Record<string, any> | undefined;
|
|
1719
|
+
}> | undefined;
|
|
1720
|
+
} | undefined;
|
|
1721
|
+
appliedToIntegrations?: {
|
|
1722
|
+
element: {
|
|
1723
|
+
id: string;
|
|
1724
|
+
name: string;
|
|
1725
|
+
key?: string | undefined;
|
|
1726
|
+
description?: string | undefined;
|
|
1727
|
+
integrationId?: string | undefined;
|
|
1728
|
+
uuid?: string | undefined;
|
|
1729
|
+
meta?: Record<string, any> | undefined;
|
|
1730
|
+
integrationUuid?: string | undefined;
|
|
1731
|
+
parentUuid?: string | undefined;
|
|
1732
|
+
isUniversal?: boolean | undefined;
|
|
1733
|
+
connectionId?: string | undefined;
|
|
1734
|
+
instanceKey?: string | undefined;
|
|
1735
|
+
dataSourceId?: string | undefined;
|
|
1736
|
+
universalDataSourceId?: string | undefined;
|
|
1737
|
+
udm?: string | undefined;
|
|
1738
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1739
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
1740
|
+
collectionKey?: string | undefined;
|
|
1741
|
+
collectionParameters?: any;
|
|
1742
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1743
|
+
revision?: string | undefined;
|
|
1744
|
+
createdAt?: string | undefined;
|
|
1745
|
+
updatedAt?: string | undefined;
|
|
1746
|
+
archivedAt?: string | undefined;
|
|
1747
|
+
isDeactivated?: boolean | undefined;
|
|
1748
|
+
dataSourceRevision?: string | undefined;
|
|
1749
|
+
universalDataSourceRevision?: string | undefined;
|
|
1750
|
+
defaultCollectionKey?: string | undefined;
|
|
1751
|
+
defaultCollectionParameters?: any;
|
|
1752
|
+
collectionSpec?: {
|
|
1753
|
+
type: "collection";
|
|
1754
|
+
name: string;
|
|
1755
|
+
key?: string | undefined;
|
|
1756
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1757
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1758
|
+
list?: {
|
|
1759
|
+
apiRequests?: {
|
|
1760
|
+
path: unknown;
|
|
1761
|
+
method: unknown;
|
|
1762
|
+
}[] | undefined;
|
|
1763
|
+
filterFields?: string[] | undefined;
|
|
1764
|
+
} | undefined;
|
|
1765
|
+
search?: {
|
|
1766
|
+
apiRequests?: {
|
|
1767
|
+
path: unknown;
|
|
1768
|
+
method: unknown;
|
|
1769
|
+
}[] | undefined;
|
|
1770
|
+
} | undefined;
|
|
1771
|
+
match?: {
|
|
1772
|
+
apiRequests?: {
|
|
1773
|
+
path: unknown;
|
|
1774
|
+
method: unknown;
|
|
1775
|
+
}[] | undefined;
|
|
1776
|
+
fields?: string[] | undefined;
|
|
1777
|
+
} | undefined;
|
|
1778
|
+
findById?: {
|
|
1779
|
+
apiRequests?: {
|
|
1780
|
+
path: unknown;
|
|
1781
|
+
method: unknown;
|
|
1782
|
+
}[] | undefined;
|
|
1783
|
+
} | undefined;
|
|
1784
|
+
create?: {
|
|
1785
|
+
apiRequests?: {
|
|
1786
|
+
path: unknown;
|
|
1787
|
+
method: unknown;
|
|
1788
|
+
}[] | undefined;
|
|
1789
|
+
fields?: string[] | undefined;
|
|
1790
|
+
requiredFields?: string[] | undefined;
|
|
1791
|
+
excludedFields?: string[] | undefined;
|
|
1792
|
+
} | undefined;
|
|
1793
|
+
update?: {
|
|
1794
|
+
apiRequests?: {
|
|
1795
|
+
path: unknown;
|
|
1796
|
+
method: unknown;
|
|
1797
|
+
}[] | undefined;
|
|
1798
|
+
fields?: string[] | undefined;
|
|
1799
|
+
excludedFields?: string[] | undefined;
|
|
1800
|
+
} | undefined;
|
|
1801
|
+
delete?: {
|
|
1802
|
+
apiRequests?: {
|
|
1803
|
+
path: unknown;
|
|
1804
|
+
method: unknown;
|
|
1805
|
+
}[] | undefined;
|
|
1806
|
+
} | undefined;
|
|
1807
|
+
events?: {
|
|
1808
|
+
[x: string]: {
|
|
1809
|
+
type: "push" | "pull";
|
|
1810
|
+
isFullScan?: boolean | undefined;
|
|
1811
|
+
isIdOnly?: boolean | undefined;
|
|
1812
|
+
};
|
|
1813
|
+
created?: {
|
|
1814
|
+
type: "push" | "pull";
|
|
1815
|
+
isFullScan?: boolean | undefined;
|
|
1816
|
+
isIdOnly?: boolean | undefined;
|
|
1817
|
+
} | undefined;
|
|
1818
|
+
updated?: {
|
|
1819
|
+
type: "push" | "pull";
|
|
1820
|
+
isFullScan?: boolean | undefined;
|
|
1821
|
+
isIdOnly?: boolean | undefined;
|
|
1822
|
+
} | undefined;
|
|
1823
|
+
deleted?: {
|
|
1824
|
+
type: "push" | "pull";
|
|
1825
|
+
isFullScan?: boolean | undefined;
|
|
1826
|
+
isIdOnly?: boolean | undefined;
|
|
1827
|
+
} | undefined;
|
|
1828
|
+
all?: {
|
|
1829
|
+
type: "push" | "pull";
|
|
1830
|
+
isFullScan?: boolean | undefined;
|
|
1831
|
+
isIdOnly?: boolean | undefined;
|
|
1832
|
+
} | undefined;
|
|
1833
|
+
} | undefined;
|
|
1834
|
+
customFields?: boolean | undefined;
|
|
1835
|
+
udm?: Record<string, {
|
|
1836
|
+
fields?: string[] | undefined;
|
|
1837
|
+
extract?: Record<string, any> | undefined;
|
|
1838
|
+
parse?: Record<string, any> | undefined;
|
|
1839
|
+
}> | undefined;
|
|
1840
|
+
find?: {
|
|
1841
|
+
apiRequests?: {
|
|
1842
|
+
path: unknown;
|
|
1843
|
+
method: unknown;
|
|
1844
|
+
}[] | undefined;
|
|
1845
|
+
queryFields?: string[] | undefined;
|
|
1846
|
+
} | undefined;
|
|
1847
|
+
} | undefined;
|
|
1848
|
+
isCustomized?: boolean | undefined;
|
|
1849
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1850
|
+
userId?: string | undefined;
|
|
1851
|
+
tenantId?: string | undefined;
|
|
1852
|
+
};
|
|
1853
|
+
integration: {
|
|
1854
|
+
id: string;
|
|
1855
|
+
name: string;
|
|
1856
|
+
logoUri: string;
|
|
1857
|
+
uuid?: string | undefined;
|
|
1858
|
+
key?: string | undefined;
|
|
1859
|
+
description?: string | undefined;
|
|
1860
|
+
meta?: Record<string, any> | undefined;
|
|
1861
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1862
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1863
|
+
revision?: string | undefined;
|
|
1864
|
+
createdAt?: string | undefined;
|
|
1865
|
+
updatedAt?: string | undefined;
|
|
1866
|
+
connectorId?: string | undefined;
|
|
1867
|
+
connectorVersion?: string | undefined;
|
|
1868
|
+
oAuthCallbackUri?: string | undefined;
|
|
1869
|
+
parameters?: any;
|
|
1870
|
+
archivedAt?: string | undefined;
|
|
1871
|
+
hasMissingParameters?: boolean | undefined;
|
|
1872
|
+
hasDocumentation?: boolean | undefined;
|
|
1873
|
+
hasOperations?: boolean | undefined;
|
|
1874
|
+
operationsCount?: number | undefined;
|
|
1875
|
+
hasData?: boolean | undefined;
|
|
1876
|
+
dataCollectionsCount?: number | undefined;
|
|
1877
|
+
hasEvents?: boolean | undefined;
|
|
1878
|
+
eventsCount?: number | undefined;
|
|
1879
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
1880
|
+
hasUdm?: boolean | undefined;
|
|
1881
|
+
isTest?: boolean | undefined;
|
|
1882
|
+
appUuid?: string | undefined;
|
|
1883
|
+
isDeactivated?: boolean | undefined;
|
|
1884
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1885
|
+
optionsConfig?: Record<string, {
|
|
1886
|
+
disabled?: boolean | undefined;
|
|
1887
|
+
parameters?: Record<string, any> | undefined;
|
|
1888
|
+
}> | undefined;
|
|
1889
|
+
};
|
|
1890
|
+
}[] | undefined;
|
|
848
1891
|
user?: {
|
|
849
1892
|
id: string;
|
|
850
1893
|
name: string;
|
|
@@ -859,42 +1902,12 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
859
1902
|
createdAt?: string | undefined;
|
|
860
1903
|
archivedAt?: string | undefined;
|
|
861
1904
|
} | undefined;
|
|
862
|
-
dataSource?: {
|
|
863
|
-
id: string;
|
|
864
|
-
name: string;
|
|
865
|
-
key?: string | undefined;
|
|
866
|
-
description?: string | undefined;
|
|
867
|
-
instanceKey?: string | undefined;
|
|
868
|
-
integrationId?: string | undefined;
|
|
869
|
-
uuid?: string | undefined;
|
|
870
|
-
meta?: Record<string, any> | undefined;
|
|
871
|
-
integrationUuid?: string | undefined;
|
|
872
|
-
parentUuid?: string | undefined;
|
|
873
|
-
isUniversal?: boolean | undefined;
|
|
874
|
-
connectionId?: string | undefined;
|
|
875
|
-
dataSourceId?: string | undefined;
|
|
876
|
-
universalDataSourceId?: string | undefined;
|
|
877
|
-
udm?: string | undefined;
|
|
878
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
879
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
880
|
-
collectionKey?: string | undefined;
|
|
881
|
-
collectionParameters?: any;
|
|
882
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
883
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
884
|
-
revision?: string | undefined;
|
|
885
|
-
createdAt?: string | undefined;
|
|
886
|
-
updatedAt?: string | undefined;
|
|
887
|
-
archivedAt?: string | undefined;
|
|
888
|
-
isDeactivated?: boolean | undefined;
|
|
889
|
-
isCustomized?: boolean | undefined;
|
|
890
|
-
universalDataSourceRevision?: string | undefined;
|
|
891
|
-
} | undefined;
|
|
892
1905
|
connection?: {
|
|
893
1906
|
id: string;
|
|
894
1907
|
name: string;
|
|
895
|
-
userId: string;
|
|
896
1908
|
createdAt: string;
|
|
897
1909
|
updatedAt: string;
|
|
1910
|
+
userId: string;
|
|
898
1911
|
isTest?: boolean | undefined;
|
|
899
1912
|
disconnected?: boolean | undefined;
|
|
900
1913
|
isDefunct?: boolean | undefined;
|
|
@@ -913,43 +1926,138 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
913
1926
|
archivedAt?: string | undefined;
|
|
914
1927
|
isDeactivated?: boolean | undefined;
|
|
915
1928
|
meta?: Record<string, any> | undefined;
|
|
1929
|
+
tenantId?: string | undefined;
|
|
916
1930
|
} | undefined;
|
|
917
|
-
|
|
1931
|
+
dataSource?: {
|
|
918
1932
|
id: string;
|
|
919
1933
|
name: string;
|
|
920
|
-
logoUri: string;
|
|
921
|
-
uuid?: string | undefined;
|
|
922
1934
|
key?: string | undefined;
|
|
923
1935
|
description?: string | undefined;
|
|
1936
|
+
integrationId?: string | undefined;
|
|
1937
|
+
uuid?: string | undefined;
|
|
924
1938
|
meta?: Record<string, any> | undefined;
|
|
1939
|
+
integrationUuid?: string | undefined;
|
|
1940
|
+
parentUuid?: string | undefined;
|
|
1941
|
+
isUniversal?: boolean | undefined;
|
|
1942
|
+
connectionId?: string | undefined;
|
|
1943
|
+
instanceKey?: string | undefined;
|
|
1944
|
+
dataSourceId?: string | undefined;
|
|
1945
|
+
universalDataSourceId?: string | undefined;
|
|
1946
|
+
udm?: string | undefined;
|
|
1947
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1948
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
1949
|
+
collectionKey?: string | undefined;
|
|
1950
|
+
collectionParameters?: any;
|
|
925
1951
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
926
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
927
1952
|
revision?: string | undefined;
|
|
928
1953
|
createdAt?: string | undefined;
|
|
929
1954
|
updatedAt?: string | undefined;
|
|
930
|
-
connectorId?: string | undefined;
|
|
931
|
-
connectorVersion?: string | undefined;
|
|
932
|
-
oAuthCallbackUri?: string | undefined;
|
|
933
|
-
parameters?: any;
|
|
934
1955
|
archivedAt?: string | undefined;
|
|
935
|
-
hasMissingParameters?: boolean | undefined;
|
|
936
|
-
hasDocumentation?: boolean | undefined;
|
|
937
|
-
hasOperations?: boolean | undefined;
|
|
938
|
-
operationsCount?: number | undefined;
|
|
939
|
-
hasData?: boolean | undefined;
|
|
940
|
-
dataCollectionsCount?: number | undefined;
|
|
941
|
-
hasEvents?: boolean | undefined;
|
|
942
|
-
eventsCount?: number | undefined;
|
|
943
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
944
|
-
hasUdm?: boolean | undefined;
|
|
945
|
-
isTest?: boolean | undefined;
|
|
946
|
-
appUuid?: string | undefined;
|
|
947
1956
|
isDeactivated?: boolean | undefined;
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
1957
|
+
dataSourceRevision?: string | undefined;
|
|
1958
|
+
universalDataSourceRevision?: string | undefined;
|
|
1959
|
+
defaultCollectionKey?: string | undefined;
|
|
1960
|
+
defaultCollectionParameters?: any;
|
|
1961
|
+
collectionSpec?: {
|
|
1962
|
+
type: "collection";
|
|
1963
|
+
name: string;
|
|
1964
|
+
key?: string | undefined;
|
|
1965
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1966
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
1967
|
+
list?: {
|
|
1968
|
+
apiRequests?: {
|
|
1969
|
+
path: unknown;
|
|
1970
|
+
method: unknown;
|
|
1971
|
+
}[] | undefined;
|
|
1972
|
+
filterFields?: string[] | undefined;
|
|
1973
|
+
} | undefined;
|
|
1974
|
+
search?: {
|
|
1975
|
+
apiRequests?: {
|
|
1976
|
+
path: unknown;
|
|
1977
|
+
method: unknown;
|
|
1978
|
+
}[] | undefined;
|
|
1979
|
+
} | undefined;
|
|
1980
|
+
match?: {
|
|
1981
|
+
apiRequests?: {
|
|
1982
|
+
path: unknown;
|
|
1983
|
+
method: unknown;
|
|
1984
|
+
}[] | undefined;
|
|
1985
|
+
fields?: string[] | undefined;
|
|
1986
|
+
} | undefined;
|
|
1987
|
+
findById?: {
|
|
1988
|
+
apiRequests?: {
|
|
1989
|
+
path: unknown;
|
|
1990
|
+
method: unknown;
|
|
1991
|
+
}[] | undefined;
|
|
1992
|
+
} | undefined;
|
|
1993
|
+
create?: {
|
|
1994
|
+
apiRequests?: {
|
|
1995
|
+
path: unknown;
|
|
1996
|
+
method: unknown;
|
|
1997
|
+
}[] | undefined;
|
|
1998
|
+
fields?: string[] | undefined;
|
|
1999
|
+
requiredFields?: string[] | undefined;
|
|
2000
|
+
excludedFields?: string[] | undefined;
|
|
2001
|
+
} | undefined;
|
|
2002
|
+
update?: {
|
|
2003
|
+
apiRequests?: {
|
|
2004
|
+
path: unknown;
|
|
2005
|
+
method: unknown;
|
|
2006
|
+
}[] | undefined;
|
|
2007
|
+
fields?: string[] | undefined;
|
|
2008
|
+
excludedFields?: string[] | undefined;
|
|
2009
|
+
} | undefined;
|
|
2010
|
+
delete?: {
|
|
2011
|
+
apiRequests?: {
|
|
2012
|
+
path: unknown;
|
|
2013
|
+
method: unknown;
|
|
2014
|
+
}[] | undefined;
|
|
2015
|
+
} | undefined;
|
|
2016
|
+
events?: {
|
|
2017
|
+
[x: string]: {
|
|
2018
|
+
type: "push" | "pull";
|
|
2019
|
+
isFullScan?: boolean | undefined;
|
|
2020
|
+
isIdOnly?: boolean | undefined;
|
|
2021
|
+
};
|
|
2022
|
+
created?: {
|
|
2023
|
+
type: "push" | "pull";
|
|
2024
|
+
isFullScan?: boolean | undefined;
|
|
2025
|
+
isIdOnly?: boolean | undefined;
|
|
2026
|
+
} | undefined;
|
|
2027
|
+
updated?: {
|
|
2028
|
+
type: "push" | "pull";
|
|
2029
|
+
isFullScan?: boolean | undefined;
|
|
2030
|
+
isIdOnly?: boolean | undefined;
|
|
2031
|
+
} | undefined;
|
|
2032
|
+
deleted?: {
|
|
2033
|
+
type: "push" | "pull";
|
|
2034
|
+
isFullScan?: boolean | undefined;
|
|
2035
|
+
isIdOnly?: boolean | undefined;
|
|
2036
|
+
} | undefined;
|
|
2037
|
+
all?: {
|
|
2038
|
+
type: "push" | "pull";
|
|
2039
|
+
isFullScan?: boolean | undefined;
|
|
2040
|
+
isIdOnly?: boolean | undefined;
|
|
2041
|
+
} | undefined;
|
|
2042
|
+
} | undefined;
|
|
2043
|
+
customFields?: boolean | undefined;
|
|
2044
|
+
udm?: Record<string, {
|
|
2045
|
+
fields?: string[] | undefined;
|
|
2046
|
+
extract?: Record<string, any> | undefined;
|
|
2047
|
+
parse?: Record<string, any> | undefined;
|
|
2048
|
+
}> | undefined;
|
|
2049
|
+
find?: {
|
|
2050
|
+
apiRequests?: {
|
|
2051
|
+
path: unknown;
|
|
2052
|
+
method: unknown;
|
|
2053
|
+
}[] | undefined;
|
|
2054
|
+
queryFields?: string[] | undefined;
|
|
2055
|
+
} | undefined;
|
|
2056
|
+
} | undefined;
|
|
2057
|
+
isCustomized?: boolean | undefined;
|
|
2058
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2059
|
+
userId?: string | undefined;
|
|
2060
|
+
tenantId?: string | undefined;
|
|
953
2061
|
} | undefined;
|
|
954
2062
|
path?: string | undefined;
|
|
955
2063
|
defaultPath?: string | undefined;
|
|
@@ -969,26 +2077,31 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
969
2077
|
}, options?: Omit<import("swr").MutatorOptions<{
|
|
970
2078
|
id: string;
|
|
971
2079
|
name: string;
|
|
972
|
-
userId: string;
|
|
973
|
-
revision: string;
|
|
974
|
-
connectionId: string;
|
|
975
|
-
integrationId: string;
|
|
976
|
-
uuid?: string | undefined;
|
|
977
2080
|
key?: string | undefined;
|
|
978
2081
|
description?: string | undefined;
|
|
2082
|
+
integrationId?: string | undefined;
|
|
2083
|
+
uuid?: string | undefined;
|
|
979
2084
|
meta?: Record<string, any> | undefined;
|
|
2085
|
+
integrationUuid?: string | undefined;
|
|
2086
|
+
parentUuid?: string | undefined;
|
|
2087
|
+
isUniversal?: boolean | undefined;
|
|
2088
|
+
connectionId?: string | undefined;
|
|
2089
|
+
instanceKey?: string | undefined;
|
|
2090
|
+
dataSourceId?: string | undefined;
|
|
2091
|
+
universalDataSourceId?: string | undefined;
|
|
2092
|
+
udm?: string | undefined;
|
|
2093
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
2094
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
2095
|
+
collectionKey?: string | undefined;
|
|
2096
|
+
collectionParameters?: any;
|
|
980
2097
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2098
|
+
revision?: string | undefined;
|
|
981
2099
|
createdAt?: string | undefined;
|
|
982
2100
|
updatedAt?: string | undefined;
|
|
983
2101
|
archivedAt?: string | undefined;
|
|
984
2102
|
isDeactivated?: boolean | undefined;
|
|
985
2103
|
dataSourceRevision?: string | undefined;
|
|
986
|
-
|
|
987
|
-
universalDataSourceId?: string | undefined;
|
|
988
|
-
udm?: string | undefined;
|
|
989
|
-
instanceKey?: string | undefined;
|
|
990
|
-
collectionKey?: string | undefined;
|
|
991
|
-
collectionParameters?: any;
|
|
2104
|
+
universalDataSourceRevision?: string | undefined;
|
|
992
2105
|
defaultCollectionKey?: string | undefined;
|
|
993
2106
|
defaultCollectionParameters?: any;
|
|
994
2107
|
collectionSpec?: {
|
|
@@ -1089,8 +2202,215 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1089
2202
|
} | undefined;
|
|
1090
2203
|
isCustomized?: boolean | undefined;
|
|
1091
2204
|
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1092
|
-
|
|
1093
|
-
|
|
2205
|
+
userId?: string | undefined;
|
|
2206
|
+
tenantId?: string | undefined;
|
|
2207
|
+
integration?: {
|
|
2208
|
+
id: string;
|
|
2209
|
+
name: string;
|
|
2210
|
+
logoUri: string;
|
|
2211
|
+
uuid?: string | undefined;
|
|
2212
|
+
key?: string | undefined;
|
|
2213
|
+
description?: string | undefined;
|
|
2214
|
+
meta?: Record<string, any> | undefined;
|
|
2215
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2216
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2217
|
+
revision?: string | undefined;
|
|
2218
|
+
createdAt?: string | undefined;
|
|
2219
|
+
updatedAt?: string | undefined;
|
|
2220
|
+
connectorId?: string | undefined;
|
|
2221
|
+
connectorVersion?: string | undefined;
|
|
2222
|
+
oAuthCallbackUri?: string | undefined;
|
|
2223
|
+
parameters?: any;
|
|
2224
|
+
archivedAt?: string | undefined;
|
|
2225
|
+
hasMissingParameters?: boolean | undefined;
|
|
2226
|
+
hasDocumentation?: boolean | undefined;
|
|
2227
|
+
hasOperations?: boolean | undefined;
|
|
2228
|
+
operationsCount?: number | undefined;
|
|
2229
|
+
hasData?: boolean | undefined;
|
|
2230
|
+
dataCollectionsCount?: number | undefined;
|
|
2231
|
+
hasEvents?: boolean | undefined;
|
|
2232
|
+
eventsCount?: number | undefined;
|
|
2233
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
2234
|
+
hasUdm?: boolean | undefined;
|
|
2235
|
+
isTest?: boolean | undefined;
|
|
2236
|
+
appUuid?: string | undefined;
|
|
2237
|
+
isDeactivated?: boolean | undefined;
|
|
2238
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2239
|
+
optionsConfig?: Record<string, {
|
|
2240
|
+
disabled?: boolean | undefined;
|
|
2241
|
+
parameters?: Record<string, any> | undefined;
|
|
2242
|
+
}> | undefined;
|
|
2243
|
+
} | undefined;
|
|
2244
|
+
appliedToIntegrations?: {
|
|
2245
|
+
element: {
|
|
2246
|
+
id: string;
|
|
2247
|
+
name: string;
|
|
2248
|
+
key?: string | undefined;
|
|
2249
|
+
description?: string | undefined;
|
|
2250
|
+
integrationId?: string | undefined;
|
|
2251
|
+
uuid?: string | undefined;
|
|
2252
|
+
meta?: Record<string, any> | undefined;
|
|
2253
|
+
integrationUuid?: string | undefined;
|
|
2254
|
+
parentUuid?: string | undefined;
|
|
2255
|
+
isUniversal?: boolean | undefined;
|
|
2256
|
+
connectionId?: string | undefined;
|
|
2257
|
+
instanceKey?: string | undefined;
|
|
2258
|
+
dataSourceId?: string | undefined;
|
|
2259
|
+
universalDataSourceId?: string | undefined;
|
|
2260
|
+
udm?: string | undefined;
|
|
2261
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
2262
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
2263
|
+
collectionKey?: string | undefined;
|
|
2264
|
+
collectionParameters?: any;
|
|
2265
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2266
|
+
revision?: string | undefined;
|
|
2267
|
+
createdAt?: string | undefined;
|
|
2268
|
+
updatedAt?: string | undefined;
|
|
2269
|
+
archivedAt?: string | undefined;
|
|
2270
|
+
isDeactivated?: boolean | undefined;
|
|
2271
|
+
dataSourceRevision?: string | undefined;
|
|
2272
|
+
universalDataSourceRevision?: string | undefined;
|
|
2273
|
+
defaultCollectionKey?: string | undefined;
|
|
2274
|
+
defaultCollectionParameters?: any;
|
|
2275
|
+
collectionSpec?: {
|
|
2276
|
+
type: "collection";
|
|
2277
|
+
name: string;
|
|
2278
|
+
key?: string | undefined;
|
|
2279
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2280
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2281
|
+
list?: {
|
|
2282
|
+
apiRequests?: {
|
|
2283
|
+
path: unknown;
|
|
2284
|
+
method: unknown;
|
|
2285
|
+
}[] | undefined;
|
|
2286
|
+
filterFields?: string[] | undefined;
|
|
2287
|
+
} | undefined;
|
|
2288
|
+
search?: {
|
|
2289
|
+
apiRequests?: {
|
|
2290
|
+
path: unknown;
|
|
2291
|
+
method: unknown;
|
|
2292
|
+
}[] | undefined;
|
|
2293
|
+
} | undefined;
|
|
2294
|
+
match?: {
|
|
2295
|
+
apiRequests?: {
|
|
2296
|
+
path: unknown;
|
|
2297
|
+
method: unknown;
|
|
2298
|
+
}[] | undefined;
|
|
2299
|
+
fields?: string[] | undefined;
|
|
2300
|
+
} | undefined;
|
|
2301
|
+
findById?: {
|
|
2302
|
+
apiRequests?: {
|
|
2303
|
+
path: unknown;
|
|
2304
|
+
method: unknown;
|
|
2305
|
+
}[] | undefined;
|
|
2306
|
+
} | undefined;
|
|
2307
|
+
create?: {
|
|
2308
|
+
apiRequests?: {
|
|
2309
|
+
path: unknown;
|
|
2310
|
+
method: unknown;
|
|
2311
|
+
}[] | undefined;
|
|
2312
|
+
fields?: string[] | undefined;
|
|
2313
|
+
requiredFields?: string[] | undefined;
|
|
2314
|
+
excludedFields?: string[] | undefined;
|
|
2315
|
+
} | undefined;
|
|
2316
|
+
update?: {
|
|
2317
|
+
apiRequests?: {
|
|
2318
|
+
path: unknown;
|
|
2319
|
+
method: unknown;
|
|
2320
|
+
}[] | undefined;
|
|
2321
|
+
fields?: string[] | undefined;
|
|
2322
|
+
excludedFields?: string[] | undefined;
|
|
2323
|
+
} | undefined;
|
|
2324
|
+
delete?: {
|
|
2325
|
+
apiRequests?: {
|
|
2326
|
+
path: unknown;
|
|
2327
|
+
method: unknown;
|
|
2328
|
+
}[] | undefined;
|
|
2329
|
+
} | undefined;
|
|
2330
|
+
events?: {
|
|
2331
|
+
[x: string]: {
|
|
2332
|
+
type: "push" | "pull";
|
|
2333
|
+
isFullScan?: boolean | undefined;
|
|
2334
|
+
isIdOnly?: boolean | undefined;
|
|
2335
|
+
};
|
|
2336
|
+
created?: {
|
|
2337
|
+
type: "push" | "pull";
|
|
2338
|
+
isFullScan?: boolean | undefined;
|
|
2339
|
+
isIdOnly?: boolean | undefined;
|
|
2340
|
+
} | undefined;
|
|
2341
|
+
updated?: {
|
|
2342
|
+
type: "push" | "pull";
|
|
2343
|
+
isFullScan?: boolean | undefined;
|
|
2344
|
+
isIdOnly?: boolean | undefined;
|
|
2345
|
+
} | undefined;
|
|
2346
|
+
deleted?: {
|
|
2347
|
+
type: "push" | "pull";
|
|
2348
|
+
isFullScan?: boolean | undefined;
|
|
2349
|
+
isIdOnly?: boolean | undefined;
|
|
2350
|
+
} | undefined;
|
|
2351
|
+
all?: {
|
|
2352
|
+
type: "push" | "pull";
|
|
2353
|
+
isFullScan?: boolean | undefined;
|
|
2354
|
+
isIdOnly?: boolean | undefined;
|
|
2355
|
+
} | undefined;
|
|
2356
|
+
} | undefined;
|
|
2357
|
+
customFields?: boolean | undefined;
|
|
2358
|
+
udm?: Record<string, {
|
|
2359
|
+
fields?: string[] | undefined;
|
|
2360
|
+
extract?: Record<string, any> | undefined;
|
|
2361
|
+
parse?: Record<string, any> | undefined;
|
|
2362
|
+
}> | undefined;
|
|
2363
|
+
find?: {
|
|
2364
|
+
apiRequests?: {
|
|
2365
|
+
path: unknown;
|
|
2366
|
+
method: unknown;
|
|
2367
|
+
}[] | undefined;
|
|
2368
|
+
queryFields?: string[] | undefined;
|
|
2369
|
+
} | undefined;
|
|
2370
|
+
} | undefined;
|
|
2371
|
+
isCustomized?: boolean | undefined;
|
|
2372
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2373
|
+
userId?: string | undefined;
|
|
2374
|
+
tenantId?: string | undefined;
|
|
2375
|
+
};
|
|
2376
|
+
integration: {
|
|
2377
|
+
id: string;
|
|
2378
|
+
name: string;
|
|
2379
|
+
logoUri: string;
|
|
2380
|
+
uuid?: string | undefined;
|
|
2381
|
+
key?: string | undefined;
|
|
2382
|
+
description?: string | undefined;
|
|
2383
|
+
meta?: Record<string, any> | undefined;
|
|
2384
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2385
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2386
|
+
revision?: string | undefined;
|
|
2387
|
+
createdAt?: string | undefined;
|
|
2388
|
+
updatedAt?: string | undefined;
|
|
2389
|
+
connectorId?: string | undefined;
|
|
2390
|
+
connectorVersion?: string | undefined;
|
|
2391
|
+
oAuthCallbackUri?: string | undefined;
|
|
2392
|
+
parameters?: any;
|
|
2393
|
+
archivedAt?: string | undefined;
|
|
2394
|
+
hasMissingParameters?: boolean | undefined;
|
|
2395
|
+
hasDocumentation?: boolean | undefined;
|
|
2396
|
+
hasOperations?: boolean | undefined;
|
|
2397
|
+
operationsCount?: number | undefined;
|
|
2398
|
+
hasData?: boolean | undefined;
|
|
2399
|
+
dataCollectionsCount?: number | undefined;
|
|
2400
|
+
hasEvents?: boolean | undefined;
|
|
2401
|
+
eventsCount?: number | undefined;
|
|
2402
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
2403
|
+
hasUdm?: boolean | undefined;
|
|
2404
|
+
isTest?: boolean | undefined;
|
|
2405
|
+
appUuid?: string | undefined;
|
|
2406
|
+
isDeactivated?: boolean | undefined;
|
|
2407
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2408
|
+
optionsConfig?: Record<string, {
|
|
2409
|
+
disabled?: boolean | undefined;
|
|
2410
|
+
parameters?: Record<string, any> | undefined;
|
|
2411
|
+
}> | undefined;
|
|
2412
|
+
};
|
|
2413
|
+
}[] | undefined;
|
|
1094
2414
|
user?: {
|
|
1095
2415
|
id: string;
|
|
1096
2416
|
name: string;
|
|
@@ -1105,42 +2425,12 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1105
2425
|
createdAt?: string | undefined;
|
|
1106
2426
|
archivedAt?: string | undefined;
|
|
1107
2427
|
} | undefined;
|
|
1108
|
-
dataSource?: {
|
|
1109
|
-
id: string;
|
|
1110
|
-
name: string;
|
|
1111
|
-
key?: string | undefined;
|
|
1112
|
-
description?: string | undefined;
|
|
1113
|
-
instanceKey?: string | undefined;
|
|
1114
|
-
integrationId?: string | undefined;
|
|
1115
|
-
uuid?: string | undefined;
|
|
1116
|
-
meta?: Record<string, any> | undefined;
|
|
1117
|
-
integrationUuid?: string | undefined;
|
|
1118
|
-
parentUuid?: string | undefined;
|
|
1119
|
-
isUniversal?: boolean | undefined;
|
|
1120
|
-
connectionId?: string | undefined;
|
|
1121
|
-
dataSourceId?: string | undefined;
|
|
1122
|
-
universalDataSourceId?: string | undefined;
|
|
1123
|
-
udm?: string | undefined;
|
|
1124
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1125
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
1126
|
-
collectionKey?: string | undefined;
|
|
1127
|
-
collectionParameters?: any;
|
|
1128
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1129
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1130
|
-
revision?: string | undefined;
|
|
1131
|
-
createdAt?: string | undefined;
|
|
1132
|
-
updatedAt?: string | undefined;
|
|
1133
|
-
archivedAt?: string | undefined;
|
|
1134
|
-
isDeactivated?: boolean | undefined;
|
|
1135
|
-
isCustomized?: boolean | undefined;
|
|
1136
|
-
universalDataSourceRevision?: string | undefined;
|
|
1137
|
-
} | undefined;
|
|
1138
2428
|
connection?: {
|
|
1139
2429
|
id: string;
|
|
1140
2430
|
name: string;
|
|
1141
|
-
userId: string;
|
|
1142
2431
|
createdAt: string;
|
|
1143
2432
|
updatedAt: string;
|
|
2433
|
+
userId: string;
|
|
1144
2434
|
isTest?: boolean | undefined;
|
|
1145
2435
|
disconnected?: boolean | undefined;
|
|
1146
2436
|
isDefunct?: boolean | undefined;
|
|
@@ -1159,69 +2449,169 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1159
2449
|
archivedAt?: string | undefined;
|
|
1160
2450
|
isDeactivated?: boolean | undefined;
|
|
1161
2451
|
meta?: Record<string, any> | undefined;
|
|
2452
|
+
tenantId?: string | undefined;
|
|
1162
2453
|
} | undefined;
|
|
1163
|
-
|
|
2454
|
+
dataSource?: {
|
|
1164
2455
|
id: string;
|
|
1165
2456
|
name: string;
|
|
1166
|
-
logoUri: string;
|
|
1167
|
-
uuid?: string | undefined;
|
|
1168
2457
|
key?: string | undefined;
|
|
1169
2458
|
description?: string | undefined;
|
|
2459
|
+
integrationId?: string | undefined;
|
|
2460
|
+
uuid?: string | undefined;
|
|
1170
2461
|
meta?: Record<string, any> | undefined;
|
|
2462
|
+
integrationUuid?: string | undefined;
|
|
2463
|
+
parentUuid?: string | undefined;
|
|
2464
|
+
isUniversal?: boolean | undefined;
|
|
2465
|
+
connectionId?: string | undefined;
|
|
2466
|
+
instanceKey?: string | undefined;
|
|
2467
|
+
dataSourceId?: string | undefined;
|
|
2468
|
+
universalDataSourceId?: string | undefined;
|
|
2469
|
+
udm?: string | undefined;
|
|
2470
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
2471
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
2472
|
+
collectionKey?: string | undefined;
|
|
2473
|
+
collectionParameters?: any;
|
|
1171
2474
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1172
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1173
2475
|
revision?: string | undefined;
|
|
1174
2476
|
createdAt?: string | undefined;
|
|
1175
2477
|
updatedAt?: string | undefined;
|
|
1176
|
-
connectorId?: string | undefined;
|
|
1177
|
-
connectorVersion?: string | undefined;
|
|
1178
|
-
oAuthCallbackUri?: string | undefined;
|
|
1179
|
-
parameters?: any;
|
|
1180
2478
|
archivedAt?: string | undefined;
|
|
1181
|
-
hasMissingParameters?: boolean | undefined;
|
|
1182
|
-
hasDocumentation?: boolean | undefined;
|
|
1183
|
-
hasOperations?: boolean | undefined;
|
|
1184
|
-
operationsCount?: number | undefined;
|
|
1185
|
-
hasData?: boolean | undefined;
|
|
1186
|
-
dataCollectionsCount?: number | undefined;
|
|
1187
|
-
hasEvents?: boolean | undefined;
|
|
1188
|
-
eventsCount?: number | undefined;
|
|
1189
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
1190
|
-
hasUdm?: boolean | undefined;
|
|
1191
|
-
isTest?: boolean | undefined;
|
|
1192
|
-
appUuid?: string | undefined;
|
|
1193
2479
|
isDeactivated?: boolean | undefined;
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
2480
|
+
dataSourceRevision?: string | undefined;
|
|
2481
|
+
universalDataSourceRevision?: string | undefined;
|
|
2482
|
+
defaultCollectionKey?: string | undefined;
|
|
2483
|
+
defaultCollectionParameters?: any;
|
|
2484
|
+
collectionSpec?: {
|
|
2485
|
+
type: "collection";
|
|
2486
|
+
name: string;
|
|
2487
|
+
key?: string | undefined;
|
|
2488
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2489
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2490
|
+
list?: {
|
|
2491
|
+
apiRequests?: {
|
|
2492
|
+
path: unknown;
|
|
2493
|
+
method: unknown;
|
|
2494
|
+
}[] | undefined;
|
|
2495
|
+
filterFields?: string[] | undefined;
|
|
2496
|
+
} | undefined;
|
|
2497
|
+
search?: {
|
|
2498
|
+
apiRequests?: {
|
|
2499
|
+
path: unknown;
|
|
2500
|
+
method: unknown;
|
|
2501
|
+
}[] | undefined;
|
|
2502
|
+
} | undefined;
|
|
2503
|
+
match?: {
|
|
2504
|
+
apiRequests?: {
|
|
2505
|
+
path: unknown;
|
|
2506
|
+
method: unknown;
|
|
2507
|
+
}[] | undefined;
|
|
2508
|
+
fields?: string[] | undefined;
|
|
2509
|
+
} | undefined;
|
|
2510
|
+
findById?: {
|
|
2511
|
+
apiRequests?: {
|
|
2512
|
+
path: unknown;
|
|
2513
|
+
method: unknown;
|
|
2514
|
+
}[] | undefined;
|
|
2515
|
+
} | undefined;
|
|
2516
|
+
create?: {
|
|
2517
|
+
apiRequests?: {
|
|
2518
|
+
path: unknown;
|
|
2519
|
+
method: unknown;
|
|
2520
|
+
}[] | undefined;
|
|
2521
|
+
fields?: string[] | undefined;
|
|
2522
|
+
requiredFields?: string[] | undefined;
|
|
2523
|
+
excludedFields?: string[] | undefined;
|
|
2524
|
+
} | undefined;
|
|
2525
|
+
update?: {
|
|
2526
|
+
apiRequests?: {
|
|
2527
|
+
path: unknown;
|
|
2528
|
+
method: unknown;
|
|
2529
|
+
}[] | undefined;
|
|
2530
|
+
fields?: string[] | undefined;
|
|
2531
|
+
excludedFields?: string[] | undefined;
|
|
2532
|
+
} | undefined;
|
|
2533
|
+
delete?: {
|
|
2534
|
+
apiRequests?: {
|
|
2535
|
+
path: unknown;
|
|
2536
|
+
method: unknown;
|
|
2537
|
+
}[] | undefined;
|
|
2538
|
+
} | undefined;
|
|
2539
|
+
events?: {
|
|
2540
|
+
[x: string]: {
|
|
2541
|
+
type: "push" | "pull";
|
|
2542
|
+
isFullScan?: boolean | undefined;
|
|
2543
|
+
isIdOnly?: boolean | undefined;
|
|
2544
|
+
};
|
|
2545
|
+
created?: {
|
|
2546
|
+
type: "push" | "pull";
|
|
2547
|
+
isFullScan?: boolean | undefined;
|
|
2548
|
+
isIdOnly?: boolean | undefined;
|
|
2549
|
+
} | undefined;
|
|
2550
|
+
updated?: {
|
|
2551
|
+
type: "push" | "pull";
|
|
2552
|
+
isFullScan?: boolean | undefined;
|
|
2553
|
+
isIdOnly?: boolean | undefined;
|
|
2554
|
+
} | undefined;
|
|
2555
|
+
deleted?: {
|
|
2556
|
+
type: "push" | "pull";
|
|
2557
|
+
isFullScan?: boolean | undefined;
|
|
2558
|
+
isIdOnly?: boolean | undefined;
|
|
2559
|
+
} | undefined;
|
|
2560
|
+
all?: {
|
|
2561
|
+
type: "push" | "pull";
|
|
2562
|
+
isFullScan?: boolean | undefined;
|
|
2563
|
+
isIdOnly?: boolean | undefined;
|
|
2564
|
+
} | undefined;
|
|
2565
|
+
} | undefined;
|
|
2566
|
+
customFields?: boolean | undefined;
|
|
2567
|
+
udm?: Record<string, {
|
|
2568
|
+
fields?: string[] | undefined;
|
|
2569
|
+
extract?: Record<string, any> | undefined;
|
|
2570
|
+
parse?: Record<string, any> | undefined;
|
|
2571
|
+
}> | undefined;
|
|
2572
|
+
find?: {
|
|
2573
|
+
apiRequests?: {
|
|
2574
|
+
path: unknown;
|
|
2575
|
+
method: unknown;
|
|
2576
|
+
}[] | undefined;
|
|
2577
|
+
queryFields?: string[] | undefined;
|
|
2578
|
+
} | undefined;
|
|
2579
|
+
} | undefined;
|
|
2580
|
+
isCustomized?: boolean | undefined;
|
|
2581
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2582
|
+
userId?: string | undefined;
|
|
2583
|
+
tenantId?: string | undefined;
|
|
1199
2584
|
} | undefined;
|
|
1200
2585
|
path?: string | undefined;
|
|
1201
2586
|
defaultPath?: string | undefined;
|
|
1202
2587
|
} | undefined, {
|
|
1203
2588
|
id: string;
|
|
1204
2589
|
name: string;
|
|
1205
|
-
userId: string;
|
|
1206
|
-
revision: string;
|
|
1207
|
-
connectionId: string;
|
|
1208
|
-
integrationId: string;
|
|
1209
|
-
uuid?: string | undefined;
|
|
1210
2590
|
key?: string | undefined;
|
|
1211
2591
|
description?: string | undefined;
|
|
2592
|
+
integrationId?: string | undefined;
|
|
2593
|
+
uuid?: string | undefined;
|
|
1212
2594
|
meta?: Record<string, any> | undefined;
|
|
2595
|
+
integrationUuid?: string | undefined;
|
|
2596
|
+
parentUuid?: string | undefined;
|
|
2597
|
+
isUniversal?: boolean | undefined;
|
|
2598
|
+
connectionId?: string | undefined;
|
|
2599
|
+
instanceKey?: string | undefined;
|
|
2600
|
+
dataSourceId?: string | undefined;
|
|
2601
|
+
universalDataSourceId?: string | undefined;
|
|
2602
|
+
udm?: string | undefined;
|
|
2603
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
2604
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
2605
|
+
collectionKey?: string | undefined;
|
|
2606
|
+
collectionParameters?: any;
|
|
1213
2607
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2608
|
+
revision?: string | undefined;
|
|
1214
2609
|
createdAt?: string | undefined;
|
|
1215
2610
|
updatedAt?: string | undefined;
|
|
1216
2611
|
archivedAt?: string | undefined;
|
|
1217
2612
|
isDeactivated?: boolean | undefined;
|
|
1218
2613
|
dataSourceRevision?: string | undefined;
|
|
1219
|
-
|
|
1220
|
-
universalDataSourceId?: string | undefined;
|
|
1221
|
-
udm?: string | undefined;
|
|
1222
|
-
instanceKey?: string | undefined;
|
|
1223
|
-
collectionKey?: string | undefined;
|
|
1224
|
-
collectionParameters?: any;
|
|
2614
|
+
universalDataSourceRevision?: string | undefined;
|
|
1225
2615
|
defaultCollectionKey?: string | undefined;
|
|
1226
2616
|
defaultCollectionParameters?: any;
|
|
1227
2617
|
collectionSpec?: {
|
|
@@ -1320,10 +2710,217 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1320
2710
|
queryFields?: string[] | undefined;
|
|
1321
2711
|
} | undefined;
|
|
1322
2712
|
} | undefined;
|
|
1323
|
-
isCustomized?: boolean | undefined;
|
|
1324
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1325
|
-
|
|
1326
|
-
|
|
2713
|
+
isCustomized?: boolean | undefined;
|
|
2714
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2715
|
+
userId?: string | undefined;
|
|
2716
|
+
tenantId?: string | undefined;
|
|
2717
|
+
integration?: {
|
|
2718
|
+
id: string;
|
|
2719
|
+
name: string;
|
|
2720
|
+
logoUri: string;
|
|
2721
|
+
uuid?: string | undefined;
|
|
2722
|
+
key?: string | undefined;
|
|
2723
|
+
description?: string | undefined;
|
|
2724
|
+
meta?: Record<string, any> | undefined;
|
|
2725
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2726
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2727
|
+
revision?: string | undefined;
|
|
2728
|
+
createdAt?: string | undefined;
|
|
2729
|
+
updatedAt?: string | undefined;
|
|
2730
|
+
connectorId?: string | undefined;
|
|
2731
|
+
connectorVersion?: string | undefined;
|
|
2732
|
+
oAuthCallbackUri?: string | undefined;
|
|
2733
|
+
parameters?: any;
|
|
2734
|
+
archivedAt?: string | undefined;
|
|
2735
|
+
hasMissingParameters?: boolean | undefined;
|
|
2736
|
+
hasDocumentation?: boolean | undefined;
|
|
2737
|
+
hasOperations?: boolean | undefined;
|
|
2738
|
+
operationsCount?: number | undefined;
|
|
2739
|
+
hasData?: boolean | undefined;
|
|
2740
|
+
dataCollectionsCount?: number | undefined;
|
|
2741
|
+
hasEvents?: boolean | undefined;
|
|
2742
|
+
eventsCount?: number | undefined;
|
|
2743
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
2744
|
+
hasUdm?: boolean | undefined;
|
|
2745
|
+
isTest?: boolean | undefined;
|
|
2746
|
+
appUuid?: string | undefined;
|
|
2747
|
+
isDeactivated?: boolean | undefined;
|
|
2748
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2749
|
+
optionsConfig?: Record<string, {
|
|
2750
|
+
disabled?: boolean | undefined;
|
|
2751
|
+
parameters?: Record<string, any> | undefined;
|
|
2752
|
+
}> | undefined;
|
|
2753
|
+
} | undefined;
|
|
2754
|
+
appliedToIntegrations?: {
|
|
2755
|
+
element: {
|
|
2756
|
+
id: string;
|
|
2757
|
+
name: string;
|
|
2758
|
+
key?: string | undefined;
|
|
2759
|
+
description?: string | undefined;
|
|
2760
|
+
integrationId?: string | undefined;
|
|
2761
|
+
uuid?: string | undefined;
|
|
2762
|
+
meta?: Record<string, any> | undefined;
|
|
2763
|
+
integrationUuid?: string | undefined;
|
|
2764
|
+
parentUuid?: string | undefined;
|
|
2765
|
+
isUniversal?: boolean | undefined;
|
|
2766
|
+
connectionId?: string | undefined;
|
|
2767
|
+
instanceKey?: string | undefined;
|
|
2768
|
+
dataSourceId?: string | undefined;
|
|
2769
|
+
universalDataSourceId?: string | undefined;
|
|
2770
|
+
udm?: string | undefined;
|
|
2771
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
2772
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
2773
|
+
collectionKey?: string | undefined;
|
|
2774
|
+
collectionParameters?: any;
|
|
2775
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2776
|
+
revision?: string | undefined;
|
|
2777
|
+
createdAt?: string | undefined;
|
|
2778
|
+
updatedAt?: string | undefined;
|
|
2779
|
+
archivedAt?: string | undefined;
|
|
2780
|
+
isDeactivated?: boolean | undefined;
|
|
2781
|
+
dataSourceRevision?: string | undefined;
|
|
2782
|
+
universalDataSourceRevision?: string | undefined;
|
|
2783
|
+
defaultCollectionKey?: string | undefined;
|
|
2784
|
+
defaultCollectionParameters?: any;
|
|
2785
|
+
collectionSpec?: {
|
|
2786
|
+
type: "collection";
|
|
2787
|
+
name: string;
|
|
2788
|
+
key?: string | undefined;
|
|
2789
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2790
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2791
|
+
list?: {
|
|
2792
|
+
apiRequests?: {
|
|
2793
|
+
path: unknown;
|
|
2794
|
+
method: unknown;
|
|
2795
|
+
}[] | undefined;
|
|
2796
|
+
filterFields?: string[] | undefined;
|
|
2797
|
+
} | undefined;
|
|
2798
|
+
search?: {
|
|
2799
|
+
apiRequests?: {
|
|
2800
|
+
path: unknown;
|
|
2801
|
+
method: unknown;
|
|
2802
|
+
}[] | undefined;
|
|
2803
|
+
} | undefined;
|
|
2804
|
+
match?: {
|
|
2805
|
+
apiRequests?: {
|
|
2806
|
+
path: unknown;
|
|
2807
|
+
method: unknown;
|
|
2808
|
+
}[] | undefined;
|
|
2809
|
+
fields?: string[] | undefined;
|
|
2810
|
+
} | undefined;
|
|
2811
|
+
findById?: {
|
|
2812
|
+
apiRequests?: {
|
|
2813
|
+
path: unknown;
|
|
2814
|
+
method: unknown;
|
|
2815
|
+
}[] | undefined;
|
|
2816
|
+
} | undefined;
|
|
2817
|
+
create?: {
|
|
2818
|
+
apiRequests?: {
|
|
2819
|
+
path: unknown;
|
|
2820
|
+
method: unknown;
|
|
2821
|
+
}[] | undefined;
|
|
2822
|
+
fields?: string[] | undefined;
|
|
2823
|
+
requiredFields?: string[] | undefined;
|
|
2824
|
+
excludedFields?: string[] | undefined;
|
|
2825
|
+
} | undefined;
|
|
2826
|
+
update?: {
|
|
2827
|
+
apiRequests?: {
|
|
2828
|
+
path: unknown;
|
|
2829
|
+
method: unknown;
|
|
2830
|
+
}[] | undefined;
|
|
2831
|
+
fields?: string[] | undefined;
|
|
2832
|
+
excludedFields?: string[] | undefined;
|
|
2833
|
+
} | undefined;
|
|
2834
|
+
delete?: {
|
|
2835
|
+
apiRequests?: {
|
|
2836
|
+
path: unknown;
|
|
2837
|
+
method: unknown;
|
|
2838
|
+
}[] | undefined;
|
|
2839
|
+
} | undefined;
|
|
2840
|
+
events?: {
|
|
2841
|
+
[x: string]: {
|
|
2842
|
+
type: "push" | "pull";
|
|
2843
|
+
isFullScan?: boolean | undefined;
|
|
2844
|
+
isIdOnly?: boolean | undefined;
|
|
2845
|
+
};
|
|
2846
|
+
created?: {
|
|
2847
|
+
type: "push" | "pull";
|
|
2848
|
+
isFullScan?: boolean | undefined;
|
|
2849
|
+
isIdOnly?: boolean | undefined;
|
|
2850
|
+
} | undefined;
|
|
2851
|
+
updated?: {
|
|
2852
|
+
type: "push" | "pull";
|
|
2853
|
+
isFullScan?: boolean | undefined;
|
|
2854
|
+
isIdOnly?: boolean | undefined;
|
|
2855
|
+
} | undefined;
|
|
2856
|
+
deleted?: {
|
|
2857
|
+
type: "push" | "pull";
|
|
2858
|
+
isFullScan?: boolean | undefined;
|
|
2859
|
+
isIdOnly?: boolean | undefined;
|
|
2860
|
+
} | undefined;
|
|
2861
|
+
all?: {
|
|
2862
|
+
type: "push" | "pull";
|
|
2863
|
+
isFullScan?: boolean | undefined;
|
|
2864
|
+
isIdOnly?: boolean | undefined;
|
|
2865
|
+
} | undefined;
|
|
2866
|
+
} | undefined;
|
|
2867
|
+
customFields?: boolean | undefined;
|
|
2868
|
+
udm?: Record<string, {
|
|
2869
|
+
fields?: string[] | undefined;
|
|
2870
|
+
extract?: Record<string, any> | undefined;
|
|
2871
|
+
parse?: Record<string, any> | undefined;
|
|
2872
|
+
}> | undefined;
|
|
2873
|
+
find?: {
|
|
2874
|
+
apiRequests?: {
|
|
2875
|
+
path: unknown;
|
|
2876
|
+
method: unknown;
|
|
2877
|
+
}[] | undefined;
|
|
2878
|
+
queryFields?: string[] | undefined;
|
|
2879
|
+
} | undefined;
|
|
2880
|
+
} | undefined;
|
|
2881
|
+
isCustomized?: boolean | undefined;
|
|
2882
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2883
|
+
userId?: string | undefined;
|
|
2884
|
+
tenantId?: string | undefined;
|
|
2885
|
+
};
|
|
2886
|
+
integration: {
|
|
2887
|
+
id: string;
|
|
2888
|
+
name: string;
|
|
2889
|
+
logoUri: string;
|
|
2890
|
+
uuid?: string | undefined;
|
|
2891
|
+
key?: string | undefined;
|
|
2892
|
+
description?: string | undefined;
|
|
2893
|
+
meta?: Record<string, any> | undefined;
|
|
2894
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2895
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2896
|
+
revision?: string | undefined;
|
|
2897
|
+
createdAt?: string | undefined;
|
|
2898
|
+
updatedAt?: string | undefined;
|
|
2899
|
+
connectorId?: string | undefined;
|
|
2900
|
+
connectorVersion?: string | undefined;
|
|
2901
|
+
oAuthCallbackUri?: string | undefined;
|
|
2902
|
+
parameters?: any;
|
|
2903
|
+
archivedAt?: string | undefined;
|
|
2904
|
+
hasMissingParameters?: boolean | undefined;
|
|
2905
|
+
hasDocumentation?: boolean | undefined;
|
|
2906
|
+
hasOperations?: boolean | undefined;
|
|
2907
|
+
operationsCount?: number | undefined;
|
|
2908
|
+
hasData?: boolean | undefined;
|
|
2909
|
+
dataCollectionsCount?: number | undefined;
|
|
2910
|
+
hasEvents?: boolean | undefined;
|
|
2911
|
+
eventsCount?: number | undefined;
|
|
2912
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
2913
|
+
hasUdm?: boolean | undefined;
|
|
2914
|
+
isTest?: boolean | undefined;
|
|
2915
|
+
appUuid?: string | undefined;
|
|
2916
|
+
isDeactivated?: boolean | undefined;
|
|
2917
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2918
|
+
optionsConfig?: Record<string, {
|
|
2919
|
+
disabled?: boolean | undefined;
|
|
2920
|
+
parameters?: Record<string, any> | undefined;
|
|
2921
|
+
}> | undefined;
|
|
2922
|
+
};
|
|
2923
|
+
}[] | undefined;
|
|
1327
2924
|
user?: {
|
|
1328
2925
|
id: string;
|
|
1329
2926
|
name: string;
|
|
@@ -1338,42 +2935,12 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1338
2935
|
createdAt?: string | undefined;
|
|
1339
2936
|
archivedAt?: string | undefined;
|
|
1340
2937
|
} | undefined;
|
|
1341
|
-
dataSource?: {
|
|
1342
|
-
id: string;
|
|
1343
|
-
name: string;
|
|
1344
|
-
key?: string | undefined;
|
|
1345
|
-
description?: string | undefined;
|
|
1346
|
-
instanceKey?: string | undefined;
|
|
1347
|
-
integrationId?: string | undefined;
|
|
1348
|
-
uuid?: string | undefined;
|
|
1349
|
-
meta?: Record<string, any> | undefined;
|
|
1350
|
-
integrationUuid?: string | undefined;
|
|
1351
|
-
parentUuid?: string | undefined;
|
|
1352
|
-
isUniversal?: boolean | undefined;
|
|
1353
|
-
connectionId?: string | undefined;
|
|
1354
|
-
dataSourceId?: string | undefined;
|
|
1355
|
-
universalDataSourceId?: string | undefined;
|
|
1356
|
-
udm?: string | undefined;
|
|
1357
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1358
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
1359
|
-
collectionKey?: string | undefined;
|
|
1360
|
-
collectionParameters?: any;
|
|
1361
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1362
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1363
|
-
revision?: string | undefined;
|
|
1364
|
-
createdAt?: string | undefined;
|
|
1365
|
-
updatedAt?: string | undefined;
|
|
1366
|
-
archivedAt?: string | undefined;
|
|
1367
|
-
isDeactivated?: boolean | undefined;
|
|
1368
|
-
isCustomized?: boolean | undefined;
|
|
1369
|
-
universalDataSourceRevision?: string | undefined;
|
|
1370
|
-
} | undefined;
|
|
1371
2938
|
connection?: {
|
|
1372
2939
|
id: string;
|
|
1373
2940
|
name: string;
|
|
1374
|
-
userId: string;
|
|
1375
2941
|
createdAt: string;
|
|
1376
2942
|
updatedAt: string;
|
|
2943
|
+
userId: string;
|
|
1377
2944
|
isTest?: boolean | undefined;
|
|
1378
2945
|
disconnected?: boolean | undefined;
|
|
1379
2946
|
isDefunct?: boolean | undefined;
|
|
@@ -1392,43 +2959,138 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1392
2959
|
archivedAt?: string | undefined;
|
|
1393
2960
|
isDeactivated?: boolean | undefined;
|
|
1394
2961
|
meta?: Record<string, any> | undefined;
|
|
2962
|
+
tenantId?: string | undefined;
|
|
1395
2963
|
} | undefined;
|
|
1396
|
-
|
|
2964
|
+
dataSource?: {
|
|
1397
2965
|
id: string;
|
|
1398
2966
|
name: string;
|
|
1399
|
-
logoUri: string;
|
|
1400
|
-
uuid?: string | undefined;
|
|
1401
2967
|
key?: string | undefined;
|
|
1402
2968
|
description?: string | undefined;
|
|
2969
|
+
integrationId?: string | undefined;
|
|
2970
|
+
uuid?: string | undefined;
|
|
1403
2971
|
meta?: Record<string, any> | undefined;
|
|
2972
|
+
integrationUuid?: string | undefined;
|
|
2973
|
+
parentUuid?: string | undefined;
|
|
2974
|
+
isUniversal?: boolean | undefined;
|
|
2975
|
+
connectionId?: string | undefined;
|
|
2976
|
+
instanceKey?: string | undefined;
|
|
2977
|
+
dataSourceId?: string | undefined;
|
|
2978
|
+
universalDataSourceId?: string | undefined;
|
|
2979
|
+
udm?: string | undefined;
|
|
2980
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
2981
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
2982
|
+
collectionKey?: string | undefined;
|
|
2983
|
+
collectionParameters?: any;
|
|
1404
2984
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1405
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1406
2985
|
revision?: string | undefined;
|
|
1407
2986
|
createdAt?: string | undefined;
|
|
1408
2987
|
updatedAt?: string | undefined;
|
|
1409
|
-
connectorId?: string | undefined;
|
|
1410
|
-
connectorVersion?: string | undefined;
|
|
1411
|
-
oAuthCallbackUri?: string | undefined;
|
|
1412
|
-
parameters?: any;
|
|
1413
2988
|
archivedAt?: string | undefined;
|
|
1414
|
-
hasMissingParameters?: boolean | undefined;
|
|
1415
|
-
hasDocumentation?: boolean | undefined;
|
|
1416
|
-
hasOperations?: boolean | undefined;
|
|
1417
|
-
operationsCount?: number | undefined;
|
|
1418
|
-
hasData?: boolean | undefined;
|
|
1419
|
-
dataCollectionsCount?: number | undefined;
|
|
1420
|
-
hasEvents?: boolean | undefined;
|
|
1421
|
-
eventsCount?: number | undefined;
|
|
1422
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
1423
|
-
hasUdm?: boolean | undefined;
|
|
1424
|
-
isTest?: boolean | undefined;
|
|
1425
|
-
appUuid?: string | undefined;
|
|
1426
2989
|
isDeactivated?: boolean | undefined;
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
2990
|
+
dataSourceRevision?: string | undefined;
|
|
2991
|
+
universalDataSourceRevision?: string | undefined;
|
|
2992
|
+
defaultCollectionKey?: string | undefined;
|
|
2993
|
+
defaultCollectionParameters?: any;
|
|
2994
|
+
collectionSpec?: {
|
|
2995
|
+
type: "collection";
|
|
2996
|
+
name: string;
|
|
2997
|
+
key?: string | undefined;
|
|
2998
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
2999
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3000
|
+
list?: {
|
|
3001
|
+
apiRequests?: {
|
|
3002
|
+
path: unknown;
|
|
3003
|
+
method: unknown;
|
|
3004
|
+
}[] | undefined;
|
|
3005
|
+
filterFields?: string[] | undefined;
|
|
3006
|
+
} | undefined;
|
|
3007
|
+
search?: {
|
|
3008
|
+
apiRequests?: {
|
|
3009
|
+
path: unknown;
|
|
3010
|
+
method: unknown;
|
|
3011
|
+
}[] | undefined;
|
|
3012
|
+
} | undefined;
|
|
3013
|
+
match?: {
|
|
3014
|
+
apiRequests?: {
|
|
3015
|
+
path: unknown;
|
|
3016
|
+
method: unknown;
|
|
3017
|
+
}[] | undefined;
|
|
3018
|
+
fields?: string[] | undefined;
|
|
3019
|
+
} | undefined;
|
|
3020
|
+
findById?: {
|
|
3021
|
+
apiRequests?: {
|
|
3022
|
+
path: unknown;
|
|
3023
|
+
method: unknown;
|
|
3024
|
+
}[] | undefined;
|
|
3025
|
+
} | undefined;
|
|
3026
|
+
create?: {
|
|
3027
|
+
apiRequests?: {
|
|
3028
|
+
path: unknown;
|
|
3029
|
+
method: unknown;
|
|
3030
|
+
}[] | undefined;
|
|
3031
|
+
fields?: string[] | undefined;
|
|
3032
|
+
requiredFields?: string[] | undefined;
|
|
3033
|
+
excludedFields?: string[] | undefined;
|
|
3034
|
+
} | undefined;
|
|
3035
|
+
update?: {
|
|
3036
|
+
apiRequests?: {
|
|
3037
|
+
path: unknown;
|
|
3038
|
+
method: unknown;
|
|
3039
|
+
}[] | undefined;
|
|
3040
|
+
fields?: string[] | undefined;
|
|
3041
|
+
excludedFields?: string[] | undefined;
|
|
3042
|
+
} | undefined;
|
|
3043
|
+
delete?: {
|
|
3044
|
+
apiRequests?: {
|
|
3045
|
+
path: unknown;
|
|
3046
|
+
method: unknown;
|
|
3047
|
+
}[] | undefined;
|
|
3048
|
+
} | undefined;
|
|
3049
|
+
events?: {
|
|
3050
|
+
[x: string]: {
|
|
3051
|
+
type: "push" | "pull";
|
|
3052
|
+
isFullScan?: boolean | undefined;
|
|
3053
|
+
isIdOnly?: boolean | undefined;
|
|
3054
|
+
};
|
|
3055
|
+
created?: {
|
|
3056
|
+
type: "push" | "pull";
|
|
3057
|
+
isFullScan?: boolean | undefined;
|
|
3058
|
+
isIdOnly?: boolean | undefined;
|
|
3059
|
+
} | undefined;
|
|
3060
|
+
updated?: {
|
|
3061
|
+
type: "push" | "pull";
|
|
3062
|
+
isFullScan?: boolean | undefined;
|
|
3063
|
+
isIdOnly?: boolean | undefined;
|
|
3064
|
+
} | undefined;
|
|
3065
|
+
deleted?: {
|
|
3066
|
+
type: "push" | "pull";
|
|
3067
|
+
isFullScan?: boolean | undefined;
|
|
3068
|
+
isIdOnly?: boolean | undefined;
|
|
3069
|
+
} | undefined;
|
|
3070
|
+
all?: {
|
|
3071
|
+
type: "push" | "pull";
|
|
3072
|
+
isFullScan?: boolean | undefined;
|
|
3073
|
+
isIdOnly?: boolean | undefined;
|
|
3074
|
+
} | undefined;
|
|
3075
|
+
} | undefined;
|
|
3076
|
+
customFields?: boolean | undefined;
|
|
3077
|
+
udm?: Record<string, {
|
|
3078
|
+
fields?: string[] | undefined;
|
|
3079
|
+
extract?: Record<string, any> | undefined;
|
|
3080
|
+
parse?: Record<string, any> | undefined;
|
|
3081
|
+
}> | undefined;
|
|
3082
|
+
find?: {
|
|
3083
|
+
apiRequests?: {
|
|
3084
|
+
path: unknown;
|
|
3085
|
+
method: unknown;
|
|
3086
|
+
}[] | undefined;
|
|
3087
|
+
queryFields?: string[] | undefined;
|
|
3088
|
+
} | undefined;
|
|
3089
|
+
} | undefined;
|
|
3090
|
+
isCustomized?: boolean | undefined;
|
|
3091
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3092
|
+
userId?: string | undefined;
|
|
3093
|
+
tenantId?: string | undefined;
|
|
1432
3094
|
} | undefined;
|
|
1433
3095
|
path?: string | undefined;
|
|
1434
3096
|
defaultPath?: string | undefined;
|
|
@@ -1436,26 +3098,31 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1436
3098
|
optimisticData?: {
|
|
1437
3099
|
id: string;
|
|
1438
3100
|
name: string;
|
|
1439
|
-
userId: string;
|
|
1440
|
-
revision: string;
|
|
1441
|
-
connectionId: string;
|
|
1442
|
-
integrationId: string;
|
|
1443
|
-
uuid?: string | undefined;
|
|
1444
3101
|
key?: string | undefined;
|
|
1445
3102
|
description?: string | undefined;
|
|
3103
|
+
integrationId?: string | undefined;
|
|
3104
|
+
uuid?: string | undefined;
|
|
1446
3105
|
meta?: Record<string, any> | undefined;
|
|
3106
|
+
integrationUuid?: string | undefined;
|
|
3107
|
+
parentUuid?: string | undefined;
|
|
3108
|
+
isUniversal?: boolean | undefined;
|
|
3109
|
+
connectionId?: string | undefined;
|
|
3110
|
+
instanceKey?: string | undefined;
|
|
3111
|
+
dataSourceId?: string | undefined;
|
|
3112
|
+
universalDataSourceId?: string | undefined;
|
|
3113
|
+
udm?: string | undefined;
|
|
3114
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
3115
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
3116
|
+
collectionKey?: string | undefined;
|
|
3117
|
+
collectionParameters?: any;
|
|
1447
3118
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3119
|
+
revision?: string | undefined;
|
|
1448
3120
|
createdAt?: string | undefined;
|
|
1449
3121
|
updatedAt?: string | undefined;
|
|
1450
3122
|
archivedAt?: string | undefined;
|
|
1451
3123
|
isDeactivated?: boolean | undefined;
|
|
1452
3124
|
dataSourceRevision?: string | undefined;
|
|
1453
|
-
|
|
1454
|
-
universalDataSourceId?: string | undefined;
|
|
1455
|
-
udm?: string | undefined;
|
|
1456
|
-
instanceKey?: string | undefined;
|
|
1457
|
-
collectionKey?: string | undefined;
|
|
1458
|
-
collectionParameters?: any;
|
|
3125
|
+
universalDataSourceRevision?: string | undefined;
|
|
1459
3126
|
defaultCollectionKey?: string | undefined;
|
|
1460
3127
|
defaultCollectionParameters?: any;
|
|
1461
3128
|
collectionSpec?: {
|
|
@@ -1556,8 +3223,215 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1556
3223
|
} | undefined;
|
|
1557
3224
|
isCustomized?: boolean | undefined;
|
|
1558
3225
|
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1559
|
-
|
|
1560
|
-
|
|
3226
|
+
userId?: string | undefined;
|
|
3227
|
+
tenantId?: string | undefined;
|
|
3228
|
+
integration?: {
|
|
3229
|
+
id: string;
|
|
3230
|
+
name: string;
|
|
3231
|
+
logoUri: string;
|
|
3232
|
+
uuid?: string | undefined;
|
|
3233
|
+
key?: string | undefined;
|
|
3234
|
+
description?: string | undefined;
|
|
3235
|
+
meta?: Record<string, any> | undefined;
|
|
3236
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3237
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3238
|
+
revision?: string | undefined;
|
|
3239
|
+
createdAt?: string | undefined;
|
|
3240
|
+
updatedAt?: string | undefined;
|
|
3241
|
+
connectorId?: string | undefined;
|
|
3242
|
+
connectorVersion?: string | undefined;
|
|
3243
|
+
oAuthCallbackUri?: string | undefined;
|
|
3244
|
+
parameters?: any;
|
|
3245
|
+
archivedAt?: string | undefined;
|
|
3246
|
+
hasMissingParameters?: boolean | undefined;
|
|
3247
|
+
hasDocumentation?: boolean | undefined;
|
|
3248
|
+
hasOperations?: boolean | undefined;
|
|
3249
|
+
operationsCount?: number | undefined;
|
|
3250
|
+
hasData?: boolean | undefined;
|
|
3251
|
+
dataCollectionsCount?: number | undefined;
|
|
3252
|
+
hasEvents?: boolean | undefined;
|
|
3253
|
+
eventsCount?: number | undefined;
|
|
3254
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
3255
|
+
hasUdm?: boolean | undefined;
|
|
3256
|
+
isTest?: boolean | undefined;
|
|
3257
|
+
appUuid?: string | undefined;
|
|
3258
|
+
isDeactivated?: boolean | undefined;
|
|
3259
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
3260
|
+
optionsConfig?: Record<string, {
|
|
3261
|
+
disabled?: boolean | undefined;
|
|
3262
|
+
parameters?: Record<string, any> | undefined;
|
|
3263
|
+
}> | undefined;
|
|
3264
|
+
} | undefined;
|
|
3265
|
+
appliedToIntegrations?: {
|
|
3266
|
+
element: {
|
|
3267
|
+
id: string;
|
|
3268
|
+
name: string;
|
|
3269
|
+
key?: string | undefined;
|
|
3270
|
+
description?: string | undefined;
|
|
3271
|
+
integrationId?: string | undefined;
|
|
3272
|
+
uuid?: string | undefined;
|
|
3273
|
+
meta?: Record<string, any> | undefined;
|
|
3274
|
+
integrationUuid?: string | undefined;
|
|
3275
|
+
parentUuid?: string | undefined;
|
|
3276
|
+
isUniversal?: boolean | undefined;
|
|
3277
|
+
connectionId?: string | undefined;
|
|
3278
|
+
instanceKey?: string | undefined;
|
|
3279
|
+
dataSourceId?: string | undefined;
|
|
3280
|
+
universalDataSourceId?: string | undefined;
|
|
3281
|
+
udm?: string | undefined;
|
|
3282
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
3283
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
3284
|
+
collectionKey?: string | undefined;
|
|
3285
|
+
collectionParameters?: any;
|
|
3286
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3287
|
+
revision?: string | undefined;
|
|
3288
|
+
createdAt?: string | undefined;
|
|
3289
|
+
updatedAt?: string | undefined;
|
|
3290
|
+
archivedAt?: string | undefined;
|
|
3291
|
+
isDeactivated?: boolean | undefined;
|
|
3292
|
+
dataSourceRevision?: string | undefined;
|
|
3293
|
+
universalDataSourceRevision?: string | undefined;
|
|
3294
|
+
defaultCollectionKey?: string | undefined;
|
|
3295
|
+
defaultCollectionParameters?: any;
|
|
3296
|
+
collectionSpec?: {
|
|
3297
|
+
type: "collection";
|
|
3298
|
+
name: string;
|
|
3299
|
+
key?: string | undefined;
|
|
3300
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3301
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3302
|
+
list?: {
|
|
3303
|
+
apiRequests?: {
|
|
3304
|
+
path: unknown;
|
|
3305
|
+
method: unknown;
|
|
3306
|
+
}[] | undefined;
|
|
3307
|
+
filterFields?: string[] | undefined;
|
|
3308
|
+
} | undefined;
|
|
3309
|
+
search?: {
|
|
3310
|
+
apiRequests?: {
|
|
3311
|
+
path: unknown;
|
|
3312
|
+
method: unknown;
|
|
3313
|
+
}[] | undefined;
|
|
3314
|
+
} | undefined;
|
|
3315
|
+
match?: {
|
|
3316
|
+
apiRequests?: {
|
|
3317
|
+
path: unknown;
|
|
3318
|
+
method: unknown;
|
|
3319
|
+
}[] | undefined;
|
|
3320
|
+
fields?: string[] | undefined;
|
|
3321
|
+
} | undefined;
|
|
3322
|
+
findById?: {
|
|
3323
|
+
apiRequests?: {
|
|
3324
|
+
path: unknown;
|
|
3325
|
+
method: unknown;
|
|
3326
|
+
}[] | undefined;
|
|
3327
|
+
} | undefined;
|
|
3328
|
+
create?: {
|
|
3329
|
+
apiRequests?: {
|
|
3330
|
+
path: unknown;
|
|
3331
|
+
method: unknown;
|
|
3332
|
+
}[] | undefined;
|
|
3333
|
+
fields?: string[] | undefined;
|
|
3334
|
+
requiredFields?: string[] | undefined;
|
|
3335
|
+
excludedFields?: string[] | undefined;
|
|
3336
|
+
} | undefined;
|
|
3337
|
+
update?: {
|
|
3338
|
+
apiRequests?: {
|
|
3339
|
+
path: unknown;
|
|
3340
|
+
method: unknown;
|
|
3341
|
+
}[] | undefined;
|
|
3342
|
+
fields?: string[] | undefined;
|
|
3343
|
+
excludedFields?: string[] | undefined;
|
|
3344
|
+
} | undefined;
|
|
3345
|
+
delete?: {
|
|
3346
|
+
apiRequests?: {
|
|
3347
|
+
path: unknown;
|
|
3348
|
+
method: unknown;
|
|
3349
|
+
}[] | undefined;
|
|
3350
|
+
} | undefined;
|
|
3351
|
+
events?: {
|
|
3352
|
+
[x: string]: {
|
|
3353
|
+
type: "push" | "pull";
|
|
3354
|
+
isFullScan?: boolean | undefined;
|
|
3355
|
+
isIdOnly?: boolean | undefined;
|
|
3356
|
+
};
|
|
3357
|
+
created?: {
|
|
3358
|
+
type: "push" | "pull";
|
|
3359
|
+
isFullScan?: boolean | undefined;
|
|
3360
|
+
isIdOnly?: boolean | undefined;
|
|
3361
|
+
} | undefined;
|
|
3362
|
+
updated?: {
|
|
3363
|
+
type: "push" | "pull";
|
|
3364
|
+
isFullScan?: boolean | undefined;
|
|
3365
|
+
isIdOnly?: boolean | undefined;
|
|
3366
|
+
} | undefined;
|
|
3367
|
+
deleted?: {
|
|
3368
|
+
type: "push" | "pull";
|
|
3369
|
+
isFullScan?: boolean | undefined;
|
|
3370
|
+
isIdOnly?: boolean | undefined;
|
|
3371
|
+
} | undefined;
|
|
3372
|
+
all?: {
|
|
3373
|
+
type: "push" | "pull";
|
|
3374
|
+
isFullScan?: boolean | undefined;
|
|
3375
|
+
isIdOnly?: boolean | undefined;
|
|
3376
|
+
} | undefined;
|
|
3377
|
+
} | undefined;
|
|
3378
|
+
customFields?: boolean | undefined;
|
|
3379
|
+
udm?: Record<string, {
|
|
3380
|
+
fields?: string[] | undefined;
|
|
3381
|
+
extract?: Record<string, any> | undefined;
|
|
3382
|
+
parse?: Record<string, any> | undefined;
|
|
3383
|
+
}> | undefined;
|
|
3384
|
+
find?: {
|
|
3385
|
+
apiRequests?: {
|
|
3386
|
+
path: unknown;
|
|
3387
|
+
method: unknown;
|
|
3388
|
+
}[] | undefined;
|
|
3389
|
+
queryFields?: string[] | undefined;
|
|
3390
|
+
} | undefined;
|
|
3391
|
+
} | undefined;
|
|
3392
|
+
isCustomized?: boolean | undefined;
|
|
3393
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3394
|
+
userId?: string | undefined;
|
|
3395
|
+
tenantId?: string | undefined;
|
|
3396
|
+
};
|
|
3397
|
+
integration: {
|
|
3398
|
+
id: string;
|
|
3399
|
+
name: string;
|
|
3400
|
+
logoUri: string;
|
|
3401
|
+
uuid?: string | undefined;
|
|
3402
|
+
key?: string | undefined;
|
|
3403
|
+
description?: string | undefined;
|
|
3404
|
+
meta?: Record<string, any> | undefined;
|
|
3405
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3406
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3407
|
+
revision?: string | undefined;
|
|
3408
|
+
createdAt?: string | undefined;
|
|
3409
|
+
updatedAt?: string | undefined;
|
|
3410
|
+
connectorId?: string | undefined;
|
|
3411
|
+
connectorVersion?: string | undefined;
|
|
3412
|
+
oAuthCallbackUri?: string | undefined;
|
|
3413
|
+
parameters?: any;
|
|
3414
|
+
archivedAt?: string | undefined;
|
|
3415
|
+
hasMissingParameters?: boolean | undefined;
|
|
3416
|
+
hasDocumentation?: boolean | undefined;
|
|
3417
|
+
hasOperations?: boolean | undefined;
|
|
3418
|
+
operationsCount?: number | undefined;
|
|
3419
|
+
hasData?: boolean | undefined;
|
|
3420
|
+
dataCollectionsCount?: number | undefined;
|
|
3421
|
+
hasEvents?: boolean | undefined;
|
|
3422
|
+
eventsCount?: number | undefined;
|
|
3423
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
3424
|
+
hasUdm?: boolean | undefined;
|
|
3425
|
+
isTest?: boolean | undefined;
|
|
3426
|
+
appUuid?: string | undefined;
|
|
3427
|
+
isDeactivated?: boolean | undefined;
|
|
3428
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
3429
|
+
optionsConfig?: Record<string, {
|
|
3430
|
+
disabled?: boolean | undefined;
|
|
3431
|
+
parameters?: Record<string, any> | undefined;
|
|
3432
|
+
}> | undefined;
|
|
3433
|
+
};
|
|
3434
|
+
}[] | undefined;
|
|
1561
3435
|
user?: {
|
|
1562
3436
|
id: string;
|
|
1563
3437
|
name: string;
|
|
@@ -1572,42 +3446,12 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1572
3446
|
createdAt?: string | undefined;
|
|
1573
3447
|
archivedAt?: string | undefined;
|
|
1574
3448
|
} | undefined;
|
|
1575
|
-
dataSource?: {
|
|
1576
|
-
id: string;
|
|
1577
|
-
name: string;
|
|
1578
|
-
key?: string | undefined;
|
|
1579
|
-
description?: string | undefined;
|
|
1580
|
-
instanceKey?: string | undefined;
|
|
1581
|
-
integrationId?: string | undefined;
|
|
1582
|
-
uuid?: string | undefined;
|
|
1583
|
-
meta?: Record<string, any> | undefined;
|
|
1584
|
-
integrationUuid?: string | undefined;
|
|
1585
|
-
parentUuid?: string | undefined;
|
|
1586
|
-
isUniversal?: boolean | undefined;
|
|
1587
|
-
connectionId?: string | undefined;
|
|
1588
|
-
dataSourceId?: string | undefined;
|
|
1589
|
-
universalDataSourceId?: string | undefined;
|
|
1590
|
-
udm?: string | undefined;
|
|
1591
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1592
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
1593
|
-
collectionKey?: string | undefined;
|
|
1594
|
-
collectionParameters?: any;
|
|
1595
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1596
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1597
|
-
revision?: string | undefined;
|
|
1598
|
-
createdAt?: string | undefined;
|
|
1599
|
-
updatedAt?: string | undefined;
|
|
1600
|
-
archivedAt?: string | undefined;
|
|
1601
|
-
isDeactivated?: boolean | undefined;
|
|
1602
|
-
isCustomized?: boolean | undefined;
|
|
1603
|
-
universalDataSourceRevision?: string | undefined;
|
|
1604
|
-
} | undefined;
|
|
1605
3449
|
connection?: {
|
|
1606
3450
|
id: string;
|
|
1607
3451
|
name: string;
|
|
1608
|
-
userId: string;
|
|
1609
3452
|
createdAt: string;
|
|
1610
3453
|
updatedAt: string;
|
|
3454
|
+
userId: string;
|
|
1611
3455
|
isTest?: boolean | undefined;
|
|
1612
3456
|
disconnected?: boolean | undefined;
|
|
1613
3457
|
isDefunct?: boolean | undefined;
|
|
@@ -1626,43 +3470,138 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1626
3470
|
archivedAt?: string | undefined;
|
|
1627
3471
|
isDeactivated?: boolean | undefined;
|
|
1628
3472
|
meta?: Record<string, any> | undefined;
|
|
3473
|
+
tenantId?: string | undefined;
|
|
1629
3474
|
} | undefined;
|
|
1630
|
-
|
|
3475
|
+
dataSource?: {
|
|
1631
3476
|
id: string;
|
|
1632
3477
|
name: string;
|
|
1633
|
-
logoUri: string;
|
|
1634
|
-
uuid?: string | undefined;
|
|
1635
3478
|
key?: string | undefined;
|
|
1636
3479
|
description?: string | undefined;
|
|
3480
|
+
integrationId?: string | undefined;
|
|
3481
|
+
uuid?: string | undefined;
|
|
1637
3482
|
meta?: Record<string, any> | undefined;
|
|
3483
|
+
integrationUuid?: string | undefined;
|
|
3484
|
+
parentUuid?: string | undefined;
|
|
3485
|
+
isUniversal?: boolean | undefined;
|
|
3486
|
+
connectionId?: string | undefined;
|
|
3487
|
+
instanceKey?: string | undefined;
|
|
3488
|
+
dataSourceId?: string | undefined;
|
|
3489
|
+
universalDataSourceId?: string | undefined;
|
|
3490
|
+
udm?: string | undefined;
|
|
3491
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
3492
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
3493
|
+
collectionKey?: string | undefined;
|
|
3494
|
+
collectionParameters?: any;
|
|
1638
3495
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1639
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1640
3496
|
revision?: string | undefined;
|
|
1641
3497
|
createdAt?: string | undefined;
|
|
1642
3498
|
updatedAt?: string | undefined;
|
|
1643
|
-
connectorId?: string | undefined;
|
|
1644
|
-
connectorVersion?: string | undefined;
|
|
1645
|
-
oAuthCallbackUri?: string | undefined;
|
|
1646
|
-
parameters?: any;
|
|
1647
3499
|
archivedAt?: string | undefined;
|
|
1648
|
-
hasMissingParameters?: boolean | undefined;
|
|
1649
|
-
hasDocumentation?: boolean | undefined;
|
|
1650
|
-
hasOperations?: boolean | undefined;
|
|
1651
|
-
operationsCount?: number | undefined;
|
|
1652
|
-
hasData?: boolean | undefined;
|
|
1653
|
-
dataCollectionsCount?: number | undefined;
|
|
1654
|
-
hasEvents?: boolean | undefined;
|
|
1655
|
-
eventsCount?: number | undefined;
|
|
1656
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
1657
|
-
hasUdm?: boolean | undefined;
|
|
1658
|
-
isTest?: boolean | undefined;
|
|
1659
|
-
appUuid?: string | undefined;
|
|
1660
3500
|
isDeactivated?: boolean | undefined;
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
3501
|
+
dataSourceRevision?: string | undefined;
|
|
3502
|
+
universalDataSourceRevision?: string | undefined;
|
|
3503
|
+
defaultCollectionKey?: string | undefined;
|
|
3504
|
+
defaultCollectionParameters?: any;
|
|
3505
|
+
collectionSpec?: {
|
|
3506
|
+
type: "collection";
|
|
3507
|
+
name: string;
|
|
3508
|
+
key?: string | undefined;
|
|
3509
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3510
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3511
|
+
list?: {
|
|
3512
|
+
apiRequests?: {
|
|
3513
|
+
path: unknown;
|
|
3514
|
+
method: unknown;
|
|
3515
|
+
}[] | undefined;
|
|
3516
|
+
filterFields?: string[] | undefined;
|
|
3517
|
+
} | undefined;
|
|
3518
|
+
search?: {
|
|
3519
|
+
apiRequests?: {
|
|
3520
|
+
path: unknown;
|
|
3521
|
+
method: unknown;
|
|
3522
|
+
}[] | undefined;
|
|
3523
|
+
} | undefined;
|
|
3524
|
+
match?: {
|
|
3525
|
+
apiRequests?: {
|
|
3526
|
+
path: unknown;
|
|
3527
|
+
method: unknown;
|
|
3528
|
+
}[] | undefined;
|
|
3529
|
+
fields?: string[] | undefined;
|
|
3530
|
+
} | undefined;
|
|
3531
|
+
findById?: {
|
|
3532
|
+
apiRequests?: {
|
|
3533
|
+
path: unknown;
|
|
3534
|
+
method: unknown;
|
|
3535
|
+
}[] | undefined;
|
|
3536
|
+
} | undefined;
|
|
3537
|
+
create?: {
|
|
3538
|
+
apiRequests?: {
|
|
3539
|
+
path: unknown;
|
|
3540
|
+
method: unknown;
|
|
3541
|
+
}[] | undefined;
|
|
3542
|
+
fields?: string[] | undefined;
|
|
3543
|
+
requiredFields?: string[] | undefined;
|
|
3544
|
+
excludedFields?: string[] | undefined;
|
|
3545
|
+
} | undefined;
|
|
3546
|
+
update?: {
|
|
3547
|
+
apiRequests?: {
|
|
3548
|
+
path: unknown;
|
|
3549
|
+
method: unknown;
|
|
3550
|
+
}[] | undefined;
|
|
3551
|
+
fields?: string[] | undefined;
|
|
3552
|
+
excludedFields?: string[] | undefined;
|
|
3553
|
+
} | undefined;
|
|
3554
|
+
delete?: {
|
|
3555
|
+
apiRequests?: {
|
|
3556
|
+
path: unknown;
|
|
3557
|
+
method: unknown;
|
|
3558
|
+
}[] | undefined;
|
|
3559
|
+
} | undefined;
|
|
3560
|
+
events?: {
|
|
3561
|
+
[x: string]: {
|
|
3562
|
+
type: "push" | "pull";
|
|
3563
|
+
isFullScan?: boolean | undefined;
|
|
3564
|
+
isIdOnly?: boolean | undefined;
|
|
3565
|
+
};
|
|
3566
|
+
created?: {
|
|
3567
|
+
type: "push" | "pull";
|
|
3568
|
+
isFullScan?: boolean | undefined;
|
|
3569
|
+
isIdOnly?: boolean | undefined;
|
|
3570
|
+
} | undefined;
|
|
3571
|
+
updated?: {
|
|
3572
|
+
type: "push" | "pull";
|
|
3573
|
+
isFullScan?: boolean | undefined;
|
|
3574
|
+
isIdOnly?: boolean | undefined;
|
|
3575
|
+
} | undefined;
|
|
3576
|
+
deleted?: {
|
|
3577
|
+
type: "push" | "pull";
|
|
3578
|
+
isFullScan?: boolean | undefined;
|
|
3579
|
+
isIdOnly?: boolean | undefined;
|
|
3580
|
+
} | undefined;
|
|
3581
|
+
all?: {
|
|
3582
|
+
type: "push" | "pull";
|
|
3583
|
+
isFullScan?: boolean | undefined;
|
|
3584
|
+
isIdOnly?: boolean | undefined;
|
|
3585
|
+
} | undefined;
|
|
3586
|
+
} | undefined;
|
|
3587
|
+
customFields?: boolean | undefined;
|
|
3588
|
+
udm?: Record<string, {
|
|
3589
|
+
fields?: string[] | undefined;
|
|
3590
|
+
extract?: Record<string, any> | undefined;
|
|
3591
|
+
parse?: Record<string, any> | undefined;
|
|
3592
|
+
}> | undefined;
|
|
3593
|
+
find?: {
|
|
3594
|
+
apiRequests?: {
|
|
3595
|
+
path: unknown;
|
|
3596
|
+
method: unknown;
|
|
3597
|
+
}[] | undefined;
|
|
3598
|
+
queryFields?: string[] | undefined;
|
|
3599
|
+
} | undefined;
|
|
3600
|
+
} | undefined;
|
|
3601
|
+
isCustomized?: boolean | undefined;
|
|
3602
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3603
|
+
userId?: string | undefined;
|
|
3604
|
+
tenantId?: string | undefined;
|
|
1666
3605
|
} | undefined;
|
|
1667
3606
|
path?: string | undefined;
|
|
1668
3607
|
defaultPath?: string | undefined;
|
|
@@ -1672,26 +3611,31 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1672
3611
|
dataSourceInstance: {
|
|
1673
3612
|
id: string;
|
|
1674
3613
|
name: string;
|
|
1675
|
-
userId: string;
|
|
1676
|
-
revision: string;
|
|
1677
|
-
connectionId: string;
|
|
1678
|
-
integrationId: string;
|
|
1679
|
-
uuid?: string | undefined;
|
|
1680
3614
|
key?: string | undefined;
|
|
1681
3615
|
description?: string | undefined;
|
|
3616
|
+
integrationId?: string | undefined;
|
|
3617
|
+
uuid?: string | undefined;
|
|
1682
3618
|
meta?: Record<string, any> | undefined;
|
|
3619
|
+
integrationUuid?: string | undefined;
|
|
3620
|
+
parentUuid?: string | undefined;
|
|
3621
|
+
isUniversal?: boolean | undefined;
|
|
3622
|
+
connectionId?: string | undefined;
|
|
3623
|
+
instanceKey?: string | undefined;
|
|
3624
|
+
dataSourceId?: string | undefined;
|
|
3625
|
+
universalDataSourceId?: string | undefined;
|
|
3626
|
+
udm?: string | undefined;
|
|
3627
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
3628
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
3629
|
+
collectionKey?: string | undefined;
|
|
3630
|
+
collectionParameters?: any;
|
|
1683
3631
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3632
|
+
revision?: string | undefined;
|
|
1684
3633
|
createdAt?: string | undefined;
|
|
1685
3634
|
updatedAt?: string | undefined;
|
|
1686
3635
|
archivedAt?: string | undefined;
|
|
1687
3636
|
isDeactivated?: boolean | undefined;
|
|
1688
3637
|
dataSourceRevision?: string | undefined;
|
|
1689
|
-
|
|
1690
|
-
universalDataSourceId?: string | undefined;
|
|
1691
|
-
udm?: string | undefined;
|
|
1692
|
-
instanceKey?: string | undefined;
|
|
1693
|
-
collectionKey?: string | undefined;
|
|
1694
|
-
collectionParameters?: any;
|
|
3638
|
+
universalDataSourceRevision?: string | undefined;
|
|
1695
3639
|
defaultCollectionKey?: string | undefined;
|
|
1696
3640
|
defaultCollectionParameters?: any;
|
|
1697
3641
|
collectionSpec?: {
|
|
@@ -1792,8 +3736,215 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1792
3736
|
} | undefined;
|
|
1793
3737
|
isCustomized?: boolean | undefined;
|
|
1794
3738
|
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1795
|
-
|
|
1796
|
-
|
|
3739
|
+
userId?: string | undefined;
|
|
3740
|
+
tenantId?: string | undefined;
|
|
3741
|
+
integration?: {
|
|
3742
|
+
id: string;
|
|
3743
|
+
name: string;
|
|
3744
|
+
logoUri: string;
|
|
3745
|
+
uuid?: string | undefined;
|
|
3746
|
+
key?: string | undefined;
|
|
3747
|
+
description?: string | undefined;
|
|
3748
|
+
meta?: Record<string, any> | undefined;
|
|
3749
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3750
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3751
|
+
revision?: string | undefined;
|
|
3752
|
+
createdAt?: string | undefined;
|
|
3753
|
+
updatedAt?: string | undefined;
|
|
3754
|
+
connectorId?: string | undefined;
|
|
3755
|
+
connectorVersion?: string | undefined;
|
|
3756
|
+
oAuthCallbackUri?: string | undefined;
|
|
3757
|
+
parameters?: any;
|
|
3758
|
+
archivedAt?: string | undefined;
|
|
3759
|
+
hasMissingParameters?: boolean | undefined;
|
|
3760
|
+
hasDocumentation?: boolean | undefined;
|
|
3761
|
+
hasOperations?: boolean | undefined;
|
|
3762
|
+
operationsCount?: number | undefined;
|
|
3763
|
+
hasData?: boolean | undefined;
|
|
3764
|
+
dataCollectionsCount?: number | undefined;
|
|
3765
|
+
hasEvents?: boolean | undefined;
|
|
3766
|
+
eventsCount?: number | undefined;
|
|
3767
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
3768
|
+
hasUdm?: boolean | undefined;
|
|
3769
|
+
isTest?: boolean | undefined;
|
|
3770
|
+
appUuid?: string | undefined;
|
|
3771
|
+
isDeactivated?: boolean | undefined;
|
|
3772
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
3773
|
+
optionsConfig?: Record<string, {
|
|
3774
|
+
disabled?: boolean | undefined;
|
|
3775
|
+
parameters?: Record<string, any> | undefined;
|
|
3776
|
+
}> | undefined;
|
|
3777
|
+
} | undefined;
|
|
3778
|
+
appliedToIntegrations?: {
|
|
3779
|
+
element: {
|
|
3780
|
+
id: string;
|
|
3781
|
+
name: string;
|
|
3782
|
+
key?: string | undefined;
|
|
3783
|
+
description?: string | undefined;
|
|
3784
|
+
integrationId?: string | undefined;
|
|
3785
|
+
uuid?: string | undefined;
|
|
3786
|
+
meta?: Record<string, any> | undefined;
|
|
3787
|
+
integrationUuid?: string | undefined;
|
|
3788
|
+
parentUuid?: string | undefined;
|
|
3789
|
+
isUniversal?: boolean | undefined;
|
|
3790
|
+
connectionId?: string | undefined;
|
|
3791
|
+
instanceKey?: string | undefined;
|
|
3792
|
+
dataSourceId?: string | undefined;
|
|
3793
|
+
universalDataSourceId?: string | undefined;
|
|
3794
|
+
udm?: string | undefined;
|
|
3795
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
3796
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
3797
|
+
collectionKey?: string | undefined;
|
|
3798
|
+
collectionParameters?: any;
|
|
3799
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3800
|
+
revision?: string | undefined;
|
|
3801
|
+
createdAt?: string | undefined;
|
|
3802
|
+
updatedAt?: string | undefined;
|
|
3803
|
+
archivedAt?: string | undefined;
|
|
3804
|
+
isDeactivated?: boolean | undefined;
|
|
3805
|
+
dataSourceRevision?: string | undefined;
|
|
3806
|
+
universalDataSourceRevision?: string | undefined;
|
|
3807
|
+
defaultCollectionKey?: string | undefined;
|
|
3808
|
+
defaultCollectionParameters?: any;
|
|
3809
|
+
collectionSpec?: {
|
|
3810
|
+
type: "collection";
|
|
3811
|
+
name: string;
|
|
3812
|
+
key?: string | undefined;
|
|
3813
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3814
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
3815
|
+
list?: {
|
|
3816
|
+
apiRequests?: {
|
|
3817
|
+
path: unknown;
|
|
3818
|
+
method: unknown;
|
|
3819
|
+
}[] | undefined;
|
|
3820
|
+
filterFields?: string[] | undefined;
|
|
3821
|
+
} | undefined;
|
|
3822
|
+
search?: {
|
|
3823
|
+
apiRequests?: {
|
|
3824
|
+
path: unknown;
|
|
3825
|
+
method: unknown;
|
|
3826
|
+
}[] | undefined;
|
|
3827
|
+
} | undefined;
|
|
3828
|
+
match?: {
|
|
3829
|
+
apiRequests?: {
|
|
3830
|
+
path: unknown;
|
|
3831
|
+
method: unknown;
|
|
3832
|
+
}[] | undefined;
|
|
3833
|
+
fields?: string[] | undefined;
|
|
3834
|
+
} | undefined;
|
|
3835
|
+
findById?: {
|
|
3836
|
+
apiRequests?: {
|
|
3837
|
+
path: unknown;
|
|
3838
|
+
method: unknown;
|
|
3839
|
+
}[] | undefined;
|
|
3840
|
+
} | undefined;
|
|
3841
|
+
create?: {
|
|
3842
|
+
apiRequests?: {
|
|
3843
|
+
path: unknown;
|
|
3844
|
+
method: unknown;
|
|
3845
|
+
}[] | undefined;
|
|
3846
|
+
fields?: string[] | undefined;
|
|
3847
|
+
requiredFields?: string[] | undefined;
|
|
3848
|
+
excludedFields?: string[] | undefined;
|
|
3849
|
+
} | undefined;
|
|
3850
|
+
update?: {
|
|
3851
|
+
apiRequests?: {
|
|
3852
|
+
path: unknown;
|
|
3853
|
+
method: unknown;
|
|
3854
|
+
}[] | undefined;
|
|
3855
|
+
fields?: string[] | undefined;
|
|
3856
|
+
excludedFields?: string[] | undefined;
|
|
3857
|
+
} | undefined;
|
|
3858
|
+
delete?: {
|
|
3859
|
+
apiRequests?: {
|
|
3860
|
+
path: unknown;
|
|
3861
|
+
method: unknown;
|
|
3862
|
+
}[] | undefined;
|
|
3863
|
+
} | undefined;
|
|
3864
|
+
events?: {
|
|
3865
|
+
[x: string]: {
|
|
3866
|
+
type: "push" | "pull";
|
|
3867
|
+
isFullScan?: boolean | undefined;
|
|
3868
|
+
isIdOnly?: boolean | undefined;
|
|
3869
|
+
};
|
|
3870
|
+
created?: {
|
|
3871
|
+
type: "push" | "pull";
|
|
3872
|
+
isFullScan?: boolean | undefined;
|
|
3873
|
+
isIdOnly?: boolean | undefined;
|
|
3874
|
+
} | undefined;
|
|
3875
|
+
updated?: {
|
|
3876
|
+
type: "push" | "pull";
|
|
3877
|
+
isFullScan?: boolean | undefined;
|
|
3878
|
+
isIdOnly?: boolean | undefined;
|
|
3879
|
+
} | undefined;
|
|
3880
|
+
deleted?: {
|
|
3881
|
+
type: "push" | "pull";
|
|
3882
|
+
isFullScan?: boolean | undefined;
|
|
3883
|
+
isIdOnly?: boolean | undefined;
|
|
3884
|
+
} | undefined;
|
|
3885
|
+
all?: {
|
|
3886
|
+
type: "push" | "pull";
|
|
3887
|
+
isFullScan?: boolean | undefined;
|
|
3888
|
+
isIdOnly?: boolean | undefined;
|
|
3889
|
+
} | undefined;
|
|
3890
|
+
} | undefined;
|
|
3891
|
+
customFields?: boolean | undefined;
|
|
3892
|
+
udm?: Record<string, {
|
|
3893
|
+
fields?: string[] | undefined;
|
|
3894
|
+
extract?: Record<string, any> | undefined;
|
|
3895
|
+
parse?: Record<string, any> | undefined;
|
|
3896
|
+
}> | undefined;
|
|
3897
|
+
find?: {
|
|
3898
|
+
apiRequests?: {
|
|
3899
|
+
path: unknown;
|
|
3900
|
+
method: unknown;
|
|
3901
|
+
}[] | undefined;
|
|
3902
|
+
queryFields?: string[] | undefined;
|
|
3903
|
+
} | undefined;
|
|
3904
|
+
} | undefined;
|
|
3905
|
+
isCustomized?: boolean | undefined;
|
|
3906
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3907
|
+
userId?: string | undefined;
|
|
3908
|
+
tenantId?: string | undefined;
|
|
3909
|
+
};
|
|
3910
|
+
integration: {
|
|
3911
|
+
id: string;
|
|
3912
|
+
name: string;
|
|
3913
|
+
logoUri: string;
|
|
3914
|
+
uuid?: string | undefined;
|
|
3915
|
+
key?: string | undefined;
|
|
3916
|
+
description?: string | undefined;
|
|
3917
|
+
meta?: Record<string, any> | undefined;
|
|
3918
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
3919
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
3920
|
+
revision?: string | undefined;
|
|
3921
|
+
createdAt?: string | undefined;
|
|
3922
|
+
updatedAt?: string | undefined;
|
|
3923
|
+
connectorId?: string | undefined;
|
|
3924
|
+
connectorVersion?: string | undefined;
|
|
3925
|
+
oAuthCallbackUri?: string | undefined;
|
|
3926
|
+
parameters?: any;
|
|
3927
|
+
archivedAt?: string | undefined;
|
|
3928
|
+
hasMissingParameters?: boolean | undefined;
|
|
3929
|
+
hasDocumentation?: boolean | undefined;
|
|
3930
|
+
hasOperations?: boolean | undefined;
|
|
3931
|
+
operationsCount?: number | undefined;
|
|
3932
|
+
hasData?: boolean | undefined;
|
|
3933
|
+
dataCollectionsCount?: number | undefined;
|
|
3934
|
+
hasEvents?: boolean | undefined;
|
|
3935
|
+
eventsCount?: number | undefined;
|
|
3936
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
3937
|
+
hasUdm?: boolean | undefined;
|
|
3938
|
+
isTest?: boolean | undefined;
|
|
3939
|
+
appUuid?: string | undefined;
|
|
3940
|
+
isDeactivated?: boolean | undefined;
|
|
3941
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
3942
|
+
optionsConfig?: Record<string, {
|
|
3943
|
+
disabled?: boolean | undefined;
|
|
3944
|
+
parameters?: Record<string, any> | undefined;
|
|
3945
|
+
}> | undefined;
|
|
3946
|
+
};
|
|
3947
|
+
}[] | undefined;
|
|
1797
3948
|
user?: {
|
|
1798
3949
|
id: string;
|
|
1799
3950
|
name: string;
|
|
@@ -1808,42 +3959,12 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1808
3959
|
createdAt?: string | undefined;
|
|
1809
3960
|
archivedAt?: string | undefined;
|
|
1810
3961
|
} | undefined;
|
|
1811
|
-
dataSource?: {
|
|
1812
|
-
id: string;
|
|
1813
|
-
name: string;
|
|
1814
|
-
key?: string | undefined;
|
|
1815
|
-
description?: string | undefined;
|
|
1816
|
-
instanceKey?: string | undefined;
|
|
1817
|
-
integrationId?: string | undefined;
|
|
1818
|
-
uuid?: string | undefined;
|
|
1819
|
-
meta?: Record<string, any> | undefined;
|
|
1820
|
-
integrationUuid?: string | undefined;
|
|
1821
|
-
parentUuid?: string | undefined;
|
|
1822
|
-
isUniversal?: boolean | undefined;
|
|
1823
|
-
connectionId?: string | undefined;
|
|
1824
|
-
dataSourceId?: string | undefined;
|
|
1825
|
-
universalDataSourceId?: string | undefined;
|
|
1826
|
-
udm?: string | undefined;
|
|
1827
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
1828
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
1829
|
-
collectionKey?: string | undefined;
|
|
1830
|
-
collectionParameters?: any;
|
|
1831
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1832
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1833
|
-
revision?: string | undefined;
|
|
1834
|
-
createdAt?: string | undefined;
|
|
1835
|
-
updatedAt?: string | undefined;
|
|
1836
|
-
archivedAt?: string | undefined;
|
|
1837
|
-
isDeactivated?: boolean | undefined;
|
|
1838
|
-
isCustomized?: boolean | undefined;
|
|
1839
|
-
universalDataSourceRevision?: string | undefined;
|
|
1840
|
-
} | undefined;
|
|
1841
3962
|
connection?: {
|
|
1842
3963
|
id: string;
|
|
1843
3964
|
name: string;
|
|
1844
|
-
userId: string;
|
|
1845
3965
|
createdAt: string;
|
|
1846
3966
|
updatedAt: string;
|
|
3967
|
+
userId: string;
|
|
1847
3968
|
isTest?: boolean | undefined;
|
|
1848
3969
|
disconnected?: boolean | undefined;
|
|
1849
3970
|
isDefunct?: boolean | undefined;
|
|
@@ -1862,43 +3983,138 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1862
3983
|
archivedAt?: string | undefined;
|
|
1863
3984
|
isDeactivated?: boolean | undefined;
|
|
1864
3985
|
meta?: Record<string, any> | undefined;
|
|
3986
|
+
tenantId?: string | undefined;
|
|
1865
3987
|
} | undefined;
|
|
1866
|
-
|
|
3988
|
+
dataSource?: {
|
|
1867
3989
|
id: string;
|
|
1868
3990
|
name: string;
|
|
1869
|
-
logoUri: string;
|
|
1870
|
-
uuid?: string | undefined;
|
|
1871
3991
|
key?: string | undefined;
|
|
1872
3992
|
description?: string | undefined;
|
|
3993
|
+
integrationId?: string | undefined;
|
|
3994
|
+
uuid?: string | undefined;
|
|
1873
3995
|
meta?: Record<string, any> | undefined;
|
|
3996
|
+
integrationUuid?: string | undefined;
|
|
3997
|
+
parentUuid?: string | undefined;
|
|
3998
|
+
isUniversal?: boolean | undefined;
|
|
3999
|
+
connectionId?: string | undefined;
|
|
4000
|
+
instanceKey?: string | undefined;
|
|
4001
|
+
dataSourceId?: string | undefined;
|
|
4002
|
+
universalDataSourceId?: string | undefined;
|
|
4003
|
+
udm?: string | undefined;
|
|
4004
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
4005
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
4006
|
+
collectionKey?: string | undefined;
|
|
4007
|
+
collectionParameters?: any;
|
|
1874
4008
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
1875
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
1876
4009
|
revision?: string | undefined;
|
|
1877
4010
|
createdAt?: string | undefined;
|
|
1878
4011
|
updatedAt?: string | undefined;
|
|
1879
|
-
connectorId?: string | undefined;
|
|
1880
|
-
connectorVersion?: string | undefined;
|
|
1881
|
-
oAuthCallbackUri?: string | undefined;
|
|
1882
|
-
parameters?: any;
|
|
1883
4012
|
archivedAt?: string | undefined;
|
|
1884
|
-
hasMissingParameters?: boolean | undefined;
|
|
1885
|
-
hasDocumentation?: boolean | undefined;
|
|
1886
|
-
hasOperations?: boolean | undefined;
|
|
1887
|
-
operationsCount?: number | undefined;
|
|
1888
|
-
hasData?: boolean | undefined;
|
|
1889
|
-
dataCollectionsCount?: number | undefined;
|
|
1890
|
-
hasEvents?: boolean | undefined;
|
|
1891
|
-
eventsCount?: number | undefined;
|
|
1892
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
1893
|
-
hasUdm?: boolean | undefined;
|
|
1894
|
-
isTest?: boolean | undefined;
|
|
1895
|
-
appUuid?: string | undefined;
|
|
1896
4013
|
isDeactivated?: boolean | undefined;
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
4014
|
+
dataSourceRevision?: string | undefined;
|
|
4015
|
+
universalDataSourceRevision?: string | undefined;
|
|
4016
|
+
defaultCollectionKey?: string | undefined;
|
|
4017
|
+
defaultCollectionParameters?: any;
|
|
4018
|
+
collectionSpec?: {
|
|
4019
|
+
type: "collection";
|
|
4020
|
+
name: string;
|
|
4021
|
+
key?: string | undefined;
|
|
4022
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4023
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4024
|
+
list?: {
|
|
4025
|
+
apiRequests?: {
|
|
4026
|
+
path: unknown;
|
|
4027
|
+
method: unknown;
|
|
4028
|
+
}[] | undefined;
|
|
4029
|
+
filterFields?: string[] | undefined;
|
|
4030
|
+
} | undefined;
|
|
4031
|
+
search?: {
|
|
4032
|
+
apiRequests?: {
|
|
4033
|
+
path: unknown;
|
|
4034
|
+
method: unknown;
|
|
4035
|
+
}[] | undefined;
|
|
4036
|
+
} | undefined;
|
|
4037
|
+
match?: {
|
|
4038
|
+
apiRequests?: {
|
|
4039
|
+
path: unknown;
|
|
4040
|
+
method: unknown;
|
|
4041
|
+
}[] | undefined;
|
|
4042
|
+
fields?: string[] | undefined;
|
|
4043
|
+
} | undefined;
|
|
4044
|
+
findById?: {
|
|
4045
|
+
apiRequests?: {
|
|
4046
|
+
path: unknown;
|
|
4047
|
+
method: unknown;
|
|
4048
|
+
}[] | undefined;
|
|
4049
|
+
} | undefined;
|
|
4050
|
+
create?: {
|
|
4051
|
+
apiRequests?: {
|
|
4052
|
+
path: unknown;
|
|
4053
|
+
method: unknown;
|
|
4054
|
+
}[] | undefined;
|
|
4055
|
+
fields?: string[] | undefined;
|
|
4056
|
+
requiredFields?: string[] | undefined;
|
|
4057
|
+
excludedFields?: string[] | undefined;
|
|
4058
|
+
} | undefined;
|
|
4059
|
+
update?: {
|
|
4060
|
+
apiRequests?: {
|
|
4061
|
+
path: unknown;
|
|
4062
|
+
method: unknown;
|
|
4063
|
+
}[] | undefined;
|
|
4064
|
+
fields?: string[] | undefined;
|
|
4065
|
+
excludedFields?: string[] | undefined;
|
|
4066
|
+
} | undefined;
|
|
4067
|
+
delete?: {
|
|
4068
|
+
apiRequests?: {
|
|
4069
|
+
path: unknown;
|
|
4070
|
+
method: unknown;
|
|
4071
|
+
}[] | undefined;
|
|
4072
|
+
} | undefined;
|
|
4073
|
+
events?: {
|
|
4074
|
+
[x: string]: {
|
|
4075
|
+
type: "push" | "pull";
|
|
4076
|
+
isFullScan?: boolean | undefined;
|
|
4077
|
+
isIdOnly?: boolean | undefined;
|
|
4078
|
+
};
|
|
4079
|
+
created?: {
|
|
4080
|
+
type: "push" | "pull";
|
|
4081
|
+
isFullScan?: boolean | undefined;
|
|
4082
|
+
isIdOnly?: boolean | undefined;
|
|
4083
|
+
} | undefined;
|
|
4084
|
+
updated?: {
|
|
4085
|
+
type: "push" | "pull";
|
|
4086
|
+
isFullScan?: boolean | undefined;
|
|
4087
|
+
isIdOnly?: boolean | undefined;
|
|
4088
|
+
} | undefined;
|
|
4089
|
+
deleted?: {
|
|
4090
|
+
type: "push" | "pull";
|
|
4091
|
+
isFullScan?: boolean | undefined;
|
|
4092
|
+
isIdOnly?: boolean | undefined;
|
|
4093
|
+
} | undefined;
|
|
4094
|
+
all?: {
|
|
4095
|
+
type: "push" | "pull";
|
|
4096
|
+
isFullScan?: boolean | undefined;
|
|
4097
|
+
isIdOnly?: boolean | undefined;
|
|
4098
|
+
} | undefined;
|
|
4099
|
+
} | undefined;
|
|
4100
|
+
customFields?: boolean | undefined;
|
|
4101
|
+
udm?: Record<string, {
|
|
4102
|
+
fields?: string[] | undefined;
|
|
4103
|
+
extract?: Record<string, any> | undefined;
|
|
4104
|
+
parse?: Record<string, any> | undefined;
|
|
4105
|
+
}> | undefined;
|
|
4106
|
+
find?: {
|
|
4107
|
+
apiRequests?: {
|
|
4108
|
+
path: unknown;
|
|
4109
|
+
method: unknown;
|
|
4110
|
+
}[] | undefined;
|
|
4111
|
+
queryFields?: string[] | undefined;
|
|
4112
|
+
} | undefined;
|
|
4113
|
+
} | undefined;
|
|
4114
|
+
isCustomized?: boolean | undefined;
|
|
4115
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4116
|
+
userId?: string | undefined;
|
|
4117
|
+
tenantId?: string | undefined;
|
|
1902
4118
|
} | undefined;
|
|
1903
4119
|
path?: string | undefined;
|
|
1904
4120
|
defaultPath?: string | undefined;
|
|
@@ -1907,26 +4123,31 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
1907
4123
|
refresh: () => Promise<{
|
|
1908
4124
|
id: string;
|
|
1909
4125
|
name: string;
|
|
1910
|
-
userId: string;
|
|
1911
|
-
revision: string;
|
|
1912
|
-
connectionId: string;
|
|
1913
|
-
integrationId: string;
|
|
1914
|
-
uuid?: string | undefined;
|
|
1915
4126
|
key?: string | undefined;
|
|
1916
4127
|
description?: string | undefined;
|
|
4128
|
+
integrationId?: string | undefined;
|
|
4129
|
+
uuid?: string | undefined;
|
|
1917
4130
|
meta?: Record<string, any> | undefined;
|
|
4131
|
+
integrationUuid?: string | undefined;
|
|
4132
|
+
parentUuid?: string | undefined;
|
|
4133
|
+
isUniversal?: boolean | undefined;
|
|
4134
|
+
connectionId?: string | undefined;
|
|
4135
|
+
instanceKey?: string | undefined;
|
|
4136
|
+
dataSourceId?: string | undefined;
|
|
4137
|
+
universalDataSourceId?: string | undefined;
|
|
4138
|
+
udm?: string | undefined;
|
|
4139
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
4140
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
4141
|
+
collectionKey?: string | undefined;
|
|
4142
|
+
collectionParameters?: any;
|
|
1918
4143
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
4144
|
+
revision?: string | undefined;
|
|
1919
4145
|
createdAt?: string | undefined;
|
|
1920
4146
|
updatedAt?: string | undefined;
|
|
1921
4147
|
archivedAt?: string | undefined;
|
|
1922
4148
|
isDeactivated?: boolean | undefined;
|
|
1923
4149
|
dataSourceRevision?: string | undefined;
|
|
1924
|
-
|
|
1925
|
-
universalDataSourceId?: string | undefined;
|
|
1926
|
-
udm?: string | undefined;
|
|
1927
|
-
instanceKey?: string | undefined;
|
|
1928
|
-
collectionKey?: string | undefined;
|
|
1929
|
-
collectionParameters?: any;
|
|
4150
|
+
universalDataSourceRevision?: string | undefined;
|
|
1930
4151
|
defaultCollectionKey?: string | undefined;
|
|
1931
4152
|
defaultCollectionParameters?: any;
|
|
1932
4153
|
collectionSpec?: {
|
|
@@ -2025,10 +4246,217 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
2025
4246
|
queryFields?: string[] | undefined;
|
|
2026
4247
|
} | undefined;
|
|
2027
4248
|
} | undefined;
|
|
2028
|
-
isCustomized?: boolean | undefined;
|
|
2029
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2030
|
-
|
|
2031
|
-
|
|
4249
|
+
isCustomized?: boolean | undefined;
|
|
4250
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4251
|
+
userId?: string | undefined;
|
|
4252
|
+
tenantId?: string | undefined;
|
|
4253
|
+
integration?: {
|
|
4254
|
+
id: string;
|
|
4255
|
+
name: string;
|
|
4256
|
+
logoUri: string;
|
|
4257
|
+
uuid?: string | undefined;
|
|
4258
|
+
key?: string | undefined;
|
|
4259
|
+
description?: string | undefined;
|
|
4260
|
+
meta?: Record<string, any> | undefined;
|
|
4261
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
4262
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4263
|
+
revision?: string | undefined;
|
|
4264
|
+
createdAt?: string | undefined;
|
|
4265
|
+
updatedAt?: string | undefined;
|
|
4266
|
+
connectorId?: string | undefined;
|
|
4267
|
+
connectorVersion?: string | undefined;
|
|
4268
|
+
oAuthCallbackUri?: string | undefined;
|
|
4269
|
+
parameters?: any;
|
|
4270
|
+
archivedAt?: string | undefined;
|
|
4271
|
+
hasMissingParameters?: boolean | undefined;
|
|
4272
|
+
hasDocumentation?: boolean | undefined;
|
|
4273
|
+
hasOperations?: boolean | undefined;
|
|
4274
|
+
operationsCount?: number | undefined;
|
|
4275
|
+
hasData?: boolean | undefined;
|
|
4276
|
+
dataCollectionsCount?: number | undefined;
|
|
4277
|
+
hasEvents?: boolean | undefined;
|
|
4278
|
+
eventsCount?: number | undefined;
|
|
4279
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
4280
|
+
hasUdm?: boolean | undefined;
|
|
4281
|
+
isTest?: boolean | undefined;
|
|
4282
|
+
appUuid?: string | undefined;
|
|
4283
|
+
isDeactivated?: boolean | undefined;
|
|
4284
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
4285
|
+
optionsConfig?: Record<string, {
|
|
4286
|
+
disabled?: boolean | undefined;
|
|
4287
|
+
parameters?: Record<string, any> | undefined;
|
|
4288
|
+
}> | undefined;
|
|
4289
|
+
} | undefined;
|
|
4290
|
+
appliedToIntegrations?: {
|
|
4291
|
+
element: {
|
|
4292
|
+
id: string;
|
|
4293
|
+
name: string;
|
|
4294
|
+
key?: string | undefined;
|
|
4295
|
+
description?: string | undefined;
|
|
4296
|
+
integrationId?: string | undefined;
|
|
4297
|
+
uuid?: string | undefined;
|
|
4298
|
+
meta?: Record<string, any> | undefined;
|
|
4299
|
+
integrationUuid?: string | undefined;
|
|
4300
|
+
parentUuid?: string | undefined;
|
|
4301
|
+
isUniversal?: boolean | undefined;
|
|
4302
|
+
connectionId?: string | undefined;
|
|
4303
|
+
instanceKey?: string | undefined;
|
|
4304
|
+
dataSourceId?: string | undefined;
|
|
4305
|
+
universalDataSourceId?: string | undefined;
|
|
4306
|
+
udm?: string | undefined;
|
|
4307
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
4308
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
4309
|
+
collectionKey?: string | undefined;
|
|
4310
|
+
collectionParameters?: any;
|
|
4311
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
4312
|
+
revision?: string | undefined;
|
|
4313
|
+
createdAt?: string | undefined;
|
|
4314
|
+
updatedAt?: string | undefined;
|
|
4315
|
+
archivedAt?: string | undefined;
|
|
4316
|
+
isDeactivated?: boolean | undefined;
|
|
4317
|
+
dataSourceRevision?: string | undefined;
|
|
4318
|
+
universalDataSourceRevision?: string | undefined;
|
|
4319
|
+
defaultCollectionKey?: string | undefined;
|
|
4320
|
+
defaultCollectionParameters?: any;
|
|
4321
|
+
collectionSpec?: {
|
|
4322
|
+
type: "collection";
|
|
4323
|
+
name: string;
|
|
4324
|
+
key?: string | undefined;
|
|
4325
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4326
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4327
|
+
list?: {
|
|
4328
|
+
apiRequests?: {
|
|
4329
|
+
path: unknown;
|
|
4330
|
+
method: unknown;
|
|
4331
|
+
}[] | undefined;
|
|
4332
|
+
filterFields?: string[] | undefined;
|
|
4333
|
+
} | undefined;
|
|
4334
|
+
search?: {
|
|
4335
|
+
apiRequests?: {
|
|
4336
|
+
path: unknown;
|
|
4337
|
+
method: unknown;
|
|
4338
|
+
}[] | undefined;
|
|
4339
|
+
} | undefined;
|
|
4340
|
+
match?: {
|
|
4341
|
+
apiRequests?: {
|
|
4342
|
+
path: unknown;
|
|
4343
|
+
method: unknown;
|
|
4344
|
+
}[] | undefined;
|
|
4345
|
+
fields?: string[] | undefined;
|
|
4346
|
+
} | undefined;
|
|
4347
|
+
findById?: {
|
|
4348
|
+
apiRequests?: {
|
|
4349
|
+
path: unknown;
|
|
4350
|
+
method: unknown;
|
|
4351
|
+
}[] | undefined;
|
|
4352
|
+
} | undefined;
|
|
4353
|
+
create?: {
|
|
4354
|
+
apiRequests?: {
|
|
4355
|
+
path: unknown;
|
|
4356
|
+
method: unknown;
|
|
4357
|
+
}[] | undefined;
|
|
4358
|
+
fields?: string[] | undefined;
|
|
4359
|
+
requiredFields?: string[] | undefined;
|
|
4360
|
+
excludedFields?: string[] | undefined;
|
|
4361
|
+
} | undefined;
|
|
4362
|
+
update?: {
|
|
4363
|
+
apiRequests?: {
|
|
4364
|
+
path: unknown;
|
|
4365
|
+
method: unknown;
|
|
4366
|
+
}[] | undefined;
|
|
4367
|
+
fields?: string[] | undefined;
|
|
4368
|
+
excludedFields?: string[] | undefined;
|
|
4369
|
+
} | undefined;
|
|
4370
|
+
delete?: {
|
|
4371
|
+
apiRequests?: {
|
|
4372
|
+
path: unknown;
|
|
4373
|
+
method: unknown;
|
|
4374
|
+
}[] | undefined;
|
|
4375
|
+
} | undefined;
|
|
4376
|
+
events?: {
|
|
4377
|
+
[x: string]: {
|
|
4378
|
+
type: "push" | "pull";
|
|
4379
|
+
isFullScan?: boolean | undefined;
|
|
4380
|
+
isIdOnly?: boolean | undefined;
|
|
4381
|
+
};
|
|
4382
|
+
created?: {
|
|
4383
|
+
type: "push" | "pull";
|
|
4384
|
+
isFullScan?: boolean | undefined;
|
|
4385
|
+
isIdOnly?: boolean | undefined;
|
|
4386
|
+
} | undefined;
|
|
4387
|
+
updated?: {
|
|
4388
|
+
type: "push" | "pull";
|
|
4389
|
+
isFullScan?: boolean | undefined;
|
|
4390
|
+
isIdOnly?: boolean | undefined;
|
|
4391
|
+
} | undefined;
|
|
4392
|
+
deleted?: {
|
|
4393
|
+
type: "push" | "pull";
|
|
4394
|
+
isFullScan?: boolean | undefined;
|
|
4395
|
+
isIdOnly?: boolean | undefined;
|
|
4396
|
+
} | undefined;
|
|
4397
|
+
all?: {
|
|
4398
|
+
type: "push" | "pull";
|
|
4399
|
+
isFullScan?: boolean | undefined;
|
|
4400
|
+
isIdOnly?: boolean | undefined;
|
|
4401
|
+
} | undefined;
|
|
4402
|
+
} | undefined;
|
|
4403
|
+
customFields?: boolean | undefined;
|
|
4404
|
+
udm?: Record<string, {
|
|
4405
|
+
fields?: string[] | undefined;
|
|
4406
|
+
extract?: Record<string, any> | undefined;
|
|
4407
|
+
parse?: Record<string, any> | undefined;
|
|
4408
|
+
}> | undefined;
|
|
4409
|
+
find?: {
|
|
4410
|
+
apiRequests?: {
|
|
4411
|
+
path: unknown;
|
|
4412
|
+
method: unknown;
|
|
4413
|
+
}[] | undefined;
|
|
4414
|
+
queryFields?: string[] | undefined;
|
|
4415
|
+
} | undefined;
|
|
4416
|
+
} | undefined;
|
|
4417
|
+
isCustomized?: boolean | undefined;
|
|
4418
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4419
|
+
userId?: string | undefined;
|
|
4420
|
+
tenantId?: string | undefined;
|
|
4421
|
+
};
|
|
4422
|
+
integration: {
|
|
4423
|
+
id: string;
|
|
4424
|
+
name: string;
|
|
4425
|
+
logoUri: string;
|
|
4426
|
+
uuid?: string | undefined;
|
|
4427
|
+
key?: string | undefined;
|
|
4428
|
+
description?: string | undefined;
|
|
4429
|
+
meta?: Record<string, any> | undefined;
|
|
4430
|
+
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
4431
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4432
|
+
revision?: string | undefined;
|
|
4433
|
+
createdAt?: string | undefined;
|
|
4434
|
+
updatedAt?: string | undefined;
|
|
4435
|
+
connectorId?: string | undefined;
|
|
4436
|
+
connectorVersion?: string | undefined;
|
|
4437
|
+
oAuthCallbackUri?: string | undefined;
|
|
4438
|
+
parameters?: any;
|
|
4439
|
+
archivedAt?: string | undefined;
|
|
4440
|
+
hasMissingParameters?: boolean | undefined;
|
|
4441
|
+
hasDocumentation?: boolean | undefined;
|
|
4442
|
+
hasOperations?: boolean | undefined;
|
|
4443
|
+
operationsCount?: number | undefined;
|
|
4444
|
+
hasData?: boolean | undefined;
|
|
4445
|
+
dataCollectionsCount?: number | undefined;
|
|
4446
|
+
hasEvents?: boolean | undefined;
|
|
4447
|
+
eventsCount?: number | undefined;
|
|
4448
|
+
hasGlobalWebhooks?: boolean | undefined;
|
|
4449
|
+
hasUdm?: boolean | undefined;
|
|
4450
|
+
isTest?: boolean | undefined;
|
|
4451
|
+
appUuid?: string | undefined;
|
|
4452
|
+
isDeactivated?: boolean | undefined;
|
|
4453
|
+
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
4454
|
+
optionsConfig?: Record<string, {
|
|
4455
|
+
disabled?: boolean | undefined;
|
|
4456
|
+
parameters?: Record<string, any> | undefined;
|
|
4457
|
+
}> | undefined;
|
|
4458
|
+
};
|
|
4459
|
+
}[] | undefined;
|
|
2032
4460
|
user?: {
|
|
2033
4461
|
id: string;
|
|
2034
4462
|
name: string;
|
|
@@ -2043,42 +4471,12 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
2043
4471
|
createdAt?: string | undefined;
|
|
2044
4472
|
archivedAt?: string | undefined;
|
|
2045
4473
|
} | undefined;
|
|
2046
|
-
dataSource?: {
|
|
2047
|
-
id: string;
|
|
2048
|
-
name: string;
|
|
2049
|
-
key?: string | undefined;
|
|
2050
|
-
description?: string | undefined;
|
|
2051
|
-
instanceKey?: string | undefined;
|
|
2052
|
-
integrationId?: string | undefined;
|
|
2053
|
-
uuid?: string | undefined;
|
|
2054
|
-
meta?: Record<string, any> | undefined;
|
|
2055
|
-
integrationUuid?: string | undefined;
|
|
2056
|
-
parentUuid?: string | undefined;
|
|
2057
|
-
isUniversal?: boolean | undefined;
|
|
2058
|
-
connectionId?: string | undefined;
|
|
2059
|
-
dataSourceId?: string | undefined;
|
|
2060
|
-
universalDataSourceId?: string | undefined;
|
|
2061
|
-
udm?: string | undefined;
|
|
2062
|
-
pullUpdatesIntervalSeconds?: number | undefined;
|
|
2063
|
-
fullSyncIntervalSeconds?: number | undefined;
|
|
2064
|
-
collectionKey?: string | undefined;
|
|
2065
|
-
collectionParameters?: any;
|
|
2066
|
-
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2067
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2068
|
-
revision?: string | undefined;
|
|
2069
|
-
createdAt?: string | undefined;
|
|
2070
|
-
updatedAt?: string | undefined;
|
|
2071
|
-
archivedAt?: string | undefined;
|
|
2072
|
-
isDeactivated?: boolean | undefined;
|
|
2073
|
-
isCustomized?: boolean | undefined;
|
|
2074
|
-
universalDataSourceRevision?: string | undefined;
|
|
2075
|
-
} | undefined;
|
|
2076
4474
|
connection?: {
|
|
2077
4475
|
id: string;
|
|
2078
4476
|
name: string;
|
|
2079
|
-
userId: string;
|
|
2080
4477
|
createdAt: string;
|
|
2081
4478
|
updatedAt: string;
|
|
4479
|
+
userId: string;
|
|
2082
4480
|
isTest?: boolean | undefined;
|
|
2083
4481
|
disconnected?: boolean | undefined;
|
|
2084
4482
|
isDefunct?: boolean | undefined;
|
|
@@ -2097,43 +4495,138 @@ export declare function useDataSourceInstance(selector: string | DataSourceInsta
|
|
|
2097
4495
|
archivedAt?: string | undefined;
|
|
2098
4496
|
isDeactivated?: boolean | undefined;
|
|
2099
4497
|
meta?: Record<string, any> | undefined;
|
|
4498
|
+
tenantId?: string | undefined;
|
|
2100
4499
|
} | undefined;
|
|
2101
|
-
|
|
4500
|
+
dataSource?: {
|
|
2102
4501
|
id: string;
|
|
2103
4502
|
name: string;
|
|
2104
|
-
logoUri: string;
|
|
2105
|
-
uuid?: string | undefined;
|
|
2106
4503
|
key?: string | undefined;
|
|
2107
4504
|
description?: string | undefined;
|
|
4505
|
+
integrationId?: string | undefined;
|
|
4506
|
+
uuid?: string | undefined;
|
|
2108
4507
|
meta?: Record<string, any> | undefined;
|
|
4508
|
+
integrationUuid?: string | undefined;
|
|
4509
|
+
parentUuid?: string | undefined;
|
|
4510
|
+
isUniversal?: boolean | undefined;
|
|
4511
|
+
connectionId?: string | undefined;
|
|
4512
|
+
instanceKey?: string | undefined;
|
|
4513
|
+
dataSourceId?: string | undefined;
|
|
4514
|
+
universalDataSourceId?: string | undefined;
|
|
4515
|
+
udm?: string | undefined;
|
|
4516
|
+
pullUpdatesIntervalSeconds?: number | undefined;
|
|
4517
|
+
fullSyncIntervalSeconds?: number | undefined;
|
|
4518
|
+
collectionKey?: string | undefined;
|
|
4519
|
+
collectionParameters?: any;
|
|
2109
4520
|
state?: import("@membranehq/sdk").WorkspaceElementState | undefined;
|
|
2110
|
-
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
2111
4521
|
revision?: string | undefined;
|
|
2112
4522
|
createdAt?: string | undefined;
|
|
2113
4523
|
updatedAt?: string | undefined;
|
|
2114
|
-
connectorId?: string | undefined;
|
|
2115
|
-
connectorVersion?: string | undefined;
|
|
2116
|
-
oAuthCallbackUri?: string | undefined;
|
|
2117
|
-
parameters?: any;
|
|
2118
4524
|
archivedAt?: string | undefined;
|
|
2119
|
-
hasMissingParameters?: boolean | undefined;
|
|
2120
|
-
hasDocumentation?: boolean | undefined;
|
|
2121
|
-
hasOperations?: boolean | undefined;
|
|
2122
|
-
operationsCount?: number | undefined;
|
|
2123
|
-
hasData?: boolean | undefined;
|
|
2124
|
-
dataCollectionsCount?: number | undefined;
|
|
2125
|
-
hasEvents?: boolean | undefined;
|
|
2126
|
-
eventsCount?: number | undefined;
|
|
2127
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
2128
|
-
hasUdm?: boolean | undefined;
|
|
2129
|
-
isTest?: boolean | undefined;
|
|
2130
|
-
appUuid?: string | undefined;
|
|
2131
4525
|
isDeactivated?: boolean | undefined;
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
4526
|
+
dataSourceRevision?: string | undefined;
|
|
4527
|
+
universalDataSourceRevision?: string | undefined;
|
|
4528
|
+
defaultCollectionKey?: string | undefined;
|
|
4529
|
+
defaultCollectionParameters?: any;
|
|
4530
|
+
collectionSpec?: {
|
|
4531
|
+
type: "collection";
|
|
4532
|
+
name: string;
|
|
4533
|
+
key?: string | undefined;
|
|
4534
|
+
parametersSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4535
|
+
fieldsSchema?: import("@membranehq/sdk").DataSchema | undefined;
|
|
4536
|
+
list?: {
|
|
4537
|
+
apiRequests?: {
|
|
4538
|
+
path: unknown;
|
|
4539
|
+
method: unknown;
|
|
4540
|
+
}[] | undefined;
|
|
4541
|
+
filterFields?: string[] | undefined;
|
|
4542
|
+
} | undefined;
|
|
4543
|
+
search?: {
|
|
4544
|
+
apiRequests?: {
|
|
4545
|
+
path: unknown;
|
|
4546
|
+
method: unknown;
|
|
4547
|
+
}[] | undefined;
|
|
4548
|
+
} | undefined;
|
|
4549
|
+
match?: {
|
|
4550
|
+
apiRequests?: {
|
|
4551
|
+
path: unknown;
|
|
4552
|
+
method: unknown;
|
|
4553
|
+
}[] | undefined;
|
|
4554
|
+
fields?: string[] | undefined;
|
|
4555
|
+
} | undefined;
|
|
4556
|
+
findById?: {
|
|
4557
|
+
apiRequests?: {
|
|
4558
|
+
path: unknown;
|
|
4559
|
+
method: unknown;
|
|
4560
|
+
}[] | undefined;
|
|
4561
|
+
} | undefined;
|
|
4562
|
+
create?: {
|
|
4563
|
+
apiRequests?: {
|
|
4564
|
+
path: unknown;
|
|
4565
|
+
method: unknown;
|
|
4566
|
+
}[] | undefined;
|
|
4567
|
+
fields?: string[] | undefined;
|
|
4568
|
+
requiredFields?: string[] | undefined;
|
|
4569
|
+
excludedFields?: string[] | undefined;
|
|
4570
|
+
} | undefined;
|
|
4571
|
+
update?: {
|
|
4572
|
+
apiRequests?: {
|
|
4573
|
+
path: unknown;
|
|
4574
|
+
method: unknown;
|
|
4575
|
+
}[] | undefined;
|
|
4576
|
+
fields?: string[] | undefined;
|
|
4577
|
+
excludedFields?: string[] | undefined;
|
|
4578
|
+
} | undefined;
|
|
4579
|
+
delete?: {
|
|
4580
|
+
apiRequests?: {
|
|
4581
|
+
path: unknown;
|
|
4582
|
+
method: unknown;
|
|
4583
|
+
}[] | undefined;
|
|
4584
|
+
} | undefined;
|
|
4585
|
+
events?: {
|
|
4586
|
+
[x: string]: {
|
|
4587
|
+
type: "push" | "pull";
|
|
4588
|
+
isFullScan?: boolean | undefined;
|
|
4589
|
+
isIdOnly?: boolean | undefined;
|
|
4590
|
+
};
|
|
4591
|
+
created?: {
|
|
4592
|
+
type: "push" | "pull";
|
|
4593
|
+
isFullScan?: boolean | undefined;
|
|
4594
|
+
isIdOnly?: boolean | undefined;
|
|
4595
|
+
} | undefined;
|
|
4596
|
+
updated?: {
|
|
4597
|
+
type: "push" | "pull";
|
|
4598
|
+
isFullScan?: boolean | undefined;
|
|
4599
|
+
isIdOnly?: boolean | undefined;
|
|
4600
|
+
} | undefined;
|
|
4601
|
+
deleted?: {
|
|
4602
|
+
type: "push" | "pull";
|
|
4603
|
+
isFullScan?: boolean | undefined;
|
|
4604
|
+
isIdOnly?: boolean | undefined;
|
|
4605
|
+
} | undefined;
|
|
4606
|
+
all?: {
|
|
4607
|
+
type: "push" | "pull";
|
|
4608
|
+
isFullScan?: boolean | undefined;
|
|
4609
|
+
isIdOnly?: boolean | undefined;
|
|
4610
|
+
} | undefined;
|
|
4611
|
+
} | undefined;
|
|
4612
|
+
customFields?: boolean | undefined;
|
|
4613
|
+
udm?: Record<string, {
|
|
4614
|
+
fields?: string[] | undefined;
|
|
4615
|
+
extract?: Record<string, any> | undefined;
|
|
4616
|
+
parse?: Record<string, any> | undefined;
|
|
4617
|
+
}> | undefined;
|
|
4618
|
+
find?: {
|
|
4619
|
+
apiRequests?: {
|
|
4620
|
+
path: unknown;
|
|
4621
|
+
method: unknown;
|
|
4622
|
+
}[] | undefined;
|
|
4623
|
+
queryFields?: string[] | undefined;
|
|
4624
|
+
} | undefined;
|
|
4625
|
+
} | undefined;
|
|
4626
|
+
isCustomized?: boolean | undefined;
|
|
4627
|
+
errors?: import("@membranehq/sdk").ErrorDataSchema[] | undefined;
|
|
4628
|
+
userId?: string | undefined;
|
|
4629
|
+
tenantId?: string | undefined;
|
|
2137
4630
|
} | undefined;
|
|
2138
4631
|
path?: string | undefined;
|
|
2139
4632
|
defaultPath?: string | undefined;
|