@lovable.dev/sdk 1.4.1 → 1.7.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/README.md +21 -2
- package/dist/index.d.ts +4361 -1408
- package/dist/index.js +15 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas.d.ts +1066 -369
- package/dist/schemas.js +412 -182
- package/dist/schemas.js.map +1 -1
- package/dist/workflows.d.ts +233 -0
- package/dist/workflows.js +1250 -0
- package/dist/workflows.js.map +1 -0
- package/package.json +5 -1
- package/src/client.ts +20 -4
- package/src/generated/paths.ts +4248 -1301
- package/src/generated/version.ts +2 -0
- package/src/generated/zod/zod.gen.ts +448 -190
- package/src/types.ts +9 -3
package/dist/schemas.d.ts
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import * as z$1 from "zod";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
//#region src/generated/zod/zod.gen.d.ts
|
|
4
|
-
declare const CommonSeamlessConnectorCreatorSchema: z$1.ZodObject<{
|
|
5
|
-
name: z$1.ZodString;
|
|
6
|
-
url: z$1.ZodString;
|
|
7
|
-
}, z$1.core.$strip>;
|
|
8
4
|
declare const CommonSeamlessConnectorFeatureSchema: z$1.ZodObject<{
|
|
9
5
|
body: z$1.ZodOptional<z$1.ZodString>;
|
|
10
6
|
items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
@@ -18,43 +14,13 @@ declare const CommonSeamlessConnectorPermissionSchema: z$1.ZodObject<{
|
|
|
18
14
|
is_primary: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
19
15
|
name: z$1.ZodString;
|
|
20
16
|
}, z$1.core.$strip>;
|
|
21
|
-
declare const
|
|
17
|
+
declare const CompanyCreatorSchema: z$1.ZodObject<{
|
|
18
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
22
19
|
name: z$1.ZodString;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
declare const AppUserConnectorApiSchema: z$1.ZodObject<{
|
|
26
|
-
can_restrict_to_admins: z$1.ZodBoolean;
|
|
27
|
-
categories: z$1.ZodArray<z$1.ZodEnum<{
|
|
28
|
-
custom: "custom";
|
|
29
|
-
ecommerce: "ecommerce";
|
|
30
|
-
marketing: "marketing";
|
|
31
|
-
productivity: "productivity";
|
|
32
|
-
sales: "sales";
|
|
33
|
-
support: "support";
|
|
34
|
-
other: "other";
|
|
35
|
-
messaging: "messaging";
|
|
36
|
-
coming_soon: "coming_soon";
|
|
37
|
-
development: "development";
|
|
38
|
-
payments: "payments";
|
|
39
|
-
}>>;
|
|
40
|
-
creator: z$1.ZodObject<{
|
|
41
|
-
name: z$1.ZodString;
|
|
42
|
-
url: z$1.ZodString;
|
|
43
|
-
}, z$1.core.$strip>;
|
|
44
|
-
display_name: z$1.ZodString;
|
|
45
|
-
documentation_url: z$1.ZodString;
|
|
46
|
-
features: z$1.ZodString;
|
|
47
|
-
has_clients: z$1.ZodBoolean;
|
|
48
|
-
id: z$1.ZodString;
|
|
49
|
-
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
50
|
-
long_description: z$1.ZodString;
|
|
51
|
-
search_tags: z$1.ZodArray<z$1.ZodString>;
|
|
52
|
-
short_description: z$1.ZodString;
|
|
53
|
-
terms_url: z$1.ZodOptional<z$1.ZodString>;
|
|
54
|
-
who_can_create: z$1.ZodEnum<{
|
|
55
|
-
editors_and_admins: "editors_and_admins";
|
|
56
|
-
admins_only: "admins_only";
|
|
20
|
+
type: z$1.ZodEnum<{
|
|
21
|
+
company: "company";
|
|
57
22
|
}>;
|
|
23
|
+
url: z$1.ZodString;
|
|
58
24
|
}, z$1.core.$strip>;
|
|
59
25
|
declare const DiffLineSchema: z$1.ZodObject<{
|
|
60
26
|
content: z$1.ZodString;
|
|
@@ -87,23 +53,12 @@ declare const ErrorModelSchema: z$1.ZodObject<{
|
|
|
87
53
|
title: z$1.ZodOptional<z$1.ZodString>;
|
|
88
54
|
type: z$1.ZodOptional<z$1.ZodString>;
|
|
89
55
|
}, z$1.core.$strip>;
|
|
90
|
-
declare const FeatureDescriptionSchema: z$1.ZodObject<{
|
|
91
|
-
body: z$1.ZodOptional<z$1.ZodString>;
|
|
92
|
-
items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
93
|
-
title: z$1.ZodString;
|
|
94
|
-
}, z$1.core.$strip>;
|
|
95
|
-
declare const GetMeCapabilitiesSchema: z$1.ZodObject<{
|
|
96
|
-
project_variants: z$1.ZodBoolean;
|
|
97
|
-
}, z$1.core.$strip>;
|
|
98
56
|
declare const GetMeWorkspaceSchema: z$1.ZodObject<{
|
|
99
57
|
id: z$1.ZodString;
|
|
100
58
|
name: z$1.ZodString;
|
|
101
59
|
role: z$1.ZodString;
|
|
102
60
|
}, z$1.core.$strip>;
|
|
103
61
|
declare const GetMeOutputBodySchema: z$1.ZodObject<{
|
|
104
|
-
capabilities: z$1.ZodOptional<z$1.ZodObject<{
|
|
105
|
-
project_variants: z$1.ZodBoolean;
|
|
106
|
-
}, z$1.core.$strip>>;
|
|
107
62
|
email: z$1.ZodString;
|
|
108
63
|
id: z$1.ZodString;
|
|
109
64
|
name: z$1.ZodString;
|
|
@@ -153,6 +108,22 @@ declare const ListDataSchema: z$1.ZodObject<{
|
|
|
153
108
|
}, z$1.core.$strip>>>;
|
|
154
109
|
label: z$1.ZodString;
|
|
155
110
|
}, z$1.core.$strip>;
|
|
111
|
+
declare const ChannelListsGroupSchema: z$1.ZodObject<{
|
|
112
|
+
page: z$1.ZodObject<{
|
|
113
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
114
|
+
label: z$1.ZodString;
|
|
115
|
+
value: z$1.ZodNumber;
|
|
116
|
+
}, z$1.core.$strip>>>;
|
|
117
|
+
label: z$1.ZodString;
|
|
118
|
+
}, z$1.core.$strip>;
|
|
119
|
+
source: z$1.ZodObject<{
|
|
120
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
121
|
+
label: z$1.ZodString;
|
|
122
|
+
value: z$1.ZodNumber;
|
|
123
|
+
}, z$1.core.$strip>>>;
|
|
124
|
+
label: z$1.ZodString;
|
|
125
|
+
}, z$1.core.$strip>;
|
|
126
|
+
}, z$1.core.$strip>;
|
|
156
127
|
declare const ListsGroupSchema: z$1.ZodObject<{
|
|
157
128
|
country: z$1.ZodObject<{
|
|
158
129
|
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -183,8 +154,11 @@ declare const ListsGroupSchema: z$1.ZodObject<{
|
|
|
183
154
|
label: z$1.ZodString;
|
|
184
155
|
}, z$1.core.$strip>;
|
|
185
156
|
}, z$1.core.$strip>;
|
|
186
|
-
declare const
|
|
157
|
+
declare const LovableCreatorSchema: z$1.ZodObject<{
|
|
187
158
|
name: z$1.ZodString;
|
|
159
|
+
type: z$1.ZodEnum<{
|
|
160
|
+
lovable: "lovable";
|
|
161
|
+
}>;
|
|
188
162
|
url: z$1.ZodString;
|
|
189
163
|
}, z$1.core.$strip>;
|
|
190
164
|
declare const PaginationSchema: z$1.ZodObject<{
|
|
@@ -277,7 +251,6 @@ declare const CursorListResponsePublicV1ConnectorItemSchema: z$1.ZodObject<{
|
|
|
277
251
|
declare const PublicV1CreateProjectResponseSchema: z$1.ZodObject<{
|
|
278
252
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
279
253
|
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
280
|
-
embed_url: z$1.ZodOptional<z$1.ZodString>;
|
|
281
254
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
282
255
|
is_published: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
283
256
|
job_id: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -285,6 +258,7 @@ declare const PublicV1CreateProjectResponseSchema: z$1.ZodObject<{
|
|
|
285
258
|
latest_screenshot_url: z$1.ZodOptional<z$1.ZodString>;
|
|
286
259
|
message_id: z$1.ZodOptional<z$1.ZodString>;
|
|
287
260
|
name: z$1.ZodOptional<z$1.ZodString>;
|
|
261
|
+
preview_url: z$1.ZodOptional<z$1.ZodString>;
|
|
288
262
|
status: z$1.ZodOptional<z$1.ZodString>;
|
|
289
263
|
url: z$1.ZodOptional<z$1.ZodString>;
|
|
290
264
|
visibility: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -309,6 +283,7 @@ declare const PublicV1GitFilesResponseSchema: z$1.ZodObject<{
|
|
|
309
283
|
ref: z$1.ZodString;
|
|
310
284
|
}, z$1.core.$strip>;
|
|
311
285
|
declare const PublicV1PatchProjectBodySchema: z$1.ZodObject<{
|
|
286
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
312
287
|
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
313
288
|
visibility: z$1.ZodOptional<z$1.ZodEnum<{
|
|
314
289
|
draft: "draft";
|
|
@@ -326,9 +301,9 @@ declare const PublicV1ProjectListItemSchema: z$1.ZodObject<{
|
|
|
326
301
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
327
302
|
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
328
303
|
folder_id: z$1.ZodOptional<z$1.ZodString>;
|
|
304
|
+
generated_description: z$1.ZodOptional<z$1.ZodString>;
|
|
329
305
|
id: z$1.ZodString;
|
|
330
306
|
is_published: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
331
|
-
is_template: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
332
307
|
last_edited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
333
308
|
latest_screenshot_url: z$1.ZodOptional<z$1.ZodString>;
|
|
334
309
|
name: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -349,9 +324,9 @@ declare const CursorListResponsePublicV1ProjectListItemSchema: z$1.ZodObject<{
|
|
|
349
324
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
350
325
|
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
351
326
|
folder_id: z$1.ZodOptional<z$1.ZodString>;
|
|
327
|
+
generated_description: z$1.ZodOptional<z$1.ZodString>;
|
|
352
328
|
id: z$1.ZodString;
|
|
353
329
|
is_published: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
354
|
-
is_template: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
355
330
|
last_edited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
356
331
|
latest_screenshot_url: z$1.ZodOptional<z$1.ZodString>;
|
|
357
332
|
name: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -387,6 +362,47 @@ declare const PublicV1ProjectRemixInputBodySchema: z$1.ZodObject<{
|
|
|
387
362
|
source_project_id: z$1.ZodString;
|
|
388
363
|
workspace_id: z$1.ZodString;
|
|
389
364
|
}, z$1.core.$strip>;
|
|
365
|
+
declare const PublicV1PublishAudienceTargetSchema: z$1.ZodObject<{
|
|
366
|
+
id: z$1.ZodString;
|
|
367
|
+
type: z$1.ZodEnum<{
|
|
368
|
+
group: "group";
|
|
369
|
+
user: "user";
|
|
370
|
+
}>;
|
|
371
|
+
}, z$1.core.$strip>;
|
|
372
|
+
declare const PublicV1PublishProjectInputBodySchema: z$1.ZodObject<{
|
|
373
|
+
audience: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
374
|
+
id: z$1.ZodString;
|
|
375
|
+
type: z$1.ZodEnum<{
|
|
376
|
+
group: "group";
|
|
377
|
+
user: "user";
|
|
378
|
+
}>;
|
|
379
|
+
}, z$1.core.$strip>>>>;
|
|
380
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
381
|
+
visibility: z$1.ZodOptional<z$1.ZodEnum<{
|
|
382
|
+
custom: "custom";
|
|
383
|
+
workspace: "workspace";
|
|
384
|
+
public: "public";
|
|
385
|
+
}>>;
|
|
386
|
+
}, z$1.core.$strip>;
|
|
387
|
+
declare const PublicV1PublishProjectResponseSchema: z$1.ZodObject<{
|
|
388
|
+
deployment_id: z$1.ZodOptional<z$1.ZodString>;
|
|
389
|
+
status: z$1.ZodString;
|
|
390
|
+
url: z$1.ZodOptional<z$1.ZodString>;
|
|
391
|
+
visibility: z$1.ZodString;
|
|
392
|
+
}, z$1.core.$strip>;
|
|
393
|
+
declare const PublicV1PublishStatusResponseSchema: z$1.ZodObject<{
|
|
394
|
+
deployment_id: z$1.ZodString;
|
|
395
|
+
error_class: z$1.ZodOptional<z$1.ZodString>;
|
|
396
|
+
error_code: z$1.ZodOptional<z$1.ZodString>;
|
|
397
|
+
error_message: z$1.ZodOptional<z$1.ZodString>;
|
|
398
|
+
status: z$1.ZodEnum<{
|
|
399
|
+
unknown: "unknown";
|
|
400
|
+
error: "error";
|
|
401
|
+
running: "running";
|
|
402
|
+
completed: "completed";
|
|
403
|
+
}>;
|
|
404
|
+
url: z$1.ZodOptional<z$1.ZodString>;
|
|
405
|
+
}, z$1.core.$strip>;
|
|
390
406
|
declare const PublicV1SetProjectKnowledgeInputBodySchema: z$1.ZodObject<{
|
|
391
407
|
content: z$1.ZodString;
|
|
392
408
|
project_id: z$1.ZodString;
|
|
@@ -395,6 +411,26 @@ declare const PublicV1SetProjectSkillEnabledInputBodySchema: z$1.ZodObject<{
|
|
|
395
411
|
enabled: z$1.ZodBoolean;
|
|
396
412
|
project_id: z$1.ZodString;
|
|
397
413
|
}, z$1.core.$strip>;
|
|
414
|
+
declare const PublicV1UpdatePublishSettingsInputBodySchema: z$1.ZodObject<{
|
|
415
|
+
audience: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
416
|
+
id: z$1.ZodString;
|
|
417
|
+
type: z$1.ZodEnum<{
|
|
418
|
+
group: "group";
|
|
419
|
+
user: "user";
|
|
420
|
+
}>;
|
|
421
|
+
}, z$1.core.$strip>>>>;
|
|
422
|
+
is_published: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
423
|
+
visibility: z$1.ZodOptional<z$1.ZodEnum<{
|
|
424
|
+
custom: "custom";
|
|
425
|
+
workspace: "workspace";
|
|
426
|
+
public: "public";
|
|
427
|
+
}>>;
|
|
428
|
+
}, z$1.core.$strip>;
|
|
429
|
+
declare const PublicV1UpdatePublishSettingsResponseSchema: z$1.ZodObject<{
|
|
430
|
+
is_published: z$1.ZodBoolean;
|
|
431
|
+
url: z$1.ZodOptional<z$1.ZodString>;
|
|
432
|
+
visibility: z$1.ZodString;
|
|
433
|
+
}, z$1.core.$strip>;
|
|
398
434
|
declare const PublicV1WorkspaceSchema: z$1.ZodObject<{
|
|
399
435
|
created_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
400
436
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -407,29 +443,13 @@ declare const PublicV1WorkspaceSchema: z$1.ZodObject<{
|
|
|
407
443
|
}, z$1.core.$strip>;
|
|
408
444
|
declare const PublicV1WorkspaceMemberSchema: z$1.ZodObject<{
|
|
409
445
|
joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
410
|
-
role: z$1.
|
|
411
|
-
none: "none";
|
|
412
|
-
owner: "owner";
|
|
413
|
-
admin: "admin";
|
|
414
|
-
member: "member";
|
|
415
|
-
viewer: "viewer";
|
|
416
|
-
collaborator: "collaborator";
|
|
417
|
-
invited: "invited";
|
|
418
|
-
}>;
|
|
446
|
+
role: z$1.ZodString;
|
|
419
447
|
user_id: z$1.ZodString;
|
|
420
448
|
}, z$1.core.$strip>;
|
|
421
449
|
declare const PublicV1GetWorkspaceBodySchema: z$1.ZodObject<{
|
|
422
450
|
current_member: z$1.ZodOptional<z$1.ZodObject<{
|
|
423
451
|
joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
424
|
-
role: z$1.
|
|
425
|
-
none: "none";
|
|
426
|
-
owner: "owner";
|
|
427
|
-
admin: "admin";
|
|
428
|
-
member: "member";
|
|
429
|
-
viewer: "viewer";
|
|
430
|
-
collaborator: "collaborator";
|
|
431
|
-
invited: "invited";
|
|
432
|
-
}>;
|
|
452
|
+
role: z$1.ZodString;
|
|
433
453
|
user_id: z$1.ZodString;
|
|
434
454
|
}, z$1.core.$strip>>;
|
|
435
455
|
workspace: z$1.ZodObject<{
|
|
@@ -450,15 +470,7 @@ declare const PublicV1WorkspaceWithMembershipSchema: z$1.ZodObject<{
|
|
|
450
470
|
image_url: z$1.ZodOptional<z$1.ZodString>;
|
|
451
471
|
membership: z$1.ZodOptional<z$1.ZodObject<{
|
|
452
472
|
joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
453
|
-
role: z$1.
|
|
454
|
-
none: "none";
|
|
455
|
-
owner: "owner";
|
|
456
|
-
admin: "admin";
|
|
457
|
-
member: "member";
|
|
458
|
-
viewer: "viewer";
|
|
459
|
-
collaborator: "collaborator";
|
|
460
|
-
invited: "invited";
|
|
461
|
-
}>;
|
|
473
|
+
role: z$1.ZodString;
|
|
462
474
|
user_id: z$1.ZodString;
|
|
463
475
|
}, z$1.core.$strip>>;
|
|
464
476
|
name: z$1.ZodString;
|
|
@@ -466,42 +478,29 @@ declare const PublicV1WorkspaceWithMembershipSchema: z$1.ZodObject<{
|
|
|
466
478
|
plan: z$1.ZodString;
|
|
467
479
|
updated_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
468
480
|
}, z$1.core.$strip>;
|
|
481
|
+
declare const RemixJobFailureSchema: z$1.ZodObject<{
|
|
482
|
+
code: z$1.ZodOptional<z$1.ZodString>;
|
|
483
|
+
failed_step: z$1.ZodString;
|
|
484
|
+
message: z$1.ZodString;
|
|
485
|
+
}, z$1.core.$strip>;
|
|
469
486
|
declare const RemixJobStepInfoSchema: z$1.ZodObject<{
|
|
487
|
+
failure: z$1.ZodOptional<z$1.ZodObject<{
|
|
488
|
+
code: z$1.ZodOptional<z$1.ZodString>;
|
|
489
|
+
failed_step: z$1.ZodString;
|
|
490
|
+
message: z$1.ZodString;
|
|
491
|
+
}, z$1.core.$strip>>;
|
|
470
492
|
integration_name: z$1.ZodOptional<z$1.ZodString>;
|
|
471
493
|
status: z$1.ZodOptional<z$1.ZodString>;
|
|
472
494
|
step: z$1.ZodString;
|
|
473
495
|
}, z$1.core.$strip>;
|
|
474
|
-
declare const
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
display_name: z$1.ZodString;
|
|
483
|
-
documentation_url: z$1.ZodString;
|
|
484
|
-
features: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
485
|
-
body: z$1.ZodOptional<z$1.ZodString>;
|
|
486
|
-
items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
487
|
-
title: z$1.ZodString;
|
|
488
|
-
}, z$1.core.$strip>>>>;
|
|
489
|
-
id: z$1.ZodString;
|
|
490
|
-
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
491
|
-
level: z$1.ZodString;
|
|
492
|
-
logo_id: z$1.ZodOptional<z$1.ZodString>;
|
|
493
|
-
manual_connect_hint: z$1.ZodOptional<z$1.ZodString>;
|
|
494
|
-
permissions: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
495
|
-
control_type: z$1.ZodOptional<z$1.ZodString>;
|
|
496
|
-
default_preference: z$1.ZodString;
|
|
497
|
-
description: z$1.ZodString;
|
|
498
|
-
display_name: z$1.ZodString;
|
|
499
|
-
is_primary: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
500
|
-
name: z$1.ZodString;
|
|
501
|
-
}, z$1.core.$strip>>>;
|
|
502
|
-
searchTags: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
|
|
503
|
-
short_description: z$1.ZodString;
|
|
504
|
-
toolIntegrationName: z$1.ZodOptional<z$1.ZodString>;
|
|
496
|
+
declare const RemixWarningSchema: z$1.ZodObject<{
|
|
497
|
+
code: z$1.ZodEnum<{
|
|
498
|
+
edge_functions_not_deployed: "edge_functions_not_deployed";
|
|
499
|
+
integration_skipped: "integration_skipped";
|
|
500
|
+
}>;
|
|
501
|
+
failed_edge_functions: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
|
|
502
|
+
reason: z$1.ZodOptional<z$1.ZodString>;
|
|
503
|
+
skipped_integration: z$1.ZodOptional<z$1.ZodString>;
|
|
505
504
|
}, z$1.core.$strip>;
|
|
506
505
|
declare const SearchProjectItemSchema: z$1.ZodObject<{
|
|
507
506
|
abandoned_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
@@ -643,72 +642,6 @@ declare const StandardConnectorPromotionSchema: z$1.ZodObject<{
|
|
|
643
642
|
message: z$1.ZodString;
|
|
644
643
|
until: z$1.ZodISODateTime;
|
|
645
644
|
}, z$1.core.$strip>;
|
|
646
|
-
declare const StandardConnectorApiSchema: z$1.ZodObject<{
|
|
647
|
-
can_be_managed: z$1.ZodBoolean;
|
|
648
|
-
can_restrict_to_admins: z$1.ZodBoolean;
|
|
649
|
-
categories: z$1.ZodArray<z$1.ZodEnum<{
|
|
650
|
-
custom: "custom";
|
|
651
|
-
ecommerce: "ecommerce";
|
|
652
|
-
marketing: "marketing";
|
|
653
|
-
productivity: "productivity";
|
|
654
|
-
sales: "sales";
|
|
655
|
-
support: "support";
|
|
656
|
-
other: "other";
|
|
657
|
-
messaging: "messaging";
|
|
658
|
-
coming_soon: "coming_soon";
|
|
659
|
-
development: "development";
|
|
660
|
-
payments: "payments";
|
|
661
|
-
}>>;
|
|
662
|
-
coming_soon: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
663
|
-
connection_scope: z$1.ZodEnum<{
|
|
664
|
-
workspace: "workspace";
|
|
665
|
-
project: "project";
|
|
666
|
-
}>;
|
|
667
|
-
creator: z$1.ZodObject<{
|
|
668
|
-
name: z$1.ZodString;
|
|
669
|
-
url: z$1.ZodString;
|
|
670
|
-
}, z$1.core.$strip>;
|
|
671
|
-
data_scope: z$1.ZodEnum<{
|
|
672
|
-
organization: "organization";
|
|
673
|
-
individual: "individual";
|
|
674
|
-
}>;
|
|
675
|
-
description: z$1.ZodString;
|
|
676
|
-
display_name: z$1.ZodString;
|
|
677
|
-
documentation_url: z$1.ZodString;
|
|
678
|
-
features: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
679
|
-
body: z$1.ZodOptional<z$1.ZodString>;
|
|
680
|
-
items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
681
|
-
title: z$1.ZodString;
|
|
682
|
-
}, z$1.core.$strip>>>>;
|
|
683
|
-
has_connections: z$1.ZodBoolean;
|
|
684
|
-
id: z$1.ZodString;
|
|
685
|
-
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
686
|
-
is_new: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
687
|
-
logo_id: z$1.ZodString;
|
|
688
|
-
promotion: z$1.ZodOptional<z$1.ZodObject<{
|
|
689
|
-
help_link: z$1.ZodString;
|
|
690
|
-
link: z$1.ZodString;
|
|
691
|
-
message: z$1.ZodString;
|
|
692
|
-
until: z$1.ZodISODateTime;
|
|
693
|
-
}, z$1.core.$strip>>;
|
|
694
|
-
searchTags: z$1.ZodArray<z$1.ZodString>;
|
|
695
|
-
short_description: z$1.ZodString;
|
|
696
|
-
single_connection: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
697
|
-
source: z$1.ZodOptional<z$1.ZodEnum<{
|
|
698
|
-
native: "native";
|
|
699
|
-
user_defined: "user_defined";
|
|
700
|
-
}>>;
|
|
701
|
-
terms_url: z$1.ZodOptional<z$1.ZodString>;
|
|
702
|
-
vendor: z$1.ZodOptional<z$1.ZodEnum<{
|
|
703
|
-
google: "google";
|
|
704
|
-
microsoft: "microsoft";
|
|
705
|
-
aws: "aws";
|
|
706
|
-
}>>;
|
|
707
|
-
who_can_create: z$1.ZodEnum<{
|
|
708
|
-
editors_and_admins: "editors_and_admins";
|
|
709
|
-
admins_only: "admins_only";
|
|
710
|
-
}>;
|
|
711
|
-
}, z$1.core.$strip>;
|
|
712
645
|
declare const TemplateProjectResponseSchema: z$1.ZodObject<{
|
|
713
646
|
description: z$1.ZodString;
|
|
714
647
|
id: z$1.ZodString;
|
|
@@ -737,7 +670,7 @@ declare const TimeSeriesDataSchema: z$1.ZodObject<{
|
|
|
737
670
|
label: z$1.ZodString;
|
|
738
671
|
total: z$1.ZodNumber;
|
|
739
672
|
}, z$1.core.$strip>;
|
|
740
|
-
declare const
|
|
673
|
+
declare const ChannelTimeSeriesGroupSchema: z$1.ZodObject<{
|
|
741
674
|
bounceRate: z$1.ZodObject<{
|
|
742
675
|
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
743
676
|
date: z$1.ZodString;
|
|
@@ -779,22 +712,8 @@ declare const TimeSeriesGroupSchema: z$1.ZodObject<{
|
|
|
779
712
|
total: z$1.ZodNumber;
|
|
780
713
|
}, z$1.core.$strip>;
|
|
781
714
|
}, z$1.core.$strip>;
|
|
782
|
-
declare const
|
|
715
|
+
declare const ChannelAnalyticsSchema: z$1.ZodObject<{
|
|
783
716
|
lists: z$1.ZodObject<{
|
|
784
|
-
country: z$1.ZodObject<{
|
|
785
|
-
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
786
|
-
label: z$1.ZodString;
|
|
787
|
-
value: z$1.ZodNumber;
|
|
788
|
-
}, z$1.core.$strip>>>;
|
|
789
|
-
label: z$1.ZodString;
|
|
790
|
-
}, z$1.core.$strip>;
|
|
791
|
-
device: z$1.ZodObject<{
|
|
792
|
-
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
793
|
-
label: z$1.ZodString;
|
|
794
|
-
value: z$1.ZodNumber;
|
|
795
|
-
}, z$1.core.$strip>>>;
|
|
796
|
-
label: z$1.ZodString;
|
|
797
|
-
}, z$1.core.$strip>;
|
|
798
717
|
page: z$1.ZodObject<{
|
|
799
718
|
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
800
719
|
label: z$1.ZodString;
|
|
@@ -853,38 +772,387 @@ declare const ProjectAnalyticsResponseSchema: z$1.ZodObject<{
|
|
|
853
772
|
}, z$1.core.$strip>;
|
|
854
773
|
}, z$1.core.$strip>;
|
|
855
774
|
}, z$1.core.$strip>;
|
|
856
|
-
declare const
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
775
|
+
declare const TimeSeriesGroupSchema: z$1.ZodObject<{
|
|
776
|
+
bounceRate: z$1.ZodObject<{
|
|
777
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
778
|
+
date: z$1.ZodString;
|
|
779
|
+
value: z$1.ZodNumber;
|
|
780
|
+
}, z$1.core.$strip>>>;
|
|
781
|
+
label: z$1.ZodString;
|
|
782
|
+
total: z$1.ZodNumber;
|
|
783
|
+
}, z$1.core.$strip>;
|
|
784
|
+
pageviews: z$1.ZodObject<{
|
|
785
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
786
|
+
date: z$1.ZodString;
|
|
787
|
+
value: z$1.ZodNumber;
|
|
788
|
+
}, z$1.core.$strip>>>;
|
|
789
|
+
label: z$1.ZodString;
|
|
790
|
+
total: z$1.ZodNumber;
|
|
791
|
+
}, z$1.core.$strip>;
|
|
792
|
+
pageviewsPerVisit: z$1.ZodObject<{
|
|
793
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
794
|
+
date: z$1.ZodString;
|
|
795
|
+
value: z$1.ZodNumber;
|
|
796
|
+
}, z$1.core.$strip>>>;
|
|
797
|
+
label: z$1.ZodString;
|
|
798
|
+
total: z$1.ZodNumber;
|
|
799
|
+
}, z$1.core.$strip>;
|
|
800
|
+
sessionDuration: z$1.ZodObject<{
|
|
801
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
802
|
+
date: z$1.ZodString;
|
|
803
|
+
value: z$1.ZodNumber;
|
|
804
|
+
}, z$1.core.$strip>>>;
|
|
805
|
+
label: z$1.ZodString;
|
|
806
|
+
total: z$1.ZodNumber;
|
|
807
|
+
}, z$1.core.$strip>;
|
|
808
|
+
visitors: z$1.ZodObject<{
|
|
809
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
810
|
+
date: z$1.ZodString;
|
|
811
|
+
value: z$1.ZodNumber;
|
|
812
|
+
}, z$1.core.$strip>>>;
|
|
813
|
+
label: z$1.ZodString;
|
|
814
|
+
total: z$1.ZodNumber;
|
|
815
|
+
}, z$1.core.$strip>;
|
|
816
|
+
}, z$1.core.$strip>;
|
|
817
|
+
declare const ProjectAnalyticsResponseSchema: z$1.ZodObject<{
|
|
818
|
+
channels: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
819
|
+
lists: z$1.ZodObject<{
|
|
820
|
+
page: z$1.ZodObject<{
|
|
821
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
822
|
+
label: z$1.ZodString;
|
|
823
|
+
value: z$1.ZodNumber;
|
|
824
|
+
}, z$1.core.$strip>>>;
|
|
825
|
+
label: z$1.ZodString;
|
|
826
|
+
}, z$1.core.$strip>;
|
|
827
|
+
source: z$1.ZodObject<{
|
|
828
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
829
|
+
label: z$1.ZodString;
|
|
830
|
+
value: z$1.ZodNumber;
|
|
831
|
+
}, z$1.core.$strip>>>;
|
|
832
|
+
label: z$1.ZodString;
|
|
833
|
+
}, z$1.core.$strip>;
|
|
834
|
+
}, z$1.core.$strip>;
|
|
835
|
+
timeSeries: z$1.ZodObject<{
|
|
836
|
+
bounceRate: z$1.ZodObject<{
|
|
837
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
838
|
+
date: z$1.ZodString;
|
|
839
|
+
value: z$1.ZodNumber;
|
|
840
|
+
}, z$1.core.$strip>>>;
|
|
841
|
+
label: z$1.ZodString;
|
|
842
|
+
total: z$1.ZodNumber;
|
|
843
|
+
}, z$1.core.$strip>;
|
|
844
|
+
pageviews: z$1.ZodObject<{
|
|
845
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
846
|
+
date: z$1.ZodString;
|
|
847
|
+
value: z$1.ZodNumber;
|
|
848
|
+
}, z$1.core.$strip>>>;
|
|
849
|
+
label: z$1.ZodString;
|
|
850
|
+
total: z$1.ZodNumber;
|
|
851
|
+
}, z$1.core.$strip>;
|
|
852
|
+
pageviewsPerVisit: z$1.ZodObject<{
|
|
853
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
854
|
+
date: z$1.ZodString;
|
|
855
|
+
value: z$1.ZodNumber;
|
|
856
|
+
}, z$1.core.$strip>>>;
|
|
857
|
+
label: z$1.ZodString;
|
|
858
|
+
total: z$1.ZodNumber;
|
|
859
|
+
}, z$1.core.$strip>;
|
|
860
|
+
sessionDuration: z$1.ZodObject<{
|
|
861
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
862
|
+
date: z$1.ZodString;
|
|
863
|
+
value: z$1.ZodNumber;
|
|
864
|
+
}, z$1.core.$strip>>>;
|
|
865
|
+
label: z$1.ZodString;
|
|
866
|
+
total: z$1.ZodNumber;
|
|
867
|
+
}, z$1.core.$strip>;
|
|
868
|
+
visitors: z$1.ZodObject<{
|
|
869
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
870
|
+
date: z$1.ZodString;
|
|
871
|
+
value: z$1.ZodNumber;
|
|
872
|
+
}, z$1.core.$strip>>>;
|
|
873
|
+
label: z$1.ZodString;
|
|
874
|
+
total: z$1.ZodNumber;
|
|
875
|
+
}, z$1.core.$strip>;
|
|
876
|
+
}, z$1.core.$strip>;
|
|
877
|
+
}, z$1.core.$strip>>>;
|
|
878
|
+
channelsSource: z$1.ZodOptional<z$1.ZodEnum<{
|
|
879
|
+
legacy: "legacy";
|
|
880
|
+
user_app_events: "user_app_events";
|
|
881
|
+
}>>;
|
|
882
|
+
lists: z$1.ZodObject<{
|
|
883
|
+
country: z$1.ZodObject<{
|
|
884
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
885
|
+
label: z$1.ZodString;
|
|
886
|
+
value: z$1.ZodNumber;
|
|
887
|
+
}, z$1.core.$strip>>>;
|
|
888
|
+
label: z$1.ZodString;
|
|
889
|
+
}, z$1.core.$strip>;
|
|
890
|
+
device: z$1.ZodObject<{
|
|
891
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
892
|
+
label: z$1.ZodString;
|
|
893
|
+
value: z$1.ZodNumber;
|
|
894
|
+
}, z$1.core.$strip>>>;
|
|
895
|
+
label: z$1.ZodString;
|
|
896
|
+
}, z$1.core.$strip>;
|
|
897
|
+
page: z$1.ZodObject<{
|
|
898
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
899
|
+
label: z$1.ZodString;
|
|
900
|
+
value: z$1.ZodNumber;
|
|
901
|
+
}, z$1.core.$strip>>>;
|
|
902
|
+
label: z$1.ZodString;
|
|
903
|
+
}, z$1.core.$strip>;
|
|
904
|
+
source: z$1.ZodObject<{
|
|
905
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
906
|
+
label: z$1.ZodString;
|
|
907
|
+
value: z$1.ZodNumber;
|
|
908
|
+
}, z$1.core.$strip>>>;
|
|
909
|
+
label: z$1.ZodString;
|
|
910
|
+
}, z$1.core.$strip>;
|
|
911
|
+
}, z$1.core.$strip>;
|
|
912
|
+
timeSeries: z$1.ZodObject<{
|
|
913
|
+
bounceRate: z$1.ZodObject<{
|
|
914
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
915
|
+
date: z$1.ZodString;
|
|
916
|
+
value: z$1.ZodNumber;
|
|
917
|
+
}, z$1.core.$strip>>>;
|
|
918
|
+
label: z$1.ZodString;
|
|
919
|
+
total: z$1.ZodNumber;
|
|
920
|
+
}, z$1.core.$strip>;
|
|
921
|
+
pageviews: z$1.ZodObject<{
|
|
922
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
923
|
+
date: z$1.ZodString;
|
|
924
|
+
value: z$1.ZodNumber;
|
|
925
|
+
}, z$1.core.$strip>>>;
|
|
926
|
+
label: z$1.ZodString;
|
|
927
|
+
total: z$1.ZodNumber;
|
|
928
|
+
}, z$1.core.$strip>;
|
|
929
|
+
pageviewsPerVisit: z$1.ZodObject<{
|
|
930
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
931
|
+
date: z$1.ZodString;
|
|
932
|
+
value: z$1.ZodNumber;
|
|
933
|
+
}, z$1.core.$strip>>>;
|
|
934
|
+
label: z$1.ZodString;
|
|
935
|
+
total: z$1.ZodNumber;
|
|
936
|
+
}, z$1.core.$strip>;
|
|
937
|
+
sessionDuration: z$1.ZodObject<{
|
|
938
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
939
|
+
date: z$1.ZodString;
|
|
940
|
+
value: z$1.ZodNumber;
|
|
941
|
+
}, z$1.core.$strip>>>;
|
|
942
|
+
label: z$1.ZodString;
|
|
943
|
+
total: z$1.ZodNumber;
|
|
944
|
+
}, z$1.core.$strip>;
|
|
945
|
+
visitors: z$1.ZodObject<{
|
|
946
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
947
|
+
date: z$1.ZodString;
|
|
948
|
+
value: z$1.ZodNumber;
|
|
949
|
+
}, z$1.core.$strip>>>;
|
|
950
|
+
label: z$1.ZodString;
|
|
951
|
+
total: z$1.ZodNumber;
|
|
952
|
+
}, z$1.core.$strip>;
|
|
953
|
+
}, z$1.core.$strip>;
|
|
954
|
+
}, z$1.core.$strip>;
|
|
955
|
+
declare const ToolDisplayDataSchema: z$1.ZodObject<{
|
|
956
|
+
default_preference: z$1.ZodOptional<z$1.ZodEnum<{
|
|
957
|
+
never_ask: "never_ask";
|
|
958
|
+
ask: "ask";
|
|
959
|
+
disable: "disable";
|
|
960
|
+
}>>;
|
|
961
|
+
description: z$1.ZodString;
|
|
962
|
+
input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
963
|
+
name: z$1.ZodString;
|
|
964
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
965
|
+
}, z$1.core.$strip>;
|
|
966
|
+
declare const TrendDataPointSchema: z$1.ZodObject<{
|
|
967
|
+
time: z$1.ZodString;
|
|
968
|
+
visits: z$1.ZodNumber;
|
|
969
|
+
}, z$1.core.$strip>;
|
|
970
|
+
declare const ProjectTrendResponseSchema: z$1.ZodObject<{
|
|
971
|
+
currentVisitors: z$1.ZodNumber;
|
|
972
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
973
|
+
time: z$1.ZodString;
|
|
974
|
+
visits: z$1.ZodNumber;
|
|
975
|
+
}, z$1.core.$strip>>>;
|
|
976
|
+
}, z$1.core.$strip>;
|
|
977
|
+
declare const PublicV1ProjectAnalyticsBodySchema: z$1.ZodObject<{
|
|
978
|
+
lists: z$1.ZodOptional<z$1.ZodObject<{
|
|
979
|
+
country: z$1.ZodObject<{
|
|
980
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
981
|
+
label: z$1.ZodString;
|
|
982
|
+
value: z$1.ZodNumber;
|
|
983
|
+
}, z$1.core.$strip>>>;
|
|
984
|
+
label: z$1.ZodString;
|
|
985
|
+
}, z$1.core.$strip>;
|
|
986
|
+
device: z$1.ZodObject<{
|
|
987
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
988
|
+
label: z$1.ZodString;
|
|
989
|
+
value: z$1.ZodNumber;
|
|
990
|
+
}, z$1.core.$strip>>>;
|
|
991
|
+
label: z$1.ZodString;
|
|
992
|
+
}, z$1.core.$strip>;
|
|
993
|
+
page: z$1.ZodObject<{
|
|
994
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
995
|
+
label: z$1.ZodString;
|
|
996
|
+
value: z$1.ZodNumber;
|
|
997
|
+
}, z$1.core.$strip>>>;
|
|
998
|
+
label: z$1.ZodString;
|
|
999
|
+
}, z$1.core.$strip>;
|
|
1000
|
+
source: z$1.ZodObject<{
|
|
1001
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1002
|
+
label: z$1.ZodString;
|
|
1003
|
+
value: z$1.ZodNumber;
|
|
1004
|
+
}, z$1.core.$strip>>>;
|
|
1005
|
+
label: z$1.ZodString;
|
|
1006
|
+
}, z$1.core.$strip>;
|
|
1007
|
+
}, z$1.core.$strip>>;
|
|
1008
|
+
timeSeries: z$1.ZodOptional<z$1.ZodObject<{
|
|
1009
|
+
bounceRate: z$1.ZodObject<{
|
|
1010
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1011
|
+
date: z$1.ZodString;
|
|
1012
|
+
value: z$1.ZodNumber;
|
|
1013
|
+
}, z$1.core.$strip>>>;
|
|
1014
|
+
label: z$1.ZodString;
|
|
1015
|
+
total: z$1.ZodNumber;
|
|
1016
|
+
}, z$1.core.$strip>;
|
|
1017
|
+
pageviews: z$1.ZodObject<{
|
|
1018
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1019
|
+
date: z$1.ZodString;
|
|
1020
|
+
value: z$1.ZodNumber;
|
|
1021
|
+
}, z$1.core.$strip>>>;
|
|
1022
|
+
label: z$1.ZodString;
|
|
1023
|
+
total: z$1.ZodNumber;
|
|
1024
|
+
}, z$1.core.$strip>;
|
|
1025
|
+
pageviewsPerVisit: z$1.ZodObject<{
|
|
1026
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1027
|
+
date: z$1.ZodString;
|
|
1028
|
+
value: z$1.ZodNumber;
|
|
1029
|
+
}, z$1.core.$strip>>>;
|
|
1030
|
+
label: z$1.ZodString;
|
|
1031
|
+
total: z$1.ZodNumber;
|
|
1032
|
+
}, z$1.core.$strip>;
|
|
1033
|
+
sessionDuration: z$1.ZodObject<{
|
|
1034
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1035
|
+
date: z$1.ZodString;
|
|
1036
|
+
value: z$1.ZodNumber;
|
|
1037
|
+
}, z$1.core.$strip>>>;
|
|
1038
|
+
label: z$1.ZodString;
|
|
1039
|
+
total: z$1.ZodNumber;
|
|
1040
|
+
}, z$1.core.$strip>;
|
|
1041
|
+
visitors: z$1.ZodObject<{
|
|
1042
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1043
|
+
date: z$1.ZodString;
|
|
1044
|
+
value: z$1.ZodNumber;
|
|
1045
|
+
}, z$1.core.$strip>>>;
|
|
1046
|
+
label: z$1.ZodString;
|
|
1047
|
+
total: z$1.ZodNumber;
|
|
1048
|
+
}, z$1.core.$strip>;
|
|
1049
|
+
}, z$1.core.$strip>>;
|
|
1050
|
+
trend: z$1.ZodOptional<z$1.ZodObject<{
|
|
1051
|
+
currentVisitors: z$1.ZodNumber;
|
|
1052
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1053
|
+
time: z$1.ZodString;
|
|
1054
|
+
visits: z$1.ZodNumber;
|
|
1055
|
+
}, z$1.core.$strip>>>;
|
|
1056
|
+
}, z$1.core.$strip>>;
|
|
1057
|
+
}, z$1.core.$strip>;
|
|
1058
|
+
declare const UserCreatorSchema: z$1.ZodObject<{
|
|
1059
|
+
type: z$1.ZodEnum<{
|
|
1060
|
+
user: "user";
|
|
1061
|
+
}>;
|
|
1062
|
+
user_id: z$1.ZodString;
|
|
1063
|
+
}, z$1.core.$strip>;
|
|
1064
|
+
declare const CreatorSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1065
|
+
name: z$1.ZodString;
|
|
1066
|
+
url: z$1.ZodString;
|
|
1067
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1068
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1069
|
+
user_id: z$1.ZodString;
|
|
1070
|
+
type: z$1.ZodLiteral<"user">;
|
|
1071
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1072
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1073
|
+
name: z$1.ZodString;
|
|
1074
|
+
url: z$1.ZodString;
|
|
1075
|
+
type: z$1.ZodLiteral<"company">;
|
|
1076
|
+
}, z$1.core.$strip>], "type">;
|
|
1077
|
+
declare const AppUserConnectorApiSchema: z$1.ZodObject<{
|
|
1078
|
+
can_restrict_to_admins: z$1.ZodBoolean;
|
|
1079
|
+
categories: z$1.ZodArray<z$1.ZodEnum<{
|
|
1080
|
+
custom: "custom";
|
|
1081
|
+
ecommerce: "ecommerce";
|
|
1082
|
+
marketing: "marketing";
|
|
1083
|
+
productivity: "productivity";
|
|
1084
|
+
sales: "sales";
|
|
1085
|
+
support: "support";
|
|
1086
|
+
other: "other";
|
|
1087
|
+
messaging: "messaging";
|
|
1088
|
+
development: "development";
|
|
1089
|
+
payments: "payments";
|
|
1090
|
+
security: "security";
|
|
1091
|
+
}>>;
|
|
1092
|
+
creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1093
|
+
name: z$1.ZodString;
|
|
1094
|
+
url: z$1.ZodString;
|
|
1095
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1096
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1097
|
+
user_id: z$1.ZodString;
|
|
1098
|
+
type: z$1.ZodLiteral<"user">;
|
|
1099
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1100
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1101
|
+
name: z$1.ZodString;
|
|
1102
|
+
url: z$1.ZodString;
|
|
1103
|
+
type: z$1.ZodLiteral<"company">;
|
|
1104
|
+
}, z$1.core.$strip>], "type">;
|
|
1105
|
+
display_name: z$1.ZodString;
|
|
1106
|
+
documentation_url: z$1.ZodString;
|
|
1107
|
+
has_clients: z$1.ZodBoolean;
|
|
1108
|
+
id: z$1.ZodString;
|
|
1109
|
+
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
1110
|
+
long_description: z$1.ZodString;
|
|
1111
|
+
search_tags: z$1.ZodArray<z$1.ZodString>;
|
|
1112
|
+
short_description: z$1.ZodString;
|
|
1113
|
+
terms_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1114
|
+
who_can_create: z$1.ZodEnum<{
|
|
1115
|
+
editors_and_admins: "editors_and_admins";
|
|
1116
|
+
admins_only: "admins_only";
|
|
1117
|
+
}>;
|
|
1118
|
+
}, z$1.core.$strip>;
|
|
1119
|
+
declare const McpConnectorSchema: z$1.ZodObject<{
|
|
1120
|
+
app_mcp_auth_method: z$1.ZodOptional<z$1.ZodString>;
|
|
1121
|
+
app_mcp_project_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1122
|
+
app_mcp_server_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1123
|
+
app_site_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1124
|
+
category: z$1.ZodEnum<{
|
|
1125
|
+
custom: "custom";
|
|
1126
|
+
ecommerce: "ecommerce";
|
|
1127
|
+
marketing: "marketing";
|
|
1128
|
+
productivity: "productivity";
|
|
1129
|
+
sales: "sales";
|
|
1130
|
+
support: "support";
|
|
1131
|
+
other: "other";
|
|
1132
|
+
messaging: "messaging";
|
|
1133
|
+
development: "development";
|
|
1134
|
+
payments: "payments";
|
|
1135
|
+
security: "security";
|
|
1136
|
+
}>;
|
|
1137
|
+
connect_interaction: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1138
|
+
desktop_app_download: "desktop_app_download";
|
|
1139
|
+
}>>;
|
|
1140
|
+
connection_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1141
|
+
connector_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1142
|
+
creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1143
|
+
name: z$1.ZodString;
|
|
1144
|
+
url: z$1.ZodString;
|
|
1145
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1146
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1147
|
+
user_id: z$1.ZodString;
|
|
1148
|
+
type: z$1.ZodLiteral<"user">;
|
|
1149
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1150
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1151
|
+
name: z$1.ZodString;
|
|
1152
|
+
url: z$1.ZodString;
|
|
1153
|
+
type: z$1.ZodLiteral<"company">;
|
|
1154
|
+
}, z$1.core.$strip>], "type">;
|
|
1155
|
+
custom_url_hint: z$1.ZodOptional<z$1.ZodString>;
|
|
888
1156
|
display_name: z$1.ZodString;
|
|
889
1157
|
documentation_url: z$1.ZodOptional<z$1.ZodString>;
|
|
890
1158
|
icon_url: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -910,23 +1178,128 @@ declare const McpConnectorSchema: z$1.ZodObject<{
|
|
|
910
1178
|
}>;
|
|
911
1179
|
summary: z$1.ZodString;
|
|
912
1180
|
tools: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
1181
|
+
default_preference: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1182
|
+
never_ask: "never_ask";
|
|
1183
|
+
ask: "ask";
|
|
1184
|
+
disable: "disable";
|
|
1185
|
+
}>>;
|
|
913
1186
|
description: z$1.ZodString;
|
|
914
1187
|
input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
915
1188
|
name: z$1.ZodString;
|
|
1189
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
916
1190
|
}, z$1.core.$strip>>>;
|
|
917
1191
|
url: z$1.ZodOptional<z$1.ZodString>;
|
|
918
1192
|
url_placeholder: z$1.ZodOptional<z$1.ZodString>;
|
|
919
1193
|
}, z$1.core.$strip>;
|
|
920
|
-
declare const
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
1194
|
+
declare const SeamlessConnectorApiSchema: z$1.ZodObject<{
|
|
1195
|
+
alias: z$1.ZodOptional<z$1.ZodString>;
|
|
1196
|
+
categories: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
1197
|
+
creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1198
|
+
name: z$1.ZodString;
|
|
1199
|
+
url: z$1.ZodString;
|
|
1200
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1201
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1202
|
+
user_id: z$1.ZodString;
|
|
1203
|
+
type: z$1.ZodLiteral<"user">;
|
|
1204
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1205
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1206
|
+
name: z$1.ZodString;
|
|
1207
|
+
url: z$1.ZodString;
|
|
1208
|
+
type: z$1.ZodLiteral<"company">;
|
|
1209
|
+
}, z$1.core.$strip>], "type">;
|
|
1210
|
+
description: z$1.ZodString;
|
|
1211
|
+
display_name: z$1.ZodString;
|
|
1212
|
+
documentation_url: z$1.ZodString;
|
|
1213
|
+
features: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1214
|
+
body: z$1.ZodOptional<z$1.ZodString>;
|
|
1215
|
+
items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
1216
|
+
title: z$1.ZodString;
|
|
1217
|
+
}, z$1.core.$strip>>>>;
|
|
1218
|
+
id: z$1.ZodString;
|
|
1219
|
+
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
1220
|
+
level: z$1.ZodString;
|
|
1221
|
+
manual_connect_hint: z$1.ZodOptional<z$1.ZodString>;
|
|
1222
|
+
permissions: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1223
|
+
control_type: z$1.ZodOptional<z$1.ZodString>;
|
|
1224
|
+
default_preference: z$1.ZodString;
|
|
1225
|
+
description: z$1.ZodString;
|
|
1226
|
+
display_name: z$1.ZodString;
|
|
1227
|
+
is_primary: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1228
|
+
name: z$1.ZodString;
|
|
929
1229
|
}, z$1.core.$strip>>>;
|
|
1230
|
+
searchTags: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
|
|
1231
|
+
short_description: z$1.ZodString;
|
|
1232
|
+
toolIntegrationName: z$1.ZodOptional<z$1.ZodString>;
|
|
1233
|
+
}, z$1.core.$strip>;
|
|
1234
|
+
declare const StandardConnectorApiSchema: z$1.ZodObject<{
|
|
1235
|
+
can_restrict_to_admins: z$1.ZodBoolean;
|
|
1236
|
+
categories: z$1.ZodArray<z$1.ZodEnum<{
|
|
1237
|
+
custom: "custom";
|
|
1238
|
+
ecommerce: "ecommerce";
|
|
1239
|
+
marketing: "marketing";
|
|
1240
|
+
productivity: "productivity";
|
|
1241
|
+
sales: "sales";
|
|
1242
|
+
support: "support";
|
|
1243
|
+
other: "other";
|
|
1244
|
+
messaging: "messaging";
|
|
1245
|
+
development: "development";
|
|
1246
|
+
payments: "payments";
|
|
1247
|
+
security: "security";
|
|
1248
|
+
}>>;
|
|
1249
|
+
connection_scope: z$1.ZodEnum<{
|
|
1250
|
+
workspace: "workspace";
|
|
1251
|
+
project: "project";
|
|
1252
|
+
}>;
|
|
1253
|
+
creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1254
|
+
name: z$1.ZodString;
|
|
1255
|
+
url: z$1.ZodString;
|
|
1256
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1257
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1258
|
+
user_id: z$1.ZodString;
|
|
1259
|
+
type: z$1.ZodLiteral<"user">;
|
|
1260
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1261
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1262
|
+
name: z$1.ZodString;
|
|
1263
|
+
url: z$1.ZodString;
|
|
1264
|
+
type: z$1.ZodLiteral<"company">;
|
|
1265
|
+
}, z$1.core.$strip>], "type">;
|
|
1266
|
+
data_scope: z$1.ZodEnum<{
|
|
1267
|
+
organization: "organization";
|
|
1268
|
+
individual: "individual";
|
|
1269
|
+
}>;
|
|
1270
|
+
description: z$1.ZodString;
|
|
1271
|
+
display_name: z$1.ZodString;
|
|
1272
|
+
documentation_url: z$1.ZodString;
|
|
1273
|
+
has_connections: z$1.ZodBoolean;
|
|
1274
|
+
has_metered_option: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1275
|
+
id: z$1.ZodString;
|
|
1276
|
+
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
1277
|
+
is_new: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1278
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1279
|
+
promotion: z$1.ZodOptional<z$1.ZodObject<{
|
|
1280
|
+
help_link: z$1.ZodString;
|
|
1281
|
+
link: z$1.ZodString;
|
|
1282
|
+
message: z$1.ZodString;
|
|
1283
|
+
until: z$1.ZodISODateTime;
|
|
1284
|
+
}, z$1.core.$strip>>;
|
|
1285
|
+
searchTags: z$1.ZodArray<z$1.ZodString>;
|
|
1286
|
+
short_description: z$1.ZodString;
|
|
1287
|
+
single_connection: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1288
|
+
source: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1289
|
+
native: "native";
|
|
1290
|
+
user_defined: "user_defined";
|
|
1291
|
+
}>>;
|
|
1292
|
+
terms_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1293
|
+
vendor: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1294
|
+
google: "google";
|
|
1295
|
+
microsoft: "microsoft";
|
|
1296
|
+
aws: "aws";
|
|
1297
|
+
meta: "meta";
|
|
1298
|
+
}>>;
|
|
1299
|
+
who_can_create: z$1.ZodEnum<{
|
|
1300
|
+
editors_and_admins: "editors_and_admins";
|
|
1301
|
+
admins_only: "admins_only";
|
|
1302
|
+
}>;
|
|
930
1303
|
}, z$1.core.$strip>;
|
|
931
1304
|
declare const V1AddConnectorInputBodySchema: z$1.ZodObject<{
|
|
932
1305
|
auth_type: z$1.ZodEnum<{
|
|
@@ -970,32 +1343,64 @@ declare const V1AiResponseSummarySchema: z$1.ZodObject<{
|
|
|
970
1343
|
status: z$1.ZodString;
|
|
971
1344
|
summary: z$1.ZodOptional<z$1.ZodString>;
|
|
972
1345
|
}, z$1.core.$strip>;
|
|
1346
|
+
declare const V1BillingCreditLimitRowSchema: z$1.ZodObject<{
|
|
1347
|
+
monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1348
|
+
user_id: z$1.ZodString;
|
|
1349
|
+
}, z$1.core.$strip>;
|
|
1350
|
+
declare const V1BillingCreditLimitsBodySchema: z$1.ZodObject<{
|
|
1351
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1352
|
+
monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1353
|
+
user_id: z$1.ZodString;
|
|
1354
|
+
}, z$1.core.$strip>>>;
|
|
1355
|
+
default_monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1356
|
+
pagination: z$1.ZodObject<{
|
|
1357
|
+
has_more: z$1.ZodBoolean;
|
|
1358
|
+
next_cursor: z$1.ZodNullable<z$1.ZodString>;
|
|
1359
|
+
}, z$1.core.$strip>;
|
|
1360
|
+
}, z$1.core.$strip>;
|
|
973
1361
|
declare const V1BillingPeriodSchema: z$1.ZodObject<{
|
|
974
1362
|
end: z$1.ZodISODateTime;
|
|
975
1363
|
start: z$1.ZodISODateTime;
|
|
976
1364
|
}, z$1.core.$strip>;
|
|
1365
|
+
declare const V1BillingUsagePeriodSchema: z$1.ZodObject<{
|
|
1366
|
+
end: z$1.ZodString;
|
|
1367
|
+
group_by: z$1.ZodOptional<z$1.ZodString>;
|
|
1368
|
+
interval: z$1.ZodOptional<z$1.ZodString>;
|
|
1369
|
+
start: z$1.ZodString;
|
|
1370
|
+
}, z$1.core.$strip>;
|
|
977
1371
|
declare const V1BulkMemberCreditLimitItemSchema: z$1.ZodObject<{
|
|
1372
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
978
1373
|
monthly_credit_limit: z$1.ZodNullable<z$1.ZodNumber>;
|
|
979
|
-
user_id: z$1.ZodString
|
|
1374
|
+
user_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1375
|
+
}, z$1.core.$strip>;
|
|
1376
|
+
declare const V1BillingBulkSetMemberCreditLimitInputBodySchema: z$1.ZodObject<{
|
|
1377
|
+
members: z$1.ZodArray<z$1.ZodObject<{
|
|
1378
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
1379
|
+
monthly_credit_limit: z$1.ZodNullable<z$1.ZodNumber>;
|
|
1380
|
+
user_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1381
|
+
}, z$1.core.$strip>>;
|
|
980
1382
|
}, z$1.core.$strip>;
|
|
981
1383
|
declare const V1BulkMemberCreditLimitResultSchema: z$1.ZodObject<{
|
|
1384
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
982
1385
|
error: z$1.ZodOptional<z$1.ZodString>;
|
|
983
1386
|
status: z$1.ZodString;
|
|
984
|
-
user_id: z$1.ZodString
|
|
1387
|
+
user_id: z$1.ZodOptional<z$1.ZodString>;
|
|
985
1388
|
}, z$1.core.$strip>;
|
|
986
1389
|
declare const V1BulkSetMemberCreditLimitInputBodySchema: z$1.ZodObject<{
|
|
987
1390
|
members: z$1.ZodArray<z$1.ZodObject<{
|
|
1391
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
988
1392
|
monthly_credit_limit: z$1.ZodNullable<z$1.ZodNumber>;
|
|
989
|
-
user_id: z$1.ZodString
|
|
1393
|
+
user_id: z$1.ZodOptional<z$1.ZodString>;
|
|
990
1394
|
}, z$1.core.$strip>>;
|
|
991
1395
|
workspace_id: z$1.ZodString;
|
|
992
1396
|
}, z$1.core.$strip>;
|
|
993
1397
|
declare const V1BulkSetMemberCreditLimitOutputBodySchema: z$1.ZodObject<{
|
|
994
1398
|
failed: z$1.ZodNumber;
|
|
995
1399
|
results: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1400
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
996
1401
|
error: z$1.ZodOptional<z$1.ZodString>;
|
|
997
1402
|
status: z$1.ZodString;
|
|
998
|
-
user_id: z$1.ZodString
|
|
1403
|
+
user_id: z$1.ZodOptional<z$1.ZodString>;
|
|
999
1404
|
}, z$1.core.$strip>>>;
|
|
1000
1405
|
successful: z$1.ZodNumber;
|
|
1001
1406
|
total: z$1.ZodNumber;
|
|
@@ -1028,17 +1433,17 @@ declare const V1CreateProjectResponseSchema: z$1.ZodObject<{
|
|
|
1028
1433
|
created_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1029
1434
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
1030
1435
|
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
1031
|
-
embed_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1032
1436
|
folder_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1437
|
+
generated_description: z$1.ZodOptional<z$1.ZodString>;
|
|
1033
1438
|
id: z$1.ZodString;
|
|
1034
1439
|
is_published: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1035
|
-
is_template: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1036
1440
|
last_edited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1037
1441
|
latest_commit_sha: z$1.ZodOptional<z$1.ZodString>;
|
|
1038
1442
|
latest_screenshot_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1039
1443
|
message_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1040
1444
|
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1041
1445
|
og_image_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1446
|
+
preview_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1042
1447
|
project_type: z$1.ZodOptional<z$1.ZodString>;
|
|
1043
1448
|
publish_visibility: z$1.ZodOptional<z$1.ZodString>;
|
|
1044
1449
|
status: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1137,7 +1542,7 @@ declare const V1EditSummarySchema: z$1.ZodObject<{
|
|
|
1137
1542
|
status: z$1.ZodString;
|
|
1138
1543
|
type: z$1.ZodString;
|
|
1139
1544
|
}, z$1.core.$strip>;
|
|
1140
|
-
declare const
|
|
1545
|
+
declare const CursorListResponseV1EditSummarySchema: z$1.ZodObject<{
|
|
1141
1546
|
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1142
1547
|
commit_message: z$1.ZodOptional<z$1.ZodString>;
|
|
1143
1548
|
commit_sha: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1146,15 +1551,6 @@ declare const PublicV1GetEditsOutputBodySchema: z$1.ZodObject<{
|
|
|
1146
1551
|
status: z$1.ZodString;
|
|
1147
1552
|
type: z$1.ZodString;
|
|
1148
1553
|
}, z$1.core.$strip>>>;
|
|
1149
|
-
edits: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1150
|
-
commit_message: z$1.ZodOptional<z$1.ZodString>;
|
|
1151
|
-
commit_sha: z$1.ZodOptional<z$1.ZodString>;
|
|
1152
|
-
created_at: z$1.ZodString;
|
|
1153
|
-
id: z$1.ZodString;
|
|
1154
|
-
status: z$1.ZodString;
|
|
1155
|
-
type: z$1.ZodString;
|
|
1156
|
-
}, z$1.core.$strip>>>;
|
|
1157
|
-
has_more: z$1.ZodBoolean;
|
|
1158
1554
|
pagination: z$1.ZodObject<{
|
|
1159
1555
|
has_more: z$1.ZodBoolean;
|
|
1160
1556
|
next_cursor: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -1166,6 +1562,7 @@ declare const V1EnableDatabaseOutputBodySchema: z$1.ZodObject<{
|
|
|
1166
1562
|
}, z$1.core.$strip>;
|
|
1167
1563
|
declare const V1EphemeralFileUploadUrlInputBodySchema: z$1.ZodObject<{
|
|
1168
1564
|
content_type: z$1.ZodOptional<z$1.ZodString>;
|
|
1565
|
+
workspace_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1169
1566
|
}, z$1.core.$strip>;
|
|
1170
1567
|
declare const V1FileUploadUrlOutputBodySchema: z$1.ZodObject<{
|
|
1171
1568
|
file_id: z$1.ZodString;
|
|
@@ -1202,17 +1599,25 @@ declare const V1ListAppUserConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1202
1599
|
support: "support";
|
|
1203
1600
|
other: "other";
|
|
1204
1601
|
messaging: "messaging";
|
|
1205
|
-
coming_soon: "coming_soon";
|
|
1206
1602
|
development: "development";
|
|
1207
1603
|
payments: "payments";
|
|
1604
|
+
security: "security";
|
|
1208
1605
|
}>>;
|
|
1209
|
-
creator: z$1.ZodObject<{
|
|
1606
|
+
creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1210
1607
|
name: z$1.ZodString;
|
|
1211
1608
|
url: z$1.ZodString;
|
|
1212
|
-
|
|
1609
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1610
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1611
|
+
user_id: z$1.ZodString;
|
|
1612
|
+
type: z$1.ZodLiteral<"user">;
|
|
1613
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1614
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1615
|
+
name: z$1.ZodString;
|
|
1616
|
+
url: z$1.ZodString;
|
|
1617
|
+
type: z$1.ZodLiteral<"company">;
|
|
1618
|
+
}, z$1.core.$strip>], "type">;
|
|
1213
1619
|
display_name: z$1.ZodString;
|
|
1214
1620
|
documentation_url: z$1.ZodString;
|
|
1215
|
-
features: z$1.ZodString;
|
|
1216
1621
|
has_clients: z$1.ZodBoolean;
|
|
1217
1622
|
id: z$1.ZodString;
|
|
1218
1623
|
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
@@ -1270,6 +1675,7 @@ declare const V1ListMcpConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1270
1675
|
app_mcp_auth_method: z$1.ZodOptional<z$1.ZodString>;
|
|
1271
1676
|
app_mcp_project_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1272
1677
|
app_mcp_server_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1678
|
+
app_site_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1273
1679
|
category: z$1.ZodEnum<{
|
|
1274
1680
|
custom: "custom";
|
|
1275
1681
|
ecommerce: "ecommerce";
|
|
@@ -1279,19 +1685,28 @@ declare const V1ListMcpConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1279
1685
|
support: "support";
|
|
1280
1686
|
other: "other";
|
|
1281
1687
|
messaging: "messaging";
|
|
1282
|
-
coming_soon: "coming_soon";
|
|
1283
1688
|
development: "development";
|
|
1284
1689
|
payments: "payments";
|
|
1690
|
+
security: "security";
|
|
1285
1691
|
}>;
|
|
1286
1692
|
connect_interaction: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1287
1693
|
desktop_app_download: "desktop_app_download";
|
|
1288
1694
|
}>>;
|
|
1289
1695
|
connection_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1290
1696
|
connector_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1291
|
-
creator: z$1.ZodObject<{
|
|
1697
|
+
creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1292
1698
|
name: z$1.ZodString;
|
|
1293
1699
|
url: z$1.ZodString;
|
|
1294
|
-
|
|
1700
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1701
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1702
|
+
user_id: z$1.ZodString;
|
|
1703
|
+
type: z$1.ZodLiteral<"user">;
|
|
1704
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1705
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1706
|
+
name: z$1.ZodString;
|
|
1707
|
+
url: z$1.ZodString;
|
|
1708
|
+
type: z$1.ZodLiteral<"company">;
|
|
1709
|
+
}, z$1.core.$strip>], "type">;
|
|
1295
1710
|
custom_url_hint: z$1.ZodOptional<z$1.ZodString>;
|
|
1296
1711
|
display_name: z$1.ZodString;
|
|
1297
1712
|
documentation_url: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1318,9 +1733,15 @@ declare const V1ListMcpConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1318
1733
|
}>;
|
|
1319
1734
|
summary: z$1.ZodString;
|
|
1320
1735
|
tools: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
1736
|
+
default_preference: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1737
|
+
never_ask: "never_ask";
|
|
1738
|
+
ask: "ask";
|
|
1739
|
+
disable: "disable";
|
|
1740
|
+
}>>;
|
|
1321
1741
|
description: z$1.ZodString;
|
|
1322
1742
|
input_schema: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
1323
1743
|
name: z$1.ZodString;
|
|
1744
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
1324
1745
|
}, z$1.core.$strip>>>;
|
|
1325
1746
|
url: z$1.ZodOptional<z$1.ZodString>;
|
|
1326
1747
|
url_placeholder: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1335,10 +1756,19 @@ declare const V1ListSeamlessConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1335
1756
|
connectors: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1336
1757
|
alias: z$1.ZodOptional<z$1.ZodString>;
|
|
1337
1758
|
categories: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
1338
|
-
creator: z$1.ZodObject<{
|
|
1759
|
+
creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1339
1760
|
name: z$1.ZodString;
|
|
1340
1761
|
url: z$1.ZodString;
|
|
1341
|
-
|
|
1762
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1763
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1764
|
+
user_id: z$1.ZodString;
|
|
1765
|
+
type: z$1.ZodLiteral<"user">;
|
|
1766
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1767
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1768
|
+
name: z$1.ZodString;
|
|
1769
|
+
url: z$1.ZodString;
|
|
1770
|
+
type: z$1.ZodLiteral<"company">;
|
|
1771
|
+
}, z$1.core.$strip>], "type">;
|
|
1342
1772
|
description: z$1.ZodString;
|
|
1343
1773
|
display_name: z$1.ZodString;
|
|
1344
1774
|
documentation_url: z$1.ZodString;
|
|
@@ -1350,7 +1780,6 @@ declare const V1ListSeamlessConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1350
1780
|
id: z$1.ZodString;
|
|
1351
1781
|
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
1352
1782
|
level: z$1.ZodString;
|
|
1353
|
-
logo_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1354
1783
|
manual_connect_hint: z$1.ZodOptional<z$1.ZodString>;
|
|
1355
1784
|
permissions: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1356
1785
|
control_type: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1369,7 +1798,6 @@ declare const V1ListSeamlessConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1369
1798
|
}, z$1.core.$strip>;
|
|
1370
1799
|
declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
|
|
1371
1800
|
connectors: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1372
|
-
can_be_managed: z$1.ZodBoolean;
|
|
1373
1801
|
can_restrict_to_admins: z$1.ZodBoolean;
|
|
1374
1802
|
categories: z$1.ZodArray<z$1.ZodEnum<{
|
|
1375
1803
|
custom: "custom";
|
|
@@ -1380,19 +1808,27 @@ declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1380
1808
|
support: "support";
|
|
1381
1809
|
other: "other";
|
|
1382
1810
|
messaging: "messaging";
|
|
1383
|
-
coming_soon: "coming_soon";
|
|
1384
1811
|
development: "development";
|
|
1385
1812
|
payments: "payments";
|
|
1813
|
+
security: "security";
|
|
1386
1814
|
}>>;
|
|
1387
|
-
coming_soon: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1388
1815
|
connection_scope: z$1.ZodEnum<{
|
|
1389
1816
|
workspace: "workspace";
|
|
1390
1817
|
project: "project";
|
|
1391
1818
|
}>;
|
|
1392
|
-
creator: z$1.ZodObject<{
|
|
1819
|
+
creator: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1820
|
+
name: z$1.ZodString;
|
|
1821
|
+
url: z$1.ZodString;
|
|
1822
|
+
type: z$1.ZodLiteral<"lovable">;
|
|
1823
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1824
|
+
user_id: z$1.ZodString;
|
|
1825
|
+
type: z$1.ZodLiteral<"user">;
|
|
1826
|
+
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
1827
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1393
1828
|
name: z$1.ZodString;
|
|
1394
1829
|
url: z$1.ZodString;
|
|
1395
|
-
|
|
1830
|
+
type: z$1.ZodLiteral<"company">;
|
|
1831
|
+
}, z$1.core.$strip>], "type">;
|
|
1396
1832
|
data_scope: z$1.ZodEnum<{
|
|
1397
1833
|
organization: "organization";
|
|
1398
1834
|
individual: "individual";
|
|
@@ -1400,16 +1836,12 @@ declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1400
1836
|
description: z$1.ZodString;
|
|
1401
1837
|
display_name: z$1.ZodString;
|
|
1402
1838
|
documentation_url: z$1.ZodString;
|
|
1403
|
-
features: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1404
|
-
body: z$1.ZodOptional<z$1.ZodString>;
|
|
1405
|
-
items: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
1406
|
-
title: z$1.ZodString;
|
|
1407
|
-
}, z$1.core.$strip>>>>;
|
|
1408
1839
|
has_connections: z$1.ZodBoolean;
|
|
1840
|
+
has_metered_option: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1409
1841
|
id: z$1.ZodString;
|
|
1410
1842
|
is_enabled_for_workspace: z$1.ZodBoolean;
|
|
1411
1843
|
is_new: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1412
|
-
|
|
1844
|
+
logo_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1413
1845
|
promotion: z$1.ZodOptional<z$1.ZodObject<{
|
|
1414
1846
|
help_link: z$1.ZodString;
|
|
1415
1847
|
link: z$1.ZodString;
|
|
@@ -1428,6 +1860,7 @@ declare const V1ListStandardConnectorsResponseSchema: z$1.ZodObject<{
|
|
|
1428
1860
|
google: "google";
|
|
1429
1861
|
microsoft: "microsoft";
|
|
1430
1862
|
aws: "aws";
|
|
1863
|
+
meta: "meta";
|
|
1431
1864
|
}>>;
|
|
1432
1865
|
who_can_create: z$1.ZodEnum<{
|
|
1433
1866
|
editors_and_admins: "editors_and_admins";
|
|
@@ -1445,15 +1878,7 @@ declare const V1ListWorkspacesBodySchema: z$1.ZodObject<{
|
|
|
1445
1878
|
image_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1446
1879
|
membership: z$1.ZodOptional<z$1.ZodObject<{
|
|
1447
1880
|
joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1448
|
-
role: z$1.
|
|
1449
|
-
none: "none";
|
|
1450
|
-
owner: "owner";
|
|
1451
|
-
admin: "admin";
|
|
1452
|
-
member: "member";
|
|
1453
|
-
viewer: "viewer";
|
|
1454
|
-
collaborator: "collaborator";
|
|
1455
|
-
invited: "invited";
|
|
1456
|
-
}>;
|
|
1881
|
+
role: z$1.ZodString;
|
|
1457
1882
|
user_id: z$1.ZodString;
|
|
1458
1883
|
}, z$1.core.$strip>>;
|
|
1459
1884
|
name: z$1.ZodString;
|
|
@@ -1466,6 +1891,22 @@ declare const V1ListWorkspacesBodySchema: z$1.ZodObject<{
|
|
|
1466
1891
|
next_cursor: z$1.ZodNullable<z$1.ZodString>;
|
|
1467
1892
|
}, z$1.core.$strip>;
|
|
1468
1893
|
}, z$1.core.$strip>;
|
|
1894
|
+
declare const V1MessageExportStatusSchema: z$1.ZodObject<{
|
|
1895
|
+
archive_size_bytes: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1896
|
+
completed_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1897
|
+
created_at: z$1.ZodISODateTime;
|
|
1898
|
+
download_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1899
|
+
expires_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1900
|
+
export_id: z$1.ZodString;
|
|
1901
|
+
message_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1902
|
+
project_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1903
|
+
status: z$1.ZodEnum<{
|
|
1904
|
+
running: "running";
|
|
1905
|
+
completed: "completed";
|
|
1906
|
+
failed: "failed";
|
|
1907
|
+
expired: "expired";
|
|
1908
|
+
}>;
|
|
1909
|
+
}, z$1.core.$strip>;
|
|
1469
1910
|
declare const V1MessageListItemSchema: z$1.ZodObject<{
|
|
1470
1911
|
content: z$1.ZodString;
|
|
1471
1912
|
created_at: z$1.ZodString;
|
|
@@ -1535,6 +1976,73 @@ declare const V1MessageResponseSchema: z$1.ZodObject<{
|
|
|
1535
1976
|
declare const V1MoveProjectsToFolderInputBodySchema: z$1.ZodObject<{
|
|
1536
1977
|
project_ids: z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>;
|
|
1537
1978
|
}, z$1.core.$strip>;
|
|
1979
|
+
declare const V1ProjectCloudDiskSchema: z$1.ZodObject<{
|
|
1980
|
+
size_bytes: z$1.ZodNumber;
|
|
1981
|
+
timestamp: z$1.ZodISODateTime;
|
|
1982
|
+
used_bytes: z$1.ZodNumber;
|
|
1983
|
+
}, z$1.core.$strip>;
|
|
1984
|
+
declare const V1ProjectCloudResourceSignalSchema: z$1.ZodObject<{
|
|
1985
|
+
alert_hours: z$1.ZodNumber;
|
|
1986
|
+
label: z$1.ZodString;
|
|
1987
|
+
latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1988
|
+
latest_value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1989
|
+
resource_type: z$1.ZodString;
|
|
1990
|
+
}, z$1.core.$strip>;
|
|
1991
|
+
declare const V1ProjectCloudResourcePressureSchema: z$1.ZodObject<{
|
|
1992
|
+
resources: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1993
|
+
alert_hours: z$1.ZodNumber;
|
|
1994
|
+
label: z$1.ZodString;
|
|
1995
|
+
latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1996
|
+
latest_value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1997
|
+
resource_type: z$1.ZodString;
|
|
1998
|
+
}, z$1.core.$strip>>>;
|
|
1999
|
+
window_hours: z$1.ZodNumber;
|
|
2000
|
+
}, z$1.core.$strip>;
|
|
2001
|
+
declare const V1ProjectCloudBodySchema: z$1.ZodObject<{
|
|
2002
|
+
disk: z$1.ZodOptional<z$1.ZodObject<{
|
|
2003
|
+
size_bytes: z$1.ZodNumber;
|
|
2004
|
+
timestamp: z$1.ZodISODateTime;
|
|
2005
|
+
used_bytes: z$1.ZodNumber;
|
|
2006
|
+
}, z$1.core.$strip>>;
|
|
2007
|
+
environment: z$1.ZodString;
|
|
2008
|
+
instance_tier: z$1.ZodEnum<{
|
|
2009
|
+
xs: "xs";
|
|
2010
|
+
s: "s";
|
|
2011
|
+
m: "m";
|
|
2012
|
+
ml: "ml";
|
|
2013
|
+
l: "l";
|
|
2014
|
+
xl: "xl";
|
|
2015
|
+
xxl: "xxl";
|
|
2016
|
+
}>;
|
|
2017
|
+
instance_tier_label: z$1.ZodString;
|
|
2018
|
+
pause_reason: z$1.ZodOptional<z$1.ZodString>;
|
|
2019
|
+
postgres_version: z$1.ZodOptional<z$1.ZodString>;
|
|
2020
|
+
region: z$1.ZodOptional<z$1.ZodString>;
|
|
2021
|
+
resource_pressure: z$1.ZodOptional<z$1.ZodObject<{
|
|
2022
|
+
resources: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2023
|
+
alert_hours: z$1.ZodNumber;
|
|
2024
|
+
label: z$1.ZodString;
|
|
2025
|
+
latest_alert_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2026
|
+
latest_value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2027
|
+
resource_type: z$1.ZodString;
|
|
2028
|
+
}, z$1.core.$strip>>>;
|
|
2029
|
+
window_hours: z$1.ZodNumber;
|
|
2030
|
+
}, z$1.core.$strip>>;
|
|
2031
|
+
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
2032
|
+
"": "";
|
|
2033
|
+
OK: "OK";
|
|
2034
|
+
RESIZING: "RESIZING";
|
|
2035
|
+
UPGRADING: "UPGRADING";
|
|
2036
|
+
RESTARTING: "RESTARTING";
|
|
2037
|
+
COMING_UP: "COMING_UP";
|
|
2038
|
+
RESTORING: "RESTORING";
|
|
2039
|
+
UNHEALTHY: "UNHEALTHY";
|
|
2040
|
+
INACTIVE: "INACTIVE";
|
|
2041
|
+
PAUSING: "PAUSING";
|
|
2042
|
+
UNKNOWN: "UNKNOWN";
|
|
2043
|
+
}>>;
|
|
2044
|
+
user_paused: z$1.ZodBoolean;
|
|
2045
|
+
}, z$1.core.$strip>;
|
|
1538
2046
|
declare const V1ProjectCollaboratorSchema: z$1.ZodObject<{
|
|
1539
2047
|
accepted_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1540
2048
|
access_level: z$1.ZodEnum<{
|
|
@@ -1592,16 +2100,16 @@ declare const V1ProjectResponseSchema: z$1.ZodObject<{
|
|
|
1592
2100
|
created_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1593
2101
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
1594
2102
|
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
1595
|
-
embed_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1596
2103
|
folder_id: z$1.ZodOptional<z$1.ZodString>;
|
|
2104
|
+
generated_description: z$1.ZodOptional<z$1.ZodString>;
|
|
1597
2105
|
id: z$1.ZodString;
|
|
1598
2106
|
is_published: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1599
|
-
is_template: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1600
2107
|
last_edited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
1601
2108
|
latest_commit_sha: z$1.ZodOptional<z$1.ZodString>;
|
|
1602
2109
|
latest_screenshot_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1603
2110
|
name: z$1.ZodOptional<z$1.ZodString>;
|
|
1604
2111
|
og_image_url: z$1.ZodOptional<z$1.ZodString>;
|
|
2112
|
+
preview_url: z$1.ZodOptional<z$1.ZodString>;
|
|
1605
2113
|
project_type: z$1.ZodOptional<z$1.ZodString>;
|
|
1606
2114
|
publish_visibility: z$1.ZodOptional<z$1.ZodString>;
|
|
1607
2115
|
status: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1660,15 +2168,38 @@ declare const V1RemixInitOutputBodySchema: z$1.ZodObject<{
|
|
|
1660
2168
|
}, z$1.core.$strip>;
|
|
1661
2169
|
declare const V1RemixProgressResultSchema: z$1.ZodObject<{
|
|
1662
2170
|
project_id: z$1.ZodString;
|
|
2171
|
+
warnings: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2172
|
+
code: z$1.ZodEnum<{
|
|
2173
|
+
edge_functions_not_deployed: "edge_functions_not_deployed";
|
|
2174
|
+
integration_skipped: "integration_skipped";
|
|
2175
|
+
}>;
|
|
2176
|
+
failed_edge_functions: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
|
|
2177
|
+
reason: z$1.ZodOptional<z$1.ZodString>;
|
|
2178
|
+
skipped_integration: z$1.ZodOptional<z$1.ZodString>;
|
|
2179
|
+
}, z$1.core.$strip>>>>;
|
|
1663
2180
|
}, z$1.core.$strip>;
|
|
1664
2181
|
declare const V1RemixProgressOutputBodySchema: z$1.ZodObject<{
|
|
1665
2182
|
error_code: z$1.ZodOptional<z$1.ZodString>;
|
|
1666
2183
|
error_message: z$1.ZodOptional<z$1.ZodString>;
|
|
1667
2184
|
result: z$1.ZodOptional<z$1.ZodObject<{
|
|
1668
2185
|
project_id: z$1.ZodString;
|
|
2186
|
+
warnings: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2187
|
+
code: z$1.ZodEnum<{
|
|
2188
|
+
edge_functions_not_deployed: "edge_functions_not_deployed";
|
|
2189
|
+
integration_skipped: "integration_skipped";
|
|
2190
|
+
}>;
|
|
2191
|
+
failed_edge_functions: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
|
|
2192
|
+
reason: z$1.ZodOptional<z$1.ZodString>;
|
|
2193
|
+
skipped_integration: z$1.ZodOptional<z$1.ZodString>;
|
|
2194
|
+
}, z$1.core.$strip>>>>;
|
|
1669
2195
|
}, z$1.core.$strip>>;
|
|
1670
2196
|
status: z$1.ZodString;
|
|
1671
2197
|
step: z$1.ZodOptional<z$1.ZodObject<{
|
|
2198
|
+
failure: z$1.ZodOptional<z$1.ZodObject<{
|
|
2199
|
+
code: z$1.ZodOptional<z$1.ZodString>;
|
|
2200
|
+
failed_step: z$1.ZodString;
|
|
2201
|
+
message: z$1.ZodString;
|
|
2202
|
+
}, z$1.core.$strip>>;
|
|
1672
2203
|
integration_name: z$1.ZodOptional<z$1.ZodString>;
|
|
1673
2204
|
status: z$1.ZodOptional<z$1.ZodString>;
|
|
1674
2205
|
step: z$1.ZodString;
|
|
@@ -1679,7 +2210,6 @@ declare const V1RemoveConnectorOutputBodySchema: z$1.ZodObject<{
|
|
|
1679
2210
|
}, z$1.core.$strip>;
|
|
1680
2211
|
declare const V1SecurityFindingSchema: z$1.ZodObject<{
|
|
1681
2212
|
category: z$1.ZodOptional<z$1.ZodString>;
|
|
1682
|
-
connector_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1683
2213
|
created_at: z$1.ZodISODateTime;
|
|
1684
2214
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
1685
2215
|
details: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1695,6 +2225,12 @@ declare const V1SecurityFindingSchema: z$1.ZodObject<{
|
|
|
1695
2225
|
status: z$1.ZodString;
|
|
1696
2226
|
updated_at: z$1.ZodISODateTime;
|
|
1697
2227
|
}, z$1.core.$strip>;
|
|
2228
|
+
declare const V1SecurityScanActorSchema: z$1.ZodObject<{
|
|
2229
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
2230
|
+
id: z$1.ZodOptional<z$1.ZodString>;
|
|
2231
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2232
|
+
type: z$1.ZodString;
|
|
2233
|
+
}, z$1.core.$strip>;
|
|
1698
2234
|
declare const V1SecurityScanSummarySchema: z$1.ZodObject<{
|
|
1699
2235
|
commit_sha: z$1.ZodOptional<z$1.ZodString>;
|
|
1700
2236
|
finished_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
@@ -1703,7 +2239,12 @@ declare const V1SecurityScanSummarySchema: z$1.ZodObject<{
|
|
|
1703
2239
|
started_at: z$1.ZodISODateTime;
|
|
1704
2240
|
status: z$1.ZodString;
|
|
1705
2241
|
trigger_source: z$1.ZodString;
|
|
1706
|
-
triggered_by: z$1.
|
|
2242
|
+
triggered_by: z$1.ZodObject<{
|
|
2243
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
2244
|
+
id: z$1.ZodOptional<z$1.ZodString>;
|
|
2245
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2246
|
+
type: z$1.ZodString;
|
|
2247
|
+
}, z$1.core.$strip>;
|
|
1707
2248
|
}, z$1.core.$strip>;
|
|
1708
2249
|
declare const CursorListResponseV1SecurityScanSummarySchema: z$1.ZodObject<{
|
|
1709
2250
|
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
@@ -1714,7 +2255,12 @@ declare const CursorListResponseV1SecurityScanSummarySchema: z$1.ZodObject<{
|
|
|
1714
2255
|
started_at: z$1.ZodISODateTime;
|
|
1715
2256
|
status: z$1.ZodString;
|
|
1716
2257
|
trigger_source: z$1.ZodString;
|
|
1717
|
-
triggered_by: z$1.
|
|
2258
|
+
triggered_by: z$1.ZodObject<{
|
|
2259
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
2260
|
+
id: z$1.ZodOptional<z$1.ZodString>;
|
|
2261
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2262
|
+
type: z$1.ZodString;
|
|
2263
|
+
}, z$1.core.$strip>;
|
|
1718
2264
|
}, z$1.core.$strip>>>;
|
|
1719
2265
|
pagination: z$1.ZodObject<{
|
|
1720
2266
|
has_more: z$1.ZodBoolean;
|
|
@@ -1733,7 +2279,6 @@ declare const V1SecurityScannerRunSchema: z$1.ZodObject<{
|
|
|
1733
2279
|
declare const V1GetSecurityScanOutputBodySchema: z$1.ZodObject<{
|
|
1734
2280
|
findings: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1735
2281
|
category: z$1.ZodOptional<z$1.ZodString>;
|
|
1736
|
-
connector_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1737
2282
|
created_at: z$1.ZodISODateTime;
|
|
1738
2283
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
1739
2284
|
details: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1757,7 +2302,12 @@ declare const V1GetSecurityScanOutputBodySchema: z$1.ZodObject<{
|
|
|
1757
2302
|
started_at: z$1.ZodISODateTime;
|
|
1758
2303
|
status: z$1.ZodString;
|
|
1759
2304
|
trigger_source: z$1.ZodString;
|
|
1760
|
-
triggered_by: z$1.
|
|
2305
|
+
triggered_by: z$1.ZodObject<{
|
|
2306
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
2307
|
+
id: z$1.ZodOptional<z$1.ZodString>;
|
|
2308
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
2309
|
+
type: z$1.ZodString;
|
|
2310
|
+
}, z$1.core.$strip>;
|
|
1761
2311
|
}, z$1.core.$strip>;
|
|
1762
2312
|
scanner_runs: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1763
2313
|
commit_sha: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1773,6 +2323,7 @@ declare const V1SelectedLibrarySchema: z$1.ZodObject<{
|
|
|
1773
2323
|
project_id: z$1.ZodString;
|
|
1774
2324
|
}, z$1.core.$strip>;
|
|
1775
2325
|
declare const V1SendMessageOutputBodySchema: z$1.ZodObject<{
|
|
2326
|
+
agent_version: z$1.ZodOptional<z$1.ZodString>;
|
|
1776
2327
|
message_id: z$1.ZodString;
|
|
1777
2328
|
status: z$1.ZodString;
|
|
1778
2329
|
thread_id: z$1.ZodString;
|
|
@@ -1814,6 +2365,18 @@ declare const V1SetProjectVisibilityOutputBodySchema: z$1.ZodObject<{
|
|
|
1814
2365
|
declare const V1SetWorkspaceKnowledgeInputBodySchema: z$1.ZodObject<{
|
|
1815
2366
|
content: z$1.ZodString;
|
|
1816
2367
|
}, z$1.core.$strip>;
|
|
2368
|
+
declare const V1StartMessageExportInputBodySchema: z$1.ZodObject<{
|
|
2369
|
+
end_date: z$1.ZodOptional<z$1.ZodString>;
|
|
2370
|
+
project_id: z$1.ZodOptional<z$1.ZodString>;
|
|
2371
|
+
start_date: z$1.ZodOptional<z$1.ZodString>;
|
|
2372
|
+
user_id: z$1.ZodOptional<z$1.ZodString>;
|
|
2373
|
+
}, z$1.core.$strip>;
|
|
2374
|
+
declare const V1StartMessageExportOutputBodySchema: z$1.ZodObject<{
|
|
2375
|
+
export_id: z$1.ZodString;
|
|
2376
|
+
status: z$1.ZodEnum<{
|
|
2377
|
+
running: "running";
|
|
2378
|
+
}>;
|
|
2379
|
+
}, z$1.core.$strip>;
|
|
1817
2380
|
declare const V1TriggerSecurityScanInputBodySchema: z$1.ZodObject<{
|
|
1818
2381
|
project_id: z$1.ZodString;
|
|
1819
2382
|
}, z$1.core.$strip>;
|
|
@@ -1852,7 +2415,12 @@ declare const PublicV1ProjectCreateInputBodySchema: z$1.ZodObject<{
|
|
|
1852
2415
|
source_project_id: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
1853
2416
|
tech_stack: z$1.ZodOptional<z$1.ZodString>;
|
|
1854
2417
|
template_project_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1855
|
-
visibility: z$1.ZodOptional<z$1.
|
|
2418
|
+
visibility: z$1.ZodOptional<z$1.ZodEnum<{
|
|
2419
|
+
draft: "draft";
|
|
2420
|
+
private: "private";
|
|
2421
|
+
public: "public";
|
|
2422
|
+
workspace_view: "workspace_view";
|
|
2423
|
+
}>>;
|
|
1856
2424
|
workspace_id: z$1.ZodString;
|
|
1857
2425
|
}, z$1.core.$strip>;
|
|
1858
2426
|
declare const PublicV1SendMessageInputBodySchema: z$1.ZodObject<{
|
|
@@ -1873,10 +2441,10 @@ declare const PublicV1SendMessageInputBodySchema: z$1.ZodObject<{
|
|
|
1873
2441
|
mime_type: z$1.ZodOptional<z$1.ZodString>;
|
|
1874
2442
|
type: z$1.ZodOptional<z$1.ZodString>;
|
|
1875
2443
|
}, z$1.core.$strip>>>>;
|
|
2444
|
+
max_iterations: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
|
|
1876
2445
|
message: z$1.ZodString;
|
|
1877
2446
|
plan_mode: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1878
2447
|
project_id: z$1.ZodString;
|
|
1879
|
-
variant_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1880
2448
|
}, z$1.core.$strip>;
|
|
1881
2449
|
declare const V1CreateProjectInputBodySchema: z$1.ZodObject<{
|
|
1882
2450
|
description: z$1.ZodString;
|
|
@@ -1901,7 +2469,12 @@ declare const V1CreateProjectInputBodySchema: z$1.ZodObject<{
|
|
|
1901
2469
|
}, z$1.core.$strip>>>>;
|
|
1902
2470
|
tech_stack: z$1.ZodOptional<z$1.ZodString>;
|
|
1903
2471
|
template_project_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1904
|
-
visibility: z$1.ZodOptional<z$1.
|
|
2472
|
+
visibility: z$1.ZodOptional<z$1.ZodEnum<{
|
|
2473
|
+
draft: "draft";
|
|
2474
|
+
private: "private";
|
|
2475
|
+
public: "public";
|
|
2476
|
+
workspace_view: "workspace_view";
|
|
2477
|
+
}>>;
|
|
1905
2478
|
}, z$1.core.$strip>;
|
|
1906
2479
|
declare const V1SendMessageInputBodySchema: z$1.ZodObject<{
|
|
1907
2480
|
continuation: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -1921,9 +2494,9 @@ declare const V1SendMessageInputBodySchema: z$1.ZodObject<{
|
|
|
1921
2494
|
mime_type: z$1.ZodOptional<z$1.ZodString>;
|
|
1922
2495
|
type: z$1.ZodOptional<z$1.ZodString>;
|
|
1923
2496
|
}, z$1.core.$strip>>>>;
|
|
2497
|
+
max_iterations: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
|
|
1924
2498
|
message: z$1.ZodString;
|
|
1925
2499
|
plan_mode: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1926
|
-
variant_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1927
2500
|
}, z$1.core.$strip>;
|
|
1928
2501
|
declare const V1UpdateMemberCreditLimitInputBodySchema: z$1.ZodObject<{
|
|
1929
2502
|
monthly_credit_limit: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodNumber>>;
|
|
@@ -1933,6 +2506,9 @@ declare const V1UpdateWorkspaceSettingsInputBodySchema: z$1.ZodObject<{
|
|
|
1933
2506
|
default_monthly_member_credit_limit: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodNumber>>;
|
|
1934
2507
|
workspace_id: z$1.ZodString;
|
|
1935
2508
|
}, z$1.core.$strip>;
|
|
2509
|
+
declare const V1UpdateWorkspaceSettingsNestedInputBodySchema: z$1.ZodObject<{
|
|
2510
|
+
default_monthly_member_credit_limit: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodNumber>>;
|
|
2511
|
+
}, z$1.core.$strip>;
|
|
1936
2512
|
declare const V1UsagePeriodSchema: z$1.ZodObject<{
|
|
1937
2513
|
end: z$1.ZodString;
|
|
1938
2514
|
granularity: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1940,9 +2516,11 @@ declare const V1UsagePeriodSchema: z$1.ZodObject<{
|
|
|
1940
2516
|
}, z$1.core.$strip>;
|
|
1941
2517
|
declare const V1WorkspaceAuditLogEntrySchema: z$1.ZodObject<{
|
|
1942
2518
|
action: z$1.ZodString;
|
|
2519
|
+
action_description: z$1.ZodString;
|
|
1943
2520
|
actor_display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
1944
2521
|
actor_id: z$1.ZodString;
|
|
1945
2522
|
actor_type: z$1.ZodOptional<z$1.ZodString>;
|
|
2523
|
+
client_platform: z$1.ZodOptional<z$1.ZodString>;
|
|
1946
2524
|
details: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1947
2525
|
id: z$1.ZodString;
|
|
1948
2526
|
ip_address: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1958,9 +2536,11 @@ declare const V1WorkspaceAuditLogEntrySchema: z$1.ZodObject<{
|
|
|
1958
2536
|
declare const V1WorkspaceAuditLogsBodySchema: z$1.ZodObject<{
|
|
1959
2537
|
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
1960
2538
|
action: z$1.ZodString;
|
|
2539
|
+
action_description: z$1.ZodString;
|
|
1961
2540
|
actor_display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
1962
2541
|
actor_id: z$1.ZodString;
|
|
1963
2542
|
actor_type: z$1.ZodOptional<z$1.ZodString>;
|
|
2543
|
+
client_platform: z$1.ZodOptional<z$1.ZodString>;
|
|
1964
2544
|
details: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnknown>>;
|
|
1965
2545
|
id: z$1.ZodString;
|
|
1966
2546
|
ip_address: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -2040,40 +2620,14 @@ declare const V1WorkspaceCreditsBodySchema: z$1.ZodObject<{
|
|
|
2040
2620
|
total_granted: z$1.ZodNumber;
|
|
2041
2621
|
total_remaining: z$1.ZodNumber;
|
|
2042
2622
|
}, z$1.core.$strip>;
|
|
2043
|
-
declare const
|
|
2044
|
-
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
2045
|
-
email: z$1.ZodOptional<z$1.ZodString>;
|
|
2046
|
-
invited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2047
|
-
joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2048
|
-
monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2049
|
-
role: z$1.ZodString;
|
|
2050
|
-
user_id: z$1.ZodString;
|
|
2051
|
-
workspace_id: z$1.ZodString;
|
|
2052
|
-
}, z$1.core.$strip>;
|
|
2053
|
-
declare const CursorListResponseV1WorkspaceMemberSchema: z$1.ZodObject<{
|
|
2054
|
-
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2055
|
-
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
2056
|
-
email: z$1.ZodOptional<z$1.ZodString>;
|
|
2057
|
-
invited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2058
|
-
joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2059
|
-
monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2060
|
-
role: z$1.ZodString;
|
|
2061
|
-
user_id: z$1.ZodString;
|
|
2062
|
-
workspace_id: z$1.ZodString;
|
|
2063
|
-
}, z$1.core.$strip>>>;
|
|
2064
|
-
pagination: z$1.ZodObject<{
|
|
2065
|
-
has_more: z$1.ZodBoolean;
|
|
2066
|
-
next_cursor: z$1.ZodNullable<z$1.ZodString>;
|
|
2067
|
-
}, z$1.core.$strip>;
|
|
2068
|
-
}, z$1.core.$strip>;
|
|
2069
|
-
declare const V1WorkspaceSecurityActivityFreshnessSchema: z$1.ZodObject<{
|
|
2623
|
+
declare const V1WorkspaceInsightsActivityFreshnessSchema: z$1.ZodObject<{
|
|
2070
2624
|
edits_as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2071
2625
|
visitors_as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2072
2626
|
}, z$1.core.$strip>;
|
|
2073
|
-
declare const
|
|
2627
|
+
declare const V1WorkspaceInsightsEdgeFunctionSchema: z$1.ZodObject<{
|
|
2074
2628
|
name: z$1.ZodString;
|
|
2075
2629
|
}, z$1.core.$strip>;
|
|
2076
|
-
declare const
|
|
2630
|
+
declare const V1WorkspaceInsightsFindingSchema: z$1.ZodObject<{
|
|
2077
2631
|
category: z$1.ZodString;
|
|
2078
2632
|
description: z$1.ZodString;
|
|
2079
2633
|
id: z$1.ZodString;
|
|
@@ -2081,10 +2635,10 @@ declare const V1WorkspaceSecurityFindingSchema: z$1.ZodObject<{
|
|
|
2081
2635
|
severity: z$1.ZodString;
|
|
2082
2636
|
title: z$1.ZodString;
|
|
2083
2637
|
}, z$1.core.$strip>;
|
|
2084
|
-
declare const
|
|
2638
|
+
declare const V1WorkspaceInsightsOwnerSchema: z$1.ZodObject<{
|
|
2085
2639
|
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
2086
2640
|
}, z$1.core.$strip>;
|
|
2087
|
-
declare const
|
|
2641
|
+
declare const V1WorkspaceInsightsReasonValuesSchema: z$1.ZodObject<{
|
|
2088
2642
|
connector_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2089
2643
|
edge_function_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2090
2644
|
error_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -2094,7 +2648,7 @@ declare const V1WorkspaceSecurityReasonValuesSchema: z$1.ZodObject<{
|
|
|
2094
2648
|
shared_user_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2095
2649
|
warning_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2096
2650
|
}, z$1.core.$strip>;
|
|
2097
|
-
declare const
|
|
2651
|
+
declare const V1WorkspaceInsightsReasonSchema: z$1.ZodObject<{
|
|
2098
2652
|
category: z$1.ZodString;
|
|
2099
2653
|
detail: z$1.ZodString;
|
|
2100
2654
|
id: z$1.ZodString;
|
|
@@ -2111,12 +2665,12 @@ declare const V1WorkspaceSecurityReasonSchema: z$1.ZodObject<{
|
|
|
2111
2665
|
warning_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2112
2666
|
}, z$1.core.$strip>>;
|
|
2113
2667
|
}, z$1.core.$strip>;
|
|
2114
|
-
declare const
|
|
2668
|
+
declare const V1WorkspaceInsightsReviewPrioritySchema: z$1.ZodObject<{
|
|
2115
2669
|
needs_review: z$1.ZodNumber;
|
|
2116
2670
|
no_review_needed: z$1.ZodNumber;
|
|
2117
2671
|
review_recommended: z$1.ZodNumber;
|
|
2118
2672
|
}, z$1.core.$strip>;
|
|
2119
|
-
declare const
|
|
2673
|
+
declare const V1WorkspaceInsightsSignalsSchema: z$1.ZodObject<{
|
|
2120
2674
|
chat_attachment_count: z$1.ZodNumber;
|
|
2121
2675
|
connector_count: z$1.ZodNumber;
|
|
2122
2676
|
edge_function_count: z$1.ZodNumber;
|
|
@@ -2147,7 +2701,7 @@ declare const V1WorkspaceSecuritySignalsSchema: z$1.ZodObject<{
|
|
|
2147
2701
|
supply_chain_warning_count: z$1.ZodNumber;
|
|
2148
2702
|
warning_count: z$1.ZodNumber;
|
|
2149
2703
|
}, z$1.core.$strip>;
|
|
2150
|
-
declare const
|
|
2704
|
+
declare const V1WorkspaceInsightsProjectSchema: z$1.ZodObject<{
|
|
2151
2705
|
activity_group: z$1.ZodOptional<z$1.ZodString>;
|
|
2152
2706
|
connectors: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
|
|
2153
2707
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -2243,7 +2797,7 @@ declare const V1WorkspaceSecurityProjectSchema: z$1.ZodObject<{
|
|
|
2243
2797
|
visitors_30d: z$1.ZodNumber;
|
|
2244
2798
|
visitors_7d: z$1.ZodNumber;
|
|
2245
2799
|
}, z$1.core.$strip>;
|
|
2246
|
-
declare const
|
|
2800
|
+
declare const V1WorkspaceInsightsProjectsBodySchema: z$1.ZodObject<{
|
|
2247
2801
|
activity_as_of: z$1.ZodOptional<z$1.ZodObject<{
|
|
2248
2802
|
edits_as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2249
2803
|
visitors_as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
@@ -2359,12 +2913,12 @@ declare const V1WorkspaceSecurityProjectsBodySchema: z$1.ZodObject<{
|
|
|
2359
2913
|
}, z$1.core.$strip>;
|
|
2360
2914
|
total: z$1.ZodNumber;
|
|
2361
2915
|
}, z$1.core.$strip>;
|
|
2362
|
-
declare const
|
|
2916
|
+
declare const V1WorkspaceInsightsStatSchema: z$1.ZodObject<{
|
|
2363
2917
|
delta_30d: z$1.ZodNumber;
|
|
2364
2918
|
delta_window: z$1.ZodString;
|
|
2365
2919
|
value: z$1.ZodNumber;
|
|
2366
2920
|
}, z$1.core.$strip>;
|
|
2367
|
-
declare const
|
|
2921
|
+
declare const V1WorkspaceInsightsSummarySchema: z$1.ZodObject<{
|
|
2368
2922
|
externally_published: z$1.ZodObject<{
|
|
2369
2923
|
delta_30d: z$1.ZodNumber;
|
|
2370
2924
|
delta_window: z$1.ZodString;
|
|
@@ -2386,7 +2940,7 @@ declare const V1WorkspaceSecuritySummarySchema: z$1.ZodObject<{
|
|
|
2386
2940
|
value: z$1.ZodNumber;
|
|
2387
2941
|
}, z$1.core.$strip>;
|
|
2388
2942
|
}, z$1.core.$strip>;
|
|
2389
|
-
declare const
|
|
2943
|
+
declare const V1WorkspaceInsightsBodySchema: z$1.ZodObject<{
|
|
2390
2944
|
as_of: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2391
2945
|
findings: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2392
2946
|
category: z$1.ZodString;
|
|
@@ -2419,6 +2973,32 @@ declare const V1WorkspaceSecurityDashboardBodySchema: z$1.ZodObject<{
|
|
|
2419
2973
|
}, z$1.core.$strip>;
|
|
2420
2974
|
}, z$1.core.$strip>;
|
|
2421
2975
|
}, z$1.core.$strip>;
|
|
2976
|
+
declare const V1WorkspaceMemberSchema: z$1.ZodObject<{
|
|
2977
|
+
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
2978
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
2979
|
+
invited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2980
|
+
joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2981
|
+
monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2982
|
+
role: z$1.ZodString;
|
|
2983
|
+
user_id: z$1.ZodString;
|
|
2984
|
+
workspace_id: z$1.ZodString;
|
|
2985
|
+
}, z$1.core.$strip>;
|
|
2986
|
+
declare const CursorListResponseV1WorkspaceMemberSchema: z$1.ZodObject<{
|
|
2987
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2988
|
+
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
2989
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
2990
|
+
invited_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2991
|
+
joined_at: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2992
|
+
monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2993
|
+
role: z$1.ZodString;
|
|
2994
|
+
user_id: z$1.ZodString;
|
|
2995
|
+
workspace_id: z$1.ZodString;
|
|
2996
|
+
}, z$1.core.$strip>>>;
|
|
2997
|
+
pagination: z$1.ZodObject<{
|
|
2998
|
+
has_more: z$1.ZodBoolean;
|
|
2999
|
+
next_cursor: z$1.ZodNullable<z$1.ZodString>;
|
|
3000
|
+
}, z$1.core.$strip>;
|
|
3001
|
+
}, z$1.core.$strip>;
|
|
2422
3002
|
declare const V1WorkspaceSettingsBodySchema: z$1.ZodObject<{
|
|
2423
3003
|
billing_period_end_date: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
2424
3004
|
billing_period_start_date: z$1.ZodOptional<z$1.ZodISODateTime>;
|
|
@@ -2506,6 +3086,11 @@ declare const V1WorkspaceUsageBreakdownBodySchema: z$1.ZodObject<{
|
|
|
2506
3086
|
next_cursor: z$1.ZodNullable<z$1.ZodString>;
|
|
2507
3087
|
}, z$1.core.$strip>;
|
|
2508
3088
|
}, z$1.core.$strip>;
|
|
3089
|
+
declare const V1WorkspaceUsageConnectorBreakdownSchema: z$1.ZodObject<{
|
|
3090
|
+
credits: z$1.ZodNumber;
|
|
3091
|
+
key: z$1.ZodString;
|
|
3092
|
+
label: z$1.ZodString;
|
|
3093
|
+
}, z$1.core.$strip>;
|
|
2509
3094
|
declare const V1WorkspaceUsageDatabaseBreakdownSchema: z$1.ZodObject<{
|
|
2510
3095
|
credits: z$1.ZodNumber;
|
|
2511
3096
|
key: z$1.ZodEnum<{
|
|
@@ -2519,12 +3104,99 @@ declare const V1WorkspaceUsageGatewayModelSchema: z$1.ZodObject<{
|
|
|
2519
3104
|
name: z$1.ZodString;
|
|
2520
3105
|
provider: z$1.ZodString;
|
|
2521
3106
|
}, z$1.core.$strip>;
|
|
3107
|
+
declare const V1BillingUsageRowSchema: z$1.ZodObject<{
|
|
3108
|
+
build: z$1.ZodNumber;
|
|
3109
|
+
connectors: z$1.ZodNumber;
|
|
3110
|
+
connectors_breakdown: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3111
|
+
credits: z$1.ZodNumber;
|
|
3112
|
+
key: z$1.ZodString;
|
|
3113
|
+
label: z$1.ZodString;
|
|
3114
|
+
}, z$1.core.$strip>>>>;
|
|
3115
|
+
database: z$1.ZodNumber;
|
|
3116
|
+
database_breakdown: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3117
|
+
credits: z$1.ZodNumber;
|
|
3118
|
+
key: z$1.ZodEnum<{
|
|
3119
|
+
database_server: "database_server";
|
|
3120
|
+
database_storage: "database_storage";
|
|
3121
|
+
}>;
|
|
3122
|
+
label: z$1.ZodString;
|
|
3123
|
+
}, z$1.core.$strip>>>>;
|
|
3124
|
+
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
3125
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
3126
|
+
functions: z$1.ZodNumber;
|
|
3127
|
+
gateway: z$1.ZodNumber;
|
|
3128
|
+
gateway_models: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3129
|
+
credits: z$1.ZodNumber;
|
|
3130
|
+
name: z$1.ZodString;
|
|
3131
|
+
provider: z$1.ZodString;
|
|
3132
|
+
}, z$1.core.$strip>>>>;
|
|
3133
|
+
network: z$1.ZodNumber;
|
|
3134
|
+
period_end: z$1.ZodOptional<z$1.ZodString>;
|
|
3135
|
+
period_start: z$1.ZodOptional<z$1.ZodString>;
|
|
3136
|
+
project_id: z$1.ZodOptional<z$1.ZodString>;
|
|
3137
|
+
realtime: z$1.ZodNumber;
|
|
3138
|
+
run: z$1.ZodNumber;
|
|
3139
|
+
storage: z$1.ZodNumber;
|
|
3140
|
+
total: z$1.ZodNumber;
|
|
3141
|
+
user_id: z$1.ZodOptional<z$1.ZodString>;
|
|
3142
|
+
}, z$1.core.$strip>;
|
|
3143
|
+
declare const V1BillingUsageBodySchema: z$1.ZodObject<{
|
|
3144
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3145
|
+
build: z$1.ZodNumber;
|
|
3146
|
+
connectors: z$1.ZodNumber;
|
|
3147
|
+
connectors_breakdown: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3148
|
+
credits: z$1.ZodNumber;
|
|
3149
|
+
key: z$1.ZodString;
|
|
3150
|
+
label: z$1.ZodString;
|
|
3151
|
+
}, z$1.core.$strip>>>>;
|
|
3152
|
+
database: z$1.ZodNumber;
|
|
3153
|
+
database_breakdown: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3154
|
+
credits: z$1.ZodNumber;
|
|
3155
|
+
key: z$1.ZodEnum<{
|
|
3156
|
+
database_server: "database_server";
|
|
3157
|
+
database_storage: "database_storage";
|
|
3158
|
+
}>;
|
|
3159
|
+
label: z$1.ZodString;
|
|
3160
|
+
}, z$1.core.$strip>>>>;
|
|
3161
|
+
display_name: z$1.ZodOptional<z$1.ZodString>;
|
|
3162
|
+
email: z$1.ZodOptional<z$1.ZodString>;
|
|
3163
|
+
functions: z$1.ZodNumber;
|
|
3164
|
+
gateway: z$1.ZodNumber;
|
|
3165
|
+
gateway_models: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3166
|
+
credits: z$1.ZodNumber;
|
|
3167
|
+
name: z$1.ZodString;
|
|
3168
|
+
provider: z$1.ZodString;
|
|
3169
|
+
}, z$1.core.$strip>>>>;
|
|
3170
|
+
network: z$1.ZodNumber;
|
|
3171
|
+
period_end: z$1.ZodOptional<z$1.ZodString>;
|
|
3172
|
+
period_start: z$1.ZodOptional<z$1.ZodString>;
|
|
3173
|
+
project_id: z$1.ZodOptional<z$1.ZodString>;
|
|
3174
|
+
realtime: z$1.ZodNumber;
|
|
3175
|
+
run: z$1.ZodNumber;
|
|
3176
|
+
storage: z$1.ZodNumber;
|
|
3177
|
+
total: z$1.ZodNumber;
|
|
3178
|
+
user_id: z$1.ZodOptional<z$1.ZodString>;
|
|
3179
|
+
}, z$1.core.$strip>>>;
|
|
3180
|
+
entity_count: z$1.ZodOptional<z$1.ZodNumber>;
|
|
3181
|
+
pagination: z$1.ZodObject<{
|
|
3182
|
+
has_more: z$1.ZodBoolean;
|
|
3183
|
+
next_cursor: z$1.ZodNullable<z$1.ZodString>;
|
|
3184
|
+
}, z$1.core.$strip>;
|
|
3185
|
+
period: z$1.ZodObject<{
|
|
3186
|
+
end: z$1.ZodString;
|
|
3187
|
+
group_by: z$1.ZodOptional<z$1.ZodString>;
|
|
3188
|
+
interval: z$1.ZodOptional<z$1.ZodString>;
|
|
3189
|
+
start: z$1.ZodString;
|
|
3190
|
+
}, z$1.core.$strip>;
|
|
3191
|
+
workspace_total: z$1.ZodNumber;
|
|
3192
|
+
}, z$1.core.$strip>;
|
|
2522
3193
|
declare const V1WorkspaceUsageMeBodySchema: z$1.ZodObject<{
|
|
2523
3194
|
credits_used: z$1.ZodNumber;
|
|
2524
3195
|
monthly_credit_limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
2525
3196
|
}, z$1.core.$strip>;
|
|
2526
3197
|
declare const V1WorkspaceUsageProjectRowSchema: z$1.ZodObject<{
|
|
2527
3198
|
build: z$1.ZodNumber;
|
|
3199
|
+
connectors: z$1.ZodNumber;
|
|
2528
3200
|
database: z$1.ZodNumber;
|
|
2529
3201
|
functions: z$1.ZodNumber;
|
|
2530
3202
|
gateway: z$1.ZodNumber;
|
|
@@ -2538,6 +3210,7 @@ declare const V1WorkspaceUsageProjectRowSchema: z$1.ZodObject<{
|
|
|
2538
3210
|
declare const V1WorkspaceUsageProjectsBodySchema: z$1.ZodObject<{
|
|
2539
3211
|
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2540
3212
|
build: z$1.ZodNumber;
|
|
3213
|
+
connectors: z$1.ZodNumber;
|
|
2541
3214
|
database: z$1.ZodNumber;
|
|
2542
3215
|
functions: z$1.ZodNumber;
|
|
2543
3216
|
gateway: z$1.ZodNumber;
|
|
@@ -2562,6 +3235,12 @@ declare const V1WorkspaceUsageProjectsBodySchema: z$1.ZodObject<{
|
|
|
2562
3235
|
}, z$1.core.$strip>;
|
|
2563
3236
|
declare const V1WorkspaceUsageTimeseriesBucketSchema: z$1.ZodObject<{
|
|
2564
3237
|
build: z$1.ZodNumber;
|
|
3238
|
+
connectors: z$1.ZodNumber;
|
|
3239
|
+
connectors_breakdown: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3240
|
+
credits: z$1.ZodNumber;
|
|
3241
|
+
key: z$1.ZodString;
|
|
3242
|
+
label: z$1.ZodString;
|
|
3243
|
+
}, z$1.core.$strip>>>;
|
|
2565
3244
|
database: z$1.ZodNumber;
|
|
2566
3245
|
database_breakdown: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2567
3246
|
credits: z$1.ZodNumber;
|
|
@@ -2589,6 +3268,12 @@ declare const V1WorkspaceUsageTimeseriesBucketSchema: z$1.ZodObject<{
|
|
|
2589
3268
|
declare const V1WorkspaceUsageTimeseriesBodySchema: z$1.ZodObject<{
|
|
2590
3269
|
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2591
3270
|
build: z$1.ZodNumber;
|
|
3271
|
+
connectors: z$1.ZodNumber;
|
|
3272
|
+
connectors_breakdown: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3273
|
+
credits: z$1.ZodNumber;
|
|
3274
|
+
key: z$1.ZodString;
|
|
3275
|
+
label: z$1.ZodString;
|
|
3276
|
+
}, z$1.core.$strip>>>;
|
|
2592
3277
|
database: z$1.ZodNumber;
|
|
2593
3278
|
database_breakdown: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
2594
3279
|
credits: z$1.ZodNumber;
|
|
@@ -2682,6 +3367,50 @@ declare const AddProjectsToFolderResultSchema: z$1.ZodObject<{
|
|
|
2682
3367
|
project_id: z$1.ZodString;
|
|
2683
3368
|
}, z$1.core.$strip>>>;
|
|
2684
3369
|
}, z$1.core.$strip>;
|
|
3370
|
+
declare const WorkspaceAnalyticsResponseSchema: z$1.ZodObject<{
|
|
3371
|
+
timeSeries: z$1.ZodObject<{
|
|
3372
|
+
bounceRate: z$1.ZodObject<{
|
|
3373
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3374
|
+
date: z$1.ZodString;
|
|
3375
|
+
value: z$1.ZodNumber;
|
|
3376
|
+
}, z$1.core.$strip>>>;
|
|
3377
|
+
label: z$1.ZodString;
|
|
3378
|
+
total: z$1.ZodNumber;
|
|
3379
|
+
}, z$1.core.$strip>;
|
|
3380
|
+
pageviews: z$1.ZodObject<{
|
|
3381
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3382
|
+
date: z$1.ZodString;
|
|
3383
|
+
value: z$1.ZodNumber;
|
|
3384
|
+
}, z$1.core.$strip>>>;
|
|
3385
|
+
label: z$1.ZodString;
|
|
3386
|
+
total: z$1.ZodNumber;
|
|
3387
|
+
}, z$1.core.$strip>;
|
|
3388
|
+
pageviewsPerVisit: z$1.ZodObject<{
|
|
3389
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3390
|
+
date: z$1.ZodString;
|
|
3391
|
+
value: z$1.ZodNumber;
|
|
3392
|
+
}, z$1.core.$strip>>>;
|
|
3393
|
+
label: z$1.ZodString;
|
|
3394
|
+
total: z$1.ZodNumber;
|
|
3395
|
+
}, z$1.core.$strip>;
|
|
3396
|
+
sessionDuration: z$1.ZodObject<{
|
|
3397
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3398
|
+
date: z$1.ZodString;
|
|
3399
|
+
value: z$1.ZodNumber;
|
|
3400
|
+
}, z$1.core.$strip>>>;
|
|
3401
|
+
label: z$1.ZodString;
|
|
3402
|
+
total: z$1.ZodNumber;
|
|
3403
|
+
}, z$1.core.$strip>;
|
|
3404
|
+
visitors: z$1.ZodObject<{
|
|
3405
|
+
data: z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
|
|
3406
|
+
date: z$1.ZodString;
|
|
3407
|
+
value: z$1.ZodNumber;
|
|
3408
|
+
}, z$1.core.$strip>>>;
|
|
3409
|
+
label: z$1.ZodString;
|
|
3410
|
+
total: z$1.ZodNumber;
|
|
3411
|
+
}, z$1.core.$strip>;
|
|
3412
|
+
}, z$1.core.$strip>;
|
|
3413
|
+
}, z$1.core.$strip>;
|
|
2685
3414
|
//#endregion
|
|
2686
3415
|
//#region src/schemas.d.ts
|
|
2687
3416
|
/** @deprecated Renamed to CursorListResponsePublicV1ProjectListItemSchema. */
|
|
@@ -2691,9 +3420,9 @@ declare const CursorListResponseSearchProjectItemSchema: z.ZodObject<{
|
|
|
2691
3420
|
description: z.ZodOptional<z.ZodString>;
|
|
2692
3421
|
display_name: z.ZodOptional<z.ZodString>;
|
|
2693
3422
|
folder_id: z.ZodOptional<z.ZodString>;
|
|
3423
|
+
generated_description: z.ZodOptional<z.ZodString>;
|
|
2694
3424
|
id: z.ZodString;
|
|
2695
3425
|
is_published: z.ZodOptional<z.ZodBoolean>;
|
|
2696
|
-
is_template: z.ZodOptional<z.ZodBoolean>;
|
|
2697
3426
|
last_edited_at: z.ZodOptional<z.ZodISODateTime>;
|
|
2698
3427
|
latest_screenshot_url: z.ZodOptional<z.ZodString>;
|
|
2699
3428
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -2717,15 +3446,7 @@ declare const CursorListResponseSearchProjectItemSchema: z.ZodObject<{
|
|
|
2717
3446
|
declare const GetUserWorkspaceBodySchema: z.ZodObject<{
|
|
2718
3447
|
current_member: z.ZodOptional<z.ZodObject<{
|
|
2719
3448
|
joined_at: z.ZodOptional<z.ZodISODateTime>;
|
|
2720
|
-
role: z.
|
|
2721
|
-
none: "none";
|
|
2722
|
-
owner: "owner";
|
|
2723
|
-
admin: "admin";
|
|
2724
|
-
member: "member";
|
|
2725
|
-
viewer: "viewer";
|
|
2726
|
-
collaborator: "collaborator";
|
|
2727
|
-
invited: "invited";
|
|
2728
|
-
}>;
|
|
3449
|
+
role: z.ZodString;
|
|
2729
3450
|
user_id: z.ZodString;
|
|
2730
3451
|
}, z.core.$strip>>;
|
|
2731
3452
|
workspace: z.ZodObject<{
|
|
@@ -2753,29 +3474,13 @@ declare const WorkspaceSchema: z.ZodObject<{
|
|
|
2753
3474
|
/** @deprecated Renamed to PublicV1WorkspaceMemberSchema. */
|
|
2754
3475
|
declare const WorkspaceMembershipResponseSchema: z.ZodObject<{
|
|
2755
3476
|
joined_at: z.ZodOptional<z.ZodISODateTime>;
|
|
2756
|
-
role: z.
|
|
2757
|
-
none: "none";
|
|
2758
|
-
owner: "owner";
|
|
2759
|
-
admin: "admin";
|
|
2760
|
-
member: "member";
|
|
2761
|
-
viewer: "viewer";
|
|
2762
|
-
collaborator: "collaborator";
|
|
2763
|
-
invited: "invited";
|
|
2764
|
-
}>;
|
|
3477
|
+
role: z.ZodString;
|
|
2765
3478
|
user_id: z.ZodString;
|
|
2766
3479
|
}, z.core.$strip>;
|
|
2767
3480
|
/** @deprecated Renamed to PublicV1WorkspaceMemberSchema. */
|
|
2768
3481
|
declare const WorkspaceMembershipSchema: z.ZodObject<{
|
|
2769
3482
|
joined_at: z.ZodOptional<z.ZodISODateTime>;
|
|
2770
|
-
role: z.
|
|
2771
|
-
none: "none";
|
|
2772
|
-
owner: "owner";
|
|
2773
|
-
admin: "admin";
|
|
2774
|
-
member: "member";
|
|
2775
|
-
viewer: "viewer";
|
|
2776
|
-
collaborator: "collaborator";
|
|
2777
|
-
invited: "invited";
|
|
2778
|
-
}>;
|
|
3483
|
+
role: z.ZodString;
|
|
2779
3484
|
user_id: z.ZodString;
|
|
2780
3485
|
}, z.core.$strip>;
|
|
2781
3486
|
/** @deprecated Renamed to PublicV1WorkspaceWithMembershipSchema. */
|
|
@@ -2786,15 +3491,7 @@ declare const WorkspaceWithMembershipSchema: z.ZodObject<{
|
|
|
2786
3491
|
image_url: z.ZodOptional<z.ZodString>;
|
|
2787
3492
|
membership: z.ZodOptional<z.ZodObject<{
|
|
2788
3493
|
joined_at: z.ZodOptional<z.ZodISODateTime>;
|
|
2789
|
-
role: z.
|
|
2790
|
-
none: "none";
|
|
2791
|
-
owner: "owner";
|
|
2792
|
-
admin: "admin";
|
|
2793
|
-
member: "member";
|
|
2794
|
-
viewer: "viewer";
|
|
2795
|
-
collaborator: "collaborator";
|
|
2796
|
-
invited: "invited";
|
|
2797
|
-
}>;
|
|
3494
|
+
role: z.ZodString;
|
|
2798
3495
|
user_id: z.ZodString;
|
|
2799
3496
|
}, z.core.$strip>>;
|
|
2800
3497
|
name: z.ZodString;
|
|
@@ -2809,5 +3506,5 @@ declare const V1DatabaseQueryOutputBodyWritableSchema: z.ZodObject<{
|
|
|
2809
3506
|
rows: z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
2810
3507
|
}, z.core.$strip>;
|
|
2811
3508
|
//#endregion
|
|
2812
|
-
export { AddProjectsToFolderResultSchema, AppUserConnectorApiSchema,
|
|
3509
|
+
export { AddProjectsToFolderResultSchema, AppUserConnectorApiSchema, ChannelAnalyticsSchema, ChannelListsGroupSchema, ChannelTimeSeriesGroupSchema, CommonSeamlessConnectorFeatureSchema, CommonSeamlessConnectorPermissionSchema, CompanyCreatorSchema, CreatorSchema, CursorListResponseProjectPiiFindingDtoSchema, CursorListResponsePublicV1ConnectorItemSchema, CursorListResponsePublicV1ProjectListItemSchema, CursorListResponseSearchProjectItemSchema, CursorListResponseV1EditSummarySchema, CursorListResponseV1MessageListItemSchema, CursorListResponseV1ProjectCollaboratorSchema, CursorListResponseV1ProjectSkillDtoSchema, CursorListResponseV1SecurityScanSummarySchema, CursorListResponseV1WorkspaceMemberSchema, DiffHunkSchema, DiffLineSchema, ErrorDetailSchema, ErrorModelSchema, GetAvailableLibraryProjectsPublicV1OutputBodySchema, GetAvailableTemplateProjectsPublicV1OutputBodySchema, GetMeOutputBodySchema, GetMeWorkspaceSchema, GetUserWorkspaceBodySchema, GitFileEntryLiteSchema, GitFileEntrySchema, LibraryProjectResponseSchema, ListDataPointSchema, ListDataSchema, ListsGroupSchema, LovableCreatorSchema, McpConnectorSchema, PaginationSchema, ProjectAnalyticsResponseSchema, ProjectFileInfoSchema, ProjectPiiFindingDtoSchema, ProjectTrendResponseSchema, PublicV1ConnectorItemSchema, PublicV1CreateProjectResponseSchema, PublicV1DeployProjectInputBodySchema, PublicV1EnableDatabaseInputBodySchema, PublicV1GetWorkspaceBodySchema, PublicV1GitFilesResponseSchema, PublicV1PatchProjectBodySchema, PublicV1ProjectAnalyticsBodySchema, PublicV1ProjectCreateInputBodySchema, PublicV1ProjectFileUploadUrlInputBodySchema, PublicV1ProjectListItemSchema, PublicV1ProjectRemixInputBodySchema, PublicV1PublishAudienceTargetSchema, PublicV1PublishProjectInputBodySchema, PublicV1PublishProjectResponseSchema, PublicV1PublishStatusResponseSchema, PublicV1SendMessageInputBodySchema, PublicV1SetProjectKnowledgeInputBodySchema, PublicV1SetProjectSkillEnabledInputBodySchema, PublicV1UpdatePublishSettingsInputBodySchema, PublicV1UpdatePublishSettingsResponseSchema, PublicV1WorkspaceMemberSchema, PublicV1WorkspaceSchema, PublicV1WorkspaceWithMembershipSchema, RemixJobFailureSchema, RemixJobStepInfoSchema, RemixWarningSchema, SeamlessConnectorApiSchema, SearchProjectItemSchema, SearchWorkspaceProjectsResponseSchema, SkippedProjectInfoSchema, StandardConnectorApiSchema, StandardConnectorPromotionSchema, TemplateProjectResponseSchema, TimeSeriesDataPointSchema, TimeSeriesDataSchema, TimeSeriesGroupSchema, ToolDisplayDataSchema, TrendDataPointSchema, UserCreatorSchema, V1AddConnectorInputBodySchema, V1AiResponseSummarySchema, V1AvailableConnectorEntrySchema, V1AwaitingInputSummarySchema, V1BillingBulkSetMemberCreditLimitInputBodySchema, V1BillingCreditLimitRowSchema, V1BillingCreditLimitsBodySchema, V1BillingPeriodSchema, V1BillingUsageBodySchema, V1BillingUsagePeriodSchema, V1BillingUsageRowSchema, V1BulkMemberCreditLimitItemSchema, V1BulkMemberCreditLimitResultSchema, V1BulkSetMemberCreditLimitInputBodySchema, V1BulkSetMemberCreditLimitOutputBodySchema, V1ConnectionItemSchema, V1ConnectorResponseSchema, V1CreateEmbedUrlInputBodySchema, V1CreateEmbedUrlOutputBodySchema, V1CreateProjectInputBodySchema, V1CreateProjectResponseSchema, V1CreateVariantInputBodySchema, V1CreateVariantOutputBodySchema, V1CreditHistoryEntrySchema, V1DatabaseQueryOutputBodySchema, V1DatabaseQueryOutputBodyWritableSchema, V1DeleteWorkspaceSkillOutputBodySchema, V1DeployProjectInputBodySchema, V1DeployProjectOutputBodySchema, V1DiffEntrySchema, V1DiffResponseSchema, V1EditSummarySchema, V1EnableDatabaseOutputBodySchema, V1EphemeralFileUploadUrlInputBodySchema, V1FileUploadUrlOutputBodySchema, V1GetDatabaseStatusOutputBodySchema, V1GetEditsOutputBodySchema, V1GetSecurityScanOutputBodySchema, V1GetWorkspaceSkillOutputBodySchema, V1KnowledgeResponseSchema, V1ListAppUserConnectorsResponseSchema, V1ListAvailableConnectorsOutputBodySchema, V1ListConnectionsResponseSchema, V1ListConnectorsOutputBodySchema, V1ListMcpConnectorsResponseSchema, V1ListMessagesOutputBodySchema, V1ListProjectSkillsOutputBodySchema, V1ListSeamlessConnectorsResponseSchema, V1ListStandardConnectorsResponseSchema, V1ListWorkspaceSkillsOutputBodySchema, V1ListWorkspacesBodySchema, V1MessageExportStatusSchema, V1MessageListItemSchema, V1MessageResponseSchema, V1MoveProjectsToFolderInputBodySchema, V1ProjectCloudBodySchema, V1ProjectCloudDiskSchema, V1ProjectCloudResourcePressureSchema, V1ProjectCloudResourceSignalSchema, V1ProjectCollaboratorSchema, V1ProjectFileUploadUrlInputBodySchema, V1ProjectGitFilesResponseSchema, V1ProjectResponseSchema, V1ProjectSkillDtoSchema, V1RemixInitInputBodySchema, V1RemixInitOutputBodySchema, V1RemixProgressOutputBodySchema, V1RemixProgressResultSchema, V1RemoveConnectorOutputBodySchema, V1SecurityFindingSchema, V1SecurityScanActorSchema, V1SecurityScanSummarySchema, V1SecurityScannerRunSchema, V1SelectedLibrarySchema, V1SendMessageInputBodySchema, V1SendMessageOutputBodySchema, V1SetFolderVisibilityInputBodySchema, V1SetFolderVisibilityOutputBodySchema, V1SetProjectKnowledgeInputBodySchema, V1SetProjectSkillEnabledInputBodySchema, V1SetProjectSkillEnabledOutputBodySchema, V1SetProjectVisibilityInputBodySchema, V1SetProjectVisibilityOutputBodySchema, V1SetWorkspaceKnowledgeInputBodySchema, V1StartMessageExportInputBodySchema, V1StartMessageExportOutputBodySchema, V1TriggerSecurityScanInputBodySchema, V1TriggerSecurityScanResponseBodySchema, V1UnscopedFileSchema, V1UpdateMemberCreditLimitInputBodySchema, V1UpdateWorkspaceSettingsInputBodySchema, V1UpdateWorkspaceSettingsNestedInputBodySchema, V1UsagePeriodSchema, V1WorkspaceAuditLogEntrySchema, V1WorkspaceAuditLogsBodySchema, V1WorkspaceCreditHistoryBodySchema, V1WorkspaceCreditsBodySchema, V1WorkspaceCreditsExpiringGrantSchema, V1WorkspaceCreditsGrantTypeBalanceSchema, V1WorkspaceInsightsActivityFreshnessSchema, V1WorkspaceInsightsBodySchema, V1WorkspaceInsightsEdgeFunctionSchema, V1WorkspaceInsightsFindingSchema, V1WorkspaceInsightsOwnerSchema, V1WorkspaceInsightsProjectSchema, V1WorkspaceInsightsProjectsBodySchema, V1WorkspaceInsightsReasonSchema, V1WorkspaceInsightsReasonValuesSchema, V1WorkspaceInsightsReviewPrioritySchema, V1WorkspaceInsightsSignalsSchema, V1WorkspaceInsightsStatSchema, V1WorkspaceInsightsSummarySchema, V1WorkspaceMemberSchema, V1WorkspaceSettingsBodySchema, V1WorkspaceSkillDtoSchema, V1WorkspaceUsageBreakdownBodySchema, V1WorkspaceUsageBreakdownEntrySchema, V1WorkspaceUsageConnectorBreakdownSchema, V1WorkspaceUsageDatabaseBreakdownSchema, V1WorkspaceUsageGatewayModelSchema, V1WorkspaceUsageMeBodySchema, V1WorkspaceUsageProjectRowSchema, V1WorkspaceUsageProjectsBodySchema, V1WorkspaceUsageTimeseriesBodySchema, V1WorkspaceUsageTimeseriesBucketSchema, V1WriteWorkspaceSkillInputBodySchema, V1WriteWorkspaceSkillOutputBodySchema, VisibilityChangeInfoSchema, WorkspaceAnalyticsResponseSchema, WorkspaceMembershipResponseSchema, WorkspaceMembershipSchema, WorkspaceSchema, WorkspaceWithMembershipSchema };
|
|
2813
3510
|
//# sourceMappingURL=schemas.d.ts.map
|