UNPKG

3.51 kBTypeScriptView Raw
1import * as apiKey from './api-key';
2import * as appBundle from './app-bundle';
3import * as appDefinition from './app-definition';
4import * as appInstallation from './app-installation';
5import * as appUpload from './app-upload';
6import * as appDetails from './app-details';
7import * as appSignedRequest from './app-signed-request';
8import * as appSigningSecret from './app-signing-secret';
9import * as asset from './asset';
10import * as assetKey from './asset-key';
11import * as bulkAction from './bulk-action';
12import * as comment from './comment';
13import * as contentType from './content-type';
14import * as editorInterface from './editor-interface';
15import * as entry from './entry';
16import * as environment from './environment';
17import * as environmentAlias from './environment-alias';
18import * as extension from './extension';
19import * as locale from './locale';
20import * as organization from './organization';
21import * as organizationInvitation from './organization-invitation';
22import * as organizationMembership from './organization-membership';
23import * as personalAccessToken from './personal-access-token';
24import * as previewApiKey from './preview-api-key';
25import * as release from './release';
26import * as releaseAction from './release-action';
27import * as role from './role';
28import * as scheduledAction from './scheduled-action';
29import * as snapshot from './snapshot';
30import * as space from './space';
31import * as spaceMember from './space-member';
32import * as spaceMembership from './space-membership';
33import * as team from './team';
34import * as teamMembership from './team-membership';
35import * as tag from './tag';
36import * as task from './task';
37import * as teamSpaceMembership from './team-space-membership';
38import * as upload from './upload';
39import * as usage from './usage';
40import * as user from './user';
41import * as webhook from './webhook';
42import * as workflowDefinition from './workflow-definition';
43declare const _default: {
44 appBundle: typeof appBundle;
45 apiKey: typeof apiKey;
46 appDefinition: typeof appDefinition;
47 appInstallation: typeof appInstallation;
48 appUpload: typeof appUpload;
49 appDetails: typeof appDetails;
50 appSignedRequest: typeof appSignedRequest;
51 appSigningSecret: typeof appSigningSecret;
52 asset: typeof asset;
53 assetKey: typeof assetKey;
54 bulkAction: typeof bulkAction;
55 comment: typeof comment;
56 contentType: typeof contentType;
57 editorInterface: typeof editorInterface;
58 entry: typeof entry;
59 environment: typeof environment;
60 environmentAlias: typeof environmentAlias;
61 extension: typeof extension;
62 locale: typeof locale;
63 organization: typeof organization;
64 organizationInvitation: typeof organizationInvitation;
65 organizationMembership: typeof organizationMembership;
66 personalAccessToken: typeof personalAccessToken;
67 previewApiKey: typeof previewApiKey;
68 release: typeof release;
69 releaseAction: typeof releaseAction;
70 role: typeof role;
71 scheduledAction: typeof scheduledAction;
72 snapshot: typeof snapshot;
73 space: typeof space;
74 spaceMember: typeof spaceMember;
75 spaceMembership: typeof spaceMembership;
76 tag: typeof tag;
77 task: typeof task;
78 team: typeof team;
79 teamMembership: typeof teamMembership;
80 teamSpaceMembership: typeof teamSpaceMembership;
81 upload: typeof upload;
82 usage: typeof usage;
83 user: typeof user;
84 webhook: typeof webhook;
85 workflowDefinition: typeof workflowDefinition;
86};
87export default _default;