@ynput/ayon-frontend-shared 0.2.36 → 0.2.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DetailsPanel.cjs.js +1 -1
- package/dist/DetailsPanel.es.js +23 -22
- package/dist/DetailsPanel.es.js.map +1 -1
- package/dist/Views.cjs.js +1 -1
- package/dist/Views.cjs.js.map +1 -1
- package/dist/Views.es.js +25 -24
- package/dist/Views.es.js.map +1 -1
- package/dist/_virtual/index.cjs2.js +1 -1
- package/dist/_virtual/index.cjs3.js +1 -1
- package/dist/_virtual/index.cjs5.js +1 -1
- package/dist/_virtual/index.es2.js +2 -5
- package/dist/_virtual/index.es2.js.map +1 -1
- package/dist/_virtual/index.es3.js +5 -2
- package/dist/_virtual/index.es3.js.map +1 -1
- package/dist/_virtual/index.es4.js +2 -2
- package/dist/_virtual/index.es5.js +2 -2
- package/dist/context.cjs.js +1 -1
- package/dist/context.es.js +19 -16
- package/dist/context.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +10 -9
- package/dist/index.es.js.map +1 -1
- package/dist/node_modules/react-use-websocket/dist/index.cjs.js +1 -1
- package/dist/node_modules/react-use-websocket/dist/index.es.js +1 -1
- package/dist/shared/node_modules/prop-types/index.cjs.js +1 -1
- package/dist/shared/node_modules/prop-types/index.es.js +1 -1
- package/dist/shared/node_modules/react-is/index.cjs.js +1 -1
- package/dist/shared/node_modules/react-is/index.es.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/CSSTransition.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/CSSTransition.es.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/Transition.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/Transition.es.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/utils/PropTypes.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/utils/PropTypes.es.js +1 -1
- package/dist/shared/src/api/generated/actions.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/actions.es.js.map +1 -1
- package/dist/shared/src/api/generated/attributes.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/attributes.es.js.map +1 -1
- package/dist/shared/src/api/generated/authentication.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/authentication.es.js.map +1 -1
- package/dist/shared/src/api/generated/configuration.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/configuration.es.js.map +1 -1
- package/dist/shared/src/api/generated/entityLists.cjs.js +1 -1
- package/dist/shared/src/api/generated/entityLists.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/entityLists.es.js +88 -84
- package/dist/shared/src/api/generated/entityLists.es.js.map +1 -1
- package/dist/shared/src/api/generated/graphql.cjs.js +22 -20
- package/dist/shared/src/api/generated/graphql.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/graphql.es.js +34 -32
- package/dist/shared/src/api/generated/graphql.es.js.map +1 -1
- package/dist/shared/src/api/generated/graphqlLinks.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/graphqlLinks.es.js.map +1 -1
- package/dist/shared/src/api/generated/onboarding.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/onboarding.es.js.map +1 -1
- package/dist/shared/src/api/generated/products.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/products.es.js.map +1 -1
- package/dist/shared/src/api/generated/projects.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/projects.es.js.map +1 -1
- package/dist/shared/src/api/generated/system.cjs.js +1 -1
- package/dist/shared/src/api/generated/system.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/system.es.js +3 -0
- package/dist/shared/src/api/generated/system.es.js.map +1 -1
- package/dist/shared/src/api/generated/users.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/users.es.js.map +1 -1
- package/dist/shared/src/api/generated/views.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/views.es.js.map +1 -1
- package/dist/shared/src/api/generated/ynputCloud.cjs.js +1 -1
- package/dist/shared/src/api/generated/ynputCloud.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/ynputCloud.es.js +6 -1
- package/dist/shared/src/api/generated/ynputCloud.es.js.map +1 -1
- package/dist/shared/src/api/queries/system/getSystem.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/system/getSystem.es.js.map +1 -1
- package/dist/shared/src/api/queries/users/getUsers.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/users/getUsers.es.js.map +1 -1
- package/dist/shared/src/components/AttributeEditor/AttributeEditor.cjs.js +1 -1
- package/dist/shared/src/components/AttributeEditor/AttributeEditor.cjs.js.map +1 -1
- package/dist/shared/src/components/AttributeEditor/AttributeEditor.es.js +129 -122
- package/dist/shared/src/components/AttributeEditor/AttributeEditor.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.cjs.js +1 -1
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.es.js +3 -2
- package/dist/shared/src/components/DetailsPanelAttributes/components/RenderFieldWidget.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.cjs.js +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.es.js +3 -2
- package/dist/shared/src/components/DetailsPanelDetails/DescriptionSection.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityData.cjs.js +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityData.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityData.es.js +23 -9
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityData.es.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityEditing.cjs.js +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityEditing.cjs.js.map +1 -1
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityEditing.es.js +5 -4
- package/dist/shared/src/components/DetailsPanelDetails/hooks/useEntityEditing.es.js.map +1 -1
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.cjs.js +1 -1
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.cjs.js.map +1 -1
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.es.js +3 -2
- package/dist/shared/src/components/EntityPanelUploader/EntityPanelUploader.es.js.map +1 -1
- package/dist/shared/src/components/EntityPath/SegmentProvider.cjs.js +1 -1
- package/dist/shared/src/components/EntityPath/SegmentProvider.cjs.js.map +1 -1
- package/dist/shared/src/components/EntityPath/SegmentProvider.es.js +6 -5
- package/dist/shared/src/components/EntityPath/SegmentProvider.es.js.map +1 -1
- package/dist/shared/src/components/Feedback/FeedbackContext.cjs.js +1 -1
- package/dist/shared/src/components/Feedback/FeedbackContext.cjs.js.map +1 -1
- package/dist/shared/src/components/Feedback/FeedbackContext.es.js +118 -112
- package/dist/shared/src/components/Feedback/FeedbackContext.es.js.map +1 -1
- package/dist/shared/src/components/LinksManager/AddNewLinks.cjs.js +1 -1
- package/dist/shared/src/components/LinksManager/AddNewLinks.cjs.js.map +1 -1
- package/dist/shared/src/components/LinksManager/AddNewLinks.es.js +3 -2
- package/dist/shared/src/components/LinksManager/AddNewLinks.es.js.map +1 -1
- package/dist/shared/src/components/LinksManager/hooks/useUpdateLinks.cjs.js +1 -1
- package/dist/shared/src/components/LinksManager/hooks/useUpdateLinks.cjs.js.map +1 -1
- package/dist/shared/src/components/LinksManager/hooks/useUpdateLinks.es.js +3 -2
- package/dist/shared/src/components/LinksManager/hooks/useUpdateLinks.es.js.map +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackButton.cjs.js +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackButton.cjs.js.map +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackButton.es.js +8 -7
- package/dist/shared/src/components/Powerpack/PowerpackButton.es.js.map +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackDialog.cjs.js +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackDialog.cjs.js.map +1 -1
- package/dist/shared/src/components/Powerpack/PowerpackDialog.es.js +3 -2
- package/dist/shared/src/components/Powerpack/PowerpackDialog.es.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/ProjectTableSettings.cjs.js +2 -2
- package/dist/shared/src/components/ProjectTableSettings/ProjectTableSettings.cjs.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/ProjectTableSettings.es.js +18 -17
- package/dist/shared/src/components/ProjectTableSettings/ProjectTableSettings.es.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/TableSettingsFallback.cjs.js +1 -1
- package/dist/shared/src/components/ProjectTableSettings/TableSettingsFallback.cjs.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/TableSettingsFallback.es.js +3 -2
- package/dist/shared/src/components/ProjectTableSettings/TableSettingsFallback.es.js.map +1 -1
- package/dist/shared/src/components/RenameForm/RenameForm.cjs.js +1 -1
- package/dist/shared/src/components/RenameForm/RenameForm.cjs.js.map +1 -1
- package/dist/shared/src/components/RenameForm/RenameForm.es.js +3 -2
- package/dist/shared/src/components/RenameForm/RenameForm.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesList.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesList.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesList.es.js +3 -2
- package/dist/shared/src/components/ReviewablesList/ReviewablesList.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesUpload.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesUpload.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/ReviewablesUpload.es.js +4 -3
- package/dist/shared/src/components/ReviewablesList/ReviewablesUpload.es.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/SortableReviewableCard.cjs.js +1 -1
- package/dist/shared/src/components/ReviewablesList/SortableReviewableCard.cjs.js.map +1 -1
- package/dist/shared/src/components/ReviewablesList/SortableReviewableCard.es.js +3 -2
- package/dist/shared/src/components/ReviewablesList/SortableReviewableCard.es.js.map +1 -1
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.cjs.js +1 -1
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.cjs.js.map +1 -1
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.es.js +263 -210
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.es.js.map +1 -1
- package/dist/shared/src/components/SettingsPanel/SettingsPanel.cjs.js +1 -1
- package/dist/shared/src/components/SettingsPanel/SettingsPanel.cjs.js.map +1 -1
- package/dist/shared/src/components/SettingsPanel/SettingsPanel.es.js +24 -23
- package/dist/shared/src/components/SettingsPanel/SettingsPanel.es.js.map +1 -1
- package/dist/shared/src/components/SimpleFormDialog/SimpleFormDialog.cjs.js +1 -1
- package/dist/shared/src/components/SimpleFormDialog/SimpleFormDialog.cjs.js.map +1 -1
- package/dist/shared/src/components/SimpleFormDialog/SimpleFormDialog.es.js +3 -2
- package/dist/shared/src/components/SimpleFormDialog/SimpleFormDialog.es.js.map +1 -1
- package/dist/shared/src/components/Thumbnail/StackedThumbnails.cjs.js +1 -1
- package/dist/shared/src/components/Thumbnail/StackedThumbnails.cjs.js.map +1 -1
- package/dist/shared/src/components/Thumbnail/StackedThumbnails.es.js +3 -2
- package/dist/shared/src/components/Thumbnail/StackedThumbnails.es.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.cjs.js +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.cjs.js.map +1 -1
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.es.js +3 -2
- package/dist/shared/src/components/VersionUploader/components/UploadVersionForm.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/ActionConfigDialog.cjs.js +1 -1
- package/dist/shared/src/containers/Actions/ActionConfigDialog.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/ActionConfigDialog.es.js +3 -2
- package/dist/shared/src/containers/Actions/ActionConfigDialog.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/Actions.cjs.js +1 -1
- package/dist/shared/src/containers/Actions/Actions.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/Actions.es.js +3 -2
- package/dist/shared/src/containers/Actions/Actions.es.js.map +1 -1
- package/dist/shared/src/containers/Actions/InteractiveActionDialog.cjs.js +1 -1
- package/dist/shared/src/containers/Actions/InteractiveActionDialog.cjs.js.map +1 -1
- package/dist/shared/src/containers/Actions/InteractiveActionDialog.es.js +3 -2
- package/dist/shared/src/containers/Actions/InteractiveActionDialog.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.es.js +61 -57
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelFiles/DetailsPanelFiles.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelFiles/DetailsPanelFiles.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelFiles/DetailsPanelFiles.es.js +3 -2
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelFiles/DetailsPanelFiles.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelFloating/DetailsPanelFloating.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelFloating/DetailsPanelFloating.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelFloating/DetailsPanelFloating.es.js +58 -55
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelFloating/DetailsPanelFloating.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelHeader/DetailsPanelHeader.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelHeader/DetailsPanelHeader.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelHeader/DetailsPanelHeader.es.js +3 -2
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelHeader/DetailsPanelHeader.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelSlideOut/DetailsPanelSlideOut.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelSlideOut/DetailsPanelSlideOut.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelSlideOut/DetailsPanelSlideOut.es.js +3 -2
- package/dist/shared/src/containers/DetailsPanel/DetailsPanelSlideOut/DetailsPanelSlideOut.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/FeedContextWrapper.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/FeedContextWrapper.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/FeedContextWrapper.es.js +3 -2
- package/dist/shared/src/containers/DetailsPanel/FeedContextWrapper.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/FeedWrapper.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/FeedWrapper.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/FeedWrapper.es.js +33 -30
- package/dist/shared/src/containers/DetailsPanel/FeedWrapper.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/hooks/useGetEntityPath.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/hooks/useGetEntityPath.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/hooks/useGetEntityPath.es.js +16 -15
- package/dist/shared/src/containers/DetailsPanel/hooks/useGetEntityPath.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/EntityPickerDialog.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/EntityPickerDialog.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/EntityPickerDialog.es.js +3 -2
- package/dist/shared/src/containers/EntityPickerDialog/EntityPickerDialog.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTable.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTable.es.js +3 -2
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTable.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableHeader.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableHeader.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableHeader.es.js +3 -2
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableHeader.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableSearch.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableSearch.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableSearch.es.js +3 -2
- package/dist/shared/src/containers/EntityPickerDialog/components/EntityTypeTableSearch.es.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.cjs.js +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.cjs.js.map +1 -1
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.es.js +3 -2
- package/dist/shared/src/containers/EntityPickerDialog/hooks/useGetEntityPickerData.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/Feed.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/Feed.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/Feed.es.js +4 -3
- package/dist/shared/src/containers/Feed/Feed.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.es.js +3 -2
- package/dist/shared/src/containers/Feed/components/ActivityComment/ActivityComment.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityVersions/ActivityVersions.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityVersions/ActivityVersions.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/ActivityVersions/ActivityVersions.es.js +8 -7
- package/dist/shared/src/containers/Feed/components/ActivityVersions/ActivityVersions.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.es.js +3 -2
- package/dist/shared/src/containers/Feed/components/CommentInput/CommentInput.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/hooks/useAnnotationsSync.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/hooks/useAnnotationsSync.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/hooks/useAnnotationsSync.es.js +3 -2
- package/dist/shared/src/containers/Feed/components/CommentInput/hooks/useAnnotationsSync.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/hooks/useMentionLink.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/hooks/useMentionLink.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/CommentInput/hooks/useMentionLink.es.js +9 -8
- package/dist/shared/src/containers/Feed/components/CommentInput/hooks/useMentionLink.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/FileUploadCard/FileUploadCard.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/FileUploadCard/FileUploadCard.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/FileUploadCard/FileUploadCard.es.js +3 -2
- package/dist/shared/src/containers/Feed/components/FileUploadCard/FileUploadCard.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.es.js +3 -2
- package/dist/shared/src/containers/Feed/components/Tooltips/EntityTooltip/EntityTooltip.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/context/FeedContext.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/context/FeedContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/context/FeedContext.es.js +45 -42
- package/dist/shared/src/containers/Feed/context/FeedContext.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.es.js +289 -283
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.es.js +4 -3
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/components/ColumnHeaderMenu.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/GroupSettingsFallback.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/GroupSettingsFallback.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/components/GroupSettingsFallback.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/components/GroupSettingsFallback.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/context/CellEditingProvider.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/SelectionCellsProvider.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/SelectionCellsProvider.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/SelectionCellsProvider.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/context/SelectionCellsProvider.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useAttributesList.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useAttributesList.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useAttributesList.es.js +25 -90
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useAttributesList.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.es.js +6 -5
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildProjectDataTable.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCellContextMenu.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCellContextMenu.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCellContextMenu.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCellContextMenu.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCheckSelectedCellsVisible.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCheckSelectedCellsVisible.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCheckSelectedCellsVisible.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useCheckSelectedCellsVisible.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useColumnGroupBy.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useColumnGroupBy.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useColumnGroupBy.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useColumnGroupBy.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGetGroupedFields.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGetGroupedFields.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGetGroupedFields.es.js +22 -21
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGetGroupedFields.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGroupBySettings.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGroupBySettings.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGroupBySettings.es.js +19 -16
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useGroupBySettings.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useKeyboardNavigation.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useKeyboardNavigation.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useKeyboardNavigation.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useKeyboardNavigation.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useMoveEntities.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useMoveEntities.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useMoveEntities.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useMoveEntities.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/usePasteLinks.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/usePasteLinks.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/usePasteLinks.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/usePasteLinks.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.es.js +14 -13
- package/dist/shared/src/containers/ProjectTreeTable/utils/cellUtils.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.cjs.js +2 -2
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.es.js +38 -37
- package/dist/shared/src/containers/ProjectTreeTable/widgets/CellWidget.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/LinksWidget.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/LinksWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/LinksWidget.es.js +5 -4
- package/dist/shared/src/containers/ProjectTreeTable/widgets/LinksWidget.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/NameWidget.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/NameWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/NameWidget.es.js +3 -2
- package/dist/shared/src/containers/ProjectTreeTable/widgets/NameWidget.es.js.map +1 -1
- package/dist/shared/src/containers/RepresentationsList/RepresentationsList.cjs.js +1 -1
- package/dist/shared/src/containers/RepresentationsList/RepresentationsList.cjs.js.map +1 -1
- package/dist/shared/src/containers/RepresentationsList/RepresentationsList.es.js +3 -2
- package/dist/shared/src/containers/RepresentationsList/RepresentationsList.es.js.map +1 -1
- package/dist/shared/src/containers/SimpleTable/SimpleTable.cjs.js +1 -1
- package/dist/shared/src/containers/SimpleTable/SimpleTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/SimpleTable/SimpleTable.es.js +3 -2
- package/dist/shared/src/containers/SimpleTable/SimpleTable.es.js.map +1 -1
- package/dist/shared/src/containers/Views/ViewsDialogContainer/ViewsDialogContainer.cjs.js +1 -1
- package/dist/shared/src/containers/Views/ViewsDialogContainer/ViewsDialogContainer.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/ViewsDialogContainer/ViewsDialogContainer.es.js +3 -2
- package/dist/shared/src/containers/Views/ViewsDialogContainer/ViewsDialogContainer.es.js.map +1 -1
- package/dist/shared/src/containers/Views/ViewsMenuContainer/ViewsMenuContainer.cjs.js +2 -2
- package/dist/shared/src/containers/Views/ViewsMenuContainer/ViewsMenuContainer.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/ViewsMenuContainer/ViewsMenuContainer.es.js +7 -6
- package/dist/shared/src/containers/Views/ViewsMenuContainer/ViewsMenuContainer.es.js.map +1 -1
- package/dist/shared/src/containers/Views/context/ViewsContext.cjs.js +1 -1
- package/dist/shared/src/containers/Views/context/ViewsContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/context/ViewsContext.es.js +26 -25
- package/dist/shared/src/containers/Views/context/ViewsContext.es.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.cjs.js +1 -1
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.es.js +3 -2
- package/dist/shared/src/containers/Views/hooks/useBuildViewMenuItems.es.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useSaveViewFromCurrent.cjs.js +1 -1
- package/dist/shared/src/containers/Views/hooks/useSaveViewFromCurrent.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useSaveViewFromCurrent.es.js +3 -2
- package/dist/shared/src/containers/Views/hooks/useSaveViewFromCurrent.es.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useSelectedView.cjs.js +1 -1
- package/dist/shared/src/containers/Views/hooks/useSelectedView.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/useSelectedView.es.js +9 -9
- package/dist/shared/src/containers/Views/hooks/useSelectedView.es.js.map +1 -1
- package/dist/shared/src/containers/Views/utils/viewUpdateHelper.cjs.js +1 -1
- package/dist/shared/src/containers/Views/utils/viewUpdateHelper.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/utils/viewUpdateHelper.es.js +40 -35
- package/dist/shared/src/containers/Views/utils/viewUpdateHelper.es.js.map +1 -1
- package/dist/shared/src/context/AddonProjectContext.cjs.js +1 -1
- package/dist/shared/src/context/AddonProjectContext.cjs.js.map +1 -1
- package/dist/shared/src/context/AddonProjectContext.es.js +8 -7
- package/dist/shared/src/context/AddonProjectContext.es.js.map +1 -1
- package/dist/shared/src/context/DetailsPanelContext.cjs.js +1 -1
- package/dist/shared/src/context/DetailsPanelContext.cjs.js.map +1 -1
- package/dist/shared/src/context/DetailsPanelContext.es.js +77 -78
- package/dist/shared/src/context/DetailsPanelContext.es.js.map +1 -1
- package/dist/shared/src/context/GlobalContext.cjs.js +2 -0
- package/dist/shared/src/context/GlobalContext.cjs.js.map +1 -0
- package/dist/shared/src/context/GlobalContext.es.js +123 -0
- package/dist/shared/src/context/GlobalContext.es.js.map +1 -0
- package/dist/shared/src/context/PowerpackContext.cjs.js +1 -1
- package/dist/shared/src/context/PowerpackContext.cjs.js.map +1 -1
- package/dist/shared/src/context/PowerpackContext.es.js +7 -6
- package/dist/shared/src/context/PowerpackContext.es.js.map +1 -1
- package/dist/shared/src/context/RemoteModulesContext.cjs.js +1 -1
- package/dist/shared/src/context/RemoteModulesContext.cjs.js.map +1 -1
- package/dist/shared/src/context/RemoteModulesContext.es.js +35 -34
- package/dist/shared/src/context/RemoteModulesContext.es.js.map +1 -1
- package/dist/shared/src/context/WebsocketContext.cjs.js +1 -1
- package/dist/shared/src/context/WebsocketContext.cjs.js.map +1 -1
- package/dist/shared/src/context/WebsocketContext.es.js +5 -4
- package/dist/shared/src/context/WebsocketContext.es.js.map +1 -1
- package/dist/shared/src/hooks/useEntityUpdate.cjs.js +1 -1
- package/dist/shared/src/hooks/useEntityUpdate.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useEntityUpdate.es.js +3 -2
- package/dist/shared/src/hooks/useEntityUpdate.es.js.map +1 -1
- package/dist/shared/src/hooks/useGroupByRemoteModules.cjs.js +1 -1
- package/dist/shared/src/hooks/useGroupByRemoteModules.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useGroupByRemoteModules.es.js +3 -2
- package/dist/shared/src/hooks/useGroupByRemoteModules.es.js.map +1 -1
- package/dist/shared/src/hooks/useUserProjectConfig.cjs.js +1 -1
- package/dist/shared/src/hooks/useUserProjectConfig.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useUserProjectConfig.es.js +26 -12
- package/dist/shared/src/hooks/useUserProjectConfig.es.js.map +1 -1
- package/dist/src/components/Menu/MenuComponents/Menu.cjs.js +1 -1
- package/dist/src/components/Menu/MenuComponents/Menu.cjs.js.map +1 -1
- package/dist/src/components/Menu/MenuComponents/Menu.es.js +3 -2
- package/dist/src/components/Menu/MenuComponents/Menu.es.js.map +1 -1
- package/dist/src/components/Menu/MenuComponents/MenuItem.cjs.js +1 -1
- package/dist/src/components/Menu/MenuComponents/MenuItem.cjs.js.map +1 -1
- package/dist/src/components/Menu/MenuComponents/MenuItem.es.js +1 -0
- package/dist/src/components/Menu/MenuComponents/MenuItem.es.js.map +1 -1
- package/dist/src/components/Menu/MenuComponents/MenuList.cjs.js +1 -1
- package/dist/src/components/Menu/MenuComponents/MenuList.cjs.js.map +1 -1
- package/dist/src/components/Menu/MenuComponents/MenuList.es.js +17 -16
- package/dist/src/components/Menu/MenuComponents/MenuList.es.js.map +1 -1
- package/dist/types/api/generated/actions.d.ts +2 -0
- package/dist/types/api/generated/attributes.d.ts +20 -5
- package/dist/types/api/generated/authentication.d.ts +2 -0
- package/dist/types/api/generated/configuration.d.ts +3 -1
- package/dist/types/api/generated/entityLists.d.ts +22 -5
- package/dist/types/api/generated/enums.d.ts +36 -0
- package/dist/types/api/generated/graphql.d.ts +9 -2
- package/dist/types/api/generated/graphqlLinks.d.ts +3 -0
- package/dist/types/api/generated/onboarding.d.ts +1 -0
- package/dist/types/api/generated/products.d.ts +9 -3
- package/dist/types/api/generated/projects.d.ts +4 -4
- package/dist/types/api/generated/system.d.ts +27 -5
- package/dist/types/api/generated/users.d.ts +2 -0
- package/dist/types/api/generated/views.d.ts +48 -5
- package/dist/types/api/generated/ynputCloud.d.ts +7 -20
- package/dist/types/api/queries/activities/getActivities.d.ts +2 -0
- package/dist/types/api/queries/activities/updateActivities.d.ts +4 -0
- package/dist/types/api/queries/cloud/cloud.d.ts +17 -17
- package/dist/types/api/queries/entities/getEntity.d.ts +2 -0
- package/dist/types/api/queries/entities/getEntityPanel.d.ts +2 -0
- package/dist/types/api/queries/entities/updateEntity.d.ts +2 -0
- package/dist/types/api/queries/entityLists/getLists.d.ts +2 -0
- package/dist/types/api/queries/overview/getOverview.d.ts +2 -0
- package/dist/types/api/queries/system/getSystem.d.ts +85 -75
- package/dist/types/api/queries/userDashboard/getUserDashboard.d.ts +2 -0
- package/dist/types/api/queries/users/getUsers.d.ts +43 -37
- package/dist/types/api/queries/versions/getVersionsProducts.d.ts +20 -0
- package/dist/types/components/DetailsPanelDetails/hooks/useEntityData.d.ts +1 -1
- package/dist/types/components/SearchFilter/useBuildFilterOptions.d.ts +1 -1
- package/dist/types/containers/DetailsPanel/FeedWrapper.d.ts +3 -0
- package/dist/types/containers/Feed/context/FeedContext.d.ts +4 -3
- package/dist/types/containers/ProjectTreeTable/hooks/useGroupBySettings.d.ts +1 -1
- package/dist/types/containers/ProjectTreeTable/types/table.d.ts +2 -0
- package/dist/types/containers/Views/index.d.ts +1 -1
- package/dist/types/containers/Views/utils/viewUpdateHelper.d.ts +6 -10
- package/dist/types/context/DetailsPanelContext.d.ts +1 -2
- package/dist/types/context/GlobalContext.d.ts +25 -0
- package/dist/types/context/index.d.ts +1 -0
- package/package.json +1 -1
- package/dist/shared/src/containers/Views/hooks/pages/useReportsViewSettings.cjs.js +0 -2
- package/dist/shared/src/containers/Views/hooks/pages/useReportsViewSettings.cjs.js.map +0 -1
- package/dist/shared/src/containers/Views/hooks/pages/useReportsViewSettings.es.js +0 -64
- package/dist/shared/src/containers/Views/hooks/pages/useReportsViewSettings.es.js.map +0 -1
- package/dist/types/containers/Views/hooks/pages/useReportsViewSettings.d.ts +0 -11
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserImage as
|
|
2
|
-
import { ThumbnailSimple as
|
|
3
|
-
import { EmptyPlaceholder as
|
|
1
|
+
import { UserImage as yt } from "./shared/src/components/UserImage/UserImage.es.js";
|
|
2
|
+
import { ThumbnailSimple as Et } from "./shared/src/components/ThumbnailSimple/ThumbnailSimple.es.js";
|
|
3
|
+
import { EmptyPlaceholder as St } from "./shared/src/components/EmptyPlaceholder/EmptyPlaceholder.es.js";
|
|
4
4
|
import "./shared/src/components/EmptyPlaceholder/EmptyPlaceholderFlex.styled.es.js";
|
|
5
5
|
import "./_virtual/jsx-runtime.es.js";
|
|
6
6
|
import "react-toastify";
|
|
@@ -110,8 +110,9 @@ import "./shared/src/context/AddonProjectContext.es.js";
|
|
|
110
110
|
import "./shared/src/context/AddonContext.es.js";
|
|
111
111
|
import "./shared/src/context/PowerpackContext.es.js";
|
|
112
112
|
import "./shared/src/context/MoveEntityContext.es.js";
|
|
113
|
-
import { MenuProvider as
|
|
113
|
+
import { MenuProvider as Ut, useMenuContext as jt } from "./shared/src/context/MenuContext.es.js";
|
|
114
114
|
import "./shared/src/context/WebsocketContext.es.js";
|
|
115
|
+
import "./shared/src/context/GlobalContext.es.js";
|
|
115
116
|
import "./shared/src/components/ReviewableCard/ReviewableCard.es.js";
|
|
116
117
|
import "./shared/src/components/ReviewableProgressCard/ReviewableProgressCard.styled.es.js";
|
|
117
118
|
import "./shared/src/components/FileThumbnail/FileThumbnail.es.js";
|
|
@@ -237,10 +238,10 @@ import "./shared/src/components/SortingSetting/SortingSetting.styled.es.js";
|
|
|
237
238
|
import "./shared/src/components/EarlyPreview/EarlyPreview.es.js";
|
|
238
239
|
import "./shared/src/components/LegacyBadge/LegacyBadge.es.js";
|
|
239
240
|
export {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
241
|
+
St as EmptyPlaceholder,
|
|
242
|
+
Ut as MenuProvider,
|
|
243
|
+
Et as ThumbnailSimple,
|
|
244
|
+
yt as UserImage,
|
|
245
|
+
jt as useMenuContext
|
|
245
246
|
};
|
|
246
247
|
//# sourceMappingURL=index.es.js.map
|
package/dist/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../_virtual/index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../_virtual/index.cjs2.js"),a=require("./lib/use-websocket.cjs.js"),_=require("./lib/use-socket-io.cjs.js"),s=require("./lib/constants.cjs.js"),l=require("./lib/use-event-source.cjs.js"),b=require("./lib/util.cjs.js");var r;function d(){return r||(r=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.resetGlobalState=e.useEventSource=e.ReadyState=e.useSocketIO=e.default=void 0;var u=a.__require();Object.defineProperty(e,"default",{enumerable:!0,get:function(){return u.useWebSocket}});var n=_.__require();Object.defineProperty(e,"useSocketIO",{enumerable:!0,get:function(){return n.useSocketIO}});var i=s.__require();Object.defineProperty(e,"ReadyState",{enumerable:!0,get:function(){return i.ReadyState}});var o=l.__require();Object.defineProperty(e,"useEventSource",{enumerable:!0,get:function(){return o.useEventSource}});var c=b.__require();Object.defineProperty(e,"resetGlobalState",{enumerable:!0,get:function(){return c.resetGlobalState}})}(t.__exports)),t.__exports}exports.__require=d;
|
|
2
2
|
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as r } from "../../../_virtual/index.
|
|
1
|
+
import { __exports as r } from "../../../_virtual/index.es2.js";
|
|
2
2
|
import { __require as c } from "./lib/use-websocket.es.js";
|
|
3
3
|
import { __require as s } from "./lib/use-socket-io.es.js";
|
|
4
4
|
import { __require as _ } from "./lib/constants.es.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../_virtual/index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../_virtual/index.cjs4.js"),t=require("../react-is/index.cjs.js"),u=require("./factoryWithTypeCheckers.cjs.js"),s=require("./factoryWithThrowingShims.cjs.js");var r;function _(){if(r)return e.__module.exports;if(r=1,process.env.NODE_ENV!=="production"){var o=t.__require(),i=!0;e.__module.exports=u.__require()(o.isElement,i)}else e.__module.exports=s.__require()();return e.__module.exports}exports.__require=_;
|
|
2
2
|
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as r } from "../../../_virtual/index.
|
|
1
|
+
import { __module as r } from "../../../_virtual/index.es4.js";
|
|
2
2
|
import { __require as s } from "../react-is/index.es.js";
|
|
3
3
|
import { __require as t } from "./factoryWithTypeCheckers.es.js";
|
|
4
4
|
import { __require as p } from "./factoryWithThrowingShims.es.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../_virtual/index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../_virtual/index.cjs5.js"),t=require("./cjs/react-is.production.min.cjs.js"),o=require("./cjs/react-is.development.cjs.js");var r;function u(){return r||(r=1,process.env.NODE_ENV==="production"?e.__module.exports=t.__require():e.__module.exports=o.__require()),e.__module.exports}exports.__require=u;
|
|
2
2
|
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as e } from "../../../_virtual/index.
|
|
1
|
+
import { __module as e } from "../../../_virtual/index.es5.js";
|
|
2
2
|
import { __require as o } from "./cjs/react-is.production.min.es.js";
|
|
3
3
|
import { __require as t } from "./cjs/react-is.development.es.js";
|
|
4
4
|
var r;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const m=require("../../@babel/runtime/helpers/esm/extends.cjs.js"),h=require("../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs.js"),N=require("../../@babel/runtime/helpers/esm/inheritsLoose.cjs.js"),v=require("../../../../_virtual/index.
|
|
1
|
+
"use strict";const m=require("../../@babel/runtime/helpers/esm/extends.cjs.js"),h=require("../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs.js"),N=require("../../@babel/runtime/helpers/esm/inheritsLoose.cjs.js"),v=require("../../../../_virtual/index.cjs3.js"),A=require("../../dom-helpers/esm/addClass.cjs.js"),q=require("../../dom-helpers/esm/removeClass.cjs.js"),E=require("react"),g=require("./Transition.cjs.js"),$=require("./utils/PropTypes.cjs.js"),_=require("./utils/reflow.cjs.js");var S=function(i,l){return i&&l&&l.split(" ").forEach(function(e){return A(i,e)})},f=function(i,l){return i&&l&&l.split(" ").forEach(function(e){return q(i,e)})},C=function(d){N(i,d);function i(){for(var e,t=arguments.length,o=new Array(t),a=0;a<t;a++)o[a]=arguments[a];return e=d.call.apply(d,[this].concat(o))||this,e.appliedClasses={appear:{},enter:{},exit:{}},e.onEnter=function(s,r){var n=e.resolveArguments(s,r),p=n[0],u=n[1];e.removeClasses(p,"exit"),e.addClass(p,u?"appear":"enter","base"),e.props.onEnter&&e.props.onEnter(s,r)},e.onEntering=function(s,r){var n=e.resolveArguments(s,r),p=n[0],u=n[1],c=u?"appear":"enter";e.addClass(p,c,"active"),e.props.onEntering&&e.props.onEntering(s,r)},e.onEntered=function(s,r){var n=e.resolveArguments(s,r),p=n[0],u=n[1],c=u?"appear":"enter";e.removeClasses(p,c),e.addClass(p,c,"done"),e.props.onEntered&&e.props.onEntered(s,r)},e.onExit=function(s){var r=e.resolveArguments(s),n=r[0];e.removeClasses(n,"appear"),e.removeClasses(n,"enter"),e.addClass(n,"exit","base"),e.props.onExit&&e.props.onExit(s)},e.onExiting=function(s){var r=e.resolveArguments(s),n=r[0];e.addClass(n,"exit","active"),e.props.onExiting&&e.props.onExiting(s)},e.onExited=function(s){var r=e.resolveArguments(s),n=r[0];e.removeClasses(n,"exit"),e.addClass(n,"exit","done"),e.props.onExited&&e.props.onExited(s)},e.resolveArguments=function(s,r){return e.props.nodeRef?[e.props.nodeRef.current,s]:[s,r]},e.getClassNames=function(s){var r=e.props.classNames,n=typeof r=="string",p=n&&r?r+"-":"",u=n?""+p+s:r[s],c=n?u+"-active":r[s+"Active"],x=n?u+"-done":r[s+"Done"];return{baseClassName:u,activeClassName:c,doneClassName:x}},e}var l=i.prototype;return l.addClass=function(t,o,a){var s=this.getClassNames(o)[a+"ClassName"],r=this.getClassNames("enter"),n=r.doneClassName;o==="appear"&&a==="done"&&n&&(s+=" "+n),a==="active"&&t&&_.forceReflow(t),s&&(this.appliedClasses[o][a]=s,S(t,s))},l.removeClasses=function(t,o){var a=this.appliedClasses[o],s=a.base,r=a.active,n=a.done;this.appliedClasses[o]={},s&&f(t,s),r&&f(t,r),n&&f(t,n)},l.render=function(){var t=this.props;t.classNames;var o=h(t,["classNames"]);return E.createElement(g.default,m({},o,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},i}(E.Component);C.defaultProps={classNames:""};C.propTypes=process.env.NODE_ENV!=="production"?m({},g.default.propTypes,{classNames:$.classNamesShape,onEnter:v.func,onEntering:v.func,onEntered:v.func,onExit:v.func,onExiting:v.func,onExited:v.func}):{};module.exports=C;
|
|
2
2
|
//# sourceMappingURL=CSSTransition.cjs.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import C from "../../@babel/runtime/helpers/esm/extends.es.js";
|
|
2
2
|
import x from "../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js";
|
|
3
3
|
import N from "../../@babel/runtime/helpers/esm/inheritsLoose.es.js";
|
|
4
|
-
import v from "../../../../_virtual/index.
|
|
4
|
+
import v from "../../../../_virtual/index.es3.js";
|
|
5
5
|
import A from "../../dom-helpers/esm/addClass.es.js";
|
|
6
6
|
import _ from "../../dom-helpers/esm/removeClass.es.js";
|
|
7
7
|
import c from "react";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const D=require("../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs.js"),C=require("../../@babel/runtime/helpers/esm/inheritsLoose.cjs.js"),o=require("../../../../_virtual/index.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const D=require("../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs.js"),C=require("../../@babel/runtime/helpers/esm/inheritsLoose.cjs.js"),o=require("../../../../_virtual/index.cjs3.js"),v=require("react"),N=require("react-dom"),S=require("./config.cjs.js"),R=require("./utils/PropTypes.cjs.js"),O=require("./TransitionGroupContext.cjs.js"),k=require("./utils/reflow.cjs.js");var x="unmounted",p="exited",f="entering",c="entered",T="exiting",l=function(d){C(u,d);function u(i,e){var t;t=d.call(this,i,e)||this;var n=e,r=n&&!n.isMounting?i.enter:i.appear,a;return t.appearStatus=null,i.in?r?(a=p,t.appearStatus=f):a=c:i.unmountOnExit||i.mountOnEnter?a=x:a=p,t.state={status:a},t.nextCallback=null,t}u.getDerivedStateFromProps=function(e,t){var n=e.in;return n&&t.status===x?{status:p}:null};var s=u.prototype;return s.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},s.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==f&&n!==c&&(t=f):(n===f||n===c)&&(t=T)}this.updateStatus(!1,t)},s.componentWillUnmount=function(){this.cancelNextCallback()},s.getTimeouts=function(){var e=this.props.timeout,t,n,r;return t=n=r=e,e!=null&&typeof e!="number"&&(t=e.exit,n=e.enter,r=e.appear!==void 0?e.appear:n),{exit:t,enter:n,appear:r}},s.updateStatus=function(e,t){if(e===void 0&&(e=!1),t!==null)if(this.cancelNextCallback(),t===f){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:N.findDOMNode(this);n&&k.forceReflow(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===p&&this.setState({status:x})},s.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,a=this.props.nodeRef?[r]:[N.findDOMNode(this),r],E=a[0],m=a[1],b=this.getTimeouts(),g=r?b.appear:b.enter;if(!e&&!n||S.disabled){this.safeSetState({status:c},function(){t.props.onEntered(E)});return}this.props.onEnter(E,m),this.safeSetState({status:f},function(){t.props.onEntering(E,m),t.onTransitionEnd(g,function(){t.safeSetState({status:c},function(){t.props.onEntered(E,m)})})})},s.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:N.findDOMNode(this);if(!t||S.disabled){this.safeSetState({status:p},function(){e.props.onExited(r)});return}this.props.onExit(r),this.safeSetState({status:T},function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,function(){e.safeSetState({status:p},function(){e.props.onExited(r)})})})},s.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},s.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},s.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},s.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:N.findDOMNode(this),r=e==null&&!this.props.addEndListener;if(!n||r){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var a=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],E=a[0],m=a[1];this.props.addEndListener(E,m)}e!=null&&setTimeout(this.nextCallback,e)},s.render=function(){var e=this.state.status;if(e===x)return null;var t=this.props,n=t.children;t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef;var r=D(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return v.createElement(O.Provider,{value:null},typeof n=="function"?n(e,r):v.cloneElement(v.Children.only(n),r))},u}(v.Component);l.contextType=O;l.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:o.shape({current:typeof Element>"u"?o.any:function(d,u,s,i,e,t){var n=d[u];return o.instanceOf(n&&"ownerDocument"in n?n.ownerDocument.defaultView.Element:Element)(d,u,s,i,e,t)}}),children:o.oneOfType([o.func.isRequired,o.element.isRequired]).isRequired,in:o.bool,mountOnEnter:o.bool,unmountOnExit:o.bool,appear:o.bool,enter:o.bool,exit:o.bool,timeout:function(u){var s=R.timeoutsShape;u.addEndListener||(s=s.isRequired);for(var i=arguments.length,e=new Array(i>1?i-1:0),t=1;t<i;t++)e[t-1]=arguments[t];return s.apply(void 0,[u].concat(e))},addEndListener:o.func,onEnter:o.func,onEntering:o.func,onEntered:o.func,onExit:o.func,onExiting:o.func,onExited:o.func}:{};function h(){}l.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:h,onEntering:h,onEntered:h,onExit:h,onExiting:h,onExited:h};l.UNMOUNTED=x;l.EXITED=p;l.ENTERING=f;l.ENTERED=c;l.EXITING=T;exports.ENTERED=c;exports.ENTERING=f;exports.EXITED=p;exports.EXITING=T;exports.UNMOUNTED=x;exports.default=l;
|
|
2
2
|
//# sourceMappingURL=Transition.cjs.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import C from "../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js";
|
|
2
2
|
import D from "../../@babel/runtime/helpers/esm/inheritsLoose.es.js";
|
|
3
|
-
import o from "../../../../_virtual/index.
|
|
3
|
+
import o from "../../../../_virtual/index.es3.js";
|
|
4
4
|
import v from "react";
|
|
5
5
|
import b from "react-dom";
|
|
6
6
|
import T from "./config.es.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../../../_virtual/index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../../../_virtual/index.cjs3.js");var t=process.env.NODE_ENV!=="production"?e.oneOfType([e.number,e.shape({enter:e.number,exit:e.number,appear:e.number}).isRequired]):null,n=process.env.NODE_ENV!=="production"?e.oneOfType([e.string,e.shape({enter:e.string,exit:e.string,active:e.string}),e.shape({enter:e.string,enterDone:e.string,enterActive:e.string,exit:e.string,exitDone:e.string,exitActive:e.string})]):null;exports.classNamesShape=n;exports.timeoutsShape=t;
|
|
2
2
|
//# sourceMappingURL=PropTypes.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.cjs.js","sources":["../../../../../src/api/generated/actions.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n listAvailableActionsForContext: build.mutation<\n ListAvailableActionsForContextApiResponse,\n ListAvailableActionsForContextApiArg\n >({\n query: (queryArg) => ({\n url: `/api/actions/list`,\n method: 'POST',\n body: queryArg.actionContext,\n params: {\n mode: queryArg.mode,\n variant: queryArg.variant,\n },\n }),\n }),\n listAllActions: build.query<ListAllActionsApiResponse, ListAllActionsApiArg>({\n query: () => ({ url: `/api/actions/manage` }),\n }),\n configureAction: build.mutation<ConfigureActionApiResponse, ConfigureActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/config`,\n method: 'POST',\n body: queryArg.actionConfig,\n params: {\n addonName: queryArg.addonName,\n addonVersion: queryArg.addonVersion,\n variant: queryArg.variant,\n identifier: queryArg.identifier,\n },\n }),\n }),\n executeAction: build.mutation<ExecuteActionApiResponse, ExecuteActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/execute`,\n method: 'POST',\n body: queryArg.actionContext,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n params: {\n addonName: queryArg.addonName,\n addonVersion: queryArg.addonVersion,\n variant: queryArg.variant,\n identifier: queryArg.identifier,\n },\n }),\n }),\n takeAction: build.query<TakeActionApiResponse, TakeActionApiArg>({\n query: (queryArg) => ({ url: `/api/actions/take/${queryArg.token}` }),\n }),\n abortAction: build.mutation<AbortActionApiResponse, AbortActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/abort/${queryArg.token}`,\n method: 'POST',\n body: queryArg.abortRequestModel,\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type ListAvailableActionsForContextApiResponse =\n /** status 200 Successful Response */ AvailableActionsListModel\nexport type ListAvailableActionsForContextApiArg = {\n mode?: 'simple' | 'dynamic' | 'all'\n variant?: string\n actionContext: ActionContext\n}\nexport type ListAllActionsApiResponse = /** status 200 Successful Response */ BaseActionManifest[]\nexport type ListAllActionsApiArg = void\nexport type ConfigureActionApiResponse = /** status 200 Successful Response */ object\nexport type ConfigureActionApiArg = {\n addonName: string\n addonVersion: string\n variant?: string\n identifier: string\n actionConfig: ActionConfig\n}\nexport type ExecuteActionApiResponse = /** status 200 Successful Response */ ExecuteResponseModel\nexport type ExecuteActionApiArg = {\n addonName: string\n addonVersion: string\n variant?: string\n identifier: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n actionContext: ActionContext\n}\nexport type TakeActionApiResponse = /** status 200 Successful Response */ TakeResponseModel\nexport type TakeActionApiArg = {\n token: string\n}\nexport type AbortActionApiResponse = /** status 200 Successful Response */ any\nexport type AbortActionApiArg = {\n token: string\n abortRequestModel: AbortRequestModel\n}\nexport type IconModel = {\n type?: 'material-symbols' | 'url'\n /** The name of the icon (for type material-symbols) */\n name?: string\n /** The color of the icon (for type material-symbols) */\n color?: string\n /** The URL of the icon (for type url) */\n url?: string\n}\nexport type FormSelectOption = {\n value: string\n label: string\n icon?: string\n color?: string\n badges?: string[]\n}\nexport type SimpleFormField = {\n type: 'text' | 'boolean' | 'select' | 'multiselect' | 'hidden' | 'integer' | 'float' | 'label'\n name: string\n label?: string\n placeholder?: any\n value?: string | number | number | boolean | string[] | number[] | number[]\n regex?: string\n multiline?: boolean\n syntax?: string\n options?: FormSelectOption[]\n highlight?: 'info' | 'warning' | 'error'\n min?: number | number\n max?: number | number\n}\nexport type BaseActionManifest = {\n /** The identifier of the action */\n identifier: string\n /** Human-friendly name of the action */\n label: string\n /** The label of the group the action belongs to */\n groupLabel?: string\n /** Action category */\n category?: string\n /** The order of the action */\n order?: number\n /** An icon for the action */\n icon?: IconModel\n /** If true, the action is only available to admin users */\n adminOnly?: boolean\n /** If true, the action is only available to manager users */\n managerOnly?: boolean\n /** List of fields to be displayed in the action settings */\n configFields?: SimpleFormField[]\n /** Sort icon to the top */\n featured?: boolean\n /** The name of the addon providing the action */\n addonName?: string\n /** The version of the addon providing the action */\n addonVersion?: string\n /** The settings variant of the addon */\n variant?: string\n}\nexport type AvailableActionsListModel = {\n /** The list of available actions */\n actions?: BaseActionManifest[]\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type ActionContext = {\n /** The name of the project. If not provided, use global actions, the rest of the fields are ignored. */\n projectName?: string\n /** The type of the entity. Either a project level entity, 'list' or 'project' for project-wide actions. or None for global actions. */\n entityType?:\n | 'project'\n | 'list'\n | 'folder'\n | 'task'\n | 'product'\n | 'version'\n | 'representation'\n | 'workfile'\n /** List of subtypes present in the entity list */\n entitySubtypes?: string[]\n /** The IDs of the entities */\n entityIds?: string[]\n /** The data from the form */\n formData?: object\n}\nexport type ActionConfig = {\n /** The name of the project. If not provided, use global actions, the rest of the fields are ignored. */\n projectName?: string\n /** The type of the entity. Either a project level entity, 'list' or 'project' for project-wide actions. or None for global actions. */\n entityType?:\n | 'project'\n | 'list'\n | 'folder'\n | 'task'\n | 'product'\n | 'version'\n | 'representation'\n | 'workfile'\n /** List of subtypes present in the entity list */\n entitySubtypes?: string[]\n /** The IDs of the entities */\n entityIds?: string[]\n /** The data from the form */\n formData?: object\n /** The configuration of the action within the given context */\n value?: object\n}\nexport type ExecuteResponseModel = {\n /** The type of response */\n type?: 'form' | 'launcher' | 'navigate' | 'query' | 'redirect' | 'simple'\n /** Payload is still parsed even if the action failed, but the message is highlighted as an error.If the action execution is broken beyond repair, Raise an exception instead of returning a response. */\n success?: boolean\n /** The message to display */\n message?: string\n /** The payload of the response. Payload model is parsed by the client and its schema, is based on the type of action. */\n payload?: object\n}\nexport type TakeResponseModel = {\n eventId: string\n actionIdentifier: string\n args?: string[]\n context: ActionContext\n addonName: string\n addonVersion: string\n variant: string\n /** The user who initiated the action */\n userName: string\n}\nexport type AbortRequestModel = {\n message?: string\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":"yHACMA,EAAiBC,MAAI,gBAAgB,CACzC,UAAYC,IAAW,CACrB,+BAAgCA,EAAM,SAGpC,CACA,MAAQC,IAAc,CACpB,IAAK,oBACL,OAAQ,OACR,KAAMA,EAAS,cACf,OAAQ,CACN,KAAMA,EAAS,KACf,QAASA,EAAS,OAAA,CAEtB,EAAA,CACD,EACD,eAAgBD,EAAM,MAAuD,CAC3E,MAAO,KAAO,CAAE,IAAK,qBAAsB,EAAA,CAC5C,EACD,gBAAiBA,EAAM,SAA4D,CACjF,MAAQC,IAAc,CACpB,IAAK,sBACL,OAAQ,OACR,KAAMA,EAAS,aACf,OAAQ,CACN,UAAWA,EAAS,UACpB,aAAcA,EAAS,aACvB,QAASA,EAAS,QAClB,WAAYA,EAAS,UAAA,CAEzB,EAAA,CACD,EACD,cAAeD,EAAM,SAAwD,CAC3E,MAAQC,IAAc,CACpB,IAAK,uBACL,OAAQ,OACR,KAAMA,EAAS,cACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAC3C,EACA,OAAQ,CACN,UAAWA,EAAS,UACpB,aAAcA,EAAS,aACvB,QAASA,EAAS,QAClB,WAAYA,EAAS,UAAA,CAEzB,EAAA,CACD,EACD,WAAYD,EAAM,MAA+C,CAC/D,MAAQC,IAAc,CAAE,IAAK,qBAAqBA,EAAS,KAAK,EAAG,EAAA,CACpE,EACD,YAAaD,EAAM,SAAoD,CACrE,MAAQC,IAAc,CACpB,IAAK,sBAAsBA,EAAS,KAAK,GACzC,OAAQ,OACR,KAAMA,EAAS,iBACjB,EACD,CAAA,CAAA,GAEH,iBAAkB,EACpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"actions.cjs.js","sources":["../../../../../src/api/generated/actions.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n listAvailableActionsForContext: build.mutation<\n ListAvailableActionsForContextApiResponse,\n ListAvailableActionsForContextApiArg\n >({\n query: (queryArg) => ({\n url: `/api/actions/list`,\n method: 'POST',\n body: queryArg.actionContext,\n params: {\n mode: queryArg.mode,\n variant: queryArg.variant,\n },\n }),\n }),\n listAllActions: build.query<ListAllActionsApiResponse, ListAllActionsApiArg>({\n query: () => ({ url: `/api/actions/manage` }),\n }),\n configureAction: build.mutation<ConfigureActionApiResponse, ConfigureActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/config`,\n method: 'POST',\n body: queryArg.actionConfig,\n params: {\n addonName: queryArg.addonName,\n addonVersion: queryArg.addonVersion,\n variant: queryArg.variant,\n identifier: queryArg.identifier,\n },\n }),\n }),\n executeAction: build.mutation<ExecuteActionApiResponse, ExecuteActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/execute`,\n method: 'POST',\n body: queryArg.actionContext,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n params: {\n addonName: queryArg.addonName,\n addonVersion: queryArg.addonVersion,\n variant: queryArg.variant,\n identifier: queryArg.identifier,\n },\n }),\n }),\n takeAction: build.query<TakeActionApiResponse, TakeActionApiArg>({\n query: (queryArg) => ({ url: `/api/actions/take/${queryArg.token}` }),\n }),\n abortAction: build.mutation<AbortActionApiResponse, AbortActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/abort/${queryArg.token}`,\n method: 'POST',\n body: queryArg.abortRequestModel,\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type ListAvailableActionsForContextApiResponse =\n /** status 200 Successful Response */ AvailableActionsListModel\nexport type ListAvailableActionsForContextApiArg = {\n mode?: 'simple' | 'dynamic' | 'all'\n variant?: string\n actionContext: ActionContext\n}\nexport type ListAllActionsApiResponse = /** status 200 Successful Response */ BaseActionManifest[]\nexport type ListAllActionsApiArg = void\nexport type ConfigureActionApiResponse = /** status 200 Successful Response */ object\nexport type ConfigureActionApiArg = {\n addonName: string\n addonVersion: string\n variant?: string\n identifier: string\n actionConfig: ActionConfig\n}\nexport type ExecuteActionApiResponse = /** status 200 Successful Response */ ExecuteResponseModel\nexport type ExecuteActionApiArg = {\n addonName: string\n addonVersion: string\n variant?: string\n identifier: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n actionContext: ActionContext\n}\nexport type TakeActionApiResponse = /** status 200 Successful Response */ TakeResponseModel\nexport type TakeActionApiArg = {\n token: string\n}\nexport type AbortActionApiResponse = /** status 200 Successful Response */ any\nexport type AbortActionApiArg = {\n token: string\n abortRequestModel: AbortRequestModel\n}\nexport type IconModel = {\n type?: 'material-symbols' | 'url'\n /** The name of the icon (for type material-symbols) */\n name?: string\n /** The color of the icon (for type material-symbols) */\n color?: string\n /** The URL of the icon (for type url) */\n url?: string\n}\nexport type FormSelectOption = {\n value: string\n label: string\n icon?: string\n color?: string\n badges?: string[]\n}\nexport type SimpleFormField = {\n type: 'text' | 'boolean' | 'select' | 'multiselect' | 'hidden' | 'integer' | 'float' | 'label'\n name: string\n label?: string\n placeholder?: any\n value?: string | number | number | boolean | string[] | number[] | number[]\n regex?: string\n multiline?: boolean\n syntax?: string\n options?: FormSelectOption[]\n highlight?: 'info' | 'warning' | 'error'\n min?: number | number\n max?: number | number\n}\nexport type BaseActionManifest = {\n /** The identifier of the action */\n identifier: string\n /** Human-friendly name of the action */\n label: string\n /** A short description of the action */\n description?: string\n /** The label of the group the action belongs to */\n groupLabel?: string\n /** Action category */\n category?: string\n /** The order of the action */\n order?: number\n /** An icon for the action */\n icon?: IconModel\n /** If true, the action is only available to admin users */\n adminOnly?: boolean\n /** If true, the action is only available to manager users */\n managerOnly?: boolean\n /** List of fields to be displayed in the action settings */\n configFields?: SimpleFormField[]\n /** Sort icon to the top */\n featured?: boolean\n /** The name of the addon providing the action */\n addonName?: string\n /** The version of the addon providing the action */\n addonVersion?: string\n /** The settings variant of the addon */\n variant?: string\n}\nexport type AvailableActionsListModel = {\n /** The list of available actions */\n actions?: BaseActionManifest[]\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type ActionContext = {\n /** The name of the project. If not provided, use global actions, the rest of the fields are ignored. */\n projectName?: string\n /** The type of the entity. Either a project level entity, 'list' or 'project' for project-wide actions. or None for global actions. */\n entityType?:\n | 'project'\n | 'list'\n | 'folder'\n | 'task'\n | 'product'\n | 'version'\n | 'representation'\n | 'workfile'\n /** List of subtypes present in the entity list */\n entitySubtypes?: string[]\n /** The IDs of the entities */\n entityIds?: string[]\n /** The data from the form */\n formData?: object\n}\nexport type ActionConfig = {\n /** The name of the project. If not provided, use global actions, the rest of the fields are ignored. */\n projectName?: string\n /** The type of the entity. Either a project level entity, 'list' or 'project' for project-wide actions. or None for global actions. */\n entityType?:\n | 'project'\n | 'list'\n | 'folder'\n | 'task'\n | 'product'\n | 'version'\n | 'representation'\n | 'workfile'\n /** List of subtypes present in the entity list */\n entitySubtypes?: string[]\n /** The IDs of the entities */\n entityIds?: string[]\n /** The data from the form */\n formData?: object\n /** The configuration of the action within the given context */\n value?: object\n}\nexport type ExecuteResponseModel = {\n /** The type of response */\n type?: 'form' | 'launcher' | 'navigate' | 'query' | 'redirect' | 'simple'\n /** Payload is still parsed even if the action failed, but the message is highlighted as an error.If the action execution is broken beyond repair, Raise an exception instead of returning a response. */\n success?: boolean\n /** The message to display */\n message?: string\n /** The payload of the response. Payload model is parsed by the client and its schema, is based on the type of action. */\n payload?: object\n}\nexport type TakeResponseModel = {\n eventId: string\n actionIdentifier: string\n args?: string[]\n context: ActionContext\n addonName: string\n addonVersion: string\n variant: string\n /** The user who initiated the action */\n userName: string\n}\nexport type AbortRequestModel = {\n message?: string\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":"yHACMA,EAAiBC,MAAI,gBAAgB,CACzC,UAAYC,IAAW,CACrB,+BAAgCA,EAAM,SAGpC,CACA,MAAQC,IAAc,CACpB,IAAK,oBACL,OAAQ,OACR,KAAMA,EAAS,cACf,OAAQ,CACN,KAAMA,EAAS,KACf,QAASA,EAAS,OAAA,CAEtB,EAAA,CACD,EACD,eAAgBD,EAAM,MAAuD,CAC3E,MAAO,KAAO,CAAE,IAAK,qBAAsB,EAAA,CAC5C,EACD,gBAAiBA,EAAM,SAA4D,CACjF,MAAQC,IAAc,CACpB,IAAK,sBACL,OAAQ,OACR,KAAMA,EAAS,aACf,OAAQ,CACN,UAAWA,EAAS,UACpB,aAAcA,EAAS,aACvB,QAASA,EAAS,QAClB,WAAYA,EAAS,UAAA,CAEzB,EAAA,CACD,EACD,cAAeD,EAAM,SAAwD,CAC3E,MAAQC,IAAc,CACpB,IAAK,uBACL,OAAQ,OACR,KAAMA,EAAS,cACf,QAAS,CACP,WAAYA,EAAS,UAAU,EAC/B,gBAAiBA,EAAS,eAAe,CAC3C,EACA,OAAQ,CACN,UAAWA,EAAS,UACpB,aAAcA,EAAS,aACvB,QAASA,EAAS,QAClB,WAAYA,EAAS,UAAA,CAEzB,EAAA,CACD,EACD,WAAYD,EAAM,MAA+C,CAC/D,MAAQC,IAAc,CAAE,IAAK,qBAAqBA,EAAS,KAAK,EAAG,EAAA,CACpE,EACD,YAAaD,EAAM,SAAoD,CACrE,MAAQC,IAAc,CACpB,IAAK,sBAAsBA,EAAS,KAAK,GACzC,OAAQ,OACR,KAAMA,EAAS,iBACjB,EACD,CAAA,CAAA,GAEH,iBAAkB,EACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.es.js","sources":["../../../../../src/api/generated/actions.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n listAvailableActionsForContext: build.mutation<\n ListAvailableActionsForContextApiResponse,\n ListAvailableActionsForContextApiArg\n >({\n query: (queryArg) => ({\n url: `/api/actions/list`,\n method: 'POST',\n body: queryArg.actionContext,\n params: {\n mode: queryArg.mode,\n variant: queryArg.variant,\n },\n }),\n }),\n listAllActions: build.query<ListAllActionsApiResponse, ListAllActionsApiArg>({\n query: () => ({ url: `/api/actions/manage` }),\n }),\n configureAction: build.mutation<ConfigureActionApiResponse, ConfigureActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/config`,\n method: 'POST',\n body: queryArg.actionConfig,\n params: {\n addonName: queryArg.addonName,\n addonVersion: queryArg.addonVersion,\n variant: queryArg.variant,\n identifier: queryArg.identifier,\n },\n }),\n }),\n executeAction: build.mutation<ExecuteActionApiResponse, ExecuteActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/execute`,\n method: 'POST',\n body: queryArg.actionContext,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n params: {\n addonName: queryArg.addonName,\n addonVersion: queryArg.addonVersion,\n variant: queryArg.variant,\n identifier: queryArg.identifier,\n },\n }),\n }),\n takeAction: build.query<TakeActionApiResponse, TakeActionApiArg>({\n query: (queryArg) => ({ url: `/api/actions/take/${queryArg.token}` }),\n }),\n abortAction: build.mutation<AbortActionApiResponse, AbortActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/abort/${queryArg.token}`,\n method: 'POST',\n body: queryArg.abortRequestModel,\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type ListAvailableActionsForContextApiResponse =\n /** status 200 Successful Response */ AvailableActionsListModel\nexport type ListAvailableActionsForContextApiArg = {\n mode?: 'simple' | 'dynamic' | 'all'\n variant?: string\n actionContext: ActionContext\n}\nexport type ListAllActionsApiResponse = /** status 200 Successful Response */ BaseActionManifest[]\nexport type ListAllActionsApiArg = void\nexport type ConfigureActionApiResponse = /** status 200 Successful Response */ object\nexport type ConfigureActionApiArg = {\n addonName: string\n addonVersion: string\n variant?: string\n identifier: string\n actionConfig: ActionConfig\n}\nexport type ExecuteActionApiResponse = /** status 200 Successful Response */ ExecuteResponseModel\nexport type ExecuteActionApiArg = {\n addonName: string\n addonVersion: string\n variant?: string\n identifier: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n actionContext: ActionContext\n}\nexport type TakeActionApiResponse = /** status 200 Successful Response */ TakeResponseModel\nexport type TakeActionApiArg = {\n token: string\n}\nexport type AbortActionApiResponse = /** status 200 Successful Response */ any\nexport type AbortActionApiArg = {\n token: string\n abortRequestModel: AbortRequestModel\n}\nexport type IconModel = {\n type?: 'material-symbols' | 'url'\n /** The name of the icon (for type material-symbols) */\n name?: string\n /** The color of the icon (for type material-symbols) */\n color?: string\n /** The URL of the icon (for type url) */\n url?: string\n}\nexport type FormSelectOption = {\n value: string\n label: string\n icon?: string\n color?: string\n badges?: string[]\n}\nexport type SimpleFormField = {\n type: 'text' | 'boolean' | 'select' | 'multiselect' | 'hidden' | 'integer' | 'float' | 'label'\n name: string\n label?: string\n placeholder?: any\n value?: string | number | number | boolean | string[] | number[] | number[]\n regex?: string\n multiline?: boolean\n syntax?: string\n options?: FormSelectOption[]\n highlight?: 'info' | 'warning' | 'error'\n min?: number | number\n max?: number | number\n}\nexport type BaseActionManifest = {\n /** The identifier of the action */\n identifier: string\n /** Human-friendly name of the action */\n label: string\n /** The label of the group the action belongs to */\n groupLabel?: string\n /** Action category */\n category?: string\n /** The order of the action */\n order?: number\n /** An icon for the action */\n icon?: IconModel\n /** If true, the action is only available to admin users */\n adminOnly?: boolean\n /** If true, the action is only available to manager users */\n managerOnly?: boolean\n /** List of fields to be displayed in the action settings */\n configFields?: SimpleFormField[]\n /** Sort icon to the top */\n featured?: boolean\n /** The name of the addon providing the action */\n addonName?: string\n /** The version of the addon providing the action */\n addonVersion?: string\n /** The settings variant of the addon */\n variant?: string\n}\nexport type AvailableActionsListModel = {\n /** The list of available actions */\n actions?: BaseActionManifest[]\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type ActionContext = {\n /** The name of the project. If not provided, use global actions, the rest of the fields are ignored. */\n projectName?: string\n /** The type of the entity. Either a project level entity, 'list' or 'project' for project-wide actions. or None for global actions. */\n entityType?:\n | 'project'\n | 'list'\n | 'folder'\n | 'task'\n | 'product'\n | 'version'\n | 'representation'\n | 'workfile'\n /** List of subtypes present in the entity list */\n entitySubtypes?: string[]\n /** The IDs of the entities */\n entityIds?: string[]\n /** The data from the form */\n formData?: object\n}\nexport type ActionConfig = {\n /** The name of the project. If not provided, use global actions, the rest of the fields are ignored. */\n projectName?: string\n /** The type of the entity. Either a project level entity, 'list' or 'project' for project-wide actions. or None for global actions. */\n entityType?:\n | 'project'\n | 'list'\n | 'folder'\n | 'task'\n | 'product'\n | 'version'\n | 'representation'\n | 'workfile'\n /** List of subtypes present in the entity list */\n entitySubtypes?: string[]\n /** The IDs of the entities */\n entityIds?: string[]\n /** The data from the form */\n formData?: object\n /** The configuration of the action within the given context */\n value?: object\n}\nexport type ExecuteResponseModel = {\n /** The type of response */\n type?: 'form' | 'launcher' | 'navigate' | 'query' | 'redirect' | 'simple'\n /** Payload is still parsed even if the action failed, but the message is highlighted as an error.If the action execution is broken beyond repair, Raise an exception instead of returning a response. */\n success?: boolean\n /** The message to display */\n message?: string\n /** The payload of the response. Payload model is parsed by the client and its schema, is based on the type of action. */\n payload?: object\n}\nexport type TakeResponseModel = {\n eventId: string\n actionIdentifier: string\n args?: string[]\n context: ActionContext\n addonName: string\n addonVersion: string\n variant: string\n /** The user who initiated the action */\n userName: string\n}\nexport type AbortRequestModel = {\n message?: string\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":";AACM,MAAAA,IAAiBC,EAAI,gBAAgB;AAAA,EACzC,WAAW,CAACC,OAAW;AAAA,IACrB,gCAAgCA,EAAM,SAGpC;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,QAAQ;AAAA,UACN,MAAMA,EAAS;AAAA,UACf,SAASA,EAAS;AAAA,QAAA;AAAA,MAEtB;AAAA,IAAA,CACD;AAAA,IACD,gBAAgBD,EAAM,MAAuD;AAAA,MAC3E,OAAO,OAAO,EAAE,KAAK,sBAAsB;AAAA,IAAA,CAC5C;AAAA,IACD,iBAAiBA,EAAM,SAA4D;AAAA,MACjF,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,QAAQ;AAAA,UACN,WAAWA,EAAS;AAAA,UACpB,cAAcA,EAAS;AAAA,UACvB,SAASA,EAAS;AAAA,UAClB,YAAYA,EAAS;AAAA,QAAA;AAAA,MAEzB;AAAA,IAAA,CACD;AAAA,IACD,eAAeD,EAAM,SAAwD;AAAA,MAC3E,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAC3C;AAAA,QACA,QAAQ;AAAA,UACN,WAAWA,EAAS;AAAA,UACpB,cAAcA,EAAS;AAAA,UACvB,SAASA,EAAS;AAAA,UAClB,YAAYA,EAAS;AAAA,QAAA;AAAA,MAEzB;AAAA,IAAA,CACD;AAAA,IACD,YAAYD,EAAM,MAA+C;AAAA,MAC/D,OAAO,CAACC,OAAc,EAAE,KAAK,qBAAqBA,EAAS,KAAK,GAAG;AAAA,IAAA,CACpE;AAAA,IACD,aAAaD,EAAM,SAAoD;AAAA,MACrE,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,sBAAsBA,EAAS,KAAK;AAAA,QACzC,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IACD,CAAA;AAAA,EAAA;AAAA,EAEH,kBAAkB;AACpB,CAAC;"}
|
|
1
|
+
{"version":3,"file":"actions.es.js","sources":["../../../../../src/api/generated/actions.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n listAvailableActionsForContext: build.mutation<\n ListAvailableActionsForContextApiResponse,\n ListAvailableActionsForContextApiArg\n >({\n query: (queryArg) => ({\n url: `/api/actions/list`,\n method: 'POST',\n body: queryArg.actionContext,\n params: {\n mode: queryArg.mode,\n variant: queryArg.variant,\n },\n }),\n }),\n listAllActions: build.query<ListAllActionsApiResponse, ListAllActionsApiArg>({\n query: () => ({ url: `/api/actions/manage` }),\n }),\n configureAction: build.mutation<ConfigureActionApiResponse, ConfigureActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/config`,\n method: 'POST',\n body: queryArg.actionConfig,\n params: {\n addonName: queryArg.addonName,\n addonVersion: queryArg.addonVersion,\n variant: queryArg.variant,\n identifier: queryArg.identifier,\n },\n }),\n }),\n executeAction: build.mutation<ExecuteActionApiResponse, ExecuteActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/execute`,\n method: 'POST',\n body: queryArg.actionContext,\n headers: {\n 'x-sender': queryArg['x-sender'],\n 'x-sender-type': queryArg['x-sender-type'],\n },\n params: {\n addonName: queryArg.addonName,\n addonVersion: queryArg.addonVersion,\n variant: queryArg.variant,\n identifier: queryArg.identifier,\n },\n }),\n }),\n takeAction: build.query<TakeActionApiResponse, TakeActionApiArg>({\n query: (queryArg) => ({ url: `/api/actions/take/${queryArg.token}` }),\n }),\n abortAction: build.mutation<AbortActionApiResponse, AbortActionApiArg>({\n query: (queryArg) => ({\n url: `/api/actions/abort/${queryArg.token}`,\n method: 'POST',\n body: queryArg.abortRequestModel,\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type ListAvailableActionsForContextApiResponse =\n /** status 200 Successful Response */ AvailableActionsListModel\nexport type ListAvailableActionsForContextApiArg = {\n mode?: 'simple' | 'dynamic' | 'all'\n variant?: string\n actionContext: ActionContext\n}\nexport type ListAllActionsApiResponse = /** status 200 Successful Response */ BaseActionManifest[]\nexport type ListAllActionsApiArg = void\nexport type ConfigureActionApiResponse = /** status 200 Successful Response */ object\nexport type ConfigureActionApiArg = {\n addonName: string\n addonVersion: string\n variant?: string\n identifier: string\n actionConfig: ActionConfig\n}\nexport type ExecuteActionApiResponse = /** status 200 Successful Response */ ExecuteResponseModel\nexport type ExecuteActionApiArg = {\n addonName: string\n addonVersion: string\n variant?: string\n identifier: string\n 'x-sender'?: string\n 'x-sender-type'?: string\n actionContext: ActionContext\n}\nexport type TakeActionApiResponse = /** status 200 Successful Response */ TakeResponseModel\nexport type TakeActionApiArg = {\n token: string\n}\nexport type AbortActionApiResponse = /** status 200 Successful Response */ any\nexport type AbortActionApiArg = {\n token: string\n abortRequestModel: AbortRequestModel\n}\nexport type IconModel = {\n type?: 'material-symbols' | 'url'\n /** The name of the icon (for type material-symbols) */\n name?: string\n /** The color of the icon (for type material-symbols) */\n color?: string\n /** The URL of the icon (for type url) */\n url?: string\n}\nexport type FormSelectOption = {\n value: string\n label: string\n icon?: string\n color?: string\n badges?: string[]\n}\nexport type SimpleFormField = {\n type: 'text' | 'boolean' | 'select' | 'multiselect' | 'hidden' | 'integer' | 'float' | 'label'\n name: string\n label?: string\n placeholder?: any\n value?: string | number | number | boolean | string[] | number[] | number[]\n regex?: string\n multiline?: boolean\n syntax?: string\n options?: FormSelectOption[]\n highlight?: 'info' | 'warning' | 'error'\n min?: number | number\n max?: number | number\n}\nexport type BaseActionManifest = {\n /** The identifier of the action */\n identifier: string\n /** Human-friendly name of the action */\n label: string\n /** A short description of the action */\n description?: string\n /** The label of the group the action belongs to */\n groupLabel?: string\n /** Action category */\n category?: string\n /** The order of the action */\n order?: number\n /** An icon for the action */\n icon?: IconModel\n /** If true, the action is only available to admin users */\n adminOnly?: boolean\n /** If true, the action is only available to manager users */\n managerOnly?: boolean\n /** List of fields to be displayed in the action settings */\n configFields?: SimpleFormField[]\n /** Sort icon to the top */\n featured?: boolean\n /** The name of the addon providing the action */\n addonName?: string\n /** The version of the addon providing the action */\n addonVersion?: string\n /** The settings variant of the addon */\n variant?: string\n}\nexport type AvailableActionsListModel = {\n /** The list of available actions */\n actions?: BaseActionManifest[]\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type ActionContext = {\n /** The name of the project. If not provided, use global actions, the rest of the fields are ignored. */\n projectName?: string\n /** The type of the entity. Either a project level entity, 'list' or 'project' for project-wide actions. or None for global actions. */\n entityType?:\n | 'project'\n | 'list'\n | 'folder'\n | 'task'\n | 'product'\n | 'version'\n | 'representation'\n | 'workfile'\n /** List of subtypes present in the entity list */\n entitySubtypes?: string[]\n /** The IDs of the entities */\n entityIds?: string[]\n /** The data from the form */\n formData?: object\n}\nexport type ActionConfig = {\n /** The name of the project. If not provided, use global actions, the rest of the fields are ignored. */\n projectName?: string\n /** The type of the entity. Either a project level entity, 'list' or 'project' for project-wide actions. or None for global actions. */\n entityType?:\n | 'project'\n | 'list'\n | 'folder'\n | 'task'\n | 'product'\n | 'version'\n | 'representation'\n | 'workfile'\n /** List of subtypes present in the entity list */\n entitySubtypes?: string[]\n /** The IDs of the entities */\n entityIds?: string[]\n /** The data from the form */\n formData?: object\n /** The configuration of the action within the given context */\n value?: object\n}\nexport type ExecuteResponseModel = {\n /** The type of response */\n type?: 'form' | 'launcher' | 'navigate' | 'query' | 'redirect' | 'simple'\n /** Payload is still parsed even if the action failed, but the message is highlighted as an error.If the action execution is broken beyond repair, Raise an exception instead of returning a response. */\n success?: boolean\n /** The message to display */\n message?: string\n /** The payload of the response. Payload model is parsed by the client and its schema, is based on the type of action. */\n payload?: object\n}\nexport type TakeResponseModel = {\n eventId: string\n actionIdentifier: string\n args?: string[]\n context: ActionContext\n addonName: string\n addonVersion: string\n variant: string\n /** The user who initiated the action */\n userName: string\n}\nexport type AbortRequestModel = {\n message?: string\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":";AACM,MAAAA,IAAiBC,EAAI,gBAAgB;AAAA,EACzC,WAAW,CAACC,OAAW;AAAA,IACrB,gCAAgCA,EAAM,SAGpC;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,QAAQ;AAAA,UACN,MAAMA,EAAS;AAAA,UACf,SAASA,EAAS;AAAA,QAAA;AAAA,MAEtB;AAAA,IAAA,CACD;AAAA,IACD,gBAAgBD,EAAM,MAAuD;AAAA,MAC3E,OAAO,OAAO,EAAE,KAAK,sBAAsB;AAAA,IAAA,CAC5C;AAAA,IACD,iBAAiBA,EAAM,SAA4D;AAAA,MACjF,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,QAAQ;AAAA,UACN,WAAWA,EAAS;AAAA,UACpB,cAAcA,EAAS;AAAA,UACvB,SAASA,EAAS;AAAA,UAClB,YAAYA,EAAS;AAAA,QAAA;AAAA,MAEzB;AAAA,IAAA,CACD;AAAA,IACD,eAAeD,EAAM,SAAwD;AAAA,MAC3E,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,QACf,SAAS;AAAA,UACP,YAAYA,EAAS,UAAU;AAAA,UAC/B,iBAAiBA,EAAS,eAAe;AAAA,QAC3C;AAAA,QACA,QAAQ;AAAA,UACN,WAAWA,EAAS;AAAA,UACpB,cAAcA,EAAS;AAAA,UACvB,SAASA,EAAS;AAAA,UAClB,YAAYA,EAAS;AAAA,QAAA;AAAA,MAEzB;AAAA,IAAA,CACD;AAAA,IACD,YAAYD,EAAM,MAA+C;AAAA,MAC/D,OAAO,CAACC,OAAc,EAAE,KAAK,qBAAqBA,EAAS,KAAK,GAAG;AAAA,IAAA,CACpE;AAAA,IACD,aAAaD,EAAM,SAAoD;AAAA,MACrE,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,sBAAsBA,EAAS,KAAK;AAAA,QACzC,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IACD,CAAA;AAAA,EAAA;AAAA,EAEH,kBAAkB;AACpB,CAAC;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attributes.cjs.js","sources":["../../../../../src/api/generated/attributes.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n getAttributeList: build.query<GetAttributeListApiResponse, GetAttributeListApiArg>({\n query: () => ({ url: `/api/attributes` }),\n }),\n setAttributeList: build.mutation<SetAttributeListApiResponse, SetAttributeListApiArg>({\n query: (queryArg) => ({\n url: `/api/attributes`,\n method: 'PUT',\n body: queryArg.setAttributeListModel,\n }),\n }),\n getAttributeConfig: build.query<GetAttributeConfigApiResponse, GetAttributeConfigApiArg>({\n query: (queryArg) => ({ url: `/api/attributes/${queryArg.attributeName}` }),\n }),\n setAttributeConfig: build.mutation<SetAttributeConfigApiResponse, SetAttributeConfigApiArg>({\n query: (queryArg) => ({\n url: `/api/attributes/${queryArg.attributeName}`,\n method: 'PUT',\n body: queryArg.attributePutModel,\n }),\n }),\n deleteAttribute: build.mutation<DeleteAttributeApiResponse, DeleteAttributeApiArg>({\n query: (queryArg) => ({ url: `/api/attributes/${queryArg.attributeName}`, method: 'DELETE' }),\n }),\n patchAttributeConfig: build.mutation<\n PatchAttributeConfigApiResponse,\n PatchAttributeConfigApiArg\n >({\n query: (queryArg) => ({\n url: `/api/attributes/${queryArg.attributeName}`,\n method: 'PATCH',\n body: queryArg.attributePatchModel,\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type GetAttributeListApiResponse =\n /** status 200 Successful Response */ GetAttributeListModel\nexport type GetAttributeListApiArg = void\nexport type SetAttributeListApiResponse = unknown\nexport type SetAttributeListApiArg = {\n setAttributeListModel: SetAttributeListModel\n}\nexport type GetAttributeConfigApiResponse = /** status 200 Successful Response */ AttributeModel\nexport type GetAttributeConfigApiArg = {\n attributeName: string\n}\nexport type SetAttributeConfigApiResponse = unknown\nexport type SetAttributeConfigApiArg = {\n attributeName: string\n attributePutModel: AttributePutModel\n}\nexport type DeleteAttributeApiResponse = unknown\nexport type DeleteAttributeApiArg = {\n attributeName: string\n}\nexport type PatchAttributeConfigApiResponse = unknown\nexport type PatchAttributeConfigApiArg = {\n attributeName: string\n attributePatchModel: AttributePatchModel\n}\nexport type
|
|
1
|
+
{"version":3,"file":"attributes.cjs.js","sources":["../../../../../src/api/generated/attributes.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n getAttributeList: build.query<GetAttributeListApiResponse, GetAttributeListApiArg>({\n query: () => ({ url: `/api/attributes` }),\n }),\n setAttributeList: build.mutation<SetAttributeListApiResponse, SetAttributeListApiArg>({\n query: (queryArg) => ({\n url: `/api/attributes`,\n method: 'PUT',\n body: queryArg.setAttributeListModel,\n }),\n }),\n getAttributeConfig: build.query<GetAttributeConfigApiResponse, GetAttributeConfigApiArg>({\n query: (queryArg) => ({ url: `/api/attributes/${queryArg.attributeName}` }),\n }),\n setAttributeConfig: build.mutation<SetAttributeConfigApiResponse, SetAttributeConfigApiArg>({\n query: (queryArg) => ({\n url: `/api/attributes/${queryArg.attributeName}`,\n method: 'PUT',\n body: queryArg.attributePutModel,\n }),\n }),\n deleteAttribute: build.mutation<DeleteAttributeApiResponse, DeleteAttributeApiArg>({\n query: (queryArg) => ({ url: `/api/attributes/${queryArg.attributeName}`, method: 'DELETE' }),\n }),\n patchAttributeConfig: build.mutation<\n PatchAttributeConfigApiResponse,\n PatchAttributeConfigApiArg\n >({\n query: (queryArg) => ({\n url: `/api/attributes/${queryArg.attributeName}`,\n method: 'PATCH',\n body: queryArg.attributePatchModel,\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type GetAttributeListApiResponse =\n /** status 200 Successful Response */ GetAttributeListModel\nexport type GetAttributeListApiArg = void\nexport type SetAttributeListApiResponse = unknown\nexport type SetAttributeListApiArg = {\n setAttributeListModel: SetAttributeListModel\n}\nexport type GetAttributeConfigApiResponse = /** status 200 Successful Response */ AttributeModel\nexport type GetAttributeConfigApiArg = {\n attributeName: string\n}\nexport type SetAttributeConfigApiResponse = unknown\nexport type SetAttributeConfigApiArg = {\n attributeName: string\n attributePutModel: AttributePutModel\n}\nexport type DeleteAttributeApiResponse = unknown\nexport type DeleteAttributeApiArg = {\n attributeName: string\n}\nexport type PatchAttributeConfigApiResponse = unknown\nexport type PatchAttributeConfigApiArg = {\n attributeName: string\n attributePatchModel: AttributePatchModel\n}\nexport type IconModel = {\n type?: 'material-symbols' | 'url'\n /** The name of the icon (for type material-symbols) */\n name?: string\n /** The color of the icon (for type material-symbols) */\n color?: string\n /** The URL of the icon (for type url) */\n url?: string\n}\nexport type EnumItem = {\n value: string | number | number | boolean\n label: string\n description?: string\n fulltext?: string[]\n group?: string\n /** Icon name (material symbol) or IconModel object */\n icon?: string | IconModel\n color?: string\n}\nexport type AttributeData = {\n /** Type of attribute value */\n type?:\n | 'string'\n | 'integer'\n | 'float'\n | 'boolean'\n | 'datetime'\n | 'list_of_strings'\n | 'list_of_integers'\n | 'list_of_any'\n | 'list_of_submodels'\n | 'dict'\n /** Nice, human readable title of the attribute */\n title?: string\n description?: string\n /** Example value of the field. */\n example?: any\n /** Default value for the attribute. Do not set for list types. */\n default?: any\n gt?: number | number\n ge?: number | number\n lt?: number | number\n le?: number | number\n minLength?: number\n maxLength?: number\n /** Minimum number of items in list type. */\n minItems?: number\n /** Only for list types. Maximum number of items in the list. */\n maxItems?: number\n /** Only for string types. The value must match this regex. */\n regex?: string\n /** List of enum items used for displaying select widgets */\n enum?: EnumItem[]\n /** Name of the function that provides enum values dynamically. */\n enumResolver?: string\n /** Settings passed to the enum resolver function. */\n enumResolverSettings?: object\n /** Inherit the attribute value from the parent entity. */\n inherit?: boolean\n}\nexport type AttributeModel = {\n name: string\n /** Default order */\n position: number\n /** List of entity types the attribute is available on */\n scope?: (\n | ('folder' | 'product' | 'version' | 'representation' | 'task' | 'workfile')\n | ('project' | 'user')\n | 'list'\n )[]\n data: AttributeData\n /** Is attribute builtin. Built-in attributes cannot be removed. */\n builtin?: boolean\n}\nexport type GetAttributeListModel = {\n attributes?: AttributeModel[]\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type SetAttributeListModel = {\n attributes?: AttributeModel[]\n /** Delete custom attributes not includedin the payload from the database. */\n deleteMissing?: boolean\n}\nexport type AttributePutModel = {\n /** Default order */\n position: number\n /** List of entity types the attribute is available on */\n scope?: (\n | ('folder' | 'product' | 'version' | 'representation' | 'task' | 'workfile')\n | ('project' | 'user')\n | 'list'\n )[]\n data: AttributeData\n}\nexport type AttributePatchModel = {\n /** Default order */\n position?: number\n /** List of entity types the attribute is available on */\n scope?: (\n | ('folder' | 'product' | 'version' | 'representation' | 'task' | 'workfile')\n | ('project' | 'user')\n | 'list'\n )[]\n data?: AttributeData\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":"yHACMA,EAAiBC,MAAI,gBAAgB,CACzC,UAAYC,IAAW,CACrB,iBAAkBA,EAAM,MAA2D,CACjF,MAAO,KAAO,CAAE,IAAK,iBAAkB,EAAA,CACxC,EACD,iBAAkBA,EAAM,SAA8D,CACpF,MAAQC,IAAc,CACpB,IAAK,kBACL,OAAQ,MACR,KAAMA,EAAS,qBACjB,EAAA,CACD,EACD,mBAAoBD,EAAM,MAA+D,CACvF,MAAQC,IAAc,CAAE,IAAK,mBAAmBA,EAAS,aAAa,EAAG,EAAA,CAC1E,EACD,mBAAoBD,EAAM,SAAkE,CAC1F,MAAQC,IAAc,CACpB,IAAK,mBAAmBA,EAAS,aAAa,GAC9C,OAAQ,MACR,KAAMA,EAAS,iBACjB,EAAA,CACD,EACD,gBAAiBD,EAAM,SAA4D,CACjF,MAAQC,IAAc,CAAE,IAAK,mBAAmBA,EAAS,aAAa,GAAI,OAAQ,QAAS,EAAA,CAC5F,EACD,qBAAsBD,EAAM,SAG1B,CACA,MAAQC,IAAc,CACpB,IAAK,mBAAmBA,EAAS,aAAa,GAC9C,OAAQ,QACR,KAAMA,EAAS,mBACjB,EACD,CAAA,CAAA,GAEH,iBAAkB,EACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attributes.es.js","sources":["../../../../../src/api/generated/attributes.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n getAttributeList: build.query<GetAttributeListApiResponse, GetAttributeListApiArg>({\n query: () => ({ url: `/api/attributes` }),\n }),\n setAttributeList: build.mutation<SetAttributeListApiResponse, SetAttributeListApiArg>({\n query: (queryArg) => ({\n url: `/api/attributes`,\n method: 'PUT',\n body: queryArg.setAttributeListModel,\n }),\n }),\n getAttributeConfig: build.query<GetAttributeConfigApiResponse, GetAttributeConfigApiArg>({\n query: (queryArg) => ({ url: `/api/attributes/${queryArg.attributeName}` }),\n }),\n setAttributeConfig: build.mutation<SetAttributeConfigApiResponse, SetAttributeConfigApiArg>({\n query: (queryArg) => ({\n url: `/api/attributes/${queryArg.attributeName}`,\n method: 'PUT',\n body: queryArg.attributePutModel,\n }),\n }),\n deleteAttribute: build.mutation<DeleteAttributeApiResponse, DeleteAttributeApiArg>({\n query: (queryArg) => ({ url: `/api/attributes/${queryArg.attributeName}`, method: 'DELETE' }),\n }),\n patchAttributeConfig: build.mutation<\n PatchAttributeConfigApiResponse,\n PatchAttributeConfigApiArg\n >({\n query: (queryArg) => ({\n url: `/api/attributes/${queryArg.attributeName}`,\n method: 'PATCH',\n body: queryArg.attributePatchModel,\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type GetAttributeListApiResponse =\n /** status 200 Successful Response */ GetAttributeListModel\nexport type GetAttributeListApiArg = void\nexport type SetAttributeListApiResponse = unknown\nexport type SetAttributeListApiArg = {\n setAttributeListModel: SetAttributeListModel\n}\nexport type GetAttributeConfigApiResponse = /** status 200 Successful Response */ AttributeModel\nexport type GetAttributeConfigApiArg = {\n attributeName: string\n}\nexport type SetAttributeConfigApiResponse = unknown\nexport type SetAttributeConfigApiArg = {\n attributeName: string\n attributePutModel: AttributePutModel\n}\nexport type DeleteAttributeApiResponse = unknown\nexport type DeleteAttributeApiArg = {\n attributeName: string\n}\nexport type PatchAttributeConfigApiResponse = unknown\nexport type PatchAttributeConfigApiArg = {\n attributeName: string\n attributePatchModel: AttributePatchModel\n}\nexport type
|
|
1
|
+
{"version":3,"file":"attributes.es.js","sources":["../../../../../src/api/generated/attributes.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n getAttributeList: build.query<GetAttributeListApiResponse, GetAttributeListApiArg>({\n query: () => ({ url: `/api/attributes` }),\n }),\n setAttributeList: build.mutation<SetAttributeListApiResponse, SetAttributeListApiArg>({\n query: (queryArg) => ({\n url: `/api/attributes`,\n method: 'PUT',\n body: queryArg.setAttributeListModel,\n }),\n }),\n getAttributeConfig: build.query<GetAttributeConfigApiResponse, GetAttributeConfigApiArg>({\n query: (queryArg) => ({ url: `/api/attributes/${queryArg.attributeName}` }),\n }),\n setAttributeConfig: build.mutation<SetAttributeConfigApiResponse, SetAttributeConfigApiArg>({\n query: (queryArg) => ({\n url: `/api/attributes/${queryArg.attributeName}`,\n method: 'PUT',\n body: queryArg.attributePutModel,\n }),\n }),\n deleteAttribute: build.mutation<DeleteAttributeApiResponse, DeleteAttributeApiArg>({\n query: (queryArg) => ({ url: `/api/attributes/${queryArg.attributeName}`, method: 'DELETE' }),\n }),\n patchAttributeConfig: build.mutation<\n PatchAttributeConfigApiResponse,\n PatchAttributeConfigApiArg\n >({\n query: (queryArg) => ({\n url: `/api/attributes/${queryArg.attributeName}`,\n method: 'PATCH',\n body: queryArg.attributePatchModel,\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type GetAttributeListApiResponse =\n /** status 200 Successful Response */ GetAttributeListModel\nexport type GetAttributeListApiArg = void\nexport type SetAttributeListApiResponse = unknown\nexport type SetAttributeListApiArg = {\n setAttributeListModel: SetAttributeListModel\n}\nexport type GetAttributeConfigApiResponse = /** status 200 Successful Response */ AttributeModel\nexport type GetAttributeConfigApiArg = {\n attributeName: string\n}\nexport type SetAttributeConfigApiResponse = unknown\nexport type SetAttributeConfigApiArg = {\n attributeName: string\n attributePutModel: AttributePutModel\n}\nexport type DeleteAttributeApiResponse = unknown\nexport type DeleteAttributeApiArg = {\n attributeName: string\n}\nexport type PatchAttributeConfigApiResponse = unknown\nexport type PatchAttributeConfigApiArg = {\n attributeName: string\n attributePatchModel: AttributePatchModel\n}\nexport type IconModel = {\n type?: 'material-symbols' | 'url'\n /** The name of the icon (for type material-symbols) */\n name?: string\n /** The color of the icon (for type material-symbols) */\n color?: string\n /** The URL of the icon (for type url) */\n url?: string\n}\nexport type EnumItem = {\n value: string | number | number | boolean\n label: string\n description?: string\n fulltext?: string[]\n group?: string\n /** Icon name (material symbol) or IconModel object */\n icon?: string | IconModel\n color?: string\n}\nexport type AttributeData = {\n /** Type of attribute value */\n type?:\n | 'string'\n | 'integer'\n | 'float'\n | 'boolean'\n | 'datetime'\n | 'list_of_strings'\n | 'list_of_integers'\n | 'list_of_any'\n | 'list_of_submodels'\n | 'dict'\n /** Nice, human readable title of the attribute */\n title?: string\n description?: string\n /** Example value of the field. */\n example?: any\n /** Default value for the attribute. Do not set for list types. */\n default?: any\n gt?: number | number\n ge?: number | number\n lt?: number | number\n le?: number | number\n minLength?: number\n maxLength?: number\n /** Minimum number of items in list type. */\n minItems?: number\n /** Only for list types. Maximum number of items in the list. */\n maxItems?: number\n /** Only for string types. The value must match this regex. */\n regex?: string\n /** List of enum items used for displaying select widgets */\n enum?: EnumItem[]\n /** Name of the function that provides enum values dynamically. */\n enumResolver?: string\n /** Settings passed to the enum resolver function. */\n enumResolverSettings?: object\n /** Inherit the attribute value from the parent entity. */\n inherit?: boolean\n}\nexport type AttributeModel = {\n name: string\n /** Default order */\n position: number\n /** List of entity types the attribute is available on */\n scope?: (\n | ('folder' | 'product' | 'version' | 'representation' | 'task' | 'workfile')\n | ('project' | 'user')\n | 'list'\n )[]\n data: AttributeData\n /** Is attribute builtin. Built-in attributes cannot be removed. */\n builtin?: boolean\n}\nexport type GetAttributeListModel = {\n attributes?: AttributeModel[]\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type SetAttributeListModel = {\n attributes?: AttributeModel[]\n /** Delete custom attributes not includedin the payload from the database. */\n deleteMissing?: boolean\n}\nexport type AttributePutModel = {\n /** Default order */\n position: number\n /** List of entity types the attribute is available on */\n scope?: (\n | ('folder' | 'product' | 'version' | 'representation' | 'task' | 'workfile')\n | ('project' | 'user')\n | 'list'\n )[]\n data: AttributeData\n}\nexport type AttributePatchModel = {\n /** Default order */\n position?: number\n /** List of entity types the attribute is available on */\n scope?: (\n | ('folder' | 'product' | 'version' | 'representation' | 'task' | 'workfile')\n | ('project' | 'user')\n | 'list'\n )[]\n data?: AttributeData\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":";AACM,MAAAA,IAAiBC,EAAI,gBAAgB;AAAA,EACzC,WAAW,CAACC,OAAW;AAAA,IACrB,kBAAkBA,EAAM,MAA2D;AAAA,MACjF,OAAO,OAAO,EAAE,KAAK,kBAAkB;AAAA,IAAA,CACxC;AAAA,IACD,kBAAkBA,EAAM,SAA8D;AAAA,MACpF,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IAAA,CACD;AAAA,IACD,oBAAoBD,EAAM,MAA+D;AAAA,MACvF,OAAO,CAACC,OAAc,EAAE,KAAK,mBAAmBA,EAAS,aAAa,GAAG;AAAA,IAAA,CAC1E;AAAA,IACD,oBAAoBD,EAAM,SAAkE;AAAA,MAC1F,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,mBAAmBA,EAAS,aAAa;AAAA,QAC9C,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IAAA,CACD;AAAA,IACD,iBAAiBD,EAAM,SAA4D;AAAA,MACjF,OAAO,CAACC,OAAc,EAAE,KAAK,mBAAmBA,EAAS,aAAa,IAAI,QAAQ,SAAS;AAAA,IAAA,CAC5F;AAAA,IACD,sBAAsBD,EAAM,SAG1B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,mBAAmBA,EAAS,aAAa;AAAA,QAC9C,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IACD,CAAA;AAAA,EAAA;AAAA,EAEH,kBAAkB;AACpB,CAAC;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication.cjs.js","sources":["../../../../../src/api/generated/authentication.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n login: build.mutation<LoginApiResponse, LoginApiArg>({\n query: (queryArg) => ({\n url: `/api/auth/login`,\n method: 'POST',\n body: queryArg.loginRequestModel,\n }),\n }),\n logout: build.mutation<LogoutApiResponse, LogoutApiArg>({\n query: () => ({ url: `/api/auth/logout`, method: 'POST' }),\n }),\n tokenAuthCallback: build.query<TokenAuthCallbackApiResponse, TokenAuthCallbackApiArg>({\n query: () => ({ url: `/api/auth/tokenauth` }),\n }),\n listActiveSessions: build.query<ListActiveSessionsApiResponse, ListActiveSessionsApiArg>({\n query: () => ({ url: `/api/auth/sessions` }),\n }),\n createSession: build.mutation<CreateSessionApiResponse, CreateSessionApiArg>({\n query: (queryArg) => ({\n url: `/api/auth/sessions`,\n method: 'POST',\n body: queryArg.createSessionRequest,\n }),\n }),\n getUserPools: build.query<GetUserPoolsApiResponse, GetUserPoolsApiArg>({\n query: () => ({ url: `/api/auth/pools` }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type LoginApiResponse = /** status 200 Successful Response */ LoginResponseModel\nexport type LoginApiArg = {\n loginRequestModel: LoginRequestModel\n}\nexport type LogoutApiResponse = /** status 200 Successful Response */ LogoutResponseModel\nexport type LogoutApiArg = void\nexport type TokenAuthCallbackApiResponse = /** status 200 Successful Response */ LoginResponseModel\nexport type TokenAuthCallbackApiArg = void\nexport type ListActiveSessionsApiResponse = /** status 200 Successful Response */ SessionModel[]\nexport type ListActiveSessionsApiArg = void\nexport type CreateSessionApiResponse = /** status 200 Successful Response */ SessionModel\nexport type CreateSessionApiArg = {\n createSessionRequest: CreateSessionRequest\n}\nexport type GetUserPoolsApiResponse = /** status 200 Successful Response */ UserPoolModel[]\nexport type GetUserPoolsApiArg = void\nexport type UserAttribModel = {\n fullName?: string\n email?: string\n avatarUrl?: string\n developerMode?: boolean\n}\nexport type UserModel = {\n /** Name is an unique id of the {entity_name} */\n name: string\n attrib?: UserAttribModel\n data?: Record<string, any>\n /** Whether the user is active */\n active?: boolean\n ownAttrib?: string[]\n /** Time of creation */\n createdAt?: string\n /** Time of last update */\n updatedAt?: string\n}\nexport type LoginResponseModel = {\n /** Text message, which may be displayed to the user */\n detail?: string\n error?: string\n token?: string\n user?: UserModel\n /** URL to redirect the user after login */\n redirectUrl?: string\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type LoginRequestModel = {\n /** Username */\n name: string\n /** Password */\n password: string\n}\nexport type LogoutResponseModel = {\n /** Text description, which may be displayed to the user */\n detail?: string\n}\nexport type LocationInfo = {\n country?: string\n subdivision?: string\n city?: string\n}\nexport type AgentInfo = {\n platform?: string\n client?: string\n device?: string\n}\nexport type ClientInfo = {\n ip: string\n languages?: string[]\n location?: LocationInfo\n agent?: AgentInfo\n site_id?: string\n}\nexport type SessionModel = {\n user: UserModel\n token: string\n created?: number\n lastUsed?: number\n isService?: boolean\n isApiKey?: boolean\n clientInfo?: ClientInfo\n}\nexport type CreateSessionRequest = {\n /** User name to create session for */\n userName?: string\n /** Message to log in event stream */\n message?: string\n}\nexport type UserPoolModel = {\n id: string\n label: string\n type: 'fixed' | 'metered'\n valid: boolean\n note: string\n exp: number\n max: number\n used: number\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":"yHACMA,EAAiBC,MAAI,gBAAgB,CACzC,UAAYC,IAAW,CACrB,MAAOA,EAAM,SAAwC,CACnD,MAAQC,IAAc,CACpB,IAAK,kBACL,OAAQ,OACR,KAAMA,EAAS,iBACjB,EAAA,CACD,EACD,OAAQD,EAAM,SAA0C,CACtD,MAAO,KAAO,CAAE,IAAK,mBAAoB,OAAQ,MAAO,EAAA,CACzD,EACD,kBAAmBA,EAAM,MAA6D,CACpF,MAAO,KAAO,CAAE,IAAK,qBAAsB,EAAA,CAC5C,EACD,mBAAoBA,EAAM,MAA+D,CACvF,MAAO,KAAO,CAAE,IAAK,oBAAqB,EAAA,CAC3C,EACD,cAAeA,EAAM,SAAwD,CAC3E,MAAQC,IAAc,CACpB,IAAK,qBACL,OAAQ,OACR,KAAMA,EAAS,oBACjB,EAAA,CACD,EACD,aAAcD,EAAM,MAAmD,CACrE,MAAO,KAAO,CAAE,IAAK,iBAAkB,EACxC,CAAA,CAAA,GAEH,iBAAkB,EACpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"authentication.cjs.js","sources":["../../../../../src/api/generated/authentication.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n login: build.mutation<LoginApiResponse, LoginApiArg>({\n query: (queryArg) => ({\n url: `/api/auth/login`,\n method: 'POST',\n body: queryArg.loginRequestModel,\n }),\n }),\n logout: build.mutation<LogoutApiResponse, LogoutApiArg>({\n query: () => ({ url: `/api/auth/logout`, method: 'POST' }),\n }),\n tokenAuthCallback: build.query<TokenAuthCallbackApiResponse, TokenAuthCallbackApiArg>({\n query: () => ({ url: `/api/auth/tokenauth` }),\n }),\n listActiveSessions: build.query<ListActiveSessionsApiResponse, ListActiveSessionsApiArg>({\n query: () => ({ url: `/api/auth/sessions` }),\n }),\n createSession: build.mutation<CreateSessionApiResponse, CreateSessionApiArg>({\n query: (queryArg) => ({\n url: `/api/auth/sessions`,\n method: 'POST',\n body: queryArg.createSessionRequest,\n }),\n }),\n getUserPools: build.query<GetUserPoolsApiResponse, GetUserPoolsApiArg>({\n query: () => ({ url: `/api/auth/pools` }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type LoginApiResponse = /** status 200 Successful Response */ LoginResponseModel\nexport type LoginApiArg = {\n loginRequestModel: LoginRequestModel\n}\nexport type LogoutApiResponse = /** status 200 Successful Response */ LogoutResponseModel\nexport type LogoutApiArg = void\nexport type TokenAuthCallbackApiResponse = /** status 200 Successful Response */ LoginResponseModel\nexport type TokenAuthCallbackApiArg = void\nexport type ListActiveSessionsApiResponse = /** status 200 Successful Response */ SessionModel[]\nexport type ListActiveSessionsApiArg = void\nexport type CreateSessionApiResponse = /** status 200 Successful Response */ SessionModel\nexport type CreateSessionApiArg = {\n createSessionRequest: CreateSessionRequest\n}\nexport type GetUserPoolsApiResponse = /** status 200 Successful Response */ UserPoolModel[]\nexport type GetUserPoolsApiArg = void\nexport type UserAttribModel = {\n fullName?: string\n email?: string\n avatarUrl?: string\n developerMode?: boolean\n}\nexport type UserModel = {\n /** Name is an unique id of the {entity_name} */\n name: string\n uiExposureLevel?: number\n attrib?: UserAttribModel\n data?: Record<string, any>\n /** Whether the user is active */\n active?: boolean\n ownAttrib?: string[]\n /** Time of creation */\n createdAt?: string\n /** Time of last update */\n updatedAt?: string\n}\nexport type LoginResponseModel = {\n /** Text message, which may be displayed to the user */\n detail?: string\n error?: string\n token?: string\n user?: UserModel\n /** URL to redirect the user after login */\n redirectUrl?: string\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type LoginRequestModel = {\n /** Username */\n name: string\n /** Password */\n password: string\n}\nexport type LogoutResponseModel = {\n /** Text description, which may be displayed to the user */\n detail?: string\n}\nexport type LocationInfo = {\n country?: string\n subdivision?: string\n city?: string\n}\nexport type AgentInfo = {\n platform?: string\n client?: string\n device?: string\n}\nexport type ClientInfo = {\n ip: string\n languages?: string[]\n location?: LocationInfo\n agent?: AgentInfo\n site_id?: string\n}\nexport type SessionModel = {\n user: UserModel\n token: string\n created?: number\n lastUsed?: number\n isService?: boolean\n isApiKey?: boolean\n clientInfo?: ClientInfo\n}\nexport type CreateSessionRequest = {\n /** User name to create session for */\n userName?: string\n /** Message to log in event stream */\n message?: string\n}\nexport type UserPoolModel = {\n id: string\n label: string\n type: 'fixed' | 'metered'\n valid: boolean\n note: string\n exp: number\n max: number\n used: number\n meta?: object\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":"yHACMA,EAAiBC,MAAI,gBAAgB,CACzC,UAAYC,IAAW,CACrB,MAAOA,EAAM,SAAwC,CACnD,MAAQC,IAAc,CACpB,IAAK,kBACL,OAAQ,OACR,KAAMA,EAAS,iBACjB,EAAA,CACD,EACD,OAAQD,EAAM,SAA0C,CACtD,MAAO,KAAO,CAAE,IAAK,mBAAoB,OAAQ,MAAO,EAAA,CACzD,EACD,kBAAmBA,EAAM,MAA6D,CACpF,MAAO,KAAO,CAAE,IAAK,qBAAsB,EAAA,CAC5C,EACD,mBAAoBA,EAAM,MAA+D,CACvF,MAAO,KAAO,CAAE,IAAK,oBAAqB,EAAA,CAC3C,EACD,cAAeA,EAAM,SAAwD,CAC3E,MAAQC,IAAc,CACpB,IAAK,qBACL,OAAQ,OACR,KAAMA,EAAS,oBACjB,EAAA,CACD,EACD,aAAcD,EAAM,MAAmD,CACrE,MAAO,KAAO,CAAE,IAAK,iBAAkB,EACxC,CAAA,CAAA,GAEH,iBAAkB,EACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication.es.js","sources":["../../../../../src/api/generated/authentication.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n login: build.mutation<LoginApiResponse, LoginApiArg>({\n query: (queryArg) => ({\n url: `/api/auth/login`,\n method: 'POST',\n body: queryArg.loginRequestModel,\n }),\n }),\n logout: build.mutation<LogoutApiResponse, LogoutApiArg>({\n query: () => ({ url: `/api/auth/logout`, method: 'POST' }),\n }),\n tokenAuthCallback: build.query<TokenAuthCallbackApiResponse, TokenAuthCallbackApiArg>({\n query: () => ({ url: `/api/auth/tokenauth` }),\n }),\n listActiveSessions: build.query<ListActiveSessionsApiResponse, ListActiveSessionsApiArg>({\n query: () => ({ url: `/api/auth/sessions` }),\n }),\n createSession: build.mutation<CreateSessionApiResponse, CreateSessionApiArg>({\n query: (queryArg) => ({\n url: `/api/auth/sessions`,\n method: 'POST',\n body: queryArg.createSessionRequest,\n }),\n }),\n getUserPools: build.query<GetUserPoolsApiResponse, GetUserPoolsApiArg>({\n query: () => ({ url: `/api/auth/pools` }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type LoginApiResponse = /** status 200 Successful Response */ LoginResponseModel\nexport type LoginApiArg = {\n loginRequestModel: LoginRequestModel\n}\nexport type LogoutApiResponse = /** status 200 Successful Response */ LogoutResponseModel\nexport type LogoutApiArg = void\nexport type TokenAuthCallbackApiResponse = /** status 200 Successful Response */ LoginResponseModel\nexport type TokenAuthCallbackApiArg = void\nexport type ListActiveSessionsApiResponse = /** status 200 Successful Response */ SessionModel[]\nexport type ListActiveSessionsApiArg = void\nexport type CreateSessionApiResponse = /** status 200 Successful Response */ SessionModel\nexport type CreateSessionApiArg = {\n createSessionRequest: CreateSessionRequest\n}\nexport type GetUserPoolsApiResponse = /** status 200 Successful Response */ UserPoolModel[]\nexport type GetUserPoolsApiArg = void\nexport type UserAttribModel = {\n fullName?: string\n email?: string\n avatarUrl?: string\n developerMode?: boolean\n}\nexport type UserModel = {\n /** Name is an unique id of the {entity_name} */\n name: string\n attrib?: UserAttribModel\n data?: Record<string, any>\n /** Whether the user is active */\n active?: boolean\n ownAttrib?: string[]\n /** Time of creation */\n createdAt?: string\n /** Time of last update */\n updatedAt?: string\n}\nexport type LoginResponseModel = {\n /** Text message, which may be displayed to the user */\n detail?: string\n error?: string\n token?: string\n user?: UserModel\n /** URL to redirect the user after login */\n redirectUrl?: string\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type LoginRequestModel = {\n /** Username */\n name: string\n /** Password */\n password: string\n}\nexport type LogoutResponseModel = {\n /** Text description, which may be displayed to the user */\n detail?: string\n}\nexport type LocationInfo = {\n country?: string\n subdivision?: string\n city?: string\n}\nexport type AgentInfo = {\n platform?: string\n client?: string\n device?: string\n}\nexport type ClientInfo = {\n ip: string\n languages?: string[]\n location?: LocationInfo\n agent?: AgentInfo\n site_id?: string\n}\nexport type SessionModel = {\n user: UserModel\n token: string\n created?: number\n lastUsed?: number\n isService?: boolean\n isApiKey?: boolean\n clientInfo?: ClientInfo\n}\nexport type CreateSessionRequest = {\n /** User name to create session for */\n userName?: string\n /** Message to log in event stream */\n message?: string\n}\nexport type UserPoolModel = {\n id: string\n label: string\n type: 'fixed' | 'metered'\n valid: boolean\n note: string\n exp: number\n max: number\n used: number\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":";AACM,MAAAA,IAAiBC,EAAI,gBAAgB;AAAA,EACzC,WAAW,CAACC,OAAW;AAAA,IACrB,OAAOA,EAAM,SAAwC;AAAA,MACnD,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IAAA,CACD;AAAA,IACD,QAAQD,EAAM,SAA0C;AAAA,MACtD,OAAO,OAAO,EAAE,KAAK,oBAAoB,QAAQ,OAAO;AAAA,IAAA,CACzD;AAAA,IACD,mBAAmBA,EAAM,MAA6D;AAAA,MACpF,OAAO,OAAO,EAAE,KAAK,sBAAsB;AAAA,IAAA,CAC5C;AAAA,IACD,oBAAoBA,EAAM,MAA+D;AAAA,MACvF,OAAO,OAAO,EAAE,KAAK,qBAAqB;AAAA,IAAA,CAC3C;AAAA,IACD,eAAeA,EAAM,SAAwD;AAAA,MAC3E,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IAAA,CACD;AAAA,IACD,cAAcD,EAAM,MAAmD;AAAA,MACrE,OAAO,OAAO,EAAE,KAAK,kBAAkB;AAAA,IACxC,CAAA;AAAA,EAAA;AAAA,EAEH,kBAAkB;AACpB,CAAC;"}
|
|
1
|
+
{"version":3,"file":"authentication.es.js","sources":["../../../../../src/api/generated/authentication.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n login: build.mutation<LoginApiResponse, LoginApiArg>({\n query: (queryArg) => ({\n url: `/api/auth/login`,\n method: 'POST',\n body: queryArg.loginRequestModel,\n }),\n }),\n logout: build.mutation<LogoutApiResponse, LogoutApiArg>({\n query: () => ({ url: `/api/auth/logout`, method: 'POST' }),\n }),\n tokenAuthCallback: build.query<TokenAuthCallbackApiResponse, TokenAuthCallbackApiArg>({\n query: () => ({ url: `/api/auth/tokenauth` }),\n }),\n listActiveSessions: build.query<ListActiveSessionsApiResponse, ListActiveSessionsApiArg>({\n query: () => ({ url: `/api/auth/sessions` }),\n }),\n createSession: build.mutation<CreateSessionApiResponse, CreateSessionApiArg>({\n query: (queryArg) => ({\n url: `/api/auth/sessions`,\n method: 'POST',\n body: queryArg.createSessionRequest,\n }),\n }),\n getUserPools: build.query<GetUserPoolsApiResponse, GetUserPoolsApiArg>({\n query: () => ({ url: `/api/auth/pools` }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type LoginApiResponse = /** status 200 Successful Response */ LoginResponseModel\nexport type LoginApiArg = {\n loginRequestModel: LoginRequestModel\n}\nexport type LogoutApiResponse = /** status 200 Successful Response */ LogoutResponseModel\nexport type LogoutApiArg = void\nexport type TokenAuthCallbackApiResponse = /** status 200 Successful Response */ LoginResponseModel\nexport type TokenAuthCallbackApiArg = void\nexport type ListActiveSessionsApiResponse = /** status 200 Successful Response */ SessionModel[]\nexport type ListActiveSessionsApiArg = void\nexport type CreateSessionApiResponse = /** status 200 Successful Response */ SessionModel\nexport type CreateSessionApiArg = {\n createSessionRequest: CreateSessionRequest\n}\nexport type GetUserPoolsApiResponse = /** status 200 Successful Response */ UserPoolModel[]\nexport type GetUserPoolsApiArg = void\nexport type UserAttribModel = {\n fullName?: string\n email?: string\n avatarUrl?: string\n developerMode?: boolean\n}\nexport type UserModel = {\n /** Name is an unique id of the {entity_name} */\n name: string\n uiExposureLevel?: number\n attrib?: UserAttribModel\n data?: Record<string, any>\n /** Whether the user is active */\n active?: boolean\n ownAttrib?: string[]\n /** Time of creation */\n createdAt?: string\n /** Time of last update */\n updatedAt?: string\n}\nexport type LoginResponseModel = {\n /** Text message, which may be displayed to the user */\n detail?: string\n error?: string\n token?: string\n user?: UserModel\n /** URL to redirect the user after login */\n redirectUrl?: string\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\nexport type LoginRequestModel = {\n /** Username */\n name: string\n /** Password */\n password: string\n}\nexport type LogoutResponseModel = {\n /** Text description, which may be displayed to the user */\n detail?: string\n}\nexport type LocationInfo = {\n country?: string\n subdivision?: string\n city?: string\n}\nexport type AgentInfo = {\n platform?: string\n client?: string\n device?: string\n}\nexport type ClientInfo = {\n ip: string\n languages?: string[]\n location?: LocationInfo\n agent?: AgentInfo\n site_id?: string\n}\nexport type SessionModel = {\n user: UserModel\n token: string\n created?: number\n lastUsed?: number\n isService?: boolean\n isApiKey?: boolean\n clientInfo?: ClientInfo\n}\nexport type CreateSessionRequest = {\n /** User name to create session for */\n userName?: string\n /** Message to log in event stream */\n message?: string\n}\nexport type UserPoolModel = {\n id: string\n label: string\n type: 'fixed' | 'metered'\n valid: boolean\n note: string\n exp: number\n max: number\n used: number\n meta?: object\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":";AACM,MAAAA,IAAiBC,EAAI,gBAAgB;AAAA,EACzC,WAAW,CAACC,OAAW;AAAA,IACrB,OAAOA,EAAM,SAAwC;AAAA,MACnD,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IAAA,CACD;AAAA,IACD,QAAQD,EAAM,SAA0C;AAAA,MACtD,OAAO,OAAO,EAAE,KAAK,oBAAoB,QAAQ,OAAO;AAAA,IAAA,CACzD;AAAA,IACD,mBAAmBA,EAAM,MAA6D;AAAA,MACpF,OAAO,OAAO,EAAE,KAAK,sBAAsB;AAAA,IAAA,CAC5C;AAAA,IACD,oBAAoBA,EAAM,MAA+D;AAAA,MACvF,OAAO,OAAO,EAAE,KAAK,qBAAqB;AAAA,IAAA,CAC3C;AAAA,IACD,eAAeA,EAAM,SAAwD;AAAA,MAC3E,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IAAA,CACD;AAAA,IACD,cAAcD,EAAM,MAAmD;AAAA,MACrE,OAAO,OAAO,EAAE,KAAK,kBAAkB;AAAA,IACxC,CAAA;AAAA,EAAA;AAAA,EAEH,kBAAkB;AACpB,CAAC;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.cjs.js","sources":["../../../../../src/api/generated/configuration.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n getServerConfigSchema: build.query<\n GetServerConfigSchemaApiResponse,\n GetServerConfigSchemaApiArg\n >({\n query: () => ({ url: `/api/config/schema` }),\n }),\n getServerConfig: build.query<GetServerConfigApiResponse, GetServerConfigApiArg>({\n query: () => ({ url: `/api/config` }),\n }),\n setServerConfig: build.mutation<SetServerConfigApiResponse, SetServerConfigApiArg>({\n query: (queryArg) => ({\n url: `/api/config`,\n method: 'POST',\n body: queryArg.serverConfigModel,\n }),\n }),\n getServerConfigOverrides: build.query<\n GetServerConfigOverridesApiResponse,\n GetServerConfigOverridesApiArg\n >({\n query: () => ({ url: `/api/config/overrides` }),\n }),\n getConfigValue: build.query<GetConfigValueApiResponse, GetConfigValueApiArg>({\n query: (queryArg) => ({ url: `/api/config/value/${queryArg.key}` }),\n }),\n getServerConfigFile: build.query<GetServerConfigFileApiResponse, GetServerConfigFileApiArg>({\n query: (queryArg) => ({ url: `/api/config/files/${queryArg.fileType}` }),\n }),\n uploadServerConfigFile: build.mutation<\n UploadServerConfigFileApiResponse,\n UploadServerConfigFileApiArg\n >({\n query: (queryArg) => ({\n url: `/api/config/files/${queryArg.fileType}`,\n method: 'PUT',\n headers: {\n 'x-file-name': queryArg['x-file-name'],\n 'content-type': queryArg['content-type'],\n },\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type GetServerConfigSchemaApiResponse = /** status 200 Successful Response */ object\nexport type GetServerConfigSchemaApiArg = void\nexport type GetServerConfigApiResponse = /** status 200 Successful Response */ ServerConfigModel\nexport type GetServerConfigApiArg = void\nexport type SetServerConfigApiResponse = /** status 200 Successful Response */ any\nexport type SetServerConfigApiArg = {\n serverConfigModel: ServerConfigModel\n}\nexport type GetServerConfigOverridesApiResponse = /** status 200 Successful Response */ object\nexport type GetServerConfigOverridesApiArg = void\nexport type GetConfigValueApiResponse = /** status 200 Successful Response */ any\nexport type GetConfigValueApiArg = {\n /** The key of the configuration value to retrieve */\n key: string\n}\nexport type GetServerConfigFileApiResponse = /** status 200 Successful Response */ any\nexport type GetServerConfigFileApiArg = {\n fileType: 'login_background' | 'studio_logo'\n}\nexport type UploadServerConfigFileApiResponse = /** status 200 Successful Response */ any\nexport type UploadServerConfigFileApiArg = {\n /** The type of file to upload. */\n fileType: 'login_background' | 'studio_logo'\n /** The name of the file. */\n 'x-file-name': string\n 'content-type': string\n}\nexport type CustomizationModel = {\n login_background?: string\n studio_logo?: string\n /** The message that is displayed to users on the login page. Markdown syntax is supported. */\n motd?: string\n}\nexport type AuthenticationModel = {\n /** If enabled, password authentication will be hidden from the login page. */\n hide_password_auth?: boolean\n}\nexport type ProjectOptionsModel = {\n /** A regular expression that is used to create project code from the project name. */\n project_code_regex?: string\n}\nexport type ChangelogSettingsModel = {\n /** If enabled, the changelog will be shown to normal users. */\n show_changelog_to_users?: boolean\n}\nexport type ServerConfigModel = {\n /** The name of the studio */\n studio_name?: string\n /** Customization options for the
|
|
1
|
+
{"version":3,"file":"configuration.cjs.js","sources":["../../../../../src/api/generated/configuration.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n getServerConfigSchema: build.query<\n GetServerConfigSchemaApiResponse,\n GetServerConfigSchemaApiArg\n >({\n query: () => ({ url: `/api/config/schema` }),\n }),\n getServerConfig: build.query<GetServerConfigApiResponse, GetServerConfigApiArg>({\n query: () => ({ url: `/api/config` }),\n }),\n setServerConfig: build.mutation<SetServerConfigApiResponse, SetServerConfigApiArg>({\n query: (queryArg) => ({\n url: `/api/config`,\n method: 'POST',\n body: queryArg.serverConfigModel,\n }),\n }),\n getServerConfigOverrides: build.query<\n GetServerConfigOverridesApiResponse,\n GetServerConfigOverridesApiArg\n >({\n query: () => ({ url: `/api/config/overrides` }),\n }),\n getConfigValue: build.query<GetConfigValueApiResponse, GetConfigValueApiArg>({\n query: (queryArg) => ({ url: `/api/config/value/${queryArg.key}` }),\n }),\n getServerConfigFile: build.query<GetServerConfigFileApiResponse, GetServerConfigFileApiArg>({\n query: (queryArg) => ({ url: `/api/config/files/${queryArg.fileType}` }),\n }),\n uploadServerConfigFile: build.mutation<\n UploadServerConfigFileApiResponse,\n UploadServerConfigFileApiArg\n >({\n query: (queryArg) => ({\n url: `/api/config/files/${queryArg.fileType}`,\n method: 'PUT',\n headers: {\n 'x-file-name': queryArg['x-file-name'],\n 'content-type': queryArg['content-type'],\n },\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type GetServerConfigSchemaApiResponse = /** status 200 Successful Response */ object\nexport type GetServerConfigSchemaApiArg = void\nexport type GetServerConfigApiResponse = /** status 200 Successful Response */ ServerConfigModel\nexport type GetServerConfigApiArg = void\nexport type SetServerConfigApiResponse = /** status 200 Successful Response */ any\nexport type SetServerConfigApiArg = {\n serverConfigModel: ServerConfigModel\n}\nexport type GetServerConfigOverridesApiResponse = /** status 200 Successful Response */ object\nexport type GetServerConfigOverridesApiArg = void\nexport type GetConfigValueApiResponse = /** status 200 Successful Response */ any\nexport type GetConfigValueApiArg = {\n /** The key of the configuration value to retrieve */\n key: string\n}\nexport type GetServerConfigFileApiResponse = /** status 200 Successful Response */ any\nexport type GetServerConfigFileApiArg = {\n fileType: 'login_background' | 'studio_logo'\n}\nexport type UploadServerConfigFileApiResponse = /** status 200 Successful Response */ any\nexport type UploadServerConfigFileApiArg = {\n /** The type of file to upload. */\n fileType: 'login_background' | 'studio_logo'\n /** The name of the file. */\n 'x-file-name': string\n 'content-type': string\n}\nexport type CustomizationModel = {\n login_background?: string\n studio_logo?: string\n /** The message that is displayed to users on the login page. Markdown syntax is supported. */\n motd?: string\n /** A list of flags that will be passed to the frontend. These can be used to enable or disable frontend features. */\n frontend_flags?: string[]\n}\nexport type AuthenticationModel = {\n /** If enabled, password authentication will be hidden from the login page. */\n hide_password_auth?: boolean\n}\nexport type ProjectOptionsModel = {\n /** A regular expression that is used to create project code from the project name. */\n project_code_regex?: string\n}\nexport type ChangelogSettingsModel = {\n /** If enabled, the changelog will be shown to normal users. */\n show_changelog_to_users?: boolean\n}\nexport type ServerConfigModel = {\n /** The name of the studio */\n studio_name?: string\n /** Customization options for the web interface */\n customization?: CustomizationModel\n /** Settings related to user authentication */\n authentication?: AuthenticationModel\n project_options?: ProjectOptionsModel\n /** Settings for the changelog feature */\n changelog?: ChangelogSettingsModel\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":"yHACMA,EAAiBC,MAAI,gBAAgB,CACzC,UAAYC,IAAW,CACrB,sBAAuBA,EAAM,MAG3B,CACA,MAAO,KAAO,CAAE,IAAK,oBAAqB,EAAA,CAC3C,EACD,gBAAiBA,EAAM,MAAyD,CAC9E,MAAO,KAAO,CAAE,IAAK,aAAc,EAAA,CACpC,EACD,gBAAiBA,EAAM,SAA4D,CACjF,MAAQC,IAAc,CACpB,IAAK,cACL,OAAQ,OACR,KAAMA,EAAS,iBACjB,EAAA,CACD,EACD,yBAA0BD,EAAM,MAG9B,CACA,MAAO,KAAO,CAAE,IAAK,uBAAwB,EAAA,CAC9C,EACD,eAAgBA,EAAM,MAAuD,CAC3E,MAAQC,IAAc,CAAE,IAAK,qBAAqBA,EAAS,GAAG,EAAG,EAAA,CAClE,EACD,oBAAqBD,EAAM,MAAiE,CAC1F,MAAQC,IAAc,CAAE,IAAK,qBAAqBA,EAAS,QAAQ,EAAG,EAAA,CACvE,EACD,uBAAwBD,EAAM,SAG5B,CACA,MAAQC,IAAc,CACpB,IAAK,qBAAqBA,EAAS,QAAQ,GAC3C,OAAQ,MACR,QAAS,CACP,cAAeA,EAAS,aAAa,EACrC,eAAgBA,EAAS,cAAc,CAAA,CAE3C,EACD,CAAA,CAAA,GAEH,iBAAkB,EACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.es.js","sources":["../../../../../src/api/generated/configuration.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n getServerConfigSchema: build.query<\n GetServerConfigSchemaApiResponse,\n GetServerConfigSchemaApiArg\n >({\n query: () => ({ url: `/api/config/schema` }),\n }),\n getServerConfig: build.query<GetServerConfigApiResponse, GetServerConfigApiArg>({\n query: () => ({ url: `/api/config` }),\n }),\n setServerConfig: build.mutation<SetServerConfigApiResponse, SetServerConfigApiArg>({\n query: (queryArg) => ({\n url: `/api/config`,\n method: 'POST',\n body: queryArg.serverConfigModel,\n }),\n }),\n getServerConfigOverrides: build.query<\n GetServerConfigOverridesApiResponse,\n GetServerConfigOverridesApiArg\n >({\n query: () => ({ url: `/api/config/overrides` }),\n }),\n getConfigValue: build.query<GetConfigValueApiResponse, GetConfigValueApiArg>({\n query: (queryArg) => ({ url: `/api/config/value/${queryArg.key}` }),\n }),\n getServerConfigFile: build.query<GetServerConfigFileApiResponse, GetServerConfigFileApiArg>({\n query: (queryArg) => ({ url: `/api/config/files/${queryArg.fileType}` }),\n }),\n uploadServerConfigFile: build.mutation<\n UploadServerConfigFileApiResponse,\n UploadServerConfigFileApiArg\n >({\n query: (queryArg) => ({\n url: `/api/config/files/${queryArg.fileType}`,\n method: 'PUT',\n headers: {\n 'x-file-name': queryArg['x-file-name'],\n 'content-type': queryArg['content-type'],\n },\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type GetServerConfigSchemaApiResponse = /** status 200 Successful Response */ object\nexport type GetServerConfigSchemaApiArg = void\nexport type GetServerConfigApiResponse = /** status 200 Successful Response */ ServerConfigModel\nexport type GetServerConfigApiArg = void\nexport type SetServerConfigApiResponse = /** status 200 Successful Response */ any\nexport type SetServerConfigApiArg = {\n serverConfigModel: ServerConfigModel\n}\nexport type GetServerConfigOverridesApiResponse = /** status 200 Successful Response */ object\nexport type GetServerConfigOverridesApiArg = void\nexport type GetConfigValueApiResponse = /** status 200 Successful Response */ any\nexport type GetConfigValueApiArg = {\n /** The key of the configuration value to retrieve */\n key: string\n}\nexport type GetServerConfigFileApiResponse = /** status 200 Successful Response */ any\nexport type GetServerConfigFileApiArg = {\n fileType: 'login_background' | 'studio_logo'\n}\nexport type UploadServerConfigFileApiResponse = /** status 200 Successful Response */ any\nexport type UploadServerConfigFileApiArg = {\n /** The type of file to upload. */\n fileType: 'login_background' | 'studio_logo'\n /** The name of the file. */\n 'x-file-name': string\n 'content-type': string\n}\nexport type CustomizationModel = {\n login_background?: string\n studio_logo?: string\n /** The message that is displayed to users on the login page. Markdown syntax is supported. */\n motd?: string\n}\nexport type AuthenticationModel = {\n /** If enabled, password authentication will be hidden from the login page. */\n hide_password_auth?: boolean\n}\nexport type ProjectOptionsModel = {\n /** A regular expression that is used to create project code from the project name. */\n project_code_regex?: string\n}\nexport type ChangelogSettingsModel = {\n /** If enabled, the changelog will be shown to normal users. */\n show_changelog_to_users?: boolean\n}\nexport type ServerConfigModel = {\n /** The name of the studio */\n studio_name?: string\n /** Customization options for the
|
|
1
|
+
{"version":3,"file":"configuration.es.js","sources":["../../../../../src/api/generated/configuration.ts"],"sourcesContent":["import { api } from '@shared/api/base'\nconst injectedRtkApi = api.injectEndpoints({\n endpoints: (build) => ({\n getServerConfigSchema: build.query<\n GetServerConfigSchemaApiResponse,\n GetServerConfigSchemaApiArg\n >({\n query: () => ({ url: `/api/config/schema` }),\n }),\n getServerConfig: build.query<GetServerConfigApiResponse, GetServerConfigApiArg>({\n query: () => ({ url: `/api/config` }),\n }),\n setServerConfig: build.mutation<SetServerConfigApiResponse, SetServerConfigApiArg>({\n query: (queryArg) => ({\n url: `/api/config`,\n method: 'POST',\n body: queryArg.serverConfigModel,\n }),\n }),\n getServerConfigOverrides: build.query<\n GetServerConfigOverridesApiResponse,\n GetServerConfigOverridesApiArg\n >({\n query: () => ({ url: `/api/config/overrides` }),\n }),\n getConfigValue: build.query<GetConfigValueApiResponse, GetConfigValueApiArg>({\n query: (queryArg) => ({ url: `/api/config/value/${queryArg.key}` }),\n }),\n getServerConfigFile: build.query<GetServerConfigFileApiResponse, GetServerConfigFileApiArg>({\n query: (queryArg) => ({ url: `/api/config/files/${queryArg.fileType}` }),\n }),\n uploadServerConfigFile: build.mutation<\n UploadServerConfigFileApiResponse,\n UploadServerConfigFileApiArg\n >({\n query: (queryArg) => ({\n url: `/api/config/files/${queryArg.fileType}`,\n method: 'PUT',\n headers: {\n 'x-file-name': queryArg['x-file-name'],\n 'content-type': queryArg['content-type'],\n },\n }),\n }),\n }),\n overrideExisting: false,\n})\nexport { injectedRtkApi as api }\nexport type GetServerConfigSchemaApiResponse = /** status 200 Successful Response */ object\nexport type GetServerConfigSchemaApiArg = void\nexport type GetServerConfigApiResponse = /** status 200 Successful Response */ ServerConfigModel\nexport type GetServerConfigApiArg = void\nexport type SetServerConfigApiResponse = /** status 200 Successful Response */ any\nexport type SetServerConfigApiArg = {\n serverConfigModel: ServerConfigModel\n}\nexport type GetServerConfigOverridesApiResponse = /** status 200 Successful Response */ object\nexport type GetServerConfigOverridesApiArg = void\nexport type GetConfigValueApiResponse = /** status 200 Successful Response */ any\nexport type GetConfigValueApiArg = {\n /** The key of the configuration value to retrieve */\n key: string\n}\nexport type GetServerConfigFileApiResponse = /** status 200 Successful Response */ any\nexport type GetServerConfigFileApiArg = {\n fileType: 'login_background' | 'studio_logo'\n}\nexport type UploadServerConfigFileApiResponse = /** status 200 Successful Response */ any\nexport type UploadServerConfigFileApiArg = {\n /** The type of file to upload. */\n fileType: 'login_background' | 'studio_logo'\n /** The name of the file. */\n 'x-file-name': string\n 'content-type': string\n}\nexport type CustomizationModel = {\n login_background?: string\n studio_logo?: string\n /** The message that is displayed to users on the login page. Markdown syntax is supported. */\n motd?: string\n /** A list of flags that will be passed to the frontend. These can be used to enable or disable frontend features. */\n frontend_flags?: string[]\n}\nexport type AuthenticationModel = {\n /** If enabled, password authentication will be hidden from the login page. */\n hide_password_auth?: boolean\n}\nexport type ProjectOptionsModel = {\n /** A regular expression that is used to create project code from the project name. */\n project_code_regex?: string\n}\nexport type ChangelogSettingsModel = {\n /** If enabled, the changelog will be shown to normal users. */\n show_changelog_to_users?: boolean\n}\nexport type ServerConfigModel = {\n /** The name of the studio */\n studio_name?: string\n /** Customization options for the web interface */\n customization?: CustomizationModel\n /** Settings related to user authentication */\n authentication?: AuthenticationModel\n project_options?: ProjectOptionsModel\n /** Settings for the changelog feature */\n changelog?: ChangelogSettingsModel\n}\nexport type ValidationError = {\n loc: (string | number)[]\n msg: string\n type: string\n}\nexport type HttpValidationError = {\n detail?: ValidationError[]\n}\n"],"names":["injectedRtkApi","api","build","queryArg"],"mappings":";AACM,MAAAA,IAAiBC,EAAI,gBAAgB;AAAA,EACzC,WAAW,CAACC,OAAW;AAAA,IACrB,uBAAuBA,EAAM,MAG3B;AAAA,MACA,OAAO,OAAO,EAAE,KAAK,qBAAqB;AAAA,IAAA,CAC3C;AAAA,IACD,iBAAiBA,EAAM,MAAyD;AAAA,MAC9E,OAAO,OAAO,EAAE,KAAK,cAAc;AAAA,IAAA,CACpC;AAAA,IACD,iBAAiBA,EAAM,SAA4D;AAAA,MACjF,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK;AAAA,QACL,QAAQ;AAAA,QACR,MAAMA,EAAS;AAAA,MACjB;AAAA,IAAA,CACD;AAAA,IACD,0BAA0BD,EAAM,MAG9B;AAAA,MACA,OAAO,OAAO,EAAE,KAAK,wBAAwB;AAAA,IAAA,CAC9C;AAAA,IACD,gBAAgBA,EAAM,MAAuD;AAAA,MAC3E,OAAO,CAACC,OAAc,EAAE,KAAK,qBAAqBA,EAAS,GAAG,GAAG;AAAA,IAAA,CAClE;AAAA,IACD,qBAAqBD,EAAM,MAAiE;AAAA,MAC1F,OAAO,CAACC,OAAc,EAAE,KAAK,qBAAqBA,EAAS,QAAQ,GAAG;AAAA,IAAA,CACvE;AAAA,IACD,wBAAwBD,EAAM,SAG5B;AAAA,MACA,OAAO,CAACC,OAAc;AAAA,QACpB,KAAK,qBAAqBA,EAAS,QAAQ;AAAA,QAC3C,QAAQ;AAAA,QACR,SAAS;AAAA,UACP,eAAeA,EAAS,aAAa;AAAA,UACrC,gBAAgBA,EAAS,cAAc;AAAA,QAAA;AAAA,MAE3C;AAAA,IACD,CAAA;AAAA,EAAA;AAAA,EAEH,kBAAkB;AACpB,CAAC;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("../base/client.cjs.js"),i=s.api.injectEndpoints({endpoints:
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("../base/client.cjs.js"),i=s.api.injectEndpoints({endpoints:t=>({getEntityListAttributesDefinition:t.query({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}/attributes`})}),setEntityListAttributesDefinition:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}/attributes`,method:"PUT",body:e.payload})}),getListEntities:t.query({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}/entities`})}),getEntityListFolders:t.query({query:e=>({url:`/api/projects/${e.projectName}/entityListFolders`})}),createEntityListFolder:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/entityListFolders`,method:"POST",body:e.entityListFolderPostModel,headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),deleteEntityListFolder:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/entityListFolders/${e.folderId}`,method:"DELETE",headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),updateEntityListFolder:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/entityListFolders/${e.folderId}`,method:"PATCH",body:e.entityListFolderPatchModel,headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),setEntityListFoldersOrder:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/entityListFolders/order`,method:"POST",body:e.entityListFolderOrderModel,headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),createEntityListItem:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}/items`,method:"POST",body:e.entityListItemPostModel,headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),updateEntityListItems:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}/items`,method:"PATCH",body:e.entityListMultiPatchModel,headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),deleteEntityListItem:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}/items/${e.listItemId}`,method:"DELETE",headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),updateEntityListItem:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}/items/${e.listItemId}`,method:"PATCH",body:e.entityListItemPatchModel,headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),createEntityList:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists`,method:"POST",body:e.entityListPostModel,headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),getEntityList:t.query({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}`,params:{metadata_only:e.metadataOnly}})}),deleteEntityList:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}`,method:"DELETE",headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),updateEntityList:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}`,method:"PATCH",body:e.entityListPatchModel,headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})}),materializeEntityList:t.mutation({query:e=>({url:`/api/projects/${e.projectName}/lists/${e.listId}/materialize`,method:"POST",headers:{"x-sender":e["x-sender"],"x-sender-type":e["x-sender-type"]}})})}),overrideExisting:!1});exports.api=i;
|
|
2
2
|
//# sourceMappingURL=entityLists.cjs.js.map
|