Merge branch 'bugfix/move-entity-action' into bugfix-duplicate-to-entity-action-(part-1)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export * from './duplicate-to/index.js';
|
||||
export * from './move-to/index.js';
|
||||
export * from './delete/delete.action.js';
|
||||
export * from './move-to/move-to.action.js';
|
||||
export * from './sort-children-of/sort-children-of.action.js';
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
export type { UmbMoveToDataSource } from './move-to-data-source.interface.js';
|
||||
export type { UmbMoveToRepository } from './move-to-repository.interface.js';
|
||||
|
||||
export * from './types.js';
|
||||
export type { UmbMoveToRequestArgs } from './types.js';
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { UmbRepositoryErrorResponse } from '../types.js';
|
||||
import type { UmbRepositoryErrorResponse } from '../../../repository/types.js';
|
||||
import type { UmbMoveToRequestArgs } from './types.js';
|
||||
import type { UmbApi } from '@umbraco-cms/backoffice/extension-api';
|
||||
|
||||
@@ -5,5 +5,4 @@ export * from './item/index.js';
|
||||
export * from './detail/index.js';
|
||||
|
||||
export type { UmbDataSourceResponse, UmbDataSourceErrorResponse } from './data-source-response.interface.js';
|
||||
export type { UmbMoveToDataSource, UmbMoveToRepository, UmbMoveToRequestArgs } from './move-to/index.js';
|
||||
export type { UmbPagedModel, UmbRepositoryResponse, UmbRepositoryErrorResponse } from './types.js';
|
||||
|
||||
Reference in New Issue
Block a user