agentmail 0.4.11 → 0.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/apiKeys/types/ApiKeyPermissions.d.ts +35 -35
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyPermissions.d.ts +35 -35
- package/dist/cjs/serialization/resources/apiKeys/types/ApiKeyPermissions.js +35 -35
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/apiKeys/types/ApiKeyPermissions.d.mts +35 -35
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyPermissions.d.mts +35 -35
- package/dist/esm/serialization/resources/apiKeys/types/ApiKeyPermissions.mjs +35 -35
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/dist/llms-full.txt +1167 -10
- package/dist/llms.txt +1 -0
- package/package.json +1 -1
package/dist/cjs/BaseClient.js
CHANGED
|
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
|
|
|
43
43
|
const headers = (0, headers_js_1.mergeHeaders)({
|
|
44
44
|
"X-Fern-Language": "JavaScript",
|
|
45
45
|
"X-Fern-SDK-Name": "agentmail",
|
|
46
|
-
"X-Fern-SDK-Version": "0.4.
|
|
47
|
-
"User-Agent": "agentmail/0.4.
|
|
46
|
+
"X-Fern-SDK-Version": "0.4.12",
|
|
47
|
+
"User-Agent": "agentmail/0.4.12",
|
|
48
48
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
49
49
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
50
50
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -3,73 +3,73 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface ApiKeyPermissions {
|
|
5
5
|
/** Read inbox details. */
|
|
6
|
-
|
|
6
|
+
inboxRead?: boolean;
|
|
7
7
|
/** Create new inboxes. */
|
|
8
|
-
|
|
8
|
+
inboxCreate?: boolean;
|
|
9
9
|
/** Update inbox settings. */
|
|
10
|
-
|
|
10
|
+
inboxUpdate?: boolean;
|
|
11
11
|
/** Delete inboxes. */
|
|
12
|
-
|
|
12
|
+
inboxDelete?: boolean;
|
|
13
13
|
/** Read threads. */
|
|
14
|
-
|
|
14
|
+
threadRead?: boolean;
|
|
15
15
|
/** Delete threads. */
|
|
16
|
-
|
|
16
|
+
threadDelete?: boolean;
|
|
17
17
|
/** Read messages. */
|
|
18
|
-
|
|
18
|
+
messageRead?: boolean;
|
|
19
19
|
/** Send messages. */
|
|
20
|
-
|
|
20
|
+
messageSend?: boolean;
|
|
21
21
|
/** Update message labels. */
|
|
22
|
-
|
|
22
|
+
messageUpdate?: boolean;
|
|
23
23
|
/** Access messages labeled spam. */
|
|
24
|
-
|
|
24
|
+
labelSpamRead?: boolean;
|
|
25
25
|
/** Access messages labeled blocked. */
|
|
26
|
-
|
|
26
|
+
labelBlockedRead?: boolean;
|
|
27
27
|
/** Access messages labeled trash. */
|
|
28
|
-
|
|
28
|
+
labelTrashRead?: boolean;
|
|
29
29
|
/** Read drafts. */
|
|
30
|
-
|
|
30
|
+
draftRead?: boolean;
|
|
31
31
|
/** Create drafts. */
|
|
32
|
-
|
|
32
|
+
draftCreate?: boolean;
|
|
33
33
|
/** Update drafts. */
|
|
34
|
-
|
|
34
|
+
draftUpdate?: boolean;
|
|
35
35
|
/** Delete drafts. */
|
|
36
|
-
|
|
36
|
+
draftDelete?: boolean;
|
|
37
37
|
/** Send drafts. */
|
|
38
|
-
|
|
38
|
+
draftSend?: boolean;
|
|
39
39
|
/** Read webhook configurations. */
|
|
40
|
-
|
|
40
|
+
webhookRead?: boolean;
|
|
41
41
|
/** Create webhooks. */
|
|
42
|
-
|
|
42
|
+
webhookCreate?: boolean;
|
|
43
43
|
/** Update webhooks. */
|
|
44
|
-
|
|
44
|
+
webhookUpdate?: boolean;
|
|
45
45
|
/** Delete webhooks. */
|
|
46
|
-
|
|
46
|
+
webhookDelete?: boolean;
|
|
47
47
|
/** Read domain details. */
|
|
48
|
-
|
|
48
|
+
domainRead?: boolean;
|
|
49
49
|
/** Create domains. */
|
|
50
|
-
|
|
50
|
+
domainCreate?: boolean;
|
|
51
51
|
/** Update domains. */
|
|
52
|
-
|
|
52
|
+
domainUpdate?: boolean;
|
|
53
53
|
/** Delete domains. */
|
|
54
|
-
|
|
54
|
+
domainDelete?: boolean;
|
|
55
55
|
/** Read list entries. */
|
|
56
|
-
|
|
56
|
+
listEntryRead?: boolean;
|
|
57
57
|
/** Create list entries. */
|
|
58
|
-
|
|
58
|
+
listEntryCreate?: boolean;
|
|
59
59
|
/** Delete list entries. */
|
|
60
|
-
|
|
60
|
+
listEntryDelete?: boolean;
|
|
61
61
|
/** Read metrics. */
|
|
62
|
-
|
|
62
|
+
metricsRead?: boolean;
|
|
63
63
|
/** Read API keys. */
|
|
64
|
-
|
|
64
|
+
apiKeyRead?: boolean;
|
|
65
65
|
/** Create API keys. */
|
|
66
|
-
|
|
66
|
+
apiKeyCreate?: boolean;
|
|
67
67
|
/** Delete API keys. */
|
|
68
|
-
|
|
68
|
+
apiKeyDelete?: boolean;
|
|
69
69
|
/** Read pods. */
|
|
70
|
-
|
|
70
|
+
podRead?: boolean;
|
|
71
71
|
/** Create pods. */
|
|
72
|
-
|
|
72
|
+
podCreate?: boolean;
|
|
73
73
|
/** Delete pods. */
|
|
74
|
-
|
|
74
|
+
podDelete?: boolean;
|
|
75
75
|
}
|
|
@@ -4,40 +4,40 @@ import type * as serializers from "../../../index.js";
|
|
|
4
4
|
export declare const ApiKeyPermissions: core.serialization.ObjectSchema<serializers.ApiKeyPermissions.Raw, AgentMail.ApiKeyPermissions>;
|
|
5
5
|
export declare namespace ApiKeyPermissions {
|
|
6
6
|
interface Raw {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
7
|
+
inbox_read?: boolean | null;
|
|
8
|
+
inbox_create?: boolean | null;
|
|
9
|
+
inbox_update?: boolean | null;
|
|
10
|
+
inbox_delete?: boolean | null;
|
|
11
|
+
thread_read?: boolean | null;
|
|
12
|
+
thread_delete?: boolean | null;
|
|
13
|
+
message_read?: boolean | null;
|
|
14
|
+
message_send?: boolean | null;
|
|
15
|
+
message_update?: boolean | null;
|
|
16
|
+
label_spam_read?: boolean | null;
|
|
17
|
+
label_blocked_read?: boolean | null;
|
|
18
|
+
label_trash_read?: boolean | null;
|
|
19
|
+
draft_read?: boolean | null;
|
|
20
|
+
draft_create?: boolean | null;
|
|
21
|
+
draft_update?: boolean | null;
|
|
22
|
+
draft_delete?: boolean | null;
|
|
23
|
+
draft_send?: boolean | null;
|
|
24
|
+
webhook_read?: boolean | null;
|
|
25
|
+
webhook_create?: boolean | null;
|
|
26
|
+
webhook_update?: boolean | null;
|
|
27
|
+
webhook_delete?: boolean | null;
|
|
28
|
+
domain_read?: boolean | null;
|
|
29
|
+
domain_create?: boolean | null;
|
|
30
|
+
domain_update?: boolean | null;
|
|
31
|
+
domain_delete?: boolean | null;
|
|
32
|
+
list_entry_read?: boolean | null;
|
|
33
|
+
list_entry_create?: boolean | null;
|
|
34
|
+
list_entry_delete?: boolean | null;
|
|
35
|
+
metrics_read?: boolean | null;
|
|
36
|
+
api_key_read?: boolean | null;
|
|
37
|
+
api_key_create?: boolean | null;
|
|
38
|
+
api_key_delete?: boolean | null;
|
|
39
|
+
pod_read?: boolean | null;
|
|
40
|
+
pod_create?: boolean | null;
|
|
41
|
+
pod_delete?: boolean | null;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -37,39 +37,39 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.ApiKeyPermissions = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core/index.js"));
|
|
39
39
|
exports.ApiKeyPermissions = core.serialization.object({
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
40
|
+
inboxRead: core.serialization.property("inbox_read", core.serialization.boolean().optional()),
|
|
41
|
+
inboxCreate: core.serialization.property("inbox_create", core.serialization.boolean().optional()),
|
|
42
|
+
inboxUpdate: core.serialization.property("inbox_update", core.serialization.boolean().optional()),
|
|
43
|
+
inboxDelete: core.serialization.property("inbox_delete", core.serialization.boolean().optional()),
|
|
44
|
+
threadRead: core.serialization.property("thread_read", core.serialization.boolean().optional()),
|
|
45
|
+
threadDelete: core.serialization.property("thread_delete", core.serialization.boolean().optional()),
|
|
46
|
+
messageRead: core.serialization.property("message_read", core.serialization.boolean().optional()),
|
|
47
|
+
messageSend: core.serialization.property("message_send", core.serialization.boolean().optional()),
|
|
48
|
+
messageUpdate: core.serialization.property("message_update", core.serialization.boolean().optional()),
|
|
49
|
+
labelSpamRead: core.serialization.property("label_spam_read", core.serialization.boolean().optional()),
|
|
50
|
+
labelBlockedRead: core.serialization.property("label_blocked_read", core.serialization.boolean().optional()),
|
|
51
|
+
labelTrashRead: core.serialization.property("label_trash_read", core.serialization.boolean().optional()),
|
|
52
|
+
draftRead: core.serialization.property("draft_read", core.serialization.boolean().optional()),
|
|
53
|
+
draftCreate: core.serialization.property("draft_create", core.serialization.boolean().optional()),
|
|
54
|
+
draftUpdate: core.serialization.property("draft_update", core.serialization.boolean().optional()),
|
|
55
|
+
draftDelete: core.serialization.property("draft_delete", core.serialization.boolean().optional()),
|
|
56
|
+
draftSend: core.serialization.property("draft_send", core.serialization.boolean().optional()),
|
|
57
|
+
webhookRead: core.serialization.property("webhook_read", core.serialization.boolean().optional()),
|
|
58
|
+
webhookCreate: core.serialization.property("webhook_create", core.serialization.boolean().optional()),
|
|
59
|
+
webhookUpdate: core.serialization.property("webhook_update", core.serialization.boolean().optional()),
|
|
60
|
+
webhookDelete: core.serialization.property("webhook_delete", core.serialization.boolean().optional()),
|
|
61
|
+
domainRead: core.serialization.property("domain_read", core.serialization.boolean().optional()),
|
|
62
|
+
domainCreate: core.serialization.property("domain_create", core.serialization.boolean().optional()),
|
|
63
|
+
domainUpdate: core.serialization.property("domain_update", core.serialization.boolean().optional()),
|
|
64
|
+
domainDelete: core.serialization.property("domain_delete", core.serialization.boolean().optional()),
|
|
65
|
+
listEntryRead: core.serialization.property("list_entry_read", core.serialization.boolean().optional()),
|
|
66
|
+
listEntryCreate: core.serialization.property("list_entry_create", core.serialization.boolean().optional()),
|
|
67
|
+
listEntryDelete: core.serialization.property("list_entry_delete", core.serialization.boolean().optional()),
|
|
68
|
+
metricsRead: core.serialization.property("metrics_read", core.serialization.boolean().optional()),
|
|
69
|
+
apiKeyRead: core.serialization.property("api_key_read", core.serialization.boolean().optional()),
|
|
70
|
+
apiKeyCreate: core.serialization.property("api_key_create", core.serialization.boolean().optional()),
|
|
71
|
+
apiKeyDelete: core.serialization.property("api_key_delete", core.serialization.boolean().optional()),
|
|
72
|
+
podRead: core.serialization.property("pod_read", core.serialization.boolean().optional()),
|
|
73
|
+
podCreate: core.serialization.property("pod_create", core.serialization.boolean().optional()),
|
|
74
|
+
podDelete: core.serialization.property("pod_delete", core.serialization.boolean().optional()),
|
|
75
75
|
});
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.4.
|
|
1
|
+
export declare const SDK_VERSION = "0.4.12";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "agentmail",
|
|
9
|
-
"X-Fern-SDK-Version": "0.4.
|
|
10
|
-
"User-Agent": "agentmail/0.4.
|
|
9
|
+
"X-Fern-SDK-Version": "0.4.12",
|
|
10
|
+
"User-Agent": "agentmail/0.4.12",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -3,73 +3,73 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface ApiKeyPermissions {
|
|
5
5
|
/** Read inbox details. */
|
|
6
|
-
|
|
6
|
+
inboxRead?: boolean;
|
|
7
7
|
/** Create new inboxes. */
|
|
8
|
-
|
|
8
|
+
inboxCreate?: boolean;
|
|
9
9
|
/** Update inbox settings. */
|
|
10
|
-
|
|
10
|
+
inboxUpdate?: boolean;
|
|
11
11
|
/** Delete inboxes. */
|
|
12
|
-
|
|
12
|
+
inboxDelete?: boolean;
|
|
13
13
|
/** Read threads. */
|
|
14
|
-
|
|
14
|
+
threadRead?: boolean;
|
|
15
15
|
/** Delete threads. */
|
|
16
|
-
|
|
16
|
+
threadDelete?: boolean;
|
|
17
17
|
/** Read messages. */
|
|
18
|
-
|
|
18
|
+
messageRead?: boolean;
|
|
19
19
|
/** Send messages. */
|
|
20
|
-
|
|
20
|
+
messageSend?: boolean;
|
|
21
21
|
/** Update message labels. */
|
|
22
|
-
|
|
22
|
+
messageUpdate?: boolean;
|
|
23
23
|
/** Access messages labeled spam. */
|
|
24
|
-
|
|
24
|
+
labelSpamRead?: boolean;
|
|
25
25
|
/** Access messages labeled blocked. */
|
|
26
|
-
|
|
26
|
+
labelBlockedRead?: boolean;
|
|
27
27
|
/** Access messages labeled trash. */
|
|
28
|
-
|
|
28
|
+
labelTrashRead?: boolean;
|
|
29
29
|
/** Read drafts. */
|
|
30
|
-
|
|
30
|
+
draftRead?: boolean;
|
|
31
31
|
/** Create drafts. */
|
|
32
|
-
|
|
32
|
+
draftCreate?: boolean;
|
|
33
33
|
/** Update drafts. */
|
|
34
|
-
|
|
34
|
+
draftUpdate?: boolean;
|
|
35
35
|
/** Delete drafts. */
|
|
36
|
-
|
|
36
|
+
draftDelete?: boolean;
|
|
37
37
|
/** Send drafts. */
|
|
38
|
-
|
|
38
|
+
draftSend?: boolean;
|
|
39
39
|
/** Read webhook configurations. */
|
|
40
|
-
|
|
40
|
+
webhookRead?: boolean;
|
|
41
41
|
/** Create webhooks. */
|
|
42
|
-
|
|
42
|
+
webhookCreate?: boolean;
|
|
43
43
|
/** Update webhooks. */
|
|
44
|
-
|
|
44
|
+
webhookUpdate?: boolean;
|
|
45
45
|
/** Delete webhooks. */
|
|
46
|
-
|
|
46
|
+
webhookDelete?: boolean;
|
|
47
47
|
/** Read domain details. */
|
|
48
|
-
|
|
48
|
+
domainRead?: boolean;
|
|
49
49
|
/** Create domains. */
|
|
50
|
-
|
|
50
|
+
domainCreate?: boolean;
|
|
51
51
|
/** Update domains. */
|
|
52
|
-
|
|
52
|
+
domainUpdate?: boolean;
|
|
53
53
|
/** Delete domains. */
|
|
54
|
-
|
|
54
|
+
domainDelete?: boolean;
|
|
55
55
|
/** Read list entries. */
|
|
56
|
-
|
|
56
|
+
listEntryRead?: boolean;
|
|
57
57
|
/** Create list entries. */
|
|
58
|
-
|
|
58
|
+
listEntryCreate?: boolean;
|
|
59
59
|
/** Delete list entries. */
|
|
60
|
-
|
|
60
|
+
listEntryDelete?: boolean;
|
|
61
61
|
/** Read metrics. */
|
|
62
|
-
|
|
62
|
+
metricsRead?: boolean;
|
|
63
63
|
/** Read API keys. */
|
|
64
|
-
|
|
64
|
+
apiKeyRead?: boolean;
|
|
65
65
|
/** Create API keys. */
|
|
66
|
-
|
|
66
|
+
apiKeyCreate?: boolean;
|
|
67
67
|
/** Delete API keys. */
|
|
68
|
-
|
|
68
|
+
apiKeyDelete?: boolean;
|
|
69
69
|
/** Read pods. */
|
|
70
|
-
|
|
70
|
+
podRead?: boolean;
|
|
71
71
|
/** Create pods. */
|
|
72
|
-
|
|
72
|
+
podCreate?: boolean;
|
|
73
73
|
/** Delete pods. */
|
|
74
|
-
|
|
74
|
+
podDelete?: boolean;
|
|
75
75
|
}
|
|
@@ -4,40 +4,40 @@ import type * as serializers from "../../../index.mjs";
|
|
|
4
4
|
export declare const ApiKeyPermissions: core.serialization.ObjectSchema<serializers.ApiKeyPermissions.Raw, AgentMail.ApiKeyPermissions>;
|
|
5
5
|
export declare namespace ApiKeyPermissions {
|
|
6
6
|
interface Raw {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
7
|
+
inbox_read?: boolean | null;
|
|
8
|
+
inbox_create?: boolean | null;
|
|
9
|
+
inbox_update?: boolean | null;
|
|
10
|
+
inbox_delete?: boolean | null;
|
|
11
|
+
thread_read?: boolean | null;
|
|
12
|
+
thread_delete?: boolean | null;
|
|
13
|
+
message_read?: boolean | null;
|
|
14
|
+
message_send?: boolean | null;
|
|
15
|
+
message_update?: boolean | null;
|
|
16
|
+
label_spam_read?: boolean | null;
|
|
17
|
+
label_blocked_read?: boolean | null;
|
|
18
|
+
label_trash_read?: boolean | null;
|
|
19
|
+
draft_read?: boolean | null;
|
|
20
|
+
draft_create?: boolean | null;
|
|
21
|
+
draft_update?: boolean | null;
|
|
22
|
+
draft_delete?: boolean | null;
|
|
23
|
+
draft_send?: boolean | null;
|
|
24
|
+
webhook_read?: boolean | null;
|
|
25
|
+
webhook_create?: boolean | null;
|
|
26
|
+
webhook_update?: boolean | null;
|
|
27
|
+
webhook_delete?: boolean | null;
|
|
28
|
+
domain_read?: boolean | null;
|
|
29
|
+
domain_create?: boolean | null;
|
|
30
|
+
domain_update?: boolean | null;
|
|
31
|
+
domain_delete?: boolean | null;
|
|
32
|
+
list_entry_read?: boolean | null;
|
|
33
|
+
list_entry_create?: boolean | null;
|
|
34
|
+
list_entry_delete?: boolean | null;
|
|
35
|
+
metrics_read?: boolean | null;
|
|
36
|
+
api_key_read?: boolean | null;
|
|
37
|
+
api_key_create?: boolean | null;
|
|
38
|
+
api_key_delete?: boolean | null;
|
|
39
|
+
pod_read?: boolean | null;
|
|
40
|
+
pod_create?: boolean | null;
|
|
41
|
+
pod_delete?: boolean | null;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
import * as core from "../../../../core/index.mjs";
|
|
3
3
|
export const ApiKeyPermissions = core.serialization.object({
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
4
|
+
inboxRead: core.serialization.property("inbox_read", core.serialization.boolean().optional()),
|
|
5
|
+
inboxCreate: core.serialization.property("inbox_create", core.serialization.boolean().optional()),
|
|
6
|
+
inboxUpdate: core.serialization.property("inbox_update", core.serialization.boolean().optional()),
|
|
7
|
+
inboxDelete: core.serialization.property("inbox_delete", core.serialization.boolean().optional()),
|
|
8
|
+
threadRead: core.serialization.property("thread_read", core.serialization.boolean().optional()),
|
|
9
|
+
threadDelete: core.serialization.property("thread_delete", core.serialization.boolean().optional()),
|
|
10
|
+
messageRead: core.serialization.property("message_read", core.serialization.boolean().optional()),
|
|
11
|
+
messageSend: core.serialization.property("message_send", core.serialization.boolean().optional()),
|
|
12
|
+
messageUpdate: core.serialization.property("message_update", core.serialization.boolean().optional()),
|
|
13
|
+
labelSpamRead: core.serialization.property("label_spam_read", core.serialization.boolean().optional()),
|
|
14
|
+
labelBlockedRead: core.serialization.property("label_blocked_read", core.serialization.boolean().optional()),
|
|
15
|
+
labelTrashRead: core.serialization.property("label_trash_read", core.serialization.boolean().optional()),
|
|
16
|
+
draftRead: core.serialization.property("draft_read", core.serialization.boolean().optional()),
|
|
17
|
+
draftCreate: core.serialization.property("draft_create", core.serialization.boolean().optional()),
|
|
18
|
+
draftUpdate: core.serialization.property("draft_update", core.serialization.boolean().optional()),
|
|
19
|
+
draftDelete: core.serialization.property("draft_delete", core.serialization.boolean().optional()),
|
|
20
|
+
draftSend: core.serialization.property("draft_send", core.serialization.boolean().optional()),
|
|
21
|
+
webhookRead: core.serialization.property("webhook_read", core.serialization.boolean().optional()),
|
|
22
|
+
webhookCreate: core.serialization.property("webhook_create", core.serialization.boolean().optional()),
|
|
23
|
+
webhookUpdate: core.serialization.property("webhook_update", core.serialization.boolean().optional()),
|
|
24
|
+
webhookDelete: core.serialization.property("webhook_delete", core.serialization.boolean().optional()),
|
|
25
|
+
domainRead: core.serialization.property("domain_read", core.serialization.boolean().optional()),
|
|
26
|
+
domainCreate: core.serialization.property("domain_create", core.serialization.boolean().optional()),
|
|
27
|
+
domainUpdate: core.serialization.property("domain_update", core.serialization.boolean().optional()),
|
|
28
|
+
domainDelete: core.serialization.property("domain_delete", core.serialization.boolean().optional()),
|
|
29
|
+
listEntryRead: core.serialization.property("list_entry_read", core.serialization.boolean().optional()),
|
|
30
|
+
listEntryCreate: core.serialization.property("list_entry_create", core.serialization.boolean().optional()),
|
|
31
|
+
listEntryDelete: core.serialization.property("list_entry_delete", core.serialization.boolean().optional()),
|
|
32
|
+
metricsRead: core.serialization.property("metrics_read", core.serialization.boolean().optional()),
|
|
33
|
+
apiKeyRead: core.serialization.property("api_key_read", core.serialization.boolean().optional()),
|
|
34
|
+
apiKeyCreate: core.serialization.property("api_key_create", core.serialization.boolean().optional()),
|
|
35
|
+
apiKeyDelete: core.serialization.property("api_key_delete", core.serialization.boolean().optional()),
|
|
36
|
+
podRead: core.serialization.property("pod_read", core.serialization.boolean().optional()),
|
|
37
|
+
podCreate: core.serialization.property("pod_create", core.serialization.boolean().optional()),
|
|
38
|
+
podDelete: core.serialization.property("pod_delete", core.serialization.boolean().optional()),
|
|
39
39
|
});
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.4.
|
|
1
|
+
export declare const SDK_VERSION = "0.4.12";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.4.
|
|
1
|
+
export const SDK_VERSION = "0.4.12";
|