contentful-management
Version:
Client for Contentful's Content Management API
136 lines (135 loc) • 5.7 kB
TypeScript
import * as AiAction from './ai-action';
import * as AiActionInvocation from './ai-action-invocation';
import * as AccessToken from './access-token';
import * as ApiKey from './api-key';
import * as AppAccessToken from './app-access-token';
import * as AppAction from './app-action';
import * as AppActionCall from './app-action-call';
import * as AppBundle from './app-bundle';
import * as AppDefinition from './app-definition';
import * as AppDetails from './app-details';
import * as AppEventSubscription from './app-event-subscription';
import * as AppInstallation from './app-installation';
import * as AppKey from './app-key';
import * as AppSignedRequest from './app-signed-request';
import * as AppSigningSecret from './app-signing-secret';
import * as AppUpload from './app-upload';
import * as Asset from './asset';
import * as AssetKey from './asset-key';
import * as BulkAction from './bulk-action';
import * as Comment from './comment';
import * as Concept from './concept';
import * as ConceptScheme from './concept-scheme';
import * as ContentType from './content-type';
import * as EditorInterface from './editor-interface';
import * as Entry from './entry';
import * as Environment from './environment';
import * as EnvironmentAlias from './environment-alias';
import * as EnvironmentTemplate from './environment-template';
import * as EnvironmentTemplateInstallation from './environment-template-installation';
import * as Extension from './extension';
import * as Function from './function';
import * as FunctionLog from './function-log';
import * as Http from './http';
import * as Locale from './locale';
import * as Organization from './organization';
import * as OrganizationInvitation from './organization-invitation';
import * as OrganizationMembership from './organization-membership';
import * as OAuthApplication from './oauth-application';
import * as PersonalAccessToken from './personal-access-token';
import * as PreviewApiKey from './preview-api-key';
import * as Release from './release';
import * as ReleaseAction from './release-action';
import * as Resource from './resource';
import * as ResourceProvider from './resource-provider';
import * as ResourceType from './resource-type';
import * as Role from './role';
import * as ScheduledAction from './scheduled-action';
import * as Snapshot from './snapshot';
import * as Space from './space';
import * as SpaceMember from './space-member';
import * as SpaceMembership from './space-membership';
import * as Tag from './tag';
import * as Task from './task';
import * as Team from './team';
import * as TeamMembership from './team-membership';
import * as TeamSpaceMembership from './team-space-membership';
import * as UIConfig from './ui-config';
import * as Upload from './upload';
import * as UploadCredential from './upload-credentials';
import * as Usage from './usage';
import * as User from './user';
import * as UserUIConfig from './user-ui-config';
import * as Webhook from './webhook';
import * as Workflow from './workflow';
import * as WorkflowDefinition from './workflow-definition';
import * as WorkflowsChangelog from './workflows-changelog';
declare const _default: {
AiAction: typeof AiAction;
AiActionInvocation: typeof AiActionInvocation;
ApiKey: typeof ApiKey;
AppAction: typeof AppAction;
AppActionCall: typeof AppActionCall;
AppBundle: typeof AppBundle;
AppDefinition: typeof AppDefinition;
AppInstallation: typeof AppInstallation;
AppUpload: typeof AppUpload;
AppSignedRequest: typeof AppSignedRequest;
AppSigningSecret: typeof AppSigningSecret;
AppEventSubscription: typeof AppEventSubscription;
AppKey: typeof AppKey;
AppAccessToken: typeof AppAccessToken;
AppDetails: typeof AppDetails;
Asset: typeof Asset;
AssetKey: typeof AssetKey;
BulkAction: typeof BulkAction;
Comment: typeof Comment;
Concept: typeof Concept;
ConceptScheme: typeof ConceptScheme;
ContentType: typeof ContentType;
EditorInterface: typeof EditorInterface;
Entry: typeof Entry;
Environment: typeof Environment;
EnvironmentAlias: typeof EnvironmentAlias;
EnvironmentTemplate: typeof EnvironmentTemplate;
EnvironmentTemplateInstallation: typeof EnvironmentTemplateInstallation;
Extension: typeof Extension;
Function: typeof Function;
FunctionLog: typeof FunctionLog;
Http: typeof Http;
Locale: typeof Locale;
Organization: typeof Organization;
OrganizationInvitation: typeof OrganizationInvitation;
OrganizationMembership: typeof OrganizationMembership;
OAuthApplication: typeof OAuthApplication;
PersonalAccessToken: typeof PersonalAccessToken;
AccessToken: typeof AccessToken;
PreviewApiKey: typeof PreviewApiKey;
Release: typeof Release;
ReleaseAction: typeof ReleaseAction;
Resource: typeof Resource;
ResourceProvider: typeof ResourceProvider;
ResourceType: typeof ResourceType;
Role: typeof Role;
ScheduledAction: typeof ScheduledAction;
Snapshot: typeof Snapshot;
Space: typeof Space;
SpaceMember: typeof SpaceMember;
SpaceMembership: typeof SpaceMembership;
Tag: typeof Tag;
Task: typeof Task;
Team: typeof Team;
TeamMembership: typeof TeamMembership;
TeamSpaceMembership: typeof TeamSpaceMembership;
UIConfig: typeof UIConfig;
Upload: typeof Upload;
UploadCredential: typeof UploadCredential;
Usage: typeof Usage;
User: typeof User;
UserUIConfig: typeof UserUIConfig;
Webhook: typeof Webhook;
WorkflowDefinition: typeof WorkflowDefinition;
Workflow: typeof Workflow;
WorkflowsChangelog: typeof WorkflowsChangelog;
};
export default _default;