@lessly/sdk-app 13.0.0 → 14.1.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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +15 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +14 -2
- package/dist/brain/index.d.ts +14 -2
- package/dist/brain/index.js +13 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-BnXpkn0p.d.cts → client.gen-BNghb8IL.d.cts} +209 -306
- package/dist/{client.gen-BnXpkn0p.d.ts → client.gen-BNghb8IL.d.ts} +209 -306
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.cjs +0 -5
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.d.cts +2 -6
- package/dist/deployment/index.d.ts +2 -6
- package/dist/deployment/index.js +1 -5
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +53 -123
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +53 -123
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +2 -7
- package/src/gen/bindings.gen.ts +53 -123
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +21 -0
- package/src/gen/client.gen.ts +13 -55
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +0 -6
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +207 -310
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
|
@@ -46,15 +46,9 @@ interface BrainBackupStatusInput {
|
|
|
46
46
|
type BrainBackupStatusOutput = ({
|
|
47
47
|
id: string;
|
|
48
48
|
error: (string | null);
|
|
49
|
-
|
|
50
|
-
* 'running' | 'completed' | 'failed'
|
|
51
|
-
*/
|
|
52
|
-
status: string;
|
|
49
|
+
status: ("running" | "completed" | "failed");
|
|
53
50
|
gcsPath: string;
|
|
54
|
-
|
|
55
|
-
* 'scheduled' | 'manual' | 'pre-restore'
|
|
56
|
-
*/
|
|
57
|
-
trigger: string;
|
|
51
|
+
trigger: ("scheduled" | "manual" | "pre-restore");
|
|
58
52
|
createdAt: string;
|
|
59
53
|
edgeCount: (number | null);
|
|
60
54
|
nodeCount: (number | null);
|
|
@@ -70,15 +64,9 @@ interface BrainBackupsListInput {
|
|
|
70
64
|
type BrainBackupsListOutput = {
|
|
71
65
|
id: string;
|
|
72
66
|
error: (string | null);
|
|
73
|
-
|
|
74
|
-
* 'running' | 'completed' | 'failed'
|
|
75
|
-
*/
|
|
76
|
-
status: string;
|
|
67
|
+
status: ("running" | "completed" | "failed");
|
|
77
68
|
gcsPath: string;
|
|
78
|
-
|
|
79
|
-
* 'scheduled' | 'manual' | 'pre-restore'
|
|
80
|
-
*/
|
|
81
|
-
trigger: string;
|
|
69
|
+
trigger: ("scheduled" | "manual" | "pre-restore");
|
|
82
70
|
createdAt: string;
|
|
83
71
|
edgeCount: (number | null);
|
|
84
72
|
nodeCount: (number | null);
|
|
@@ -483,6 +471,103 @@ type BrainGdriveConnectionsListOutput = {
|
|
|
483
471
|
mimeType: string;
|
|
484
472
|
}[];
|
|
485
473
|
}[];
|
|
474
|
+
interface BrainKnowledgeEntityMemoriesInput {
|
|
475
|
+
/**
|
|
476
|
+
* Max memories (default 50)
|
|
477
|
+
*/
|
|
478
|
+
limit?: number;
|
|
479
|
+
/**
|
|
480
|
+
* Read scope; 'both' (default) unions shared + your private
|
|
481
|
+
*/
|
|
482
|
+
scope?: ("shared" | "private" | "both");
|
|
483
|
+
/**
|
|
484
|
+
* Pagination offset
|
|
485
|
+
*/
|
|
486
|
+
offset?: number;
|
|
487
|
+
/**
|
|
488
|
+
* Entity id, name, or alias to fetch backing memories for
|
|
489
|
+
*/
|
|
490
|
+
entity_ref: string;
|
|
491
|
+
}
|
|
492
|
+
interface BrainKnowledgeEntityMemoriesOutput {
|
|
493
|
+
total: number;
|
|
494
|
+
entity: ({
|
|
495
|
+
score?: number;
|
|
496
|
+
aliases: string[];
|
|
497
|
+
entity_id: string;
|
|
498
|
+
description: (string | null);
|
|
499
|
+
entity_type: string;
|
|
500
|
+
display_name: string;
|
|
501
|
+
canonical_name: string;
|
|
502
|
+
evidence_count: number;
|
|
503
|
+
} | null);
|
|
504
|
+
memories: {
|
|
505
|
+
/**
|
|
506
|
+
* Consumer-facing label derived from the layer; 'unknown' for an unrecognised layer
|
|
507
|
+
*/
|
|
508
|
+
kind: ("schema" | "intention" | "identity" | "basic" | "fact" | "summary" | "knowledge" | "raw" | "unknown");
|
|
509
|
+
tags: string[];
|
|
510
|
+
/**
|
|
511
|
+
* Engine memory layer (l0_basic_info…l7_intention)
|
|
512
|
+
*/
|
|
513
|
+
layer: ("l6_schema" | "l7_intention" | "l4_identity" | "l0_basic_info" | "l2_fact" | "l3_summary" | "l5_knowledge" | "l1_raw");
|
|
514
|
+
custom: {
|
|
515
|
+
[k: string]: unknown;
|
|
516
|
+
};
|
|
517
|
+
status: string;
|
|
518
|
+
content: string;
|
|
519
|
+
user_id: string;
|
|
520
|
+
agent_id: string;
|
|
521
|
+
memory_at: (number | null);
|
|
522
|
+
memory_id: string;
|
|
523
|
+
speculate: (string | null);
|
|
524
|
+
session_id: string;
|
|
525
|
+
gmt_created: number;
|
|
526
|
+
/**
|
|
527
|
+
* Source authority (highest→lowest): policy > official > team > informal
|
|
528
|
+
*/
|
|
529
|
+
source_authority: ("policy" | "official" | "team" | "informal");
|
|
530
|
+
source_raw_memory_id: (string | null);
|
|
531
|
+
}[];
|
|
532
|
+
elapsed_ms: number;
|
|
533
|
+
request_id: string;
|
|
534
|
+
}
|
|
535
|
+
interface BrainKnowledgeGraphInput {
|
|
536
|
+
/**
|
|
537
|
+
* Max nodes (default 5000). When the cap applies the HIGHEST-DEGREE nodes are kept, so a small limit (e.g. 100) returns the hub concepts — that is usually what you want
|
|
538
|
+
*/
|
|
539
|
+
limit?: number;
|
|
540
|
+
/**
|
|
541
|
+
* Read scope; 'both' (default) unions shared + your private
|
|
542
|
+
*/
|
|
543
|
+
scope?: ("shared" | "private" | "both");
|
|
544
|
+
}
|
|
545
|
+
interface BrainKnowledgeGraphOutput {
|
|
546
|
+
edges: {
|
|
547
|
+
reason: (string | null);
|
|
548
|
+
source: string;
|
|
549
|
+
target: string;
|
|
550
|
+
symmetric: boolean;
|
|
551
|
+
relation_type: string;
|
|
552
|
+
}[];
|
|
553
|
+
nodes: {
|
|
554
|
+
id: string;
|
|
555
|
+
degree: number;
|
|
556
|
+
aliases: string[];
|
|
557
|
+
description: (string | null);
|
|
558
|
+
entity_type: string;
|
|
559
|
+
display_name: string;
|
|
560
|
+
canonical_name: string;
|
|
561
|
+
evidence_count: number;
|
|
562
|
+
}[];
|
|
563
|
+
totals: {
|
|
564
|
+
edgeCount: number;
|
|
565
|
+
nodeCount: number;
|
|
566
|
+
};
|
|
567
|
+
truncated: boolean;
|
|
568
|
+
elapsed_ms: number;
|
|
569
|
+
request_id: string;
|
|
570
|
+
}
|
|
486
571
|
interface BrainKnowledgeNeighborhoodInput {
|
|
487
572
|
/**
|
|
488
573
|
* Hops to expand (engine clamps to 3)
|
|
@@ -840,10 +925,7 @@ interface BrainRestoreStatusInput {
|
|
|
840
925
|
}
|
|
841
926
|
type BrainRestoreStatusOutput = ({
|
|
842
927
|
error: (string | null);
|
|
843
|
-
|
|
844
|
-
* 'pending' | 'wiped' | 'importing' | 'completed' | 'failed'
|
|
845
|
-
*/
|
|
846
|
-
status: string;
|
|
928
|
+
status: ("pending" | "wiped" | "importing" | "completed" | "failed");
|
|
847
929
|
edgeCount: (number | null);
|
|
848
930
|
nodeCount: (number | null);
|
|
849
931
|
productId: string;
|
|
@@ -853,6 +935,96 @@ type BrainRestoreStatusOutput = ({
|
|
|
853
935
|
snapshotId: string;
|
|
854
936
|
preRestoreSnapshotId: (string | null);
|
|
855
937
|
} | null);
|
|
938
|
+
interface BrainUsageReportInput {
|
|
939
|
+
/**
|
|
940
|
+
* How many UTC days of this product's ledger to return, ending today (default 30, max 90)
|
|
941
|
+
*/
|
|
942
|
+
days?: number;
|
|
943
|
+
}
|
|
944
|
+
interface BrainUsageReportOutput {
|
|
945
|
+
note: string;
|
|
946
|
+
/**
|
|
947
|
+
* Brain's own ledger, for THIS product only
|
|
948
|
+
*/
|
|
949
|
+
product: {
|
|
950
|
+
/**
|
|
951
|
+
* Inclusive UTC end of the window (today), YYYY-MM-DD
|
|
952
|
+
*/
|
|
953
|
+
to: string;
|
|
954
|
+
/**
|
|
955
|
+
* The window actually used, after clamping
|
|
956
|
+
*/
|
|
957
|
+
days: number;
|
|
958
|
+
/**
|
|
959
|
+
* Inclusive UTC start of the window, YYYY-MM-DD
|
|
960
|
+
*/
|
|
961
|
+
from: string;
|
|
962
|
+
rows: {
|
|
963
|
+
/**
|
|
964
|
+
* 'sync' | 'batch'; '' when the push carried none
|
|
965
|
+
*/
|
|
966
|
+
mode: string;
|
|
967
|
+
/**
|
|
968
|
+
* Manifest meter slug, e.g. llm-tokens
|
|
969
|
+
*/
|
|
970
|
+
meter: string;
|
|
971
|
+
/**
|
|
972
|
+
* Model dimension; '' when the push carried none
|
|
973
|
+
*/
|
|
974
|
+
model: string;
|
|
975
|
+
/**
|
|
976
|
+
* How many record() calls landed in this slice
|
|
977
|
+
*/
|
|
978
|
+
events: number;
|
|
979
|
+
/**
|
|
980
|
+
* Tokens we metered for this slice, delivered or not
|
|
981
|
+
*/
|
|
982
|
+
tokens: number;
|
|
983
|
+
/**
|
|
984
|
+
* Purpose dimension; '' when the push carried none
|
|
985
|
+
*/
|
|
986
|
+
purpose: string;
|
|
987
|
+
/**
|
|
988
|
+
* UTC calendar day, YYYY-MM-DD
|
|
989
|
+
*/
|
|
990
|
+
usage_date: string;
|
|
991
|
+
/**
|
|
992
|
+
* Of those events, how many billing did not accept
|
|
993
|
+
*/
|
|
994
|
+
delivery_failed: number;
|
|
995
|
+
}[];
|
|
996
|
+
/**
|
|
997
|
+
* The rows rolled up per meter across the whole window
|
|
998
|
+
*/
|
|
999
|
+
totals: {
|
|
1000
|
+
meter: string;
|
|
1001
|
+
events: number;
|
|
1002
|
+
tokens: number;
|
|
1003
|
+
delivery_failed: number;
|
|
1004
|
+
}[];
|
|
1005
|
+
product_id: string;
|
|
1006
|
+
};
|
|
1007
|
+
/**
|
|
1008
|
+
* The platform billing aggregate for the whole ORG; null if it could not be read
|
|
1009
|
+
*/
|
|
1010
|
+
platform: ({
|
|
1011
|
+
plan: string;
|
|
1012
|
+
scope: "org";
|
|
1013
|
+
meters: {
|
|
1014
|
+
unit?: string;
|
|
1015
|
+
used?: number;
|
|
1016
|
+
limit?: (number | null);
|
|
1017
|
+
remaining?: (number | null);
|
|
1018
|
+
unlimited?: boolean;
|
|
1019
|
+
meter_slug: string;
|
|
1020
|
+
}[];
|
|
1021
|
+
org_id: string;
|
|
1022
|
+
} | null);
|
|
1023
|
+
/**
|
|
1024
|
+
* Why the platform aggregate is null; null when it was read successfully
|
|
1025
|
+
*/
|
|
1026
|
+
platform_error: (string | null);
|
|
1027
|
+
}
|
|
856
1028
|
interface ConsentConfigCookieDomainUpsertInput {
|
|
857
1029
|
cookieDomain: ("" | null | string);
|
|
858
1030
|
}
|
|
@@ -1424,7 +1596,6 @@ interface DeploymentCanvasGetOutput {
|
|
|
1424
1596
|
command?: string;
|
|
1425
1597
|
outputDir?: string;
|
|
1426
1598
|
};
|
|
1427
|
-
markdown?: boolean;
|
|
1428
1599
|
});
|
|
1429
1600
|
replicas: number;
|
|
1430
1601
|
createdAt: string;
|
|
@@ -1436,16 +1607,9 @@ interface DeploymentCanvasGetOutput {
|
|
|
1436
1607
|
};
|
|
1437
1608
|
};
|
|
1438
1609
|
updatedAt: string;
|
|
1439
|
-
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed");
|
|
1440
|
-
idleMinutes: number;
|
|
1441
|
-
scaleToZero: boolean;
|
|
1442
1610
|
containerPort: number;
|
|
1443
1611
|
environmentId: string;
|
|
1444
1612
|
lastReplicasRunning: number;
|
|
1445
|
-
scaleToZeroEligibility?: {
|
|
1446
|
-
reasons: string[];
|
|
1447
|
-
eligible: boolean;
|
|
1448
|
-
};
|
|
1449
1613
|
}[];
|
|
1450
1614
|
environmentId: string;
|
|
1451
1615
|
}
|
|
@@ -1724,7 +1888,7 @@ interface DeploymentDeploymentCancelInput {
|
|
|
1724
1888
|
}
|
|
1725
1889
|
interface DeploymentDeploymentCancelOutput {
|
|
1726
1890
|
id: string;
|
|
1727
|
-
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed"
|
|
1891
|
+
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed");
|
|
1728
1892
|
builtAt: (string | null);
|
|
1729
1893
|
imageRef: (string | null);
|
|
1730
1894
|
commitSha: (string | null);
|
|
@@ -1750,7 +1914,7 @@ interface DeploymentDeploymentGetInput {
|
|
|
1750
1914
|
}
|
|
1751
1915
|
interface DeploymentDeploymentGetOutput {
|
|
1752
1916
|
id: string;
|
|
1753
|
-
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed"
|
|
1917
|
+
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed");
|
|
1754
1918
|
builtAt: (string | null);
|
|
1755
1919
|
imageRef: (string | null);
|
|
1756
1920
|
commitSha: (string | null);
|
|
@@ -1776,7 +1940,7 @@ interface DeploymentDeploymentListInput {
|
|
|
1776
1940
|
}
|
|
1777
1941
|
type DeploymentDeploymentListOutput = {
|
|
1778
1942
|
id: string;
|
|
1779
|
-
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed"
|
|
1943
|
+
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed");
|
|
1780
1944
|
builtAt: (string | null);
|
|
1781
1945
|
imageRef: (string | null);
|
|
1782
1946
|
commitSha: (string | null);
|
|
@@ -2313,7 +2477,7 @@ interface DeploymentEnvironmentUpdateOutput {
|
|
|
2313
2477
|
baseEnvironmentId: (string | null);
|
|
2314
2478
|
}
|
|
2315
2479
|
interface DeploymentEventsListByEnvironmentInput {
|
|
2316
|
-
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed"
|
|
2480
|
+
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
|
|
2317
2481
|
limit?: number;
|
|
2318
2482
|
since?: string;
|
|
2319
2483
|
until?: string;
|
|
@@ -2321,7 +2485,7 @@ interface DeploymentEventsListByEnvironmentInput {
|
|
|
2321
2485
|
}
|
|
2322
2486
|
type DeploymentEventsListByEnvironmentOutput = {
|
|
2323
2487
|
id: string;
|
|
2324
|
-
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed"
|
|
2488
|
+
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
|
|
2325
2489
|
payload: {
|
|
2326
2490
|
[k: string]: unknown;
|
|
2327
2491
|
};
|
|
@@ -2333,7 +2497,7 @@ type DeploymentEventsListByEnvironmentOutput = {
|
|
|
2333
2497
|
environmentId: (string | null);
|
|
2334
2498
|
}[];
|
|
2335
2499
|
interface DeploymentEventsListByServiceInput {
|
|
2336
|
-
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed"
|
|
2500
|
+
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
|
|
2337
2501
|
limit?: number;
|
|
2338
2502
|
since?: string;
|
|
2339
2503
|
until?: string;
|
|
@@ -2342,7 +2506,7 @@ interface DeploymentEventsListByServiceInput {
|
|
|
2342
2506
|
}
|
|
2343
2507
|
type DeploymentEventsListByServiceOutput = {
|
|
2344
2508
|
id: string;
|
|
2345
|
-
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed"
|
|
2509
|
+
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
|
|
2346
2510
|
payload: {
|
|
2347
2511
|
[k: string]: unknown;
|
|
2348
2512
|
};
|
|
@@ -2791,7 +2955,6 @@ interface DeploymentServiceCreateInput {
|
|
|
2791
2955
|
command?: string;
|
|
2792
2956
|
outputDir?: string;
|
|
2793
2957
|
};
|
|
2794
|
-
markdown?: boolean;
|
|
2795
2958
|
});
|
|
2796
2959
|
replicas?: number;
|
|
2797
2960
|
resources?: {
|
|
@@ -2845,7 +3008,6 @@ interface DeploymentServiceCreateOutput {
|
|
|
2845
3008
|
command?: string;
|
|
2846
3009
|
outputDir?: string;
|
|
2847
3010
|
};
|
|
2848
|
-
markdown?: boolean;
|
|
2849
3011
|
});
|
|
2850
3012
|
replicas: number;
|
|
2851
3013
|
createdAt: string;
|
|
@@ -2857,16 +3019,9 @@ interface DeploymentServiceCreateOutput {
|
|
|
2857
3019
|
};
|
|
2858
3020
|
};
|
|
2859
3021
|
updatedAt: string;
|
|
2860
|
-
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed");
|
|
2861
|
-
idleMinutes: number;
|
|
2862
|
-
scaleToZero: boolean;
|
|
2863
3022
|
containerPort: number;
|
|
2864
3023
|
environmentId: string;
|
|
2865
3024
|
lastReplicasRunning: number;
|
|
2866
|
-
scaleToZeroEligibility?: {
|
|
2867
|
-
reasons: string[];
|
|
2868
|
-
eligible: boolean;
|
|
2869
|
-
};
|
|
2870
3025
|
}
|
|
2871
3026
|
interface DeploymentServiceCreateOutputReadiness {
|
|
2872
3027
|
path: string;
|
|
@@ -2942,7 +3097,6 @@ interface DeploymentServiceGetOutput {
|
|
|
2942
3097
|
command?: string;
|
|
2943
3098
|
outputDir?: string;
|
|
2944
3099
|
};
|
|
2945
|
-
markdown?: boolean;
|
|
2946
3100
|
});
|
|
2947
3101
|
replicas: number;
|
|
2948
3102
|
createdAt: string;
|
|
@@ -2954,16 +3108,9 @@ interface DeploymentServiceGetOutput {
|
|
|
2954
3108
|
};
|
|
2955
3109
|
};
|
|
2956
3110
|
updatedAt: string;
|
|
2957
|
-
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed");
|
|
2958
|
-
idleMinutes: number;
|
|
2959
|
-
scaleToZero: boolean;
|
|
2960
3111
|
containerPort: number;
|
|
2961
3112
|
environmentId: string;
|
|
2962
3113
|
lastReplicasRunning: number;
|
|
2963
|
-
scaleToZeroEligibility?: {
|
|
2964
|
-
reasons: string[];
|
|
2965
|
-
eligible: boolean;
|
|
2966
|
-
};
|
|
2967
3114
|
}
|
|
2968
3115
|
interface DeploymentServiceGetOutputReadiness {
|
|
2969
3116
|
path: string;
|
|
@@ -3010,7 +3157,6 @@ type DeploymentServiceListOutput = {
|
|
|
3010
3157
|
command?: string;
|
|
3011
3158
|
outputDir?: string;
|
|
3012
3159
|
};
|
|
3013
|
-
markdown?: boolean;
|
|
3014
3160
|
});
|
|
3015
3161
|
replicas: number;
|
|
3016
3162
|
createdAt: string;
|
|
@@ -3022,16 +3168,9 @@ type DeploymentServiceListOutput = {
|
|
|
3022
3168
|
};
|
|
3023
3169
|
};
|
|
3024
3170
|
updatedAt: string;
|
|
3025
|
-
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed");
|
|
3026
|
-
idleMinutes: number;
|
|
3027
|
-
scaleToZero: boolean;
|
|
3028
3171
|
containerPort: number;
|
|
3029
3172
|
environmentId: string;
|
|
3030
3173
|
lastReplicasRunning: number;
|
|
3031
|
-
scaleToZeroEligibility?: {
|
|
3032
|
-
reasons: string[];
|
|
3033
|
-
eligible: boolean;
|
|
3034
|
-
};
|
|
3035
3174
|
}[];
|
|
3036
3175
|
interface DeploymentServiceListOutputReadiness {
|
|
3037
3176
|
path: string;
|
|
@@ -3048,14 +3187,13 @@ interface DeploymentServiceLogsInput {
|
|
|
3048
3187
|
}
|
|
3049
3188
|
interface DeploymentServiceLogsOutput {
|
|
3050
3189
|
lines: string[];
|
|
3051
|
-
sleepState?: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed");
|
|
3052
3190
|
}
|
|
3053
3191
|
interface DeploymentServiceRedeployInput {
|
|
3054
3192
|
serviceId: string;
|
|
3055
3193
|
}
|
|
3056
3194
|
interface DeploymentServiceRedeployOutput {
|
|
3057
3195
|
id: string;
|
|
3058
|
-
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed"
|
|
3196
|
+
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed");
|
|
3059
3197
|
builtAt: (string | null);
|
|
3060
3198
|
imageRef: (string | null);
|
|
3061
3199
|
commitSha: (string | null);
|
|
@@ -3088,7 +3226,7 @@ interface DeploymentServiceRollbackInput {
|
|
|
3088
3226
|
}
|
|
3089
3227
|
interface DeploymentServiceRollbackOutput {
|
|
3090
3228
|
id: string;
|
|
3091
|
-
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed"
|
|
3229
|
+
status: ("Initializing" | "Building" | "Deploying" | "Active" | "Replaced" | "Crashed" | "Completed" | "Failed" | "Removed");
|
|
3092
3230
|
builtAt: (string | null);
|
|
3093
3231
|
imageRef: (string | null);
|
|
3094
3232
|
commitSha: (string | null);
|
|
@@ -3146,7 +3284,6 @@ interface DeploymentServiceScaleOutput {
|
|
|
3146
3284
|
command?: string;
|
|
3147
3285
|
outputDir?: string;
|
|
3148
3286
|
};
|
|
3149
|
-
markdown?: boolean;
|
|
3150
3287
|
});
|
|
3151
3288
|
replicas: number;
|
|
3152
3289
|
createdAt: string;
|
|
@@ -3158,16 +3295,9 @@ interface DeploymentServiceScaleOutput {
|
|
|
3158
3295
|
};
|
|
3159
3296
|
};
|
|
3160
3297
|
updatedAt: string;
|
|
3161
|
-
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed");
|
|
3162
|
-
idleMinutes: number;
|
|
3163
|
-
scaleToZero: boolean;
|
|
3164
3298
|
containerPort: number;
|
|
3165
3299
|
environmentId: string;
|
|
3166
3300
|
lastReplicasRunning: number;
|
|
3167
|
-
scaleToZeroEligibility?: {
|
|
3168
|
-
reasons: string[];
|
|
3169
|
-
eligible: boolean;
|
|
3170
|
-
};
|
|
3171
3301
|
}
|
|
3172
3302
|
interface DeploymentServiceScaleOutputReadiness {
|
|
3173
3303
|
path: string;
|
|
@@ -3210,7 +3340,6 @@ interface DeploymentServiceUpdateInput {
|
|
|
3210
3340
|
command?: string;
|
|
3211
3341
|
outputDir?: string;
|
|
3212
3342
|
};
|
|
3213
|
-
markdown?: boolean;
|
|
3214
3343
|
});
|
|
3215
3344
|
replicas?: number;
|
|
3216
3345
|
resources?: {
|
|
@@ -3219,8 +3348,6 @@ interface DeploymentServiceUpdateInput {
|
|
|
3219
3348
|
memory?: string;
|
|
3220
3349
|
};
|
|
3221
3350
|
};
|
|
3222
|
-
idleMinutes?: number;
|
|
3223
|
-
scaleToZero?: boolean;
|
|
3224
3351
|
containerPort?: number;
|
|
3225
3352
|
}
|
|
3226
3353
|
interface DeploymentServiceUpdateInputReadiness {
|
|
@@ -3265,7 +3392,6 @@ interface DeploymentServiceUpdateOutput {
|
|
|
3265
3392
|
command?: string;
|
|
3266
3393
|
outputDir?: string;
|
|
3267
3394
|
};
|
|
3268
|
-
markdown?: boolean;
|
|
3269
3395
|
});
|
|
3270
3396
|
replicas: number;
|
|
3271
3397
|
createdAt: string;
|
|
@@ -3277,16 +3403,9 @@ interface DeploymentServiceUpdateOutput {
|
|
|
3277
3403
|
};
|
|
3278
3404
|
};
|
|
3279
3405
|
updatedAt: string;
|
|
3280
|
-
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed");
|
|
3281
|
-
idleMinutes: number;
|
|
3282
|
-
scaleToZero: boolean;
|
|
3283
3406
|
containerPort: number;
|
|
3284
3407
|
environmentId: string;
|
|
3285
3408
|
lastReplicasRunning: number;
|
|
3286
|
-
scaleToZeroEligibility?: {
|
|
3287
|
-
reasons: string[];
|
|
3288
|
-
eligible: boolean;
|
|
3289
|
-
};
|
|
3290
3409
|
}
|
|
3291
3410
|
interface DeploymentServiceUpdateOutputReadiness {
|
|
3292
3411
|
path: string;
|
|
@@ -3297,12 +3416,6 @@ interface DeploymentServiceUpdateOutputReadiness {
|
|
|
3297
3416
|
successThreshold?: number;
|
|
3298
3417
|
initialDelaySeconds?: number;
|
|
3299
3418
|
}
|
|
3300
|
-
interface DeploymentServiceWakeInput {
|
|
3301
|
-
id: string;
|
|
3302
|
-
}
|
|
3303
|
-
interface DeploymentServiceWakeOutput {
|
|
3304
|
-
[k: string]: unknown;
|
|
3305
|
-
}
|
|
3306
3419
|
interface DeploymentSshCommandInput {
|
|
3307
3420
|
serviceId: string;
|
|
3308
3421
|
}
|
|
@@ -13124,194 +13237,6 @@ interface OrganizationSelectOutput {
|
|
|
13124
13237
|
};
|
|
13125
13238
|
activeProductId: (string | null);
|
|
13126
13239
|
}
|
|
13127
|
-
interface PlaygroundAnalyticsOverviewInput {
|
|
13128
|
-
/**
|
|
13129
|
-
* Max records per entity in recent[]; omit for the endpoint default
|
|
13130
|
-
*/
|
|
13131
|
-
limit?: number;
|
|
13132
|
-
}
|
|
13133
|
-
interface PlaygroundAnalyticsOverviewOutput {
|
|
13134
|
-
ok: boolean;
|
|
13135
|
-
minted: boolean;
|
|
13136
|
-
overview?: unknown;
|
|
13137
|
-
http_status: number;
|
|
13138
|
-
}
|
|
13139
|
-
interface PlaygroundBillingEntitlementsInput {
|
|
13140
|
-
}
|
|
13141
|
-
interface PlaygroundBillingEntitlementsOutput {
|
|
13142
|
-
ok: boolean;
|
|
13143
|
-
minted: boolean;
|
|
13144
|
-
http_status: number;
|
|
13145
|
-
entitlements?: unknown;
|
|
13146
|
-
}
|
|
13147
|
-
interface PlaygroundBillingRecordUsageInput {
|
|
13148
|
-
/**
|
|
13149
|
-
* Quantity of events to record against playground-events (SUM); defaults to 1
|
|
13150
|
-
*/
|
|
13151
|
-
value?: number;
|
|
13152
|
-
}
|
|
13153
|
-
interface PlaygroundBillingRecordUsageOutput {
|
|
13154
|
-
minted: boolean;
|
|
13155
|
-
accepted: (number | null);
|
|
13156
|
-
recorded: boolean;
|
|
13157
|
-
duplicates: (number | null);
|
|
13158
|
-
http_status: number;
|
|
13159
|
-
}
|
|
13160
|
-
interface PlaygroundClickupCreateTaskInput {
|
|
13161
|
-
/**
|
|
13162
|
-
* Task title; defaults to a fixture label
|
|
13163
|
-
*/
|
|
13164
|
-
name?: string;
|
|
13165
|
-
/**
|
|
13166
|
-
* ClickUp list id; falls back to CLICKUP_TEST_LIST_ID
|
|
13167
|
-
*/
|
|
13168
|
-
listId?: string;
|
|
13169
|
-
}
|
|
13170
|
-
interface PlaygroundClickupCreateTaskOutput {
|
|
13171
|
-
minted: boolean;
|
|
13172
|
-
task_id: (string | null);
|
|
13173
|
-
list_status: number;
|
|
13174
|
-
vend_status: number;
|
|
13175
|
-
clickup_status: number;
|
|
13176
|
-
installation_count: number;
|
|
13177
|
-
}
|
|
13178
|
-
interface PlaygroundClickupGetLastWebhookInput {
|
|
13179
|
-
}
|
|
13180
|
-
type PlaygroundClickupGetLastWebhookOutput = ({
|
|
13181
|
-
payload: string;
|
|
13182
|
-
event_id: string;
|
|
13183
|
-
provider: string;
|
|
13184
|
-
verified: boolean;
|
|
13185
|
-
product_id: string;
|
|
13186
|
-
occurred_at: string;
|
|
13187
|
-
connector_id: string;
|
|
13188
|
-
clickup_event: (string | null);
|
|
13189
|
-
receipt_count: number;
|
|
13190
|
-
} | {
|
|
13191
|
-
found: false;
|
|
13192
|
-
});
|
|
13193
|
-
interface PlaygroundClickupGetOverviewInput {
|
|
13194
|
-
}
|
|
13195
|
-
interface PlaygroundClickupGetOverviewOutput {
|
|
13196
|
-
team: ({
|
|
13197
|
-
teamId: string;
|
|
13198
|
-
teamName: string;
|
|
13199
|
-
} | null);
|
|
13200
|
-
lists: PlaygroundClickupGetOverviewOutputItems[];
|
|
13201
|
-
tasks: {
|
|
13202
|
-
id: string;
|
|
13203
|
-
name: string;
|
|
13204
|
-
status: (string | null);
|
|
13205
|
-
}[];
|
|
13206
|
-
minted: boolean;
|
|
13207
|
-
spaces: PlaygroundClickupGetOverviewOutputItems[];
|
|
13208
|
-
list_status: number;
|
|
13209
|
-
vend_status: number;
|
|
13210
|
-
lists_status: number;
|
|
13211
|
-
tasks_status: number;
|
|
13212
|
-
spaces_status: number;
|
|
13213
|
-
folders_status: number;
|
|
13214
|
-
installation_count: number;
|
|
13215
|
-
}
|
|
13216
|
-
interface PlaygroundClickupGetOverviewOutputItems {
|
|
13217
|
-
id: string;
|
|
13218
|
-
name: string;
|
|
13219
|
-
}
|
|
13220
|
-
interface PlaygroundGdriveGetLastChangeInput {
|
|
13221
|
-
}
|
|
13222
|
-
type PlaygroundGdriveGetLastChangeOutput = ({
|
|
13223
|
-
file_id: string;
|
|
13224
|
-
removed: boolean;
|
|
13225
|
-
file_name: (string | null);
|
|
13226
|
-
mime_type: (string | null);
|
|
13227
|
-
product_id: string;
|
|
13228
|
-
occurred_at: string;
|
|
13229
|
-
connector_id: string;
|
|
13230
|
-
resource_state: string;
|
|
13231
|
-
} | {
|
|
13232
|
-
found: false;
|
|
13233
|
-
});
|
|
13234
|
-
interface PlaygroundGdriveReadFileInput {
|
|
13235
|
-
/**
|
|
13236
|
-
* Drive file id; falls back to GDRIVE_TEST_FILE_ID, then the first picked file
|
|
13237
|
-
*/
|
|
13238
|
-
fileId?: string;
|
|
13239
|
-
}
|
|
13240
|
-
interface PlaygroundGdriveReadFileOutput {
|
|
13241
|
-
minted: boolean;
|
|
13242
|
-
file_id: (string | null);
|
|
13243
|
-
file_name: (string | null);
|
|
13244
|
-
mime_type: (string | null);
|
|
13245
|
-
file_count: number;
|
|
13246
|
-
get_status: number;
|
|
13247
|
-
list_status: number;
|
|
13248
|
-
vend_status: number;
|
|
13249
|
-
content_bytes: (number | null);
|
|
13250
|
-
}
|
|
13251
|
-
interface PlaygroundGoogleadsReadCustomerInput {
|
|
13252
|
-
}
|
|
13253
|
-
interface PlaygroundGoogleadsReadCustomerOutput {
|
|
13254
|
-
minted: boolean;
|
|
13255
|
-
vended: boolean;
|
|
13256
|
-
customer_id: (string | null);
|
|
13257
|
-
vend_status: number;
|
|
13258
|
-
result_count: number;
|
|
13259
|
-
search_status: number;
|
|
13260
|
-
login_customer_id: (string | null);
|
|
13261
|
-
}
|
|
13262
|
-
interface PlaygroundLifecycleGetStateInput {
|
|
13263
|
-
}
|
|
13264
|
-
interface PlaygroundLifecycleGetStateOutput {
|
|
13265
|
-
blocked: boolean;
|
|
13266
|
-
archived: boolean;
|
|
13267
|
-
productId: string;
|
|
13268
|
-
lastBlockTransition: ({
|
|
13269
|
-
eventId: string;
|
|
13270
|
-
eventName: string;
|
|
13271
|
-
productId: string;
|
|
13272
|
-
occurredAt: string;
|
|
13273
|
-
recordedAt: string;
|
|
13274
|
-
receiptCount: number;
|
|
13275
|
-
organizationId: string;
|
|
13276
|
-
cascadedFromOrg: boolean;
|
|
13277
|
-
} | null);
|
|
13278
|
-
lastArchiveTransition: ({
|
|
13279
|
-
eventId: string;
|
|
13280
|
-
eventName: string;
|
|
13281
|
-
productId: string;
|
|
13282
|
-
occurredAt: string;
|
|
13283
|
-
recordedAt: string;
|
|
13284
|
-
receiptCount: number;
|
|
13285
|
-
organizationId: string;
|
|
13286
|
-
cascadedFromOrg: boolean;
|
|
13287
|
-
} | null);
|
|
13288
|
-
}
|
|
13289
|
-
interface PlaygroundLifecycleListEventsInput {
|
|
13290
|
-
}
|
|
13291
|
-
type PlaygroundLifecycleListEventsOutput = {
|
|
13292
|
-
eventId: string;
|
|
13293
|
-
eventName: string;
|
|
13294
|
-
productId: string;
|
|
13295
|
-
occurredAt: string;
|
|
13296
|
-
recordedAt: string;
|
|
13297
|
-
receiptCount: number;
|
|
13298
|
-
organizationId: string;
|
|
13299
|
-
cascadedFromOrg: boolean;
|
|
13300
|
-
}[];
|
|
13301
|
-
interface PlaygroundWebhookGetLastInput {
|
|
13302
|
-
}
|
|
13303
|
-
type PlaygroundWebhookGetLastOutput = ({
|
|
13304
|
-
payload?: unknown;
|
|
13305
|
-
event_id: string;
|
|
13306
|
-
provider: string;
|
|
13307
|
-
verified: boolean;
|
|
13308
|
-
product_id: string;
|
|
13309
|
-
occurred_at: string;
|
|
13310
|
-
connector_id: string;
|
|
13311
|
-
delivery_count: number;
|
|
13312
|
-
} | {
|
|
13313
|
-
found: false;
|
|
13314
|
-
});
|
|
13315
13240
|
interface RealtimeArchiveExportInput {
|
|
13316
13241
|
/**
|
|
13317
13242
|
* Only entries with ts <= to_ts (epoch ms)
|
|
@@ -15340,10 +15265,14 @@ interface GeneratedClient {
|
|
|
15340
15265
|
list(input: BrainGdriveConnectionsListInput): Promise<BrainGdriveConnectionsListOutput>;
|
|
15341
15266
|
};
|
|
15342
15267
|
knowledge: {
|
|
15268
|
+
graph(input: BrainKnowledgeGraphInput): Promise<BrainKnowledgeGraphOutput>;
|
|
15343
15269
|
neighborhood(input: BrainKnowledgeNeighborhoodInput): Promise<BrainKnowledgeNeighborhoodOutput>;
|
|
15344
15270
|
relations(input: BrainKnowledgeRelationsInput): Promise<BrainKnowledgeRelationsOutput>;
|
|
15345
15271
|
search(input: BrainKnowledgeSearchInput): Promise<BrainKnowledgeSearchOutput>;
|
|
15346
15272
|
};
|
|
15273
|
+
'knowledge-entity': {
|
|
15274
|
+
memories(input: BrainKnowledgeEntityMemoriesInput): Promise<BrainKnowledgeEntityMemoriesOutput>;
|
|
15275
|
+
};
|
|
15347
15276
|
memory: {
|
|
15348
15277
|
add(input: BrainMemoryAddInput): Promise<BrainMemoryAddOutput>;
|
|
15349
15278
|
delete(input: BrainMemoryDeleteInput): Promise<BrainMemoryDeleteOutput>;
|
|
@@ -15359,6 +15288,9 @@ interface GeneratedClient {
|
|
|
15359
15288
|
restore: {
|
|
15360
15289
|
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
15361
15290
|
};
|
|
15291
|
+
usage: {
|
|
15292
|
+
report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
|
|
15293
|
+
};
|
|
15362
15294
|
};
|
|
15363
15295
|
consent: {
|
|
15364
15296
|
'config-cookie-domain': {
|
|
@@ -15538,7 +15470,6 @@ interface GeneratedClient {
|
|
|
15538
15470
|
rollback(input: DeploymentServiceRollbackInput): Promise<DeploymentServiceRollbackOutput>;
|
|
15539
15471
|
scale(input: DeploymentServiceScaleInput): Promise<DeploymentServiceScaleOutput>;
|
|
15540
15472
|
update(input: DeploymentServiceUpdateInput): Promise<DeploymentServiceUpdateOutput>;
|
|
15541
|
-
wake(input: DeploymentServiceWakeInput): Promise<DeploymentServiceWakeOutput>;
|
|
15542
15473
|
};
|
|
15543
15474
|
ssh: {
|
|
15544
15475
|
command(input: DeploymentSshCommandInput): Promise<DeploymentSshCommandOutput>;
|
|
@@ -15759,34 +15690,6 @@ interface GeneratedClient {
|
|
|
15759
15690
|
update(input: OrganizationRolesUpdateInput): Promise<OrganizationRolesUpdateOutput>;
|
|
15760
15691
|
};
|
|
15761
15692
|
};
|
|
15762
|
-
playground: {
|
|
15763
|
-
analytics: {
|
|
15764
|
-
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
15765
|
-
};
|
|
15766
|
-
billing: {
|
|
15767
|
-
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
15768
|
-
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
15769
|
-
};
|
|
15770
|
-
clickup: {
|
|
15771
|
-
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
15772
|
-
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
15773
|
-
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
15774
|
-
};
|
|
15775
|
-
gdrive: {
|
|
15776
|
-
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
15777
|
-
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
15778
|
-
};
|
|
15779
|
-
googleads: {
|
|
15780
|
-
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
15781
|
-
};
|
|
15782
|
-
lifecycle: {
|
|
15783
|
-
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
15784
|
-
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
15785
|
-
};
|
|
15786
|
-
webhook: {
|
|
15787
|
-
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
15788
|
-
};
|
|
15789
|
-
};
|
|
15790
15693
|
realtime: {
|
|
15791
15694
|
archive: {
|
|
15792
15695
|
export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
|
|
@@ -15940,4 +15843,4 @@ interface GeneratedClient {
|
|
|
15940
15843
|
};
|
|
15941
15844
|
}
|
|
15942
15845
|
|
|
15943
|
-
export type { BrainGdriveConnectionsListInput as $, AnalyticsQueryRunInput as A, BrainBackupCreateInput as B, BrainConnectorReposListInput as C, BrainConnectorReposListOutput as D, BrainDaemonBatchStatusInput as E, BrainDaemonBatchStatusOutput as F, GeneratedClient as G, BrainDaemonCreateInput as H, BrainDaemonCreateOutput as I, BrainDaemonGetInput as J, BrainDaemonGetOutput as K, BrainDaemonReingestInput as L, BrainDaemonReingestOutput as M, BrainDaemonRemoveInput as N, BrainDaemonRemoveOutput as O, BrainDaemonRunItemsInput as P, BrainDaemonRunItemsOutput as Q, BrainDaemonRunInput as R, BrainDaemonRunOutput as S, BrainDaemonRunsInput as T, BrainDaemonRunsOutput as U, BrainDaemonStatusInput as V, BrainDaemonStatusOutput as W, BrainDaemonUpdateInput as X, BrainDaemonUpdateOutput as Y, BrainDaemonsListInput as Z, BrainDaemonsListOutput as _, AnalyticsQueryRunOutput as a, DeploymentAlertUpdateInput as a$, BrainGdriveConnectionsListOutput as a0, BrainKnowledgeNeighborhoodInput as a1, BrainKnowledgeNeighborhoodOutput as a2, BrainKnowledgeRelationsInput as a3, BrainKnowledgeRelationsOutput as a4, BrainKnowledgeSearchInput as a5, BrainKnowledgeSearchOutput as a6, BrainMemoryAddInput as a7, BrainMemoryAddOutput as a8, BrainMemoryDeleteInput as a9, ConsentDashboardDecisionsListOutput as aA, ConsentDashboardEmbedSnippetGetInput as aB, ConsentDashboardEmbedSnippetGetOutput as aC, ConsentDashboardStatsGetInput as aD, ConsentDashboardStatsGetOutput as aE, ConsentEmbedGetInput as aF, ConsentEmbedGetOutput as aG, ConsentProvidersCreateInput as aH, ConsentProvidersCreateOutput as aI, ConsentProvidersDeleteInput as aJ, ConsentProvidersDeleteOutput as aK, ConsentProvidersListInput as aL, ConsentProvidersListOutput as aM, ConsentProvidersUpdateInput as aN, ConsentProvidersUpdateOutput as aO, ConsentRecordsExportInput as aP, ConsentRecordsExportOutput as aQ, ConsentStatsGetInput as aR, ConsentStatsGetOutput as aS, DeploymentAlertCreateInput as aT, DeploymentAlertCreateOutput as aU, DeploymentAlertDeleteInput as aV, DeploymentAlertDeleteOutput as aW, DeploymentAlertEventsListInput as aX, DeploymentAlertEventsListOutput as aY, DeploymentAlertListInput as aZ, DeploymentAlertListOutput as a_, BrainMemoryDeleteOutput as aa, BrainMemoryGetInput as ab, BrainMemoryGetOutput as ac, BrainMemoryListInput as ad, BrainMemoryListOutput as ae, BrainMemorySearchInput as af, BrainMemorySearchOutput as ag, BrainMemoryStatsInput as ah, BrainMemoryStatsOutput as ai, BrainMemoryUpdateInput as aj, BrainMemoryUpdateOutput as ak, BrainProductSharedMemoryResetInput as al, BrainProductSharedMemoryResetOutput as am, BrainRestoreStatusInput as an, BrainRestoreStatusOutput as ao, ConsentConfigCookieDomainUpsertInput as ap, ConsentConfigCookieDomainUpsertOutput as aq, ConsentConfigCustomizationUpsertInput as ar, ConsentConfigCustomizationUpsertOutput as as, ConsentConfigFloatingIconUpsertInput as at, ConsentConfigFloatingIconUpsertOutput as au, ConsentConfigThemeUpsertInput as av, ConsentConfigThemeUpsertOutput as aw, ConsentDashboardConfigGetInput as ax, ConsentDashboardConfigGetOutput as ay, ConsentDashboardDecisionsListInput as az, BrainBackupCreateOutput as b, DeploymentDomainRedirectWwwInput as b$, DeploymentAlertUpdateOutput as b0, DeploymentAnalyticsQueryInput as b1, DeploymentAnalyticsQueryOutput as b2, DeploymentAuditListInput as b3, DeploymentAuditListOutput as b4, DeploymentBuildGetInput as b5, DeploymentBuildGetOutput as b6, DeploymentBuildListInput as b7, DeploymentBuildListOutput as b8, DeploymentBuildLogsInput as b9, DeploymentCloudSqlInstanceDeleteOutput as bA, DeploymentCloudSqlInstanceGetInput as bB, DeploymentCloudSqlInstanceGetOutput as bC, DeploymentCloudSqlInstanceListInput as bD, DeploymentCloudSqlInstanceListOutput as bE, DeploymentCloudSqlInstanceResizeInput as bF, DeploymentCloudSqlInstanceResizeOutput as bG, DeploymentCloudSqlInstanceRestoreInput as bH, DeploymentCloudSqlInstanceRestoreOutput as bI, DeploymentCloudSqlLogsInput as bJ, DeploymentCloudSqlLogsOutput as bK, DeploymentDeploymentCancelInput as bL, DeploymentDeploymentCancelOutput as bM, DeploymentDeploymentGetInput as bN, DeploymentDeploymentGetOutput as bO, DeploymentDeploymentListInput as bP, DeploymentDeploymentListOutput as bQ, DeploymentDomainAddInput as bR, DeploymentDomainAddOutput as bS, DeploymentDomainAllowedListInput as bT, DeploymentDomainAllowedListOutput as bU, DeploymentDomainGetInput as bV, DeploymentDomainGetOutput as bW, DeploymentDomainListByServiceInput as bX, DeploymentDomainListByServiceOutput as bY, DeploymentDomainListInput as bZ, DeploymentDomainListOutput as b_, DeploymentBuildLogsOutput as ba, DeploymentCanvasGetInput as bb, DeploymentCanvasGetOutput as bc, DeploymentCanvasMoveNodeInput as bd, DeploymentCanvasMoveNodeOutput as be, DeploymentCloudSqlBackfillLogFlagsInput as bf, DeploymentCloudSqlBackfillLogFlagsOutput as bg, DeploymentCloudSqlDatabaseAttachInput as bh, DeploymentCloudSqlDatabaseAttachOutput as bi, DeploymentCloudSqlDatabaseCreateInput as bj, DeploymentCloudSqlDatabaseCreateOutput as bk, DeploymentCloudSqlDatabaseDeleteInput as bl, DeploymentCloudSqlDatabaseDeleteOutput as bm, DeploymentCloudSqlDatabaseDetachInput as bn, DeploymentCloudSqlDatabaseDetachOutput as bo, DeploymentCloudSqlDatabaseGetInput as bp, DeploymentCloudSqlDatabaseGetOutput as bq, DeploymentCloudSqlDatabaseListInput as br, DeploymentCloudSqlDatabaseListOutput as bs, DeploymentCloudSqlInstanceBackupListInput as bt, DeploymentCloudSqlInstanceBackupListOutput as bu, DeploymentCloudSqlInstanceBackupInput as bv, DeploymentCloudSqlInstanceBackupOutput as bw, DeploymentCloudSqlInstanceCreateInput as bx, DeploymentCloudSqlInstanceCreateOutput as by, DeploymentCloudSqlInstanceDeleteInput as bz, BrainBackupRestoreInput as c, DeploymentPreviewEnvironmentDeleteInput as c$, DeploymentDomainRedirectWwwOutput as c0, DeploymentDomainRemoveInput as c1, DeploymentDomainRemoveOutput as c2, DeploymentDomainRoutesAddInput as c3, DeploymentDomainRoutesAddOutput as c4, DeploymentDomainRoutesListInput as c5, DeploymentDomainRoutesListOutput as c6, DeploymentDomainRoutesRemoveInput as c7, DeploymentDomainRoutesRemoveOutput as c8, DeploymentDomainRoutesUpdateInput as c9, DeploymentManagedServiceConnectInfoOutput as cA, DeploymentManagedServiceDeleteInput as cB, DeploymentManagedServiceDeleteOutput as cC, DeploymentManagedServiceGetInput as cD, DeploymentManagedServiceGetOutput as cE, DeploymentManagedServiceListInput as cF, DeploymentManagedServiceListOutput as cG, DeploymentManagedServiceLogsInput as cH, DeploymentManagedServiceLogsOutput as cI, DeploymentManagedServiceProvisionInput as cJ, DeploymentManagedServiceProvisionOutput as cK, DeploymentManagedServiceReconcileInput as cL, DeploymentManagedServiceReconcileOutput as cM, DeploymentManagedServiceResizeInput as cN, DeploymentManagedServiceResizeOutput as cO, DeploymentManagedServiceRestoreInput as cP, DeploymentManagedServiceRestoreOutput as cQ, DeploymentManagedServiceStartInput as cR, DeploymentManagedServiceStartOutput as cS, DeploymentManagedServiceStopInput as cT, DeploymentManagedServiceStopOutput as cU, DeploymentManagedServiceTypesInput as cV, DeploymentManagedServiceTypesOutput as cW, DeploymentMetricsGetInput as cX, DeploymentMetricsGetOutput as cY, DeploymentPreviewEnvironmentCreateInput as cZ, DeploymentPreviewEnvironmentCreateOutput as c_, DeploymentDomainRoutesUpdateOutput as ca, DeploymentDomainVerifyInput as cb, DeploymentDomainVerifyOutput as cc, DeploymentEnvironmentCreateInput as cd, DeploymentEnvironmentCreateOutput as ce, DeploymentEnvironmentDeleteInput as cf, DeploymentEnvironmentDeleteOutput as cg, DeploymentEnvironmentForkInput as ch, DeploymentEnvironmentForkOutput as ci, DeploymentEnvironmentGetInput as cj, DeploymentEnvironmentGetOutput as ck, DeploymentEnvironmentListInput as cl, DeploymentEnvironmentListOutput as cm, DeploymentEnvironmentReconcileInput as cn, DeploymentEnvironmentReconcileOutput as co, DeploymentEnvironmentUpdateInput as cp, DeploymentEnvironmentUpdateOutput as cq, DeploymentEventsListByEnvironmentInput as cr, DeploymentEventsListByEnvironmentOutput as cs, DeploymentEventsListByServiceInput as ct, DeploymentEventsListByServiceOutput as cu, DeploymentManagedServiceBackupListInput as cv, DeploymentManagedServiceBackupListOutput as cw, DeploymentManagedServiceBackupInput as cx, DeploymentManagedServiceBackupOutput as cy, DeploymentManagedServiceConnectInfoInput as cz, BrainBackupRestoreOutput as d, DeploymentVcsRepoListOutput as d$, DeploymentPreviewEnvironmentDeleteOutput as d0, DeploymentPreviewEnvironmentListInput as d1, DeploymentPreviewEnvironmentListOutput as d2, DeploymentPreviewPolicyGetInput as d3, DeploymentPreviewPolicyGetOutput as d4, DeploymentPreviewPolicySetInput as d5, DeploymentPreviewPolicySetOutput as d6, DeploymentServiceCreateInput as d7, DeploymentServiceCreateOutput as d8, DeploymentServiceDeleteInput as d9, DeploymentSshKeyListInput as dA, DeploymentSshKeyListOutput as dB, DeploymentSshKeyRegisterInput as dC, DeploymentSshKeyRegisterOutput as dD, DeploymentVariableListEnvInput as dE, DeploymentVariableListEnvOutput as dF, DeploymentVariableListProductInput as dG, DeploymentVariableListProductOutput as dH, DeploymentVariableListInput as dI, DeploymentVariableListOutput as dJ, DeploymentVariableSetEnvInput as dK, DeploymentVariableSetEnvOutput as dL, DeploymentVariableSetInput as dM, DeploymentVariableSetOutput as dN, DeploymentVariableSetProductInput as dO, DeploymentVariableSetProductOutput as dP, DeploymentVariableUnsetEnvInput as dQ, DeploymentVariableUnsetEnvOutput as dR, DeploymentVariableUnsetInput as dS, DeploymentVariableUnsetOutput as dT, DeploymentVariableUnsetProductInput as dU, DeploymentVariableUnsetProductOutput as dV, DeploymentVcsBranchListInput as dW, DeploymentVcsBranchListOutput as dX, DeploymentVcsConnectionListInput as dY, DeploymentVcsConnectionListOutput as dZ, DeploymentVcsRepoListInput as d_, DeploymentServiceDeleteOutput as da, DeploymentServiceExecInput as db, DeploymentServiceExecOutput as dc, DeploymentServiceGetInput as dd, DeploymentServiceGetOutput as de, DeploymentServiceListInput as df, DeploymentServiceListOutput as dg, DeploymentServiceLogsInput as dh, DeploymentServiceLogsOutput as di, DeploymentServiceRedeployInput as dj, DeploymentServiceRedeployOutput as dk, DeploymentServiceRestartInput as dl, DeploymentServiceRestartOutput as dm, DeploymentServiceRollbackInput as dn, DeploymentServiceRollbackOutput as dp, DeploymentServiceScaleInput as dq, DeploymentServiceScaleOutput as dr, DeploymentServiceUpdateInput as ds, DeploymentServiceUpdateOutput as dt, DeploymentServiceWakeInput as du, DeploymentServiceWakeOutput as dv, DeploymentSshCommandInput as dw, DeploymentSshCommandOutput as dx, DeploymentSshKeyDeleteInput as dy, DeploymentSshKeyDeleteOutput as dz, BrainBackupStatusInput as e, MailDomainListOutput as e$, DeploymentVolumeCreateInput as e0, DeploymentVolumeCreateOutput as e1, DeploymentVolumeDeleteInput as e2, DeploymentVolumeDeleteOutput as e3, DeploymentVolumeDetachInput as e4, DeploymentVolumeDetachOutput as e5, DeploymentVolumeGetInput as e6, DeploymentVolumeGetOutput as e7, DeploymentVolumeListInput as e8, DeploymentVolumeListOutput as e9, MailBroadcastListInput as eA, MailBroadcastListOutput as eB, MailBroadcastQueueInput as eC, MailBroadcastQueueOutput as eD, MailBroadcastStatsInput as eE, MailBroadcastStatsOutput as eF, MailBroadcastUpdateInput as eG, MailBroadcastUpdateOutput as eH, MailContactCreateInput as eI, MailContactCreateOutput as eJ, MailContactDeleteInput as eK, MailContactDeleteOutput as eL, MailContactGetInput as eM, MailContactGetOutput as eN, MailContactListInput as eO, MailContactListOutput as eP, MailContactUpdateInput as eQ, MailContactUpdateOutput as eR, MailDomainAllowedListInput as eS, MailDomainAllowedListOutput as eT, MailDomainCreateInput as eU, MailDomainCreateOutput as eV, MailDomainDeleteInput as eW, MailDomainDeleteOutput as eX, MailDomainGetInput as eY, MailDomainGetOutput as eZ, MailDomainListInput as e_, DeploymentVolumeResizeInput as ea, DeploymentVolumeResizeOutput as eb, MailApikeyCreateInput as ec, MailApikeyCreateOutput as ed, MailApikeyDeleteInput as ee, MailApikeyDeleteOutput as ef, MailApikeyListInput as eg, MailApikeyListOutput as eh, MailAudienceCreateInput as ei, MailAudienceCreateOutput as ej, MailAudienceDeleteInput as ek, MailAudienceDeleteOutput as el, MailAudienceGetInput as em, MailAudienceGetOutput as en, MailAudienceListInput as eo, MailAudienceListOutput as ep, MailAudienceUpdateInput as eq, MailAudienceUpdateOutput as er, MailBroadcastCancelInput as es, MailBroadcastCancelOutput as et, MailBroadcastCreateInput as eu, MailBroadcastCreateOutput as ev, MailBroadcastDeleteInput as ew, MailBroadcastDeleteOutput as ex, MailBroadcastGetInput as ey, MailBroadcastGetOutput as ez, BrainBackupStatusOutput as f, OrganizationConnectorsAttachOutput as f$, MailDomainUpdateInput as f0, MailDomainUpdateOutput as f1, MailDomainVerifyInput as f2, MailDomainVerifyOutput as f3, MailEmailCancelInput as f4, MailEmailCancelOutput as f5, MailEmailGetInput as f6, MailEmailSendBatchInput as f7, MailEmailSendBatchOutput as f8, MailEmailSendInput as f9, MailUsageGetOutput as fA, MailWebhookCreateInput as fB, MailWebhookCreateOutput as fC, MailWebhookDeleteInput as fD, MailWebhookDeleteOutput as fE, MailWebhookDeliveriesListInput as fF, MailWebhookDeliveriesListOutput as fG, MailWebhookGetInput as fH, MailWebhookGetOutput as fI, MailWebhookListInput as fJ, MailWebhookListOutput as fK, MailWebhookUpdateInput as fL, MailWebhookUpdateOutput as fM, MailEmailGetOutput as fN, OrganizationAuthMeInput as fO, OrganizationAuthMeOutput as fP, OrganizationBindingsListInput as fQ, OrganizationBindingsListOutput as fR, OrganizationClickupInstallInput as fS, OrganizationClickupInstallOutput as fT, OrganizationClickupListInstallationsInput as fU, OrganizationClickupListInstallationsOutput as fV, OrganizationCloudflareInstallInput as fW, OrganizationCloudflareInstallOutput as fX, OrganizationConnectorsApproveRequestInput as fY, OrganizationConnectorsApproveRequestOutput as fZ, OrganizationConnectorsAttachInput as f_, MailEmailSendOutput as fa, MailEmailUpdateInput as fb, MailEmailUpdateOutput as fc, MailReputationGetInput as fd, MailReputationGetOutput as fe, MailStatsGetInput as ff, MailStatsGetOutput as fg, MailSuppressionAddInput as fh, MailSuppressionAddOutput as fi, MailSuppressionListInput as fj, MailSuppressionListOutput as fk, MailSuppressionRemoveInput as fl, MailSuppressionRemoveOutput as fm, MailTemplateCreateInput as fn, MailTemplateCreateOutput as fo, MailTemplateDeleteInput as fp, MailTemplateDeleteOutput as fq, MailTemplateGetInput as fr, MailTemplateGetOutput as fs, MailTemplateListInput as ft, MailTemplateListOutput as fu, MailTemplatePublishInput as fv, MailTemplatePublishOutput as fw, MailTemplateUpdateInput as fx, MailTemplateUpdateOutput as fy, MailUsageGetInput as fz, BrainBackupsListInput as g, OrganizationMemberRevokeInvitationOutput as g$, OrganizationConnectorsDeleteInput as g0, OrganizationConnectorsDeleteOutput as g1, OrganizationConnectorsDenyRequestInput as g2, OrganizationConnectorsDenyRequestOutput as g3, OrganizationConnectorsDetachInput as g4, OrganizationConnectorsDetachOutput as g5, OrganizationConnectorsListAttachmentsInput as g6, OrganizationConnectorsListAttachmentsOutput as g7, OrganizationConnectorsListAvailableInput as g8, OrganizationConnectorsListAvailableOutput as g9, OrganizationExtensionsUninstallInput as gA, OrganizationExtensionsUninstallOutput as gB, OrganizationFeedbackSubmitInput as gC, OrganizationFeedbackSubmitOutput as gD, OrganizationGdriveInstallInput as gE, OrganizationGdriveInstallOutput as gF, OrganizationGithubInstallInput as gG, OrganizationGithubInstallOutput as gH, OrganizationGithubListInstallationsInput as gI, OrganizationGithubListInstallationsOutput as gJ, OrganizationGoogleadsInstallInput as gK, OrganizationGoogleadsInstallOutput as gL, OrganizationListInput as gM, OrganizationListOutput as gN, OrganizationMemberAcceptInviteInput as gO, OrganizationMemberAcceptInviteOutput as gP, OrganizationMemberInviteInput as gQ, OrganizationMemberInviteOutput as gR, OrganizationMemberListInvitationsInput as gS, OrganizationMemberListInvitationsOutput as gT, OrganizationMemberListProductAccessInput as gU, OrganizationMemberListProductAccessOutput as gV, OrganizationMemberListInput as gW, OrganizationMemberListOutput as gX, OrganizationMemberRemoveInput as gY, OrganizationMemberRemoveOutput as gZ, OrganizationMemberRevokeInvitationInput as g_, OrganizationConnectorsListOrgInput as ga, OrganizationConnectorsListOrgOutput as gb, OrganizationConnectorsListInput as gc, OrganizationConnectorsListOutput as gd, OrganizationConnectorsListRequestsInput as ge, OrganizationConnectorsListRequestsOutput as gf, OrganizationConnectorsRemoveInput as gg, OrganizationConnectorsRemoveOutput as gh, OrganizationConnectorsRequestInput as gi, OrganizationConnectorsRequestOutput as gj, OrganizationCreateInput as gk, OrganizationCreateOutput as gl, OrganizationDomainsAddInput as gm, OrganizationDomainsAddOutput as gn, OrganizationDomainsGetInput as go, OrganizationDomainsGetOutput as gp, OrganizationDomainsListInput as gq, OrganizationDomainsListOutput as gr, OrganizationDomainsRemoveInput as gs, OrganizationDomainsRemoveOutput as gt, OrganizationExtensionsInstallInput as gu, OrganizationExtensionsInstallOutput as gv, OrganizationExtensionsListInstalledInput as gw, OrganizationExtensionsListInstalledOutput as gx, OrganizationExtensionsListInput as gy, OrganizationExtensionsListOutput as gz, BrainBackupsListOutput as h, PlaygroundWebhookGetLastOutput as h$, OrganizationMemberSetRoleInput as h0, OrganizationMemberSetRoleOutput as h1, OrganizationMemberShareProductInput as h2, OrganizationMemberShareProductOutput as h3, OrganizationMemberUnshareProductInput as h4, OrganizationMemberUnshareProductOutput as h5, OrganizationMembersAssignRoleInput as h6, OrganizationMembersAssignRoleOutput as h7, OrganizationPermissionCatalogInput as h8, OrganizationPermissionCatalogOutput as h9, OrganizationRolesUpdateInput as hA, OrganizationRolesUpdateOutput as hB, OrganizationSelectInput as hC, OrganizationSelectOutput as hD, PlaygroundAnalyticsOverviewInput as hE, PlaygroundAnalyticsOverviewOutput as hF, PlaygroundBillingEntitlementsInput as hG, PlaygroundBillingEntitlementsOutput as hH, PlaygroundBillingRecordUsageInput as hI, PlaygroundBillingRecordUsageOutput as hJ, PlaygroundClickupCreateTaskInput as hK, PlaygroundClickupCreateTaskOutput as hL, PlaygroundClickupGetLastWebhookInput as hM, PlaygroundClickupGetLastWebhookOutput as hN, PlaygroundClickupGetOverviewInput as hO, PlaygroundClickupGetOverviewOutput as hP, PlaygroundGdriveGetLastChangeInput as hQ, PlaygroundGdriveGetLastChangeOutput as hR, PlaygroundGdriveReadFileInput as hS, PlaygroundGdriveReadFileOutput as hT, PlaygroundGoogleadsReadCustomerInput as hU, PlaygroundGoogleadsReadCustomerOutput as hV, PlaygroundLifecycleGetStateInput as hW, PlaygroundLifecycleGetStateOutput as hX, PlaygroundLifecycleListEventsInput as hY, PlaygroundLifecycleListEventsOutput as hZ, PlaygroundWebhookGetLastInput as h_, OrganizationProductAcceptInvitationInput as ha, OrganizationProductAcceptInvitationOutput as hb, OrganizationProductCreateInput as hc, OrganizationProductCreateOutput as hd, OrganizationProductInviteInput as he, OrganizationProductInviteOutput as hf, OrganizationProductListInvitationsInput as hg, OrganizationProductListInvitationsOutput as hh, OrganizationProductListMembersInput as hi, OrganizationProductListMembersOutput as hj, OrganizationProductListInput as hk, OrganizationProductListOutput as hl, OrganizationProductListRolesInput as hm, OrganizationProductListRolesOutput as hn, OrganizationProductRevokeInvitationInput as ho, OrganizationProductRevokeInvitationOutput as hp, OrganizationProductSelectInput as hq, OrganizationProductSelectOutput as hr, OrganizationRolesCreateInput as hs, OrganizationRolesCreateOutput as ht, OrganizationRolesDeleteInput as hu, OrganizationRolesDeleteOutput as hv, OrganizationRolesGetInput as hw, OrganizationRolesGetOutput as hx, OrganizationRolesListInput as hy, OrganizationRolesListOutput as hz, BrainClickupChannelsListInput as i, TrackingApiKeysRotateOutput as i$, RealtimeArchiveExportInput as i0, RealtimeArchiveExportOutput as i1, RealtimeArchiveExportStatusInput as i2, RealtimeArchiveExportStatusOutput as i3, RealtimeArchiveGetInput as i4, RealtimeArchiveGetOutput as i5, RealtimeGrantCreateInput as i6, RealtimeGrantCreateOutput as i7, RealtimeGrantListInput as i8, RealtimeGrantListOutput as i9, RealtimePresenceUpdateInput as iA, RealtimePresenceUpdateOutput as iB, RealtimeStatusGetInput as iC, RealtimeStatusGetOutput as iD, RealtimeTokensCreateInput as iE, RealtimeTokensCreateOutput as iF, RealtimeWebhookCreateInput as iG, RealtimeWebhookCreateOutput as iH, RealtimeWebhookDeleteInput as iI, RealtimeWebhookDeleteOutput as iJ, RealtimeWebhookDeliveriesListInput as iK, RealtimeWebhookDeliveriesListOutput as iL, RealtimeWebhookGetInput as iM, RealtimeWebhookGetOutput as iN, RealtimeWebhookListInput as iO, RealtimeWebhookListOutput as iP, RealtimeWebhookSecretRotateInput as iQ, RealtimeWebhookSecretRotateOutput as iR, RealtimeWebhookUpdateInput as iS, RealtimeWebhookUpdateOutput as iT, TrackingApiKeysCreateInput as iU, TrackingApiKeysCreateOutput as iV, TrackingApiKeysListInput as iW, TrackingApiKeysListOutput as iX, TrackingApiKeysRevokeInput as iY, TrackingApiKeysRevokeOutput as iZ, TrackingApiKeysRotateInput as i_, RealtimeGrantRevokeInput as ia, RealtimeGrantRevokeOutput as ib, RealtimeHistoryGetInput as ic, RealtimeHistoryGetOutput as id, RealtimeMessagesPublishInput as ie, RealtimeMessagesPublishOutput as ig, RealtimeNamespaceCreateInput as ih, RealtimeNamespaceCreateOutput as ii, RealtimeNamespaceDeleteInput as ij, RealtimeNamespaceDeleteOutput as ik, RealtimeNamespaceGetInput as il, RealtimeNamespaceGetOutput as im, RealtimeNamespaceListInput as io, RealtimeNamespaceListOutput as ip, RealtimeNamespaceUpdateInput as iq, RealtimeNamespaceUpdateOutput as ir, RealtimePresenceEnterInput as is, RealtimePresenceEnterOutput as it, RealtimePresenceGetInput as iu, RealtimePresenceGetOutput as iv, RealtimePresenceLeaveInput as iw, RealtimePresenceLeaveOutput as ix, RealtimePresenceStatsInput as iy, RealtimePresenceStatsOutput as iz, BrainClickupChannelsListOutput as j, TrackingReportsAttributedJourneyOutput as j$, TrackingDomainsCreateInput as j0, TrackingDomainsCreateOutput as j1, TrackingDomainsDeleteInput as j2, TrackingDomainsDeleteOutput as j3, TrackingDomainsGetInput as j4, TrackingDomainsGetOutput as j5, TrackingDomainsListInput as j6, TrackingDomainsListOutput as j7, TrackingDomainsVerifyInput as j8, TrackingDomainsVerifyOutput as j9, TrackingGoogleadsUsVsPlatformInput as jA, TrackingGoogleadsUsVsPlatformOutput as jB, TrackingIdentityHealthInput as jC, TrackingIdentityHealthOutput as jD, TrackingInstallDomainsCreateInput as jE, TrackingInstallDomainsCreateOutput as jF, TrackingInstallDomainsDeleteInput as jG, TrackingInstallDomainsDeleteOutput as jH, TrackingInstallDomainsListInput as jI, TrackingInstallDomainsListOutput as jJ, TrackingLinkDomainsCreateInput as jK, TrackingLinkDomainsCreateOutput as jL, TrackingLinkDomainsDeleteInput as jM, TrackingLinkDomainsDeleteOutput as jN, TrackingLinkDomainsListInput as jO, TrackingLinkDomainsListOutput as jP, TrackingLiveEventsListInput as jQ, TrackingLiveEventsListOutput as jR, TrackingProfilesDeleteInput as jS, TrackingProfilesDeleteOutput as jT, TrackingProfilesExportInput as jU, TrackingProfilesExportOutput as jV, TrackingProfilesGetInput as jW, TrackingProfilesGetOutput as jX, TrackingProfilesListInput as jY, TrackingProfilesListOutput as jZ, TrackingReportsAttributedJourneyInput as j_, TrackingEventNamesArchiveInput as ja, TrackingEventNamesArchiveOutput as jb, TrackingEventNamesListInput as jc, TrackingEventNamesListOutput as jd, TrackingEventNamesUnarchiveInput as je, TrackingEventNamesUnarchiveOutput as jf, TrackingGoogleadsConnectionStatusInput as jg, TrackingGoogleadsConnectionStatusOutput as jh, TrackingGoogleadsConversionActionsInput as ji, TrackingGoogleadsConversionActionsOutput as jj, TrackingGoogleadsFeedbackConfigGetInput as jk, TrackingGoogleadsFeedbackConfigGetOutput as jl, TrackingGoogleadsFeedbackConfigSetInput as jm, TrackingGoogleadsFeedbackConfigSetOutput as jn, TrackingGoogleadsFeedbackRunInput as jo, TrackingGoogleadsFeedbackRunOutput as jp, TrackingGoogleadsFeedbackStatusInput as jq, TrackingGoogleadsFeedbackStatusOutput as jr, TrackingGoogleadsFeedbackUploadsInput as js, TrackingGoogleadsFeedbackUploadsOutput as jt, TrackingGoogleadsRoasReportInput as ju, TrackingGoogleadsRoasReportOutput as jv, TrackingGoogleadsSyncNowInput as jw, TrackingGoogleadsSyncNowOutput as jx, TrackingGoogleadsTrackingHealthInput as jy, TrackingGoogleadsTrackingHealthOutput as jz, BrainClickupConnectionsListInput as k, TrackingReportsRevenueBySourceInput as k0, TrackingReportsRevenueBySourceOutput as k1, TrackingReportsSourcePeopleInput as k2, TrackingReportsSourcePeopleOutput as k3, TrackingSnippetsGetInput as k4, TrackingSnippetsGetOutput as k5, WaitlistConfigGetInput as k6, WaitlistConfigGetOutput as k7, WaitlistConfigUpsertInput as k8, WaitlistConfigUpsertOutput as k9, WaitlistEmbedGetInput as ka, WaitlistEmbedGetOutput as kb, WaitlistInvitesSendInput as kc, WaitlistInvitesSendOutput as kd, WaitlistSignupsEraseInput as ke, WaitlistSignupsEraseOutput as kf, WaitlistSignupsFunnelInput as kg, WaitlistSignupsFunnelOutput as kh, WaitlistSignupsListInput as ki, WaitlistSignupsListOutput as kj, BrainClickupConnectionsListOutput as l, BrainClickupListsListInput as m, BrainClickupListsListOutput as n, BrainClickupSpacesListInput as o, BrainClickupSpacesListOutput as p, BrainCognitionDigestInput as q, BrainCognitionDigestOutput as r, BrainCognitionStatusInput as s, BrainCognitionStatusOutput as t, BrainCognitionSweepInput as u, BrainCognitionSweepOutput as v, BrainConnectorBranchesListInput as w, BrainConnectorBranchesListOutput as x, BrainConnectorConnectionsListInput as y, BrainConnectorConnectionsListOutput as z };
|
|
15846
|
+
export type { BrainGdriveConnectionsListInput as $, AnalyticsQueryRunInput as A, BrainBackupCreateInput as B, BrainConnectorReposListInput as C, BrainConnectorReposListOutput as D, BrainDaemonBatchStatusInput as E, BrainDaemonBatchStatusOutput as F, GeneratedClient as G, BrainDaemonCreateInput as H, BrainDaemonCreateOutput as I, BrainDaemonGetInput as J, BrainDaemonGetOutput as K, BrainDaemonReingestInput as L, BrainDaemonReingestOutput as M, BrainDaemonRemoveInput as N, BrainDaemonRemoveOutput as O, BrainDaemonRunItemsInput as P, BrainDaemonRunItemsOutput as Q, BrainDaemonRunInput as R, BrainDaemonRunOutput as S, BrainDaemonRunsInput as T, BrainDaemonRunsOutput as U, BrainDaemonStatusInput as V, BrainDaemonStatusOutput as W, BrainDaemonUpdateInput as X, BrainDaemonUpdateOutput as Y, BrainDaemonsListInput as Z, BrainDaemonsListOutput as _, AnalyticsQueryRunOutput as a, DeploymentAlertDeleteInput as a$, BrainGdriveConnectionsListOutput as a0, BrainKnowledgeEntityMemoriesInput as a1, BrainKnowledgeEntityMemoriesOutput as a2, BrainKnowledgeGraphInput as a3, BrainKnowledgeGraphOutput as a4, BrainKnowledgeNeighborhoodInput as a5, BrainKnowledgeNeighborhoodOutput as a6, BrainKnowledgeRelationsInput as a7, BrainKnowledgeRelationsOutput as a8, BrainKnowledgeSearchInput as a9, ConsentConfigFloatingIconUpsertOutput as aA, ConsentConfigThemeUpsertInput as aB, ConsentConfigThemeUpsertOutput as aC, ConsentDashboardConfigGetInput as aD, ConsentDashboardConfigGetOutput as aE, ConsentDashboardDecisionsListInput as aF, ConsentDashboardDecisionsListOutput as aG, ConsentDashboardEmbedSnippetGetInput as aH, ConsentDashboardEmbedSnippetGetOutput as aI, ConsentDashboardStatsGetInput as aJ, ConsentDashboardStatsGetOutput as aK, ConsentEmbedGetInput as aL, ConsentEmbedGetOutput as aM, ConsentProvidersCreateInput as aN, ConsentProvidersCreateOutput as aO, ConsentProvidersDeleteInput as aP, ConsentProvidersDeleteOutput as aQ, ConsentProvidersListInput as aR, ConsentProvidersListOutput as aS, ConsentProvidersUpdateInput as aT, ConsentProvidersUpdateOutput as aU, ConsentRecordsExportInput as aV, ConsentRecordsExportOutput as aW, ConsentStatsGetInput as aX, ConsentStatsGetOutput as aY, DeploymentAlertCreateInput as aZ, DeploymentAlertCreateOutput as a_, BrainKnowledgeSearchOutput as aa, BrainMemoryAddInput as ab, BrainMemoryAddOutput as ac, BrainMemoryDeleteInput as ad, BrainMemoryDeleteOutput as ae, BrainMemoryGetInput as af, BrainMemoryGetOutput as ag, BrainMemoryListInput as ah, BrainMemoryListOutput as ai, BrainMemorySearchInput as aj, BrainMemorySearchOutput as ak, BrainMemoryStatsInput as al, BrainMemoryStatsOutput as am, BrainMemoryUpdateInput as an, BrainMemoryUpdateOutput as ao, BrainProductSharedMemoryResetInput as ap, BrainProductSharedMemoryResetOutput as aq, BrainRestoreStatusInput as ar, BrainRestoreStatusOutput as as, BrainUsageReportInput as at, BrainUsageReportOutput as au, ConsentConfigCookieDomainUpsertInput as av, ConsentConfigCookieDomainUpsertOutput as aw, ConsentConfigCustomizationUpsertInput as ax, ConsentConfigCustomizationUpsertOutput as ay, ConsentConfigFloatingIconUpsertInput as az, BrainBackupCreateOutput as b, DeploymentDomainGetInput as b$, DeploymentAlertDeleteOutput as b0, DeploymentAlertEventsListInput as b1, DeploymentAlertEventsListOutput as b2, DeploymentAlertListInput as b3, DeploymentAlertListOutput as b4, DeploymentAlertUpdateInput as b5, DeploymentAlertUpdateOutput as b6, DeploymentAnalyticsQueryInput as b7, DeploymentAnalyticsQueryOutput as b8, DeploymentAuditListInput as b9, DeploymentCloudSqlInstanceBackupListOutput as bA, DeploymentCloudSqlInstanceBackupInput as bB, DeploymentCloudSqlInstanceBackupOutput as bC, DeploymentCloudSqlInstanceCreateInput as bD, DeploymentCloudSqlInstanceCreateOutput as bE, DeploymentCloudSqlInstanceDeleteInput as bF, DeploymentCloudSqlInstanceDeleteOutput as bG, DeploymentCloudSqlInstanceGetInput as bH, DeploymentCloudSqlInstanceGetOutput as bI, DeploymentCloudSqlInstanceListInput as bJ, DeploymentCloudSqlInstanceListOutput as bK, DeploymentCloudSqlInstanceResizeInput as bL, DeploymentCloudSqlInstanceResizeOutput as bM, DeploymentCloudSqlInstanceRestoreInput as bN, DeploymentCloudSqlInstanceRestoreOutput as bO, DeploymentCloudSqlLogsInput as bP, DeploymentCloudSqlLogsOutput as bQ, DeploymentDeploymentCancelInput as bR, DeploymentDeploymentCancelOutput as bS, DeploymentDeploymentGetInput as bT, DeploymentDeploymentGetOutput as bU, DeploymentDeploymentListInput as bV, DeploymentDeploymentListOutput as bW, DeploymentDomainAddInput as bX, DeploymentDomainAddOutput as bY, DeploymentDomainAllowedListInput as bZ, DeploymentDomainAllowedListOutput as b_, DeploymentAuditListOutput as ba, DeploymentBuildGetInput as bb, DeploymentBuildGetOutput as bc, DeploymentBuildListInput as bd, DeploymentBuildListOutput as be, DeploymentBuildLogsInput as bf, DeploymentBuildLogsOutput as bg, DeploymentCanvasGetInput as bh, DeploymentCanvasGetOutput as bi, DeploymentCanvasMoveNodeInput as bj, DeploymentCanvasMoveNodeOutput as bk, DeploymentCloudSqlBackfillLogFlagsInput as bl, DeploymentCloudSqlBackfillLogFlagsOutput as bm, DeploymentCloudSqlDatabaseAttachInput as bn, DeploymentCloudSqlDatabaseAttachOutput as bo, DeploymentCloudSqlDatabaseCreateInput as bp, DeploymentCloudSqlDatabaseCreateOutput as bq, DeploymentCloudSqlDatabaseDeleteInput as br, DeploymentCloudSqlDatabaseDeleteOutput as bs, DeploymentCloudSqlDatabaseDetachInput as bt, DeploymentCloudSqlDatabaseDetachOutput as bu, DeploymentCloudSqlDatabaseGetInput as bv, DeploymentCloudSqlDatabaseGetOutput as bw, DeploymentCloudSqlDatabaseListInput as bx, DeploymentCloudSqlDatabaseListOutput as by, DeploymentCloudSqlInstanceBackupListInput as bz, BrainBackupRestoreInput as c, DeploymentManagedServiceTypesInput as c$, DeploymentDomainGetOutput as c0, DeploymentDomainListByServiceInput as c1, DeploymentDomainListByServiceOutput as c2, DeploymentDomainListInput as c3, DeploymentDomainListOutput as c4, DeploymentDomainRedirectWwwInput as c5, DeploymentDomainRedirectWwwOutput as c6, DeploymentDomainRemoveInput as c7, DeploymentDomainRemoveOutput as c8, DeploymentDomainRoutesAddInput as c9, DeploymentEventsListByServiceOutput as cA, DeploymentManagedServiceBackupListInput as cB, DeploymentManagedServiceBackupListOutput as cC, DeploymentManagedServiceBackupInput as cD, DeploymentManagedServiceBackupOutput as cE, DeploymentManagedServiceConnectInfoInput as cF, DeploymentManagedServiceConnectInfoOutput as cG, DeploymentManagedServiceDeleteInput as cH, DeploymentManagedServiceDeleteOutput as cI, DeploymentManagedServiceGetInput as cJ, DeploymentManagedServiceGetOutput as cK, DeploymentManagedServiceListInput as cL, DeploymentManagedServiceListOutput as cM, DeploymentManagedServiceLogsInput as cN, DeploymentManagedServiceLogsOutput as cO, DeploymentManagedServiceProvisionInput as cP, DeploymentManagedServiceProvisionOutput as cQ, DeploymentManagedServiceReconcileInput as cR, DeploymentManagedServiceReconcileOutput as cS, DeploymentManagedServiceResizeInput as cT, DeploymentManagedServiceResizeOutput as cU, DeploymentManagedServiceRestoreInput as cV, DeploymentManagedServiceRestoreOutput as cW, DeploymentManagedServiceStartInput as cX, DeploymentManagedServiceStartOutput as cY, DeploymentManagedServiceStopInput as cZ, DeploymentManagedServiceStopOutput as c_, DeploymentDomainRoutesAddOutput as ca, DeploymentDomainRoutesListInput as cb, DeploymentDomainRoutesListOutput as cc, DeploymentDomainRoutesRemoveInput as cd, DeploymentDomainRoutesRemoveOutput as ce, DeploymentDomainRoutesUpdateInput as cf, DeploymentDomainRoutesUpdateOutput as cg, DeploymentDomainVerifyInput as ch, DeploymentDomainVerifyOutput as ci, DeploymentEnvironmentCreateInput as cj, DeploymentEnvironmentCreateOutput as ck, DeploymentEnvironmentDeleteInput as cl, DeploymentEnvironmentDeleteOutput as cm, DeploymentEnvironmentForkInput as cn, DeploymentEnvironmentForkOutput as co, DeploymentEnvironmentGetInput as cp, DeploymentEnvironmentGetOutput as cq, DeploymentEnvironmentListInput as cr, DeploymentEnvironmentListOutput as cs, DeploymentEnvironmentReconcileInput as ct, DeploymentEnvironmentReconcileOutput as cu, DeploymentEnvironmentUpdateInput as cv, DeploymentEnvironmentUpdateOutput as cw, DeploymentEventsListByEnvironmentInput as cx, DeploymentEventsListByEnvironmentOutput as cy, DeploymentEventsListByServiceInput as cz, BrainBackupRestoreOutput as d, DeploymentVcsBranchListOutput as d$, DeploymentManagedServiceTypesOutput as d0, DeploymentMetricsGetInput as d1, DeploymentMetricsGetOutput as d2, DeploymentPreviewEnvironmentCreateInput as d3, DeploymentPreviewEnvironmentCreateOutput as d4, DeploymentPreviewEnvironmentDeleteInput as d5, DeploymentPreviewEnvironmentDeleteOutput as d6, DeploymentPreviewEnvironmentListInput as d7, DeploymentPreviewEnvironmentListOutput as d8, DeploymentPreviewPolicyGetInput as d9, DeploymentSshCommandInput as dA, DeploymentSshCommandOutput as dB, DeploymentSshKeyDeleteInput as dC, DeploymentSshKeyDeleteOutput as dD, DeploymentSshKeyListInput as dE, DeploymentSshKeyListOutput as dF, DeploymentSshKeyRegisterInput as dG, DeploymentSshKeyRegisterOutput as dH, DeploymentVariableListEnvInput as dI, DeploymentVariableListEnvOutput as dJ, DeploymentVariableListProductInput as dK, DeploymentVariableListProductOutput as dL, DeploymentVariableListInput as dM, DeploymentVariableListOutput as dN, DeploymentVariableSetEnvInput as dO, DeploymentVariableSetEnvOutput as dP, DeploymentVariableSetInput as dQ, DeploymentVariableSetOutput as dR, DeploymentVariableSetProductInput as dS, DeploymentVariableSetProductOutput as dT, DeploymentVariableUnsetEnvInput as dU, DeploymentVariableUnsetEnvOutput as dV, DeploymentVariableUnsetInput as dW, DeploymentVariableUnsetOutput as dX, DeploymentVariableUnsetProductInput as dY, DeploymentVariableUnsetProductOutput as dZ, DeploymentVcsBranchListInput as d_, DeploymentPreviewPolicyGetOutput as da, DeploymentPreviewPolicySetInput as db, DeploymentPreviewPolicySetOutput as dc, DeploymentServiceCreateInput as dd, DeploymentServiceCreateOutput as de, DeploymentServiceDeleteInput as df, DeploymentServiceDeleteOutput as dg, DeploymentServiceExecInput as dh, DeploymentServiceExecOutput as di, DeploymentServiceGetInput as dj, DeploymentServiceGetOutput as dk, DeploymentServiceListInput as dl, DeploymentServiceListOutput as dm, DeploymentServiceLogsInput as dn, DeploymentServiceLogsOutput as dp, DeploymentServiceRedeployInput as dq, DeploymentServiceRedeployOutput as dr, DeploymentServiceRestartInput as ds, DeploymentServiceRestartOutput as dt, DeploymentServiceRollbackInput as du, DeploymentServiceRollbackOutput as dv, DeploymentServiceScaleInput as dw, DeploymentServiceScaleOutput as dx, DeploymentServiceUpdateInput as dy, DeploymentServiceUpdateOutput as dz, BrainBackupStatusInput as e, MailDomainDeleteOutput as e$, DeploymentVcsConnectionListInput as e0, DeploymentVcsConnectionListOutput as e1, DeploymentVcsRepoListInput as e2, DeploymentVcsRepoListOutput as e3, DeploymentVolumeCreateInput as e4, DeploymentVolumeCreateOutput as e5, DeploymentVolumeDeleteInput as e6, DeploymentVolumeDeleteOutput as e7, DeploymentVolumeDetachInput as e8, DeploymentVolumeDetachOutput as e9, MailBroadcastDeleteInput as eA, MailBroadcastDeleteOutput as eB, MailBroadcastGetInput as eC, MailBroadcastGetOutput as eD, MailBroadcastListInput as eE, MailBroadcastListOutput as eF, MailBroadcastQueueInput as eG, MailBroadcastQueueOutput as eH, MailBroadcastStatsInput as eI, MailBroadcastStatsOutput as eJ, MailBroadcastUpdateInput as eK, MailBroadcastUpdateOutput as eL, MailContactCreateInput as eM, MailContactCreateOutput as eN, MailContactDeleteInput as eO, MailContactDeleteOutput as eP, MailContactGetInput as eQ, MailContactGetOutput as eR, MailContactListInput as eS, MailContactListOutput as eT, MailContactUpdateInput as eU, MailContactUpdateOutput as eV, MailDomainAllowedListInput as eW, MailDomainAllowedListOutput as eX, MailDomainCreateInput as eY, MailDomainCreateOutput as eZ, MailDomainDeleteInput as e_, DeploymentVolumeGetInput as ea, DeploymentVolumeGetOutput as eb, DeploymentVolumeListInput as ec, DeploymentVolumeListOutput as ed, DeploymentVolumeResizeInput as ee, DeploymentVolumeResizeOutput as ef, MailApikeyCreateInput as eg, MailApikeyCreateOutput as eh, MailApikeyDeleteInput as ei, MailApikeyDeleteOutput as ej, MailApikeyListInput as ek, MailApikeyListOutput as el, MailAudienceCreateInput as em, MailAudienceCreateOutput as en, MailAudienceDeleteInput as eo, MailAudienceDeleteOutput as ep, MailAudienceGetInput as eq, MailAudienceGetOutput as er, MailAudienceListInput as es, MailAudienceListOutput as et, MailAudienceUpdateInput as eu, MailAudienceUpdateOutput as ev, MailBroadcastCancelInput as ew, MailBroadcastCancelOutput as ex, MailBroadcastCreateInput as ey, MailBroadcastCreateOutput as ez, BrainBackupStatusOutput as f, OrganizationCloudflareInstallOutput as f$, MailDomainGetInput as f0, MailDomainGetOutput as f1, MailDomainListInput as f2, MailDomainListOutput as f3, MailDomainUpdateInput as f4, MailDomainUpdateOutput as f5, MailDomainVerifyInput as f6, MailDomainVerifyOutput as f7, MailEmailCancelInput as f8, MailEmailCancelOutput as f9, MailTemplatePublishOutput as fA, MailTemplateUpdateInput as fB, MailTemplateUpdateOutput as fC, MailUsageGetInput as fD, MailUsageGetOutput as fE, MailWebhookCreateInput as fF, MailWebhookCreateOutput as fG, MailWebhookDeleteInput as fH, MailWebhookDeleteOutput as fI, MailWebhookDeliveriesListInput as fJ, MailWebhookDeliveriesListOutput as fK, MailWebhookGetInput as fL, MailWebhookGetOutput as fM, MailWebhookListInput as fN, MailWebhookListOutput as fO, MailWebhookUpdateInput as fP, MailWebhookUpdateOutput as fQ, MailEmailGetOutput as fR, OrganizationAuthMeInput as fS, OrganizationAuthMeOutput as fT, OrganizationBindingsListInput as fU, OrganizationBindingsListOutput as fV, OrganizationClickupInstallInput as fW, OrganizationClickupInstallOutput as fX, OrganizationClickupListInstallationsInput as fY, OrganizationClickupListInstallationsOutput as fZ, OrganizationCloudflareInstallInput as f_, MailEmailGetInput as fa, MailEmailSendBatchInput as fb, MailEmailSendBatchOutput as fc, MailEmailSendInput as fd, MailEmailSendOutput as fe, MailEmailUpdateInput as ff, MailEmailUpdateOutput as fg, MailReputationGetInput as fh, MailReputationGetOutput as fi, MailStatsGetInput as fj, MailStatsGetOutput as fk, MailSuppressionAddInput as fl, MailSuppressionAddOutput as fm, MailSuppressionListInput as fn, MailSuppressionListOutput as fo, MailSuppressionRemoveInput as fp, MailSuppressionRemoveOutput as fq, MailTemplateCreateInput as fr, MailTemplateCreateOutput as fs, MailTemplateDeleteInput as ft, MailTemplateDeleteOutput as fu, MailTemplateGetInput as fv, MailTemplateGetOutput as fw, MailTemplateListInput as fx, MailTemplateListOutput as fy, MailTemplatePublishInput as fz, BrainBackupsListInput as g, OrganizationMemberListOutput as g$, OrganizationConnectorsApproveRequestInput as g0, OrganizationConnectorsApproveRequestOutput as g1, OrganizationConnectorsAttachInput as g2, OrganizationConnectorsAttachOutput as g3, OrganizationConnectorsDeleteInput as g4, OrganizationConnectorsDeleteOutput as g5, OrganizationConnectorsDenyRequestInput as g6, OrganizationConnectorsDenyRequestOutput as g7, OrganizationConnectorsDetachInput as g8, OrganizationConnectorsDetachOutput as g9, OrganizationExtensionsListInstalledInput as gA, OrganizationExtensionsListInstalledOutput as gB, OrganizationExtensionsListInput as gC, OrganizationExtensionsListOutput as gD, OrganizationExtensionsUninstallInput as gE, OrganizationExtensionsUninstallOutput as gF, OrganizationFeedbackSubmitInput as gG, OrganizationFeedbackSubmitOutput as gH, OrganizationGdriveInstallInput as gI, OrganizationGdriveInstallOutput as gJ, OrganizationGithubInstallInput as gK, OrganizationGithubInstallOutput as gL, OrganizationGithubListInstallationsInput as gM, OrganizationGithubListInstallationsOutput as gN, OrganizationGoogleadsInstallInput as gO, OrganizationGoogleadsInstallOutput as gP, OrganizationListInput as gQ, OrganizationListOutput as gR, OrganizationMemberAcceptInviteInput as gS, OrganizationMemberAcceptInviteOutput as gT, OrganizationMemberInviteInput as gU, OrganizationMemberInviteOutput as gV, OrganizationMemberListInvitationsInput as gW, OrganizationMemberListInvitationsOutput as gX, OrganizationMemberListProductAccessInput as gY, OrganizationMemberListProductAccessOutput as gZ, OrganizationMemberListInput as g_, OrganizationConnectorsListAttachmentsInput as ga, OrganizationConnectorsListAttachmentsOutput as gb, OrganizationConnectorsListAvailableInput as gc, OrganizationConnectorsListAvailableOutput as gd, OrganizationConnectorsListOrgInput as ge, OrganizationConnectorsListOrgOutput as gf, OrganizationConnectorsListInput as gg, OrganizationConnectorsListOutput as gh, OrganizationConnectorsListRequestsInput as gi, OrganizationConnectorsListRequestsOutput as gj, OrganizationConnectorsRemoveInput as gk, OrganizationConnectorsRemoveOutput as gl, OrganizationConnectorsRequestInput as gm, OrganizationConnectorsRequestOutput as gn, OrganizationCreateInput as go, OrganizationCreateOutput as gp, OrganizationDomainsAddInput as gq, OrganizationDomainsAddOutput as gr, OrganizationDomainsGetInput as gs, OrganizationDomainsGetOutput as gt, OrganizationDomainsListInput as gu, OrganizationDomainsListOutput as gv, OrganizationDomainsRemoveInput as gw, OrganizationDomainsRemoveOutput as gx, OrganizationExtensionsInstallInput as gy, OrganizationExtensionsInstallOutput as gz, BrainBackupsListOutput as h, RealtimeNamespaceDeleteOutput as h$, OrganizationMemberRemoveInput as h0, OrganizationMemberRemoveOutput as h1, OrganizationMemberRevokeInvitationInput as h2, OrganizationMemberRevokeInvitationOutput as h3, OrganizationMemberSetRoleInput as h4, OrganizationMemberSetRoleOutput as h5, OrganizationMemberShareProductInput as h6, OrganizationMemberShareProductOutput as h7, OrganizationMemberUnshareProductInput as h8, OrganizationMemberUnshareProductOutput as h9, OrganizationRolesGetInput as hA, OrganizationRolesGetOutput as hB, OrganizationRolesListInput as hC, OrganizationRolesListOutput as hD, OrganizationRolesUpdateInput as hE, OrganizationRolesUpdateOutput as hF, OrganizationSelectInput as hG, OrganizationSelectOutput as hH, RealtimeArchiveExportInput as hI, RealtimeArchiveExportOutput as hJ, RealtimeArchiveExportStatusInput as hK, RealtimeArchiveExportStatusOutput as hL, RealtimeArchiveGetInput as hM, RealtimeArchiveGetOutput as hN, RealtimeGrantCreateInput as hO, RealtimeGrantCreateOutput as hP, RealtimeGrantListInput as hQ, RealtimeGrantListOutput as hR, RealtimeGrantRevokeInput as hS, RealtimeGrantRevokeOutput as hT, RealtimeHistoryGetInput as hU, RealtimeHistoryGetOutput as hV, RealtimeMessagesPublishInput as hW, RealtimeMessagesPublishOutput as hX, RealtimeNamespaceCreateInput as hY, RealtimeNamespaceCreateOutput as hZ, RealtimeNamespaceDeleteInput as h_, OrganizationMembersAssignRoleInput as ha, OrganizationMembersAssignRoleOutput as hb, OrganizationPermissionCatalogInput as hc, OrganizationPermissionCatalogOutput as hd, OrganizationProductAcceptInvitationInput as he, OrganizationProductAcceptInvitationOutput as hf, OrganizationProductCreateInput as hg, OrganizationProductCreateOutput as hh, OrganizationProductInviteInput as hi, OrganizationProductInviteOutput as hj, OrganizationProductListInvitationsInput as hk, OrganizationProductListInvitationsOutput as hl, OrganizationProductListMembersInput as hm, OrganizationProductListMembersOutput as hn, OrganizationProductListInput as ho, OrganizationProductListOutput as hp, OrganizationProductListRolesInput as hq, OrganizationProductListRolesOutput as hr, OrganizationProductRevokeInvitationInput as hs, OrganizationProductRevokeInvitationOutput as ht, OrganizationProductSelectInput as hu, OrganizationProductSelectOutput as hv, OrganizationRolesCreateInput as hw, OrganizationRolesCreateOutput as hx, OrganizationRolesDeleteInput as hy, OrganizationRolesDeleteOutput as hz, BrainClickupChannelsListInput as i, TrackingGoogleadsConversionActionsOutput as i$, RealtimeNamespaceGetInput as i0, RealtimeNamespaceGetOutput as i1, RealtimeNamespaceListInput as i2, RealtimeNamespaceListOutput as i3, RealtimeNamespaceUpdateInput as i4, RealtimeNamespaceUpdateOutput as i5, RealtimePresenceEnterInput as i6, RealtimePresenceEnterOutput as i7, RealtimePresenceGetInput as i8, RealtimePresenceGetOutput as i9, TrackingApiKeysCreateInput as iA, TrackingApiKeysCreateOutput as iB, TrackingApiKeysListInput as iC, TrackingApiKeysListOutput as iD, TrackingApiKeysRevokeInput as iE, TrackingApiKeysRevokeOutput as iF, TrackingApiKeysRotateInput as iG, TrackingApiKeysRotateOutput as iH, TrackingDomainsCreateInput as iI, TrackingDomainsCreateOutput as iJ, TrackingDomainsDeleteInput as iK, TrackingDomainsDeleteOutput as iL, TrackingDomainsGetInput as iM, TrackingDomainsGetOutput as iN, TrackingDomainsListInput as iO, TrackingDomainsListOutput as iP, TrackingDomainsVerifyInput as iQ, TrackingDomainsVerifyOutput as iR, TrackingEventNamesArchiveInput as iS, TrackingEventNamesArchiveOutput as iT, TrackingEventNamesListInput as iU, TrackingEventNamesListOutput as iV, TrackingEventNamesUnarchiveInput as iW, TrackingEventNamesUnarchiveOutput as iX, TrackingGoogleadsConnectionStatusInput as iY, TrackingGoogleadsConnectionStatusOutput as iZ, TrackingGoogleadsConversionActionsInput as i_, RealtimePresenceLeaveInput as ia, RealtimePresenceLeaveOutput as ib, RealtimePresenceStatsInput as ic, RealtimePresenceStatsOutput as id, RealtimePresenceUpdateInput as ie, RealtimePresenceUpdateOutput as ig, RealtimeStatusGetInput as ih, RealtimeStatusGetOutput as ii, RealtimeTokensCreateInput as ij, RealtimeTokensCreateOutput as ik, RealtimeWebhookCreateInput as il, RealtimeWebhookCreateOutput as im, RealtimeWebhookDeleteInput as io, RealtimeWebhookDeleteOutput as ip, RealtimeWebhookDeliveriesListInput as iq, RealtimeWebhookDeliveriesListOutput as ir, RealtimeWebhookGetInput as is, RealtimeWebhookGetOutput as it, RealtimeWebhookListInput as iu, RealtimeWebhookListOutput as iv, RealtimeWebhookSecretRotateInput as iw, RealtimeWebhookSecretRotateOutput as ix, RealtimeWebhookUpdateInput as iy, RealtimeWebhookUpdateOutput as iz, BrainClickupChannelsListOutput as j, WaitlistSignupsListOutput as j$, TrackingGoogleadsFeedbackConfigGetInput as j0, TrackingGoogleadsFeedbackConfigGetOutput as j1, TrackingGoogleadsFeedbackConfigSetInput as j2, TrackingGoogleadsFeedbackConfigSetOutput as j3, TrackingGoogleadsFeedbackRunInput as j4, TrackingGoogleadsFeedbackRunOutput as j5, TrackingGoogleadsFeedbackStatusInput as j6, TrackingGoogleadsFeedbackStatusOutput as j7, TrackingGoogleadsFeedbackUploadsInput as j8, TrackingGoogleadsFeedbackUploadsOutput as j9, TrackingProfilesExportInput as jA, TrackingProfilesExportOutput as jB, TrackingProfilesGetInput as jC, TrackingProfilesGetOutput as jD, TrackingProfilesListInput as jE, TrackingProfilesListOutput as jF, TrackingReportsAttributedJourneyInput as jG, TrackingReportsAttributedJourneyOutput as jH, TrackingReportsRevenueBySourceInput as jI, TrackingReportsRevenueBySourceOutput as jJ, TrackingReportsSourcePeopleInput as jK, TrackingReportsSourcePeopleOutput as jL, TrackingSnippetsGetInput as jM, TrackingSnippetsGetOutput as jN, WaitlistConfigGetInput as jO, WaitlistConfigGetOutput as jP, WaitlistConfigUpsertInput as jQ, WaitlistConfigUpsertOutput as jR, WaitlistEmbedGetInput as jS, WaitlistEmbedGetOutput as jT, WaitlistInvitesSendInput as jU, WaitlistInvitesSendOutput as jV, WaitlistSignupsEraseInput as jW, WaitlistSignupsEraseOutput as jX, WaitlistSignupsFunnelInput as jY, WaitlistSignupsFunnelOutput as jZ, WaitlistSignupsListInput as j_, TrackingGoogleadsRoasReportInput as ja, TrackingGoogleadsRoasReportOutput as jb, TrackingGoogleadsSyncNowInput as jc, TrackingGoogleadsSyncNowOutput as jd, TrackingGoogleadsTrackingHealthInput as je, TrackingGoogleadsTrackingHealthOutput as jf, TrackingGoogleadsUsVsPlatformInput as jg, TrackingGoogleadsUsVsPlatformOutput as jh, TrackingIdentityHealthInput as ji, TrackingIdentityHealthOutput as jj, TrackingInstallDomainsCreateInput as jk, TrackingInstallDomainsCreateOutput as jl, TrackingInstallDomainsDeleteInput as jm, TrackingInstallDomainsDeleteOutput as jn, TrackingInstallDomainsListInput as jo, TrackingInstallDomainsListOutput as jp, TrackingLinkDomainsCreateInput as jq, TrackingLinkDomainsCreateOutput as jr, TrackingLinkDomainsDeleteInput as js, TrackingLinkDomainsDeleteOutput as jt, TrackingLinkDomainsListInput as ju, TrackingLinkDomainsListOutput as jv, TrackingLiveEventsListInput as jw, TrackingLiveEventsListOutput as jx, TrackingProfilesDeleteInput as jy, TrackingProfilesDeleteOutput as jz, BrainClickupConnectionsListInput as k, BrainClickupConnectionsListOutput as l, BrainClickupListsListInput as m, BrainClickupListsListOutput as n, BrainClickupSpacesListInput as o, BrainClickupSpacesListOutput as p, BrainCognitionDigestInput as q, BrainCognitionDigestOutput as r, BrainCognitionStatusInput as s, BrainCognitionStatusOutput as t, BrainCognitionSweepInput as u, BrainCognitionSweepOutput as v, BrainConnectorBranchesListInput as w, BrainConnectorBranchesListOutput as x, BrainConnectorConnectionsListInput as y, BrainConnectorConnectionsListOutput as z };
|