@otto-code/protocol 0.9.5 → 0.9.7
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
|
@@ -989,8 +989,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
989
989
|
runId: import("zod").ZodString;
|
|
990
990
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
991
991
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
992
|
-
repository: "repository";
|
|
993
992
|
host: "host";
|
|
993
|
+
repository: "repository";
|
|
994
994
|
}>>;
|
|
995
995
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
996
996
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1697,16 +1697,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1697
1697
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1698
1698
|
}, import("zod/v4/core").$loose>>>;
|
|
1699
1699
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1700
|
-
repository: "repository";
|
|
1701
1700
|
host: "host";
|
|
1701
|
+
repository: "repository";
|
|
1702
1702
|
}>>>;
|
|
1703
1703
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1704
|
-
repository: "repository";
|
|
1705
1704
|
host: "host";
|
|
1705
|
+
repository: "repository";
|
|
1706
1706
|
}>>>;
|
|
1707
1707
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1708
|
-
repository: "repository";
|
|
1709
1708
|
host: "host";
|
|
1709
|
+
repository: "repository";
|
|
1710
1710
|
}>>>;
|
|
1711
1711
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1712
1712
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1854,16 +1854,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1854
1854
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1855
1855
|
}, import("zod/v4/core").$loose>>>;
|
|
1856
1856
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1857
|
-
repository: "repository";
|
|
1858
1857
|
host: "host";
|
|
1858
|
+
repository: "repository";
|
|
1859
1859
|
}>>>;
|
|
1860
1860
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1861
|
-
repository: "repository";
|
|
1862
1861
|
host: "host";
|
|
1862
|
+
repository: "repository";
|
|
1863
1863
|
}>>>;
|
|
1864
1864
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1865
|
-
repository: "repository";
|
|
1866
1865
|
host: "host";
|
|
1866
|
+
repository: "repository";
|
|
1867
1867
|
}>>>;
|
|
1868
1868
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1869
1869
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1901,16 +1901,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1901
1901
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1902
1902
|
}, import("zod/v4/core").$loose>>>;
|
|
1903
1903
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1904
|
-
repository: "repository";
|
|
1905
1904
|
host: "host";
|
|
1905
|
+
repository: "repository";
|
|
1906
1906
|
}>>>;
|
|
1907
1907
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1908
|
-
repository: "repository";
|
|
1909
1908
|
host: "host";
|
|
1909
|
+
repository: "repository";
|
|
1910
1910
|
}>>>;
|
|
1911
1911
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1912
|
-
repository: "repository";
|
|
1913
1912
|
host: "host";
|
|
1913
|
+
repository: "repository";
|
|
1914
1914
|
}>>>;
|
|
1915
1915
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1916
1916
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3213,16 +3213,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3213
3213
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3214
3214
|
}, import("zod/v4/core").$loose>>>;
|
|
3215
3215
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3216
|
-
repository: "repository";
|
|
3217
3216
|
host: "host";
|
|
3217
|
+
repository: "repository";
|
|
3218
3218
|
}>>>;
|
|
3219
3219
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3220
|
-
repository: "repository";
|
|
3221
3220
|
host: "host";
|
|
3221
|
+
repository: "repository";
|
|
3222
3222
|
}>>>;
|
|
3223
3223
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3224
|
-
repository: "repository";
|
|
3225
3224
|
host: "host";
|
|
3225
|
+
repository: "repository";
|
|
3226
3226
|
}>>>;
|
|
3227
3227
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3228
3228
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3276,16 +3276,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3276
3276
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3277
3277
|
}, import("zod/v4/core").$loose>>>;
|
|
3278
3278
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3279
|
-
repository: "repository";
|
|
3280
3279
|
host: "host";
|
|
3280
|
+
repository: "repository";
|
|
3281
3281
|
}>>>;
|
|
3282
3282
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3283
|
-
repository: "repository";
|
|
3284
3283
|
host: "host";
|
|
3284
|
+
repository: "repository";
|
|
3285
3285
|
}>>>;
|
|
3286
3286
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3287
|
-
repository: "repository";
|
|
3288
3287
|
host: "host";
|
|
3288
|
+
repository: "repository";
|
|
3289
3289
|
}>>>;
|
|
3290
3290
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3291
3291
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3320,16 +3320,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3320
3320
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3321
3321
|
}, import("zod/v4/core").$loose>>>;
|
|
3322
3322
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3323
|
-
repository: "repository";
|
|
3324
3323
|
host: "host";
|
|
3324
|
+
repository: "repository";
|
|
3325
3325
|
}>>>;
|
|
3326
3326
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3327
|
-
repository: "repository";
|
|
3328
3327
|
host: "host";
|
|
3328
|
+
repository: "repository";
|
|
3329
3329
|
}>>>;
|
|
3330
3330
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3331
|
-
repository: "repository";
|
|
3332
3331
|
host: "host";
|
|
3332
|
+
repository: "repository";
|
|
3333
3333
|
}>>>;
|
|
3334
3334
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3335
3335
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3398,16 +3398,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3398
3398
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3399
3399
|
}, import("zod/v4/core").$loose>>>;
|
|
3400
3400
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3401
|
-
repository: "repository";
|
|
3402
3401
|
host: "host";
|
|
3402
|
+
repository: "repository";
|
|
3403
3403
|
}>>>;
|
|
3404
3404
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3405
|
-
repository: "repository";
|
|
3406
3405
|
host: "host";
|
|
3406
|
+
repository: "repository";
|
|
3407
3407
|
}>>>;
|
|
3408
3408
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3409
|
-
repository: "repository";
|
|
3410
3409
|
host: "host";
|
|
3410
|
+
repository: "repository";
|
|
3411
3411
|
}>>>;
|
|
3412
3412
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3413
3413
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4005,16 +4005,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4005
4005
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4006
4006
|
}, import("zod/v4/core").$loose>>>;
|
|
4007
4007
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
4008
|
-
repository: "repository";
|
|
4009
4008
|
host: "host";
|
|
4009
|
+
repository: "repository";
|
|
4010
4010
|
}>>>;
|
|
4011
4011
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
4012
|
-
repository: "repository";
|
|
4013
4012
|
host: "host";
|
|
4013
|
+
repository: "repository";
|
|
4014
4014
|
}>>>;
|
|
4015
4015
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
4016
|
-
repository: "repository";
|
|
4017
4016
|
host: "host";
|
|
4017
|
+
repository: "repository";
|
|
4018
4018
|
}>>>;
|
|
4019
4019
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4020
4020
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -6531,20 +6531,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6531
6531
|
}, import("zod/v4/core").$loose>>;
|
|
6532
6532
|
projectKnowledge: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6533
6533
|
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6534
|
-
repository: "repository";
|
|
6535
6534
|
host: "host";
|
|
6535
|
+
repository: "repository";
|
|
6536
6536
|
}>>;
|
|
6537
6537
|
}, import("zod/v4/core").$loose>>;
|
|
6538
6538
|
projectArtifacts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6539
6539
|
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6540
|
-
repository: "repository";
|
|
6541
6540
|
host: "host";
|
|
6541
|
+
repository: "repository";
|
|
6542
6542
|
}>>;
|
|
6543
6543
|
}, import("zod/v4/core").$loose>>;
|
|
6544
6544
|
projectWorkflows: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6545
6545
|
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6546
|
-
repository: "repository";
|
|
6547
6546
|
host: "host";
|
|
6547
|
+
repository: "repository";
|
|
6548
6548
|
}>>;
|
|
6549
6549
|
}, import("zod/v4/core").$loose>>;
|
|
6550
6550
|
agentProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -6908,20 +6908,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6908
6908
|
}, import("zod/v4/core").$loose>>;
|
|
6909
6909
|
projectKnowledge: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6910
6910
|
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6911
|
-
repository: "repository";
|
|
6912
6911
|
host: "host";
|
|
6912
|
+
repository: "repository";
|
|
6913
6913
|
}>>;
|
|
6914
6914
|
}, import("zod/v4/core").$loose>>;
|
|
6915
6915
|
projectArtifacts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6916
6916
|
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6917
|
-
repository: "repository";
|
|
6918
6917
|
host: "host";
|
|
6918
|
+
repository: "repository";
|
|
6919
6919
|
}>>;
|
|
6920
6920
|
}, import("zod/v4/core").$loose>>;
|
|
6921
6921
|
projectWorkflows: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6922
6922
|
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6923
|
-
repository: "repository";
|
|
6924
6923
|
host: "host";
|
|
6924
|
+
repository: "repository";
|
|
6925
6925
|
}>>;
|
|
6926
6926
|
}, import("zod/v4/core").$loose>>;
|
|
6927
6927
|
agentProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -8317,16 +8317,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
8317
8317
|
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8318
8318
|
}, import("zod/v4/core").$loose>>>;
|
|
8319
8319
|
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8320
|
-
repository: "repository";
|
|
8321
8320
|
host: "host";
|
|
8321
|
+
repository: "repository";
|
|
8322
8322
|
}>>>;
|
|
8323
8323
|
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8324
|
-
repository: "repository";
|
|
8325
8324
|
host: "host";
|
|
8325
|
+
repository: "repository";
|
|
8326
8326
|
}>>>;
|
|
8327
8327
|
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8328
|
-
repository: "repository";
|
|
8329
8328
|
host: "host";
|
|
8329
|
+
repository: "repository";
|
|
8330
8330
|
}>>>;
|
|
8331
8331
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8332
8332
|
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10298,9 +10298,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10298
10298
|
newCount: import("zod").ZodNumber;
|
|
10299
10299
|
lines: import("zod").ZodArray<import("zod").ZodObject<{
|
|
10300
10300
|
type: import("zod").ZodEnum<{
|
|
10301
|
+
remove: "remove";
|
|
10301
10302
|
context: "context";
|
|
10302
10303
|
add: "add";
|
|
10303
|
-
remove: "remove";
|
|
10304
10304
|
header: "header";
|
|
10305
10305
|
}>;
|
|
10306
10306
|
content: import("zod").ZodString;
|
|
@@ -10349,9 +10349,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10349
10349
|
newCount: import("zod").ZodNumber;
|
|
10350
10350
|
lines: import("zod").ZodArray<import("zod").ZodObject<{
|
|
10351
10351
|
type: import("zod").ZodEnum<{
|
|
10352
|
+
remove: "remove";
|
|
10352
10353
|
context: "context";
|
|
10353
10354
|
add: "add";
|
|
10354
|
-
remove: "remove";
|
|
10355
10355
|
header: "header";
|
|
10356
10356
|
}>;
|
|
10357
10357
|
content: import("zod").ZodString;
|
|
@@ -10557,9 +10557,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10557
10557
|
newCount: import("zod").ZodNumber;
|
|
10558
10558
|
lines: import("zod").ZodArray<import("zod").ZodObject<{
|
|
10559
10559
|
type: import("zod").ZodEnum<{
|
|
10560
|
+
remove: "remove";
|
|
10560
10561
|
context: "context";
|
|
10561
10562
|
add: "add";
|
|
10562
|
-
remove: "remove";
|
|
10563
10563
|
header: "header";
|
|
10564
10564
|
}>;
|
|
10565
10565
|
content: import("zod").ZodString;
|
|
@@ -10736,8 +10736,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10736
10736
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10737
10737
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10738
10738
|
location: import("zod").ZodEnum<{
|
|
10739
|
-
repository: "repository";
|
|
10740
10739
|
host: "host";
|
|
10740
|
+
repository: "repository";
|
|
10741
10741
|
}>;
|
|
10742
10742
|
storeKey: import("zod").ZodString;
|
|
10743
10743
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10837,8 +10837,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10837
10837
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10838
10838
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10839
10839
|
location: import("zod").ZodEnum<{
|
|
10840
|
-
repository: "repository";
|
|
10841
10840
|
host: "host";
|
|
10841
|
+
repository: "repository";
|
|
10842
10842
|
}>;
|
|
10843
10843
|
storeKey: import("zod").ZodString;
|
|
10844
10844
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10988,8 +10988,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10988
10988
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10989
10989
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10990
10990
|
location: import("zod").ZodEnum<{
|
|
10991
|
-
repository: "repository";
|
|
10992
10991
|
host: "host";
|
|
10992
|
+
repository: "repository";
|
|
10993
10993
|
}>;
|
|
10994
10994
|
storeKey: import("zod").ZodString;
|
|
10995
10995
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11101,8 +11101,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11101
11101
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11102
11102
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11103
11103
|
location: import("zod").ZodEnum<{
|
|
11104
|
-
repository: "repository";
|
|
11105
11104
|
host: "host";
|
|
11105
|
+
repository: "repository";
|
|
11106
11106
|
}>;
|
|
11107
11107
|
storeKey: import("zod").ZodString;
|
|
11108
11108
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11222,8 +11222,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11222
11222
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11223
11223
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11224
11224
|
location: import("zod").ZodEnum<{
|
|
11225
|
-
repository: "repository";
|
|
11226
11225
|
host: "host";
|
|
11226
|
+
repository: "repository";
|
|
11227
11227
|
}>;
|
|
11228
11228
|
storeKey: import("zod").ZodString;
|
|
11229
11229
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11334,8 +11334,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11334
11334
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11335
11335
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11336
11336
|
location: import("zod").ZodEnum<{
|
|
11337
|
-
repository: "repository";
|
|
11338
11337
|
host: "host";
|
|
11338
|
+
repository: "repository";
|
|
11339
11339
|
}>;
|
|
11340
11340
|
storeKey: import("zod").ZodString;
|
|
11341
11341
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11448,8 +11448,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11448
11448
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11449
11449
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11450
11450
|
location: import("zod").ZodEnum<{
|
|
11451
|
-
repository: "repository";
|
|
11452
11451
|
host: "host";
|
|
11452
|
+
repository: "repository";
|
|
11453
11453
|
}>;
|
|
11454
11454
|
storeKey: import("zod").ZodString;
|
|
11455
11455
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11564,8 +11564,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11564
11564
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11565
11565
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11566
11566
|
location: import("zod").ZodEnum<{
|
|
11567
|
-
repository: "repository";
|
|
11568
11567
|
host: "host";
|
|
11568
|
+
repository: "repository";
|
|
11569
11569
|
}>;
|
|
11570
11570
|
storeKey: import("zod").ZodString;
|
|
11571
11571
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11579,8 +11579,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11579
11579
|
source: import("zod").ZodObject<{
|
|
11580
11580
|
storeKey: import("zod").ZodString;
|
|
11581
11581
|
location: import("zod").ZodEnum<{
|
|
11582
|
-
repository: "repository";
|
|
11583
11582
|
host: "host";
|
|
11583
|
+
repository: "repository";
|
|
11584
11584
|
}>;
|
|
11585
11585
|
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11586
11586
|
source: import("zod").ZodEnum<{
|
|
@@ -11699,8 +11699,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11699
11699
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11700
11700
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11701
11701
|
location: import("zod").ZodEnum<{
|
|
11702
|
-
repository: "repository";
|
|
11703
11702
|
host: "host";
|
|
11703
|
+
repository: "repository";
|
|
11704
11704
|
}>;
|
|
11705
11705
|
storeKey: import("zod").ZodString;
|
|
11706
11706
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11714,8 +11714,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11714
11714
|
source: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11715
11715
|
storeKey: import("zod").ZodString;
|
|
11716
11716
|
location: import("zod").ZodEnum<{
|
|
11717
|
-
repository: "repository";
|
|
11718
11717
|
host: "host";
|
|
11718
|
+
repository: "repository";
|
|
11719
11719
|
}>;
|
|
11720
11720
|
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11721
11721
|
source: import("zod").ZodEnum<{
|
|
@@ -11726,8 +11726,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11726
11726
|
destination: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11727
11727
|
storeKey: import("zod").ZodString;
|
|
11728
11728
|
location: import("zod").ZodEnum<{
|
|
11729
|
-
repository: "repository";
|
|
11730
11729
|
host: "host";
|
|
11730
|
+
repository: "repository";
|
|
11731
11731
|
}>;
|
|
11732
11732
|
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11733
11733
|
source: import("zod").ZodEnum<{
|
|
@@ -11767,8 +11767,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11767
11767
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11768
11768
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11769
11769
|
location: import("zod").ZodEnum<{
|
|
11770
|
-
repository: "repository";
|
|
11771
11770
|
host: "host";
|
|
11771
|
+
repository: "repository";
|
|
11772
11772
|
}>;
|
|
11773
11773
|
storeKey: import("zod").ZodString;
|
|
11774
11774
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11807,8 +11807,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11807
11807
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11808
11808
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11809
11809
|
location: import("zod").ZodEnum<{
|
|
11810
|
-
repository: "repository";
|
|
11811
11810
|
host: "host";
|
|
11811
|
+
repository: "repository";
|
|
11812
11812
|
}>;
|
|
11813
11813
|
storeKey: import("zod").ZodString;
|
|
11814
11814
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11855,8 +11855,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11855
11855
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11856
11856
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11857
11857
|
location: import("zod").ZodEnum<{
|
|
11858
|
-
repository: "repository";
|
|
11859
11858
|
host: "host";
|
|
11859
|
+
repository: "repository";
|
|
11860
11860
|
}>;
|
|
11861
11861
|
storeKey: import("zod").ZodString;
|
|
11862
11862
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11894,8 +11894,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11894
11894
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11895
11895
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11896
11896
|
location: import("zod").ZodEnum<{
|
|
11897
|
-
repository: "repository";
|
|
11898
11897
|
host: "host";
|
|
11898
|
+
repository: "repository";
|
|
11899
11899
|
}>;
|
|
11900
11900
|
storeKey: import("zod").ZodString;
|
|
11901
11901
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11935,8 +11935,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11935
11935
|
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11936
11936
|
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11937
11937
|
location: import("zod").ZodEnum<{
|
|
11938
|
-
repository: "repository";
|
|
11939
11938
|
host: "host";
|
|
11939
|
+
repository: "repository";
|
|
11940
11940
|
}>;
|
|
11941
11941
|
storeKey: import("zod").ZodString;
|
|
11942
11942
|
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -11968,16 +11968,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11968
11968
|
}>;
|
|
11969
11969
|
source: import("zod").ZodObject<{
|
|
11970
11970
|
source: import("zod").ZodEnum<{
|
|
11971
|
-
repository: "repository";
|
|
11972
11971
|
host: "host";
|
|
11972
|
+
repository: "repository";
|
|
11973
11973
|
"legacy-host-library": "legacy-host-library";
|
|
11974
11974
|
}>;
|
|
11975
11975
|
storeKey: import("zod").ZodString;
|
|
11976
11976
|
}, import("zod/v4/core").$strip>;
|
|
11977
11977
|
destination: import("zod").ZodObject<{
|
|
11978
11978
|
location: import("zod").ZodEnum<{
|
|
11979
|
-
repository: "repository";
|
|
11980
11979
|
host: "host";
|
|
11980
|
+
repository: "repository";
|
|
11981
11981
|
}>;
|
|
11982
11982
|
storeKey: import("zod").ZodString;
|
|
11983
11983
|
}, import("zod/v4/core").$strip>;
|
|
@@ -12282,9 +12282,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12282
12282
|
newCount: import("zod").ZodNumber;
|
|
12283
12283
|
lines: import("zod").ZodArray<import("zod").ZodObject<{
|
|
12284
12284
|
type: import("zod").ZodEnum<{
|
|
12285
|
+
remove: "remove";
|
|
12285
12286
|
context: "context";
|
|
12286
12287
|
add: "add";
|
|
12287
|
-
remove: "remove";
|
|
12288
12288
|
header: "header";
|
|
12289
12289
|
}>;
|
|
12290
12290
|
content: import("zod").ZodString;
|
|
@@ -12992,6 +12992,34 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12992
12992
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
12993
12993
|
requestId: import("zod").ZodString;
|
|
12994
12994
|
}, import("zod/v4/core").$strip>;
|
|
12995
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
12996
|
+
type: import("zod").ZodLiteral<"forge.connections.manage.response">;
|
|
12997
|
+
payload: import("zod").ZodObject<{
|
|
12998
|
+
requestId: import("zod").ZodString;
|
|
12999
|
+
overview: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
13000
|
+
connections: import("zod").ZodArray<import("zod").ZodObject<{
|
|
13001
|
+
id: import("zod").ZodString;
|
|
13002
|
+
forge: import("zod").ZodString;
|
|
13003
|
+
host: import("zod").ZodString;
|
|
13004
|
+
label: import("zod").ZodString;
|
|
13005
|
+
account: import("zod").ZodString;
|
|
13006
|
+
method: import("zod").ZodString;
|
|
13007
|
+
revision: import("zod").ZodNumber;
|
|
13008
|
+
}, import("zod/v4/core").$strip>>;
|
|
13009
|
+
defaults: import("zod").ZodArray<import("zod").ZodObject<{
|
|
13010
|
+
forge: import("zod").ZodString;
|
|
13011
|
+
host: import("zod").ZodString;
|
|
13012
|
+
connectionId: import("zod").ZodString;
|
|
13013
|
+
}, import("zod/v4/core").$strip>>;
|
|
13014
|
+
overrides: import("zod").ZodArray<import("zod").ZodObject<{
|
|
13015
|
+
forge: import("zod").ZodString;
|
|
13016
|
+
host: import("zod").ZodString;
|
|
13017
|
+
connectionId: import("zod").ZodString;
|
|
13018
|
+
}, import("zod/v4/core").$strip>>;
|
|
13019
|
+
projectId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13020
|
+
}, import("zod/v4/core").$strip>>;
|
|
13021
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13022
|
+
}, import("zod/v4/core").$strip>;
|
|
12995
13023
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
12996
13024
|
type: import("zod").ZodLiteral<"hosting.list_repositories.response">;
|
|
12997
13025
|
payload: import("zod").ZodObject<{
|
|
@@ -15561,16 +15589,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15561
15589
|
requestId: import("zod").ZodString;
|
|
15562
15590
|
store: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
15563
15591
|
location: import("zod").ZodEnum<{
|
|
15564
|
-
repository: "repository";
|
|
15565
15592
|
host: "host";
|
|
15593
|
+
repository: "repository";
|
|
15566
15594
|
}>;
|
|
15567
15595
|
override: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
15568
|
-
repository: "repository";
|
|
15569
15596
|
host: "host";
|
|
15597
|
+
repository: "repository";
|
|
15570
15598
|
}>>;
|
|
15571
15599
|
hostDefault: import("zod").ZodEnum<{
|
|
15572
|
-
repository: "repository";
|
|
15573
15600
|
host: "host";
|
|
15601
|
+
repository: "repository";
|
|
15574
15602
|
}>;
|
|
15575
15603
|
basePath: import("zod").ZodString;
|
|
15576
15604
|
projectId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -15587,16 +15615,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15587
15615
|
accepted: import("zod").ZodBoolean;
|
|
15588
15616
|
store: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
15589
15617
|
location: import("zod").ZodEnum<{
|
|
15590
|
-
repository: "repository";
|
|
15591
15618
|
host: "host";
|
|
15619
|
+
repository: "repository";
|
|
15592
15620
|
}>;
|
|
15593
15621
|
override: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
15594
|
-
repository: "repository";
|
|
15595
15622
|
host: "host";
|
|
15623
|
+
repository: "repository";
|
|
15596
15624
|
}>>;
|
|
15597
15625
|
hostDefault: import("zod").ZodEnum<{
|
|
15598
|
-
repository: "repository";
|
|
15599
15626
|
host: "host";
|
|
15627
|
+
repository: "repository";
|
|
15600
15628
|
}>;
|
|
15601
15629
|
basePath: import("zod").ZodString;
|
|
15602
15630
|
projectId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17306,8 +17334,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17306
17334
|
runId: import("zod").ZodString;
|
|
17307
17335
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17308
17336
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17309
|
-
repository: "repository";
|
|
17310
17337
|
host: "host";
|
|
17338
|
+
repository: "repository";
|
|
17311
17339
|
}>>;
|
|
17312
17340
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17313
17341
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17359,8 +17387,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17359
17387
|
runId: import("zod").ZodString;
|
|
17360
17388
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17361
17389
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17362
|
-
repository: "repository";
|
|
17363
17390
|
host: "host";
|
|
17391
|
+
repository: "repository";
|
|
17364
17392
|
}>>;
|
|
17365
17393
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17366
17394
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17412,8 +17440,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17412
17440
|
runId: import("zod").ZodString;
|
|
17413
17441
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17414
17442
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17415
|
-
repository: "repository";
|
|
17416
17443
|
host: "host";
|
|
17444
|
+
repository: "repository";
|
|
17417
17445
|
}>>;
|
|
17418
17446
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17419
17447
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17465,8 +17493,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17465
17493
|
runId: import("zod").ZodString;
|
|
17466
17494
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17467
17495
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17468
|
-
repository: "repository";
|
|
17469
17496
|
host: "host";
|
|
17497
|
+
repository: "repository";
|
|
17470
17498
|
}>>;
|
|
17471
17499
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17472
17500
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17518,8 +17546,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17518
17546
|
runId: import("zod").ZodString;
|
|
17519
17547
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17520
17548
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17521
|
-
repository: "repository";
|
|
17522
17549
|
host: "host";
|
|
17550
|
+
repository: "repository";
|
|
17523
17551
|
}>>;
|
|
17524
17552
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17525
17553
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17578,8 +17606,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17578
17606
|
runId: import("zod").ZodString;
|
|
17579
17607
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17580
17608
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17581
|
-
repository: "repository";
|
|
17582
17609
|
host: "host";
|
|
17610
|
+
repository: "repository";
|
|
17583
17611
|
}>>;
|
|
17584
17612
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17585
17613
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17639,8 +17667,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17639
17667
|
runId: import("zod").ZodString;
|
|
17640
17668
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17641
17669
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17642
|
-
repository: "repository";
|
|
17643
17670
|
host: "host";
|
|
17671
|
+
repository: "repository";
|
|
17644
17672
|
}>>;
|
|
17645
17673
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17646
17674
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17700,8 +17728,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17700
17728
|
runId: import("zod").ZodString;
|
|
17701
17729
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17702
17730
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17703
|
-
repository: "repository";
|
|
17704
17731
|
host: "host";
|
|
17732
|
+
repository: "repository";
|
|
17705
17733
|
}>>;
|
|
17706
17734
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17707
17735
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17753,8 +17781,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17753
17781
|
runId: import("zod").ZodString;
|
|
17754
17782
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17755
17783
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17756
|
-
repository: "repository";
|
|
17757
17784
|
host: "host";
|
|
17785
|
+
repository: "repository";
|
|
17758
17786
|
}>>;
|
|
17759
17787
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17760
17788
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17814,8 +17842,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17814
17842
|
runId: import("zod").ZodString;
|
|
17815
17843
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17816
17844
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17817
|
-
repository: "repository";
|
|
17818
17845
|
host: "host";
|
|
17846
|
+
repository: "repository";
|
|
17819
17847
|
}>>;
|
|
17820
17848
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17821
17849
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17864,8 +17892,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17864
17892
|
runId: import("zod").ZodString;
|
|
17865
17893
|
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17866
17894
|
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17867
|
-
repository: "repository";
|
|
17868
17895
|
host: "host";
|
|
17896
|
+
repository: "repository";
|
|
17869
17897
|
}>>;
|
|
17870
17898
|
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17871
17899
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17883,8 +17911,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17883
17911
|
success: import("zod").ZodBoolean;
|
|
17884
17912
|
viewId: import("zod").ZodString;
|
|
17885
17913
|
storeLocation: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
17886
|
-
repository: "repository";
|
|
17887
17914
|
host: "host";
|
|
17915
|
+
repository: "repository";
|
|
17888
17916
|
}>>;
|
|
17889
17917
|
htmlPath: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17890
17918
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -17905,8 +17933,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17905
17933
|
id: import("zod").ZodString;
|
|
17906
17934
|
}, import("zod/v4/core").$strip>>;
|
|
17907
17935
|
storeLocation: import("zod").ZodEnum<{
|
|
17908
|
-
repository: "repository";
|
|
17909
17936
|
host: "host";
|
|
17937
|
+
repository: "repository";
|
|
17910
17938
|
}>;
|
|
17911
17939
|
htmlPath: import("zod").ZodString;
|
|
17912
17940
|
renderedAt: import("zod").ZodString;
|
|
@@ -17941,8 +17969,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
17941
17969
|
id: import("zod").ZodString;
|
|
17942
17970
|
}, import("zod/v4/core").$strip>>;
|
|
17943
17971
|
storeLocation: import("zod").ZodEnum<{
|
|
17944
|
-
repository: "repository";
|
|
17945
17972
|
host: "host";
|
|
17973
|
+
repository: "repository";
|
|
17946
17974
|
}>;
|
|
17947
17975
|
htmlPath: import("zod").ZodString;
|
|
17948
17976
|
renderedAt: import("zod").ZodString;
|
|
@@ -18038,8 +18066,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
18038
18066
|
id: import("zod").ZodString;
|
|
18039
18067
|
}, import("zod/v4/core").$strip>>;
|
|
18040
18068
|
storeLocation: import("zod").ZodEnum<{
|
|
18041
|
-
repository: "repository";
|
|
18042
18069
|
host: "host";
|
|
18070
|
+
repository: "repository";
|
|
18043
18071
|
}>;
|
|
18044
18072
|
htmlPath: import("zod").ZodString;
|
|
18045
18073
|
renderedAt: import("zod").ZodString;
|