@@ -11,13 +11,40 @@ import omit from 'lodash/omit'
11
11
12
12
/**
13
13
* @memberof ContentfulSpaceAPI
14
- * @typedef {Object } ClientAPI
14
+ * @typedef {Object } ContentfulSpaceAPI
15
+ * @prop {function } delete
16
+ * @prop {function } update
15
17
* @prop {function } getContentType
16
18
* @prop {function } getContentTypes
19
+ * @prop {function } createContentType
20
+ * @prop {function } createContentTypeWithId
17
21
* @prop {function } getEntry
18
22
* @prop {function } getEntries
23
+ * @prop {function } createEntry
24
+ * @prop {function } createEntryWithId
19
25
* @prop {function } getAsset
20
26
* @prop {function } getAssets
27
+ * @prop {function } createAsset
28
+ * @prop {function } createAssetWithId
29
+ * @prop {function } getLocale
30
+ * @prop {function } getLocales
31
+ * @prop {function } createLocale
32
+ * @prop {function } getWebhook
33
+ * @prop {function } getWebhooks
34
+ * @prop {function } createWebhook
35
+ * @prop {function } createWebhookWithId
36
+ * @prop {function } getRole
37
+ * @prop {function } getRoles
38
+ * @prop {function } createRole
39
+ * @prop {function } createRoleWithId
40
+ * @prop {function } getSpaceMembership
41
+ * @prop {function } getSpaceMemberships
42
+ * @prop {function } createSpaceMembership
43
+ * @prop {function } createSpaceMembershipWithId
44
+ * @prop {function } getApiKey
45
+ * @prop {function } getApiKeys
46
+ * @prop {function } createApiKey
47
+ * @prop {function } createApiKeyWithId
21
48
*/
22
49
23
50
/**
0 commit comments