@archastro/sdk 0.10.0 → 0.11.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/dist/client.d.ts +14 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +15 -1
- package/dist/client.js.map +1 -1
- package/dist/types/ai.d.ts +2 -2
- package/dist/types/chat.d.ts +30 -30
- package/dist/types/common.d.ts +625 -0
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/common.js +136 -1
- package/dist/types/common.js.map +1 -1
- package/dist/types/extractions.d.ts +36 -0
- package/dist/types/extractions.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +2 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/status.d.ts +121 -0
- package/dist/types/status.d.ts.map +1 -0
- package/dist/types/status.js +18 -0
- package/dist/types/status.js.map +1 -0
- package/dist/types/tasks.d.ts +254 -0
- package/dist/types/tasks.d.ts.map +1 -1
- package/dist/types/tasks.js +52 -1
- package/dist/types/tasks.js.map +1 -1
- package/dist/types/threads.d.ts +2 -2
- package/dist/v1/resources/activity_feed.d.ts +1 -1
- package/dist/v1/resources/activity_feed.js +2 -2
- package/dist/v1/resources/custom_objects.d.ts +31 -16
- package/dist/v1/resources/custom_objects.d.ts.map +1 -1
- package/dist/v1/resources/custom_objects.js +35 -16
- package/dist/v1/resources/custom_objects.js.map +1 -1
- package/dist/v1/resources/files.d.ts +19 -0
- package/dist/v1/resources/files.d.ts.map +1 -1
- package/dist/v1/resources/files.js +3 -1
- package/dist/v1/resources/files.js.map +1 -1
- package/dist/v1/resources/index.d.ts +7 -0
- package/dist/v1/resources/index.d.ts.map +1 -1
- package/dist/v1/resources/index.js +8 -1
- package/dist/v1/resources/index.js.map +1 -1
- package/dist/v1/resources/private_service_definitions.d.ts +12 -0
- package/dist/v1/resources/private_service_definitions.d.ts.map +1 -0
- package/dist/v1/resources/private_service_definitions.js +18 -0
- package/dist/v1/resources/private_service_definitions.js.map +1 -0
- package/dist/v1/resources/private_service_enrollments.d.ts +42 -0
- package/dist/v1/resources/private_service_enrollments.d.ts.map +1 -0
- package/dist/v1/resources/private_service_enrollments.js +56 -0
- package/dist/v1/resources/private_service_enrollments.js.map +1 -0
- package/dist/v1/resources/private_services.d.ts +46 -0
- package/dist/v1/resources/private_services.d.ts.map +1 -0
- package/dist/v1/resources/private_services.js +55 -0
- package/dist/v1/resources/private_services.js.map +1 -0
- package/dist/v1/resources/sandboxes.d.ts +81 -0
- package/dist/v1/resources/sandboxes.d.ts.map +1 -0
- package/dist/v1/resources/sandboxes.js +84 -0
- package/dist/v1/resources/sandboxes.js.map +1 -0
- package/dist/v1/resources/status.d.ts +22 -0
- package/dist/v1/resources/status.d.ts.map +1 -0
- package/dist/v1/resources/status.js +27 -0
- package/dist/v1/resources/status.js.map +1 -0
- package/dist/v1/resources/tasks.d.ts +599 -0
- package/dist/v1/resources/tasks.d.ts.map +1 -0
- package/dist/v1/resources/tasks.js +436 -0
- package/dist/v1/resources/tasks.js.map +1 -0
- package/dist/v1/resources/teams.d.ts +390 -3
- package/dist/v1/resources/teams.d.ts.map +1 -1
- package/dist/v1/resources/teams.js +227 -4
- package/dist/v1/resources/teams.js.map +1 -1
- package/dist/v1/resources/thread_messages.d.ts +6 -3
- package/dist/v1/resources/thread_messages.d.ts.map +1 -1
- package/dist/v1/resources/thread_messages.js +5 -4
- package/dist/v1/resources/thread_messages.js.map +1 -1
- package/dist/v1/resources/threads.d.ts +39 -0
- package/dist/v1/resources/threads.d.ts.map +1 -1
- package/dist/v1/resources/threads.js +36 -1
- package/dist/v1/resources/threads.js.map +1 -1
- package/dist/v1/resources/trajectories.d.ts +34 -0
- package/dist/v1/resources/trajectories.d.ts.map +1 -0
- package/dist/v1/resources/trajectories.js +41 -0
- package/dist/v1/resources/trajectories.js.map +1 -0
- package/dist/v1/resources/users.d.ts +352 -0
- package/dist/v1/resources/users.d.ts.map +1 -1
- package/dist/v1/resources/users.js +208 -1
- package/dist/v1/resources/users.js.map +1 -1
- package/dist/v1.d.ts +14 -0
- package/dist/v1.d.ts.map +1 -1
- package/dist/v1.js +22 -1
- package/dist/v1.js.map +1 -1
- package/package.json +1 -1
package/dist/types/common.d.ts
CHANGED
|
@@ -6648,6 +6648,41 @@ export declare const contextIngestionSchema: z.ZodObject<{
|
|
|
6648
6648
|
completed_at?: string | undefined;
|
|
6649
6649
|
started_at?: string | undefined;
|
|
6650
6650
|
}>;
|
|
6651
|
+
/**
|
|
6652
|
+
* Creation-only private service enrollment response. The raw token is shown
|
|
6653
|
+
* once and is omitted from every read schema.
|
|
6654
|
+
*/
|
|
6655
|
+
export interface CreatedPrivateServiceEnrollment {
|
|
6656
|
+
/** One-time connector enrollment token. Store it immediately. */
|
|
6657
|
+
enrollment_token: string;
|
|
6658
|
+
/** When the one-time enrollment token expires. */
|
|
6659
|
+
enrollment_token_expires_at: string;
|
|
6660
|
+
generation: number;
|
|
6661
|
+
id: string;
|
|
6662
|
+
private_service: string;
|
|
6663
|
+
}
|
|
6664
|
+
/** Runtime validator for {@link CreatedPrivateServiceEnrollment}. */
|
|
6665
|
+
export declare const createdPrivateServiceEnrollmentSchema: z.ZodObject<{
|
|
6666
|
+
/** One-time connector enrollment token. Store it immediately. */
|
|
6667
|
+
enrollment_token: z.ZodString;
|
|
6668
|
+
/** When the one-time enrollment token expires. */
|
|
6669
|
+
enrollment_token_expires_at: z.ZodString;
|
|
6670
|
+
generation: z.ZodNumber;
|
|
6671
|
+
id: z.ZodString;
|
|
6672
|
+
private_service: z.ZodString;
|
|
6673
|
+
}, "strip", z.ZodTypeAny, {
|
|
6674
|
+
id: string;
|
|
6675
|
+
enrollment_token: string;
|
|
6676
|
+
enrollment_token_expires_at: string;
|
|
6677
|
+
generation: number;
|
|
6678
|
+
private_service: string;
|
|
6679
|
+
}, {
|
|
6680
|
+
id: string;
|
|
6681
|
+
enrollment_token: string;
|
|
6682
|
+
enrollment_token_expires_at: string;
|
|
6683
|
+
generation: number;
|
|
6684
|
+
private_service: string;
|
|
6685
|
+
}>;
|
|
6651
6686
|
/** A custom object belonging to an organization. Custom objects store arbitrary structured data defined by a schema type and are scoped to an org, team, or user. */
|
|
6652
6687
|
export interface CustomObject {
|
|
6653
6688
|
/** Access control list governing read and write access to this custom object. Only returned to resource owners and privileged or organization-admin viewers; `null` for everyone else. */
|
|
@@ -7193,8 +7228,30 @@ export declare const customObjectUpdateFieldsResponseSchema: z.ZodObject<{
|
|
|
7193
7228
|
fields: Record<string, unknown>;
|
|
7194
7229
|
operation_id: string;
|
|
7195
7230
|
}>;
|
|
7231
|
+
/** Deployment metadata. */
|
|
7232
|
+
export interface Deployment {
|
|
7233
|
+
/** Deployment environment, or `null` when it is not configured. */
|
|
7234
|
+
environment?: string | null | undefined;
|
|
7235
|
+
/** Opaque SHA-256 fingerprint of the image reference, or `null` in local development. */
|
|
7236
|
+
release?: string | null | undefined;
|
|
7237
|
+
}
|
|
7238
|
+
/** Runtime validator for {@link Deployment}. */
|
|
7239
|
+
export declare const deploymentSchema: z.ZodObject<{
|
|
7240
|
+
/** Deployment environment, or `null` when it is not configured. */
|
|
7241
|
+
environment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7242
|
+
/** Opaque SHA-256 fingerprint of the image reference, or `null` in local development. */
|
|
7243
|
+
release: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7244
|
+
}, "strip", z.ZodTypeAny, {
|
|
7245
|
+
environment?: string | null | undefined;
|
|
7246
|
+
release?: string | null | undefined;
|
|
7247
|
+
}, {
|
|
7248
|
+
environment?: string | null | undefined;
|
|
7249
|
+
release?: string | null | undefined;
|
|
7250
|
+
}>;
|
|
7196
7251
|
/** A file stored in the platform's object storage, with metadata and a signed URL for downloading its contents. */
|
|
7197
7252
|
export interface StorageFile {
|
|
7253
|
+
/** ID of the app this file belongs to (`app_...`). */
|
|
7254
|
+
app?: string | undefined;
|
|
7198
7255
|
/** MIME type of the file, e.g. `"image/png"` or `"application/pdf"`. */
|
|
7199
7256
|
content_type?: string | undefined;
|
|
7200
7257
|
/** When the file was uploaded (ISO 8601). */
|
|
@@ -7213,13 +7270,19 @@ export interface StorageFile {
|
|
|
7213
7270
|
share_url?: string | undefined;
|
|
7214
7271
|
/** Size of the file in bytes. */
|
|
7215
7272
|
size?: number | undefined;
|
|
7273
|
+
/** ID of the team that owns this file (`team_...`). `null` if not team-owned. */
|
|
7274
|
+
team?: string | undefined;
|
|
7216
7275
|
/** When the file record was last modified (ISO 8601). */
|
|
7217
7276
|
updated_at?: string | undefined;
|
|
7218
7277
|
/** Short-lived signed URL for downloading the file. `null` if a URL could not be generated. */
|
|
7219
7278
|
url?: string | undefined;
|
|
7279
|
+
/** ID of the user that owns this file (`user_...`). `null` if not user-owned. */
|
|
7280
|
+
user?: string | undefined;
|
|
7220
7281
|
}
|
|
7221
7282
|
/** Runtime validator for {@link StorageFile}. */
|
|
7222
7283
|
export declare const storageFileSchema: z.ZodObject<{
|
|
7284
|
+
/** ID of the app this file belongs to (`app_...`). */
|
|
7285
|
+
app: z.ZodOptional<z.ZodString>;
|
|
7223
7286
|
/** MIME type of the file, e.g. `"image/png"` or `"application/pdf"`. */
|
|
7224
7287
|
content_type: z.ZodOptional<z.ZodString>;
|
|
7225
7288
|
/** When the file was uploaded (ISO 8601). */
|
|
@@ -7262,15 +7325,22 @@ export declare const storageFileSchema: z.ZodObject<{
|
|
|
7262
7325
|
share_url: z.ZodOptional<z.ZodString>;
|
|
7263
7326
|
/** Size of the file in bytes. */
|
|
7264
7327
|
size: z.ZodOptional<z.ZodNumber>;
|
|
7328
|
+
/** ID of the team that owns this file (`team_...`). `null` if not team-owned. */
|
|
7329
|
+
team: z.ZodOptional<z.ZodString>;
|
|
7265
7330
|
/** When the file record was last modified (ISO 8601). */
|
|
7266
7331
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
7267
7332
|
/** Short-lived signed URL for downloading the file. `null` if a URL could not be generated. */
|
|
7268
7333
|
url: z.ZodOptional<z.ZodString>;
|
|
7334
|
+
/** ID of the user that owns this file (`user_...`). `null` if not user-owned. */
|
|
7335
|
+
user: z.ZodOptional<z.ZodString>;
|
|
7269
7336
|
}, "strip", z.ZodTypeAny, {
|
|
7270
7337
|
id: string;
|
|
7338
|
+
team?: string | undefined;
|
|
7271
7339
|
org?: string | undefined;
|
|
7340
|
+
app?: string | undefined;
|
|
7272
7341
|
created_at?: string | undefined;
|
|
7273
7342
|
updated_at?: string | undefined;
|
|
7343
|
+
user?: string | undefined;
|
|
7274
7344
|
sandbox?: string | undefined;
|
|
7275
7345
|
url?: string | undefined;
|
|
7276
7346
|
content_type?: string | undefined;
|
|
@@ -7288,9 +7358,12 @@ export declare const storageFileSchema: z.ZodObject<{
|
|
|
7288
7358
|
size?: number | undefined;
|
|
7289
7359
|
}, {
|
|
7290
7360
|
id: string;
|
|
7361
|
+
team?: string | undefined;
|
|
7291
7362
|
org?: string | undefined;
|
|
7363
|
+
app?: string | undefined;
|
|
7292
7364
|
created_at?: string | undefined;
|
|
7293
7365
|
updated_at?: string | undefined;
|
|
7366
|
+
user?: string | undefined;
|
|
7294
7367
|
sandbox?: string | undefined;
|
|
7295
7368
|
url?: string | undefined;
|
|
7296
7369
|
content_type?: string | undefined;
|
|
@@ -9276,6 +9349,267 @@ export declare const paginatedRepliesSchema: z.ZodObject<{
|
|
|
9276
9349
|
has_more?: boolean | undefined;
|
|
9277
9350
|
total_count?: number | undefined;
|
|
9278
9351
|
}>;
|
|
9352
|
+
/** A documented callable operation exposed by a private service. */
|
|
9353
|
+
export interface PrivateServiceFunction {
|
|
9354
|
+
/** Human-readable guidance describing when and why to call the operation. */
|
|
9355
|
+
description: string;
|
|
9356
|
+
/** JSON Schema Draft 7 object describing the operation's argument object. */
|
|
9357
|
+
input_schema: Record<string, unknown>;
|
|
9358
|
+
/** Stable operation name used when invoking the private service. */
|
|
9359
|
+
name: string;
|
|
9360
|
+
/** Optional JSON Schema Draft 7 object describing the successful result. */
|
|
9361
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9362
|
+
}
|
|
9363
|
+
/** Runtime validator for {@link PrivateServiceFunction}. */
|
|
9364
|
+
export declare const privateServiceFunctionSchema: z.ZodObject<{
|
|
9365
|
+
/** Human-readable guidance describing when and why to call the operation. */
|
|
9366
|
+
description: z.ZodString;
|
|
9367
|
+
/** JSON Schema Draft 7 object describing the operation's argument object. */
|
|
9368
|
+
input_schema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9369
|
+
/** Stable operation name used when invoking the private service. */
|
|
9370
|
+
name: z.ZodString;
|
|
9371
|
+
/** Optional JSON Schema Draft 7 object describing the successful result. */
|
|
9372
|
+
output_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9373
|
+
}, "strip", z.ZodTypeAny, {
|
|
9374
|
+
description: string;
|
|
9375
|
+
name: string;
|
|
9376
|
+
input_schema: Record<string, unknown>;
|
|
9377
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9378
|
+
}, {
|
|
9379
|
+
description: string;
|
|
9380
|
+
name: string;
|
|
9381
|
+
input_schema: Record<string, unknown>;
|
|
9382
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9383
|
+
}>;
|
|
9384
|
+
/** An immutable private service with complete callable operation contracts. */
|
|
9385
|
+
export interface PrivateService {
|
|
9386
|
+
/** Sorted callable definitions exposed by this private service. */
|
|
9387
|
+
functions: PrivateServiceFunction[];
|
|
9388
|
+
/** Private service ID (`pvs_...`). */
|
|
9389
|
+
id: string;
|
|
9390
|
+
}
|
|
9391
|
+
/** Runtime validator for {@link PrivateService}. */
|
|
9392
|
+
export declare const privateServiceSchema: z.ZodObject<{
|
|
9393
|
+
/** Sorted callable definitions exposed by this private service. */
|
|
9394
|
+
functions: z.ZodArray<z.ZodObject<{
|
|
9395
|
+
/** Human-readable guidance describing when and why to call the operation. */
|
|
9396
|
+
description: z.ZodString;
|
|
9397
|
+
/** JSON Schema Draft 7 object describing the operation's argument object. */
|
|
9398
|
+
input_schema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9399
|
+
/** Stable operation name used when invoking the private service. */
|
|
9400
|
+
name: z.ZodString;
|
|
9401
|
+
/** Optional JSON Schema Draft 7 object describing the successful result. */
|
|
9402
|
+
output_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9403
|
+
}, "strip", z.ZodTypeAny, {
|
|
9404
|
+
description: string;
|
|
9405
|
+
name: string;
|
|
9406
|
+
input_schema: Record<string, unknown>;
|
|
9407
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9408
|
+
}, {
|
|
9409
|
+
description: string;
|
|
9410
|
+
name: string;
|
|
9411
|
+
input_schema: Record<string, unknown>;
|
|
9412
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9413
|
+
}>, "many">;
|
|
9414
|
+
/** Private service ID (`pvs_...`). */
|
|
9415
|
+
id: z.ZodString;
|
|
9416
|
+
}, "strip", z.ZodTypeAny, {
|
|
9417
|
+
id: string;
|
|
9418
|
+
functions: {
|
|
9419
|
+
description: string;
|
|
9420
|
+
name: string;
|
|
9421
|
+
input_schema: Record<string, unknown>;
|
|
9422
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9423
|
+
}[];
|
|
9424
|
+
}, {
|
|
9425
|
+
id: string;
|
|
9426
|
+
functions: {
|
|
9427
|
+
description: string;
|
|
9428
|
+
name: string;
|
|
9429
|
+
input_schema: Record<string, unknown>;
|
|
9430
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9431
|
+
}[];
|
|
9432
|
+
}>;
|
|
9433
|
+
/**
|
|
9434
|
+
* A private service's durable connector identity. Read responses never contain
|
|
9435
|
+
* an enrollment token or certificate.
|
|
9436
|
+
*/
|
|
9437
|
+
export interface PrivateServiceEnrollment {
|
|
9438
|
+
/** Latest committed connector certificate generation, or zero before enrollment. */
|
|
9439
|
+
generation: number;
|
|
9440
|
+
/** Canonical certificate-bound service identity. */
|
|
9441
|
+
id: string;
|
|
9442
|
+
/** Immutable private service ID (`pvs_...`). */
|
|
9443
|
+
private_service: string;
|
|
9444
|
+
}
|
|
9445
|
+
/** Runtime validator for {@link PrivateServiceEnrollment}. */
|
|
9446
|
+
export declare const privateServiceEnrollmentSchema: z.ZodObject<{
|
|
9447
|
+
/** Latest committed connector certificate generation, or zero before enrollment. */
|
|
9448
|
+
generation: z.ZodNumber;
|
|
9449
|
+
/** Canonical certificate-bound service identity. */
|
|
9450
|
+
id: z.ZodString;
|
|
9451
|
+
/** Immutable private service ID (`pvs_...`). */
|
|
9452
|
+
private_service: z.ZodString;
|
|
9453
|
+
}, "strip", z.ZodTypeAny, {
|
|
9454
|
+
id: string;
|
|
9455
|
+
generation: number;
|
|
9456
|
+
private_service: string;
|
|
9457
|
+
}, {
|
|
9458
|
+
id: string;
|
|
9459
|
+
generation: number;
|
|
9460
|
+
private_service: string;
|
|
9461
|
+
}>;
|
|
9462
|
+
/** A secret-free page of private service enrollments. */
|
|
9463
|
+
export interface PrivateServiceEnrollmentPage {
|
|
9464
|
+
data: PrivateServiceEnrollment[];
|
|
9465
|
+
has_next: boolean;
|
|
9466
|
+
has_prev: boolean;
|
|
9467
|
+
page: number;
|
|
9468
|
+
page_size: number;
|
|
9469
|
+
total_entries: number;
|
|
9470
|
+
total_pages: number;
|
|
9471
|
+
}
|
|
9472
|
+
/** Runtime validator for {@link PrivateServiceEnrollmentPage}. */
|
|
9473
|
+
export declare const privateServiceEnrollmentPageSchema: z.ZodObject<{
|
|
9474
|
+
data: z.ZodArray<z.ZodObject<{
|
|
9475
|
+
/** Latest committed connector certificate generation, or zero before enrollment. */
|
|
9476
|
+
generation: z.ZodNumber;
|
|
9477
|
+
/** Canonical certificate-bound service identity. */
|
|
9478
|
+
id: z.ZodString;
|
|
9479
|
+
/** Immutable private service ID (`pvs_...`). */
|
|
9480
|
+
private_service: z.ZodString;
|
|
9481
|
+
}, "strip", z.ZodTypeAny, {
|
|
9482
|
+
id: string;
|
|
9483
|
+
generation: number;
|
|
9484
|
+
private_service: string;
|
|
9485
|
+
}, {
|
|
9486
|
+
id: string;
|
|
9487
|
+
generation: number;
|
|
9488
|
+
private_service: string;
|
|
9489
|
+
}>, "many">;
|
|
9490
|
+
has_next: z.ZodBoolean;
|
|
9491
|
+
has_prev: z.ZodBoolean;
|
|
9492
|
+
page: z.ZodNumber;
|
|
9493
|
+
page_size: z.ZodNumber;
|
|
9494
|
+
total_entries: z.ZodNumber;
|
|
9495
|
+
total_pages: z.ZodNumber;
|
|
9496
|
+
}, "strip", z.ZodTypeAny, {
|
|
9497
|
+
data: {
|
|
9498
|
+
id: string;
|
|
9499
|
+
generation: number;
|
|
9500
|
+
private_service: string;
|
|
9501
|
+
}[];
|
|
9502
|
+
has_next: boolean;
|
|
9503
|
+
has_prev: boolean;
|
|
9504
|
+
page: number;
|
|
9505
|
+
page_size: number;
|
|
9506
|
+
total_entries: number;
|
|
9507
|
+
total_pages: number;
|
|
9508
|
+
}, {
|
|
9509
|
+
data: {
|
|
9510
|
+
id: string;
|
|
9511
|
+
generation: number;
|
|
9512
|
+
private_service: string;
|
|
9513
|
+
}[];
|
|
9514
|
+
has_next: boolean;
|
|
9515
|
+
has_prev: boolean;
|
|
9516
|
+
page: number;
|
|
9517
|
+
page_size: number;
|
|
9518
|
+
total_entries: number;
|
|
9519
|
+
total_pages: number;
|
|
9520
|
+
}>;
|
|
9521
|
+
/** A page of private services. */
|
|
9522
|
+
export interface PrivateServicePage {
|
|
9523
|
+
data: PrivateService[];
|
|
9524
|
+
has_next: boolean;
|
|
9525
|
+
has_prev: boolean;
|
|
9526
|
+
page: number;
|
|
9527
|
+
page_size: number;
|
|
9528
|
+
total_entries: number;
|
|
9529
|
+
total_pages: number;
|
|
9530
|
+
}
|
|
9531
|
+
/** Runtime validator for {@link PrivateServicePage}. */
|
|
9532
|
+
export declare const privateServicePageSchema: z.ZodObject<{
|
|
9533
|
+
data: z.ZodArray<z.ZodObject<{
|
|
9534
|
+
/** Sorted callable definitions exposed by this private service. */
|
|
9535
|
+
functions: z.ZodArray<z.ZodObject<{
|
|
9536
|
+
/** Human-readable guidance describing when and why to call the operation. */
|
|
9537
|
+
description: z.ZodString;
|
|
9538
|
+
/** JSON Schema Draft 7 object describing the operation's argument object. */
|
|
9539
|
+
input_schema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9540
|
+
/** Stable operation name used when invoking the private service. */
|
|
9541
|
+
name: z.ZodString;
|
|
9542
|
+
/** Optional JSON Schema Draft 7 object describing the successful result. */
|
|
9543
|
+
output_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9544
|
+
}, "strip", z.ZodTypeAny, {
|
|
9545
|
+
description: string;
|
|
9546
|
+
name: string;
|
|
9547
|
+
input_schema: Record<string, unknown>;
|
|
9548
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9549
|
+
}, {
|
|
9550
|
+
description: string;
|
|
9551
|
+
name: string;
|
|
9552
|
+
input_schema: Record<string, unknown>;
|
|
9553
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9554
|
+
}>, "many">;
|
|
9555
|
+
/** Private service ID (`pvs_...`). */
|
|
9556
|
+
id: z.ZodString;
|
|
9557
|
+
}, "strip", z.ZodTypeAny, {
|
|
9558
|
+
id: string;
|
|
9559
|
+
functions: {
|
|
9560
|
+
description: string;
|
|
9561
|
+
name: string;
|
|
9562
|
+
input_schema: Record<string, unknown>;
|
|
9563
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9564
|
+
}[];
|
|
9565
|
+
}, {
|
|
9566
|
+
id: string;
|
|
9567
|
+
functions: {
|
|
9568
|
+
description: string;
|
|
9569
|
+
name: string;
|
|
9570
|
+
input_schema: Record<string, unknown>;
|
|
9571
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9572
|
+
}[];
|
|
9573
|
+
}>, "many">;
|
|
9574
|
+
has_next: z.ZodBoolean;
|
|
9575
|
+
has_prev: z.ZodBoolean;
|
|
9576
|
+
page: z.ZodNumber;
|
|
9577
|
+
page_size: z.ZodNumber;
|
|
9578
|
+
total_entries: z.ZodNumber;
|
|
9579
|
+
total_pages: z.ZodNumber;
|
|
9580
|
+
}, "strip", z.ZodTypeAny, {
|
|
9581
|
+
data: {
|
|
9582
|
+
id: string;
|
|
9583
|
+
functions: {
|
|
9584
|
+
description: string;
|
|
9585
|
+
name: string;
|
|
9586
|
+
input_schema: Record<string, unknown>;
|
|
9587
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9588
|
+
}[];
|
|
9589
|
+
}[];
|
|
9590
|
+
has_next: boolean;
|
|
9591
|
+
has_prev: boolean;
|
|
9592
|
+
page: number;
|
|
9593
|
+
page_size: number;
|
|
9594
|
+
total_entries: number;
|
|
9595
|
+
total_pages: number;
|
|
9596
|
+
}, {
|
|
9597
|
+
data: {
|
|
9598
|
+
id: string;
|
|
9599
|
+
functions: {
|
|
9600
|
+
description: string;
|
|
9601
|
+
name: string;
|
|
9602
|
+
input_schema: Record<string, unknown>;
|
|
9603
|
+
output_schema?: Record<string, unknown> | undefined;
|
|
9604
|
+
}[];
|
|
9605
|
+
}[];
|
|
9606
|
+
has_next: boolean;
|
|
9607
|
+
has_prev: boolean;
|
|
9608
|
+
page: number;
|
|
9609
|
+
page_size: number;
|
|
9610
|
+
total_entries: number;
|
|
9611
|
+
total_pages: number;
|
|
9612
|
+
}>;
|
|
9279
9613
|
/** A named preset that defines the execution model and constraints for a routine. Presets are shared definitions; individual routines reference a preset by name. */
|
|
9280
9614
|
export interface RoutinePreset {
|
|
9281
9615
|
/** Event types that routines using this preset may be triggered by. `["*"]` means the preset accepts any event type. Routines assigned to this preset will be rejected at creation time if their trigger event is not in this list. */
|
|
@@ -9570,6 +9904,241 @@ export declare const runJournalPageSchema: z.ZodObject<{
|
|
|
9570
9904
|
started_at?: string | undefined;
|
|
9571
9905
|
} | undefined;
|
|
9572
9906
|
}>;
|
|
9907
|
+
/** An API key scoped to a developer sandbox, used to authenticate requests against sandbox resources. */
|
|
9908
|
+
export interface SandboxKey {
|
|
9909
|
+
/** When this key was created (ISO 8601). */
|
|
9910
|
+
created_at?: string | undefined;
|
|
9911
|
+
/** When this key expires and becomes invalid. `null` if the key does not expire. */
|
|
9912
|
+
expires_at?: string | undefined;
|
|
9913
|
+
/** The complete secret key value, returned only once when the key is first created. `null` on subsequent retrievals. */
|
|
9914
|
+
full_key?: string | undefined;
|
|
9915
|
+
/** Sandbox key ID (`dsk_...`). */
|
|
9916
|
+
id: string;
|
|
9917
|
+
/** A short hint showing the last four characters of the key, used for identification. `null` if no hint is available. */
|
|
9918
|
+
key_hint?: string | undefined;
|
|
9919
|
+
/** The full key value for `"publishable"` keys. `null` for `"secret"` keys; use `full_key` instead, which is returned only at creation time. */
|
|
9920
|
+
key_value?: string | undefined;
|
|
9921
|
+
/** When this key was last used to authenticate a request. `null` if the key has never been used. */
|
|
9922
|
+
last_used_at?: string | undefined;
|
|
9923
|
+
/** Current lifecycle status of the key. One of `"active"` (usable) or `"revoked"` (permanently disabled). */
|
|
9924
|
+
status: string;
|
|
9925
|
+
/** The kind of key. One of `"publishable"` (safe for client-side use) or `"secret"` (server-side only). */
|
|
9926
|
+
type: string;
|
|
9927
|
+
}
|
|
9928
|
+
/** Runtime validator for {@link SandboxKey}. */
|
|
9929
|
+
export declare const sandboxKeySchema: z.ZodObject<{
|
|
9930
|
+
/** When this key was created (ISO 8601). */
|
|
9931
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
9932
|
+
/** When this key expires and becomes invalid. `null` if the key does not expire. */
|
|
9933
|
+
expires_at: z.ZodOptional<z.ZodString>;
|
|
9934
|
+
/** The complete secret key value, returned only once when the key is first created. `null` on subsequent retrievals. */
|
|
9935
|
+
full_key: z.ZodOptional<z.ZodString>;
|
|
9936
|
+
/** Sandbox key ID (`dsk_...`). */
|
|
9937
|
+
id: z.ZodString;
|
|
9938
|
+
/** A short hint showing the last four characters of the key, used for identification. `null` if no hint is available. */
|
|
9939
|
+
key_hint: z.ZodOptional<z.ZodString>;
|
|
9940
|
+
/** The full key value for `"publishable"` keys. `null` for `"secret"` keys; use `full_key` instead, which is returned only at creation time. */
|
|
9941
|
+
key_value: z.ZodOptional<z.ZodString>;
|
|
9942
|
+
/** When this key was last used to authenticate a request. `null` if the key has never been used. */
|
|
9943
|
+
last_used_at: z.ZodOptional<z.ZodString>;
|
|
9944
|
+
/** Current lifecycle status of the key. One of `"active"` (usable) or `"revoked"` (permanently disabled). */
|
|
9945
|
+
status: z.ZodString;
|
|
9946
|
+
/** The kind of key. One of `"publishable"` (safe for client-side use) or `"secret"` (server-side only). */
|
|
9947
|
+
type: z.ZodString;
|
|
9948
|
+
}, "strip", z.ZodTypeAny, {
|
|
9949
|
+
type: string;
|
|
9950
|
+
status: string;
|
|
9951
|
+
id: string;
|
|
9952
|
+
created_at?: string | undefined;
|
|
9953
|
+
expires_at?: string | undefined;
|
|
9954
|
+
full_key?: string | undefined;
|
|
9955
|
+
key_hint?: string | undefined;
|
|
9956
|
+
key_value?: string | undefined;
|
|
9957
|
+
last_used_at?: string | undefined;
|
|
9958
|
+
}, {
|
|
9959
|
+
type: string;
|
|
9960
|
+
status: string;
|
|
9961
|
+
id: string;
|
|
9962
|
+
created_at?: string | undefined;
|
|
9963
|
+
expires_at?: string | undefined;
|
|
9964
|
+
full_key?: string | undefined;
|
|
9965
|
+
key_hint?: string | undefined;
|
|
9966
|
+
key_value?: string | undefined;
|
|
9967
|
+
last_used_at?: string | undefined;
|
|
9968
|
+
}>;
|
|
9969
|
+
/** An isolated developer sandbox environment used for testing integrations without affecting production data or sending real emails. */
|
|
9970
|
+
export interface Sandbox {
|
|
9971
|
+
/** When this sandbox was created (ISO 8601). */
|
|
9972
|
+
created_at?: string | undefined;
|
|
9973
|
+
/** When an eval sandbox expires and becomes eligible for platform cleanup. `null` for ordinary developer sandboxes. */
|
|
9974
|
+
expires_at?: string | undefined;
|
|
9975
|
+
/** Sandbox ID (`dsb_...`). */
|
|
9976
|
+
id: string;
|
|
9977
|
+
/** API keys associated with this sandbox. `null` if keys were not loaded with this response. */
|
|
9978
|
+
keys?: SandboxKey[] | undefined;
|
|
9979
|
+
/** Human-readable display name for the sandbox. */
|
|
9980
|
+
name: string;
|
|
9981
|
+
/** Organization ID this sandbox is scoped to, or `null` for an app-level sandbox. */
|
|
9982
|
+
org?: string | undefined;
|
|
9983
|
+
/** Logo of the owning organization, when present. */
|
|
9984
|
+
org_logo?: ImageSource | undefined;
|
|
9985
|
+
/** Display name of the owning organization, when org-scoped. */
|
|
9986
|
+
org_name?: string | undefined;
|
|
9987
|
+
/** Sandbox purpose marker. `"eval"` marks a remote-eval sandbox; `null` for ordinary developer sandboxes. */
|
|
9988
|
+
purpose?: string | undefined;
|
|
9989
|
+
/** URL-safe identifier for the sandbox, unique within the application (e.g. `"my-sandbox"`). */
|
|
9990
|
+
slug: string;
|
|
9991
|
+
/** When this sandbox was last modified (ISO 8601). */
|
|
9992
|
+
updated_at?: string | undefined;
|
|
9993
|
+
}
|
|
9994
|
+
/** Runtime validator for {@link Sandbox}. */
|
|
9995
|
+
export declare const sandboxSchema: z.ZodObject<{
|
|
9996
|
+
/** When this sandbox was created (ISO 8601). */
|
|
9997
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
9998
|
+
/** When an eval sandbox expires and becomes eligible for platform cleanup. `null` for ordinary developer sandboxes. */
|
|
9999
|
+
expires_at: z.ZodOptional<z.ZodString>;
|
|
10000
|
+
/** Sandbox ID (`dsb_...`). */
|
|
10001
|
+
id: z.ZodString;
|
|
10002
|
+
/** API keys associated with this sandbox. `null` if keys were not loaded with this response. */
|
|
10003
|
+
keys: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10004
|
+
/** When this key was created (ISO 8601). */
|
|
10005
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
10006
|
+
/** When this key expires and becomes invalid. `null` if the key does not expire. */
|
|
10007
|
+
expires_at: z.ZodOptional<z.ZodString>;
|
|
10008
|
+
/** The complete secret key value, returned only once when the key is first created. `null` on subsequent retrievals. */
|
|
10009
|
+
full_key: z.ZodOptional<z.ZodString>;
|
|
10010
|
+
/** Sandbox key ID (`dsk_...`). */
|
|
10011
|
+
id: z.ZodString;
|
|
10012
|
+
/** A short hint showing the last four characters of the key, used for identification. `null` if no hint is available. */
|
|
10013
|
+
key_hint: z.ZodOptional<z.ZodString>;
|
|
10014
|
+
/** The full key value for `"publishable"` keys. `null` for `"secret"` keys; use `full_key` instead, which is returned only at creation time. */
|
|
10015
|
+
key_value: z.ZodOptional<z.ZodString>;
|
|
10016
|
+
/** When this key was last used to authenticate a request. `null` if the key has never been used. */
|
|
10017
|
+
last_used_at: z.ZodOptional<z.ZodString>;
|
|
10018
|
+
/** Current lifecycle status of the key. One of `"active"` (usable) or `"revoked"` (permanently disabled). */
|
|
10019
|
+
status: z.ZodString;
|
|
10020
|
+
/** The kind of key. One of `"publishable"` (safe for client-side use) or `"secret"` (server-side only). */
|
|
10021
|
+
type: z.ZodString;
|
|
10022
|
+
}, "strip", z.ZodTypeAny, {
|
|
10023
|
+
type: string;
|
|
10024
|
+
status: string;
|
|
10025
|
+
id: string;
|
|
10026
|
+
created_at?: string | undefined;
|
|
10027
|
+
expires_at?: string | undefined;
|
|
10028
|
+
full_key?: string | undefined;
|
|
10029
|
+
key_hint?: string | undefined;
|
|
10030
|
+
key_value?: string | undefined;
|
|
10031
|
+
last_used_at?: string | undefined;
|
|
10032
|
+
}, {
|
|
10033
|
+
type: string;
|
|
10034
|
+
status: string;
|
|
10035
|
+
id: string;
|
|
10036
|
+
created_at?: string | undefined;
|
|
10037
|
+
expires_at?: string | undefined;
|
|
10038
|
+
full_key?: string | undefined;
|
|
10039
|
+
key_hint?: string | undefined;
|
|
10040
|
+
key_value?: string | undefined;
|
|
10041
|
+
last_used_at?: string | undefined;
|
|
10042
|
+
}>, "many">>;
|
|
10043
|
+
/** Human-readable display name for the sandbox. */
|
|
10044
|
+
name: z.ZodString;
|
|
10045
|
+
/** Organization ID this sandbox is scoped to, or `null` for an app-level sandbox. */
|
|
10046
|
+
org: z.ZodOptional<z.ZodString>;
|
|
10047
|
+
/** Logo of the owning organization, when present. */
|
|
10048
|
+
org_logo: z.ZodOptional<z.ZodObject<{
|
|
10049
|
+
file: z.ZodOptional<z.ZodString>;
|
|
10050
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
10051
|
+
media: z.ZodOptional<z.ZodString>;
|
|
10052
|
+
mime_type: z.ZodOptional<z.ZodString>;
|
|
10053
|
+
refresh_url: z.ZodOptional<z.ZodString>;
|
|
10054
|
+
url: z.ZodOptional<z.ZodString>;
|
|
10055
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
10056
|
+
}, "strip", z.ZodTypeAny, {
|
|
10057
|
+
mime_type?: string | undefined;
|
|
10058
|
+
file?: string | undefined;
|
|
10059
|
+
height?: number | undefined;
|
|
10060
|
+
media?: string | undefined;
|
|
10061
|
+
refresh_url?: string | undefined;
|
|
10062
|
+
url?: string | undefined;
|
|
10063
|
+
width?: number | undefined;
|
|
10064
|
+
}, {
|
|
10065
|
+
mime_type?: string | undefined;
|
|
10066
|
+
file?: string | undefined;
|
|
10067
|
+
height?: number | undefined;
|
|
10068
|
+
media?: string | undefined;
|
|
10069
|
+
refresh_url?: string | undefined;
|
|
10070
|
+
url?: string | undefined;
|
|
10071
|
+
width?: number | undefined;
|
|
10072
|
+
}>>;
|
|
10073
|
+
/** Display name of the owning organization, when org-scoped. */
|
|
10074
|
+
org_name: z.ZodOptional<z.ZodString>;
|
|
10075
|
+
/** Sandbox purpose marker. `"eval"` marks a remote-eval sandbox; `null` for ordinary developer sandboxes. */
|
|
10076
|
+
purpose: z.ZodOptional<z.ZodString>;
|
|
10077
|
+
/** URL-safe identifier for the sandbox, unique within the application (e.g. `"my-sandbox"`). */
|
|
10078
|
+
slug: z.ZodString;
|
|
10079
|
+
/** When this sandbox was last modified (ISO 8601). */
|
|
10080
|
+
updated_at: z.ZodOptional<z.ZodString>;
|
|
10081
|
+
}, "strip", z.ZodTypeAny, {
|
|
10082
|
+
name: string;
|
|
10083
|
+
id: string;
|
|
10084
|
+
slug: string;
|
|
10085
|
+
org?: string | undefined;
|
|
10086
|
+
keys?: {
|
|
10087
|
+
type: string;
|
|
10088
|
+
status: string;
|
|
10089
|
+
id: string;
|
|
10090
|
+
created_at?: string | undefined;
|
|
10091
|
+
expires_at?: string | undefined;
|
|
10092
|
+
full_key?: string | undefined;
|
|
10093
|
+
key_hint?: string | undefined;
|
|
10094
|
+
key_value?: string | undefined;
|
|
10095
|
+
last_used_at?: string | undefined;
|
|
10096
|
+
}[] | undefined;
|
|
10097
|
+
created_at?: string | undefined;
|
|
10098
|
+
updated_at?: string | undefined;
|
|
10099
|
+
org_name?: string | undefined;
|
|
10100
|
+
org_logo?: {
|
|
10101
|
+
mime_type?: string | undefined;
|
|
10102
|
+
file?: string | undefined;
|
|
10103
|
+
height?: number | undefined;
|
|
10104
|
+
media?: string | undefined;
|
|
10105
|
+
refresh_url?: string | undefined;
|
|
10106
|
+
url?: string | undefined;
|
|
10107
|
+
width?: number | undefined;
|
|
10108
|
+
} | undefined;
|
|
10109
|
+
expires_at?: string | undefined;
|
|
10110
|
+
purpose?: string | undefined;
|
|
10111
|
+
}, {
|
|
10112
|
+
name: string;
|
|
10113
|
+
id: string;
|
|
10114
|
+
slug: string;
|
|
10115
|
+
org?: string | undefined;
|
|
10116
|
+
keys?: {
|
|
10117
|
+
type: string;
|
|
10118
|
+
status: string;
|
|
10119
|
+
id: string;
|
|
10120
|
+
created_at?: string | undefined;
|
|
10121
|
+
expires_at?: string | undefined;
|
|
10122
|
+
full_key?: string | undefined;
|
|
10123
|
+
key_hint?: string | undefined;
|
|
10124
|
+
key_value?: string | undefined;
|
|
10125
|
+
last_used_at?: string | undefined;
|
|
10126
|
+
}[] | undefined;
|
|
10127
|
+
created_at?: string | undefined;
|
|
10128
|
+
updated_at?: string | undefined;
|
|
10129
|
+
org_name?: string | undefined;
|
|
10130
|
+
org_logo?: {
|
|
10131
|
+
mime_type?: string | undefined;
|
|
10132
|
+
file?: string | undefined;
|
|
10133
|
+
height?: number | undefined;
|
|
10134
|
+
media?: string | undefined;
|
|
10135
|
+
refresh_url?: string | undefined;
|
|
10136
|
+
url?: string | undefined;
|
|
10137
|
+
width?: number | undefined;
|
|
10138
|
+
} | undefined;
|
|
10139
|
+
expires_at?: string | undefined;
|
|
10140
|
+
purpose?: string | undefined;
|
|
10141
|
+
}>;
|
|
9573
10142
|
/** A binding that connects a Slack channel to an ArchAstro team and one or more agents, enabling those agents to receive and respond to messages in that channel. */
|
|
9574
10143
|
export interface SlackChannelBinding {
|
|
9575
10144
|
/** IDs of every agent attached to this binding, including legacy concierge attachments. Use `resident_agent` and `route_kind` for the effective runtime route. */
|
|
@@ -9837,6 +10406,62 @@ export declare const slackChannelBindingListResponseSchema: z.ZodObject<{
|
|
|
9837
10406
|
total_count: number;
|
|
9838
10407
|
per_page: number;
|
|
9839
10408
|
}>;
|
|
10409
|
+
/** A recorded sequence of AI messages and tool interactions representing a single AI reasoning session. Trajectories are stored as structured message logs and can be replayed or inspected after execution. */
|
|
10410
|
+
export interface Trajectory {
|
|
10411
|
+
/** When the trajectory was recorded (ISO 8601). */
|
|
10412
|
+
created_at?: string | undefined;
|
|
10413
|
+
/** ID of the storage file that persists the raw trajectory data (`fil_...`). `null` if the trajectory has not been written to a file. */
|
|
10414
|
+
file?: string | undefined;
|
|
10415
|
+
/** Trajectory ID (`trj_...`). */
|
|
10416
|
+
id: string;
|
|
10417
|
+
/** Serialized message log for this trajectory. Contains the ordered sequence of AI and tool messages produced during the session. */
|
|
10418
|
+
messages?: Record<string, unknown> | undefined;
|
|
10419
|
+
/** ID of the organization this trajectory belongs to (`org_...`). `null` for trajectories outside an org context. */
|
|
10420
|
+
org?: string | undefined;
|
|
10421
|
+
/** ID of the developer sandbox this trajectory is scoped to (`sbx_...`). `null` for production trajectories. */
|
|
10422
|
+
sandbox?: string | undefined;
|
|
10423
|
+
/** ID of the team this trajectory is scoped to (`team_...`). `null` for trajectories not associated with a team. */
|
|
10424
|
+
team?: string | undefined;
|
|
10425
|
+
/** When the trajectory record was last updated (ISO 8601). */
|
|
10426
|
+
updated_at?: string | undefined;
|
|
10427
|
+
}
|
|
10428
|
+
/** Runtime validator for {@link Trajectory}. */
|
|
10429
|
+
export declare const trajectorySchema: z.ZodObject<{
|
|
10430
|
+
/** When the trajectory was recorded (ISO 8601). */
|
|
10431
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
10432
|
+
/** ID of the storage file that persists the raw trajectory data (`fil_...`). `null` if the trajectory has not been written to a file. */
|
|
10433
|
+
file: z.ZodOptional<z.ZodString>;
|
|
10434
|
+
/** Trajectory ID (`trj_...`). */
|
|
10435
|
+
id: z.ZodString;
|
|
10436
|
+
/** Serialized message log for this trajectory. Contains the ordered sequence of AI and tool messages produced during the session. */
|
|
10437
|
+
messages: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10438
|
+
/** ID of the organization this trajectory belongs to (`org_...`). `null` for trajectories outside an org context. */
|
|
10439
|
+
org: z.ZodOptional<z.ZodString>;
|
|
10440
|
+
/** ID of the developer sandbox this trajectory is scoped to (`sbx_...`). `null` for production trajectories. */
|
|
10441
|
+
sandbox: z.ZodOptional<z.ZodString>;
|
|
10442
|
+
/** ID of the team this trajectory is scoped to (`team_...`). `null` for trajectories not associated with a team. */
|
|
10443
|
+
team: z.ZodOptional<z.ZodString>;
|
|
10444
|
+
/** When the trajectory record was last updated (ISO 8601). */
|
|
10445
|
+
updated_at: z.ZodOptional<z.ZodString>;
|
|
10446
|
+
}, "strip", z.ZodTypeAny, {
|
|
10447
|
+
id: string;
|
|
10448
|
+
team?: string | undefined;
|
|
10449
|
+
org?: string | undefined;
|
|
10450
|
+
created_at?: string | undefined;
|
|
10451
|
+
updated_at?: string | undefined;
|
|
10452
|
+
sandbox?: string | undefined;
|
|
10453
|
+
file?: string | undefined;
|
|
10454
|
+
messages?: Record<string, unknown> | undefined;
|
|
10455
|
+
}, {
|
|
10456
|
+
id: string;
|
|
10457
|
+
team?: string | undefined;
|
|
10458
|
+
org?: string | undefined;
|
|
10459
|
+
created_at?: string | undefined;
|
|
10460
|
+
updated_at?: string | undefined;
|
|
10461
|
+
sandbox?: string | undefined;
|
|
10462
|
+
file?: string | undefined;
|
|
10463
|
+
messages?: Record<string, unknown> | undefined;
|
|
10464
|
+
}>;
|
|
9840
10465
|
/** The result of a configuration validation check, indicating whether the config is valid and listing any errors or warnings. */
|
|
9841
10466
|
export interface ValidationResult {
|
|
9842
10467
|
/** List of human-readable error messages describing why validation failed. Empty or absent when `valid` is `true`. */
|