@lepsto/sdk-app 89.2.0 → 89.4.0
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/CHANGELOG.md +28 -15
- package/dist/_types/gen/client.gen.d.ts +48 -1
- package/dist/_types/gen/mail/index.d.ts +1 -1
- package/dist/_types/gen/mail/queryOptions.gen.d.ts +25 -1
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +70 -0
- package/dist/_types/gen/types.gen.d.ts +782 -19
- package/dist/chunk-ZH37YJ7E.js +11502 -0
- package/dist/chunk-ZH37YJ7E.js.map +1 -0
- package/dist/index.cjs +339 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +36 -11189
- package/dist/index.js.map +1 -1
- package/dist/mail/index.cjs +30 -0
- package/dist/mail/index.cjs.map +1 -1
- package/dist/mail/index.js +25 -1
- package/dist/mail/index.js.map +1 -1
- package/dist/playground/index.cjs +106 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +78 -0
- package/dist/playground/index.js.map +1 -0
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +314 -3
- package/src/gen/client.gen.ts +93 -0
- package/src/gen/mail/index.ts +1 -1
- package/src/gen/mail/queryOptions.gen.ts +38 -0
- package/src/gen/manifest.gen.ts +35 -3
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +119 -0
- package/src/gen/types.gen.ts +1102 -282
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../_types/gen/playground/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../_types/gen/playground/index.js';
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { wsBindings } from '../chunk-ZH37YJ7E.js';
|
|
2
|
+
|
|
3
|
+
// src/gen/playground/queryOptions.gen.ts
|
|
4
|
+
var playgroundAnalyticsOverviewQueryOptions = (sdk, input) => ({
|
|
5
|
+
queryKey: ["playground", "analytics", "overview", input],
|
|
6
|
+
queryFn: () => sdk["playground"]["analytics"]["overview"](input)
|
|
7
|
+
});
|
|
8
|
+
var playgroundBillingEntitlementsQueryOptions = (sdk, input) => ({
|
|
9
|
+
queryKey: ["playground", "billing", "entitlements", input],
|
|
10
|
+
queryFn: () => sdk["playground"]["billing"]["entitlements"](input)
|
|
11
|
+
});
|
|
12
|
+
var playgroundBillingRecordUsageMutationOptions = (sdk) => ({
|
|
13
|
+
mutationKey: ["playground", "billing", "record-usage"],
|
|
14
|
+
mutationFn: (input) => sdk["playground"]["billing"]["record-usage"](input)
|
|
15
|
+
});
|
|
16
|
+
var playgroundClickupCreateTaskMutationOptions = (sdk) => ({
|
|
17
|
+
mutationKey: ["playground", "clickup", "create-task"],
|
|
18
|
+
mutationFn: (input) => sdk["playground"]["clickup"]["create-task"](input)
|
|
19
|
+
});
|
|
20
|
+
var playgroundClickupGetLastWebhookQueryOptions = (sdk, input) => ({
|
|
21
|
+
queryKey: ["playground", "clickup", "get-last-webhook", input],
|
|
22
|
+
queryFn: () => sdk["playground"]["clickup"]["get-last-webhook"](input)
|
|
23
|
+
});
|
|
24
|
+
var playgroundClickupGetOverviewQueryOptions = (sdk, input) => ({
|
|
25
|
+
queryKey: ["playground", "clickup", "get-overview", input],
|
|
26
|
+
queryFn: () => sdk["playground"]["clickup"]["get-overview"](input)
|
|
27
|
+
});
|
|
28
|
+
var playgroundEchoPingQueryOptions = (sdk, input) => ({
|
|
29
|
+
queryKey: ["playground", "echo", "ping", input],
|
|
30
|
+
queryFn: () => sdk["playground"]["echo"]["ping"](input)
|
|
31
|
+
});
|
|
32
|
+
var playgroundGdriveGetLastChangeQueryOptions = (sdk, input) => ({
|
|
33
|
+
queryKey: ["playground", "gdrive", "get-last-change", input],
|
|
34
|
+
queryFn: () => sdk["playground"]["gdrive"]["get-last-change"](input)
|
|
35
|
+
});
|
|
36
|
+
var playgroundGdriveReadFileQueryOptions = (sdk, input) => ({
|
|
37
|
+
queryKey: ["playground", "gdrive", "read-file", input],
|
|
38
|
+
queryFn: () => sdk["playground"]["gdrive"]["read-file"](input)
|
|
39
|
+
});
|
|
40
|
+
var playgroundGoogleadsReadCustomerQueryOptions = (sdk, input) => ({
|
|
41
|
+
queryKey: ["playground", "googleads", "read-customer", input],
|
|
42
|
+
queryFn: () => sdk["playground"]["googleads"]["read-customer"](input)
|
|
43
|
+
});
|
|
44
|
+
var playgroundLifecycleGetStateQueryOptions = (sdk, input) => ({
|
|
45
|
+
queryKey: ["playground", "lifecycle", "get-state", input],
|
|
46
|
+
queryFn: () => sdk["playground"]["lifecycle"]["get-state"](input)
|
|
47
|
+
});
|
|
48
|
+
var playgroundLifecycleListEventsQueryOptions = (sdk, input) => ({
|
|
49
|
+
queryKey: ["playground", "lifecycle", "list-events", input],
|
|
50
|
+
queryFn: () => sdk["playground"]["lifecycle"]["list-events"](input)
|
|
51
|
+
});
|
|
52
|
+
var playgroundWebhookGetLastQueryOptions = (sdk, input) => ({
|
|
53
|
+
queryKey: ["playground", "webhook", "get-last", input],
|
|
54
|
+
queryFn: () => sdk["playground"]["webhook"]["get-last"](input)
|
|
55
|
+
});
|
|
56
|
+
var playgroundWorkflowEchoMutationOptions = (sdk) => ({
|
|
57
|
+
mutationKey: ["playground", "workflow", "echo"],
|
|
58
|
+
mutationFn: (input) => sdk["playground"]["workflow"]["echo"](input)
|
|
59
|
+
});
|
|
60
|
+
var playgroundWorkflowEchoListQueryOptions = (sdk, input) => ({
|
|
61
|
+
queryKey: ["playground", "workflow", "echo-list", input],
|
|
62
|
+
queryFn: () => sdk["playground"]["workflow"]["echo-list"](input)
|
|
63
|
+
});
|
|
64
|
+
var playgroundWorkflowPingMutationOptions = (sdk) => ({
|
|
65
|
+
mutationKey: ["playground", "workflow", "ping"],
|
|
66
|
+
mutationFn: (input) => sdk["playground"]["workflow"]["ping"](input)
|
|
67
|
+
});
|
|
68
|
+
var playgroundWorkflowSubjectsListQueryOptions = (sdk, input) => ({
|
|
69
|
+
queryKey: ["playground", "workflow", "subjects-list", input],
|
|
70
|
+
queryFn: () => sdk["playground"]["workflow"]["subjects-list"](input)
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
// src/gen/playground/connect.gen.ts
|
|
74
|
+
var playgroundWsEchoConnect = (sdk, input) => sdk.openStream(wsBindings["playground"]["ws"]["echo"], input);
|
|
75
|
+
|
|
76
|
+
export { playgroundAnalyticsOverviewQueryOptions, playgroundBillingEntitlementsQueryOptions, playgroundBillingRecordUsageMutationOptions, playgroundClickupCreateTaskMutationOptions, playgroundClickupGetLastWebhookQueryOptions, playgroundClickupGetOverviewQueryOptions, playgroundEchoPingQueryOptions, playgroundGdriveGetLastChangeQueryOptions, playgroundGdriveReadFileQueryOptions, playgroundGoogleadsReadCustomerQueryOptions, playgroundLifecycleGetStateQueryOptions, playgroundLifecycleListEventsQueryOptions, playgroundWebhookGetLastQueryOptions, playgroundWorkflowEchoListQueryOptions, playgroundWorkflowEchoMutationOptions, playgroundWorkflowPingMutationOptions, playgroundWorkflowSubjectsListQueryOptions, playgroundWsEchoConnect };
|
|
77
|
+
//# sourceMappingURL=index.js.map
|
|
78
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/gen/playground/queryOptions.gen.ts","../../src/gen/playground/connect.gen.ts"],"names":[],"mappings":"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","file":"index.js","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n PlaygroundAnalyticsOverviewInput,\n PlaygroundAnalyticsOverviewOutput,\n PlaygroundBillingEntitlementsInput,\n PlaygroundBillingEntitlementsOutput,\n PlaygroundBillingRecordUsageInput,\n PlaygroundClickupCreateTaskInput,\n PlaygroundClickupGetLastWebhookInput,\n PlaygroundClickupGetLastWebhookOutput,\n PlaygroundClickupGetOverviewInput,\n PlaygroundClickupGetOverviewOutput,\n PlaygroundEchoPingInput,\n PlaygroundEchoPingOutput,\n PlaygroundGdriveGetLastChangeInput,\n PlaygroundGdriveGetLastChangeOutput,\n PlaygroundGdriveReadFileInput,\n PlaygroundGdriveReadFileOutput,\n PlaygroundGoogleadsReadCustomerInput,\n PlaygroundGoogleadsReadCustomerOutput,\n PlaygroundLifecycleGetStateInput,\n PlaygroundLifecycleGetStateOutput,\n PlaygroundLifecycleListEventsInput,\n PlaygroundLifecycleListEventsOutput,\n PlaygroundWebhookGetLastInput,\n PlaygroundWebhookGetLastOutput,\n PlaygroundWorkflowEchoInput,\n PlaygroundWorkflowEchoListInput,\n PlaygroundWorkflowEchoListOutput,\n PlaygroundWorkflowPingInput,\n PlaygroundWorkflowSubjectsListInput,\n PlaygroundWorkflowSubjectsListOutput,\n} from '../types.gen';\n\nexport const playgroundAnalyticsOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundAnalyticsOverviewInput) => ({\n queryKey: ['playground', 'analytics', 'overview', input] as const,\n queryFn: () => sdk['playground']['analytics']['overview'](input),\n});\n\nexport const playgroundBillingEntitlementsQueryOptions = (sdk: GeneratedClient, input: PlaygroundBillingEntitlementsInput) => ({\n queryKey: ['playground', 'billing', 'entitlements', input] as const,\n queryFn: () => sdk['playground']['billing']['entitlements'](input),\n});\n\nexport const playgroundBillingRecordUsageMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'billing', 'record-usage'],\n mutationFn: (input: PlaygroundBillingRecordUsageInput) => sdk['playground']['billing']['record-usage'](input),\n});\n\nexport const playgroundClickupCreateTaskMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'clickup', 'create-task'],\n mutationFn: (input: PlaygroundClickupCreateTaskInput) => sdk['playground']['clickup']['create-task'](input),\n});\n\nexport const playgroundClickupGetLastWebhookQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetLastWebhookInput) => ({\n queryKey: ['playground', 'clickup', 'get-last-webhook', input] as const,\n queryFn: () => sdk['playground']['clickup']['get-last-webhook'](input),\n});\n\nexport const playgroundClickupGetOverviewQueryOptions = (sdk: GeneratedClient, input: PlaygroundClickupGetOverviewInput) => ({\n queryKey: ['playground', 'clickup', 'get-overview', input] as const,\n queryFn: () => sdk['playground']['clickup']['get-overview'](input),\n});\n\nexport const playgroundEchoPingQueryOptions = (sdk: GeneratedClient, input: PlaygroundEchoPingInput) => ({\n queryKey: ['playground', 'echo', 'ping', input] as const,\n queryFn: () => sdk['playground']['echo']['ping'](input),\n});\n\nexport const playgroundGdriveGetLastChangeQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveGetLastChangeInput) => ({\n queryKey: ['playground', 'gdrive', 'get-last-change', input] as const,\n queryFn: () => sdk['playground']['gdrive']['get-last-change'](input),\n});\n\nexport const playgroundGdriveReadFileQueryOptions = (sdk: GeneratedClient, input: PlaygroundGdriveReadFileInput) => ({\n queryKey: ['playground', 'gdrive', 'read-file', input] as const,\n queryFn: () => sdk['playground']['gdrive']['read-file'](input),\n});\n\nexport const playgroundGoogleadsReadCustomerQueryOptions = (sdk: GeneratedClient, input: PlaygroundGoogleadsReadCustomerInput) => ({\n queryKey: ['playground', 'googleads', 'read-customer', input] as const,\n queryFn: () => sdk['playground']['googleads']['read-customer'](input),\n});\n\nexport const playgroundLifecycleGetStateQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleGetStateInput) => ({\n queryKey: ['playground', 'lifecycle', 'get-state', input] as const,\n queryFn: () => sdk['playground']['lifecycle']['get-state'](input),\n});\n\nexport const playgroundLifecycleListEventsQueryOptions = (sdk: GeneratedClient, input: PlaygroundLifecycleListEventsInput) => ({\n queryKey: ['playground', 'lifecycle', 'list-events', input] as const,\n queryFn: () => sdk['playground']['lifecycle']['list-events'](input),\n});\n\nexport const playgroundWebhookGetLastQueryOptions = (sdk: GeneratedClient, input: PlaygroundWebhookGetLastInput) => ({\n queryKey: ['playground', 'webhook', 'get-last', input] as const,\n queryFn: () => sdk['playground']['webhook']['get-last'](input),\n});\n\nexport const playgroundWorkflowEchoMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'workflow', 'echo'],\n mutationFn: (input: PlaygroundWorkflowEchoInput) => sdk['playground']['workflow']['echo'](input),\n});\n\nexport const playgroundWorkflowEchoListQueryOptions = (sdk: GeneratedClient, input: PlaygroundWorkflowEchoListInput) => ({\n queryKey: ['playground', 'workflow', 'echo-list', input] as const,\n queryFn: () => sdk['playground']['workflow']['echo-list'](input),\n});\n\nexport const playgroundWorkflowPingMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['playground', 'workflow', 'ping'],\n mutationFn: (input: PlaygroundWorkflowPingInput) => sdk['playground']['workflow']['ping'](input),\n});\n\nexport const playgroundWorkflowSubjectsListQueryOptions = (sdk: GeneratedClient, input: PlaygroundWorkflowSubjectsListInput) => ({\n queryKey: ['playground', 'workflow', 'subjects-list', input] as const,\n queryFn: () => sdk['playground']['workflow']['subjects-list'](input),\n});\n","// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport { wsBindings } from '../bindings.gen';\nimport type { LesslyStream, LesslyStreamOpener } from '../../runtime/types';\nimport type {\n PlaygroundWsEchoInput,\n} from '../types.gen';\n\nexport const playgroundWsEchoConnect = (sdk: LesslyStreamOpener, input: PlaygroundWsEchoInput): LesslyStream =>\n sdk.openStream(wsBindings['playground']!['ws']!['echo']!, input as Record<string, unknown>);\n"]}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lepsto/sdk-app",
|
|
3
3
|
"description": "The Lepsto SDK for App is a TypeScript SDK that provides runtime bindings and type-safe generated code for interacting with Lepsto Platform APIs and services. This package generates type definitions and client bindings from API catalogs, enabling developers to build applications that consume Lepsto platform services with full type safety and autocompletion.",
|
|
4
|
-
"version": "89.
|
|
4
|
+
"version": "89.4.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/lepsto/lepsto-sdk-app.git"
|
|
@@ -159,6 +159,16 @@
|
|
|
159
159
|
"default": "./dist/organization/index.cjs"
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
|
+
"./playground": {
|
|
163
|
+
"import": {
|
|
164
|
+
"types": "./dist/playground/index.d.ts",
|
|
165
|
+
"default": "./dist/playground/index.js"
|
|
166
|
+
},
|
|
167
|
+
"require": {
|
|
168
|
+
"types": "./dist/playground/index.d.cts",
|
|
169
|
+
"default": "./dist/playground/index.cjs"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
162
172
|
"./realtime": {
|
|
163
173
|
"import": {
|
|
164
174
|
"types": "./dist/realtime/index.d.ts",
|
|
@@ -210,5 +220,5 @@
|
|
|
210
220
|
}
|
|
211
221
|
}
|
|
212
222
|
},
|
|
213
|
-
"sdkContentHash": "sha256:
|
|
223
|
+
"sdkContentHash": "sha256:c08240c1cca14ff99b863e87cab123c4491fc3707cd154adbbe2c5729896f663"
|
|
214
224
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -4813,6 +4813,19 @@ export const bindings: BindingsMap = {
|
|
|
4813
4813
|
}
|
|
4814
4814
|
},
|
|
4815
4815
|
"template": {
|
|
4816
|
+
"archive": {
|
|
4817
|
+
"level": "write",
|
|
4818
|
+
"method": "POST",
|
|
4819
|
+
"operationKey": "mail_template_archive",
|
|
4820
|
+
"params": [
|
|
4821
|
+
{
|
|
4822
|
+
"in": "path",
|
|
4823
|
+
"name": "id"
|
|
4824
|
+
}
|
|
4825
|
+
],
|
|
4826
|
+
"path": "/mail/templates/:id/archive",
|
|
4827
|
+
"readOnly": false
|
|
4828
|
+
},
|
|
4816
4829
|
"create": {
|
|
4817
4830
|
"level": "write",
|
|
4818
4831
|
"method": "POST",
|
|
@@ -4872,6 +4885,12 @@ export const bindings: BindingsMap = {
|
|
|
4872
4885
|
"level": "read",
|
|
4873
4886
|
"method": "GET",
|
|
4874
4887
|
"operationKey": "mail_template_list",
|
|
4888
|
+
"params": [
|
|
4889
|
+
{
|
|
4890
|
+
"in": "query",
|
|
4891
|
+
"name": "include_archived"
|
|
4892
|
+
}
|
|
4893
|
+
],
|
|
4875
4894
|
"path": "/mail/templates",
|
|
4876
4895
|
"readOnly": true
|
|
4877
4896
|
},
|
|
@@ -4888,6 +4907,36 @@ export const bindings: BindingsMap = {
|
|
|
4888
4907
|
"path": "/mail/templates/:id/publish",
|
|
4889
4908
|
"readOnly": false
|
|
4890
4909
|
},
|
|
4910
|
+
"restore": {
|
|
4911
|
+
"level": "write",
|
|
4912
|
+
"method": "POST",
|
|
4913
|
+
"operationKey": "mail_template_restore",
|
|
4914
|
+
"params": [
|
|
4915
|
+
{
|
|
4916
|
+
"in": "path",
|
|
4917
|
+
"name": "id"
|
|
4918
|
+
},
|
|
4919
|
+
{
|
|
4920
|
+
"in": "path",
|
|
4921
|
+
"name": "revision"
|
|
4922
|
+
}
|
|
4923
|
+
],
|
|
4924
|
+
"path": "/mail/templates/:id/revisions/:revision/restore",
|
|
4925
|
+
"readOnly": false
|
|
4926
|
+
},
|
|
4927
|
+
"unarchive": {
|
|
4928
|
+
"level": "write",
|
|
4929
|
+
"method": "POST",
|
|
4930
|
+
"operationKey": "mail_template_unarchive",
|
|
4931
|
+
"params": [
|
|
4932
|
+
{
|
|
4933
|
+
"in": "path",
|
|
4934
|
+
"name": "id"
|
|
4935
|
+
}
|
|
4936
|
+
],
|
|
4937
|
+
"path": "/mail/templates/:id/unarchive",
|
|
4938
|
+
"readOnly": false
|
|
4939
|
+
},
|
|
4891
4940
|
"update": {
|
|
4892
4941
|
"level": "write",
|
|
4893
4942
|
"method": "PATCH",
|
|
@@ -4922,6 +4971,53 @@ export const bindings: BindingsMap = {
|
|
|
4922
4971
|
"readOnly": false
|
|
4923
4972
|
}
|
|
4924
4973
|
},
|
|
4974
|
+
"template-draft": {
|
|
4975
|
+
"discard": {
|
|
4976
|
+
"level": "write",
|
|
4977
|
+
"method": "DELETE",
|
|
4978
|
+
"operationKey": "mail_template_draft_discard",
|
|
4979
|
+
"params": [
|
|
4980
|
+
{
|
|
4981
|
+
"in": "path",
|
|
4982
|
+
"name": "id"
|
|
4983
|
+
}
|
|
4984
|
+
],
|
|
4985
|
+
"path": "/mail/templates/:id/draft",
|
|
4986
|
+
"readOnly": false
|
|
4987
|
+
}
|
|
4988
|
+
},
|
|
4989
|
+
"template-revision": {
|
|
4990
|
+
"get": {
|
|
4991
|
+
"level": "read",
|
|
4992
|
+
"method": "GET",
|
|
4993
|
+
"operationKey": "mail_template_revision_get",
|
|
4994
|
+
"params": [
|
|
4995
|
+
{
|
|
4996
|
+
"in": "path",
|
|
4997
|
+
"name": "id"
|
|
4998
|
+
},
|
|
4999
|
+
{
|
|
5000
|
+
"in": "path",
|
|
5001
|
+
"name": "revision"
|
|
5002
|
+
}
|
|
5003
|
+
],
|
|
5004
|
+
"path": "/mail/templates/:id/revisions/:revision",
|
|
5005
|
+
"readOnly": true
|
|
5006
|
+
},
|
|
5007
|
+
"list": {
|
|
5008
|
+
"level": "read",
|
|
5009
|
+
"method": "GET",
|
|
5010
|
+
"operationKey": "mail_template_revision_list",
|
|
5011
|
+
"params": [
|
|
5012
|
+
{
|
|
5013
|
+
"in": "path",
|
|
5014
|
+
"name": "id"
|
|
5015
|
+
}
|
|
5016
|
+
],
|
|
5017
|
+
"path": "/mail/templates/:id/revisions",
|
|
5018
|
+
"readOnly": true
|
|
5019
|
+
}
|
|
5020
|
+
},
|
|
4925
5021
|
"usage": {
|
|
4926
5022
|
"get": {
|
|
4927
5023
|
"level": "read",
|
|
@@ -7279,6 +7375,213 @@ export const bindings: BindingsMap = {
|
|
|
7279
7375
|
}
|
|
7280
7376
|
}
|
|
7281
7377
|
},
|
|
7378
|
+
"playground": {
|
|
7379
|
+
"analytics": {
|
|
7380
|
+
"overview": {
|
|
7381
|
+
"level": "read",
|
|
7382
|
+
"method": "POST",
|
|
7383
|
+
"operationKey": "playground_analytics_overview",
|
|
7384
|
+
"params": [
|
|
7385
|
+
{
|
|
7386
|
+
"in": "body",
|
|
7387
|
+
"name": "limit"
|
|
7388
|
+
}
|
|
7389
|
+
],
|
|
7390
|
+
"path": "/playground/analytics/overview",
|
|
7391
|
+
"readOnly": true
|
|
7392
|
+
}
|
|
7393
|
+
},
|
|
7394
|
+
"billing": {
|
|
7395
|
+
"entitlements": {
|
|
7396
|
+
"level": "read",
|
|
7397
|
+
"method": "POST",
|
|
7398
|
+
"operationKey": "playground_billing_entitlements",
|
|
7399
|
+
"path": "/playground/billing/entitlements",
|
|
7400
|
+
"readOnly": true
|
|
7401
|
+
},
|
|
7402
|
+
"record-usage": {
|
|
7403
|
+
"level": "write",
|
|
7404
|
+
"method": "POST",
|
|
7405
|
+
"operationKey": "playground_billing_record-usage",
|
|
7406
|
+
"params": [
|
|
7407
|
+
{
|
|
7408
|
+
"in": "body",
|
|
7409
|
+
"name": "value"
|
|
7410
|
+
}
|
|
7411
|
+
],
|
|
7412
|
+
"path": "/playground/billing/usage",
|
|
7413
|
+
"readOnly": false
|
|
7414
|
+
}
|
|
7415
|
+
},
|
|
7416
|
+
"clickup": {
|
|
7417
|
+
"create-task": {
|
|
7418
|
+
"level": "write",
|
|
7419
|
+
"method": "POST",
|
|
7420
|
+
"operationKey": "playground_clickup_create-task",
|
|
7421
|
+
"params": [
|
|
7422
|
+
{
|
|
7423
|
+
"in": "body",
|
|
7424
|
+
"name": "listId"
|
|
7425
|
+
},
|
|
7426
|
+
{
|
|
7427
|
+
"in": "body",
|
|
7428
|
+
"name": "name"
|
|
7429
|
+
}
|
|
7430
|
+
],
|
|
7431
|
+
"path": "/playground/clickup/tasks",
|
|
7432
|
+
"readOnly": false
|
|
7433
|
+
},
|
|
7434
|
+
"get-last-webhook": {
|
|
7435
|
+
"level": "read",
|
|
7436
|
+
"method": "GET",
|
|
7437
|
+
"operationKey": "playground_clickup_get-last-webhook",
|
|
7438
|
+
"path": "/playground/clickup/webhooks/last",
|
|
7439
|
+
"readOnly": true
|
|
7440
|
+
},
|
|
7441
|
+
"get-overview": {
|
|
7442
|
+
"level": "read",
|
|
7443
|
+
"method": "GET",
|
|
7444
|
+
"operationKey": "playground_clickup_get-overview",
|
|
7445
|
+
"path": "/playground/clickup/overview",
|
|
7446
|
+
"readOnly": true
|
|
7447
|
+
}
|
|
7448
|
+
},
|
|
7449
|
+
"echo": {
|
|
7450
|
+
"ping": {
|
|
7451
|
+
"level": "read",
|
|
7452
|
+
"method": "POST",
|
|
7453
|
+
"operationKey": "playground_echo_ping",
|
|
7454
|
+
"params": [
|
|
7455
|
+
{
|
|
7456
|
+
"in": "body",
|
|
7457
|
+
"name": "message"
|
|
7458
|
+
}
|
|
7459
|
+
],
|
|
7460
|
+
"path": "/playground/echo/ping",
|
|
7461
|
+
"readOnly": true
|
|
7462
|
+
}
|
|
7463
|
+
},
|
|
7464
|
+
"gdrive": {
|
|
7465
|
+
"get-last-change": {
|
|
7466
|
+
"level": "read",
|
|
7467
|
+
"method": "GET",
|
|
7468
|
+
"operationKey": "playground_gdrive_get-last-change",
|
|
7469
|
+
"path": "/playground/gdrive/changes/last",
|
|
7470
|
+
"readOnly": true
|
|
7471
|
+
},
|
|
7472
|
+
"read-file": {
|
|
7473
|
+
"level": "read",
|
|
7474
|
+
"method": "POST",
|
|
7475
|
+
"operationKey": "playground_gdrive_read-file",
|
|
7476
|
+
"params": [
|
|
7477
|
+
{
|
|
7478
|
+
"in": "body",
|
|
7479
|
+
"name": "fileId"
|
|
7480
|
+
}
|
|
7481
|
+
],
|
|
7482
|
+
"path": "/playground/gdrive/file",
|
|
7483
|
+
"readOnly": true
|
|
7484
|
+
}
|
|
7485
|
+
},
|
|
7486
|
+
"googleads": {
|
|
7487
|
+
"read-customer": {
|
|
7488
|
+
"level": "read",
|
|
7489
|
+
"method": "POST",
|
|
7490
|
+
"operationKey": "playground_googleads_read-customer",
|
|
7491
|
+
"path": "/playground/googleads/customer",
|
|
7492
|
+
"readOnly": true
|
|
7493
|
+
}
|
|
7494
|
+
},
|
|
7495
|
+
"lifecycle": {
|
|
7496
|
+
"get-state": {
|
|
7497
|
+
"level": "read",
|
|
7498
|
+
"method": "GET",
|
|
7499
|
+
"operationKey": "playground_lifecycle_get-state",
|
|
7500
|
+
"path": "/playground/lifecycle/state",
|
|
7501
|
+
"readOnly": true
|
|
7502
|
+
},
|
|
7503
|
+
"list-events": {
|
|
7504
|
+
"level": "read",
|
|
7505
|
+
"method": "GET",
|
|
7506
|
+
"operationKey": "playground_lifecycle_list-events",
|
|
7507
|
+
"path": "/playground/lifecycle/events",
|
|
7508
|
+
"readOnly": true
|
|
7509
|
+
}
|
|
7510
|
+
},
|
|
7511
|
+
"webhook": {
|
|
7512
|
+
"get-last": {
|
|
7513
|
+
"level": "read",
|
|
7514
|
+
"method": "GET",
|
|
7515
|
+
"operationKey": "playground_webhook_get-last",
|
|
7516
|
+
"path": "/playground/webhooks/last",
|
|
7517
|
+
"readOnly": true
|
|
7518
|
+
}
|
|
7519
|
+
},
|
|
7520
|
+
"workflow": {
|
|
7521
|
+
"echo": {
|
|
7522
|
+
"level": "write",
|
|
7523
|
+
"method": "POST",
|
|
7524
|
+
"operationKey": "playground_workflow_echo",
|
|
7525
|
+
"params": [
|
|
7526
|
+
{
|
|
7527
|
+
"in": "body",
|
|
7528
|
+
"name": "note"
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"in": "body",
|
|
7532
|
+
"name": "tags"
|
|
7533
|
+
}
|
|
7534
|
+
],
|
|
7535
|
+
"path": "/playground/workflow/echo",
|
|
7536
|
+
"readOnly": false
|
|
7537
|
+
},
|
|
7538
|
+
"echo-list": {
|
|
7539
|
+
"level": "read",
|
|
7540
|
+
"method": "GET",
|
|
7541
|
+
"operationKey": "playground_workflow_echo-list",
|
|
7542
|
+
"path": "/playground/workflow/echoes",
|
|
7543
|
+
"readOnly": true
|
|
7544
|
+
},
|
|
7545
|
+
"ping": {
|
|
7546
|
+
"level": "write",
|
|
7547
|
+
"method": "POST",
|
|
7548
|
+
"operationKey": "playground_workflow_ping",
|
|
7549
|
+
"params": [
|
|
7550
|
+
{
|
|
7551
|
+
"in": "body",
|
|
7552
|
+
"name": "kind"
|
|
7553
|
+
}
|
|
7554
|
+
],
|
|
7555
|
+
"path": "/playground/workflow/ping",
|
|
7556
|
+
"readOnly": false
|
|
7557
|
+
},
|
|
7558
|
+
"subjects-list": {
|
|
7559
|
+
"level": "read",
|
|
7560
|
+
"method": "GET",
|
|
7561
|
+
"operationKey": "playground_workflow_subjects-list",
|
|
7562
|
+
"params": [
|
|
7563
|
+
{
|
|
7564
|
+
"in": "query",
|
|
7565
|
+
"name": "last_activity_before"
|
|
7566
|
+
},
|
|
7567
|
+
{
|
|
7568
|
+
"in": "query",
|
|
7569
|
+
"name": "last_activity_after"
|
|
7570
|
+
},
|
|
7571
|
+
{
|
|
7572
|
+
"in": "query",
|
|
7573
|
+
"name": "limit"
|
|
7574
|
+
},
|
|
7575
|
+
{
|
|
7576
|
+
"in": "query",
|
|
7577
|
+
"name": "cursor"
|
|
7578
|
+
}
|
|
7579
|
+
],
|
|
7580
|
+
"path": "/playground/workflow/subjects",
|
|
7581
|
+
"readOnly": true
|
|
7582
|
+
}
|
|
7583
|
+
}
|
|
7584
|
+
},
|
|
7282
7585
|
"realtime": {
|
|
7283
7586
|
"archive": {
|
|
7284
7587
|
"export": {
|
|
@@ -10849,7 +11152,7 @@ export const bindings: BindingsMap = {
|
|
|
10849
11152
|
"readOnly": true
|
|
10850
11153
|
},
|
|
10851
11154
|
"set": {
|
|
10852
|
-
"level": "
|
|
11155
|
+
"level": "admin",
|
|
10853
11156
|
"method": "POST",
|
|
10854
11157
|
"operationKey": "workflow_killswitch_set",
|
|
10855
11158
|
"params": [
|
|
@@ -11159,7 +11462,7 @@ export const bindings: BindingsMap = {
|
|
|
11159
11462
|
},
|
|
11160
11463
|
"wait-list": {
|
|
11161
11464
|
"all": {
|
|
11162
|
-
"level": "
|
|
11465
|
+
"level": "admin",
|
|
11163
11466
|
"method": "GET",
|
|
11164
11467
|
"operationKey": "workflow_wait_list_all",
|
|
11165
11468
|
"params": [
|
|
@@ -11187,4 +11490,12 @@ export const bindings: BindingsMap = {
|
|
|
11187
11490
|
}
|
|
11188
11491
|
};
|
|
11189
11492
|
|
|
11190
|
-
export const wsBindings: WsBindingsMap = {
|
|
11493
|
+
export const wsBindings: WsBindingsMap = {
|
|
11494
|
+
"playground": {
|
|
11495
|
+
"ws": {
|
|
11496
|
+
"echo": {
|
|
11497
|
+
"path": "/playground/ws/echo"
|
|
11498
|
+
}
|
|
11499
|
+
}
|
|
11500
|
+
}
|
|
11501
|
+
};
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -507,16 +507,28 @@ import type {
|
|
|
507
507
|
MailSuppressionListOutput,
|
|
508
508
|
MailSuppressionRemoveInput,
|
|
509
509
|
MailSuppressionRemoveOutput,
|
|
510
|
+
MailTemplateArchiveInput,
|
|
511
|
+
MailTemplateArchiveOutput,
|
|
510
512
|
MailTemplateCreateInput,
|
|
511
513
|
MailTemplateCreateOutput,
|
|
512
514
|
MailTemplateDeleteInput,
|
|
513
515
|
MailTemplateDeleteOutput,
|
|
516
|
+
MailTemplateDraftDiscardInput,
|
|
517
|
+
MailTemplateDraftDiscardOutput,
|
|
514
518
|
MailTemplateGetInput,
|
|
515
519
|
MailTemplateGetOutput,
|
|
516
520
|
MailTemplateListInput,
|
|
517
521
|
MailTemplateListOutput,
|
|
518
522
|
MailTemplatePublishInput,
|
|
519
523
|
MailTemplatePublishOutput,
|
|
524
|
+
MailTemplateRestoreInput,
|
|
525
|
+
MailTemplateRestoreOutput,
|
|
526
|
+
MailTemplateRevisionGetInput,
|
|
527
|
+
MailTemplateRevisionGetOutput,
|
|
528
|
+
MailTemplateRevisionListInput,
|
|
529
|
+
MailTemplateRevisionListOutput,
|
|
530
|
+
MailTemplateUnarchiveInput,
|
|
531
|
+
MailTemplateUnarchiveOutput,
|
|
520
532
|
MailTemplateUpdateInput,
|
|
521
533
|
MailTemplateUpdateOutput,
|
|
522
534
|
MailUsageGetInput,
|
|
@@ -783,6 +795,40 @@ import type {
|
|
|
783
795
|
OrganizationXInstallOutput,
|
|
784
796
|
OrganizationYoutubeInstallInput,
|
|
785
797
|
OrganizationYoutubeInstallOutput,
|
|
798
|
+
PlaygroundAnalyticsOverviewInput,
|
|
799
|
+
PlaygroundAnalyticsOverviewOutput,
|
|
800
|
+
PlaygroundBillingEntitlementsInput,
|
|
801
|
+
PlaygroundBillingEntitlementsOutput,
|
|
802
|
+
PlaygroundBillingRecordUsageInput,
|
|
803
|
+
PlaygroundBillingRecordUsageOutput,
|
|
804
|
+
PlaygroundClickupCreateTaskInput,
|
|
805
|
+
PlaygroundClickupCreateTaskOutput,
|
|
806
|
+
PlaygroundClickupGetLastWebhookInput,
|
|
807
|
+
PlaygroundClickupGetLastWebhookOutput,
|
|
808
|
+
PlaygroundClickupGetOverviewInput,
|
|
809
|
+
PlaygroundClickupGetOverviewOutput,
|
|
810
|
+
PlaygroundEchoPingInput,
|
|
811
|
+
PlaygroundEchoPingOutput,
|
|
812
|
+
PlaygroundGdriveGetLastChangeInput,
|
|
813
|
+
PlaygroundGdriveGetLastChangeOutput,
|
|
814
|
+
PlaygroundGdriveReadFileInput,
|
|
815
|
+
PlaygroundGdriveReadFileOutput,
|
|
816
|
+
PlaygroundGoogleadsReadCustomerInput,
|
|
817
|
+
PlaygroundGoogleadsReadCustomerOutput,
|
|
818
|
+
PlaygroundLifecycleGetStateInput,
|
|
819
|
+
PlaygroundLifecycleGetStateOutput,
|
|
820
|
+
PlaygroundLifecycleListEventsInput,
|
|
821
|
+
PlaygroundLifecycleListEventsOutput,
|
|
822
|
+
PlaygroundWebhookGetLastInput,
|
|
823
|
+
PlaygroundWebhookGetLastOutput,
|
|
824
|
+
PlaygroundWorkflowEchoInput,
|
|
825
|
+
PlaygroundWorkflowEchoListInput,
|
|
826
|
+
PlaygroundWorkflowEchoListOutput,
|
|
827
|
+
PlaygroundWorkflowEchoOutput,
|
|
828
|
+
PlaygroundWorkflowPingInput,
|
|
829
|
+
PlaygroundWorkflowPingOutput,
|
|
830
|
+
PlaygroundWorkflowSubjectsListInput,
|
|
831
|
+
PlaygroundWorkflowSubjectsListOutput,
|
|
786
832
|
RealtimeArchiveExportInput,
|
|
787
833
|
RealtimeArchiveExportOutput,
|
|
788
834
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1659,13 +1705,23 @@ export interface GeneratedClient {
|
|
|
1659
1705
|
remove: ((input: MailSuppressionRemoveInput) => Promise<MailSuppressionRemoveOutput>) & Operation;
|
|
1660
1706
|
};
|
|
1661
1707
|
template: {
|
|
1708
|
+
archive: ((input: MailTemplateArchiveInput) => Promise<MailTemplateArchiveOutput>) & Operation;
|
|
1662
1709
|
create: ((input: MailTemplateCreateInput) => Promise<MailTemplateCreateOutput>) & Operation;
|
|
1663
1710
|
delete: ((input: MailTemplateDeleteInput) => Promise<MailTemplateDeleteOutput>) & Operation;
|
|
1664
1711
|
get: ((input: MailTemplateGetInput) => Promise<MailTemplateGetOutput>) & Operation;
|
|
1665
1712
|
list: ((input: MailTemplateListInput) => Promise<MailTemplateListOutput>) & Operation;
|
|
1666
1713
|
publish: ((input: MailTemplatePublishInput) => Promise<MailTemplatePublishOutput>) & Operation;
|
|
1714
|
+
restore: ((input: MailTemplateRestoreInput) => Promise<MailTemplateRestoreOutput>) & Operation;
|
|
1715
|
+
unarchive: ((input: MailTemplateUnarchiveInput) => Promise<MailTemplateUnarchiveOutput>) & Operation;
|
|
1667
1716
|
update: ((input: MailTemplateUpdateInput) => Promise<MailTemplateUpdateOutput>) & Operation;
|
|
1668
1717
|
};
|
|
1718
|
+
'template-draft': {
|
|
1719
|
+
discard: ((input: MailTemplateDraftDiscardInput) => Promise<MailTemplateDraftDiscardOutput>) & Operation;
|
|
1720
|
+
};
|
|
1721
|
+
'template-revision': {
|
|
1722
|
+
get: ((input: MailTemplateRevisionGetInput) => Promise<MailTemplateRevisionGetOutput>) & Operation;
|
|
1723
|
+
list: ((input: MailTemplateRevisionListInput) => Promise<MailTemplateRevisionListOutput>) & Operation;
|
|
1724
|
+
};
|
|
1669
1725
|
usage: {
|
|
1670
1726
|
get: ((input: MailUsageGetInput) => Promise<MailUsageGetOutput>) & Operation;
|
|
1671
1727
|
};
|
|
@@ -1891,6 +1947,43 @@ export interface GeneratedClient {
|
|
|
1891
1947
|
install: ((input: OrganizationYoutubeInstallInput) => Promise<OrganizationYoutubeInstallOutput>) & Operation;
|
|
1892
1948
|
};
|
|
1893
1949
|
};
|
|
1950
|
+
playground: {
|
|
1951
|
+
analytics: {
|
|
1952
|
+
overview: ((input: PlaygroundAnalyticsOverviewInput) => Promise<PlaygroundAnalyticsOverviewOutput>) & Operation;
|
|
1953
|
+
};
|
|
1954
|
+
billing: {
|
|
1955
|
+
entitlements: ((input: PlaygroundBillingEntitlementsInput) => Promise<PlaygroundBillingEntitlementsOutput>) & Operation;
|
|
1956
|
+
'record-usage': ((input: PlaygroundBillingRecordUsageInput) => Promise<PlaygroundBillingRecordUsageOutput>) & Operation;
|
|
1957
|
+
};
|
|
1958
|
+
clickup: {
|
|
1959
|
+
'create-task': ((input: PlaygroundClickupCreateTaskInput) => Promise<PlaygroundClickupCreateTaskOutput>) & Operation;
|
|
1960
|
+
'get-last-webhook': ((input: PlaygroundClickupGetLastWebhookInput) => Promise<PlaygroundClickupGetLastWebhookOutput>) & Operation;
|
|
1961
|
+
'get-overview': ((input: PlaygroundClickupGetOverviewInput) => Promise<PlaygroundClickupGetOverviewOutput>) & Operation;
|
|
1962
|
+
};
|
|
1963
|
+
echo: {
|
|
1964
|
+
ping: ((input: PlaygroundEchoPingInput) => Promise<PlaygroundEchoPingOutput>) & Operation;
|
|
1965
|
+
};
|
|
1966
|
+
gdrive: {
|
|
1967
|
+
'get-last-change': ((input: PlaygroundGdriveGetLastChangeInput) => Promise<PlaygroundGdriveGetLastChangeOutput>) & Operation;
|
|
1968
|
+
'read-file': ((input: PlaygroundGdriveReadFileInput) => Promise<PlaygroundGdriveReadFileOutput>) & Operation;
|
|
1969
|
+
};
|
|
1970
|
+
googleads: {
|
|
1971
|
+
'read-customer': ((input: PlaygroundGoogleadsReadCustomerInput) => Promise<PlaygroundGoogleadsReadCustomerOutput>) & Operation;
|
|
1972
|
+
};
|
|
1973
|
+
lifecycle: {
|
|
1974
|
+
'get-state': ((input: PlaygroundLifecycleGetStateInput) => Promise<PlaygroundLifecycleGetStateOutput>) & Operation;
|
|
1975
|
+
'list-events': ((input: PlaygroundLifecycleListEventsInput) => Promise<PlaygroundLifecycleListEventsOutput>) & Operation;
|
|
1976
|
+
};
|
|
1977
|
+
webhook: {
|
|
1978
|
+
'get-last': ((input: PlaygroundWebhookGetLastInput) => Promise<PlaygroundWebhookGetLastOutput>) & Operation;
|
|
1979
|
+
};
|
|
1980
|
+
workflow: {
|
|
1981
|
+
echo: ((input: PlaygroundWorkflowEchoInput) => Promise<PlaygroundWorkflowEchoOutput>) & Operation;
|
|
1982
|
+
'echo-list': ((input: PlaygroundWorkflowEchoListInput) => Promise<PlaygroundWorkflowEchoListOutput>) & Operation;
|
|
1983
|
+
ping: ((input: PlaygroundWorkflowPingInput) => Promise<PlaygroundWorkflowPingOutput>) & Operation;
|
|
1984
|
+
'subjects-list': ((input: PlaygroundWorkflowSubjectsListInput) => Promise<PlaygroundWorkflowSubjectsListOutput>) & Operation;
|
|
1985
|
+
};
|
|
1986
|
+
};
|
|
1894
1987
|
realtime: {
|
|
1895
1988
|
archive: {
|
|
1896
1989
|
export: ((input: RealtimeArchiveExportInput) => Promise<RealtimeArchiveExportOutput>) & Operation;
|
package/src/gen/mail/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { MailApikeyCreateInput, MailApikeyCreateOutput, MailApikeyDeleteInput, MailApikeyDeleteOutput, MailApikeyListInput, MailApikeyListOutput, MailAudienceCreateInput, MailAudienceCreateOutput, MailAudienceDeleteInput, MailAudienceDeleteOutput, MailAudienceGetInput, MailAudienceGetOutput, MailAudienceListInput, MailAudienceListOutput, MailAudienceUpdateInput, MailAudienceUpdateOutput, MailBroadcastCancelInput, MailBroadcastCancelOutput, MailBroadcastCreateInput, MailBroadcastCreateOutput, MailBroadcastDeleteInput, MailBroadcastDeleteOutput, MailBroadcastGetInput, MailBroadcastGetOutput, MailBroadcastListInput, MailBroadcastListOutput, MailBroadcastQueueInput, MailBroadcastQueueOutput, MailBroadcastStatsInput, MailBroadcastStatsOutput, MailBroadcastUpdateInput, MailBroadcastUpdateOutput, MailContactCreateInput, MailContactCreateOutput, MailContactDeleteInput, MailContactDeleteOutput, MailContactGetInput, MailContactGetOutput, MailContactListInput, MailContactListOutput, MailContactUpdateInput, MailContactUpdateOutput, MailDomainAllowedListInput, MailDomainAllowedListOutput, MailDomainCreateInput, MailDomainCreateOutput, MailDomainDeleteInput, MailDomainDeleteOutput, MailDomainGetInput, MailDomainGetOutput, MailDomainListInput, MailDomainListOutput, MailDomainUpdateInput, MailDomainUpdateOutput, MailDomainVerifyInput, MailDomainVerifyOutput, MailEmailCancelInput, MailEmailCancelOutput, MailEmailGetInput, MailEmailGetOutput, MailEmailSendBatchInput, MailEmailSendBatchOutput, MailEmailSendInput, MailEmailSendOutput, MailEmailUpdateInput, MailEmailUpdateOutput, MailReputationGetInput, MailReputationGetOutput, MailStatsGetInput, MailStatsGetOutput, MailSuppressionAddInput, MailSuppressionAddOutput, MailSuppressionListInput, MailSuppressionListOutput, MailSuppressionRemoveInput, MailSuppressionRemoveOutput, MailTemplateCreateInput, MailTemplateCreateOutput, MailTemplateDeleteInput, MailTemplateDeleteOutput, MailTemplateGetInput, MailTemplateGetOutput, MailTemplateListInput, MailTemplateListOutput, MailTemplatePublishInput, MailTemplatePublishOutput, MailTemplateUpdateInput, MailTemplateUpdateOutput, MailUsageGetInput, MailUsageGetOutput, MailWebhookCreateInput, MailWebhookCreateOutput, MailWebhookDeleteInput, MailWebhookDeleteOutput, MailWebhookDeliveriesListInput, MailWebhookDeliveriesListOutput, MailWebhookGetInput, MailWebhookGetOutput, MailWebhookListInput, MailWebhookListOutput, MailWebhookUpdateInput, MailWebhookUpdateOutput } from '../types.gen';
|
|
3
|
+
export type { MailApikeyCreateInput, MailApikeyCreateOutput, MailApikeyDeleteInput, MailApikeyDeleteOutput, MailApikeyListInput, MailApikeyListOutput, MailAudienceCreateInput, MailAudienceCreateOutput, MailAudienceDeleteInput, MailAudienceDeleteOutput, MailAudienceGetInput, MailAudienceGetOutput, MailAudienceListInput, MailAudienceListOutput, MailAudienceUpdateInput, MailAudienceUpdateOutput, MailBroadcastCancelInput, MailBroadcastCancelOutput, MailBroadcastCreateInput, MailBroadcastCreateOutput, MailBroadcastDeleteInput, MailBroadcastDeleteOutput, MailBroadcastGetInput, MailBroadcastGetOutput, MailBroadcastListInput, MailBroadcastListOutput, MailBroadcastQueueInput, MailBroadcastQueueOutput, MailBroadcastStatsInput, MailBroadcastStatsOutput, MailBroadcastUpdateInput, MailBroadcastUpdateOutput, MailContactCreateInput, MailContactCreateOutput, MailContactDeleteInput, MailContactDeleteOutput, MailContactGetInput, MailContactGetOutput, MailContactListInput, MailContactListOutput, MailContactUpdateInput, MailContactUpdateOutput, MailDomainAllowedListInput, MailDomainAllowedListOutput, MailDomainCreateInput, MailDomainCreateOutput, MailDomainDeleteInput, MailDomainDeleteOutput, MailDomainGetInput, MailDomainGetOutput, MailDomainListInput, MailDomainListOutput, MailDomainUpdateInput, MailDomainUpdateOutput, MailDomainVerifyInput, MailDomainVerifyOutput, MailEmailCancelInput, MailEmailCancelOutput, MailEmailGetInput, MailEmailGetOutput, MailEmailSendBatchInput, MailEmailSendBatchOutput, MailEmailSendInput, MailEmailSendOutput, MailEmailUpdateInput, MailEmailUpdateOutput, MailReputationGetInput, MailReputationGetOutput, MailStatsGetInput, MailStatsGetOutput, MailSuppressionAddInput, MailSuppressionAddOutput, MailSuppressionListInput, MailSuppressionListOutput, MailSuppressionRemoveInput, MailSuppressionRemoveOutput, MailTemplateArchiveInput, MailTemplateArchiveOutput, MailTemplateCreateInput, MailTemplateCreateOutput, MailTemplateDeleteInput, MailTemplateDeleteOutput, MailTemplateDraftDiscardInput, MailTemplateDraftDiscardOutput, MailTemplateGetInput, MailTemplateGetOutput, MailTemplateListInput, MailTemplateListOutput, MailTemplatePublishInput, MailTemplatePublishOutput, MailTemplateRestoreInput, MailTemplateRestoreOutput, MailTemplateRevisionGetInput, MailTemplateRevisionGetOutput, MailTemplateRevisionListInput, MailTemplateRevisionListOutput, MailTemplateUnarchiveInput, MailTemplateUnarchiveOutput, MailTemplateUpdateInput, MailTemplateUpdateOutput, MailUsageGetInput, MailUsageGetOutput, MailWebhookCreateInput, MailWebhookCreateOutput, MailWebhookDeleteInput, MailWebhookDeleteOutput, MailWebhookDeliveriesListInput, MailWebhookDeliveriesListOutput, MailWebhookGetInput, MailWebhookGetOutput, MailWebhookListInput, MailWebhookListOutput, MailWebhookUpdateInput, MailWebhookUpdateOutput } from '../types.gen';
|