@renai-labs/sdk 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/generated/@tanstack/react-query.gen.d.ts +63 -1
- package/dist/generated/@tanstack/react-query.gen.js +65 -0
- package/dist/generated/internal/types.gen.d.ts +185 -67
- package/dist/generated/sdk.gen.d.ts +17 -1
- package/dist/generated/sdk.gen.js +28 -0
- package/dist/generated/types.gen.d.ts +120 -23
- package/dist/generated/zod.gen.d.ts +114 -64
- package/dist/generated/zod.gen.js +47 -23
- package/package.json +2 -2
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
export declare const zProjectGitRepo: z.ZodObject<{
|
|
3
|
-
url: z.ZodString;
|
|
4
|
-
baseBranch: z.ZodOptional<z.ZodString>;
|
|
5
|
-
mountPath: z.ZodOptional<z.ZodString>;
|
|
6
|
-
}, z.core.$strip>;
|
|
7
2
|
export declare const zPermissionConfig: z.ZodUnion<readonly [z.ZodObject<{
|
|
8
3
|
__originalKeys: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9
4
|
read: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -334,7 +329,7 @@ export declare const zBlueprintProjectEntry: z.ZodObject<{
|
|
|
334
329
|
schedule: z.ZodString;
|
|
335
330
|
timezone: z.ZodNullable<z.ZodString>;
|
|
336
331
|
cronTriggerId: z.ZodString;
|
|
337
|
-
agentId: z.ZodString
|
|
332
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
338
333
|
}, z.core.$strip>>;
|
|
339
334
|
}, z.core.$strip>;
|
|
340
335
|
export declare const zBlueprintTemplate: z.ZodObject<{
|
|
@@ -483,7 +478,7 @@ export declare const zBlueprintTemplate: z.ZodObject<{
|
|
|
483
478
|
schedule: z.ZodString;
|
|
484
479
|
timezone: z.ZodNullable<z.ZodString>;
|
|
485
480
|
cronTriggerId: z.ZodString;
|
|
486
|
-
agentId: z.ZodString
|
|
481
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
487
482
|
}, z.core.$strip>>;
|
|
488
483
|
}, z.core.$strip>>;
|
|
489
484
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -662,7 +657,7 @@ export declare const zBlueprintPublicView: z.ZodObject<{
|
|
|
662
657
|
schedule: z.ZodString;
|
|
663
658
|
timezone: z.ZodNullable<z.ZodString>;
|
|
664
659
|
cronTriggerId: z.ZodString;
|
|
665
|
-
agentId: z.ZodString
|
|
660
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
666
661
|
}, z.core.$strip>>;
|
|
667
662
|
}, z.core.$strip>>;
|
|
668
663
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -843,7 +838,6 @@ export declare const zTelegramChatMapping: z.ZodObject<{
|
|
|
843
838
|
chatTitle: z.ZodNullable<z.ZodString>;
|
|
844
839
|
chatType: z.ZodNullable<z.ZodString>;
|
|
845
840
|
projectId: z.ZodString;
|
|
846
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
847
841
|
claimedByUserId: z.ZodNullable<z.ZodString>;
|
|
848
842
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
849
843
|
allowedSenders: z.ZodArray<z.ZodString>;
|
|
@@ -858,7 +852,6 @@ export declare const zTelegramChat: z.ZodObject<{
|
|
|
858
852
|
chatTitle: z.ZodNullable<z.ZodString>;
|
|
859
853
|
chatType: z.ZodNullable<z.ZodString>;
|
|
860
854
|
projectId: z.ZodString;
|
|
861
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
862
855
|
claimedByUserId: z.ZodNullable<z.ZodString>;
|
|
863
856
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
864
857
|
allowedSenders: z.ZodArray<z.ZodString>;
|
|
@@ -885,7 +878,6 @@ export declare const zProjectEmailResponse: z.ZodObject<{
|
|
|
885
878
|
orgId: z.ZodString;
|
|
886
879
|
podId: z.ZodString;
|
|
887
880
|
projectId: z.ZodString;
|
|
888
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
889
881
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
890
882
|
localPart: z.ZodString;
|
|
891
883
|
createdAt: z.ZodISODateTime;
|
|
@@ -898,7 +890,6 @@ export declare const zSlackChannel: z.ZodObject<{
|
|
|
898
890
|
id: z.ZodString;
|
|
899
891
|
name: z.ZodString;
|
|
900
892
|
projectId: z.ZodNullable<z.ZodString>;
|
|
901
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
902
893
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
903
894
|
projectName: z.ZodNullable<z.ZodString>;
|
|
904
895
|
}, z.core.$strip>;
|
|
@@ -935,7 +926,7 @@ export declare const zSlackOAuthStartResult: z.ZodObject<{
|
|
|
935
926
|
export declare const zWebhookTrigger: z.ZodObject<{
|
|
936
927
|
id: z.ZodString;
|
|
937
928
|
projectId: z.ZodString;
|
|
938
|
-
projectAgentId: z.ZodString
|
|
929
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
939
930
|
senderUserId: z.ZodString;
|
|
940
931
|
provider: z.ZodEnum<{
|
|
941
932
|
generic: "generic";
|
|
@@ -954,7 +945,7 @@ export declare const zWebhookTriggerCreateResult: z.ZodObject<{
|
|
|
954
945
|
trigger: z.ZodObject<{
|
|
955
946
|
id: z.ZodString;
|
|
956
947
|
projectId: z.ZodString;
|
|
957
|
-
projectAgentId: z.ZodString
|
|
948
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
958
949
|
senderUserId: z.ZodString;
|
|
959
950
|
provider: z.ZodEnum<{
|
|
960
951
|
generic: "generic";
|
|
@@ -974,7 +965,7 @@ export declare const zWebhookTriggerCreateResult: z.ZodObject<{
|
|
|
974
965
|
export declare const zCronTrigger: z.ZodObject<{
|
|
975
966
|
id: z.ZodString;
|
|
976
967
|
projectId: z.ZodString;
|
|
977
|
-
projectAgentId: z.ZodString
|
|
968
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
978
969
|
senderUserId: z.ZodString;
|
|
979
970
|
inputMessage: z.ZodString;
|
|
980
971
|
schedule: z.ZodString;
|
|
@@ -1388,6 +1379,10 @@ export declare const zAuthRequirements: z.ZodObject<{
|
|
|
1388
1379
|
}, z.core.$strip>>;
|
|
1389
1380
|
}, z.core.$strip>>;
|
|
1390
1381
|
}, z.core.$strip>;
|
|
1382
|
+
export declare const zSessionTracesResponse: z.ZodObject<{
|
|
1383
|
+
configured: z.ZodBoolean;
|
|
1384
|
+
traces: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1385
|
+
}, z.core.$strip>;
|
|
1391
1386
|
export declare const zSessionMessagesPage: z.ZodObject<{
|
|
1392
1387
|
items: z.ZodArray<z.ZodObject<{
|
|
1393
1388
|
info: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -1525,6 +1520,13 @@ export declare const zProjectAgent: z.ZodObject<{
|
|
|
1525
1520
|
createdAt: z.ZodISODateTime;
|
|
1526
1521
|
updatedAt: z.ZodISODateTime;
|
|
1527
1522
|
}, z.core.$strip>;
|
|
1523
|
+
export declare const zProjectGitRepo: z.ZodObject<{
|
|
1524
|
+
name: z.ZodString;
|
|
1525
|
+
url: z.ZodString;
|
|
1526
|
+
baseBranch: z.ZodOptional<z.ZodString>;
|
|
1527
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1528
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1529
|
+
}, z.core.$strip>;
|
|
1528
1530
|
export declare const zProject: z.ZodObject<{
|
|
1529
1531
|
id: z.ZodString;
|
|
1530
1532
|
orgId: z.ZodString;
|
|
@@ -1660,10 +1662,12 @@ export declare const zProject: z.ZodObject<{
|
|
|
1660
1662
|
deny: "deny";
|
|
1661
1663
|
ask: "ask";
|
|
1662
1664
|
}>]>;
|
|
1663
|
-
|
|
1665
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
1666
|
+
name: z.ZodString;
|
|
1664
1667
|
url: z.ZodString;
|
|
1665
1668
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
1666
|
-
|
|
1669
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1670
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
1667
1671
|
}, z.core.$strip>>;
|
|
1668
1672
|
createdAt: z.ZodISODateTime;
|
|
1669
1673
|
updatedAt: z.ZodISODateTime;
|
|
@@ -1712,6 +1716,12 @@ export declare const zPodSandboxStatusResponse: z.ZodUnion<readonly [z.ZodObject
|
|
|
1712
1716
|
status: z.ZodLiteral<"failed">;
|
|
1713
1717
|
reason: z.ZodString;
|
|
1714
1718
|
}, z.core.$strip>]>;
|
|
1719
|
+
export declare const zPodSandboxTeardownResponse: z.ZodObject<{
|
|
1720
|
+
status: z.ZodEnum<{
|
|
1721
|
+
absent: "absent";
|
|
1722
|
+
destroyed: "destroyed";
|
|
1723
|
+
}>;
|
|
1724
|
+
}, z.core.$strip>;
|
|
1715
1725
|
export declare const zPodSandboxProvisionResponse: z.ZodObject<{
|
|
1716
1726
|
workflowId: z.ZodString;
|
|
1717
1727
|
status: z.ZodLiteral<"provisioning">;
|
|
@@ -2393,7 +2403,7 @@ export declare const zBlueprint: z.ZodObject<{
|
|
|
2393
2403
|
schedule: z.ZodString;
|
|
2394
2404
|
timezone: z.ZodNullable<z.ZodString>;
|
|
2395
2405
|
cronTriggerId: z.ZodString;
|
|
2396
|
-
agentId: z.ZodString
|
|
2406
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
2397
2407
|
}, z.core.$strip>>;
|
|
2398
2408
|
}, z.core.$strip>>;
|
|
2399
2409
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -4415,7 +4425,7 @@ export declare const zBlueprintListResponse: z.ZodArray<z.ZodObject<{
|
|
|
4415
4425
|
schedule: z.ZodString;
|
|
4416
4426
|
timezone: z.ZodNullable<z.ZodString>;
|
|
4417
4427
|
cronTriggerId: z.ZodString;
|
|
4418
|
-
agentId: z.ZodString
|
|
4428
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
4419
4429
|
}, z.core.$strip>>;
|
|
4420
4430
|
}, z.core.$strip>>;
|
|
4421
4431
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -4631,7 +4641,7 @@ export declare const zBlueprintCreateResponse: z.ZodObject<{
|
|
|
4631
4641
|
schedule: z.ZodString;
|
|
4632
4642
|
timezone: z.ZodNullable<z.ZodString>;
|
|
4633
4643
|
cronTriggerId: z.ZodString;
|
|
4634
|
-
agentId: z.ZodString
|
|
4644
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
4635
4645
|
}, z.core.$strip>>;
|
|
4636
4646
|
}, z.core.$strip>>;
|
|
4637
4647
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -4856,7 +4866,7 @@ export declare const zBlueprintGetResponse: z.ZodObject<{
|
|
|
4856
4866
|
schedule: z.ZodString;
|
|
4857
4867
|
timezone: z.ZodNullable<z.ZodString>;
|
|
4858
4868
|
cronTriggerId: z.ZodString;
|
|
4859
|
-
agentId: z.ZodString
|
|
4869
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
4860
4870
|
}, z.core.$strip>>;
|
|
4861
4871
|
}, z.core.$strip>>;
|
|
4862
4872
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5075,7 +5085,7 @@ export declare const zBlueprintUpdateResponse: z.ZodObject<{
|
|
|
5075
5085
|
schedule: z.ZodString;
|
|
5076
5086
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5077
5087
|
cronTriggerId: z.ZodString;
|
|
5078
|
-
agentId: z.ZodString
|
|
5088
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5079
5089
|
}, z.core.$strip>>;
|
|
5080
5090
|
}, z.core.$strip>>;
|
|
5081
5091
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5273,7 +5283,7 @@ export declare const zBlueprintPublishResponse: z.ZodObject<{
|
|
|
5273
5283
|
schedule: z.ZodString;
|
|
5274
5284
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5275
5285
|
cronTriggerId: z.ZodString;
|
|
5276
|
-
agentId: z.ZodString
|
|
5286
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5277
5287
|
}, z.core.$strip>>;
|
|
5278
5288
|
}, z.core.$strip>>;
|
|
5279
5289
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5474,7 +5484,7 @@ export declare const zBlueprintDeprecateResponse: z.ZodObject<{
|
|
|
5474
5484
|
schedule: z.ZodString;
|
|
5475
5485
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5476
5486
|
cronTriggerId: z.ZodString;
|
|
5477
|
-
agentId: z.ZodString
|
|
5487
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5478
5488
|
}, z.core.$strip>>;
|
|
5479
5489
|
}, z.core.$strip>>;
|
|
5480
5490
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5672,7 +5682,7 @@ export declare const zBlueprintUndeprecateResponse: z.ZodObject<{
|
|
|
5672
5682
|
schedule: z.ZodString;
|
|
5673
5683
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5674
5684
|
cronTriggerId: z.ZodString;
|
|
5675
|
-
agentId: z.ZodString
|
|
5685
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5676
5686
|
}, z.core.$strip>>;
|
|
5677
5687
|
}, z.core.$strip>>;
|
|
5678
5688
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5870,7 +5880,7 @@ export declare const zBlueprintArchiveResponse: z.ZodObject<{
|
|
|
5870
5880
|
schedule: z.ZodString;
|
|
5871
5881
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5872
5882
|
cronTriggerId: z.ZodString;
|
|
5873
|
-
agentId: z.ZodString
|
|
5883
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5874
5884
|
}, z.core.$strip>>;
|
|
5875
5885
|
}, z.core.$strip>>;
|
|
5876
5886
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -8367,6 +8377,23 @@ export declare const zPodSandboxProvisionResponse2: z.ZodObject<{
|
|
|
8367
8377
|
workflowId: z.ZodString;
|
|
8368
8378
|
status: z.ZodLiteral<"provisioning">;
|
|
8369
8379
|
}, z.core.$strip>;
|
|
8380
|
+
export declare const zPodSandboxTeardownPath: z.ZodObject<{
|
|
8381
|
+
podId: z.ZodString;
|
|
8382
|
+
}, z.core.$strip>;
|
|
8383
|
+
export declare const zPodSandboxTeardownQuery: z.ZodObject<{
|
|
8384
|
+
scope: z.ZodOptional<z.ZodEnum<{
|
|
8385
|
+
user: "user";
|
|
8386
|
+
}>>;
|
|
8387
|
+
}, z.core.$strip>;
|
|
8388
|
+
/**
|
|
8389
|
+
* Teardown result
|
|
8390
|
+
*/
|
|
8391
|
+
export declare const zPodSandboxTeardownResponse2: z.ZodObject<{
|
|
8392
|
+
status: z.ZodEnum<{
|
|
8393
|
+
absent: "absent";
|
|
8394
|
+
destroyed: "destroyed";
|
|
8395
|
+
}>;
|
|
8396
|
+
}, z.core.$strip>;
|
|
8370
8397
|
export declare const zPodSandboxStatusPath: z.ZodObject<{
|
|
8371
8398
|
podId: z.ZodString;
|
|
8372
8399
|
}, z.core.$strip>;
|
|
@@ -8556,10 +8583,12 @@ export declare const zProjectListResponse: z.ZodArray<z.ZodObject<{
|
|
|
8556
8583
|
deny: "deny";
|
|
8557
8584
|
ask: "ask";
|
|
8558
8585
|
}>]>;
|
|
8559
|
-
|
|
8586
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
8587
|
+
name: z.ZodString;
|
|
8560
8588
|
url: z.ZodString;
|
|
8561
8589
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
8562
|
-
|
|
8590
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8591
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8563
8592
|
}, z.core.$strip>>;
|
|
8564
8593
|
createdAt: z.ZodISODateTime;
|
|
8565
8594
|
updatedAt: z.ZodISODateTime;
|
|
@@ -8696,10 +8725,12 @@ export declare const zProjectCreateBody: z.ZodObject<{
|
|
|
8696
8725
|
deny: "deny";
|
|
8697
8726
|
ask: "ask";
|
|
8698
8727
|
}>]>>;
|
|
8699
|
-
|
|
8728
|
+
gitRepos: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8729
|
+
name: z.ZodString;
|
|
8700
8730
|
url: z.ZodString;
|
|
8701
8731
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
8702
|
-
|
|
8732
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8733
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8703
8734
|
}, z.core.$strip>>>>;
|
|
8704
8735
|
}, z.core.$strip>;
|
|
8705
8736
|
export declare const zProjectCreateQuery: z.ZodObject<{
|
|
@@ -8845,10 +8876,12 @@ export declare const zProjectCreateResponse: z.ZodObject<{
|
|
|
8845
8876
|
deny: "deny";
|
|
8846
8877
|
ask: "ask";
|
|
8847
8878
|
}>]>;
|
|
8848
|
-
|
|
8879
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
8880
|
+
name: z.ZodString;
|
|
8849
8881
|
url: z.ZodString;
|
|
8850
8882
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
8851
|
-
|
|
8883
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8884
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8852
8885
|
}, z.core.$strip>>;
|
|
8853
8886
|
createdAt: z.ZodISODateTime;
|
|
8854
8887
|
updatedAt: z.ZodISODateTime;
|
|
@@ -9000,10 +9033,12 @@ export declare const zProjectGetResponse: z.ZodObject<{
|
|
|
9000
9033
|
deny: "deny";
|
|
9001
9034
|
ask: "ask";
|
|
9002
9035
|
}>]>;
|
|
9003
|
-
|
|
9036
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
9037
|
+
name: z.ZodString;
|
|
9004
9038
|
url: z.ZodString;
|
|
9005
9039
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
9006
|
-
|
|
9040
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9041
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9007
9042
|
}, z.core.$strip>>;
|
|
9008
9043
|
createdAt: z.ZodISODateTime;
|
|
9009
9044
|
updatedAt: z.ZodISODateTime;
|
|
@@ -9139,10 +9174,12 @@ export declare const zProjectUpdateBody: z.ZodObject<{
|
|
|
9139
9174
|
deny: "deny";
|
|
9140
9175
|
ask: "ask";
|
|
9141
9176
|
}>]>>;
|
|
9142
|
-
|
|
9177
|
+
gitRepos: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9178
|
+
name: z.ZodString;
|
|
9143
9179
|
url: z.ZodString;
|
|
9144
9180
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
9145
|
-
|
|
9181
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9182
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9146
9183
|
}, z.core.$strip>>>;
|
|
9147
9184
|
}, z.core.$strip>;
|
|
9148
9185
|
export declare const zProjectUpdatePath: z.ZodObject<{
|
|
@@ -9291,10 +9328,12 @@ export declare const zProjectUpdateResponse: z.ZodObject<{
|
|
|
9291
9328
|
deny: "deny";
|
|
9292
9329
|
ask: "ask";
|
|
9293
9330
|
}>]>;
|
|
9294
|
-
|
|
9331
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
9332
|
+
name: z.ZodString;
|
|
9295
9333
|
url: z.ZodString;
|
|
9296
9334
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
9297
|
-
|
|
9335
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9336
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9298
9337
|
}, z.core.$strip>>;
|
|
9299
9338
|
createdAt: z.ZodISODateTime;
|
|
9300
9339
|
updatedAt: z.ZodISODateTime;
|
|
@@ -9677,10 +9716,12 @@ export declare const zProjectArchiveResponse: z.ZodObject<{
|
|
|
9677
9716
|
deny: "deny";
|
|
9678
9717
|
ask: "ask";
|
|
9679
9718
|
}>]>;
|
|
9680
|
-
|
|
9719
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
9720
|
+
name: z.ZodString;
|
|
9681
9721
|
url: z.ZodString;
|
|
9682
9722
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
9683
|
-
|
|
9723
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9724
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9684
9725
|
}, z.core.$strip>>;
|
|
9685
9726
|
createdAt: z.ZodISODateTime;
|
|
9686
9727
|
updatedAt: z.ZodISODateTime;
|
|
@@ -10412,6 +10453,24 @@ export declare const zSessionMessagesListResponse: z.ZodObject<{
|
|
|
10412
10453
|
pageSize: z.ZodInt;
|
|
10413
10454
|
total: z.ZodInt;
|
|
10414
10455
|
}, z.core.$strip>;
|
|
10456
|
+
export declare const zSessionTracesListPath: z.ZodObject<{
|
|
10457
|
+
id: z.ZodString;
|
|
10458
|
+
}, z.core.$strip>;
|
|
10459
|
+
export declare const zSessionTracesListQuery: z.ZodObject<{
|
|
10460
|
+
scope: z.ZodOptional<z.ZodEnum<{
|
|
10461
|
+
user: "user";
|
|
10462
|
+
}>>;
|
|
10463
|
+
limit: z.ZodOptional<z.ZodInt>;
|
|
10464
|
+
page: z.ZodOptional<z.ZodInt>;
|
|
10465
|
+
fields: z.ZodOptional<z.ZodString>;
|
|
10466
|
+
}, z.core.$strip>;
|
|
10467
|
+
/**
|
|
10468
|
+
* Session traces
|
|
10469
|
+
*/
|
|
10470
|
+
export declare const zSessionTracesListResponse: z.ZodObject<{
|
|
10471
|
+
configured: z.ZodBoolean;
|
|
10472
|
+
traces: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10473
|
+
}, z.core.$strip>;
|
|
10415
10474
|
export declare const zSessionAuthRequirementsPath: z.ZodObject<{
|
|
10416
10475
|
id: z.ZodString;
|
|
10417
10476
|
}, z.core.$strip>;
|
|
@@ -11556,7 +11615,7 @@ export declare const zTriggerListQuery: z.ZodObject<{
|
|
|
11556
11615
|
export declare const zTriggerListResponse: z.ZodArray<z.ZodObject<{
|
|
11557
11616
|
id: z.ZodString;
|
|
11558
11617
|
projectId: z.ZodString;
|
|
11559
|
-
projectAgentId: z.ZodString
|
|
11618
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11560
11619
|
senderUserId: z.ZodString;
|
|
11561
11620
|
inputMessage: z.ZodString;
|
|
11562
11621
|
schedule: z.ZodString;
|
|
@@ -11569,7 +11628,7 @@ export declare const zTriggerListResponse: z.ZodArray<z.ZodObject<{
|
|
|
11569
11628
|
}, z.core.$strip>>;
|
|
11570
11629
|
export declare const zTriggerCreateBody: z.ZodObject<{
|
|
11571
11630
|
projectId: z.ZodString;
|
|
11572
|
-
projectAgentId: z.ZodString
|
|
11631
|
+
projectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
11573
11632
|
senderUserId: z.ZodOptional<z.ZodString>;
|
|
11574
11633
|
inputMessage: z.ZodString;
|
|
11575
11634
|
schedule: z.ZodString;
|
|
@@ -11587,7 +11646,7 @@ export declare const zTriggerCreateQuery: z.ZodObject<{
|
|
|
11587
11646
|
export declare const zTriggerCreateResponse: z.ZodObject<{
|
|
11588
11647
|
id: z.ZodString;
|
|
11589
11648
|
projectId: z.ZodString;
|
|
11590
|
-
projectAgentId: z.ZodString
|
|
11649
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11591
11650
|
senderUserId: z.ZodString;
|
|
11592
11651
|
inputMessage: z.ZodString;
|
|
11593
11652
|
schedule: z.ZodString;
|
|
@@ -11613,7 +11672,7 @@ export declare const zTriggerGetQuery: z.ZodObject<{
|
|
|
11613
11672
|
export declare const zTriggerGetResponse: z.ZodObject<{
|
|
11614
11673
|
id: z.ZodString;
|
|
11615
11674
|
projectId: z.ZodString;
|
|
11616
|
-
projectAgentId: z.ZodString
|
|
11675
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11617
11676
|
senderUserId: z.ZodString;
|
|
11618
11677
|
inputMessage: z.ZodString;
|
|
11619
11678
|
schedule: z.ZodString;
|
|
@@ -11625,7 +11684,7 @@ export declare const zTriggerGetResponse: z.ZodObject<{
|
|
|
11625
11684
|
archivedAt: z.ZodNullable<z.ZodISODateTime>;
|
|
11626
11685
|
}, z.core.$strip>;
|
|
11627
11686
|
export declare const zTriggerUpdateBody: z.ZodObject<{
|
|
11628
|
-
projectAgentId: z.ZodOptional<z.ZodString
|
|
11687
|
+
projectAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11629
11688
|
senderUserId: z.ZodOptional<z.ZodString>;
|
|
11630
11689
|
inputMessage: z.ZodOptional<z.ZodString>;
|
|
11631
11690
|
schedule: z.ZodOptional<z.ZodString>;
|
|
@@ -11647,7 +11706,7 @@ export declare const zTriggerUpdateQuery: z.ZodObject<{
|
|
|
11647
11706
|
export declare const zTriggerUpdateResponse: z.ZodObject<{
|
|
11648
11707
|
id: z.ZodString;
|
|
11649
11708
|
projectId: z.ZodString;
|
|
11650
|
-
projectAgentId: z.ZodString
|
|
11709
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11651
11710
|
senderUserId: z.ZodString;
|
|
11652
11711
|
inputMessage: z.ZodString;
|
|
11653
11712
|
schedule: z.ZodString;
|
|
@@ -11675,7 +11734,7 @@ export declare const zTriggerArchiveQuery: z.ZodObject<{
|
|
|
11675
11734
|
export declare const zTriggerArchiveResponse: z.ZodObject<{
|
|
11676
11735
|
id: z.ZodString;
|
|
11677
11736
|
projectId: z.ZodString;
|
|
11678
|
-
projectAgentId: z.ZodString
|
|
11737
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11679
11738
|
senderUserId: z.ZodString;
|
|
11680
11739
|
inputMessage: z.ZodString;
|
|
11681
11740
|
schedule: z.ZodString;
|
|
@@ -11701,7 +11760,7 @@ export declare const zWebhookTriggerListQuery: z.ZodObject<{
|
|
|
11701
11760
|
export declare const zWebhookTriggerListResponse: z.ZodArray<z.ZodObject<{
|
|
11702
11761
|
id: z.ZodString;
|
|
11703
11762
|
projectId: z.ZodString;
|
|
11704
|
-
projectAgentId: z.ZodString
|
|
11763
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11705
11764
|
senderUserId: z.ZodString;
|
|
11706
11765
|
provider: z.ZodEnum<{
|
|
11707
11766
|
generic: "generic";
|
|
@@ -11718,7 +11777,7 @@ export declare const zWebhookTriggerListResponse: z.ZodArray<z.ZodObject<{
|
|
|
11718
11777
|
}, z.core.$strip>>;
|
|
11719
11778
|
export declare const zWebhookTriggerCreateBody: z.ZodObject<{
|
|
11720
11779
|
projectId: z.ZodString;
|
|
11721
|
-
projectAgentId: z.ZodString
|
|
11780
|
+
projectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
11722
11781
|
senderUserId: z.ZodString;
|
|
11723
11782
|
provider: z.ZodEnum<{
|
|
11724
11783
|
generic: "generic";
|
|
@@ -11741,7 +11800,7 @@ export declare const zWebhookTriggerCreateResponse: z.ZodObject<{
|
|
|
11741
11800
|
trigger: z.ZodObject<{
|
|
11742
11801
|
id: z.ZodString;
|
|
11743
11802
|
projectId: z.ZodString;
|
|
11744
|
-
projectAgentId: z.ZodString
|
|
11803
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11745
11804
|
senderUserId: z.ZodString;
|
|
11746
11805
|
provider: z.ZodEnum<{
|
|
11747
11806
|
generic: "generic";
|
|
@@ -11773,7 +11832,7 @@ export declare const zWebhookTriggerGetQuery: z.ZodObject<{
|
|
|
11773
11832
|
export declare const zWebhookTriggerGetResponse: z.ZodObject<{
|
|
11774
11833
|
id: z.ZodString;
|
|
11775
11834
|
projectId: z.ZodString;
|
|
11776
|
-
projectAgentId: z.ZodString
|
|
11835
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11777
11836
|
senderUserId: z.ZodString;
|
|
11778
11837
|
provider: z.ZodEnum<{
|
|
11779
11838
|
generic: "generic";
|
|
@@ -11789,7 +11848,7 @@ export declare const zWebhookTriggerGetResponse: z.ZodObject<{
|
|
|
11789
11848
|
archivedAt: z.ZodNullable<z.ZodISODateTime>;
|
|
11790
11849
|
}, z.core.$strip>;
|
|
11791
11850
|
export declare const zWebhookTriggerUpdateBody: z.ZodObject<{
|
|
11792
|
-
projectAgentId: z.ZodOptional<z.ZodString
|
|
11851
|
+
projectAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11793
11852
|
senderUserId: z.ZodOptional<z.ZodString>;
|
|
11794
11853
|
scopeFilter: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11795
11854
|
channelId: z.ZodOptional<z.ZodString>;
|
|
@@ -11811,7 +11870,7 @@ export declare const zWebhookTriggerUpdateQuery: z.ZodObject<{
|
|
|
11811
11870
|
export declare const zWebhookTriggerUpdateResponse: z.ZodObject<{
|
|
11812
11871
|
id: z.ZodString;
|
|
11813
11872
|
projectId: z.ZodString;
|
|
11814
|
-
projectAgentId: z.ZodString
|
|
11873
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11815
11874
|
senderUserId: z.ZodString;
|
|
11816
11875
|
provider: z.ZodEnum<{
|
|
11817
11876
|
generic: "generic";
|
|
@@ -11843,7 +11902,7 @@ export declare const zWebhookTriggerArchiveQuery: z.ZodObject<{
|
|
|
11843
11902
|
export declare const zWebhookTriggerArchiveResponse: z.ZodObject<{
|
|
11844
11903
|
id: z.ZodString;
|
|
11845
11904
|
projectId: z.ZodString;
|
|
11846
|
-
projectAgentId: z.ZodString
|
|
11905
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11847
11906
|
senderUserId: z.ZodString;
|
|
11848
11907
|
provider: z.ZodEnum<{
|
|
11849
11908
|
generic: "generic";
|
|
@@ -11914,7 +11973,6 @@ export declare const zSlackChannelListResponse: z.ZodArray<z.ZodObject<{
|
|
|
11914
11973
|
id: z.ZodString;
|
|
11915
11974
|
name: z.ZodString;
|
|
11916
11975
|
projectId: z.ZodNullable<z.ZodString>;
|
|
11917
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
11918
11976
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
11919
11977
|
projectName: z.ZodNullable<z.ZodString>;
|
|
11920
11978
|
}, z.core.$strip>>;
|
|
@@ -11943,7 +12001,6 @@ export declare const zSlackChannelUnsetResponse: z.ZodObject<{
|
|
|
11943
12001
|
}, z.core.$strip>;
|
|
11944
12002
|
export declare const zSlackChannelSetBody: z.ZodObject<{
|
|
11945
12003
|
projectId: z.ZodString;
|
|
11946
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
11947
12004
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
11948
12005
|
}, z.core.$strip>;
|
|
11949
12006
|
export declare const zSlackChannelSetPath: z.ZodObject<{
|
|
@@ -11982,7 +12039,6 @@ export declare const zEmailListResponse: z.ZodArray<z.ZodObject<{
|
|
|
11982
12039
|
orgId: z.ZodString;
|
|
11983
12040
|
podId: z.ZodString;
|
|
11984
12041
|
projectId: z.ZodString;
|
|
11985
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
11986
12042
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
11987
12043
|
localPart: z.ZodString;
|
|
11988
12044
|
createdAt: z.ZodISODateTime;
|
|
@@ -12004,7 +12060,6 @@ export declare const zEmailUnsetQuery: z.ZodObject<{
|
|
|
12004
12060
|
*/
|
|
12005
12061
|
export declare const zEmailUnsetResponse: z.ZodVoid;
|
|
12006
12062
|
export declare const zEmailSetBody: z.ZodObject<{
|
|
12007
|
-
defaultProjectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12008
12063
|
fallbackSenderUserId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12009
12064
|
}, z.core.$strip>;
|
|
12010
12065
|
export declare const zEmailSetPath: z.ZodObject<{
|
|
@@ -12023,7 +12078,6 @@ export declare const zEmailSetResponse: z.ZodObject<{
|
|
|
12023
12078
|
orgId: z.ZodString;
|
|
12024
12079
|
podId: z.ZodString;
|
|
12025
12080
|
projectId: z.ZodString;
|
|
12026
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
12027
12081
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
12028
12082
|
localPart: z.ZodString;
|
|
12029
12083
|
createdAt: z.ZodISODateTime;
|
|
@@ -12067,7 +12121,6 @@ export declare const zTelegramUnlinkQuery: z.ZodObject<{
|
|
|
12067
12121
|
export declare const zTelegramUnlinkResponse: z.ZodVoid;
|
|
12068
12122
|
export declare const zTelegramClaimCodeBody: z.ZodObject<{
|
|
12069
12123
|
projectId: z.ZodString;
|
|
12070
|
-
defaultProjectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12071
12124
|
fallbackSenderUserId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12072
12125
|
}, z.core.$strip>;
|
|
12073
12126
|
export declare const zTelegramClaimCodeQuery: z.ZodObject<{
|
|
@@ -12098,7 +12151,6 @@ export declare const zTelegramChatListResponse: z.ZodArray<z.ZodObject<{
|
|
|
12098
12151
|
chatTitle: z.ZodNullable<z.ZodString>;
|
|
12099
12152
|
chatType: z.ZodNullable<z.ZodString>;
|
|
12100
12153
|
projectId: z.ZodString;
|
|
12101
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
12102
12154
|
claimedByUserId: z.ZodNullable<z.ZodString>;
|
|
12103
12155
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
12104
12156
|
allowedSenders: z.ZodArray<z.ZodString>;
|
|
@@ -12122,7 +12174,6 @@ export declare const zTelegramChatUnsetQuery: z.ZodObject<{
|
|
|
12122
12174
|
export declare const zTelegramChatUnsetResponse: z.ZodVoid;
|
|
12123
12175
|
export declare const zTelegramChatSetBody: z.ZodObject<{
|
|
12124
12176
|
projectId: z.ZodString;
|
|
12125
|
-
defaultProjectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12126
12177
|
fallbackSenderUserId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12127
12178
|
allowedSenders: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
12128
12179
|
blockedSenders: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
@@ -12146,7 +12197,6 @@ export declare const zTelegramChatSetResponse: z.ZodObject<{
|
|
|
12146
12197
|
chatTitle: z.ZodNullable<z.ZodString>;
|
|
12147
12198
|
chatType: z.ZodNullable<z.ZodString>;
|
|
12148
12199
|
projectId: z.ZodString;
|
|
12149
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
12150
12200
|
claimedByUserId: z.ZodNullable<z.ZodString>;
|
|
12151
12201
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
12152
12202
|
allowedSenders: z.ZodArray<z.ZodString>;
|
|
@@ -13276,7 +13326,7 @@ export declare const zRegistryBlueprintGetResponse: z.ZodObject<{
|
|
|
13276
13326
|
schedule: z.ZodString;
|
|
13277
13327
|
timezone: z.ZodNullable<z.ZodString>;
|
|
13278
13328
|
cronTriggerId: z.ZodString;
|
|
13279
|
-
agentId: z.ZodString
|
|
13329
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
13280
13330
|
}, z.core.$strip>>;
|
|
13281
13331
|
}, z.core.$strip>>;
|
|
13282
13332
|
agents: z.ZodArray<z.ZodObject<{
|