@otto-code/protocol 0.9.4 → 0.9.6
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/architectural-views/rpc-schemas.d.ts +5 -5
- package/dist/artifacts/rpc-schemas.d.ts +13 -13
- package/dist/artifacts/types.d.ts +4 -4
- package/dist/daemon-config.d.ts +9 -9
- package/dist/forge-connections.d.ts +127 -0
- package/dist/forge-connections.js +62 -0
- package/dist/generated/validation/ws-outbound.aot.js +14040 -13917
- package/dist/messages.d.ts +561 -387
- package/dist/messages.js +4 -0
- package/dist/project-knowledge.d.ts +11 -11
- package/dist/validation/ws-outbound-schema-metadata.d.ts +106 -78
- package/dist/workflow.d.ts +41 -41
- package/package.json +1 -1
package/dist/messages.d.ts
CHANGED
|
@@ -389,20 +389,20 @@ export declare const MutableDaemonConfigSchema: z.ZodObject<{
|
|
|
389
389
|
}, z.core.$loose>>;
|
|
390
390
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
391
391
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
392
|
-
repository: "repository";
|
|
393
392
|
host: "host";
|
|
393
|
+
repository: "repository";
|
|
394
394
|
}>>;
|
|
395
395
|
}, z.core.$loose>>;
|
|
396
396
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
397
397
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
398
|
-
repository: "repository";
|
|
399
398
|
host: "host";
|
|
399
|
+
repository: "repository";
|
|
400
400
|
}>>;
|
|
401
401
|
}, z.core.$loose>>;
|
|
402
402
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
403
403
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
404
|
-
repository: "repository";
|
|
405
404
|
host: "host";
|
|
405
|
+
repository: "repository";
|
|
406
406
|
}>>;
|
|
407
407
|
}, z.core.$loose>>;
|
|
408
408
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -561,20 +561,20 @@ export declare const MutableDaemonConfigPatchSchema: z.ZodObject<{
|
|
|
561
561
|
}, z.core.$loose>>>;
|
|
562
562
|
projectKnowledge: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
563
563
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
564
|
-
repository: "repository";
|
|
565
564
|
host: "host";
|
|
565
|
+
repository: "repository";
|
|
566
566
|
}>>;
|
|
567
567
|
}, z.core.$loose>>>;
|
|
568
568
|
projectArtifacts: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
569
569
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
570
|
-
repository: "repository";
|
|
571
570
|
host: "host";
|
|
571
|
+
repository: "repository";
|
|
572
572
|
}>>;
|
|
573
573
|
}, z.core.$loose>>>;
|
|
574
574
|
projectWorkflows: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
575
575
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
576
|
-
repository: "repository";
|
|
577
576
|
host: "host";
|
|
577
|
+
repository: "repository";
|
|
578
578
|
}>>;
|
|
579
579
|
}, z.core.$loose>>>;
|
|
580
580
|
agentPersonalities: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -1547,9 +1547,9 @@ export declare const ReviewAttachmentContextLineSchema: z.ZodObject<{
|
|
|
1547
1547
|
oldLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1548
1548
|
newLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1549
1549
|
type: z.ZodEnum<{
|
|
1550
|
+
remove: "remove";
|
|
1550
1551
|
context: "context";
|
|
1551
1552
|
add: "add";
|
|
1552
|
-
remove: "remove";
|
|
1553
1553
|
}>;
|
|
1554
1554
|
content: z.ZodString;
|
|
1555
1555
|
}, z.core.$strip>;
|
|
@@ -1567,9 +1567,9 @@ export declare const ReviewAttachmentCommentSchema: z.ZodObject<{
|
|
|
1567
1567
|
oldLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1568
1568
|
newLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1569
1569
|
type: z.ZodEnum<{
|
|
1570
|
+
remove: "remove";
|
|
1570
1571
|
context: "context";
|
|
1571
1572
|
add: "add";
|
|
1572
|
-
remove: "remove";
|
|
1573
1573
|
}>;
|
|
1574
1574
|
content: z.ZodString;
|
|
1575
1575
|
}, z.core.$strip>;
|
|
@@ -1577,9 +1577,9 @@ export declare const ReviewAttachmentCommentSchema: z.ZodObject<{
|
|
|
1577
1577
|
oldLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1578
1578
|
newLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1579
1579
|
type: z.ZodEnum<{
|
|
1580
|
+
remove: "remove";
|
|
1580
1581
|
context: "context";
|
|
1581
1582
|
add: "add";
|
|
1582
|
-
remove: "remove";
|
|
1583
1583
|
}>;
|
|
1584
1584
|
content: z.ZodString;
|
|
1585
1585
|
}, z.core.$strip>>;
|
|
@@ -1608,9 +1608,9 @@ export declare const ReviewAttachmentSchema: z.ZodObject<{
|
|
|
1608
1608
|
oldLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1609
1609
|
newLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1610
1610
|
type: z.ZodEnum<{
|
|
1611
|
+
remove: "remove";
|
|
1611
1612
|
context: "context";
|
|
1612
1613
|
add: "add";
|
|
1613
|
-
remove: "remove";
|
|
1614
1614
|
}>;
|
|
1615
1615
|
content: z.ZodString;
|
|
1616
1616
|
}, z.core.$strip>;
|
|
@@ -1618,9 +1618,9 @@ export declare const ReviewAttachmentSchema: z.ZodObject<{
|
|
|
1618
1618
|
oldLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1619
1619
|
newLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1620
1620
|
type: z.ZodEnum<{
|
|
1621
|
+
remove: "remove";
|
|
1621
1622
|
context: "context";
|
|
1622
1623
|
add: "add";
|
|
1623
|
-
remove: "remove";
|
|
1624
1624
|
}>;
|
|
1625
1625
|
content: z.ZodString;
|
|
1626
1626
|
}, z.core.$strip>>;
|
|
@@ -1757,9 +1757,9 @@ export declare const AgentAttachmentSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
1757
1757
|
oldLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1758
1758
|
newLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1759
1759
|
type: z.ZodEnum<{
|
|
1760
|
+
remove: "remove";
|
|
1760
1761
|
context: "context";
|
|
1761
1762
|
add: "add";
|
|
1762
|
-
remove: "remove";
|
|
1763
1763
|
}>;
|
|
1764
1764
|
content: z.ZodString;
|
|
1765
1765
|
}, z.core.$strip>;
|
|
@@ -1767,9 +1767,9 @@ export declare const AgentAttachmentSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
1767
1767
|
oldLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1768
1768
|
newLineNumber: z.ZodNullable<z.ZodNumber>;
|
|
1769
1769
|
type: z.ZodEnum<{
|
|
1770
|
+
remove: "remove";
|
|
1770
1771
|
context: "context";
|
|
1771
1772
|
add: "add";
|
|
1772
|
-
remove: "remove";
|
|
1773
1773
|
}>;
|
|
1774
1774
|
content: z.ZodString;
|
|
1775
1775
|
}, z.core.$strip>>;
|
|
@@ -1891,13 +1891,13 @@ export declare const SendAgentMessageSchema: z.ZodObject<{
|
|
|
1891
1891
|
targetLine: {
|
|
1892
1892
|
oldLineNumber: number | null;
|
|
1893
1893
|
newLineNumber: number | null;
|
|
1894
|
-
type: "
|
|
1894
|
+
type: "remove" | "context" | "add";
|
|
1895
1895
|
content: string;
|
|
1896
1896
|
};
|
|
1897
1897
|
lines: {
|
|
1898
1898
|
oldLineNumber: number | null;
|
|
1899
1899
|
newLineNumber: number | null;
|
|
1900
|
-
type: "
|
|
1900
|
+
type: "remove" | "context" | "add";
|
|
1901
1901
|
content: string;
|
|
1902
1902
|
}[];
|
|
1903
1903
|
};
|
|
@@ -2154,13 +2154,13 @@ export declare const SendAgentMessageRequestSchema: z.ZodObject<{
|
|
|
2154
2154
|
targetLine: {
|
|
2155
2155
|
oldLineNumber: number | null;
|
|
2156
2156
|
newLineNumber: number | null;
|
|
2157
|
-
type: "
|
|
2157
|
+
type: "remove" | "context" | "add";
|
|
2158
2158
|
content: string;
|
|
2159
2159
|
};
|
|
2160
2160
|
lines: {
|
|
2161
2161
|
oldLineNumber: number | null;
|
|
2162
2162
|
newLineNumber: number | null;
|
|
2163
|
-
type: "
|
|
2163
|
+
type: "remove" | "context" | "add";
|
|
2164
2164
|
content: string;
|
|
2165
2165
|
}[];
|
|
2166
2166
|
};
|
|
@@ -2486,20 +2486,20 @@ export declare const SetDaemonConfigRequestMessageSchema: z.ZodObject<{
|
|
|
2486
2486
|
}, z.core.$loose>>>;
|
|
2487
2487
|
projectKnowledge: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2488
2488
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
2489
|
-
repository: "repository";
|
|
2490
2489
|
host: "host";
|
|
2490
|
+
repository: "repository";
|
|
2491
2491
|
}>>;
|
|
2492
2492
|
}, z.core.$loose>>>;
|
|
2493
2493
|
projectArtifacts: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2494
2494
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
2495
|
-
repository: "repository";
|
|
2496
2495
|
host: "host";
|
|
2496
|
+
repository: "repository";
|
|
2497
2497
|
}>>;
|
|
2498
2498
|
}, z.core.$loose>>>;
|
|
2499
2499
|
projectWorkflows: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2500
2500
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
2501
|
-
repository: "repository";
|
|
2502
2501
|
host: "host";
|
|
2502
|
+
repository: "repository";
|
|
2503
2503
|
}>>;
|
|
2504
2504
|
}, z.core.$loose>>>;
|
|
2505
2505
|
agentPersonalities: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -3037,13 +3037,13 @@ export declare const CreateAgentRequestMessageSchema: z.ZodObject<{
|
|
|
3037
3037
|
targetLine: {
|
|
3038
3038
|
oldLineNumber: number | null;
|
|
3039
3039
|
newLineNumber: number | null;
|
|
3040
|
-
type: "
|
|
3040
|
+
type: "remove" | "context" | "add";
|
|
3041
3041
|
content: string;
|
|
3042
3042
|
};
|
|
3043
3043
|
lines: {
|
|
3044
3044
|
oldLineNumber: number | null;
|
|
3045
3045
|
newLineNumber: number | null;
|
|
3046
|
-
type: "
|
|
3046
|
+
type: "remove" | "context" | "add";
|
|
3047
3047
|
content: string;
|
|
3048
3048
|
}[];
|
|
3049
3049
|
};
|
|
@@ -4167,13 +4167,13 @@ export declare const FirstAgentContextSchema: z.ZodObject<{
|
|
|
4167
4167
|
targetLine: {
|
|
4168
4168
|
oldLineNumber: number | null;
|
|
4169
4169
|
newLineNumber: number | null;
|
|
4170
|
-
type: "
|
|
4170
|
+
type: "remove" | "context" | "add";
|
|
4171
4171
|
content: string;
|
|
4172
4172
|
};
|
|
4173
4173
|
lines: {
|
|
4174
4174
|
oldLineNumber: number | null;
|
|
4175
4175
|
newLineNumber: number | null;
|
|
4176
|
-
type: "
|
|
4176
|
+
type: "remove" | "context" | "add";
|
|
4177
4177
|
content: string;
|
|
4178
4178
|
}[];
|
|
4179
4179
|
};
|
|
@@ -4278,13 +4278,13 @@ export declare const CreateOttoWorktreeRequestSchema: z.ZodObject<{
|
|
|
4278
4278
|
targetLine: {
|
|
4279
4279
|
oldLineNumber: number | null;
|
|
4280
4280
|
newLineNumber: number | null;
|
|
4281
|
-
type: "
|
|
4281
|
+
type: "remove" | "context" | "add";
|
|
4282
4282
|
content: string;
|
|
4283
4283
|
};
|
|
4284
4284
|
lines: {
|
|
4285
4285
|
oldLineNumber: number | null;
|
|
4286
4286
|
newLineNumber: number | null;
|
|
4287
|
-
type: "
|
|
4287
|
+
type: "remove" | "context" | "add";
|
|
4288
4288
|
content: string;
|
|
4289
4289
|
}[];
|
|
4290
4290
|
};
|
|
@@ -4384,13 +4384,13 @@ export declare const CreateOttoWorktreeRequestSchema: z.ZodObject<{
|
|
|
4384
4384
|
targetLine: {
|
|
4385
4385
|
oldLineNumber: number | null;
|
|
4386
4386
|
newLineNumber: number | null;
|
|
4387
|
-
type: "
|
|
4387
|
+
type: "remove" | "context" | "add";
|
|
4388
4388
|
content: string;
|
|
4389
4389
|
};
|
|
4390
4390
|
lines: {
|
|
4391
4391
|
oldLineNumber: number | null;
|
|
4392
4392
|
newLineNumber: number | null;
|
|
4393
|
-
type: "
|
|
4393
|
+
type: "remove" | "context" | "add";
|
|
4394
4394
|
content: string;
|
|
4395
4395
|
}[];
|
|
4396
4396
|
};
|
|
@@ -4656,13 +4656,13 @@ export declare const WorkspaceCreateRequestSchema: z.ZodObject<{
|
|
|
4656
4656
|
targetLine: {
|
|
4657
4657
|
oldLineNumber: number | null;
|
|
4658
4658
|
newLineNumber: number | null;
|
|
4659
|
-
type: "
|
|
4659
|
+
type: "remove" | "context" | "add";
|
|
4660
4660
|
content: string;
|
|
4661
4661
|
};
|
|
4662
4662
|
lines: {
|
|
4663
4663
|
oldLineNumber: number | null;
|
|
4664
4664
|
newLineNumber: number | null;
|
|
4665
|
-
type: "
|
|
4665
|
+
type: "remove" | "context" | "add";
|
|
4666
4666
|
content: string;
|
|
4667
4667
|
}[];
|
|
4668
4668
|
};
|
|
@@ -4747,9 +4747,9 @@ declare const ParsedDiffFileSchema: z.ZodObject<{
|
|
|
4747
4747
|
newCount: z.ZodNumber;
|
|
4748
4748
|
lines: z.ZodArray<z.ZodObject<{
|
|
4749
4749
|
type: z.ZodEnum<{
|
|
4750
|
+
remove: "remove";
|
|
4750
4751
|
context: "context";
|
|
4751
4752
|
add: "add";
|
|
4752
|
-
remove: "remove";
|
|
4753
4753
|
header: "header";
|
|
4754
4754
|
}>;
|
|
4755
4755
|
content: z.ZodString;
|
|
@@ -6077,13 +6077,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
6077
6077
|
targetLine: {
|
|
6078
6078
|
oldLineNumber: number | null;
|
|
6079
6079
|
newLineNumber: number | null;
|
|
6080
|
-
type: "
|
|
6080
|
+
type: "remove" | "context" | "add";
|
|
6081
6081
|
content: string;
|
|
6082
6082
|
};
|
|
6083
6083
|
lines: {
|
|
6084
6084
|
oldLineNumber: number | null;
|
|
6085
6085
|
newLineNumber: number | null;
|
|
6086
|
-
type: "
|
|
6086
|
+
type: "remove" | "context" | "add";
|
|
6087
6087
|
content: string;
|
|
6088
6088
|
}[];
|
|
6089
6089
|
};
|
|
@@ -6314,20 +6314,20 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
6314
6314
|
}, z.core.$loose>>>;
|
|
6315
6315
|
projectKnowledge: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6316
6316
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
6317
|
-
repository: "repository";
|
|
6318
6317
|
host: "host";
|
|
6318
|
+
repository: "repository";
|
|
6319
6319
|
}>>;
|
|
6320
6320
|
}, z.core.$loose>>>;
|
|
6321
6321
|
projectArtifacts: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6322
6322
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
6323
|
-
repository: "repository";
|
|
6324
6323
|
host: "host";
|
|
6324
|
+
repository: "repository";
|
|
6325
6325
|
}>>;
|
|
6326
6326
|
}, z.core.$loose>>>;
|
|
6327
6327
|
projectWorkflows: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6328
6328
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
6329
|
-
repository: "repository";
|
|
6330
6329
|
host: "host";
|
|
6330
|
+
repository: "repository";
|
|
6331
6331
|
}>>;
|
|
6332
6332
|
}, z.core.$loose>>>;
|
|
6333
6333
|
agentPersonalities: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -6955,13 +6955,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
6955
6955
|
targetLine: {
|
|
6956
6956
|
oldLineNumber: number | null;
|
|
6957
6957
|
newLineNumber: number | null;
|
|
6958
|
-
type: "
|
|
6958
|
+
type: "remove" | "context" | "add";
|
|
6959
6959
|
content: string;
|
|
6960
6960
|
};
|
|
6961
6961
|
lines: {
|
|
6962
6962
|
oldLineNumber: number | null;
|
|
6963
6963
|
newLineNumber: number | null;
|
|
6964
|
-
type: "
|
|
6964
|
+
type: "remove" | "context" | "add";
|
|
6965
6965
|
content: string;
|
|
6966
6966
|
}[];
|
|
6967
6967
|
};
|
|
@@ -7262,8 +7262,8 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
7262
7262
|
projectId: z.ZodString;
|
|
7263
7263
|
workspaceId: z.ZodOptional<z.ZodString>;
|
|
7264
7264
|
location: z.ZodNullable<z.ZodEnum<{
|
|
7265
|
-
repository: "repository";
|
|
7266
7265
|
host: "host";
|
|
7266
|
+
repository: "repository";
|
|
7267
7267
|
}>>;
|
|
7268
7268
|
movePages: z.ZodDefault<z.ZodBoolean>;
|
|
7269
7269
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -7798,8 +7798,8 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
7798
7798
|
projectId: z.ZodOptional<z.ZodString>;
|
|
7799
7799
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
7800
7800
|
location: z.ZodEnum<{
|
|
7801
|
-
repository: "repository";
|
|
7802
7801
|
host: "host";
|
|
7802
|
+
repository: "repository";
|
|
7803
7803
|
}>;
|
|
7804
7804
|
storeKey: z.ZodString;
|
|
7805
7805
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -7918,8 +7918,8 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
7918
7918
|
projectId: z.ZodOptional<z.ZodString>;
|
|
7919
7919
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
7920
7920
|
location: z.ZodEnum<{
|
|
7921
|
-
repository: "repository";
|
|
7922
7921
|
host: "host";
|
|
7922
|
+
repository: "repository";
|
|
7923
7923
|
}>;
|
|
7924
7924
|
storeKey: z.ZodString;
|
|
7925
7925
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -8036,8 +8036,8 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8036
8036
|
projectId: z.ZodOptional<z.ZodString>;
|
|
8037
8037
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
8038
8038
|
location: z.ZodEnum<{
|
|
8039
|
-
repository: "repository";
|
|
8040
8039
|
host: "host";
|
|
8040
|
+
repository: "repository";
|
|
8041
8041
|
}>;
|
|
8042
8042
|
storeKey: z.ZodString;
|
|
8043
8043
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -8051,8 +8051,8 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8051
8051
|
source: z.ZodObject<{
|
|
8052
8052
|
storeKey: z.ZodString;
|
|
8053
8053
|
location: z.ZodEnum<{
|
|
8054
|
-
repository: "repository";
|
|
8055
8054
|
host: "host";
|
|
8055
|
+
repository: "repository";
|
|
8056
8056
|
}>;
|
|
8057
8057
|
hostName: z.ZodOptional<z.ZodString>;
|
|
8058
8058
|
source: z.ZodEnum<{
|
|
@@ -8093,8 +8093,8 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8093
8093
|
projectId: z.ZodOptional<z.ZodString>;
|
|
8094
8094
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
8095
8095
|
location: z.ZodEnum<{
|
|
8096
|
-
repository: "repository";
|
|
8097
8096
|
host: "host";
|
|
8097
|
+
repository: "repository";
|
|
8098
8098
|
}>;
|
|
8099
8099
|
storeKey: z.ZodString;
|
|
8100
8100
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -8140,8 +8140,8 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8140
8140
|
projectId: z.ZodOptional<z.ZodString>;
|
|
8141
8141
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
8142
8142
|
location: z.ZodEnum<{
|
|
8143
|
-
repository: "repository";
|
|
8144
8143
|
host: "host";
|
|
8144
|
+
repository: "repository";
|
|
8145
8145
|
}>;
|
|
8146
8146
|
storeKey: z.ZodString;
|
|
8147
8147
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -8163,13 +8163,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8163
8163
|
}>;
|
|
8164
8164
|
recordId: z.ZodString;
|
|
8165
8165
|
source: z.ZodEnum<{
|
|
8166
|
-
repository: "repository";
|
|
8167
8166
|
host: "host";
|
|
8167
|
+
repository: "repository";
|
|
8168
8168
|
"legacy-host-library": "legacy-host-library";
|
|
8169
8169
|
}>;
|
|
8170
8170
|
destination: z.ZodEnum<{
|
|
8171
|
-
repository: "repository";
|
|
8172
8171
|
host: "host";
|
|
8172
|
+
repository: "repository";
|
|
8173
8173
|
}>;
|
|
8174
8174
|
mode: z.ZodEnum<{
|
|
8175
8175
|
copy: "copy";
|
|
@@ -8221,8 +8221,8 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8221
8221
|
type: z.ZodLiteral<"project.workflow.store.set.request">;
|
|
8222
8222
|
projectId: z.ZodString;
|
|
8223
8223
|
location: z.ZodNullable<z.ZodEnum<{
|
|
8224
|
-
repository: "repository";
|
|
8225
8224
|
host: "host";
|
|
8225
|
+
repository: "repository";
|
|
8226
8226
|
}>>;
|
|
8227
8227
|
requestId: z.ZodString;
|
|
8228
8228
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -8488,6 +8488,35 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8488
8488
|
type: z.ZodLiteral<"hosting.auth_status.request">;
|
|
8489
8489
|
provider: z.ZodString;
|
|
8490
8490
|
requestId: z.ZodString;
|
|
8491
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8492
|
+
type: z.ZodLiteral<"forge.connections.manage.request">;
|
|
8493
|
+
requestId: z.ZodString;
|
|
8494
|
+
action: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
8495
|
+
kind: z.ZodLiteral<"list">;
|
|
8496
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
8497
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8498
|
+
kind: z.ZodLiteral<"save">;
|
|
8499
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
8500
|
+
useForScope: z.ZodOptional<z.ZodBoolean>;
|
|
8501
|
+
id: z.ZodOptional<z.ZodString>;
|
|
8502
|
+
expectedRevision: z.ZodOptional<z.ZodNumber>;
|
|
8503
|
+
forge: z.ZodString;
|
|
8504
|
+
host: z.ZodString;
|
|
8505
|
+
label: z.ZodString;
|
|
8506
|
+
method: z.ZodString;
|
|
8507
|
+
account: z.ZodOptional<z.ZodString>;
|
|
8508
|
+
secret: z.ZodOptional<z.ZodString>;
|
|
8509
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8510
|
+
kind: z.ZodLiteral<"select">;
|
|
8511
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
8512
|
+
forge: z.ZodString;
|
|
8513
|
+
host: z.ZodString;
|
|
8514
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
8515
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8516
|
+
kind: z.ZodLiteral<"remove">;
|
|
8517
|
+
id: z.ZodString;
|
|
8518
|
+
expectedRevision: z.ZodNumber;
|
|
8519
|
+
}, z.core.$strip>], "kind">;
|
|
8491
8520
|
}, z.core.$strip>, z.ZodObject<{
|
|
8492
8521
|
type: z.ZodLiteral<"directory_suggestions_request">;
|
|
8493
8522
|
query: z.ZodString;
|
|
@@ -8607,13 +8636,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8607
8636
|
targetLine: {
|
|
8608
8637
|
oldLineNumber: number | null;
|
|
8609
8638
|
newLineNumber: number | null;
|
|
8610
|
-
type: "
|
|
8639
|
+
type: "remove" | "context" | "add";
|
|
8611
8640
|
content: string;
|
|
8612
8641
|
};
|
|
8613
8642
|
lines: {
|
|
8614
8643
|
oldLineNumber: number | null;
|
|
8615
8644
|
newLineNumber: number | null;
|
|
8616
|
-
type: "
|
|
8645
|
+
type: "remove" | "context" | "add";
|
|
8617
8646
|
content: string;
|
|
8618
8647
|
}[];
|
|
8619
8648
|
};
|
|
@@ -8713,13 +8742,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8713
8742
|
targetLine: {
|
|
8714
8743
|
oldLineNumber: number | null;
|
|
8715
8744
|
newLineNumber: number | null;
|
|
8716
|
-
type: "
|
|
8745
|
+
type: "remove" | "context" | "add";
|
|
8717
8746
|
content: string;
|
|
8718
8747
|
};
|
|
8719
8748
|
lines: {
|
|
8720
8749
|
oldLineNumber: number | null;
|
|
8721
8750
|
newLineNumber: number | null;
|
|
8722
|
-
type: "
|
|
8751
|
+
type: "remove" | "context" | "add";
|
|
8723
8752
|
content: string;
|
|
8724
8753
|
}[];
|
|
8725
8754
|
};
|
|
@@ -8952,13 +8981,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
8952
8981
|
targetLine: {
|
|
8953
8982
|
oldLineNumber: number | null;
|
|
8954
8983
|
newLineNumber: number | null;
|
|
8955
|
-
type: "
|
|
8984
|
+
type: "remove" | "context" | "add";
|
|
8956
8985
|
content: string;
|
|
8957
8986
|
};
|
|
8958
8987
|
lines: {
|
|
8959
8988
|
oldLineNumber: number | null;
|
|
8960
8989
|
newLineNumber: number | null;
|
|
8961
|
-
type: "
|
|
8990
|
+
type: "remove" | "context" | "add";
|
|
8962
8991
|
content: string;
|
|
8963
8992
|
}[];
|
|
8964
8993
|
};
|
|
@@ -9662,16 +9691,16 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
9662
9691
|
type: z.ZodLiteral<"artifact.store.move.request">;
|
|
9663
9692
|
artifactId: z.ZodString;
|
|
9664
9693
|
destination: z.ZodEnum<{
|
|
9665
|
-
repository: "repository";
|
|
9666
9694
|
host: "host";
|
|
9695
|
+
repository: "repository";
|
|
9667
9696
|
}>;
|
|
9668
9697
|
requestId: z.ZodString;
|
|
9669
9698
|
}, z.core.$strip>, z.ZodObject<{
|
|
9670
9699
|
type: z.ZodLiteral<"project.artifact.store.set.request">;
|
|
9671
9700
|
projectId: z.ZodString;
|
|
9672
9701
|
location: z.ZodNullable<z.ZodEnum<{
|
|
9673
|
-
repository: "repository";
|
|
9674
9702
|
host: "host";
|
|
9703
|
+
repository: "repository";
|
|
9675
9704
|
}>>;
|
|
9676
9705
|
requestId: z.ZodString;
|
|
9677
9706
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -10123,6 +10152,7 @@ export declare const ServerInfoStatusPayloadSchema: z.ZodPipe<z.ZodObject<{
|
|
|
10123
10152
|
providerRemoval: z.ZodOptional<z.ZodBoolean>;
|
|
10124
10153
|
importSessionWorkspaceTarget: z.ZodOptional<z.ZodBoolean>;
|
|
10125
10154
|
forgeProviders: z.ZodOptional<z.ZodBoolean>;
|
|
10155
|
+
forgeConnections: z.ZodOptional<z.ZodBoolean>;
|
|
10126
10156
|
selectiveAgentTimeline: z.ZodOptional<z.ZodBoolean>;
|
|
10127
10157
|
canonicalSubmittedPrompts: z.ZodOptional<z.ZodBoolean>;
|
|
10128
10158
|
agentTurnIdentity: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -10337,6 +10367,7 @@ export declare const ServerInfoStatusPayloadSchema: z.ZodPipe<z.ZodObject<{
|
|
|
10337
10367
|
providerRemoval?: boolean | undefined;
|
|
10338
10368
|
importSessionWorkspaceTarget?: boolean | undefined;
|
|
10339
10369
|
forgeProviders?: boolean | undefined;
|
|
10370
|
+
forgeConnections?: boolean | undefined;
|
|
10340
10371
|
selectiveAgentTimeline?: boolean | undefined;
|
|
10341
10372
|
canonicalSubmittedPrompts?: boolean | undefined;
|
|
10342
10373
|
agentTurnIdentity?: boolean | undefined;
|
|
@@ -10552,6 +10583,7 @@ export declare const ServerInfoStatusPayloadSchema: z.ZodPipe<z.ZodObject<{
|
|
|
10552
10583
|
providerRemoval?: boolean | undefined;
|
|
10553
10584
|
importSessionWorkspaceTarget?: boolean | undefined;
|
|
10554
10585
|
forgeProviders?: boolean | undefined;
|
|
10586
|
+
forgeConnections?: boolean | undefined;
|
|
10555
10587
|
selectiveAgentTimeline?: boolean | undefined;
|
|
10556
10588
|
canonicalSubmittedPrompts?: boolean | undefined;
|
|
10557
10589
|
agentTurnIdentity?: boolean | undefined;
|
|
@@ -11154,20 +11186,20 @@ export declare const DaemonConfigChangedStatusPayloadSchema: z.ZodObject<{
|
|
|
11154
11186
|
}, z.core.$loose>>;
|
|
11155
11187
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
11156
11188
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
11157
|
-
repository: "repository";
|
|
11158
11189
|
host: "host";
|
|
11190
|
+
repository: "repository";
|
|
11159
11191
|
}>>;
|
|
11160
11192
|
}, z.core.$loose>>;
|
|
11161
11193
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
11162
11194
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
11163
|
-
repository: "repository";
|
|
11164
11195
|
host: "host";
|
|
11196
|
+
repository: "repository";
|
|
11165
11197
|
}>>;
|
|
11166
11198
|
}, z.core.$loose>>;
|
|
11167
11199
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
11168
11200
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
11169
|
-
repository: "repository";
|
|
11170
11201
|
host: "host";
|
|
11202
|
+
repository: "repository";
|
|
11171
11203
|
}>>;
|
|
11172
11204
|
}, z.core.$loose>>;
|
|
11173
11205
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -11890,20 +11922,20 @@ export declare const KnownStatusPayloadSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
11890
11922
|
}, z.core.$loose>>;
|
|
11891
11923
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
11892
11924
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
11893
|
-
repository: "repository";
|
|
11894
11925
|
host: "host";
|
|
11926
|
+
repository: "repository";
|
|
11895
11927
|
}>>;
|
|
11896
11928
|
}, z.core.$loose>>;
|
|
11897
11929
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
11898
11930
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
11899
|
-
repository: "repository";
|
|
11900
11931
|
host: "host";
|
|
11932
|
+
repository: "repository";
|
|
11901
11933
|
}>>;
|
|
11902
11934
|
}, z.core.$loose>>;
|
|
11903
11935
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
11904
11936
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
11905
|
-
repository: "repository";
|
|
11906
11937
|
host: "host";
|
|
11938
|
+
repository: "repository";
|
|
11907
11939
|
}>>;
|
|
11908
11940
|
}, z.core.$loose>>;
|
|
11909
11941
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -12811,8 +12843,8 @@ export declare const ArtifactUpdateMessageSchema: z.ZodObject<{
|
|
|
12811
12843
|
runId: z.ZodString;
|
|
12812
12844
|
}, z.core.$strip>], "kind">>;
|
|
12813
12845
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
12814
|
-
repository: "repository";
|
|
12815
12846
|
host: "host";
|
|
12847
|
+
repository: "repository";
|
|
12816
12848
|
}>>;
|
|
12817
12849
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
12818
12850
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -13843,16 +13875,16 @@ export declare const WorkspaceProjectDescriptorPayloadSchema: z.ZodObject<{
|
|
|
13843
13875
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13844
13876
|
}, z.core.$loose>>>;
|
|
13845
13877
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
13846
|
-
repository: "repository";
|
|
13847
13878
|
host: "host";
|
|
13879
|
+
repository: "repository";
|
|
13848
13880
|
}>>>;
|
|
13849
13881
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
13850
|
-
repository: "repository";
|
|
13851
13882
|
host: "host";
|
|
13883
|
+
repository: "repository";
|
|
13852
13884
|
}>>>;
|
|
13853
13885
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
13854
|
-
repository: "repository";
|
|
13855
13886
|
host: "host";
|
|
13887
|
+
repository: "repository";
|
|
13856
13888
|
}>>>;
|
|
13857
13889
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13858
13890
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -14361,16 +14393,16 @@ export declare const FetchWorkspacesResponseMessageSchema: z.ZodObject<{
|
|
|
14361
14393
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14362
14394
|
}, z.core.$loose>>>;
|
|
14363
14395
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14364
|
-
repository: "repository";
|
|
14365
14396
|
host: "host";
|
|
14397
|
+
repository: "repository";
|
|
14366
14398
|
}>>>;
|
|
14367
14399
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14368
|
-
repository: "repository";
|
|
14369
14400
|
host: "host";
|
|
14401
|
+
repository: "repository";
|
|
14370
14402
|
}>>>;
|
|
14371
14403
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14372
|
-
repository: "repository";
|
|
14373
14404
|
host: "host";
|
|
14405
|
+
repository: "repository";
|
|
14374
14406
|
}>>>;
|
|
14375
14407
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14376
14408
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -14908,16 +14940,16 @@ export declare const WorkspaceUpdateMessageSchema: z.ZodObject<{
|
|
|
14908
14940
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14909
14941
|
}, z.core.$loose>>>;
|
|
14910
14942
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14911
|
-
repository: "repository";
|
|
14912
14943
|
host: "host";
|
|
14944
|
+
repository: "repository";
|
|
14913
14945
|
}>>>;
|
|
14914
14946
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14915
|
-
repository: "repository";
|
|
14916
14947
|
host: "host";
|
|
14948
|
+
repository: "repository";
|
|
14917
14949
|
}>>>;
|
|
14918
14950
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14919
|
-
repository: "repository";
|
|
14920
14951
|
host: "host";
|
|
14952
|
+
repository: "repository";
|
|
14921
14953
|
}>>>;
|
|
14922
14954
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14923
14955
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -14951,16 +14983,16 @@ export declare const ProjectUpdatedNotificationSchema: z.ZodObject<{
|
|
|
14951
14983
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14952
14984
|
}, z.core.$loose>>>;
|
|
14953
14985
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14954
|
-
repository: "repository";
|
|
14955
14986
|
host: "host";
|
|
14987
|
+
repository: "repository";
|
|
14956
14988
|
}>>>;
|
|
14957
14989
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14958
|
-
repository: "repository";
|
|
14959
14990
|
host: "host";
|
|
14991
|
+
repository: "repository";
|
|
14960
14992
|
}>>>;
|
|
14961
14993
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
14962
|
-
repository: "repository";
|
|
14963
14994
|
host: "host";
|
|
14995
|
+
repository: "repository";
|
|
14964
14996
|
}>>>;
|
|
14965
14997
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14966
14998
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -15113,16 +15145,16 @@ export declare const ProjectUpdateMessageSchema: z.ZodObject<{
|
|
|
15113
15145
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15114
15146
|
}, z.core.$loose>>>;
|
|
15115
15147
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15116
|
-
repository: "repository";
|
|
15117
15148
|
host: "host";
|
|
15149
|
+
repository: "repository";
|
|
15118
15150
|
}>>>;
|
|
15119
15151
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15120
|
-
repository: "repository";
|
|
15121
15152
|
host: "host";
|
|
15153
|
+
repository: "repository";
|
|
15122
15154
|
}>>>;
|
|
15123
15155
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15124
|
-
repository: "repository";
|
|
15125
15156
|
host: "host";
|
|
15157
|
+
repository: "repository";
|
|
15126
15158
|
}>>>;
|
|
15127
15159
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15128
15160
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -15161,16 +15193,16 @@ export declare const ProjectListResponseMessageSchema: z.ZodObject<{
|
|
|
15161
15193
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15162
15194
|
}, z.core.$loose>>>;
|
|
15163
15195
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15164
|
-
repository: "repository";
|
|
15165
15196
|
host: "host";
|
|
15197
|
+
repository: "repository";
|
|
15166
15198
|
}>>>;
|
|
15167
15199
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15168
|
-
repository: "repository";
|
|
15169
15200
|
host: "host";
|
|
15201
|
+
repository: "repository";
|
|
15170
15202
|
}>>>;
|
|
15171
15203
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15172
|
-
repository: "repository";
|
|
15173
15204
|
host: "host";
|
|
15205
|
+
repository: "repository";
|
|
15174
15206
|
}>>>;
|
|
15175
15207
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15176
15208
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -15845,16 +15877,16 @@ export declare const ProjectAddResponseSchema: z.ZodObject<{
|
|
|
15845
15877
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15846
15878
|
}, z.core.$loose>>>;
|
|
15847
15879
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15848
|
-
repository: "repository";
|
|
15849
15880
|
host: "host";
|
|
15881
|
+
repository: "repository";
|
|
15850
15882
|
}>>>;
|
|
15851
15883
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15852
|
-
repository: "repository";
|
|
15853
15884
|
host: "host";
|
|
15885
|
+
repository: "repository";
|
|
15854
15886
|
}>>>;
|
|
15855
15887
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15856
|
-
repository: "repository";
|
|
15857
15888
|
host: "host";
|
|
15889
|
+
repository: "repository";
|
|
15858
15890
|
}>>>;
|
|
15859
15891
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15860
15892
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -15890,16 +15922,16 @@ export declare const ProjectScaffoldResponseSchema: z.ZodObject<{
|
|
|
15890
15922
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15891
15923
|
}, z.core.$loose>>>;
|
|
15892
15924
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15893
|
-
repository: "repository";
|
|
15894
15925
|
host: "host";
|
|
15926
|
+
repository: "repository";
|
|
15895
15927
|
}>>>;
|
|
15896
15928
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15897
|
-
repository: "repository";
|
|
15898
15929
|
host: "host";
|
|
15930
|
+
repository: "repository";
|
|
15899
15931
|
}>>>;
|
|
15900
15932
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15901
|
-
repository: "repository";
|
|
15902
15933
|
host: "host";
|
|
15934
|
+
repository: "repository";
|
|
15903
15935
|
}>>>;
|
|
15904
15936
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15905
15937
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -15978,16 +16010,16 @@ export declare const ProjectCreateDirectoryResponseSchema: z.ZodObject<{
|
|
|
15978
16010
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15979
16011
|
}, z.core.$loose>>>;
|
|
15980
16012
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15981
|
-
repository: "repository";
|
|
15982
16013
|
host: "host";
|
|
16014
|
+
repository: "repository";
|
|
15983
16015
|
}>>>;
|
|
15984
16016
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15985
|
-
repository: "repository";
|
|
15986
16017
|
host: "host";
|
|
16018
|
+
repository: "repository";
|
|
15987
16019
|
}>>>;
|
|
15988
16020
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
15989
|
-
repository: "repository";
|
|
15990
16021
|
host: "host";
|
|
16022
|
+
repository: "repository";
|
|
15991
16023
|
}>>>;
|
|
15992
16024
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15993
16025
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -16100,16 +16132,16 @@ export declare const ProjectGithubCloneResponseSchema: z.ZodObject<{
|
|
|
16100
16132
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16101
16133
|
}, z.core.$loose>>>;
|
|
16102
16134
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
16103
|
-
repository: "repository";
|
|
16104
16135
|
host: "host";
|
|
16136
|
+
repository: "repository";
|
|
16105
16137
|
}>>>;
|
|
16106
16138
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
16107
|
-
repository: "repository";
|
|
16108
16139
|
host: "host";
|
|
16140
|
+
repository: "repository";
|
|
16109
16141
|
}>>>;
|
|
16110
16142
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
16111
|
-
repository: "repository";
|
|
16112
16143
|
host: "host";
|
|
16144
|
+
repository: "repository";
|
|
16113
16145
|
}>>>;
|
|
16114
16146
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16115
16147
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -18673,20 +18705,20 @@ export declare const GetDaemonConfigResponseMessageSchema: z.ZodObject<{
|
|
|
18673
18705
|
}, z.core.$loose>>;
|
|
18674
18706
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
18675
18707
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
18676
|
-
repository: "repository";
|
|
18677
18708
|
host: "host";
|
|
18709
|
+
repository: "repository";
|
|
18678
18710
|
}>>;
|
|
18679
18711
|
}, z.core.$loose>>;
|
|
18680
18712
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
18681
18713
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
18682
|
-
repository: "repository";
|
|
18683
18714
|
host: "host";
|
|
18715
|
+
repository: "repository";
|
|
18684
18716
|
}>>;
|
|
18685
18717
|
}, z.core.$loose>>;
|
|
18686
18718
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
18687
18719
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
18688
|
-
repository: "repository";
|
|
18689
18720
|
host: "host";
|
|
18721
|
+
repository: "repository";
|
|
18690
18722
|
}>>;
|
|
18691
18723
|
}, z.core.$loose>>;
|
|
18692
18724
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -19179,20 +19211,20 @@ export declare const SetDaemonConfigResponseMessageSchema: z.ZodObject<{
|
|
|
19179
19211
|
}, z.core.$loose>>;
|
|
19180
19212
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
19181
19213
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
19182
|
-
repository: "repository";
|
|
19183
19214
|
host: "host";
|
|
19215
|
+
repository: "repository";
|
|
19184
19216
|
}>>;
|
|
19185
19217
|
}, z.core.$loose>>;
|
|
19186
19218
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
19187
19219
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
19188
|
-
repository: "repository";
|
|
19189
19220
|
host: "host";
|
|
19221
|
+
repository: "repository";
|
|
19190
19222
|
}>>;
|
|
19191
19223
|
}, z.core.$loose>>;
|
|
19192
19224
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
19193
19225
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
19194
|
-
repository: "repository";
|
|
19195
19226
|
host: "host";
|
|
19227
|
+
repository: "repository";
|
|
19196
19228
|
}>>;
|
|
19197
19229
|
}, z.core.$loose>>;
|
|
19198
19230
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -19808,9 +19840,9 @@ export declare const SubscribeCheckoutDiffResponseSchema: z.ZodObject<{
|
|
|
19808
19840
|
newCount: z.ZodNumber;
|
|
19809
19841
|
lines: z.ZodArray<z.ZodObject<{
|
|
19810
19842
|
type: z.ZodEnum<{
|
|
19843
|
+
remove: "remove";
|
|
19811
19844
|
context: "context";
|
|
19812
19845
|
add: "add";
|
|
19813
|
-
remove: "remove";
|
|
19814
19846
|
header: "header";
|
|
19815
19847
|
}>;
|
|
19816
19848
|
content: z.ZodString;
|
|
@@ -19860,9 +19892,9 @@ export declare const CheckoutDiffUpdateSchema: z.ZodObject<{
|
|
|
19860
19892
|
newCount: z.ZodNumber;
|
|
19861
19893
|
lines: z.ZodArray<z.ZodObject<{
|
|
19862
19894
|
type: z.ZodEnum<{
|
|
19895
|
+
remove: "remove";
|
|
19863
19896
|
context: "context";
|
|
19864
19897
|
add: "add";
|
|
19865
|
-
remove: "remove";
|
|
19866
19898
|
header: "header";
|
|
19867
19899
|
}>;
|
|
19868
19900
|
content: z.ZodString;
|
|
@@ -19973,9 +20005,9 @@ export declare const CheckoutGitFileCommitDiffResponseSchema: z.ZodObject<{
|
|
|
19973
20005
|
newCount: z.ZodNumber;
|
|
19974
20006
|
lines: z.ZodArray<z.ZodObject<{
|
|
19975
20007
|
type: z.ZodEnum<{
|
|
20008
|
+
remove: "remove";
|
|
19976
20009
|
context: "context";
|
|
19977
20010
|
add: "add";
|
|
19978
|
-
remove: "remove";
|
|
19979
20011
|
header: "header";
|
|
19980
20012
|
}>;
|
|
19981
20013
|
content: z.ZodString;
|
|
@@ -20322,9 +20354,9 @@ export declare const CheckoutCommitFileDiffResponseSchema: z.ZodObject<{
|
|
|
20322
20354
|
newCount: z.ZodNumber;
|
|
20323
20355
|
lines: z.ZodArray<z.ZodObject<{
|
|
20324
20356
|
type: z.ZodEnum<{
|
|
20357
|
+
remove: "remove";
|
|
20325
20358
|
context: "context";
|
|
20326
20359
|
add: "add";
|
|
20327
|
-
remove: "remove";
|
|
20328
20360
|
header: "header";
|
|
20329
20361
|
}>;
|
|
20330
20362
|
content: z.ZodString;
|
|
@@ -24686,8 +24718,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
24686
24718
|
runId: z.ZodString;
|
|
24687
24719
|
}, z.core.$strip>], "kind">>;
|
|
24688
24720
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
24689
|
-
repository: "repository";
|
|
24690
24721
|
host: "host";
|
|
24722
|
+
repository: "repository";
|
|
24691
24723
|
}>>;
|
|
24692
24724
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
24693
24725
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -25394,16 +25426,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
25394
25426
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25395
25427
|
}, z.core.$loose>>>;
|
|
25396
25428
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25397
|
-
repository: "repository";
|
|
25398
25429
|
host: "host";
|
|
25430
|
+
repository: "repository";
|
|
25399
25431
|
}>>>;
|
|
25400
25432
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25401
|
-
repository: "repository";
|
|
25402
25433
|
host: "host";
|
|
25434
|
+
repository: "repository";
|
|
25403
25435
|
}>>>;
|
|
25404
25436
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25405
|
-
repository: "repository";
|
|
25406
25437
|
host: "host";
|
|
25438
|
+
repository: "repository";
|
|
25407
25439
|
}>>>;
|
|
25408
25440
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25409
25441
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -25551,16 +25583,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
25551
25583
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25552
25584
|
}, z.core.$loose>>>;
|
|
25553
25585
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25554
|
-
repository: "repository";
|
|
25555
25586
|
host: "host";
|
|
25587
|
+
repository: "repository";
|
|
25556
25588
|
}>>>;
|
|
25557
25589
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25558
|
-
repository: "repository";
|
|
25559
25590
|
host: "host";
|
|
25591
|
+
repository: "repository";
|
|
25560
25592
|
}>>>;
|
|
25561
25593
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25562
|
-
repository: "repository";
|
|
25563
25594
|
host: "host";
|
|
25595
|
+
repository: "repository";
|
|
25564
25596
|
}>>>;
|
|
25565
25597
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25566
25598
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -25598,16 +25630,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
25598
25630
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25599
25631
|
}, z.core.$loose>>>;
|
|
25600
25632
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25601
|
-
repository: "repository";
|
|
25602
25633
|
host: "host";
|
|
25634
|
+
repository: "repository";
|
|
25603
25635
|
}>>>;
|
|
25604
25636
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25605
|
-
repository: "repository";
|
|
25606
25637
|
host: "host";
|
|
25638
|
+
repository: "repository";
|
|
25607
25639
|
}>>>;
|
|
25608
25640
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
25609
|
-
repository: "repository";
|
|
25610
25641
|
host: "host";
|
|
25642
|
+
repository: "repository";
|
|
25611
25643
|
}>>>;
|
|
25612
25644
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25613
25645
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -26910,16 +26942,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
26910
26942
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26911
26943
|
}, z.core.$loose>>>;
|
|
26912
26944
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
26913
|
-
repository: "repository";
|
|
26914
26945
|
host: "host";
|
|
26946
|
+
repository: "repository";
|
|
26915
26947
|
}>>>;
|
|
26916
26948
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
26917
|
-
repository: "repository";
|
|
26918
26949
|
host: "host";
|
|
26950
|
+
repository: "repository";
|
|
26919
26951
|
}>>>;
|
|
26920
26952
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
26921
|
-
repository: "repository";
|
|
26922
26953
|
host: "host";
|
|
26954
|
+
repository: "repository";
|
|
26923
26955
|
}>>>;
|
|
26924
26956
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26925
26957
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -26973,16 +27005,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
26973
27005
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26974
27006
|
}, z.core.$loose>>>;
|
|
26975
27007
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
26976
|
-
repository: "repository";
|
|
26977
27008
|
host: "host";
|
|
27009
|
+
repository: "repository";
|
|
26978
27010
|
}>>>;
|
|
26979
27011
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
26980
|
-
repository: "repository";
|
|
26981
27012
|
host: "host";
|
|
27013
|
+
repository: "repository";
|
|
26982
27014
|
}>>>;
|
|
26983
27015
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
26984
|
-
repository: "repository";
|
|
26985
27016
|
host: "host";
|
|
27017
|
+
repository: "repository";
|
|
26986
27018
|
}>>>;
|
|
26987
27019
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26988
27020
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -27017,16 +27049,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
27017
27049
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27018
27050
|
}, z.core.$loose>>>;
|
|
27019
27051
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27020
|
-
repository: "repository";
|
|
27021
27052
|
host: "host";
|
|
27053
|
+
repository: "repository";
|
|
27022
27054
|
}>>>;
|
|
27023
27055
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27024
|
-
repository: "repository";
|
|
27025
27056
|
host: "host";
|
|
27057
|
+
repository: "repository";
|
|
27026
27058
|
}>>>;
|
|
27027
27059
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27028
|
-
repository: "repository";
|
|
27029
27060
|
host: "host";
|
|
27061
|
+
repository: "repository";
|
|
27030
27062
|
}>>>;
|
|
27031
27063
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27032
27064
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -27095,16 +27127,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
27095
27127
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27096
27128
|
}, z.core.$loose>>>;
|
|
27097
27129
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27098
|
-
repository: "repository";
|
|
27099
27130
|
host: "host";
|
|
27131
|
+
repository: "repository";
|
|
27100
27132
|
}>>>;
|
|
27101
27133
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27102
|
-
repository: "repository";
|
|
27103
27134
|
host: "host";
|
|
27135
|
+
repository: "repository";
|
|
27104
27136
|
}>>>;
|
|
27105
27137
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27106
|
-
repository: "repository";
|
|
27107
27138
|
host: "host";
|
|
27139
|
+
repository: "repository";
|
|
27108
27140
|
}>>>;
|
|
27109
27141
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27110
27142
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -27702,16 +27734,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
27702
27734
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27703
27735
|
}, z.core.$loose>>>;
|
|
27704
27736
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27705
|
-
repository: "repository";
|
|
27706
27737
|
host: "host";
|
|
27738
|
+
repository: "repository";
|
|
27707
27739
|
}>>>;
|
|
27708
27740
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27709
|
-
repository: "repository";
|
|
27710
27741
|
host: "host";
|
|
27742
|
+
repository: "repository";
|
|
27711
27743
|
}>>>;
|
|
27712
27744
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
27713
|
-
repository: "repository";
|
|
27714
27745
|
host: "host";
|
|
27746
|
+
repository: "repository";
|
|
27715
27747
|
}>>>;
|
|
27716
27748
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27717
27749
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -30228,20 +30260,20 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
30228
30260
|
}, z.core.$loose>>;
|
|
30229
30261
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
30230
30262
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
30231
|
-
repository: "repository";
|
|
30232
30263
|
host: "host";
|
|
30264
|
+
repository: "repository";
|
|
30233
30265
|
}>>;
|
|
30234
30266
|
}, z.core.$loose>>;
|
|
30235
30267
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
30236
30268
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
30237
|
-
repository: "repository";
|
|
30238
30269
|
host: "host";
|
|
30270
|
+
repository: "repository";
|
|
30239
30271
|
}>>;
|
|
30240
30272
|
}, z.core.$loose>>;
|
|
30241
30273
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
30242
30274
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
30243
|
-
repository: "repository";
|
|
30244
30275
|
host: "host";
|
|
30276
|
+
repository: "repository";
|
|
30245
30277
|
}>>;
|
|
30246
30278
|
}, z.core.$loose>>;
|
|
30247
30279
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -30605,20 +30637,20 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
30605
30637
|
}, z.core.$loose>>;
|
|
30606
30638
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
30607
30639
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
30608
|
-
repository: "repository";
|
|
30609
30640
|
host: "host";
|
|
30641
|
+
repository: "repository";
|
|
30610
30642
|
}>>;
|
|
30611
30643
|
}, z.core.$loose>>;
|
|
30612
30644
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
30613
30645
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
30614
|
-
repository: "repository";
|
|
30615
30646
|
host: "host";
|
|
30647
|
+
repository: "repository";
|
|
30616
30648
|
}>>;
|
|
30617
30649
|
}, z.core.$loose>>;
|
|
30618
30650
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
30619
30651
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
30620
|
-
repository: "repository";
|
|
30621
30652
|
host: "host";
|
|
30653
|
+
repository: "repository";
|
|
30622
30654
|
}>>;
|
|
30623
30655
|
}, z.core.$loose>>;
|
|
30624
30656
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -32014,16 +32046,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
32014
32046
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32015
32047
|
}, z.core.$loose>>>;
|
|
32016
32048
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
32017
|
-
repository: "repository";
|
|
32018
32049
|
host: "host";
|
|
32050
|
+
repository: "repository";
|
|
32019
32051
|
}>>>;
|
|
32020
32052
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
32021
|
-
repository: "repository";
|
|
32022
32053
|
host: "host";
|
|
32054
|
+
repository: "repository";
|
|
32023
32055
|
}>>>;
|
|
32024
32056
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
32025
|
-
repository: "repository";
|
|
32026
32057
|
host: "host";
|
|
32058
|
+
repository: "repository";
|
|
32027
32059
|
}>>>;
|
|
32028
32060
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32029
32061
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -33995,9 +34027,9 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
33995
34027
|
newCount: z.ZodNumber;
|
|
33996
34028
|
lines: z.ZodArray<z.ZodObject<{
|
|
33997
34029
|
type: z.ZodEnum<{
|
|
34030
|
+
remove: "remove";
|
|
33998
34031
|
context: "context";
|
|
33999
34032
|
add: "add";
|
|
34000
|
-
remove: "remove";
|
|
34001
34033
|
header: "header";
|
|
34002
34034
|
}>;
|
|
34003
34035
|
content: z.ZodString;
|
|
@@ -34046,9 +34078,9 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
34046
34078
|
newCount: z.ZodNumber;
|
|
34047
34079
|
lines: z.ZodArray<z.ZodObject<{
|
|
34048
34080
|
type: z.ZodEnum<{
|
|
34081
|
+
remove: "remove";
|
|
34049
34082
|
context: "context";
|
|
34050
34083
|
add: "add";
|
|
34051
|
-
remove: "remove";
|
|
34052
34084
|
header: "header";
|
|
34053
34085
|
}>;
|
|
34054
34086
|
content: z.ZodString;
|
|
@@ -34254,9 +34286,9 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
34254
34286
|
newCount: z.ZodNumber;
|
|
34255
34287
|
lines: z.ZodArray<z.ZodObject<{
|
|
34256
34288
|
type: z.ZodEnum<{
|
|
34289
|
+
remove: "remove";
|
|
34257
34290
|
context: "context";
|
|
34258
34291
|
add: "add";
|
|
34259
|
-
remove: "remove";
|
|
34260
34292
|
header: "header";
|
|
34261
34293
|
}>;
|
|
34262
34294
|
content: z.ZodString;
|
|
@@ -34433,8 +34465,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
34433
34465
|
projectId: z.ZodOptional<z.ZodString>;
|
|
34434
34466
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
34435
34467
|
location: z.ZodEnum<{
|
|
34436
|
-
repository: "repository";
|
|
34437
34468
|
host: "host";
|
|
34469
|
+
repository: "repository";
|
|
34438
34470
|
}>;
|
|
34439
34471
|
storeKey: z.ZodString;
|
|
34440
34472
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -34534,8 +34566,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
34534
34566
|
projectId: z.ZodOptional<z.ZodString>;
|
|
34535
34567
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
34536
34568
|
location: z.ZodEnum<{
|
|
34537
|
-
repository: "repository";
|
|
34538
34569
|
host: "host";
|
|
34570
|
+
repository: "repository";
|
|
34539
34571
|
}>;
|
|
34540
34572
|
storeKey: z.ZodString;
|
|
34541
34573
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -34685,8 +34717,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
34685
34717
|
projectId: z.ZodOptional<z.ZodString>;
|
|
34686
34718
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
34687
34719
|
location: z.ZodEnum<{
|
|
34688
|
-
repository: "repository";
|
|
34689
34720
|
host: "host";
|
|
34721
|
+
repository: "repository";
|
|
34690
34722
|
}>;
|
|
34691
34723
|
storeKey: z.ZodString;
|
|
34692
34724
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -34798,8 +34830,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
34798
34830
|
projectId: z.ZodOptional<z.ZodString>;
|
|
34799
34831
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
34800
34832
|
location: z.ZodEnum<{
|
|
34801
|
-
repository: "repository";
|
|
34802
34833
|
host: "host";
|
|
34834
|
+
repository: "repository";
|
|
34803
34835
|
}>;
|
|
34804
34836
|
storeKey: z.ZodString;
|
|
34805
34837
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -34919,8 +34951,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
34919
34951
|
projectId: z.ZodOptional<z.ZodString>;
|
|
34920
34952
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
34921
34953
|
location: z.ZodEnum<{
|
|
34922
|
-
repository: "repository";
|
|
34923
34954
|
host: "host";
|
|
34955
|
+
repository: "repository";
|
|
34924
34956
|
}>;
|
|
34925
34957
|
storeKey: z.ZodString;
|
|
34926
34958
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35031,8 +35063,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35031
35063
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35032
35064
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35033
35065
|
location: z.ZodEnum<{
|
|
35034
|
-
repository: "repository";
|
|
35035
35066
|
host: "host";
|
|
35067
|
+
repository: "repository";
|
|
35036
35068
|
}>;
|
|
35037
35069
|
storeKey: z.ZodString;
|
|
35038
35070
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35145,8 +35177,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35145
35177
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35146
35178
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35147
35179
|
location: z.ZodEnum<{
|
|
35148
|
-
repository: "repository";
|
|
35149
35180
|
host: "host";
|
|
35181
|
+
repository: "repository";
|
|
35150
35182
|
}>;
|
|
35151
35183
|
storeKey: z.ZodString;
|
|
35152
35184
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35261,8 +35293,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35261
35293
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35262
35294
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35263
35295
|
location: z.ZodEnum<{
|
|
35264
|
-
repository: "repository";
|
|
35265
35296
|
host: "host";
|
|
35297
|
+
repository: "repository";
|
|
35266
35298
|
}>;
|
|
35267
35299
|
storeKey: z.ZodString;
|
|
35268
35300
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35276,8 +35308,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35276
35308
|
source: z.ZodObject<{
|
|
35277
35309
|
storeKey: z.ZodString;
|
|
35278
35310
|
location: z.ZodEnum<{
|
|
35279
|
-
repository: "repository";
|
|
35280
35311
|
host: "host";
|
|
35312
|
+
repository: "repository";
|
|
35281
35313
|
}>;
|
|
35282
35314
|
hostName: z.ZodOptional<z.ZodString>;
|
|
35283
35315
|
source: z.ZodEnum<{
|
|
@@ -35396,8 +35428,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35396
35428
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35397
35429
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35398
35430
|
location: z.ZodEnum<{
|
|
35399
|
-
repository: "repository";
|
|
35400
35431
|
host: "host";
|
|
35432
|
+
repository: "repository";
|
|
35401
35433
|
}>;
|
|
35402
35434
|
storeKey: z.ZodString;
|
|
35403
35435
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35411,8 +35443,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35411
35443
|
source: z.ZodOptional<z.ZodObject<{
|
|
35412
35444
|
storeKey: z.ZodString;
|
|
35413
35445
|
location: z.ZodEnum<{
|
|
35414
|
-
repository: "repository";
|
|
35415
35446
|
host: "host";
|
|
35447
|
+
repository: "repository";
|
|
35416
35448
|
}>;
|
|
35417
35449
|
hostName: z.ZodOptional<z.ZodString>;
|
|
35418
35450
|
source: z.ZodEnum<{
|
|
@@ -35423,8 +35455,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35423
35455
|
destination: z.ZodOptional<z.ZodObject<{
|
|
35424
35456
|
storeKey: z.ZodString;
|
|
35425
35457
|
location: z.ZodEnum<{
|
|
35426
|
-
repository: "repository";
|
|
35427
35458
|
host: "host";
|
|
35459
|
+
repository: "repository";
|
|
35428
35460
|
}>;
|
|
35429
35461
|
hostName: z.ZodOptional<z.ZodString>;
|
|
35430
35462
|
source: z.ZodEnum<{
|
|
@@ -35464,8 +35496,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35464
35496
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35465
35497
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35466
35498
|
location: z.ZodEnum<{
|
|
35467
|
-
repository: "repository";
|
|
35468
35499
|
host: "host";
|
|
35500
|
+
repository: "repository";
|
|
35469
35501
|
}>;
|
|
35470
35502
|
storeKey: z.ZodString;
|
|
35471
35503
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35504,8 +35536,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35504
35536
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35505
35537
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35506
35538
|
location: z.ZodEnum<{
|
|
35507
|
-
repository: "repository";
|
|
35508
35539
|
host: "host";
|
|
35540
|
+
repository: "repository";
|
|
35509
35541
|
}>;
|
|
35510
35542
|
storeKey: z.ZodString;
|
|
35511
35543
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35552,8 +35584,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35552
35584
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35553
35585
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35554
35586
|
location: z.ZodEnum<{
|
|
35555
|
-
repository: "repository";
|
|
35556
35587
|
host: "host";
|
|
35588
|
+
repository: "repository";
|
|
35557
35589
|
}>;
|
|
35558
35590
|
storeKey: z.ZodString;
|
|
35559
35591
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35591,8 +35623,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35591
35623
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35592
35624
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35593
35625
|
location: z.ZodEnum<{
|
|
35594
|
-
repository: "repository";
|
|
35595
35626
|
host: "host";
|
|
35627
|
+
repository: "repository";
|
|
35596
35628
|
}>;
|
|
35597
35629
|
storeKey: z.ZodString;
|
|
35598
35630
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35632,8 +35664,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35632
35664
|
projectId: z.ZodOptional<z.ZodString>;
|
|
35633
35665
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
35634
35666
|
location: z.ZodEnum<{
|
|
35635
|
-
repository: "repository";
|
|
35636
35667
|
host: "host";
|
|
35668
|
+
repository: "repository";
|
|
35637
35669
|
}>;
|
|
35638
35670
|
storeKey: z.ZodString;
|
|
35639
35671
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -35665,16 +35697,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35665
35697
|
}>;
|
|
35666
35698
|
source: z.ZodObject<{
|
|
35667
35699
|
source: z.ZodEnum<{
|
|
35668
|
-
repository: "repository";
|
|
35669
35700
|
host: "host";
|
|
35701
|
+
repository: "repository";
|
|
35670
35702
|
"legacy-host-library": "legacy-host-library";
|
|
35671
35703
|
}>;
|
|
35672
35704
|
storeKey: z.ZodString;
|
|
35673
35705
|
}, z.core.$strip>;
|
|
35674
35706
|
destination: z.ZodObject<{
|
|
35675
35707
|
location: z.ZodEnum<{
|
|
35676
|
-
repository: "repository";
|
|
35677
35708
|
host: "host";
|
|
35709
|
+
repository: "repository";
|
|
35678
35710
|
}>;
|
|
35679
35711
|
storeKey: z.ZodString;
|
|
35680
35712
|
}, z.core.$strip>;
|
|
@@ -35979,9 +36011,9 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
35979
36011
|
newCount: z.ZodNumber;
|
|
35980
36012
|
lines: z.ZodArray<z.ZodObject<{
|
|
35981
36013
|
type: z.ZodEnum<{
|
|
36014
|
+
remove: "remove";
|
|
35982
36015
|
context: "context";
|
|
35983
36016
|
add: "add";
|
|
35984
|
-
remove: "remove";
|
|
35985
36017
|
header: "header";
|
|
35986
36018
|
}>;
|
|
35987
36019
|
content: z.ZodString;
|
|
@@ -36689,6 +36721,34 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
36689
36721
|
error: z.ZodNullable<z.ZodString>;
|
|
36690
36722
|
requestId: z.ZodString;
|
|
36691
36723
|
}, z.core.$strip>;
|
|
36724
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36725
|
+
type: z.ZodLiteral<"forge.connections.manage.response">;
|
|
36726
|
+
payload: z.ZodObject<{
|
|
36727
|
+
requestId: z.ZodString;
|
|
36728
|
+
overview: z.ZodNullable<z.ZodObject<{
|
|
36729
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
36730
|
+
id: z.ZodString;
|
|
36731
|
+
forge: z.ZodString;
|
|
36732
|
+
host: z.ZodString;
|
|
36733
|
+
label: z.ZodString;
|
|
36734
|
+
account: z.ZodString;
|
|
36735
|
+
method: z.ZodString;
|
|
36736
|
+
revision: z.ZodNumber;
|
|
36737
|
+
}, z.core.$strip>>;
|
|
36738
|
+
defaults: z.ZodArray<z.ZodObject<{
|
|
36739
|
+
forge: z.ZodString;
|
|
36740
|
+
host: z.ZodString;
|
|
36741
|
+
connectionId: z.ZodString;
|
|
36742
|
+
}, z.core.$strip>>;
|
|
36743
|
+
overrides: z.ZodArray<z.ZodObject<{
|
|
36744
|
+
forge: z.ZodString;
|
|
36745
|
+
host: z.ZodString;
|
|
36746
|
+
connectionId: z.ZodString;
|
|
36747
|
+
}, z.core.$strip>>;
|
|
36748
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
36749
|
+
}, z.core.$strip>>;
|
|
36750
|
+
error: z.ZodNullable<z.ZodString>;
|
|
36751
|
+
}, z.core.$strip>;
|
|
36692
36752
|
}, z.core.$strip>, z.ZodObject<{
|
|
36693
36753
|
type: z.ZodLiteral<"hosting.list_repositories.response">;
|
|
36694
36754
|
payload: z.ZodObject<{
|
|
@@ -39258,16 +39318,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
39258
39318
|
requestId: z.ZodString;
|
|
39259
39319
|
store: z.ZodNullable<z.ZodObject<{
|
|
39260
39320
|
location: z.ZodEnum<{
|
|
39261
|
-
repository: "repository";
|
|
39262
39321
|
host: "host";
|
|
39322
|
+
repository: "repository";
|
|
39263
39323
|
}>;
|
|
39264
39324
|
override: z.ZodNullable<z.ZodEnum<{
|
|
39265
|
-
repository: "repository";
|
|
39266
39325
|
host: "host";
|
|
39326
|
+
repository: "repository";
|
|
39267
39327
|
}>>;
|
|
39268
39328
|
hostDefault: z.ZodEnum<{
|
|
39269
|
-
repository: "repository";
|
|
39270
39329
|
host: "host";
|
|
39330
|
+
repository: "repository";
|
|
39271
39331
|
}>;
|
|
39272
39332
|
basePath: z.ZodString;
|
|
39273
39333
|
projectId: z.ZodNullable<z.ZodString>;
|
|
@@ -39284,16 +39344,16 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
39284
39344
|
accepted: z.ZodBoolean;
|
|
39285
39345
|
store: z.ZodNullable<z.ZodObject<{
|
|
39286
39346
|
location: z.ZodEnum<{
|
|
39287
|
-
repository: "repository";
|
|
39288
39347
|
host: "host";
|
|
39348
|
+
repository: "repository";
|
|
39289
39349
|
}>;
|
|
39290
39350
|
override: z.ZodNullable<z.ZodEnum<{
|
|
39291
|
-
repository: "repository";
|
|
39292
39351
|
host: "host";
|
|
39352
|
+
repository: "repository";
|
|
39293
39353
|
}>>;
|
|
39294
39354
|
hostDefault: z.ZodEnum<{
|
|
39295
|
-
repository: "repository";
|
|
39296
39355
|
host: "host";
|
|
39356
|
+
repository: "repository";
|
|
39297
39357
|
}>;
|
|
39298
39358
|
basePath: z.ZodString;
|
|
39299
39359
|
projectId: z.ZodNullable<z.ZodString>;
|
|
@@ -41003,8 +41063,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41003
41063
|
runId: z.ZodString;
|
|
41004
41064
|
}, z.core.$strip>], "kind">>;
|
|
41005
41065
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41006
|
-
repository: "repository";
|
|
41007
41066
|
host: "host";
|
|
41067
|
+
repository: "repository";
|
|
41008
41068
|
}>>;
|
|
41009
41069
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41010
41070
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41056,8 +41116,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41056
41116
|
runId: z.ZodString;
|
|
41057
41117
|
}, z.core.$strip>], "kind">>;
|
|
41058
41118
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41059
|
-
repository: "repository";
|
|
41060
41119
|
host: "host";
|
|
41120
|
+
repository: "repository";
|
|
41061
41121
|
}>>;
|
|
41062
41122
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41063
41123
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41109,8 +41169,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41109
41169
|
runId: z.ZodString;
|
|
41110
41170
|
}, z.core.$strip>], "kind">>;
|
|
41111
41171
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41112
|
-
repository: "repository";
|
|
41113
41172
|
host: "host";
|
|
41173
|
+
repository: "repository";
|
|
41114
41174
|
}>>;
|
|
41115
41175
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41116
41176
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41162,8 +41222,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41162
41222
|
runId: z.ZodString;
|
|
41163
41223
|
}, z.core.$strip>], "kind">>;
|
|
41164
41224
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41165
|
-
repository: "repository";
|
|
41166
41225
|
host: "host";
|
|
41226
|
+
repository: "repository";
|
|
41167
41227
|
}>>;
|
|
41168
41228
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41169
41229
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41215,8 +41275,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41215
41275
|
runId: z.ZodString;
|
|
41216
41276
|
}, z.core.$strip>], "kind">>;
|
|
41217
41277
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41218
|
-
repository: "repository";
|
|
41219
41278
|
host: "host";
|
|
41279
|
+
repository: "repository";
|
|
41220
41280
|
}>>;
|
|
41221
41281
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41222
41282
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41275,8 +41335,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41275
41335
|
runId: z.ZodString;
|
|
41276
41336
|
}, z.core.$strip>], "kind">>;
|
|
41277
41337
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41278
|
-
repository: "repository";
|
|
41279
41338
|
host: "host";
|
|
41339
|
+
repository: "repository";
|
|
41280
41340
|
}>>;
|
|
41281
41341
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41282
41342
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41336,8 +41396,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41336
41396
|
runId: z.ZodString;
|
|
41337
41397
|
}, z.core.$strip>], "kind">>;
|
|
41338
41398
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41339
|
-
repository: "repository";
|
|
41340
41399
|
host: "host";
|
|
41400
|
+
repository: "repository";
|
|
41341
41401
|
}>>;
|
|
41342
41402
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41343
41403
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41397,8 +41457,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41397
41457
|
runId: z.ZodString;
|
|
41398
41458
|
}, z.core.$strip>], "kind">>;
|
|
41399
41459
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41400
|
-
repository: "repository";
|
|
41401
41460
|
host: "host";
|
|
41461
|
+
repository: "repository";
|
|
41402
41462
|
}>>;
|
|
41403
41463
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41404
41464
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41450,8 +41510,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41450
41510
|
runId: z.ZodString;
|
|
41451
41511
|
}, z.core.$strip>], "kind">>;
|
|
41452
41512
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41453
|
-
repository: "repository";
|
|
41454
41513
|
host: "host";
|
|
41514
|
+
repository: "repository";
|
|
41455
41515
|
}>>;
|
|
41456
41516
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41457
41517
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41511,8 +41571,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41511
41571
|
runId: z.ZodString;
|
|
41512
41572
|
}, z.core.$strip>], "kind">>;
|
|
41513
41573
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41514
|
-
repository: "repository";
|
|
41515
41574
|
host: "host";
|
|
41575
|
+
repository: "repository";
|
|
41516
41576
|
}>>;
|
|
41517
41577
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41518
41578
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41561,8 +41621,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41561
41621
|
runId: z.ZodString;
|
|
41562
41622
|
}, z.core.$strip>], "kind">>;
|
|
41563
41623
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
41564
|
-
repository: "repository";
|
|
41565
41624
|
host: "host";
|
|
41625
|
+
repository: "repository";
|
|
41566
41626
|
}>>;
|
|
41567
41627
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
41568
41628
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -41580,8 +41640,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41580
41640
|
success: z.ZodBoolean;
|
|
41581
41641
|
viewId: z.ZodString;
|
|
41582
41642
|
storeLocation: z.ZodNullable<z.ZodEnum<{
|
|
41583
|
-
repository: "repository";
|
|
41584
41643
|
host: "host";
|
|
41644
|
+
repository: "repository";
|
|
41585
41645
|
}>>;
|
|
41586
41646
|
htmlPath: z.ZodNullable<z.ZodString>;
|
|
41587
41647
|
error: z.ZodNullable<z.ZodString>;
|
|
@@ -41602,8 +41662,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41602
41662
|
id: z.ZodString;
|
|
41603
41663
|
}, z.core.$strip>>;
|
|
41604
41664
|
storeLocation: z.ZodEnum<{
|
|
41605
|
-
repository: "repository";
|
|
41606
41665
|
host: "host";
|
|
41666
|
+
repository: "repository";
|
|
41607
41667
|
}>;
|
|
41608
41668
|
htmlPath: z.ZodString;
|
|
41609
41669
|
renderedAt: z.ZodString;
|
|
@@ -41638,8 +41698,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41638
41698
|
id: z.ZodString;
|
|
41639
41699
|
}, z.core.$strip>>;
|
|
41640
41700
|
storeLocation: z.ZodEnum<{
|
|
41641
|
-
repository: "repository";
|
|
41642
41701
|
host: "host";
|
|
41702
|
+
repository: "repository";
|
|
41643
41703
|
}>;
|
|
41644
41704
|
htmlPath: z.ZodString;
|
|
41645
41705
|
renderedAt: z.ZodString;
|
|
@@ -41735,8 +41795,8 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
41735
41795
|
id: z.ZodString;
|
|
41736
41796
|
}, z.core.$strip>>;
|
|
41737
41797
|
storeLocation: z.ZodEnum<{
|
|
41738
|
-
repository: "repository";
|
|
41739
41798
|
host: "host";
|
|
41799
|
+
repository: "repository";
|
|
41740
41800
|
}>;
|
|
41741
41801
|
htmlPath: z.ZodString;
|
|
41742
41802
|
renderedAt: z.ZodString;
|
|
@@ -43103,13 +43163,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
43103
43163
|
targetLine: {
|
|
43104
43164
|
oldLineNumber: number | null;
|
|
43105
43165
|
newLineNumber: number | null;
|
|
43106
|
-
type: "
|
|
43166
|
+
type: "remove" | "context" | "add";
|
|
43107
43167
|
content: string;
|
|
43108
43168
|
};
|
|
43109
43169
|
lines: {
|
|
43110
43170
|
oldLineNumber: number | null;
|
|
43111
43171
|
newLineNumber: number | null;
|
|
43112
|
-
type: "
|
|
43172
|
+
type: "remove" | "context" | "add";
|
|
43113
43173
|
content: string;
|
|
43114
43174
|
}[];
|
|
43115
43175
|
};
|
|
@@ -43340,20 +43400,20 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
43340
43400
|
}, z.core.$loose>>>;
|
|
43341
43401
|
projectKnowledge: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
43342
43402
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
43343
|
-
repository: "repository";
|
|
43344
43403
|
host: "host";
|
|
43404
|
+
repository: "repository";
|
|
43345
43405
|
}>>;
|
|
43346
43406
|
}, z.core.$loose>>>;
|
|
43347
43407
|
projectArtifacts: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
43348
43408
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
43349
|
-
repository: "repository";
|
|
43350
43409
|
host: "host";
|
|
43410
|
+
repository: "repository";
|
|
43351
43411
|
}>>;
|
|
43352
43412
|
}, z.core.$loose>>>;
|
|
43353
43413
|
projectWorkflows: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
43354
43414
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
43355
|
-
repository: "repository";
|
|
43356
43415
|
host: "host";
|
|
43416
|
+
repository: "repository";
|
|
43357
43417
|
}>>;
|
|
43358
43418
|
}, z.core.$loose>>>;
|
|
43359
43419
|
agentPersonalities: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -43981,13 +44041,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
43981
44041
|
targetLine: {
|
|
43982
44042
|
oldLineNumber: number | null;
|
|
43983
44043
|
newLineNumber: number | null;
|
|
43984
|
-
type: "
|
|
44044
|
+
type: "remove" | "context" | "add";
|
|
43985
44045
|
content: string;
|
|
43986
44046
|
};
|
|
43987
44047
|
lines: {
|
|
43988
44048
|
oldLineNumber: number | null;
|
|
43989
44049
|
newLineNumber: number | null;
|
|
43990
|
-
type: "
|
|
44050
|
+
type: "remove" | "context" | "add";
|
|
43991
44051
|
content: string;
|
|
43992
44052
|
}[];
|
|
43993
44053
|
};
|
|
@@ -44288,8 +44348,8 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
44288
44348
|
projectId: z.ZodString;
|
|
44289
44349
|
workspaceId: z.ZodOptional<z.ZodString>;
|
|
44290
44350
|
location: z.ZodNullable<z.ZodEnum<{
|
|
44291
|
-
repository: "repository";
|
|
44292
44351
|
host: "host";
|
|
44352
|
+
repository: "repository";
|
|
44293
44353
|
}>>;
|
|
44294
44354
|
movePages: z.ZodDefault<z.ZodBoolean>;
|
|
44295
44355
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -44824,8 +44884,8 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
44824
44884
|
projectId: z.ZodOptional<z.ZodString>;
|
|
44825
44885
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
44826
44886
|
location: z.ZodEnum<{
|
|
44827
|
-
repository: "repository";
|
|
44828
44887
|
host: "host";
|
|
44888
|
+
repository: "repository";
|
|
44829
44889
|
}>;
|
|
44830
44890
|
storeKey: z.ZodString;
|
|
44831
44891
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -44944,8 +45004,8 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
44944
45004
|
projectId: z.ZodOptional<z.ZodString>;
|
|
44945
45005
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
44946
45006
|
location: z.ZodEnum<{
|
|
44947
|
-
repository: "repository";
|
|
44948
45007
|
host: "host";
|
|
45008
|
+
repository: "repository";
|
|
44949
45009
|
}>;
|
|
44950
45010
|
storeKey: z.ZodString;
|
|
44951
45011
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -45062,8 +45122,8 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45062
45122
|
projectId: z.ZodOptional<z.ZodString>;
|
|
45063
45123
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
45064
45124
|
location: z.ZodEnum<{
|
|
45065
|
-
repository: "repository";
|
|
45066
45125
|
host: "host";
|
|
45126
|
+
repository: "repository";
|
|
45067
45127
|
}>;
|
|
45068
45128
|
storeKey: z.ZodString;
|
|
45069
45129
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -45077,8 +45137,8 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45077
45137
|
source: z.ZodObject<{
|
|
45078
45138
|
storeKey: z.ZodString;
|
|
45079
45139
|
location: z.ZodEnum<{
|
|
45080
|
-
repository: "repository";
|
|
45081
45140
|
host: "host";
|
|
45141
|
+
repository: "repository";
|
|
45082
45142
|
}>;
|
|
45083
45143
|
hostName: z.ZodOptional<z.ZodString>;
|
|
45084
45144
|
source: z.ZodEnum<{
|
|
@@ -45119,8 +45179,8 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45119
45179
|
projectId: z.ZodOptional<z.ZodString>;
|
|
45120
45180
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
45121
45181
|
location: z.ZodEnum<{
|
|
45122
|
-
repository: "repository";
|
|
45123
45182
|
host: "host";
|
|
45183
|
+
repository: "repository";
|
|
45124
45184
|
}>;
|
|
45125
45185
|
storeKey: z.ZodString;
|
|
45126
45186
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -45166,8 +45226,8 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45166
45226
|
projectId: z.ZodOptional<z.ZodString>;
|
|
45167
45227
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
45168
45228
|
location: z.ZodEnum<{
|
|
45169
|
-
repository: "repository";
|
|
45170
45229
|
host: "host";
|
|
45230
|
+
repository: "repository";
|
|
45171
45231
|
}>;
|
|
45172
45232
|
storeKey: z.ZodString;
|
|
45173
45233
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -45189,13 +45249,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45189
45249
|
}>;
|
|
45190
45250
|
recordId: z.ZodString;
|
|
45191
45251
|
source: z.ZodEnum<{
|
|
45192
|
-
repository: "repository";
|
|
45193
45252
|
host: "host";
|
|
45253
|
+
repository: "repository";
|
|
45194
45254
|
"legacy-host-library": "legacy-host-library";
|
|
45195
45255
|
}>;
|
|
45196
45256
|
destination: z.ZodEnum<{
|
|
45197
|
-
repository: "repository";
|
|
45198
45257
|
host: "host";
|
|
45258
|
+
repository: "repository";
|
|
45199
45259
|
}>;
|
|
45200
45260
|
mode: z.ZodEnum<{
|
|
45201
45261
|
copy: "copy";
|
|
@@ -45247,8 +45307,8 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45247
45307
|
type: z.ZodLiteral<"project.workflow.store.set.request">;
|
|
45248
45308
|
projectId: z.ZodString;
|
|
45249
45309
|
location: z.ZodNullable<z.ZodEnum<{
|
|
45250
|
-
repository: "repository";
|
|
45251
45310
|
host: "host";
|
|
45311
|
+
repository: "repository";
|
|
45252
45312
|
}>>;
|
|
45253
45313
|
requestId: z.ZodString;
|
|
45254
45314
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -45514,6 +45574,35 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45514
45574
|
type: z.ZodLiteral<"hosting.auth_status.request">;
|
|
45515
45575
|
provider: z.ZodString;
|
|
45516
45576
|
requestId: z.ZodString;
|
|
45577
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45578
|
+
type: z.ZodLiteral<"forge.connections.manage.request">;
|
|
45579
|
+
requestId: z.ZodString;
|
|
45580
|
+
action: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
45581
|
+
kind: z.ZodLiteral<"list">;
|
|
45582
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
45583
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45584
|
+
kind: z.ZodLiteral<"save">;
|
|
45585
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
45586
|
+
useForScope: z.ZodOptional<z.ZodBoolean>;
|
|
45587
|
+
id: z.ZodOptional<z.ZodString>;
|
|
45588
|
+
expectedRevision: z.ZodOptional<z.ZodNumber>;
|
|
45589
|
+
forge: z.ZodString;
|
|
45590
|
+
host: z.ZodString;
|
|
45591
|
+
label: z.ZodString;
|
|
45592
|
+
method: z.ZodString;
|
|
45593
|
+
account: z.ZodOptional<z.ZodString>;
|
|
45594
|
+
secret: z.ZodOptional<z.ZodString>;
|
|
45595
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45596
|
+
kind: z.ZodLiteral<"select">;
|
|
45597
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
45598
|
+
forge: z.ZodString;
|
|
45599
|
+
host: z.ZodString;
|
|
45600
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
45601
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45602
|
+
kind: z.ZodLiteral<"remove">;
|
|
45603
|
+
id: z.ZodString;
|
|
45604
|
+
expectedRevision: z.ZodNumber;
|
|
45605
|
+
}, z.core.$strip>], "kind">;
|
|
45517
45606
|
}, z.core.$strip>, z.ZodObject<{
|
|
45518
45607
|
type: z.ZodLiteral<"directory_suggestions_request">;
|
|
45519
45608
|
query: z.ZodString;
|
|
@@ -45633,13 +45722,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45633
45722
|
targetLine: {
|
|
45634
45723
|
oldLineNumber: number | null;
|
|
45635
45724
|
newLineNumber: number | null;
|
|
45636
|
-
type: "
|
|
45725
|
+
type: "remove" | "context" | "add";
|
|
45637
45726
|
content: string;
|
|
45638
45727
|
};
|
|
45639
45728
|
lines: {
|
|
45640
45729
|
oldLineNumber: number | null;
|
|
45641
45730
|
newLineNumber: number | null;
|
|
45642
|
-
type: "
|
|
45731
|
+
type: "remove" | "context" | "add";
|
|
45643
45732
|
content: string;
|
|
45644
45733
|
}[];
|
|
45645
45734
|
};
|
|
@@ -45739,13 +45828,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45739
45828
|
targetLine: {
|
|
45740
45829
|
oldLineNumber: number | null;
|
|
45741
45830
|
newLineNumber: number | null;
|
|
45742
|
-
type: "
|
|
45831
|
+
type: "remove" | "context" | "add";
|
|
45743
45832
|
content: string;
|
|
45744
45833
|
};
|
|
45745
45834
|
lines: {
|
|
45746
45835
|
oldLineNumber: number | null;
|
|
45747
45836
|
newLineNumber: number | null;
|
|
45748
|
-
type: "
|
|
45837
|
+
type: "remove" | "context" | "add";
|
|
45749
45838
|
content: string;
|
|
45750
45839
|
}[];
|
|
45751
45840
|
};
|
|
@@ -45978,13 +46067,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
45978
46067
|
targetLine: {
|
|
45979
46068
|
oldLineNumber: number | null;
|
|
45980
46069
|
newLineNumber: number | null;
|
|
45981
|
-
type: "
|
|
46070
|
+
type: "remove" | "context" | "add";
|
|
45982
46071
|
content: string;
|
|
45983
46072
|
};
|
|
45984
46073
|
lines: {
|
|
45985
46074
|
oldLineNumber: number | null;
|
|
45986
46075
|
newLineNumber: number | null;
|
|
45987
|
-
type: "
|
|
46076
|
+
type: "remove" | "context" | "add";
|
|
45988
46077
|
content: string;
|
|
45989
46078
|
}[];
|
|
45990
46079
|
};
|
|
@@ -46688,16 +46777,16 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
46688
46777
|
type: z.ZodLiteral<"artifact.store.move.request">;
|
|
46689
46778
|
artifactId: z.ZodString;
|
|
46690
46779
|
destination: z.ZodEnum<{
|
|
46691
|
-
repository: "repository";
|
|
46692
46780
|
host: "host";
|
|
46781
|
+
repository: "repository";
|
|
46693
46782
|
}>;
|
|
46694
46783
|
requestId: z.ZodString;
|
|
46695
46784
|
}, z.core.$strip>, z.ZodObject<{
|
|
46696
46785
|
type: z.ZodLiteral<"project.artifact.store.set.request">;
|
|
46697
46786
|
projectId: z.ZodString;
|
|
46698
46787
|
location: z.ZodNullable<z.ZodEnum<{
|
|
46699
|
-
repository: "repository";
|
|
46700
46788
|
host: "host";
|
|
46789
|
+
repository: "repository";
|
|
46701
46790
|
}>>;
|
|
46702
46791
|
requestId: z.ZodString;
|
|
46703
46792
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -47797,8 +47886,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
47797
47886
|
runId: z.ZodString;
|
|
47798
47887
|
}, z.core.$strip>], "kind">>;
|
|
47799
47888
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
47800
|
-
repository: "repository";
|
|
47801
47889
|
host: "host";
|
|
47890
|
+
repository: "repository";
|
|
47802
47891
|
}>>;
|
|
47803
47892
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
47804
47893
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -48505,16 +48594,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
48505
48594
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48506
48595
|
}, z.core.$loose>>>;
|
|
48507
48596
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48508
|
-
repository: "repository";
|
|
48509
48597
|
host: "host";
|
|
48598
|
+
repository: "repository";
|
|
48510
48599
|
}>>>;
|
|
48511
48600
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48512
|
-
repository: "repository";
|
|
48513
48601
|
host: "host";
|
|
48602
|
+
repository: "repository";
|
|
48514
48603
|
}>>>;
|
|
48515
48604
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48516
|
-
repository: "repository";
|
|
48517
48605
|
host: "host";
|
|
48606
|
+
repository: "repository";
|
|
48518
48607
|
}>>>;
|
|
48519
48608
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48520
48609
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -48662,16 +48751,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
48662
48751
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48663
48752
|
}, z.core.$loose>>>;
|
|
48664
48753
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48665
|
-
repository: "repository";
|
|
48666
48754
|
host: "host";
|
|
48755
|
+
repository: "repository";
|
|
48667
48756
|
}>>>;
|
|
48668
48757
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48669
|
-
repository: "repository";
|
|
48670
48758
|
host: "host";
|
|
48759
|
+
repository: "repository";
|
|
48671
48760
|
}>>>;
|
|
48672
48761
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48673
|
-
repository: "repository";
|
|
48674
48762
|
host: "host";
|
|
48763
|
+
repository: "repository";
|
|
48675
48764
|
}>>>;
|
|
48676
48765
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48677
48766
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -48709,16 +48798,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
48709
48798
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48710
48799
|
}, z.core.$loose>>>;
|
|
48711
48800
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48712
|
-
repository: "repository";
|
|
48713
48801
|
host: "host";
|
|
48802
|
+
repository: "repository";
|
|
48714
48803
|
}>>>;
|
|
48715
48804
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48716
|
-
repository: "repository";
|
|
48717
48805
|
host: "host";
|
|
48806
|
+
repository: "repository";
|
|
48718
48807
|
}>>>;
|
|
48719
48808
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
48720
|
-
repository: "repository";
|
|
48721
48809
|
host: "host";
|
|
48810
|
+
repository: "repository";
|
|
48722
48811
|
}>>>;
|
|
48723
48812
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48724
48813
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -50021,16 +50110,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
50021
50110
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50022
50111
|
}, z.core.$loose>>>;
|
|
50023
50112
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50024
|
-
repository: "repository";
|
|
50025
50113
|
host: "host";
|
|
50114
|
+
repository: "repository";
|
|
50026
50115
|
}>>>;
|
|
50027
50116
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50028
|
-
repository: "repository";
|
|
50029
50117
|
host: "host";
|
|
50118
|
+
repository: "repository";
|
|
50030
50119
|
}>>>;
|
|
50031
50120
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50032
|
-
repository: "repository";
|
|
50033
50121
|
host: "host";
|
|
50122
|
+
repository: "repository";
|
|
50034
50123
|
}>>>;
|
|
50035
50124
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50036
50125
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -50084,16 +50173,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
50084
50173
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50085
50174
|
}, z.core.$loose>>>;
|
|
50086
50175
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50087
|
-
repository: "repository";
|
|
50088
50176
|
host: "host";
|
|
50177
|
+
repository: "repository";
|
|
50089
50178
|
}>>>;
|
|
50090
50179
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50091
|
-
repository: "repository";
|
|
50092
50180
|
host: "host";
|
|
50181
|
+
repository: "repository";
|
|
50093
50182
|
}>>>;
|
|
50094
50183
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50095
|
-
repository: "repository";
|
|
50096
50184
|
host: "host";
|
|
50185
|
+
repository: "repository";
|
|
50097
50186
|
}>>>;
|
|
50098
50187
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50099
50188
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -50128,16 +50217,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
50128
50217
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50129
50218
|
}, z.core.$loose>>>;
|
|
50130
50219
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50131
|
-
repository: "repository";
|
|
50132
50220
|
host: "host";
|
|
50221
|
+
repository: "repository";
|
|
50133
50222
|
}>>>;
|
|
50134
50223
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50135
|
-
repository: "repository";
|
|
50136
50224
|
host: "host";
|
|
50225
|
+
repository: "repository";
|
|
50137
50226
|
}>>>;
|
|
50138
50227
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50139
|
-
repository: "repository";
|
|
50140
50228
|
host: "host";
|
|
50229
|
+
repository: "repository";
|
|
50141
50230
|
}>>>;
|
|
50142
50231
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50143
50232
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -50206,16 +50295,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
50206
50295
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50207
50296
|
}, z.core.$loose>>>;
|
|
50208
50297
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50209
|
-
repository: "repository";
|
|
50210
50298
|
host: "host";
|
|
50299
|
+
repository: "repository";
|
|
50211
50300
|
}>>>;
|
|
50212
50301
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50213
|
-
repository: "repository";
|
|
50214
50302
|
host: "host";
|
|
50303
|
+
repository: "repository";
|
|
50215
50304
|
}>>>;
|
|
50216
50305
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50217
|
-
repository: "repository";
|
|
50218
50306
|
host: "host";
|
|
50307
|
+
repository: "repository";
|
|
50219
50308
|
}>>>;
|
|
50220
50309
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50221
50310
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -50813,16 +50902,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
50813
50902
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50814
50903
|
}, z.core.$loose>>>;
|
|
50815
50904
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50816
|
-
repository: "repository";
|
|
50817
50905
|
host: "host";
|
|
50906
|
+
repository: "repository";
|
|
50818
50907
|
}>>>;
|
|
50819
50908
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50820
|
-
repository: "repository";
|
|
50821
50909
|
host: "host";
|
|
50910
|
+
repository: "repository";
|
|
50822
50911
|
}>>>;
|
|
50823
50912
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
50824
|
-
repository: "repository";
|
|
50825
50913
|
host: "host";
|
|
50914
|
+
repository: "repository";
|
|
50826
50915
|
}>>>;
|
|
50827
50916
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50828
50917
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -53339,20 +53428,20 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
53339
53428
|
}, z.core.$loose>>;
|
|
53340
53429
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
53341
53430
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
53342
|
-
repository: "repository";
|
|
53343
53431
|
host: "host";
|
|
53432
|
+
repository: "repository";
|
|
53344
53433
|
}>>;
|
|
53345
53434
|
}, z.core.$loose>>;
|
|
53346
53435
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
53347
53436
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
53348
|
-
repository: "repository";
|
|
53349
53437
|
host: "host";
|
|
53438
|
+
repository: "repository";
|
|
53350
53439
|
}>>;
|
|
53351
53440
|
}, z.core.$loose>>;
|
|
53352
53441
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
53353
53442
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
53354
|
-
repository: "repository";
|
|
53355
53443
|
host: "host";
|
|
53444
|
+
repository: "repository";
|
|
53356
53445
|
}>>;
|
|
53357
53446
|
}, z.core.$loose>>;
|
|
53358
53447
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -53716,20 +53805,20 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
53716
53805
|
}, z.core.$loose>>;
|
|
53717
53806
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
53718
53807
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
53719
|
-
repository: "repository";
|
|
53720
53808
|
host: "host";
|
|
53809
|
+
repository: "repository";
|
|
53721
53810
|
}>>;
|
|
53722
53811
|
}, z.core.$loose>>;
|
|
53723
53812
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
53724
53813
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
53725
|
-
repository: "repository";
|
|
53726
53814
|
host: "host";
|
|
53815
|
+
repository: "repository";
|
|
53727
53816
|
}>>;
|
|
53728
53817
|
}, z.core.$loose>>;
|
|
53729
53818
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
53730
53819
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
53731
|
-
repository: "repository";
|
|
53732
53820
|
host: "host";
|
|
53821
|
+
repository: "repository";
|
|
53733
53822
|
}>>;
|
|
53734
53823
|
}, z.core.$loose>>;
|
|
53735
53824
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -55125,16 +55214,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
55125
55214
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55126
55215
|
}, z.core.$loose>>>;
|
|
55127
55216
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
55128
|
-
repository: "repository";
|
|
55129
55217
|
host: "host";
|
|
55218
|
+
repository: "repository";
|
|
55130
55219
|
}>>>;
|
|
55131
55220
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
55132
|
-
repository: "repository";
|
|
55133
55221
|
host: "host";
|
|
55222
|
+
repository: "repository";
|
|
55134
55223
|
}>>>;
|
|
55135
55224
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
55136
|
-
repository: "repository";
|
|
55137
55225
|
host: "host";
|
|
55226
|
+
repository: "repository";
|
|
55138
55227
|
}>>>;
|
|
55139
55228
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55140
55229
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -57106,9 +57195,9 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
57106
57195
|
newCount: z.ZodNumber;
|
|
57107
57196
|
lines: z.ZodArray<z.ZodObject<{
|
|
57108
57197
|
type: z.ZodEnum<{
|
|
57198
|
+
remove: "remove";
|
|
57109
57199
|
context: "context";
|
|
57110
57200
|
add: "add";
|
|
57111
|
-
remove: "remove";
|
|
57112
57201
|
header: "header";
|
|
57113
57202
|
}>;
|
|
57114
57203
|
content: z.ZodString;
|
|
@@ -57157,9 +57246,9 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
57157
57246
|
newCount: z.ZodNumber;
|
|
57158
57247
|
lines: z.ZodArray<z.ZodObject<{
|
|
57159
57248
|
type: z.ZodEnum<{
|
|
57249
|
+
remove: "remove";
|
|
57160
57250
|
context: "context";
|
|
57161
57251
|
add: "add";
|
|
57162
|
-
remove: "remove";
|
|
57163
57252
|
header: "header";
|
|
57164
57253
|
}>;
|
|
57165
57254
|
content: z.ZodString;
|
|
@@ -57365,9 +57454,9 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
57365
57454
|
newCount: z.ZodNumber;
|
|
57366
57455
|
lines: z.ZodArray<z.ZodObject<{
|
|
57367
57456
|
type: z.ZodEnum<{
|
|
57457
|
+
remove: "remove";
|
|
57368
57458
|
context: "context";
|
|
57369
57459
|
add: "add";
|
|
57370
|
-
remove: "remove";
|
|
57371
57460
|
header: "header";
|
|
57372
57461
|
}>;
|
|
57373
57462
|
content: z.ZodString;
|
|
@@ -57544,8 +57633,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
57544
57633
|
projectId: z.ZodOptional<z.ZodString>;
|
|
57545
57634
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
57546
57635
|
location: z.ZodEnum<{
|
|
57547
|
-
repository: "repository";
|
|
57548
57636
|
host: "host";
|
|
57637
|
+
repository: "repository";
|
|
57549
57638
|
}>;
|
|
57550
57639
|
storeKey: z.ZodString;
|
|
57551
57640
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -57645,8 +57734,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
57645
57734
|
projectId: z.ZodOptional<z.ZodString>;
|
|
57646
57735
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
57647
57736
|
location: z.ZodEnum<{
|
|
57648
|
-
repository: "repository";
|
|
57649
57737
|
host: "host";
|
|
57738
|
+
repository: "repository";
|
|
57650
57739
|
}>;
|
|
57651
57740
|
storeKey: z.ZodString;
|
|
57652
57741
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -57796,8 +57885,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
57796
57885
|
projectId: z.ZodOptional<z.ZodString>;
|
|
57797
57886
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
57798
57887
|
location: z.ZodEnum<{
|
|
57799
|
-
repository: "repository";
|
|
57800
57888
|
host: "host";
|
|
57889
|
+
repository: "repository";
|
|
57801
57890
|
}>;
|
|
57802
57891
|
storeKey: z.ZodString;
|
|
57803
57892
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -57909,8 +57998,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
57909
57998
|
projectId: z.ZodOptional<z.ZodString>;
|
|
57910
57999
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
57911
58000
|
location: z.ZodEnum<{
|
|
57912
|
-
repository: "repository";
|
|
57913
58001
|
host: "host";
|
|
58002
|
+
repository: "repository";
|
|
57914
58003
|
}>;
|
|
57915
58004
|
storeKey: z.ZodString;
|
|
57916
58005
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58030,8 +58119,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58030
58119
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58031
58120
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58032
58121
|
location: z.ZodEnum<{
|
|
58033
|
-
repository: "repository";
|
|
58034
58122
|
host: "host";
|
|
58123
|
+
repository: "repository";
|
|
58035
58124
|
}>;
|
|
58036
58125
|
storeKey: z.ZodString;
|
|
58037
58126
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58142,8 +58231,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58142
58231
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58143
58232
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58144
58233
|
location: z.ZodEnum<{
|
|
58145
|
-
repository: "repository";
|
|
58146
58234
|
host: "host";
|
|
58235
|
+
repository: "repository";
|
|
58147
58236
|
}>;
|
|
58148
58237
|
storeKey: z.ZodString;
|
|
58149
58238
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58256,8 +58345,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58256
58345
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58257
58346
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58258
58347
|
location: z.ZodEnum<{
|
|
58259
|
-
repository: "repository";
|
|
58260
58348
|
host: "host";
|
|
58349
|
+
repository: "repository";
|
|
58261
58350
|
}>;
|
|
58262
58351
|
storeKey: z.ZodString;
|
|
58263
58352
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58372,8 +58461,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58372
58461
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58373
58462
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58374
58463
|
location: z.ZodEnum<{
|
|
58375
|
-
repository: "repository";
|
|
58376
58464
|
host: "host";
|
|
58465
|
+
repository: "repository";
|
|
58377
58466
|
}>;
|
|
58378
58467
|
storeKey: z.ZodString;
|
|
58379
58468
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58387,8 +58476,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58387
58476
|
source: z.ZodObject<{
|
|
58388
58477
|
storeKey: z.ZodString;
|
|
58389
58478
|
location: z.ZodEnum<{
|
|
58390
|
-
repository: "repository";
|
|
58391
58479
|
host: "host";
|
|
58480
|
+
repository: "repository";
|
|
58392
58481
|
}>;
|
|
58393
58482
|
hostName: z.ZodOptional<z.ZodString>;
|
|
58394
58483
|
source: z.ZodEnum<{
|
|
@@ -58507,8 +58596,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58507
58596
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58508
58597
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58509
58598
|
location: z.ZodEnum<{
|
|
58510
|
-
repository: "repository";
|
|
58511
58599
|
host: "host";
|
|
58600
|
+
repository: "repository";
|
|
58512
58601
|
}>;
|
|
58513
58602
|
storeKey: z.ZodString;
|
|
58514
58603
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58522,8 +58611,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58522
58611
|
source: z.ZodOptional<z.ZodObject<{
|
|
58523
58612
|
storeKey: z.ZodString;
|
|
58524
58613
|
location: z.ZodEnum<{
|
|
58525
|
-
repository: "repository";
|
|
58526
58614
|
host: "host";
|
|
58615
|
+
repository: "repository";
|
|
58527
58616
|
}>;
|
|
58528
58617
|
hostName: z.ZodOptional<z.ZodString>;
|
|
58529
58618
|
source: z.ZodEnum<{
|
|
@@ -58534,8 +58623,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58534
58623
|
destination: z.ZodOptional<z.ZodObject<{
|
|
58535
58624
|
storeKey: z.ZodString;
|
|
58536
58625
|
location: z.ZodEnum<{
|
|
58537
|
-
repository: "repository";
|
|
58538
58626
|
host: "host";
|
|
58627
|
+
repository: "repository";
|
|
58539
58628
|
}>;
|
|
58540
58629
|
hostName: z.ZodOptional<z.ZodString>;
|
|
58541
58630
|
source: z.ZodEnum<{
|
|
@@ -58575,8 +58664,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58575
58664
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58576
58665
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58577
58666
|
location: z.ZodEnum<{
|
|
58578
|
-
repository: "repository";
|
|
58579
58667
|
host: "host";
|
|
58668
|
+
repository: "repository";
|
|
58580
58669
|
}>;
|
|
58581
58670
|
storeKey: z.ZodString;
|
|
58582
58671
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58615,8 +58704,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58615
58704
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58616
58705
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58617
58706
|
location: z.ZodEnum<{
|
|
58618
|
-
repository: "repository";
|
|
58619
58707
|
host: "host";
|
|
58708
|
+
repository: "repository";
|
|
58620
58709
|
}>;
|
|
58621
58710
|
storeKey: z.ZodString;
|
|
58622
58711
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58663,8 +58752,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58663
58752
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58664
58753
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58665
58754
|
location: z.ZodEnum<{
|
|
58666
|
-
repository: "repository";
|
|
58667
58755
|
host: "host";
|
|
58756
|
+
repository: "repository";
|
|
58668
58757
|
}>;
|
|
58669
58758
|
storeKey: z.ZodString;
|
|
58670
58759
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58702,8 +58791,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58702
58791
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58703
58792
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58704
58793
|
location: z.ZodEnum<{
|
|
58705
|
-
repository: "repository";
|
|
58706
58794
|
host: "host";
|
|
58795
|
+
repository: "repository";
|
|
58707
58796
|
}>;
|
|
58708
58797
|
storeKey: z.ZodString;
|
|
58709
58798
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58743,8 +58832,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58743
58832
|
projectId: z.ZodOptional<z.ZodString>;
|
|
58744
58833
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
58745
58834
|
location: z.ZodEnum<{
|
|
58746
|
-
repository: "repository";
|
|
58747
58835
|
host: "host";
|
|
58836
|
+
repository: "repository";
|
|
58748
58837
|
}>;
|
|
58749
58838
|
storeKey: z.ZodString;
|
|
58750
58839
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -58776,16 +58865,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
58776
58865
|
}>;
|
|
58777
58866
|
source: z.ZodObject<{
|
|
58778
58867
|
source: z.ZodEnum<{
|
|
58779
|
-
repository: "repository";
|
|
58780
58868
|
host: "host";
|
|
58869
|
+
repository: "repository";
|
|
58781
58870
|
"legacy-host-library": "legacy-host-library";
|
|
58782
58871
|
}>;
|
|
58783
58872
|
storeKey: z.ZodString;
|
|
58784
58873
|
}, z.core.$strip>;
|
|
58785
58874
|
destination: z.ZodObject<{
|
|
58786
58875
|
location: z.ZodEnum<{
|
|
58787
|
-
repository: "repository";
|
|
58788
58876
|
host: "host";
|
|
58877
|
+
repository: "repository";
|
|
58789
58878
|
}>;
|
|
58790
58879
|
storeKey: z.ZodString;
|
|
58791
58880
|
}, z.core.$strip>;
|
|
@@ -59090,9 +59179,9 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
59090
59179
|
newCount: z.ZodNumber;
|
|
59091
59180
|
lines: z.ZodArray<z.ZodObject<{
|
|
59092
59181
|
type: z.ZodEnum<{
|
|
59182
|
+
remove: "remove";
|
|
59093
59183
|
context: "context";
|
|
59094
59184
|
add: "add";
|
|
59095
|
-
remove: "remove";
|
|
59096
59185
|
header: "header";
|
|
59097
59186
|
}>;
|
|
59098
59187
|
content: z.ZodString;
|
|
@@ -59800,6 +59889,34 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
59800
59889
|
error: z.ZodNullable<z.ZodString>;
|
|
59801
59890
|
requestId: z.ZodString;
|
|
59802
59891
|
}, z.core.$strip>;
|
|
59892
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59893
|
+
type: z.ZodLiteral<"forge.connections.manage.response">;
|
|
59894
|
+
payload: z.ZodObject<{
|
|
59895
|
+
requestId: z.ZodString;
|
|
59896
|
+
overview: z.ZodNullable<z.ZodObject<{
|
|
59897
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
59898
|
+
id: z.ZodString;
|
|
59899
|
+
forge: z.ZodString;
|
|
59900
|
+
host: z.ZodString;
|
|
59901
|
+
label: z.ZodString;
|
|
59902
|
+
account: z.ZodString;
|
|
59903
|
+
method: z.ZodString;
|
|
59904
|
+
revision: z.ZodNumber;
|
|
59905
|
+
}, z.core.$strip>>;
|
|
59906
|
+
defaults: z.ZodArray<z.ZodObject<{
|
|
59907
|
+
forge: z.ZodString;
|
|
59908
|
+
host: z.ZodString;
|
|
59909
|
+
connectionId: z.ZodString;
|
|
59910
|
+
}, z.core.$strip>>;
|
|
59911
|
+
overrides: z.ZodArray<z.ZodObject<{
|
|
59912
|
+
forge: z.ZodString;
|
|
59913
|
+
host: z.ZodString;
|
|
59914
|
+
connectionId: z.ZodString;
|
|
59915
|
+
}, z.core.$strip>>;
|
|
59916
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
59917
|
+
}, z.core.$strip>>;
|
|
59918
|
+
error: z.ZodNullable<z.ZodString>;
|
|
59919
|
+
}, z.core.$strip>;
|
|
59803
59920
|
}, z.core.$strip>, z.ZodObject<{
|
|
59804
59921
|
type: z.ZodLiteral<"hosting.list_repositories.response">;
|
|
59805
59922
|
payload: z.ZodObject<{
|
|
@@ -62369,16 +62486,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
62369
62486
|
requestId: z.ZodString;
|
|
62370
62487
|
store: z.ZodNullable<z.ZodObject<{
|
|
62371
62488
|
location: z.ZodEnum<{
|
|
62372
|
-
repository: "repository";
|
|
62373
62489
|
host: "host";
|
|
62490
|
+
repository: "repository";
|
|
62374
62491
|
}>;
|
|
62375
62492
|
override: z.ZodNullable<z.ZodEnum<{
|
|
62376
|
-
repository: "repository";
|
|
62377
62493
|
host: "host";
|
|
62494
|
+
repository: "repository";
|
|
62378
62495
|
}>>;
|
|
62379
62496
|
hostDefault: z.ZodEnum<{
|
|
62380
|
-
repository: "repository";
|
|
62381
62497
|
host: "host";
|
|
62498
|
+
repository: "repository";
|
|
62382
62499
|
}>;
|
|
62383
62500
|
basePath: z.ZodString;
|
|
62384
62501
|
projectId: z.ZodNullable<z.ZodString>;
|
|
@@ -62395,16 +62512,16 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
62395
62512
|
accepted: z.ZodBoolean;
|
|
62396
62513
|
store: z.ZodNullable<z.ZodObject<{
|
|
62397
62514
|
location: z.ZodEnum<{
|
|
62398
|
-
repository: "repository";
|
|
62399
62515
|
host: "host";
|
|
62516
|
+
repository: "repository";
|
|
62400
62517
|
}>;
|
|
62401
62518
|
override: z.ZodNullable<z.ZodEnum<{
|
|
62402
|
-
repository: "repository";
|
|
62403
62519
|
host: "host";
|
|
62520
|
+
repository: "repository";
|
|
62404
62521
|
}>>;
|
|
62405
62522
|
hostDefault: z.ZodEnum<{
|
|
62406
|
-
repository: "repository";
|
|
62407
62523
|
host: "host";
|
|
62524
|
+
repository: "repository";
|
|
62408
62525
|
}>;
|
|
62409
62526
|
basePath: z.ZodString;
|
|
62410
62527
|
projectId: z.ZodNullable<z.ZodString>;
|
|
@@ -64114,8 +64231,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64114
64231
|
runId: z.ZodString;
|
|
64115
64232
|
}, z.core.$strip>], "kind">>;
|
|
64116
64233
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64117
|
-
repository: "repository";
|
|
64118
64234
|
host: "host";
|
|
64235
|
+
repository: "repository";
|
|
64119
64236
|
}>>;
|
|
64120
64237
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64121
64238
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64167,8 +64284,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64167
64284
|
runId: z.ZodString;
|
|
64168
64285
|
}, z.core.$strip>], "kind">>;
|
|
64169
64286
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64170
|
-
repository: "repository";
|
|
64171
64287
|
host: "host";
|
|
64288
|
+
repository: "repository";
|
|
64172
64289
|
}>>;
|
|
64173
64290
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64174
64291
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64220,8 +64337,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64220
64337
|
runId: z.ZodString;
|
|
64221
64338
|
}, z.core.$strip>], "kind">>;
|
|
64222
64339
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64223
|
-
repository: "repository";
|
|
64224
64340
|
host: "host";
|
|
64341
|
+
repository: "repository";
|
|
64225
64342
|
}>>;
|
|
64226
64343
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64227
64344
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64273,8 +64390,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64273
64390
|
runId: z.ZodString;
|
|
64274
64391
|
}, z.core.$strip>], "kind">>;
|
|
64275
64392
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64276
|
-
repository: "repository";
|
|
64277
64393
|
host: "host";
|
|
64394
|
+
repository: "repository";
|
|
64278
64395
|
}>>;
|
|
64279
64396
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64280
64397
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64326,8 +64443,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64326
64443
|
runId: z.ZodString;
|
|
64327
64444
|
}, z.core.$strip>], "kind">>;
|
|
64328
64445
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64329
|
-
repository: "repository";
|
|
64330
64446
|
host: "host";
|
|
64447
|
+
repository: "repository";
|
|
64331
64448
|
}>>;
|
|
64332
64449
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64333
64450
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64386,8 +64503,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64386
64503
|
runId: z.ZodString;
|
|
64387
64504
|
}, z.core.$strip>], "kind">>;
|
|
64388
64505
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64389
|
-
repository: "repository";
|
|
64390
64506
|
host: "host";
|
|
64507
|
+
repository: "repository";
|
|
64391
64508
|
}>>;
|
|
64392
64509
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64393
64510
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64447,8 +64564,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64447
64564
|
runId: z.ZodString;
|
|
64448
64565
|
}, z.core.$strip>], "kind">>;
|
|
64449
64566
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64450
|
-
repository: "repository";
|
|
64451
64567
|
host: "host";
|
|
64568
|
+
repository: "repository";
|
|
64452
64569
|
}>>;
|
|
64453
64570
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64454
64571
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64508,8 +64625,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64508
64625
|
runId: z.ZodString;
|
|
64509
64626
|
}, z.core.$strip>], "kind">>;
|
|
64510
64627
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64511
|
-
repository: "repository";
|
|
64512
64628
|
host: "host";
|
|
64629
|
+
repository: "repository";
|
|
64513
64630
|
}>>;
|
|
64514
64631
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64515
64632
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64561,8 +64678,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64561
64678
|
runId: z.ZodString;
|
|
64562
64679
|
}, z.core.$strip>], "kind">>;
|
|
64563
64680
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64564
|
-
repository: "repository";
|
|
64565
64681
|
host: "host";
|
|
64682
|
+
repository: "repository";
|
|
64566
64683
|
}>>;
|
|
64567
64684
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64568
64685
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64622,8 +64739,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64622
64739
|
runId: z.ZodString;
|
|
64623
64740
|
}, z.core.$strip>], "kind">>;
|
|
64624
64741
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64625
|
-
repository: "repository";
|
|
64626
64742
|
host: "host";
|
|
64743
|
+
repository: "repository";
|
|
64627
64744
|
}>>;
|
|
64628
64745
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64629
64746
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64672,8 +64789,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64672
64789
|
runId: z.ZodString;
|
|
64673
64790
|
}, z.core.$strip>], "kind">>;
|
|
64674
64791
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
64675
|
-
repository: "repository";
|
|
64676
64792
|
host: "host";
|
|
64793
|
+
repository: "repository";
|
|
64677
64794
|
}>>;
|
|
64678
64795
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
64679
64796
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -64691,8 +64808,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64691
64808
|
success: z.ZodBoolean;
|
|
64692
64809
|
viewId: z.ZodString;
|
|
64693
64810
|
storeLocation: z.ZodNullable<z.ZodEnum<{
|
|
64694
|
-
repository: "repository";
|
|
64695
64811
|
host: "host";
|
|
64812
|
+
repository: "repository";
|
|
64696
64813
|
}>>;
|
|
64697
64814
|
htmlPath: z.ZodNullable<z.ZodString>;
|
|
64698
64815
|
error: z.ZodNullable<z.ZodString>;
|
|
@@ -64713,8 +64830,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64713
64830
|
id: z.ZodString;
|
|
64714
64831
|
}, z.core.$strip>>;
|
|
64715
64832
|
storeLocation: z.ZodEnum<{
|
|
64716
|
-
repository: "repository";
|
|
64717
64833
|
host: "host";
|
|
64834
|
+
repository: "repository";
|
|
64718
64835
|
}>;
|
|
64719
64836
|
htmlPath: z.ZodString;
|
|
64720
64837
|
renderedAt: z.ZodString;
|
|
@@ -64749,8 +64866,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64749
64866
|
id: z.ZodString;
|
|
64750
64867
|
}, z.core.$strip>>;
|
|
64751
64868
|
storeLocation: z.ZodEnum<{
|
|
64752
|
-
repository: "repository";
|
|
64753
64869
|
host: "host";
|
|
64870
|
+
repository: "repository";
|
|
64754
64871
|
}>;
|
|
64755
64872
|
htmlPath: z.ZodString;
|
|
64756
64873
|
renderedAt: z.ZodString;
|
|
@@ -64846,8 +64963,8 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
64846
64963
|
id: z.ZodString;
|
|
64847
64964
|
}, z.core.$strip>>;
|
|
64848
64965
|
storeLocation: z.ZodEnum<{
|
|
64849
|
-
repository: "repository";
|
|
64850
64966
|
host: "host";
|
|
64967
|
+
repository: "repository";
|
|
64851
64968
|
}>;
|
|
64852
64969
|
htmlPath: z.ZodString;
|
|
64853
64970
|
renderedAt: z.ZodString;
|
|
@@ -65846,13 +65963,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
65846
65963
|
targetLine: {
|
|
65847
65964
|
oldLineNumber: number | null;
|
|
65848
65965
|
newLineNumber: number | null;
|
|
65849
|
-
type: "
|
|
65966
|
+
type: "remove" | "context" | "add";
|
|
65850
65967
|
content: string;
|
|
65851
65968
|
};
|
|
65852
65969
|
lines: {
|
|
65853
65970
|
oldLineNumber: number | null;
|
|
65854
65971
|
newLineNumber: number | null;
|
|
65855
|
-
type: "
|
|
65972
|
+
type: "remove" | "context" | "add";
|
|
65856
65973
|
content: string;
|
|
65857
65974
|
}[];
|
|
65858
65975
|
};
|
|
@@ -66083,20 +66200,20 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
66083
66200
|
}, z.core.$loose>>>;
|
|
66084
66201
|
projectKnowledge: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
66085
66202
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
66086
|
-
repository: "repository";
|
|
66087
66203
|
host: "host";
|
|
66204
|
+
repository: "repository";
|
|
66088
66205
|
}>>;
|
|
66089
66206
|
}, z.core.$loose>>>;
|
|
66090
66207
|
projectArtifacts: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
66091
66208
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
66092
|
-
repository: "repository";
|
|
66093
66209
|
host: "host";
|
|
66210
|
+
repository: "repository";
|
|
66094
66211
|
}>>;
|
|
66095
66212
|
}, z.core.$loose>>>;
|
|
66096
66213
|
projectWorkflows: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
66097
66214
|
defaultStoreLocation: z.ZodOptional<z.ZodEnum<{
|
|
66098
|
-
repository: "repository";
|
|
66099
66215
|
host: "host";
|
|
66216
|
+
repository: "repository";
|
|
66100
66217
|
}>>;
|
|
66101
66218
|
}, z.core.$loose>>>;
|
|
66102
66219
|
agentPersonalities: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
@@ -66724,13 +66841,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
66724
66841
|
targetLine: {
|
|
66725
66842
|
oldLineNumber: number | null;
|
|
66726
66843
|
newLineNumber: number | null;
|
|
66727
|
-
type: "
|
|
66844
|
+
type: "remove" | "context" | "add";
|
|
66728
66845
|
content: string;
|
|
66729
66846
|
};
|
|
66730
66847
|
lines: {
|
|
66731
66848
|
oldLineNumber: number | null;
|
|
66732
66849
|
newLineNumber: number | null;
|
|
66733
|
-
type: "
|
|
66850
|
+
type: "remove" | "context" | "add";
|
|
66734
66851
|
content: string;
|
|
66735
66852
|
}[];
|
|
66736
66853
|
};
|
|
@@ -67031,8 +67148,8 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67031
67148
|
projectId: z.ZodString;
|
|
67032
67149
|
workspaceId: z.ZodOptional<z.ZodString>;
|
|
67033
67150
|
location: z.ZodNullable<z.ZodEnum<{
|
|
67034
|
-
repository: "repository";
|
|
67035
67151
|
host: "host";
|
|
67152
|
+
repository: "repository";
|
|
67036
67153
|
}>>;
|
|
67037
67154
|
movePages: z.ZodDefault<z.ZodBoolean>;
|
|
67038
67155
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -67567,8 +67684,8 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67567
67684
|
projectId: z.ZodOptional<z.ZodString>;
|
|
67568
67685
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
67569
67686
|
location: z.ZodEnum<{
|
|
67570
|
-
repository: "repository";
|
|
67571
67687
|
host: "host";
|
|
67688
|
+
repository: "repository";
|
|
67572
67689
|
}>;
|
|
67573
67690
|
storeKey: z.ZodString;
|
|
67574
67691
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -67687,8 +67804,8 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67687
67804
|
projectId: z.ZodOptional<z.ZodString>;
|
|
67688
67805
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
67689
67806
|
location: z.ZodEnum<{
|
|
67690
|
-
repository: "repository";
|
|
67691
67807
|
host: "host";
|
|
67808
|
+
repository: "repository";
|
|
67692
67809
|
}>;
|
|
67693
67810
|
storeKey: z.ZodString;
|
|
67694
67811
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -67805,8 +67922,8 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67805
67922
|
projectId: z.ZodOptional<z.ZodString>;
|
|
67806
67923
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
67807
67924
|
location: z.ZodEnum<{
|
|
67808
|
-
repository: "repository";
|
|
67809
67925
|
host: "host";
|
|
67926
|
+
repository: "repository";
|
|
67810
67927
|
}>;
|
|
67811
67928
|
storeKey: z.ZodString;
|
|
67812
67929
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -67820,8 +67937,8 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67820
67937
|
source: z.ZodObject<{
|
|
67821
67938
|
storeKey: z.ZodString;
|
|
67822
67939
|
location: z.ZodEnum<{
|
|
67823
|
-
repository: "repository";
|
|
67824
67940
|
host: "host";
|
|
67941
|
+
repository: "repository";
|
|
67825
67942
|
}>;
|
|
67826
67943
|
hostName: z.ZodOptional<z.ZodString>;
|
|
67827
67944
|
source: z.ZodEnum<{
|
|
@@ -67862,8 +67979,8 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67862
67979
|
projectId: z.ZodOptional<z.ZodString>;
|
|
67863
67980
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
67864
67981
|
location: z.ZodEnum<{
|
|
67865
|
-
repository: "repository";
|
|
67866
67982
|
host: "host";
|
|
67983
|
+
repository: "repository";
|
|
67867
67984
|
}>;
|
|
67868
67985
|
storeKey: z.ZodString;
|
|
67869
67986
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -67909,8 +68026,8 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67909
68026
|
projectId: z.ZodOptional<z.ZodString>;
|
|
67910
68027
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
67911
68028
|
location: z.ZodEnum<{
|
|
67912
|
-
repository: "repository";
|
|
67913
68029
|
host: "host";
|
|
68030
|
+
repository: "repository";
|
|
67914
68031
|
}>;
|
|
67915
68032
|
storeKey: z.ZodString;
|
|
67916
68033
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -67932,13 +68049,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67932
68049
|
}>;
|
|
67933
68050
|
recordId: z.ZodString;
|
|
67934
68051
|
source: z.ZodEnum<{
|
|
67935
|
-
repository: "repository";
|
|
67936
68052
|
host: "host";
|
|
68053
|
+
repository: "repository";
|
|
67937
68054
|
"legacy-host-library": "legacy-host-library";
|
|
67938
68055
|
}>;
|
|
67939
68056
|
destination: z.ZodEnum<{
|
|
67940
|
-
repository: "repository";
|
|
67941
68057
|
host: "host";
|
|
68058
|
+
repository: "repository";
|
|
67942
68059
|
}>;
|
|
67943
68060
|
mode: z.ZodEnum<{
|
|
67944
68061
|
copy: "copy";
|
|
@@ -67990,8 +68107,8 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
67990
68107
|
type: z.ZodLiteral<"project.workflow.store.set.request">;
|
|
67991
68108
|
projectId: z.ZodString;
|
|
67992
68109
|
location: z.ZodNullable<z.ZodEnum<{
|
|
67993
|
-
repository: "repository";
|
|
67994
68110
|
host: "host";
|
|
68111
|
+
repository: "repository";
|
|
67995
68112
|
}>>;
|
|
67996
68113
|
requestId: z.ZodString;
|
|
67997
68114
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -68257,6 +68374,35 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
68257
68374
|
type: z.ZodLiteral<"hosting.auth_status.request">;
|
|
68258
68375
|
provider: z.ZodString;
|
|
68259
68376
|
requestId: z.ZodString;
|
|
68377
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68378
|
+
type: z.ZodLiteral<"forge.connections.manage.request">;
|
|
68379
|
+
requestId: z.ZodString;
|
|
68380
|
+
action: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
68381
|
+
kind: z.ZodLiteral<"list">;
|
|
68382
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
68383
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68384
|
+
kind: z.ZodLiteral<"save">;
|
|
68385
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
68386
|
+
useForScope: z.ZodOptional<z.ZodBoolean>;
|
|
68387
|
+
id: z.ZodOptional<z.ZodString>;
|
|
68388
|
+
expectedRevision: z.ZodOptional<z.ZodNumber>;
|
|
68389
|
+
forge: z.ZodString;
|
|
68390
|
+
host: z.ZodString;
|
|
68391
|
+
label: z.ZodString;
|
|
68392
|
+
method: z.ZodString;
|
|
68393
|
+
account: z.ZodOptional<z.ZodString>;
|
|
68394
|
+
secret: z.ZodOptional<z.ZodString>;
|
|
68395
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68396
|
+
kind: z.ZodLiteral<"select">;
|
|
68397
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
68398
|
+
forge: z.ZodString;
|
|
68399
|
+
host: z.ZodString;
|
|
68400
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
68401
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68402
|
+
kind: z.ZodLiteral<"remove">;
|
|
68403
|
+
id: z.ZodString;
|
|
68404
|
+
expectedRevision: z.ZodNumber;
|
|
68405
|
+
}, z.core.$strip>], "kind">;
|
|
68260
68406
|
}, z.core.$strip>, z.ZodObject<{
|
|
68261
68407
|
type: z.ZodLiteral<"directory_suggestions_request">;
|
|
68262
68408
|
query: z.ZodString;
|
|
@@ -68376,13 +68522,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
68376
68522
|
targetLine: {
|
|
68377
68523
|
oldLineNumber: number | null;
|
|
68378
68524
|
newLineNumber: number | null;
|
|
68379
|
-
type: "
|
|
68525
|
+
type: "remove" | "context" | "add";
|
|
68380
68526
|
content: string;
|
|
68381
68527
|
};
|
|
68382
68528
|
lines: {
|
|
68383
68529
|
oldLineNumber: number | null;
|
|
68384
68530
|
newLineNumber: number | null;
|
|
68385
|
-
type: "
|
|
68531
|
+
type: "remove" | "context" | "add";
|
|
68386
68532
|
content: string;
|
|
68387
68533
|
}[];
|
|
68388
68534
|
};
|
|
@@ -68482,13 +68628,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
68482
68628
|
targetLine: {
|
|
68483
68629
|
oldLineNumber: number | null;
|
|
68484
68630
|
newLineNumber: number | null;
|
|
68485
|
-
type: "
|
|
68631
|
+
type: "remove" | "context" | "add";
|
|
68486
68632
|
content: string;
|
|
68487
68633
|
};
|
|
68488
68634
|
lines: {
|
|
68489
68635
|
oldLineNumber: number | null;
|
|
68490
68636
|
newLineNumber: number | null;
|
|
68491
|
-
type: "
|
|
68637
|
+
type: "remove" | "context" | "add";
|
|
68492
68638
|
content: string;
|
|
68493
68639
|
}[];
|
|
68494
68640
|
};
|
|
@@ -68721,13 +68867,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
68721
68867
|
targetLine: {
|
|
68722
68868
|
oldLineNumber: number | null;
|
|
68723
68869
|
newLineNumber: number | null;
|
|
68724
|
-
type: "
|
|
68870
|
+
type: "remove" | "context" | "add";
|
|
68725
68871
|
content: string;
|
|
68726
68872
|
};
|
|
68727
68873
|
lines: {
|
|
68728
68874
|
oldLineNumber: number | null;
|
|
68729
68875
|
newLineNumber: number | null;
|
|
68730
|
-
type: "
|
|
68876
|
+
type: "remove" | "context" | "add";
|
|
68731
68877
|
content: string;
|
|
68732
68878
|
}[];
|
|
68733
68879
|
};
|
|
@@ -69431,16 +69577,16 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
69431
69577
|
type: z.ZodLiteral<"artifact.store.move.request">;
|
|
69432
69578
|
artifactId: z.ZodString;
|
|
69433
69579
|
destination: z.ZodEnum<{
|
|
69434
|
-
repository: "repository";
|
|
69435
69580
|
host: "host";
|
|
69581
|
+
repository: "repository";
|
|
69436
69582
|
}>;
|
|
69437
69583
|
requestId: z.ZodString;
|
|
69438
69584
|
}, z.core.$strip>, z.ZodObject<{
|
|
69439
69585
|
type: z.ZodLiteral<"project.artifact.store.set.request">;
|
|
69440
69586
|
projectId: z.ZodString;
|
|
69441
69587
|
location: z.ZodNullable<z.ZodEnum<{
|
|
69442
|
-
repository: "repository";
|
|
69443
69588
|
host: "host";
|
|
69589
|
+
repository: "repository";
|
|
69444
69590
|
}>>;
|
|
69445
69591
|
requestId: z.ZodString;
|
|
69446
69592
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -70542,8 +70688,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
70542
70688
|
runId: z.ZodString;
|
|
70543
70689
|
}, z.core.$strip>], "kind">>;
|
|
70544
70690
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
70545
|
-
repository: "repository";
|
|
70546
70691
|
host: "host";
|
|
70692
|
+
repository: "repository";
|
|
70547
70693
|
}>>;
|
|
70548
70694
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
70549
70695
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -71250,16 +71396,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
71250
71396
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71251
71397
|
}, z.core.$loose>>>;
|
|
71252
71398
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71253
|
-
repository: "repository";
|
|
71254
71399
|
host: "host";
|
|
71400
|
+
repository: "repository";
|
|
71255
71401
|
}>>>;
|
|
71256
71402
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71257
|
-
repository: "repository";
|
|
71258
71403
|
host: "host";
|
|
71404
|
+
repository: "repository";
|
|
71259
71405
|
}>>>;
|
|
71260
71406
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71261
|
-
repository: "repository";
|
|
71262
71407
|
host: "host";
|
|
71408
|
+
repository: "repository";
|
|
71263
71409
|
}>>>;
|
|
71264
71410
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71265
71411
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -71407,16 +71553,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
71407
71553
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71408
71554
|
}, z.core.$loose>>>;
|
|
71409
71555
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71410
|
-
repository: "repository";
|
|
71411
71556
|
host: "host";
|
|
71557
|
+
repository: "repository";
|
|
71412
71558
|
}>>>;
|
|
71413
71559
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71414
|
-
repository: "repository";
|
|
71415
71560
|
host: "host";
|
|
71561
|
+
repository: "repository";
|
|
71416
71562
|
}>>>;
|
|
71417
71563
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71418
|
-
repository: "repository";
|
|
71419
71564
|
host: "host";
|
|
71565
|
+
repository: "repository";
|
|
71420
71566
|
}>>>;
|
|
71421
71567
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71422
71568
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -71454,16 +71600,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
71454
71600
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71455
71601
|
}, z.core.$loose>>>;
|
|
71456
71602
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71457
|
-
repository: "repository";
|
|
71458
71603
|
host: "host";
|
|
71604
|
+
repository: "repository";
|
|
71459
71605
|
}>>>;
|
|
71460
71606
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71461
|
-
repository: "repository";
|
|
71462
71607
|
host: "host";
|
|
71608
|
+
repository: "repository";
|
|
71463
71609
|
}>>>;
|
|
71464
71610
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
71465
|
-
repository: "repository";
|
|
71466
71611
|
host: "host";
|
|
71612
|
+
repository: "repository";
|
|
71467
71613
|
}>>>;
|
|
71468
71614
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71469
71615
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -72766,16 +72912,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
72766
72912
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72767
72913
|
}, z.core.$loose>>>;
|
|
72768
72914
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72769
|
-
repository: "repository";
|
|
72770
72915
|
host: "host";
|
|
72916
|
+
repository: "repository";
|
|
72771
72917
|
}>>>;
|
|
72772
72918
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72773
|
-
repository: "repository";
|
|
72774
72919
|
host: "host";
|
|
72920
|
+
repository: "repository";
|
|
72775
72921
|
}>>>;
|
|
72776
72922
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72777
|
-
repository: "repository";
|
|
72778
72923
|
host: "host";
|
|
72924
|
+
repository: "repository";
|
|
72779
72925
|
}>>>;
|
|
72780
72926
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72781
72927
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -72829,16 +72975,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
72829
72975
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72830
72976
|
}, z.core.$loose>>>;
|
|
72831
72977
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72832
|
-
repository: "repository";
|
|
72833
72978
|
host: "host";
|
|
72979
|
+
repository: "repository";
|
|
72834
72980
|
}>>>;
|
|
72835
72981
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72836
|
-
repository: "repository";
|
|
72837
72982
|
host: "host";
|
|
72983
|
+
repository: "repository";
|
|
72838
72984
|
}>>>;
|
|
72839
72985
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72840
|
-
repository: "repository";
|
|
72841
72986
|
host: "host";
|
|
72987
|
+
repository: "repository";
|
|
72842
72988
|
}>>>;
|
|
72843
72989
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72844
72990
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -72873,16 +73019,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
72873
73019
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72874
73020
|
}, z.core.$loose>>>;
|
|
72875
73021
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72876
|
-
repository: "repository";
|
|
72877
73022
|
host: "host";
|
|
73023
|
+
repository: "repository";
|
|
72878
73024
|
}>>>;
|
|
72879
73025
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72880
|
-
repository: "repository";
|
|
72881
73026
|
host: "host";
|
|
73027
|
+
repository: "repository";
|
|
72882
73028
|
}>>>;
|
|
72883
73029
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72884
|
-
repository: "repository";
|
|
72885
73030
|
host: "host";
|
|
73031
|
+
repository: "repository";
|
|
72886
73032
|
}>>>;
|
|
72887
73033
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72888
73034
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -72951,16 +73097,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
72951
73097
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72952
73098
|
}, z.core.$loose>>>;
|
|
72953
73099
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72954
|
-
repository: "repository";
|
|
72955
73100
|
host: "host";
|
|
73101
|
+
repository: "repository";
|
|
72956
73102
|
}>>>;
|
|
72957
73103
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72958
|
-
repository: "repository";
|
|
72959
73104
|
host: "host";
|
|
73105
|
+
repository: "repository";
|
|
72960
73106
|
}>>>;
|
|
72961
73107
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
72962
|
-
repository: "repository";
|
|
72963
73108
|
host: "host";
|
|
73109
|
+
repository: "repository";
|
|
72964
73110
|
}>>>;
|
|
72965
73111
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72966
73112
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -73558,16 +73704,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
73558
73704
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73559
73705
|
}, z.core.$loose>>>;
|
|
73560
73706
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
73561
|
-
repository: "repository";
|
|
73562
73707
|
host: "host";
|
|
73708
|
+
repository: "repository";
|
|
73563
73709
|
}>>>;
|
|
73564
73710
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
73565
|
-
repository: "repository";
|
|
73566
73711
|
host: "host";
|
|
73712
|
+
repository: "repository";
|
|
73567
73713
|
}>>>;
|
|
73568
73714
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
73569
|
-
repository: "repository";
|
|
73570
73715
|
host: "host";
|
|
73716
|
+
repository: "repository";
|
|
73571
73717
|
}>>>;
|
|
73572
73718
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73573
73719
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -76084,20 +76230,20 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
76084
76230
|
}, z.core.$loose>>;
|
|
76085
76231
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
76086
76232
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
76087
|
-
repository: "repository";
|
|
76088
76233
|
host: "host";
|
|
76234
|
+
repository: "repository";
|
|
76089
76235
|
}>>;
|
|
76090
76236
|
}, z.core.$loose>>;
|
|
76091
76237
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
76092
76238
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
76093
|
-
repository: "repository";
|
|
76094
76239
|
host: "host";
|
|
76240
|
+
repository: "repository";
|
|
76095
76241
|
}>>;
|
|
76096
76242
|
}, z.core.$loose>>;
|
|
76097
76243
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
76098
76244
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
76099
|
-
repository: "repository";
|
|
76100
76245
|
host: "host";
|
|
76246
|
+
repository: "repository";
|
|
76101
76247
|
}>>;
|
|
76102
76248
|
}, z.core.$loose>>;
|
|
76103
76249
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -76461,20 +76607,20 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
76461
76607
|
}, z.core.$loose>>;
|
|
76462
76608
|
projectKnowledge: z.ZodOptional<z.ZodObject<{
|
|
76463
76609
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
76464
|
-
repository: "repository";
|
|
76465
76610
|
host: "host";
|
|
76611
|
+
repository: "repository";
|
|
76466
76612
|
}>>;
|
|
76467
76613
|
}, z.core.$loose>>;
|
|
76468
76614
|
projectArtifacts: z.ZodOptional<z.ZodObject<{
|
|
76469
76615
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
76470
|
-
repository: "repository";
|
|
76471
76616
|
host: "host";
|
|
76617
|
+
repository: "repository";
|
|
76472
76618
|
}>>;
|
|
76473
76619
|
}, z.core.$loose>>;
|
|
76474
76620
|
projectWorkflows: z.ZodOptional<z.ZodObject<{
|
|
76475
76621
|
defaultStoreLocation: z.ZodDefault<z.ZodEnum<{
|
|
76476
|
-
repository: "repository";
|
|
76477
76622
|
host: "host";
|
|
76623
|
+
repository: "repository";
|
|
76478
76624
|
}>>;
|
|
76479
76625
|
}, z.core.$loose>>;
|
|
76480
76626
|
agentProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -77870,16 +78016,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
77870
78016
|
boardOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77871
78017
|
}, z.core.$loose>>>;
|
|
77872
78018
|
projectKnowledgeLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
77873
|
-
repository: "repository";
|
|
77874
78019
|
host: "host";
|
|
78020
|
+
repository: "repository";
|
|
77875
78021
|
}>>>;
|
|
77876
78022
|
projectArtifactLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
77877
|
-
repository: "repository";
|
|
77878
78023
|
host: "host";
|
|
78024
|
+
repository: "repository";
|
|
77879
78025
|
}>>>;
|
|
77880
78026
|
projectWorkflowLocation: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
77881
|
-
repository: "repository";
|
|
77882
78027
|
host: "host";
|
|
78028
|
+
repository: "repository";
|
|
77883
78029
|
}>>>;
|
|
77884
78030
|
projectCustomIconRevision: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77885
78031
|
projectIconRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -79851,9 +79997,9 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
79851
79997
|
newCount: z.ZodNumber;
|
|
79852
79998
|
lines: z.ZodArray<z.ZodObject<{
|
|
79853
79999
|
type: z.ZodEnum<{
|
|
80000
|
+
remove: "remove";
|
|
79854
80001
|
context: "context";
|
|
79855
80002
|
add: "add";
|
|
79856
|
-
remove: "remove";
|
|
79857
80003
|
header: "header";
|
|
79858
80004
|
}>;
|
|
79859
80005
|
content: z.ZodString;
|
|
@@ -79902,9 +80048,9 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
79902
80048
|
newCount: z.ZodNumber;
|
|
79903
80049
|
lines: z.ZodArray<z.ZodObject<{
|
|
79904
80050
|
type: z.ZodEnum<{
|
|
80051
|
+
remove: "remove";
|
|
79905
80052
|
context: "context";
|
|
79906
80053
|
add: "add";
|
|
79907
|
-
remove: "remove";
|
|
79908
80054
|
header: "header";
|
|
79909
80055
|
}>;
|
|
79910
80056
|
content: z.ZodString;
|
|
@@ -80110,9 +80256,9 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
80110
80256
|
newCount: z.ZodNumber;
|
|
80111
80257
|
lines: z.ZodArray<z.ZodObject<{
|
|
80112
80258
|
type: z.ZodEnum<{
|
|
80259
|
+
remove: "remove";
|
|
80113
80260
|
context: "context";
|
|
80114
80261
|
add: "add";
|
|
80115
|
-
remove: "remove";
|
|
80116
80262
|
header: "header";
|
|
80117
80263
|
}>;
|
|
80118
80264
|
content: z.ZodString;
|
|
@@ -80289,8 +80435,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
80289
80435
|
projectId: z.ZodOptional<z.ZodString>;
|
|
80290
80436
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
80291
80437
|
location: z.ZodEnum<{
|
|
80292
|
-
repository: "repository";
|
|
80293
80438
|
host: "host";
|
|
80439
|
+
repository: "repository";
|
|
80294
80440
|
}>;
|
|
80295
80441
|
storeKey: z.ZodString;
|
|
80296
80442
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -80390,8 +80536,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
80390
80536
|
projectId: z.ZodOptional<z.ZodString>;
|
|
80391
80537
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
80392
80538
|
location: z.ZodEnum<{
|
|
80393
|
-
repository: "repository";
|
|
80394
80539
|
host: "host";
|
|
80540
|
+
repository: "repository";
|
|
80395
80541
|
}>;
|
|
80396
80542
|
storeKey: z.ZodString;
|
|
80397
80543
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -80541,8 +80687,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
80541
80687
|
projectId: z.ZodOptional<z.ZodString>;
|
|
80542
80688
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
80543
80689
|
location: z.ZodEnum<{
|
|
80544
|
-
repository: "repository";
|
|
80545
80690
|
host: "host";
|
|
80691
|
+
repository: "repository";
|
|
80546
80692
|
}>;
|
|
80547
80693
|
storeKey: z.ZodString;
|
|
80548
80694
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -80654,8 +80800,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
80654
80800
|
projectId: z.ZodOptional<z.ZodString>;
|
|
80655
80801
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
80656
80802
|
location: z.ZodEnum<{
|
|
80657
|
-
repository: "repository";
|
|
80658
80803
|
host: "host";
|
|
80804
|
+
repository: "repository";
|
|
80659
80805
|
}>;
|
|
80660
80806
|
storeKey: z.ZodString;
|
|
80661
80807
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -80775,8 +80921,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
80775
80921
|
projectId: z.ZodOptional<z.ZodString>;
|
|
80776
80922
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
80777
80923
|
location: z.ZodEnum<{
|
|
80778
|
-
repository: "repository";
|
|
80779
80924
|
host: "host";
|
|
80925
|
+
repository: "repository";
|
|
80780
80926
|
}>;
|
|
80781
80927
|
storeKey: z.ZodString;
|
|
80782
80928
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -80887,8 +81033,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
80887
81033
|
projectId: z.ZodOptional<z.ZodString>;
|
|
80888
81034
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
80889
81035
|
location: z.ZodEnum<{
|
|
80890
|
-
repository: "repository";
|
|
80891
81036
|
host: "host";
|
|
81037
|
+
repository: "repository";
|
|
80892
81038
|
}>;
|
|
80893
81039
|
storeKey: z.ZodString;
|
|
80894
81040
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81001,8 +81147,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81001
81147
|
projectId: z.ZodOptional<z.ZodString>;
|
|
81002
81148
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
81003
81149
|
location: z.ZodEnum<{
|
|
81004
|
-
repository: "repository";
|
|
81005
81150
|
host: "host";
|
|
81151
|
+
repository: "repository";
|
|
81006
81152
|
}>;
|
|
81007
81153
|
storeKey: z.ZodString;
|
|
81008
81154
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81117,8 +81263,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81117
81263
|
projectId: z.ZodOptional<z.ZodString>;
|
|
81118
81264
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
81119
81265
|
location: z.ZodEnum<{
|
|
81120
|
-
repository: "repository";
|
|
81121
81266
|
host: "host";
|
|
81267
|
+
repository: "repository";
|
|
81122
81268
|
}>;
|
|
81123
81269
|
storeKey: z.ZodString;
|
|
81124
81270
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81132,8 +81278,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81132
81278
|
source: z.ZodObject<{
|
|
81133
81279
|
storeKey: z.ZodString;
|
|
81134
81280
|
location: z.ZodEnum<{
|
|
81135
|
-
repository: "repository";
|
|
81136
81281
|
host: "host";
|
|
81282
|
+
repository: "repository";
|
|
81137
81283
|
}>;
|
|
81138
81284
|
hostName: z.ZodOptional<z.ZodString>;
|
|
81139
81285
|
source: z.ZodEnum<{
|
|
@@ -81252,8 +81398,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81252
81398
|
projectId: z.ZodOptional<z.ZodString>;
|
|
81253
81399
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
81254
81400
|
location: z.ZodEnum<{
|
|
81255
|
-
repository: "repository";
|
|
81256
81401
|
host: "host";
|
|
81402
|
+
repository: "repository";
|
|
81257
81403
|
}>;
|
|
81258
81404
|
storeKey: z.ZodString;
|
|
81259
81405
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81267,8 +81413,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81267
81413
|
source: z.ZodOptional<z.ZodObject<{
|
|
81268
81414
|
storeKey: z.ZodString;
|
|
81269
81415
|
location: z.ZodEnum<{
|
|
81270
|
-
repository: "repository";
|
|
81271
81416
|
host: "host";
|
|
81417
|
+
repository: "repository";
|
|
81272
81418
|
}>;
|
|
81273
81419
|
hostName: z.ZodOptional<z.ZodString>;
|
|
81274
81420
|
source: z.ZodEnum<{
|
|
@@ -81279,8 +81425,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81279
81425
|
destination: z.ZodOptional<z.ZodObject<{
|
|
81280
81426
|
storeKey: z.ZodString;
|
|
81281
81427
|
location: z.ZodEnum<{
|
|
81282
|
-
repository: "repository";
|
|
81283
81428
|
host: "host";
|
|
81429
|
+
repository: "repository";
|
|
81284
81430
|
}>;
|
|
81285
81431
|
hostName: z.ZodOptional<z.ZodString>;
|
|
81286
81432
|
source: z.ZodEnum<{
|
|
@@ -81320,8 +81466,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81320
81466
|
projectId: z.ZodOptional<z.ZodString>;
|
|
81321
81467
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
81322
81468
|
location: z.ZodEnum<{
|
|
81323
|
-
repository: "repository";
|
|
81324
81469
|
host: "host";
|
|
81470
|
+
repository: "repository";
|
|
81325
81471
|
}>;
|
|
81326
81472
|
storeKey: z.ZodString;
|
|
81327
81473
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81360,8 +81506,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81360
81506
|
projectId: z.ZodOptional<z.ZodString>;
|
|
81361
81507
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
81362
81508
|
location: z.ZodEnum<{
|
|
81363
|
-
repository: "repository";
|
|
81364
81509
|
host: "host";
|
|
81510
|
+
repository: "repository";
|
|
81365
81511
|
}>;
|
|
81366
81512
|
storeKey: z.ZodString;
|
|
81367
81513
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81408,8 +81554,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81408
81554
|
projectId: z.ZodOptional<z.ZodString>;
|
|
81409
81555
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
81410
81556
|
location: z.ZodEnum<{
|
|
81411
|
-
repository: "repository";
|
|
81412
81557
|
host: "host";
|
|
81558
|
+
repository: "repository";
|
|
81413
81559
|
}>;
|
|
81414
81560
|
storeKey: z.ZodString;
|
|
81415
81561
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81447,8 +81593,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81447
81593
|
projectId: z.ZodOptional<z.ZodString>;
|
|
81448
81594
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
81449
81595
|
location: z.ZodEnum<{
|
|
81450
|
-
repository: "repository";
|
|
81451
81596
|
host: "host";
|
|
81597
|
+
repository: "repository";
|
|
81452
81598
|
}>;
|
|
81453
81599
|
storeKey: z.ZodString;
|
|
81454
81600
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81488,8 +81634,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81488
81634
|
projectId: z.ZodOptional<z.ZodString>;
|
|
81489
81635
|
projectKey: z.ZodOptional<z.ZodString>;
|
|
81490
81636
|
location: z.ZodEnum<{
|
|
81491
|
-
repository: "repository";
|
|
81492
81637
|
host: "host";
|
|
81638
|
+
repository: "repository";
|
|
81493
81639
|
}>;
|
|
81494
81640
|
storeKey: z.ZodString;
|
|
81495
81641
|
hostId: z.ZodOptional<z.ZodString>;
|
|
@@ -81521,16 +81667,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81521
81667
|
}>;
|
|
81522
81668
|
source: z.ZodObject<{
|
|
81523
81669
|
source: z.ZodEnum<{
|
|
81524
|
-
repository: "repository";
|
|
81525
81670
|
host: "host";
|
|
81671
|
+
repository: "repository";
|
|
81526
81672
|
"legacy-host-library": "legacy-host-library";
|
|
81527
81673
|
}>;
|
|
81528
81674
|
storeKey: z.ZodString;
|
|
81529
81675
|
}, z.core.$strip>;
|
|
81530
81676
|
destination: z.ZodObject<{
|
|
81531
81677
|
location: z.ZodEnum<{
|
|
81532
|
-
repository: "repository";
|
|
81533
81678
|
host: "host";
|
|
81679
|
+
repository: "repository";
|
|
81534
81680
|
}>;
|
|
81535
81681
|
storeKey: z.ZodString;
|
|
81536
81682
|
}, z.core.$strip>;
|
|
@@ -81835,9 +81981,9 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
81835
81981
|
newCount: z.ZodNumber;
|
|
81836
81982
|
lines: z.ZodArray<z.ZodObject<{
|
|
81837
81983
|
type: z.ZodEnum<{
|
|
81984
|
+
remove: "remove";
|
|
81838
81985
|
context: "context";
|
|
81839
81986
|
add: "add";
|
|
81840
|
-
remove: "remove";
|
|
81841
81987
|
header: "header";
|
|
81842
81988
|
}>;
|
|
81843
81989
|
content: z.ZodString;
|
|
@@ -82545,6 +82691,34 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
82545
82691
|
error: z.ZodNullable<z.ZodString>;
|
|
82546
82692
|
requestId: z.ZodString;
|
|
82547
82693
|
}, z.core.$strip>;
|
|
82694
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
82695
|
+
type: z.ZodLiteral<"forge.connections.manage.response">;
|
|
82696
|
+
payload: z.ZodObject<{
|
|
82697
|
+
requestId: z.ZodString;
|
|
82698
|
+
overview: z.ZodNullable<z.ZodObject<{
|
|
82699
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
82700
|
+
id: z.ZodString;
|
|
82701
|
+
forge: z.ZodString;
|
|
82702
|
+
host: z.ZodString;
|
|
82703
|
+
label: z.ZodString;
|
|
82704
|
+
account: z.ZodString;
|
|
82705
|
+
method: z.ZodString;
|
|
82706
|
+
revision: z.ZodNumber;
|
|
82707
|
+
}, z.core.$strip>>;
|
|
82708
|
+
defaults: z.ZodArray<z.ZodObject<{
|
|
82709
|
+
forge: z.ZodString;
|
|
82710
|
+
host: z.ZodString;
|
|
82711
|
+
connectionId: z.ZodString;
|
|
82712
|
+
}, z.core.$strip>>;
|
|
82713
|
+
overrides: z.ZodArray<z.ZodObject<{
|
|
82714
|
+
forge: z.ZodString;
|
|
82715
|
+
host: z.ZodString;
|
|
82716
|
+
connectionId: z.ZodString;
|
|
82717
|
+
}, z.core.$strip>>;
|
|
82718
|
+
projectId: z.ZodNullable<z.ZodString>;
|
|
82719
|
+
}, z.core.$strip>>;
|
|
82720
|
+
error: z.ZodNullable<z.ZodString>;
|
|
82721
|
+
}, z.core.$strip>;
|
|
82548
82722
|
}, z.core.$strip>, z.ZodObject<{
|
|
82549
82723
|
type: z.ZodLiteral<"hosting.list_repositories.response">;
|
|
82550
82724
|
payload: z.ZodObject<{
|
|
@@ -85114,16 +85288,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
85114
85288
|
requestId: z.ZodString;
|
|
85115
85289
|
store: z.ZodNullable<z.ZodObject<{
|
|
85116
85290
|
location: z.ZodEnum<{
|
|
85117
|
-
repository: "repository";
|
|
85118
85291
|
host: "host";
|
|
85292
|
+
repository: "repository";
|
|
85119
85293
|
}>;
|
|
85120
85294
|
override: z.ZodNullable<z.ZodEnum<{
|
|
85121
|
-
repository: "repository";
|
|
85122
85295
|
host: "host";
|
|
85296
|
+
repository: "repository";
|
|
85123
85297
|
}>>;
|
|
85124
85298
|
hostDefault: z.ZodEnum<{
|
|
85125
|
-
repository: "repository";
|
|
85126
85299
|
host: "host";
|
|
85300
|
+
repository: "repository";
|
|
85127
85301
|
}>;
|
|
85128
85302
|
basePath: z.ZodString;
|
|
85129
85303
|
projectId: z.ZodNullable<z.ZodString>;
|
|
@@ -85140,16 +85314,16 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
85140
85314
|
accepted: z.ZodBoolean;
|
|
85141
85315
|
store: z.ZodNullable<z.ZodObject<{
|
|
85142
85316
|
location: z.ZodEnum<{
|
|
85143
|
-
repository: "repository";
|
|
85144
85317
|
host: "host";
|
|
85318
|
+
repository: "repository";
|
|
85145
85319
|
}>;
|
|
85146
85320
|
override: z.ZodNullable<z.ZodEnum<{
|
|
85147
|
-
repository: "repository";
|
|
85148
85321
|
host: "host";
|
|
85322
|
+
repository: "repository";
|
|
85149
85323
|
}>>;
|
|
85150
85324
|
hostDefault: z.ZodEnum<{
|
|
85151
|
-
repository: "repository";
|
|
85152
85325
|
host: "host";
|
|
85326
|
+
repository: "repository";
|
|
85153
85327
|
}>;
|
|
85154
85328
|
basePath: z.ZodString;
|
|
85155
85329
|
projectId: z.ZodNullable<z.ZodString>;
|
|
@@ -86859,8 +87033,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
86859
87033
|
runId: z.ZodString;
|
|
86860
87034
|
}, z.core.$strip>], "kind">>;
|
|
86861
87035
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
86862
|
-
repository: "repository";
|
|
86863
87036
|
host: "host";
|
|
87037
|
+
repository: "repository";
|
|
86864
87038
|
}>>;
|
|
86865
87039
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
86866
87040
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -86912,8 +87086,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
86912
87086
|
runId: z.ZodString;
|
|
86913
87087
|
}, z.core.$strip>], "kind">>;
|
|
86914
87088
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
86915
|
-
repository: "repository";
|
|
86916
87089
|
host: "host";
|
|
87090
|
+
repository: "repository";
|
|
86917
87091
|
}>>;
|
|
86918
87092
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
86919
87093
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -86965,8 +87139,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
86965
87139
|
runId: z.ZodString;
|
|
86966
87140
|
}, z.core.$strip>], "kind">>;
|
|
86967
87141
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
86968
|
-
repository: "repository";
|
|
86969
87142
|
host: "host";
|
|
87143
|
+
repository: "repository";
|
|
86970
87144
|
}>>;
|
|
86971
87145
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
86972
87146
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87018,8 +87192,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87018
87192
|
runId: z.ZodString;
|
|
87019
87193
|
}, z.core.$strip>], "kind">>;
|
|
87020
87194
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
87021
|
-
repository: "repository";
|
|
87022
87195
|
host: "host";
|
|
87196
|
+
repository: "repository";
|
|
87023
87197
|
}>>;
|
|
87024
87198
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
87025
87199
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87071,8 +87245,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87071
87245
|
runId: z.ZodString;
|
|
87072
87246
|
}, z.core.$strip>], "kind">>;
|
|
87073
87247
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
87074
|
-
repository: "repository";
|
|
87075
87248
|
host: "host";
|
|
87249
|
+
repository: "repository";
|
|
87076
87250
|
}>>;
|
|
87077
87251
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
87078
87252
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87131,8 +87305,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87131
87305
|
runId: z.ZodString;
|
|
87132
87306
|
}, z.core.$strip>], "kind">>;
|
|
87133
87307
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
87134
|
-
repository: "repository";
|
|
87135
87308
|
host: "host";
|
|
87309
|
+
repository: "repository";
|
|
87136
87310
|
}>>;
|
|
87137
87311
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
87138
87312
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87192,8 +87366,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87192
87366
|
runId: z.ZodString;
|
|
87193
87367
|
}, z.core.$strip>], "kind">>;
|
|
87194
87368
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
87195
|
-
repository: "repository";
|
|
87196
87369
|
host: "host";
|
|
87370
|
+
repository: "repository";
|
|
87197
87371
|
}>>;
|
|
87198
87372
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
87199
87373
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87253,8 +87427,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87253
87427
|
runId: z.ZodString;
|
|
87254
87428
|
}, z.core.$strip>], "kind">>;
|
|
87255
87429
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
87256
|
-
repository: "repository";
|
|
87257
87430
|
host: "host";
|
|
87431
|
+
repository: "repository";
|
|
87258
87432
|
}>>;
|
|
87259
87433
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
87260
87434
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87306,8 +87480,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87306
87480
|
runId: z.ZodString;
|
|
87307
87481
|
}, z.core.$strip>], "kind">>;
|
|
87308
87482
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
87309
|
-
repository: "repository";
|
|
87310
87483
|
host: "host";
|
|
87484
|
+
repository: "repository";
|
|
87311
87485
|
}>>;
|
|
87312
87486
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
87313
87487
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87367,8 +87541,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87367
87541
|
runId: z.ZodString;
|
|
87368
87542
|
}, z.core.$strip>], "kind">>;
|
|
87369
87543
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
87370
|
-
repository: "repository";
|
|
87371
87544
|
host: "host";
|
|
87545
|
+
repository: "repository";
|
|
87372
87546
|
}>>;
|
|
87373
87547
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
87374
87548
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87417,8 +87591,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87417
87591
|
runId: z.ZodString;
|
|
87418
87592
|
}, z.core.$strip>], "kind">>;
|
|
87419
87593
|
storageLocation: z.ZodOptional<z.ZodEnum<{
|
|
87420
|
-
repository: "repository";
|
|
87421
87594
|
host: "host";
|
|
87595
|
+
repository: "repository";
|
|
87422
87596
|
}>>;
|
|
87423
87597
|
repairAvailable: z.ZodOptional<z.ZodBoolean>;
|
|
87424
87598
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
@@ -87436,8 +87610,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87436
87610
|
success: z.ZodBoolean;
|
|
87437
87611
|
viewId: z.ZodString;
|
|
87438
87612
|
storeLocation: z.ZodNullable<z.ZodEnum<{
|
|
87439
|
-
repository: "repository";
|
|
87440
87613
|
host: "host";
|
|
87614
|
+
repository: "repository";
|
|
87441
87615
|
}>>;
|
|
87442
87616
|
htmlPath: z.ZodNullable<z.ZodString>;
|
|
87443
87617
|
error: z.ZodNullable<z.ZodString>;
|
|
@@ -87458,8 +87632,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87458
87632
|
id: z.ZodString;
|
|
87459
87633
|
}, z.core.$strip>>;
|
|
87460
87634
|
storeLocation: z.ZodEnum<{
|
|
87461
|
-
repository: "repository";
|
|
87462
87635
|
host: "host";
|
|
87636
|
+
repository: "repository";
|
|
87463
87637
|
}>;
|
|
87464
87638
|
htmlPath: z.ZodString;
|
|
87465
87639
|
renderedAt: z.ZodString;
|
|
@@ -87494,8 +87668,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87494
87668
|
id: z.ZodString;
|
|
87495
87669
|
}, z.core.$strip>>;
|
|
87496
87670
|
storeLocation: z.ZodEnum<{
|
|
87497
|
-
repository: "repository";
|
|
87498
87671
|
host: "host";
|
|
87672
|
+
repository: "repository";
|
|
87499
87673
|
}>;
|
|
87500
87674
|
htmlPath: z.ZodString;
|
|
87501
87675
|
renderedAt: z.ZodString;
|
|
@@ -87591,8 +87765,8 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
87591
87765
|
id: z.ZodString;
|
|
87592
87766
|
}, z.core.$strip>>;
|
|
87593
87767
|
storeLocation: z.ZodEnum<{
|
|
87594
|
-
repository: "repository";
|
|
87595
87768
|
host: "host";
|
|
87769
|
+
repository: "repository";
|
|
87596
87770
|
}>;
|
|
87597
87771
|
htmlPath: z.ZodString;
|
|
87598
87772
|
renderedAt: z.ZodString;
|