File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import type { PlainClientAPI } from './plain/common-types'
1515import type { DefaultParams } from './plain/plain-client'
1616import { createPlainClient } from './plain/plain-client'
1717import * as editorInterfaceDefaults from './constants/editor-interface-defaults'
18+ import { ScheduledActionStatus } from './entities/scheduled-action'
1819
1920export type { ClientAPI } from './create-contentful-api'
2021export { asIterator } from './plain/as-iterator'
@@ -28,6 +29,7 @@ export { makeRequest } from './adapters/REST/make-request'
2829export { editorInterfaceDefaults }
2930export type PlainClientDefaultParams = DefaultParams
3031export * from './export-types'
32+ export { ScheduledActionStatus }
3133
3234interface UserAgentParams {
3335 /**
Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ export type {
202202 ScheduledAction ,
203203 ScheduledActionProps ,
204204 ScheduledActionSysProps ,
205- ScheduledActionStatus ,
206205} from './entities/scheduled-action'
207206export type { Snapshot , SnapshotProps } from './entities/snapshot'
208207export type { Space , SpaceProps } from './entities/space'
You can’t perform that action at this time.
0 commit comments