@renai-labs/sdk 0.1.15 → 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 +57 -1
- package/dist/generated/@tanstack/react-query.gen.js +47 -0
- package/dist/generated/internal/types.gen.d.ts +156 -73
- package/dist/generated/sdk.gen.d.ts +11 -1
- package/dist/generated/sdk.gen.js +17 -0
- package/dist/generated/types.gen.d.ts +70 -23
- package/dist/generated/zod.gen.d.ts +91 -64
- package/dist/generated/zod.gen.js +34 -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;
|
|
@@ -2399,7 +2403,7 @@ export declare const zBlueprint: z.ZodObject<{
|
|
|
2399
2403
|
schedule: z.ZodString;
|
|
2400
2404
|
timezone: z.ZodNullable<z.ZodString>;
|
|
2401
2405
|
cronTriggerId: z.ZodString;
|
|
2402
|
-
agentId: z.ZodString
|
|
2406
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
2403
2407
|
}, z.core.$strip>>;
|
|
2404
2408
|
}, z.core.$strip>>;
|
|
2405
2409
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -4421,7 +4425,7 @@ export declare const zBlueprintListResponse: z.ZodArray<z.ZodObject<{
|
|
|
4421
4425
|
schedule: z.ZodString;
|
|
4422
4426
|
timezone: z.ZodNullable<z.ZodString>;
|
|
4423
4427
|
cronTriggerId: z.ZodString;
|
|
4424
|
-
agentId: z.ZodString
|
|
4428
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
4425
4429
|
}, z.core.$strip>>;
|
|
4426
4430
|
}, z.core.$strip>>;
|
|
4427
4431
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -4637,7 +4641,7 @@ export declare const zBlueprintCreateResponse: z.ZodObject<{
|
|
|
4637
4641
|
schedule: z.ZodString;
|
|
4638
4642
|
timezone: z.ZodNullable<z.ZodString>;
|
|
4639
4643
|
cronTriggerId: z.ZodString;
|
|
4640
|
-
agentId: z.ZodString
|
|
4644
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
4641
4645
|
}, z.core.$strip>>;
|
|
4642
4646
|
}, z.core.$strip>>;
|
|
4643
4647
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -4862,7 +4866,7 @@ export declare const zBlueprintGetResponse: z.ZodObject<{
|
|
|
4862
4866
|
schedule: z.ZodString;
|
|
4863
4867
|
timezone: z.ZodNullable<z.ZodString>;
|
|
4864
4868
|
cronTriggerId: z.ZodString;
|
|
4865
|
-
agentId: z.ZodString
|
|
4869
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
4866
4870
|
}, z.core.$strip>>;
|
|
4867
4871
|
}, z.core.$strip>>;
|
|
4868
4872
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5081,7 +5085,7 @@ export declare const zBlueprintUpdateResponse: z.ZodObject<{
|
|
|
5081
5085
|
schedule: z.ZodString;
|
|
5082
5086
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5083
5087
|
cronTriggerId: z.ZodString;
|
|
5084
|
-
agentId: z.ZodString
|
|
5088
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5085
5089
|
}, z.core.$strip>>;
|
|
5086
5090
|
}, z.core.$strip>>;
|
|
5087
5091
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5279,7 +5283,7 @@ export declare const zBlueprintPublishResponse: z.ZodObject<{
|
|
|
5279
5283
|
schedule: z.ZodString;
|
|
5280
5284
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5281
5285
|
cronTriggerId: z.ZodString;
|
|
5282
|
-
agentId: z.ZodString
|
|
5286
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5283
5287
|
}, z.core.$strip>>;
|
|
5284
5288
|
}, z.core.$strip>>;
|
|
5285
5289
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5480,7 +5484,7 @@ export declare const zBlueprintDeprecateResponse: z.ZodObject<{
|
|
|
5480
5484
|
schedule: z.ZodString;
|
|
5481
5485
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5482
5486
|
cronTriggerId: z.ZodString;
|
|
5483
|
-
agentId: z.ZodString
|
|
5487
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5484
5488
|
}, z.core.$strip>>;
|
|
5485
5489
|
}, z.core.$strip>>;
|
|
5486
5490
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5678,7 +5682,7 @@ export declare const zBlueprintUndeprecateResponse: z.ZodObject<{
|
|
|
5678
5682
|
schedule: z.ZodString;
|
|
5679
5683
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5680
5684
|
cronTriggerId: z.ZodString;
|
|
5681
|
-
agentId: z.ZodString
|
|
5685
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5682
5686
|
}, z.core.$strip>>;
|
|
5683
5687
|
}, z.core.$strip>>;
|
|
5684
5688
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -5876,7 +5880,7 @@ export declare const zBlueprintArchiveResponse: z.ZodObject<{
|
|
|
5876
5880
|
schedule: z.ZodString;
|
|
5877
5881
|
timezone: z.ZodNullable<z.ZodString>;
|
|
5878
5882
|
cronTriggerId: z.ZodString;
|
|
5879
|
-
agentId: z.ZodString
|
|
5883
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
5880
5884
|
}, z.core.$strip>>;
|
|
5881
5885
|
}, z.core.$strip>>;
|
|
5882
5886
|
agents: z.ZodArray<z.ZodObject<{
|
|
@@ -8579,10 +8583,12 @@ export declare const zProjectListResponse: z.ZodArray<z.ZodObject<{
|
|
|
8579
8583
|
deny: "deny";
|
|
8580
8584
|
ask: "ask";
|
|
8581
8585
|
}>]>;
|
|
8582
|
-
|
|
8586
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
8587
|
+
name: z.ZodString;
|
|
8583
8588
|
url: z.ZodString;
|
|
8584
8589
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
8585
|
-
|
|
8590
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8591
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8586
8592
|
}, z.core.$strip>>;
|
|
8587
8593
|
createdAt: z.ZodISODateTime;
|
|
8588
8594
|
updatedAt: z.ZodISODateTime;
|
|
@@ -8719,10 +8725,12 @@ export declare const zProjectCreateBody: z.ZodObject<{
|
|
|
8719
8725
|
deny: "deny";
|
|
8720
8726
|
ask: "ask";
|
|
8721
8727
|
}>]>>;
|
|
8722
|
-
|
|
8728
|
+
gitRepos: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8729
|
+
name: z.ZodString;
|
|
8723
8730
|
url: z.ZodString;
|
|
8724
8731
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
8725
|
-
|
|
8732
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8733
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8726
8734
|
}, z.core.$strip>>>>;
|
|
8727
8735
|
}, z.core.$strip>;
|
|
8728
8736
|
export declare const zProjectCreateQuery: z.ZodObject<{
|
|
@@ -8868,10 +8876,12 @@ export declare const zProjectCreateResponse: z.ZodObject<{
|
|
|
8868
8876
|
deny: "deny";
|
|
8869
8877
|
ask: "ask";
|
|
8870
8878
|
}>]>;
|
|
8871
|
-
|
|
8879
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
8880
|
+
name: z.ZodString;
|
|
8872
8881
|
url: z.ZodString;
|
|
8873
8882
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
8874
|
-
|
|
8883
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8884
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8875
8885
|
}, z.core.$strip>>;
|
|
8876
8886
|
createdAt: z.ZodISODateTime;
|
|
8877
8887
|
updatedAt: z.ZodISODateTime;
|
|
@@ -9023,10 +9033,12 @@ export declare const zProjectGetResponse: z.ZodObject<{
|
|
|
9023
9033
|
deny: "deny";
|
|
9024
9034
|
ask: "ask";
|
|
9025
9035
|
}>]>;
|
|
9026
|
-
|
|
9036
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
9037
|
+
name: z.ZodString;
|
|
9027
9038
|
url: z.ZodString;
|
|
9028
9039
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
9029
|
-
|
|
9040
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9041
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9030
9042
|
}, z.core.$strip>>;
|
|
9031
9043
|
createdAt: z.ZodISODateTime;
|
|
9032
9044
|
updatedAt: z.ZodISODateTime;
|
|
@@ -9162,10 +9174,12 @@ export declare const zProjectUpdateBody: z.ZodObject<{
|
|
|
9162
9174
|
deny: "deny";
|
|
9163
9175
|
ask: "ask";
|
|
9164
9176
|
}>]>>;
|
|
9165
|
-
|
|
9177
|
+
gitRepos: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9178
|
+
name: z.ZodString;
|
|
9166
9179
|
url: z.ZodString;
|
|
9167
9180
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
9168
|
-
|
|
9181
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9182
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9169
9183
|
}, z.core.$strip>>>;
|
|
9170
9184
|
}, z.core.$strip>;
|
|
9171
9185
|
export declare const zProjectUpdatePath: z.ZodObject<{
|
|
@@ -9314,10 +9328,12 @@ export declare const zProjectUpdateResponse: z.ZodObject<{
|
|
|
9314
9328
|
deny: "deny";
|
|
9315
9329
|
ask: "ask";
|
|
9316
9330
|
}>]>;
|
|
9317
|
-
|
|
9331
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
9332
|
+
name: z.ZodString;
|
|
9318
9333
|
url: z.ZodString;
|
|
9319
9334
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
9320
|
-
|
|
9335
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9336
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9321
9337
|
}, z.core.$strip>>;
|
|
9322
9338
|
createdAt: z.ZodISODateTime;
|
|
9323
9339
|
updatedAt: z.ZodISODateTime;
|
|
@@ -9700,10 +9716,12 @@ export declare const zProjectArchiveResponse: z.ZodObject<{
|
|
|
9700
9716
|
deny: "deny";
|
|
9701
9717
|
ask: "ask";
|
|
9702
9718
|
}>]>;
|
|
9703
|
-
|
|
9719
|
+
gitRepos: z.ZodArray<z.ZodObject<{
|
|
9720
|
+
name: z.ZodString;
|
|
9704
9721
|
url: z.ZodString;
|
|
9705
9722
|
baseBranch: z.ZodOptional<z.ZodString>;
|
|
9706
|
-
|
|
9723
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9724
|
+
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9707
9725
|
}, z.core.$strip>>;
|
|
9708
9726
|
createdAt: z.ZodISODateTime;
|
|
9709
9727
|
updatedAt: z.ZodISODateTime;
|
|
@@ -10435,6 +10453,24 @@ export declare const zSessionMessagesListResponse: z.ZodObject<{
|
|
|
10435
10453
|
pageSize: z.ZodInt;
|
|
10436
10454
|
total: z.ZodInt;
|
|
10437
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>;
|
|
10438
10474
|
export declare const zSessionAuthRequirementsPath: z.ZodObject<{
|
|
10439
10475
|
id: z.ZodString;
|
|
10440
10476
|
}, z.core.$strip>;
|
|
@@ -11579,7 +11615,7 @@ export declare const zTriggerListQuery: z.ZodObject<{
|
|
|
11579
11615
|
export declare const zTriggerListResponse: z.ZodArray<z.ZodObject<{
|
|
11580
11616
|
id: z.ZodString;
|
|
11581
11617
|
projectId: z.ZodString;
|
|
11582
|
-
projectAgentId: z.ZodString
|
|
11618
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11583
11619
|
senderUserId: z.ZodString;
|
|
11584
11620
|
inputMessage: z.ZodString;
|
|
11585
11621
|
schedule: z.ZodString;
|
|
@@ -11592,7 +11628,7 @@ export declare const zTriggerListResponse: z.ZodArray<z.ZodObject<{
|
|
|
11592
11628
|
}, z.core.$strip>>;
|
|
11593
11629
|
export declare const zTriggerCreateBody: z.ZodObject<{
|
|
11594
11630
|
projectId: z.ZodString;
|
|
11595
|
-
projectAgentId: z.ZodString
|
|
11631
|
+
projectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
11596
11632
|
senderUserId: z.ZodOptional<z.ZodString>;
|
|
11597
11633
|
inputMessage: z.ZodString;
|
|
11598
11634
|
schedule: z.ZodString;
|
|
@@ -11610,7 +11646,7 @@ export declare const zTriggerCreateQuery: z.ZodObject<{
|
|
|
11610
11646
|
export declare const zTriggerCreateResponse: z.ZodObject<{
|
|
11611
11647
|
id: z.ZodString;
|
|
11612
11648
|
projectId: z.ZodString;
|
|
11613
|
-
projectAgentId: z.ZodString
|
|
11649
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11614
11650
|
senderUserId: z.ZodString;
|
|
11615
11651
|
inputMessage: z.ZodString;
|
|
11616
11652
|
schedule: z.ZodString;
|
|
@@ -11636,7 +11672,7 @@ export declare const zTriggerGetQuery: z.ZodObject<{
|
|
|
11636
11672
|
export declare const zTriggerGetResponse: z.ZodObject<{
|
|
11637
11673
|
id: z.ZodString;
|
|
11638
11674
|
projectId: z.ZodString;
|
|
11639
|
-
projectAgentId: z.ZodString
|
|
11675
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11640
11676
|
senderUserId: z.ZodString;
|
|
11641
11677
|
inputMessage: z.ZodString;
|
|
11642
11678
|
schedule: z.ZodString;
|
|
@@ -11648,7 +11684,7 @@ export declare const zTriggerGetResponse: z.ZodObject<{
|
|
|
11648
11684
|
archivedAt: z.ZodNullable<z.ZodISODateTime>;
|
|
11649
11685
|
}, z.core.$strip>;
|
|
11650
11686
|
export declare const zTriggerUpdateBody: z.ZodObject<{
|
|
11651
|
-
projectAgentId: z.ZodOptional<z.ZodString
|
|
11687
|
+
projectAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11652
11688
|
senderUserId: z.ZodOptional<z.ZodString>;
|
|
11653
11689
|
inputMessage: z.ZodOptional<z.ZodString>;
|
|
11654
11690
|
schedule: z.ZodOptional<z.ZodString>;
|
|
@@ -11670,7 +11706,7 @@ export declare const zTriggerUpdateQuery: z.ZodObject<{
|
|
|
11670
11706
|
export declare const zTriggerUpdateResponse: z.ZodObject<{
|
|
11671
11707
|
id: z.ZodString;
|
|
11672
11708
|
projectId: z.ZodString;
|
|
11673
|
-
projectAgentId: z.ZodString
|
|
11709
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11674
11710
|
senderUserId: z.ZodString;
|
|
11675
11711
|
inputMessage: z.ZodString;
|
|
11676
11712
|
schedule: z.ZodString;
|
|
@@ -11698,7 +11734,7 @@ export declare const zTriggerArchiveQuery: z.ZodObject<{
|
|
|
11698
11734
|
export declare const zTriggerArchiveResponse: z.ZodObject<{
|
|
11699
11735
|
id: z.ZodString;
|
|
11700
11736
|
projectId: z.ZodString;
|
|
11701
|
-
projectAgentId: z.ZodString
|
|
11737
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11702
11738
|
senderUserId: z.ZodString;
|
|
11703
11739
|
inputMessage: z.ZodString;
|
|
11704
11740
|
schedule: z.ZodString;
|
|
@@ -11724,7 +11760,7 @@ export declare const zWebhookTriggerListQuery: z.ZodObject<{
|
|
|
11724
11760
|
export declare const zWebhookTriggerListResponse: z.ZodArray<z.ZodObject<{
|
|
11725
11761
|
id: z.ZodString;
|
|
11726
11762
|
projectId: z.ZodString;
|
|
11727
|
-
projectAgentId: z.ZodString
|
|
11763
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11728
11764
|
senderUserId: z.ZodString;
|
|
11729
11765
|
provider: z.ZodEnum<{
|
|
11730
11766
|
generic: "generic";
|
|
@@ -11741,7 +11777,7 @@ export declare const zWebhookTriggerListResponse: z.ZodArray<z.ZodObject<{
|
|
|
11741
11777
|
}, z.core.$strip>>;
|
|
11742
11778
|
export declare const zWebhookTriggerCreateBody: z.ZodObject<{
|
|
11743
11779
|
projectId: z.ZodString;
|
|
11744
|
-
projectAgentId: z.ZodString
|
|
11780
|
+
projectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
11745
11781
|
senderUserId: z.ZodString;
|
|
11746
11782
|
provider: z.ZodEnum<{
|
|
11747
11783
|
generic: "generic";
|
|
@@ -11764,7 +11800,7 @@ export declare const zWebhookTriggerCreateResponse: z.ZodObject<{
|
|
|
11764
11800
|
trigger: z.ZodObject<{
|
|
11765
11801
|
id: z.ZodString;
|
|
11766
11802
|
projectId: z.ZodString;
|
|
11767
|
-
projectAgentId: z.ZodString
|
|
11803
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11768
11804
|
senderUserId: z.ZodString;
|
|
11769
11805
|
provider: z.ZodEnum<{
|
|
11770
11806
|
generic: "generic";
|
|
@@ -11796,7 +11832,7 @@ export declare const zWebhookTriggerGetQuery: z.ZodObject<{
|
|
|
11796
11832
|
export declare const zWebhookTriggerGetResponse: z.ZodObject<{
|
|
11797
11833
|
id: z.ZodString;
|
|
11798
11834
|
projectId: z.ZodString;
|
|
11799
|
-
projectAgentId: z.ZodString
|
|
11835
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11800
11836
|
senderUserId: z.ZodString;
|
|
11801
11837
|
provider: z.ZodEnum<{
|
|
11802
11838
|
generic: "generic";
|
|
@@ -11812,7 +11848,7 @@ export declare const zWebhookTriggerGetResponse: z.ZodObject<{
|
|
|
11812
11848
|
archivedAt: z.ZodNullable<z.ZodISODateTime>;
|
|
11813
11849
|
}, z.core.$strip>;
|
|
11814
11850
|
export declare const zWebhookTriggerUpdateBody: z.ZodObject<{
|
|
11815
|
-
projectAgentId: z.ZodOptional<z.ZodString
|
|
11851
|
+
projectAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11816
11852
|
senderUserId: z.ZodOptional<z.ZodString>;
|
|
11817
11853
|
scopeFilter: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11818
11854
|
channelId: z.ZodOptional<z.ZodString>;
|
|
@@ -11834,7 +11870,7 @@ export declare const zWebhookTriggerUpdateQuery: z.ZodObject<{
|
|
|
11834
11870
|
export declare const zWebhookTriggerUpdateResponse: z.ZodObject<{
|
|
11835
11871
|
id: z.ZodString;
|
|
11836
11872
|
projectId: z.ZodString;
|
|
11837
|
-
projectAgentId: z.ZodString
|
|
11873
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11838
11874
|
senderUserId: z.ZodString;
|
|
11839
11875
|
provider: z.ZodEnum<{
|
|
11840
11876
|
generic: "generic";
|
|
@@ -11866,7 +11902,7 @@ export declare const zWebhookTriggerArchiveQuery: z.ZodObject<{
|
|
|
11866
11902
|
export declare const zWebhookTriggerArchiveResponse: z.ZodObject<{
|
|
11867
11903
|
id: z.ZodString;
|
|
11868
11904
|
projectId: z.ZodString;
|
|
11869
|
-
projectAgentId: z.ZodString
|
|
11905
|
+
projectAgentId: z.ZodNullable<z.ZodString>;
|
|
11870
11906
|
senderUserId: z.ZodString;
|
|
11871
11907
|
provider: z.ZodEnum<{
|
|
11872
11908
|
generic: "generic";
|
|
@@ -11937,7 +11973,6 @@ export declare const zSlackChannelListResponse: z.ZodArray<z.ZodObject<{
|
|
|
11937
11973
|
id: z.ZodString;
|
|
11938
11974
|
name: z.ZodString;
|
|
11939
11975
|
projectId: z.ZodNullable<z.ZodString>;
|
|
11940
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
11941
11976
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
11942
11977
|
projectName: z.ZodNullable<z.ZodString>;
|
|
11943
11978
|
}, z.core.$strip>>;
|
|
@@ -11966,7 +12001,6 @@ export declare const zSlackChannelUnsetResponse: z.ZodObject<{
|
|
|
11966
12001
|
}, z.core.$strip>;
|
|
11967
12002
|
export declare const zSlackChannelSetBody: z.ZodObject<{
|
|
11968
12003
|
projectId: z.ZodString;
|
|
11969
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
11970
12004
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
11971
12005
|
}, z.core.$strip>;
|
|
11972
12006
|
export declare const zSlackChannelSetPath: z.ZodObject<{
|
|
@@ -12005,7 +12039,6 @@ export declare const zEmailListResponse: z.ZodArray<z.ZodObject<{
|
|
|
12005
12039
|
orgId: z.ZodString;
|
|
12006
12040
|
podId: z.ZodString;
|
|
12007
12041
|
projectId: z.ZodString;
|
|
12008
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
12009
12042
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
12010
12043
|
localPart: z.ZodString;
|
|
12011
12044
|
createdAt: z.ZodISODateTime;
|
|
@@ -12027,7 +12060,6 @@ export declare const zEmailUnsetQuery: z.ZodObject<{
|
|
|
12027
12060
|
*/
|
|
12028
12061
|
export declare const zEmailUnsetResponse: z.ZodVoid;
|
|
12029
12062
|
export declare const zEmailSetBody: z.ZodObject<{
|
|
12030
|
-
defaultProjectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12031
12063
|
fallbackSenderUserId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12032
12064
|
}, z.core.$strip>;
|
|
12033
12065
|
export declare const zEmailSetPath: z.ZodObject<{
|
|
@@ -12046,7 +12078,6 @@ export declare const zEmailSetResponse: z.ZodObject<{
|
|
|
12046
12078
|
orgId: z.ZodString;
|
|
12047
12079
|
podId: z.ZodString;
|
|
12048
12080
|
projectId: z.ZodString;
|
|
12049
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
12050
12081
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
12051
12082
|
localPart: z.ZodString;
|
|
12052
12083
|
createdAt: z.ZodISODateTime;
|
|
@@ -12090,7 +12121,6 @@ export declare const zTelegramUnlinkQuery: z.ZodObject<{
|
|
|
12090
12121
|
export declare const zTelegramUnlinkResponse: z.ZodVoid;
|
|
12091
12122
|
export declare const zTelegramClaimCodeBody: z.ZodObject<{
|
|
12092
12123
|
projectId: z.ZodString;
|
|
12093
|
-
defaultProjectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12094
12124
|
fallbackSenderUserId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12095
12125
|
}, z.core.$strip>;
|
|
12096
12126
|
export declare const zTelegramClaimCodeQuery: z.ZodObject<{
|
|
@@ -12121,7 +12151,6 @@ export declare const zTelegramChatListResponse: z.ZodArray<z.ZodObject<{
|
|
|
12121
12151
|
chatTitle: z.ZodNullable<z.ZodString>;
|
|
12122
12152
|
chatType: z.ZodNullable<z.ZodString>;
|
|
12123
12153
|
projectId: z.ZodString;
|
|
12124
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
12125
12154
|
claimedByUserId: z.ZodNullable<z.ZodString>;
|
|
12126
12155
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
12127
12156
|
allowedSenders: z.ZodArray<z.ZodString>;
|
|
@@ -12145,7 +12174,6 @@ export declare const zTelegramChatUnsetQuery: z.ZodObject<{
|
|
|
12145
12174
|
export declare const zTelegramChatUnsetResponse: z.ZodVoid;
|
|
12146
12175
|
export declare const zTelegramChatSetBody: z.ZodObject<{
|
|
12147
12176
|
projectId: z.ZodString;
|
|
12148
|
-
defaultProjectAgentId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12149
12177
|
fallbackSenderUserId: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
12150
12178
|
allowedSenders: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
12151
12179
|
blockedSenders: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
@@ -12169,7 +12197,6 @@ export declare const zTelegramChatSetResponse: z.ZodObject<{
|
|
|
12169
12197
|
chatTitle: z.ZodNullable<z.ZodString>;
|
|
12170
12198
|
chatType: z.ZodNullable<z.ZodString>;
|
|
12171
12199
|
projectId: z.ZodString;
|
|
12172
|
-
defaultProjectAgentId: z.ZodNullable<z.ZodString>;
|
|
12173
12200
|
claimedByUserId: z.ZodNullable<z.ZodString>;
|
|
12174
12201
|
fallbackSenderUserId: z.ZodNullable<z.ZodString>;
|
|
12175
12202
|
allowedSenders: z.ZodArray<z.ZodString>;
|
|
@@ -13299,7 +13326,7 @@ export declare const zRegistryBlueprintGetResponse: z.ZodObject<{
|
|
|
13299
13326
|
schedule: z.ZodString;
|
|
13300
13327
|
timezone: z.ZodNullable<z.ZodString>;
|
|
13301
13328
|
cronTriggerId: z.ZodString;
|
|
13302
|
-
agentId: z.ZodString
|
|
13329
|
+
agentId: z.ZodNullable<z.ZodString>;
|
|
13303
13330
|
}, z.core.$strip>>;
|
|
13304
13331
|
}, z.core.$strip>>;
|
|
13305
13332
|
agents: z.ZodArray<z.ZodObject<{
|