@treeseed/sdk 0.13.0-rc.89 → 0.13.0-rc.91
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/.treeseed-build-complete.json +1 -1
- package/dist/agent-capacity/contracts/capacity/assignments/assignment-context-pack.d.ts +6 -6
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +144 -144
- package/dist/capacity-provider/environment-catalog.d.ts +12 -12
- package/dist/content/validation/agent-operational-content-schemas.d.ts +4 -4
- package/dist/content/validation/auxiliary-content-schemas.d.ts +20 -20
- package/dist/content/validation/content-model-schemas.d.ts +291 -291
- package/dist/content/validation/portable-content-data.d.ts +27 -27
- package/dist/deployment/hosted-topology-template.d.ts +24 -24
- package/dist/deployment/hosted-topology.d.ts +114 -114
- package/dist/deployment/schemas.d.ts +43 -43
- package/dist/deployment/schemas.js +1 -1
- package/dist/development/schemas.d.ts +76 -76
- package/dist/operator-contracts/catalog/communication-operations.d.ts +3 -3
- package/dist/operator-contracts/catalog/hosted-topology-operations.d.ts +21 -21
- package/dist/operator-contracts/catalog/inbox-operations.d.ts +8 -8
- package/dist/operator-contracts/communication/contracts.d.ts +16 -16
- package/dist/operator-contracts/control-plane-operations.d.ts +32 -32
- package/dist/operator-contracts/inbox/contracts.d.ts +30 -30
- package/dist/platform/schemas.d.ts +220 -40
- package/dist/platform/schemas.js +7 -2
- package/dist/platform/workset.js +5 -1
- package/package.json +1 -1
|
@@ -304,9 +304,9 @@ declare const schemas: {
|
|
|
304
304
|
variables: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
305
305
|
appliesToProfiles: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
306
306
|
}, "strict", z.ZodTypeAny, {
|
|
307
|
+
kind: "status" | "message" | "summary" | "plan";
|
|
307
308
|
id: string;
|
|
308
309
|
variables: string[];
|
|
309
|
-
kind: "status" | "message" | "summary" | "plan";
|
|
310
310
|
description: string;
|
|
311
311
|
revision: number;
|
|
312
312
|
title: string;
|
|
@@ -314,8 +314,8 @@ declare const schemas: {
|
|
|
314
314
|
appliesToProfiles: string[];
|
|
315
315
|
outputSkeleton?: string | undefined;
|
|
316
316
|
}, {
|
|
317
|
-
id: string;
|
|
318
317
|
kind: "status" | "message" | "summary" | "plan";
|
|
318
|
+
id: string;
|
|
319
319
|
description: string;
|
|
320
320
|
revision: number;
|
|
321
321
|
title: string;
|
|
@@ -975,8 +975,8 @@ declare const schemas: {
|
|
|
975
975
|
}>>;
|
|
976
976
|
maxLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
977
977
|
}, "strip", z.ZodTypeAny, {
|
|
978
|
-
id: string;
|
|
979
978
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
979
|
+
id: string;
|
|
980
980
|
trigger: Record<string, unknown>;
|
|
981
981
|
agent: string;
|
|
982
982
|
contextQueryRefs: string[];
|
|
@@ -1019,8 +1019,8 @@ declare const schemas: {
|
|
|
1019
1019
|
} | undefined;
|
|
1020
1020
|
maxLatencyMs?: number | undefined;
|
|
1021
1021
|
}, {
|
|
1022
|
-
id: string;
|
|
1023
1022
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1023
|
+
id: string;
|
|
1024
1024
|
agent: string;
|
|
1025
1025
|
fixture?: string | undefined;
|
|
1026
1026
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -1079,8 +1079,8 @@ declare const schemas: {
|
|
|
1079
1079
|
} | undefined;
|
|
1080
1080
|
maxLatencyMs?: number | undefined;
|
|
1081
1081
|
}>, {
|
|
1082
|
-
id: string;
|
|
1083
1082
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1083
|
+
id: string;
|
|
1084
1084
|
trigger: Record<string, unknown>;
|
|
1085
1085
|
agent: string;
|
|
1086
1086
|
contextQueryRefs: string[];
|
|
@@ -1123,8 +1123,8 @@ declare const schemas: {
|
|
|
1123
1123
|
} | undefined;
|
|
1124
1124
|
maxLatencyMs?: number | undefined;
|
|
1125
1125
|
}, {
|
|
1126
|
-
id: string;
|
|
1127
1126
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1127
|
+
id: string;
|
|
1128
1128
|
agent: string;
|
|
1129
1129
|
fixture?: string | undefined;
|
|
1130
1130
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -1518,15 +1518,15 @@ declare const schemas: {
|
|
|
1518
1518
|
publicUrl: z.ZodOptional<z.ZodString>;
|
|
1519
1519
|
integrity: z.ZodOptional<z.ZodString>;
|
|
1520
1520
|
}, "strip", z.ZodTypeAny, {
|
|
1521
|
-
version: string;
|
|
1522
1521
|
kind: "r2";
|
|
1522
|
+
version: string;
|
|
1523
1523
|
objectKey: string;
|
|
1524
1524
|
integrity?: string | undefined;
|
|
1525
1525
|
bucket?: string | undefined;
|
|
1526
1526
|
publicUrl?: string | undefined;
|
|
1527
1527
|
}, {
|
|
1528
|
-
version: string;
|
|
1529
1528
|
kind: "r2";
|
|
1529
|
+
version: string;
|
|
1530
1530
|
objectKey: string;
|
|
1531
1531
|
integrity?: string | undefined;
|
|
1532
1532
|
bucket?: string | undefined;
|
|
@@ -1542,8 +1542,8 @@ declare const schemas: {
|
|
|
1542
1542
|
directory: string;
|
|
1543
1543
|
integrity?: string | undefined;
|
|
1544
1544
|
} | {
|
|
1545
|
-
version: string;
|
|
1546
1545
|
kind: "r2";
|
|
1546
|
+
version: string;
|
|
1547
1547
|
objectKey: string;
|
|
1548
1548
|
integrity?: string | undefined;
|
|
1549
1549
|
bucket?: string | undefined;
|
|
@@ -1560,8 +1560,8 @@ declare const schemas: {
|
|
|
1560
1560
|
directory: string;
|
|
1561
1561
|
integrity?: string | undefined;
|
|
1562
1562
|
} | {
|
|
1563
|
-
version: string;
|
|
1564
1563
|
kind: "r2";
|
|
1564
|
+
version: string;
|
|
1565
1565
|
objectKey: string;
|
|
1566
1566
|
integrity?: string | undefined;
|
|
1567
1567
|
bucket?: string | undefined;
|
|
@@ -1617,8 +1617,8 @@ declare const schemas: {
|
|
|
1617
1617
|
directory: string;
|
|
1618
1618
|
integrity?: string | undefined;
|
|
1619
1619
|
} | {
|
|
1620
|
-
version: string;
|
|
1621
1620
|
kind: "r2";
|
|
1621
|
+
version: string;
|
|
1622
1622
|
objectKey: string;
|
|
1623
1623
|
integrity?: string | undefined;
|
|
1624
1624
|
bucket?: string | undefined;
|
|
@@ -1661,8 +1661,8 @@ declare const schemas: {
|
|
|
1661
1661
|
directory: string;
|
|
1662
1662
|
integrity?: string | undefined;
|
|
1663
1663
|
} | {
|
|
1664
|
-
version: string;
|
|
1665
1664
|
kind: "r2";
|
|
1665
|
+
version: string;
|
|
1666
1666
|
objectKey: string;
|
|
1667
1667
|
integrity?: string | undefined;
|
|
1668
1668
|
bucket?: string | undefined;
|
|
@@ -2496,14 +2496,14 @@ declare const schemas: {
|
|
|
2496
2496
|
commit?: {
|
|
2497
2497
|
allowed: boolean;
|
|
2498
2498
|
} | undefined;
|
|
2499
|
-
network?: {
|
|
2500
|
-
allowWeb?: boolean | undefined;
|
|
2501
|
-
allowedDomains?: string[] | undefined;
|
|
2502
|
-
} | undefined;
|
|
2503
2499
|
content?: Record<string, {
|
|
2504
2500
|
operations: string[];
|
|
2505
2501
|
filters?: Record<string, unknown> | undefined;
|
|
2506
2502
|
}> | undefined;
|
|
2503
|
+
network?: {
|
|
2504
|
+
allowWeb?: boolean | undefined;
|
|
2505
|
+
allowedDomains?: string[] | undefined;
|
|
2506
|
+
} | undefined;
|
|
2507
2507
|
shell?: {
|
|
2508
2508
|
allowCommands?: boolean | undefined;
|
|
2509
2509
|
allowedCommands?: string[] | undefined;
|
|
@@ -2518,14 +2518,14 @@ declare const schemas: {
|
|
|
2518
2518
|
commit?: {
|
|
2519
2519
|
allowed: boolean;
|
|
2520
2520
|
} | undefined;
|
|
2521
|
-
network?: {
|
|
2522
|
-
allowWeb?: boolean | undefined;
|
|
2523
|
-
allowedDomains?: string[] | undefined;
|
|
2524
|
-
} | undefined;
|
|
2525
2521
|
content?: Record<string, {
|
|
2526
2522
|
operations: string[];
|
|
2527
2523
|
filters?: Record<string, unknown> | undefined;
|
|
2528
2524
|
}> | undefined;
|
|
2525
|
+
network?: {
|
|
2526
|
+
allowWeb?: boolean | undefined;
|
|
2527
|
+
allowedDomains?: string[] | undefined;
|
|
2528
|
+
} | undefined;
|
|
2529
2529
|
shell?: {
|
|
2530
2530
|
allowCommands?: boolean | undefined;
|
|
2531
2531
|
allowedCommands?: string[] | undefined;
|
|
@@ -3120,14 +3120,14 @@ declare const schemas: {
|
|
|
3120
3120
|
commit?: {
|
|
3121
3121
|
allowed: boolean;
|
|
3122
3122
|
} | undefined;
|
|
3123
|
-
network?: {
|
|
3124
|
-
allowWeb?: boolean | undefined;
|
|
3125
|
-
allowedDomains?: string[] | undefined;
|
|
3126
|
-
} | undefined;
|
|
3127
3123
|
content?: Record<string, {
|
|
3128
3124
|
operations: string[];
|
|
3129
3125
|
filters?: Record<string, unknown> | undefined;
|
|
3130
3126
|
}> | undefined;
|
|
3127
|
+
network?: {
|
|
3128
|
+
allowWeb?: boolean | undefined;
|
|
3129
|
+
allowedDomains?: string[] | undefined;
|
|
3130
|
+
} | undefined;
|
|
3131
3131
|
shell?: {
|
|
3132
3132
|
allowCommands?: boolean | undefined;
|
|
3133
3133
|
allowedCommands?: string[] | undefined;
|
|
@@ -3292,14 +3292,14 @@ declare const schemas: {
|
|
|
3292
3292
|
commit?: {
|
|
3293
3293
|
allowed: boolean;
|
|
3294
3294
|
} | undefined;
|
|
3295
|
-
network?: {
|
|
3296
|
-
allowWeb?: boolean | undefined;
|
|
3297
|
-
allowedDomains?: string[] | undefined;
|
|
3298
|
-
} | undefined;
|
|
3299
3295
|
content?: Record<string, {
|
|
3300
3296
|
operations: string[];
|
|
3301
3297
|
filters?: Record<string, unknown> | undefined;
|
|
3302
3298
|
}> | undefined;
|
|
3299
|
+
network?: {
|
|
3300
|
+
allowWeb?: boolean | undefined;
|
|
3301
|
+
allowedDomains?: string[] | undefined;
|
|
3302
|
+
} | undefined;
|
|
3303
3303
|
shell?: {
|
|
3304
3304
|
allowCommands?: boolean | undefined;
|
|
3305
3305
|
allowedCommands?: string[] | undefined;
|
|
@@ -3464,14 +3464,14 @@ declare const schemas: {
|
|
|
3464
3464
|
commit?: {
|
|
3465
3465
|
allowed: boolean;
|
|
3466
3466
|
} | undefined;
|
|
3467
|
-
network?: {
|
|
3468
|
-
allowWeb?: boolean | undefined;
|
|
3469
|
-
allowedDomains?: string[] | undefined;
|
|
3470
|
-
} | undefined;
|
|
3471
3467
|
content?: Record<string, {
|
|
3472
3468
|
operations: string[];
|
|
3473
3469
|
filters?: Record<string, unknown> | undefined;
|
|
3474
3470
|
}> | undefined;
|
|
3471
|
+
network?: {
|
|
3472
|
+
allowWeb?: boolean | undefined;
|
|
3473
|
+
allowedDomains?: string[] | undefined;
|
|
3474
|
+
} | undefined;
|
|
3475
3475
|
shell?: {
|
|
3476
3476
|
allowCommands?: boolean | undefined;
|
|
3477
3477
|
allowedCommands?: string[] | undefined;
|
|
@@ -3636,14 +3636,14 @@ declare const schemas: {
|
|
|
3636
3636
|
commit?: {
|
|
3637
3637
|
allowed: boolean;
|
|
3638
3638
|
} | undefined;
|
|
3639
|
-
network?: {
|
|
3640
|
-
allowWeb?: boolean | undefined;
|
|
3641
|
-
allowedDomains?: string[] | undefined;
|
|
3642
|
-
} | undefined;
|
|
3643
3639
|
content?: Record<string, {
|
|
3644
3640
|
operations: string[];
|
|
3645
3641
|
filters?: Record<string, unknown> | undefined;
|
|
3646
3642
|
}> | undefined;
|
|
3643
|
+
network?: {
|
|
3644
|
+
allowWeb?: boolean | undefined;
|
|
3645
|
+
allowedDomains?: string[] | undefined;
|
|
3646
|
+
} | undefined;
|
|
3647
3647
|
shell?: {
|
|
3648
3648
|
allowCommands?: boolean | undefined;
|
|
3649
3649
|
allowedCommands?: string[] | undefined;
|
|
@@ -4005,14 +4005,14 @@ declare const schemas: {
|
|
|
4005
4005
|
commit?: {
|
|
4006
4006
|
allowed: boolean;
|
|
4007
4007
|
} | undefined;
|
|
4008
|
-
network?: {
|
|
4009
|
-
allowWeb?: boolean | undefined;
|
|
4010
|
-
allowedDomains?: string[] | undefined;
|
|
4011
|
-
} | undefined;
|
|
4012
4008
|
content?: Record<string, {
|
|
4013
4009
|
operations: string[];
|
|
4014
4010
|
filters?: Record<string, unknown> | undefined;
|
|
4015
4011
|
}> | undefined;
|
|
4012
|
+
network?: {
|
|
4013
|
+
allowWeb?: boolean | undefined;
|
|
4014
|
+
allowedDomains?: string[] | undefined;
|
|
4015
|
+
} | undefined;
|
|
4016
4016
|
shell?: {
|
|
4017
4017
|
allowCommands?: boolean | undefined;
|
|
4018
4018
|
allowedCommands?: string[] | undefined;
|
|
@@ -4027,14 +4027,14 @@ declare const schemas: {
|
|
|
4027
4027
|
commit?: {
|
|
4028
4028
|
allowed: boolean;
|
|
4029
4029
|
} | undefined;
|
|
4030
|
-
network?: {
|
|
4031
|
-
allowWeb?: boolean | undefined;
|
|
4032
|
-
allowedDomains?: string[] | undefined;
|
|
4033
|
-
} | undefined;
|
|
4034
4030
|
content?: Record<string, {
|
|
4035
4031
|
operations: string[];
|
|
4036
4032
|
filters?: Record<string, unknown> | undefined;
|
|
4037
4033
|
}> | undefined;
|
|
4034
|
+
network?: {
|
|
4035
|
+
allowWeb?: boolean | undefined;
|
|
4036
|
+
allowedDomains?: string[] | undefined;
|
|
4037
|
+
} | undefined;
|
|
4038
4038
|
shell?: {
|
|
4039
4039
|
allowCommands?: boolean | undefined;
|
|
4040
4040
|
allowedCommands?: string[] | undefined;
|
|
@@ -4629,14 +4629,14 @@ declare const schemas: {
|
|
|
4629
4629
|
commit?: {
|
|
4630
4630
|
allowed: boolean;
|
|
4631
4631
|
} | undefined;
|
|
4632
|
-
network?: {
|
|
4633
|
-
allowWeb?: boolean | undefined;
|
|
4634
|
-
allowedDomains?: string[] | undefined;
|
|
4635
|
-
} | undefined;
|
|
4636
4632
|
content?: Record<string, {
|
|
4637
4633
|
operations: string[];
|
|
4638
4634
|
filters?: Record<string, unknown> | undefined;
|
|
4639
4635
|
}> | undefined;
|
|
4636
|
+
network?: {
|
|
4637
|
+
allowWeb?: boolean | undefined;
|
|
4638
|
+
allowedDomains?: string[] | undefined;
|
|
4639
|
+
} | undefined;
|
|
4640
4640
|
shell?: {
|
|
4641
4641
|
allowCommands?: boolean | undefined;
|
|
4642
4642
|
allowedCommands?: string[] | undefined;
|
|
@@ -4801,14 +4801,14 @@ declare const schemas: {
|
|
|
4801
4801
|
commit?: {
|
|
4802
4802
|
allowed: boolean;
|
|
4803
4803
|
} | undefined;
|
|
4804
|
-
network?: {
|
|
4805
|
-
allowWeb?: boolean | undefined;
|
|
4806
|
-
allowedDomains?: string[] | undefined;
|
|
4807
|
-
} | undefined;
|
|
4808
4804
|
content?: Record<string, {
|
|
4809
4805
|
operations: string[];
|
|
4810
4806
|
filters?: Record<string, unknown> | undefined;
|
|
4811
4807
|
}> | undefined;
|
|
4808
|
+
network?: {
|
|
4809
|
+
allowWeb?: boolean | undefined;
|
|
4810
|
+
allowedDomains?: string[] | undefined;
|
|
4811
|
+
} | undefined;
|
|
4812
4812
|
shell?: {
|
|
4813
4813
|
allowCommands?: boolean | undefined;
|
|
4814
4814
|
allowedCommands?: string[] | undefined;
|
|
@@ -4973,14 +4973,14 @@ declare const schemas: {
|
|
|
4973
4973
|
commit?: {
|
|
4974
4974
|
allowed: boolean;
|
|
4975
4975
|
} | undefined;
|
|
4976
|
-
network?: {
|
|
4977
|
-
allowWeb?: boolean | undefined;
|
|
4978
|
-
allowedDomains?: string[] | undefined;
|
|
4979
|
-
} | undefined;
|
|
4980
4976
|
content?: Record<string, {
|
|
4981
4977
|
operations: string[];
|
|
4982
4978
|
filters?: Record<string, unknown> | undefined;
|
|
4983
4979
|
}> | undefined;
|
|
4980
|
+
network?: {
|
|
4981
|
+
allowWeb?: boolean | undefined;
|
|
4982
|
+
allowedDomains?: string[] | undefined;
|
|
4983
|
+
} | undefined;
|
|
4984
4984
|
shell?: {
|
|
4985
4985
|
allowCommands?: boolean | undefined;
|
|
4986
4986
|
allowedCommands?: string[] | undefined;
|
|
@@ -5145,14 +5145,14 @@ declare const schemas: {
|
|
|
5145
5145
|
commit?: {
|
|
5146
5146
|
allowed: boolean;
|
|
5147
5147
|
} | undefined;
|
|
5148
|
-
network?: {
|
|
5149
|
-
allowWeb?: boolean | undefined;
|
|
5150
|
-
allowedDomains?: string[] | undefined;
|
|
5151
|
-
} | undefined;
|
|
5152
5148
|
content?: Record<string, {
|
|
5153
5149
|
operations: string[];
|
|
5154
5150
|
filters?: Record<string, unknown> | undefined;
|
|
5155
5151
|
}> | undefined;
|
|
5152
|
+
network?: {
|
|
5153
|
+
allowWeb?: boolean | undefined;
|
|
5154
|
+
allowedDomains?: string[] | undefined;
|
|
5155
|
+
} | undefined;
|
|
5156
5156
|
shell?: {
|
|
5157
5157
|
allowCommands?: boolean | undefined;
|
|
5158
5158
|
allowedCommands?: string[] | undefined;
|
|
@@ -5514,14 +5514,14 @@ declare const schemas: {
|
|
|
5514
5514
|
commit?: {
|
|
5515
5515
|
allowed: boolean;
|
|
5516
5516
|
} | undefined;
|
|
5517
|
-
network?: {
|
|
5518
|
-
allowWeb?: boolean | undefined;
|
|
5519
|
-
allowedDomains?: string[] | undefined;
|
|
5520
|
-
} | undefined;
|
|
5521
5517
|
content?: Record<string, {
|
|
5522
5518
|
operations: string[];
|
|
5523
5519
|
filters?: Record<string, unknown> | undefined;
|
|
5524
5520
|
}> | undefined;
|
|
5521
|
+
network?: {
|
|
5522
|
+
allowWeb?: boolean | undefined;
|
|
5523
|
+
allowedDomains?: string[] | undefined;
|
|
5524
|
+
} | undefined;
|
|
5525
5525
|
shell?: {
|
|
5526
5526
|
allowCommands?: boolean | undefined;
|
|
5527
5527
|
allowedCommands?: string[] | undefined;
|
|
@@ -5536,14 +5536,14 @@ declare const schemas: {
|
|
|
5536
5536
|
commit?: {
|
|
5537
5537
|
allowed: boolean;
|
|
5538
5538
|
} | undefined;
|
|
5539
|
-
network?: {
|
|
5540
|
-
allowWeb?: boolean | undefined;
|
|
5541
|
-
allowedDomains?: string[] | undefined;
|
|
5542
|
-
} | undefined;
|
|
5543
5539
|
content?: Record<string, {
|
|
5544
5540
|
operations: string[];
|
|
5545
5541
|
filters?: Record<string, unknown> | undefined;
|
|
5546
5542
|
}> | undefined;
|
|
5543
|
+
network?: {
|
|
5544
|
+
allowWeb?: boolean | undefined;
|
|
5545
|
+
allowedDomains?: string[] | undefined;
|
|
5546
|
+
} | undefined;
|
|
5547
5547
|
shell?: {
|
|
5548
5548
|
allowCommands?: boolean | undefined;
|
|
5549
5549
|
allowedCommands?: string[] | undefined;
|
|
@@ -6138,14 +6138,14 @@ declare const schemas: {
|
|
|
6138
6138
|
commit?: {
|
|
6139
6139
|
allowed: boolean;
|
|
6140
6140
|
} | undefined;
|
|
6141
|
-
network?: {
|
|
6142
|
-
allowWeb?: boolean | undefined;
|
|
6143
|
-
allowedDomains?: string[] | undefined;
|
|
6144
|
-
} | undefined;
|
|
6145
6141
|
content?: Record<string, {
|
|
6146
6142
|
operations: string[];
|
|
6147
6143
|
filters?: Record<string, unknown> | undefined;
|
|
6148
6144
|
}> | undefined;
|
|
6145
|
+
network?: {
|
|
6146
|
+
allowWeb?: boolean | undefined;
|
|
6147
|
+
allowedDomains?: string[] | undefined;
|
|
6148
|
+
} | undefined;
|
|
6149
6149
|
shell?: {
|
|
6150
6150
|
allowCommands?: boolean | undefined;
|
|
6151
6151
|
allowedCommands?: string[] | undefined;
|
|
@@ -6310,14 +6310,14 @@ declare const schemas: {
|
|
|
6310
6310
|
commit?: {
|
|
6311
6311
|
allowed: boolean;
|
|
6312
6312
|
} | undefined;
|
|
6313
|
-
network?: {
|
|
6314
|
-
allowWeb?: boolean | undefined;
|
|
6315
|
-
allowedDomains?: string[] | undefined;
|
|
6316
|
-
} | undefined;
|
|
6317
6313
|
content?: Record<string, {
|
|
6318
6314
|
operations: string[];
|
|
6319
6315
|
filters?: Record<string, unknown> | undefined;
|
|
6320
6316
|
}> | undefined;
|
|
6317
|
+
network?: {
|
|
6318
|
+
allowWeb?: boolean | undefined;
|
|
6319
|
+
allowedDomains?: string[] | undefined;
|
|
6320
|
+
} | undefined;
|
|
6321
6321
|
shell?: {
|
|
6322
6322
|
allowCommands?: boolean | undefined;
|
|
6323
6323
|
allowedCommands?: string[] | undefined;
|
|
@@ -6482,14 +6482,14 @@ declare const schemas: {
|
|
|
6482
6482
|
commit?: {
|
|
6483
6483
|
allowed: boolean;
|
|
6484
6484
|
} | undefined;
|
|
6485
|
-
network?: {
|
|
6486
|
-
allowWeb?: boolean | undefined;
|
|
6487
|
-
allowedDomains?: string[] | undefined;
|
|
6488
|
-
} | undefined;
|
|
6489
6485
|
content?: Record<string, {
|
|
6490
6486
|
operations: string[];
|
|
6491
6487
|
filters?: Record<string, unknown> | undefined;
|
|
6492
6488
|
}> | undefined;
|
|
6489
|
+
network?: {
|
|
6490
|
+
allowWeb?: boolean | undefined;
|
|
6491
|
+
allowedDomains?: string[] | undefined;
|
|
6492
|
+
} | undefined;
|
|
6493
6493
|
shell?: {
|
|
6494
6494
|
allowCommands?: boolean | undefined;
|
|
6495
6495
|
allowedCommands?: string[] | undefined;
|
|
@@ -6654,14 +6654,14 @@ declare const schemas: {
|
|
|
6654
6654
|
commit?: {
|
|
6655
6655
|
allowed: boolean;
|
|
6656
6656
|
} | undefined;
|
|
6657
|
-
network?: {
|
|
6658
|
-
allowWeb?: boolean | undefined;
|
|
6659
|
-
allowedDomains?: string[] | undefined;
|
|
6660
|
-
} | undefined;
|
|
6661
6657
|
content?: Record<string, {
|
|
6662
6658
|
operations: string[];
|
|
6663
6659
|
filters?: Record<string, unknown> | undefined;
|
|
6664
6660
|
}> | undefined;
|
|
6661
|
+
network?: {
|
|
6662
|
+
allowWeb?: boolean | undefined;
|
|
6663
|
+
allowedDomains?: string[] | undefined;
|
|
6664
|
+
} | undefined;
|
|
6665
6665
|
shell?: {
|
|
6666
6666
|
allowCommands?: boolean | undefined;
|
|
6667
6667
|
allowedCommands?: string[] | undefined;
|
|
@@ -7023,14 +7023,14 @@ declare const schemas: {
|
|
|
7023
7023
|
commit?: {
|
|
7024
7024
|
allowed: boolean;
|
|
7025
7025
|
} | undefined;
|
|
7026
|
-
network?: {
|
|
7027
|
-
allowWeb?: boolean | undefined;
|
|
7028
|
-
allowedDomains?: string[] | undefined;
|
|
7029
|
-
} | undefined;
|
|
7030
7026
|
content?: Record<string, {
|
|
7031
7027
|
operations: string[];
|
|
7032
7028
|
filters?: Record<string, unknown> | undefined;
|
|
7033
7029
|
}> | undefined;
|
|
7030
|
+
network?: {
|
|
7031
|
+
allowWeb?: boolean | undefined;
|
|
7032
|
+
allowedDomains?: string[] | undefined;
|
|
7033
|
+
} | undefined;
|
|
7034
7034
|
shell?: {
|
|
7035
7035
|
allowCommands?: boolean | undefined;
|
|
7036
7036
|
allowedCommands?: string[] | undefined;
|
|
@@ -7045,14 +7045,14 @@ declare const schemas: {
|
|
|
7045
7045
|
commit?: {
|
|
7046
7046
|
allowed: boolean;
|
|
7047
7047
|
} | undefined;
|
|
7048
|
-
network?: {
|
|
7049
|
-
allowWeb?: boolean | undefined;
|
|
7050
|
-
allowedDomains?: string[] | undefined;
|
|
7051
|
-
} | undefined;
|
|
7052
7048
|
content?: Record<string, {
|
|
7053
7049
|
operations: string[];
|
|
7054
7050
|
filters?: Record<string, unknown> | undefined;
|
|
7055
7051
|
}> | undefined;
|
|
7052
|
+
network?: {
|
|
7053
|
+
allowWeb?: boolean | undefined;
|
|
7054
|
+
allowedDomains?: string[] | undefined;
|
|
7055
|
+
} | undefined;
|
|
7056
7056
|
shell?: {
|
|
7057
7057
|
allowCommands?: boolean | undefined;
|
|
7058
7058
|
allowedCommands?: string[] | undefined;
|
|
@@ -7647,14 +7647,14 @@ declare const schemas: {
|
|
|
7647
7647
|
commit?: {
|
|
7648
7648
|
allowed: boolean;
|
|
7649
7649
|
} | undefined;
|
|
7650
|
-
network?: {
|
|
7651
|
-
allowWeb?: boolean | undefined;
|
|
7652
|
-
allowedDomains?: string[] | undefined;
|
|
7653
|
-
} | undefined;
|
|
7654
7650
|
content?: Record<string, {
|
|
7655
7651
|
operations: string[];
|
|
7656
7652
|
filters?: Record<string, unknown> | undefined;
|
|
7657
7653
|
}> | undefined;
|
|
7654
|
+
network?: {
|
|
7655
|
+
allowWeb?: boolean | undefined;
|
|
7656
|
+
allowedDomains?: string[] | undefined;
|
|
7657
|
+
} | undefined;
|
|
7658
7658
|
shell?: {
|
|
7659
7659
|
allowCommands?: boolean | undefined;
|
|
7660
7660
|
allowedCommands?: string[] | undefined;
|
|
@@ -7819,14 +7819,14 @@ declare const schemas: {
|
|
|
7819
7819
|
commit?: {
|
|
7820
7820
|
allowed: boolean;
|
|
7821
7821
|
} | undefined;
|
|
7822
|
-
network?: {
|
|
7823
|
-
allowWeb?: boolean | undefined;
|
|
7824
|
-
allowedDomains?: string[] | undefined;
|
|
7825
|
-
} | undefined;
|
|
7826
7822
|
content?: Record<string, {
|
|
7827
7823
|
operations: string[];
|
|
7828
7824
|
filters?: Record<string, unknown> | undefined;
|
|
7829
7825
|
}> | undefined;
|
|
7826
|
+
network?: {
|
|
7827
|
+
allowWeb?: boolean | undefined;
|
|
7828
|
+
allowedDomains?: string[] | undefined;
|
|
7829
|
+
} | undefined;
|
|
7830
7830
|
shell?: {
|
|
7831
7831
|
allowCommands?: boolean | undefined;
|
|
7832
7832
|
allowedCommands?: string[] | undefined;
|
|
@@ -7991,14 +7991,14 @@ declare const schemas: {
|
|
|
7991
7991
|
commit?: {
|
|
7992
7992
|
allowed: boolean;
|
|
7993
7993
|
} | undefined;
|
|
7994
|
-
network?: {
|
|
7995
|
-
allowWeb?: boolean | undefined;
|
|
7996
|
-
allowedDomains?: string[] | undefined;
|
|
7997
|
-
} | undefined;
|
|
7998
7994
|
content?: Record<string, {
|
|
7999
7995
|
operations: string[];
|
|
8000
7996
|
filters?: Record<string, unknown> | undefined;
|
|
8001
7997
|
}> | undefined;
|
|
7998
|
+
network?: {
|
|
7999
|
+
allowWeb?: boolean | undefined;
|
|
8000
|
+
allowedDomains?: string[] | undefined;
|
|
8001
|
+
} | undefined;
|
|
8002
8002
|
shell?: {
|
|
8003
8003
|
allowCommands?: boolean | undefined;
|
|
8004
8004
|
allowedCommands?: string[] | undefined;
|
|
@@ -8163,14 +8163,14 @@ declare const schemas: {
|
|
|
8163
8163
|
commit?: {
|
|
8164
8164
|
allowed: boolean;
|
|
8165
8165
|
} | undefined;
|
|
8166
|
-
network?: {
|
|
8167
|
-
allowWeb?: boolean | undefined;
|
|
8168
|
-
allowedDomains?: string[] | undefined;
|
|
8169
|
-
} | undefined;
|
|
8170
8166
|
content?: Record<string, {
|
|
8171
8167
|
operations: string[];
|
|
8172
8168
|
filters?: Record<string, unknown> | undefined;
|
|
8173
8169
|
}> | undefined;
|
|
8170
|
+
network?: {
|
|
8171
|
+
allowWeb?: boolean | undefined;
|
|
8172
|
+
allowedDomains?: string[] | undefined;
|
|
8173
|
+
} | undefined;
|
|
8174
8174
|
shell?: {
|
|
8175
8175
|
allowCommands?: boolean | undefined;
|
|
8176
8176
|
allowedCommands?: string[] | undefined;
|
|
@@ -8532,14 +8532,14 @@ declare const schemas: {
|
|
|
8532
8532
|
commit?: {
|
|
8533
8533
|
allowed: boolean;
|
|
8534
8534
|
} | undefined;
|
|
8535
|
-
network?: {
|
|
8536
|
-
allowWeb?: boolean | undefined;
|
|
8537
|
-
allowedDomains?: string[] | undefined;
|
|
8538
|
-
} | undefined;
|
|
8539
8535
|
content?: Record<string, {
|
|
8540
8536
|
operations: string[];
|
|
8541
8537
|
filters?: Record<string, unknown> | undefined;
|
|
8542
8538
|
}> | undefined;
|
|
8539
|
+
network?: {
|
|
8540
|
+
allowWeb?: boolean | undefined;
|
|
8541
|
+
allowedDomains?: string[] | undefined;
|
|
8542
|
+
} | undefined;
|
|
8543
8543
|
shell?: {
|
|
8544
8544
|
allowCommands?: boolean | undefined;
|
|
8545
8545
|
allowedCommands?: string[] | undefined;
|
|
@@ -8554,14 +8554,14 @@ declare const schemas: {
|
|
|
8554
8554
|
commit?: {
|
|
8555
8555
|
allowed: boolean;
|
|
8556
8556
|
} | undefined;
|
|
8557
|
-
network?: {
|
|
8558
|
-
allowWeb?: boolean | undefined;
|
|
8559
|
-
allowedDomains?: string[] | undefined;
|
|
8560
|
-
} | undefined;
|
|
8561
8557
|
content?: Record<string, {
|
|
8562
8558
|
operations: string[];
|
|
8563
8559
|
filters?: Record<string, unknown> | undefined;
|
|
8564
8560
|
}> | undefined;
|
|
8561
|
+
network?: {
|
|
8562
|
+
allowWeb?: boolean | undefined;
|
|
8563
|
+
allowedDomains?: string[] | undefined;
|
|
8564
|
+
} | undefined;
|
|
8565
8565
|
shell?: {
|
|
8566
8566
|
allowCommands?: boolean | undefined;
|
|
8567
8567
|
allowedCommands?: string[] | undefined;
|
|
@@ -9156,14 +9156,14 @@ declare const schemas: {
|
|
|
9156
9156
|
commit?: {
|
|
9157
9157
|
allowed: boolean;
|
|
9158
9158
|
} | undefined;
|
|
9159
|
-
network?: {
|
|
9160
|
-
allowWeb?: boolean | undefined;
|
|
9161
|
-
allowedDomains?: string[] | undefined;
|
|
9162
|
-
} | undefined;
|
|
9163
9159
|
content?: Record<string, {
|
|
9164
9160
|
operations: string[];
|
|
9165
9161
|
filters?: Record<string, unknown> | undefined;
|
|
9166
9162
|
}> | undefined;
|
|
9163
|
+
network?: {
|
|
9164
|
+
allowWeb?: boolean | undefined;
|
|
9165
|
+
allowedDomains?: string[] | undefined;
|
|
9166
|
+
} | undefined;
|
|
9167
9167
|
shell?: {
|
|
9168
9168
|
allowCommands?: boolean | undefined;
|
|
9169
9169
|
allowedCommands?: string[] | undefined;
|
|
@@ -9328,14 +9328,14 @@ declare const schemas: {
|
|
|
9328
9328
|
commit?: {
|
|
9329
9329
|
allowed: boolean;
|
|
9330
9330
|
} | undefined;
|
|
9331
|
-
network?: {
|
|
9332
|
-
allowWeb?: boolean | undefined;
|
|
9333
|
-
allowedDomains?: string[] | undefined;
|
|
9334
|
-
} | undefined;
|
|
9335
9331
|
content?: Record<string, {
|
|
9336
9332
|
operations: string[];
|
|
9337
9333
|
filters?: Record<string, unknown> | undefined;
|
|
9338
9334
|
}> | undefined;
|
|
9335
|
+
network?: {
|
|
9336
|
+
allowWeb?: boolean | undefined;
|
|
9337
|
+
allowedDomains?: string[] | undefined;
|
|
9338
|
+
} | undefined;
|
|
9339
9339
|
shell?: {
|
|
9340
9340
|
allowCommands?: boolean | undefined;
|
|
9341
9341
|
allowedCommands?: string[] | undefined;
|
|
@@ -9500,14 +9500,14 @@ declare const schemas: {
|
|
|
9500
9500
|
commit?: {
|
|
9501
9501
|
allowed: boolean;
|
|
9502
9502
|
} | undefined;
|
|
9503
|
-
network?: {
|
|
9504
|
-
allowWeb?: boolean | undefined;
|
|
9505
|
-
allowedDomains?: string[] | undefined;
|
|
9506
|
-
} | undefined;
|
|
9507
9503
|
content?: Record<string, {
|
|
9508
9504
|
operations: string[];
|
|
9509
9505
|
filters?: Record<string, unknown> | undefined;
|
|
9510
9506
|
}> | undefined;
|
|
9507
|
+
network?: {
|
|
9508
|
+
allowWeb?: boolean | undefined;
|
|
9509
|
+
allowedDomains?: string[] | undefined;
|
|
9510
|
+
} | undefined;
|
|
9511
9511
|
shell?: {
|
|
9512
9512
|
allowCommands?: boolean | undefined;
|
|
9513
9513
|
allowedCommands?: string[] | undefined;
|
|
@@ -9672,14 +9672,14 @@ declare const schemas: {
|
|
|
9672
9672
|
commit?: {
|
|
9673
9673
|
allowed: boolean;
|
|
9674
9674
|
} | undefined;
|
|
9675
|
-
network?: {
|
|
9676
|
-
allowWeb?: boolean | undefined;
|
|
9677
|
-
allowedDomains?: string[] | undefined;
|
|
9678
|
-
} | undefined;
|
|
9679
9675
|
content?: Record<string, {
|
|
9680
9676
|
operations: string[];
|
|
9681
9677
|
filters?: Record<string, unknown> | undefined;
|
|
9682
9678
|
}> | undefined;
|
|
9679
|
+
network?: {
|
|
9680
|
+
allowWeb?: boolean | undefined;
|
|
9681
|
+
allowedDomains?: string[] | undefined;
|
|
9682
|
+
} | undefined;
|
|
9683
9683
|
shell?: {
|
|
9684
9684
|
allowCommands?: boolean | undefined;
|
|
9685
9685
|
allowedCommands?: string[] | undefined;
|
|
@@ -10211,14 +10211,14 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10211
10211
|
commit?: {
|
|
10212
10212
|
allowed: boolean;
|
|
10213
10213
|
} | undefined;
|
|
10214
|
-
network?: {
|
|
10215
|
-
allowWeb?: boolean | undefined;
|
|
10216
|
-
allowedDomains?: string[] | undefined;
|
|
10217
|
-
} | undefined;
|
|
10218
10214
|
content?: Record<string, {
|
|
10219
10215
|
operations: string[];
|
|
10220
10216
|
filters?: Record<string, unknown> | undefined;
|
|
10221
10217
|
}> | undefined;
|
|
10218
|
+
network?: {
|
|
10219
|
+
allowWeb?: boolean | undefined;
|
|
10220
|
+
allowedDomains?: string[] | undefined;
|
|
10221
|
+
} | undefined;
|
|
10222
10222
|
shell?: {
|
|
10223
10223
|
allowCommands?: boolean | undefined;
|
|
10224
10224
|
allowedCommands?: string[] | undefined;
|
|
@@ -10233,14 +10233,14 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10233
10233
|
commit?: {
|
|
10234
10234
|
allowed: boolean;
|
|
10235
10235
|
} | undefined;
|
|
10236
|
-
network?: {
|
|
10237
|
-
allowWeb?: boolean | undefined;
|
|
10238
|
-
allowedDomains?: string[] | undefined;
|
|
10239
|
-
} | undefined;
|
|
10240
10236
|
content?: Record<string, {
|
|
10241
10237
|
operations: string[];
|
|
10242
10238
|
filters?: Record<string, unknown> | undefined;
|
|
10243
10239
|
}> | undefined;
|
|
10240
|
+
network?: {
|
|
10241
|
+
allowWeb?: boolean | undefined;
|
|
10242
|
+
allowedDomains?: string[] | undefined;
|
|
10243
|
+
} | undefined;
|
|
10244
10244
|
shell?: {
|
|
10245
10245
|
allowCommands?: boolean | undefined;
|
|
10246
10246
|
allowedCommands?: string[] | undefined;
|
|
@@ -10835,14 +10835,14 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10835
10835
|
commit?: {
|
|
10836
10836
|
allowed: boolean;
|
|
10837
10837
|
} | undefined;
|
|
10838
|
-
network?: {
|
|
10839
|
-
allowWeb?: boolean | undefined;
|
|
10840
|
-
allowedDomains?: string[] | undefined;
|
|
10841
|
-
} | undefined;
|
|
10842
10838
|
content?: Record<string, {
|
|
10843
10839
|
operations: string[];
|
|
10844
10840
|
filters?: Record<string, unknown> | undefined;
|
|
10845
10841
|
}> | undefined;
|
|
10842
|
+
network?: {
|
|
10843
|
+
allowWeb?: boolean | undefined;
|
|
10844
|
+
allowedDomains?: string[] | undefined;
|
|
10845
|
+
} | undefined;
|
|
10846
10846
|
shell?: {
|
|
10847
10847
|
allowCommands?: boolean | undefined;
|
|
10848
10848
|
allowedCommands?: string[] | undefined;
|
|
@@ -11007,14 +11007,14 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11007
11007
|
commit?: {
|
|
11008
11008
|
allowed: boolean;
|
|
11009
11009
|
} | undefined;
|
|
11010
|
-
network?: {
|
|
11011
|
-
allowWeb?: boolean | undefined;
|
|
11012
|
-
allowedDomains?: string[] | undefined;
|
|
11013
|
-
} | undefined;
|
|
11014
11010
|
content?: Record<string, {
|
|
11015
11011
|
operations: string[];
|
|
11016
11012
|
filters?: Record<string, unknown> | undefined;
|
|
11017
11013
|
}> | undefined;
|
|
11014
|
+
network?: {
|
|
11015
|
+
allowWeb?: boolean | undefined;
|
|
11016
|
+
allowedDomains?: string[] | undefined;
|
|
11017
|
+
} | undefined;
|
|
11018
11018
|
shell?: {
|
|
11019
11019
|
allowCommands?: boolean | undefined;
|
|
11020
11020
|
allowedCommands?: string[] | undefined;
|
|
@@ -11179,14 +11179,14 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11179
11179
|
commit?: {
|
|
11180
11180
|
allowed: boolean;
|
|
11181
11181
|
} | undefined;
|
|
11182
|
-
network?: {
|
|
11183
|
-
allowWeb?: boolean | undefined;
|
|
11184
|
-
allowedDomains?: string[] | undefined;
|
|
11185
|
-
} | undefined;
|
|
11186
11182
|
content?: Record<string, {
|
|
11187
11183
|
operations: string[];
|
|
11188
11184
|
filters?: Record<string, unknown> | undefined;
|
|
11189
11185
|
}> | undefined;
|
|
11186
|
+
network?: {
|
|
11187
|
+
allowWeb?: boolean | undefined;
|
|
11188
|
+
allowedDomains?: string[] | undefined;
|
|
11189
|
+
} | undefined;
|
|
11190
11190
|
shell?: {
|
|
11191
11191
|
allowCommands?: boolean | undefined;
|
|
11192
11192
|
allowedCommands?: string[] | undefined;
|
|
@@ -11351,14 +11351,14 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11351
11351
|
commit?: {
|
|
11352
11352
|
allowed: boolean;
|
|
11353
11353
|
} | undefined;
|
|
11354
|
-
network?: {
|
|
11355
|
-
allowWeb?: boolean | undefined;
|
|
11356
|
-
allowedDomains?: string[] | undefined;
|
|
11357
|
-
} | undefined;
|
|
11358
11354
|
content?: Record<string, {
|
|
11359
11355
|
operations: string[];
|
|
11360
11356
|
filters?: Record<string, unknown> | undefined;
|
|
11361
11357
|
}> | undefined;
|
|
11358
|
+
network?: {
|
|
11359
|
+
allowWeb?: boolean | undefined;
|
|
11360
|
+
allowedDomains?: string[] | undefined;
|
|
11361
|
+
} | undefined;
|
|
11362
11362
|
shell?: {
|
|
11363
11363
|
allowCommands?: boolean | undefined;
|
|
11364
11364
|
allowedCommands?: string[] | undefined;
|
|
@@ -11542,8 +11542,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11542
11542
|
directory: string;
|
|
11543
11543
|
integrity?: string | undefined;
|
|
11544
11544
|
} | {
|
|
11545
|
-
version: string;
|
|
11546
11545
|
kind: "r2";
|
|
11546
|
+
version: string;
|
|
11547
11547
|
objectKey: string;
|
|
11548
11548
|
integrity?: string | undefined;
|
|
11549
11549
|
bucket?: string | undefined;
|
|
@@ -11563,8 +11563,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11563
11563
|
teamId?: string | undefined;
|
|
11564
11564
|
sourceRef?: string | undefined;
|
|
11565
11565
|
} | {
|
|
11566
|
-
id: string;
|
|
11567
11566
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
11567
|
+
id: string;
|
|
11568
11568
|
trigger: Record<string, unknown>;
|
|
11569
11569
|
agent: string;
|
|
11570
11570
|
contextQueryRefs: string[];
|
|
@@ -11660,9 +11660,9 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11660
11660
|
}[];
|
|
11661
11661
|
mergePolicy: "replace" | "append";
|
|
11662
11662
|
} | {
|
|
11663
|
+
kind: "status" | "message" | "summary" | "plan";
|
|
11663
11664
|
id: string;
|
|
11664
11665
|
variables: string[];
|
|
11665
|
-
kind: "status" | "message" | "summary" | "plan";
|
|
11666
11666
|
description: string;
|
|
11667
11667
|
revision: number;
|
|
11668
11668
|
title: string;
|
|
@@ -12290,14 +12290,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12290
12290
|
commit?: {
|
|
12291
12291
|
allowed: boolean;
|
|
12292
12292
|
} | undefined;
|
|
12293
|
-
network?: {
|
|
12294
|
-
allowWeb?: boolean | undefined;
|
|
12295
|
-
allowedDomains?: string[] | undefined;
|
|
12296
|
-
} | undefined;
|
|
12297
12293
|
content?: Record<string, {
|
|
12298
12294
|
operations: string[];
|
|
12299
12295
|
filters?: Record<string, unknown> | undefined;
|
|
12300
12296
|
}> | undefined;
|
|
12297
|
+
network?: {
|
|
12298
|
+
allowWeb?: boolean | undefined;
|
|
12299
|
+
allowedDomains?: string[] | undefined;
|
|
12300
|
+
} | undefined;
|
|
12301
12301
|
shell?: {
|
|
12302
12302
|
allowCommands?: boolean | undefined;
|
|
12303
12303
|
allowedCommands?: string[] | undefined;
|
|
@@ -12312,14 +12312,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12312
12312
|
commit?: {
|
|
12313
12313
|
allowed: boolean;
|
|
12314
12314
|
} | undefined;
|
|
12315
|
-
network?: {
|
|
12316
|
-
allowWeb?: boolean | undefined;
|
|
12317
|
-
allowedDomains?: string[] | undefined;
|
|
12318
|
-
} | undefined;
|
|
12319
12315
|
content?: Record<string, {
|
|
12320
12316
|
operations: string[];
|
|
12321
12317
|
filters?: Record<string, unknown> | undefined;
|
|
12322
12318
|
}> | undefined;
|
|
12319
|
+
network?: {
|
|
12320
|
+
allowWeb?: boolean | undefined;
|
|
12321
|
+
allowedDomains?: string[] | undefined;
|
|
12322
|
+
} | undefined;
|
|
12323
12323
|
shell?: {
|
|
12324
12324
|
allowCommands?: boolean | undefined;
|
|
12325
12325
|
allowedCommands?: string[] | undefined;
|
|
@@ -12914,14 +12914,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12914
12914
|
commit?: {
|
|
12915
12915
|
allowed: boolean;
|
|
12916
12916
|
} | undefined;
|
|
12917
|
-
network?: {
|
|
12918
|
-
allowWeb?: boolean | undefined;
|
|
12919
|
-
allowedDomains?: string[] | undefined;
|
|
12920
|
-
} | undefined;
|
|
12921
12917
|
content?: Record<string, {
|
|
12922
12918
|
operations: string[];
|
|
12923
12919
|
filters?: Record<string, unknown> | undefined;
|
|
12924
12920
|
}> | undefined;
|
|
12921
|
+
network?: {
|
|
12922
|
+
allowWeb?: boolean | undefined;
|
|
12923
|
+
allowedDomains?: string[] | undefined;
|
|
12924
|
+
} | undefined;
|
|
12925
12925
|
shell?: {
|
|
12926
12926
|
allowCommands?: boolean | undefined;
|
|
12927
12927
|
allowedCommands?: string[] | undefined;
|
|
@@ -13086,14 +13086,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13086
13086
|
commit?: {
|
|
13087
13087
|
allowed: boolean;
|
|
13088
13088
|
} | undefined;
|
|
13089
|
-
network?: {
|
|
13090
|
-
allowWeb?: boolean | undefined;
|
|
13091
|
-
allowedDomains?: string[] | undefined;
|
|
13092
|
-
} | undefined;
|
|
13093
13089
|
content?: Record<string, {
|
|
13094
13090
|
operations: string[];
|
|
13095
13091
|
filters?: Record<string, unknown> | undefined;
|
|
13096
13092
|
}> | undefined;
|
|
13093
|
+
network?: {
|
|
13094
|
+
allowWeb?: boolean | undefined;
|
|
13095
|
+
allowedDomains?: string[] | undefined;
|
|
13096
|
+
} | undefined;
|
|
13097
13097
|
shell?: {
|
|
13098
13098
|
allowCommands?: boolean | undefined;
|
|
13099
13099
|
allowedCommands?: string[] | undefined;
|
|
@@ -13258,14 +13258,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13258
13258
|
commit?: {
|
|
13259
13259
|
allowed: boolean;
|
|
13260
13260
|
} | undefined;
|
|
13261
|
-
network?: {
|
|
13262
|
-
allowWeb?: boolean | undefined;
|
|
13263
|
-
allowedDomains?: string[] | undefined;
|
|
13264
|
-
} | undefined;
|
|
13265
13261
|
content?: Record<string, {
|
|
13266
13262
|
operations: string[];
|
|
13267
13263
|
filters?: Record<string, unknown> | undefined;
|
|
13268
13264
|
}> | undefined;
|
|
13265
|
+
network?: {
|
|
13266
|
+
allowWeb?: boolean | undefined;
|
|
13267
|
+
allowedDomains?: string[] | undefined;
|
|
13268
|
+
} | undefined;
|
|
13269
13269
|
shell?: {
|
|
13270
13270
|
allowCommands?: boolean | undefined;
|
|
13271
13271
|
allowedCommands?: string[] | undefined;
|
|
@@ -13430,14 +13430,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13430
13430
|
commit?: {
|
|
13431
13431
|
allowed: boolean;
|
|
13432
13432
|
} | undefined;
|
|
13433
|
-
network?: {
|
|
13434
|
-
allowWeb?: boolean | undefined;
|
|
13435
|
-
allowedDomains?: string[] | undefined;
|
|
13436
|
-
} | undefined;
|
|
13437
13433
|
content?: Record<string, {
|
|
13438
13434
|
operations: string[];
|
|
13439
13435
|
filters?: Record<string, unknown> | undefined;
|
|
13440
13436
|
}> | undefined;
|
|
13437
|
+
network?: {
|
|
13438
|
+
allowWeb?: boolean | undefined;
|
|
13439
|
+
allowedDomains?: string[] | undefined;
|
|
13440
|
+
} | undefined;
|
|
13441
13441
|
shell?: {
|
|
13442
13442
|
allowCommands?: boolean | undefined;
|
|
13443
13443
|
allowedCommands?: string[] | undefined;
|
|
@@ -13799,14 +13799,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13799
13799
|
commit?: {
|
|
13800
13800
|
allowed: boolean;
|
|
13801
13801
|
} | undefined;
|
|
13802
|
-
network?: {
|
|
13803
|
-
allowWeb?: boolean | undefined;
|
|
13804
|
-
allowedDomains?: string[] | undefined;
|
|
13805
|
-
} | undefined;
|
|
13806
13802
|
content?: Record<string, {
|
|
13807
13803
|
operations: string[];
|
|
13808
13804
|
filters?: Record<string, unknown> | undefined;
|
|
13809
13805
|
}> | undefined;
|
|
13806
|
+
network?: {
|
|
13807
|
+
allowWeb?: boolean | undefined;
|
|
13808
|
+
allowedDomains?: string[] | undefined;
|
|
13809
|
+
} | undefined;
|
|
13810
13810
|
shell?: {
|
|
13811
13811
|
allowCommands?: boolean | undefined;
|
|
13812
13812
|
allowedCommands?: string[] | undefined;
|
|
@@ -13821,14 +13821,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13821
13821
|
commit?: {
|
|
13822
13822
|
allowed: boolean;
|
|
13823
13823
|
} | undefined;
|
|
13824
|
-
network?: {
|
|
13825
|
-
allowWeb?: boolean | undefined;
|
|
13826
|
-
allowedDomains?: string[] | undefined;
|
|
13827
|
-
} | undefined;
|
|
13828
13824
|
content?: Record<string, {
|
|
13829
13825
|
operations: string[];
|
|
13830
13826
|
filters?: Record<string, unknown> | undefined;
|
|
13831
13827
|
}> | undefined;
|
|
13828
|
+
network?: {
|
|
13829
|
+
allowWeb?: boolean | undefined;
|
|
13830
|
+
allowedDomains?: string[] | undefined;
|
|
13831
|
+
} | undefined;
|
|
13832
13832
|
shell?: {
|
|
13833
13833
|
allowCommands?: boolean | undefined;
|
|
13834
13834
|
allowedCommands?: string[] | undefined;
|
|
@@ -14423,14 +14423,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14423
14423
|
commit?: {
|
|
14424
14424
|
allowed: boolean;
|
|
14425
14425
|
} | undefined;
|
|
14426
|
-
network?: {
|
|
14427
|
-
allowWeb?: boolean | undefined;
|
|
14428
|
-
allowedDomains?: string[] | undefined;
|
|
14429
|
-
} | undefined;
|
|
14430
14426
|
content?: Record<string, {
|
|
14431
14427
|
operations: string[];
|
|
14432
14428
|
filters?: Record<string, unknown> | undefined;
|
|
14433
14429
|
}> | undefined;
|
|
14430
|
+
network?: {
|
|
14431
|
+
allowWeb?: boolean | undefined;
|
|
14432
|
+
allowedDomains?: string[] | undefined;
|
|
14433
|
+
} | undefined;
|
|
14434
14434
|
shell?: {
|
|
14435
14435
|
allowCommands?: boolean | undefined;
|
|
14436
14436
|
allowedCommands?: string[] | undefined;
|
|
@@ -14595,14 +14595,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14595
14595
|
commit?: {
|
|
14596
14596
|
allowed: boolean;
|
|
14597
14597
|
} | undefined;
|
|
14598
|
-
network?: {
|
|
14599
|
-
allowWeb?: boolean | undefined;
|
|
14600
|
-
allowedDomains?: string[] | undefined;
|
|
14601
|
-
} | undefined;
|
|
14602
14598
|
content?: Record<string, {
|
|
14603
14599
|
operations: string[];
|
|
14604
14600
|
filters?: Record<string, unknown> | undefined;
|
|
14605
14601
|
}> | undefined;
|
|
14602
|
+
network?: {
|
|
14603
|
+
allowWeb?: boolean | undefined;
|
|
14604
|
+
allowedDomains?: string[] | undefined;
|
|
14605
|
+
} | undefined;
|
|
14606
14606
|
shell?: {
|
|
14607
14607
|
allowCommands?: boolean | undefined;
|
|
14608
14608
|
allowedCommands?: string[] | undefined;
|
|
@@ -14767,14 +14767,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14767
14767
|
commit?: {
|
|
14768
14768
|
allowed: boolean;
|
|
14769
14769
|
} | undefined;
|
|
14770
|
-
network?: {
|
|
14771
|
-
allowWeb?: boolean | undefined;
|
|
14772
|
-
allowedDomains?: string[] | undefined;
|
|
14773
|
-
} | undefined;
|
|
14774
14770
|
content?: Record<string, {
|
|
14775
14771
|
operations: string[];
|
|
14776
14772
|
filters?: Record<string, unknown> | undefined;
|
|
14777
14773
|
}> | undefined;
|
|
14774
|
+
network?: {
|
|
14775
|
+
allowWeb?: boolean | undefined;
|
|
14776
|
+
allowedDomains?: string[] | undefined;
|
|
14777
|
+
} | undefined;
|
|
14778
14778
|
shell?: {
|
|
14779
14779
|
allowCommands?: boolean | undefined;
|
|
14780
14780
|
allowedCommands?: string[] | undefined;
|
|
@@ -14939,14 +14939,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14939
14939
|
commit?: {
|
|
14940
14940
|
allowed: boolean;
|
|
14941
14941
|
} | undefined;
|
|
14942
|
-
network?: {
|
|
14943
|
-
allowWeb?: boolean | undefined;
|
|
14944
|
-
allowedDomains?: string[] | undefined;
|
|
14945
|
-
} | undefined;
|
|
14946
14942
|
content?: Record<string, {
|
|
14947
14943
|
operations: string[];
|
|
14948
14944
|
filters?: Record<string, unknown> | undefined;
|
|
14949
14945
|
}> | undefined;
|
|
14946
|
+
network?: {
|
|
14947
|
+
allowWeb?: boolean | undefined;
|
|
14948
|
+
allowedDomains?: string[] | undefined;
|
|
14949
|
+
} | undefined;
|
|
14950
14950
|
shell?: {
|
|
14951
14951
|
allowCommands?: boolean | undefined;
|
|
14952
14952
|
allowedCommands?: string[] | undefined;
|
|
@@ -15308,14 +15308,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15308
15308
|
commit?: {
|
|
15309
15309
|
allowed: boolean;
|
|
15310
15310
|
} | undefined;
|
|
15311
|
-
network?: {
|
|
15312
|
-
allowWeb?: boolean | undefined;
|
|
15313
|
-
allowedDomains?: string[] | undefined;
|
|
15314
|
-
} | undefined;
|
|
15315
15311
|
content?: Record<string, {
|
|
15316
15312
|
operations: string[];
|
|
15317
15313
|
filters?: Record<string, unknown> | undefined;
|
|
15318
15314
|
}> | undefined;
|
|
15315
|
+
network?: {
|
|
15316
|
+
allowWeb?: boolean | undefined;
|
|
15317
|
+
allowedDomains?: string[] | undefined;
|
|
15318
|
+
} | undefined;
|
|
15319
15319
|
shell?: {
|
|
15320
15320
|
allowCommands?: boolean | undefined;
|
|
15321
15321
|
allowedCommands?: string[] | undefined;
|
|
@@ -15330,14 +15330,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15330
15330
|
commit?: {
|
|
15331
15331
|
allowed: boolean;
|
|
15332
15332
|
} | undefined;
|
|
15333
|
-
network?: {
|
|
15334
|
-
allowWeb?: boolean | undefined;
|
|
15335
|
-
allowedDomains?: string[] | undefined;
|
|
15336
|
-
} | undefined;
|
|
15337
15333
|
content?: Record<string, {
|
|
15338
15334
|
operations: string[];
|
|
15339
15335
|
filters?: Record<string, unknown> | undefined;
|
|
15340
15336
|
}> | undefined;
|
|
15337
|
+
network?: {
|
|
15338
|
+
allowWeb?: boolean | undefined;
|
|
15339
|
+
allowedDomains?: string[] | undefined;
|
|
15340
|
+
} | undefined;
|
|
15341
15341
|
shell?: {
|
|
15342
15342
|
allowCommands?: boolean | undefined;
|
|
15343
15343
|
allowedCommands?: string[] | undefined;
|
|
@@ -15932,14 +15932,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15932
15932
|
commit?: {
|
|
15933
15933
|
allowed: boolean;
|
|
15934
15934
|
} | undefined;
|
|
15935
|
-
network?: {
|
|
15936
|
-
allowWeb?: boolean | undefined;
|
|
15937
|
-
allowedDomains?: string[] | undefined;
|
|
15938
|
-
} | undefined;
|
|
15939
15935
|
content?: Record<string, {
|
|
15940
15936
|
operations: string[];
|
|
15941
15937
|
filters?: Record<string, unknown> | undefined;
|
|
15942
15938
|
}> | undefined;
|
|
15939
|
+
network?: {
|
|
15940
|
+
allowWeb?: boolean | undefined;
|
|
15941
|
+
allowedDomains?: string[] | undefined;
|
|
15942
|
+
} | undefined;
|
|
15943
15943
|
shell?: {
|
|
15944
15944
|
allowCommands?: boolean | undefined;
|
|
15945
15945
|
allowedCommands?: string[] | undefined;
|
|
@@ -16104,14 +16104,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16104
16104
|
commit?: {
|
|
16105
16105
|
allowed: boolean;
|
|
16106
16106
|
} | undefined;
|
|
16107
|
-
network?: {
|
|
16108
|
-
allowWeb?: boolean | undefined;
|
|
16109
|
-
allowedDomains?: string[] | undefined;
|
|
16110
|
-
} | undefined;
|
|
16111
16107
|
content?: Record<string, {
|
|
16112
16108
|
operations: string[];
|
|
16113
16109
|
filters?: Record<string, unknown> | undefined;
|
|
16114
16110
|
}> | undefined;
|
|
16111
|
+
network?: {
|
|
16112
|
+
allowWeb?: boolean | undefined;
|
|
16113
|
+
allowedDomains?: string[] | undefined;
|
|
16114
|
+
} | undefined;
|
|
16115
16115
|
shell?: {
|
|
16116
16116
|
allowCommands?: boolean | undefined;
|
|
16117
16117
|
allowedCommands?: string[] | undefined;
|
|
@@ -16276,14 +16276,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16276
16276
|
commit?: {
|
|
16277
16277
|
allowed: boolean;
|
|
16278
16278
|
} | undefined;
|
|
16279
|
-
network?: {
|
|
16280
|
-
allowWeb?: boolean | undefined;
|
|
16281
|
-
allowedDomains?: string[] | undefined;
|
|
16282
|
-
} | undefined;
|
|
16283
16279
|
content?: Record<string, {
|
|
16284
16280
|
operations: string[];
|
|
16285
16281
|
filters?: Record<string, unknown> | undefined;
|
|
16286
16282
|
}> | undefined;
|
|
16283
|
+
network?: {
|
|
16284
|
+
allowWeb?: boolean | undefined;
|
|
16285
|
+
allowedDomains?: string[] | undefined;
|
|
16286
|
+
} | undefined;
|
|
16287
16287
|
shell?: {
|
|
16288
16288
|
allowCommands?: boolean | undefined;
|
|
16289
16289
|
allowedCommands?: string[] | undefined;
|
|
@@ -16448,14 +16448,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16448
16448
|
commit?: {
|
|
16449
16449
|
allowed: boolean;
|
|
16450
16450
|
} | undefined;
|
|
16451
|
-
network?: {
|
|
16452
|
-
allowWeb?: boolean | undefined;
|
|
16453
|
-
allowedDomains?: string[] | undefined;
|
|
16454
|
-
} | undefined;
|
|
16455
16451
|
content?: Record<string, {
|
|
16456
16452
|
operations: string[];
|
|
16457
16453
|
filters?: Record<string, unknown> | undefined;
|
|
16458
16454
|
}> | undefined;
|
|
16455
|
+
network?: {
|
|
16456
|
+
allowWeb?: boolean | undefined;
|
|
16457
|
+
allowedDomains?: string[] | undefined;
|
|
16458
|
+
} | undefined;
|
|
16459
16459
|
shell?: {
|
|
16460
16460
|
allowCommands?: boolean | undefined;
|
|
16461
16461
|
allowedCommands?: string[] | undefined;
|
|
@@ -16817,14 +16817,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16817
16817
|
commit?: {
|
|
16818
16818
|
allowed: boolean;
|
|
16819
16819
|
} | undefined;
|
|
16820
|
-
network?: {
|
|
16821
|
-
allowWeb?: boolean | undefined;
|
|
16822
|
-
allowedDomains?: string[] | undefined;
|
|
16823
|
-
} | undefined;
|
|
16824
16820
|
content?: Record<string, {
|
|
16825
16821
|
operations: string[];
|
|
16826
16822
|
filters?: Record<string, unknown> | undefined;
|
|
16827
16823
|
}> | undefined;
|
|
16824
|
+
network?: {
|
|
16825
|
+
allowWeb?: boolean | undefined;
|
|
16826
|
+
allowedDomains?: string[] | undefined;
|
|
16827
|
+
} | undefined;
|
|
16828
16828
|
shell?: {
|
|
16829
16829
|
allowCommands?: boolean | undefined;
|
|
16830
16830
|
allowedCommands?: string[] | undefined;
|
|
@@ -16839,14 +16839,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16839
16839
|
commit?: {
|
|
16840
16840
|
allowed: boolean;
|
|
16841
16841
|
} | undefined;
|
|
16842
|
-
network?: {
|
|
16843
|
-
allowWeb?: boolean | undefined;
|
|
16844
|
-
allowedDomains?: string[] | undefined;
|
|
16845
|
-
} | undefined;
|
|
16846
16842
|
content?: Record<string, {
|
|
16847
16843
|
operations: string[];
|
|
16848
16844
|
filters?: Record<string, unknown> | undefined;
|
|
16849
16845
|
}> | undefined;
|
|
16846
|
+
network?: {
|
|
16847
|
+
allowWeb?: boolean | undefined;
|
|
16848
|
+
allowedDomains?: string[] | undefined;
|
|
16849
|
+
} | undefined;
|
|
16850
16850
|
shell?: {
|
|
16851
16851
|
allowCommands?: boolean | undefined;
|
|
16852
16852
|
allowedCommands?: string[] | undefined;
|
|
@@ -17441,14 +17441,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17441
17441
|
commit?: {
|
|
17442
17442
|
allowed: boolean;
|
|
17443
17443
|
} | undefined;
|
|
17444
|
-
network?: {
|
|
17445
|
-
allowWeb?: boolean | undefined;
|
|
17446
|
-
allowedDomains?: string[] | undefined;
|
|
17447
|
-
} | undefined;
|
|
17448
17444
|
content?: Record<string, {
|
|
17449
17445
|
operations: string[];
|
|
17450
17446
|
filters?: Record<string, unknown> | undefined;
|
|
17451
17447
|
}> | undefined;
|
|
17448
|
+
network?: {
|
|
17449
|
+
allowWeb?: boolean | undefined;
|
|
17450
|
+
allowedDomains?: string[] | undefined;
|
|
17451
|
+
} | undefined;
|
|
17452
17452
|
shell?: {
|
|
17453
17453
|
allowCommands?: boolean | undefined;
|
|
17454
17454
|
allowedCommands?: string[] | undefined;
|
|
@@ -17613,14 +17613,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17613
17613
|
commit?: {
|
|
17614
17614
|
allowed: boolean;
|
|
17615
17615
|
} | undefined;
|
|
17616
|
-
network?: {
|
|
17617
|
-
allowWeb?: boolean | undefined;
|
|
17618
|
-
allowedDomains?: string[] | undefined;
|
|
17619
|
-
} | undefined;
|
|
17620
17616
|
content?: Record<string, {
|
|
17621
17617
|
operations: string[];
|
|
17622
17618
|
filters?: Record<string, unknown> | undefined;
|
|
17623
17619
|
}> | undefined;
|
|
17620
|
+
network?: {
|
|
17621
|
+
allowWeb?: boolean | undefined;
|
|
17622
|
+
allowedDomains?: string[] | undefined;
|
|
17623
|
+
} | undefined;
|
|
17624
17624
|
shell?: {
|
|
17625
17625
|
allowCommands?: boolean | undefined;
|
|
17626
17626
|
allowedCommands?: string[] | undefined;
|
|
@@ -17785,14 +17785,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17785
17785
|
commit?: {
|
|
17786
17786
|
allowed: boolean;
|
|
17787
17787
|
} | undefined;
|
|
17788
|
-
network?: {
|
|
17789
|
-
allowWeb?: boolean | undefined;
|
|
17790
|
-
allowedDomains?: string[] | undefined;
|
|
17791
|
-
} | undefined;
|
|
17792
17788
|
content?: Record<string, {
|
|
17793
17789
|
operations: string[];
|
|
17794
17790
|
filters?: Record<string, unknown> | undefined;
|
|
17795
17791
|
}> | undefined;
|
|
17792
|
+
network?: {
|
|
17793
|
+
allowWeb?: boolean | undefined;
|
|
17794
|
+
allowedDomains?: string[] | undefined;
|
|
17795
|
+
} | undefined;
|
|
17796
17796
|
shell?: {
|
|
17797
17797
|
allowCommands?: boolean | undefined;
|
|
17798
17798
|
allowedCommands?: string[] | undefined;
|
|
@@ -17957,14 +17957,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17957
17957
|
commit?: {
|
|
17958
17958
|
allowed: boolean;
|
|
17959
17959
|
} | undefined;
|
|
17960
|
-
network?: {
|
|
17961
|
-
allowWeb?: boolean | undefined;
|
|
17962
|
-
allowedDomains?: string[] | undefined;
|
|
17963
|
-
} | undefined;
|
|
17964
17960
|
content?: Record<string, {
|
|
17965
17961
|
operations: string[];
|
|
17966
17962
|
filters?: Record<string, unknown> | undefined;
|
|
17967
17963
|
}> | undefined;
|
|
17964
|
+
network?: {
|
|
17965
|
+
allowWeb?: boolean | undefined;
|
|
17966
|
+
allowedDomains?: string[] | undefined;
|
|
17967
|
+
} | undefined;
|
|
17968
17968
|
shell?: {
|
|
17969
17969
|
allowCommands?: boolean | undefined;
|
|
17970
17970
|
allowedCommands?: string[] | undefined;
|
|
@@ -18326,14 +18326,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18326
18326
|
commit?: {
|
|
18327
18327
|
allowed: boolean;
|
|
18328
18328
|
} | undefined;
|
|
18329
|
-
network?: {
|
|
18330
|
-
allowWeb?: boolean | undefined;
|
|
18331
|
-
allowedDomains?: string[] | undefined;
|
|
18332
|
-
} | undefined;
|
|
18333
18329
|
content?: Record<string, {
|
|
18334
18330
|
operations: string[];
|
|
18335
18331
|
filters?: Record<string, unknown> | undefined;
|
|
18336
18332
|
}> | undefined;
|
|
18333
|
+
network?: {
|
|
18334
|
+
allowWeb?: boolean | undefined;
|
|
18335
|
+
allowedDomains?: string[] | undefined;
|
|
18336
|
+
} | undefined;
|
|
18337
18337
|
shell?: {
|
|
18338
18338
|
allowCommands?: boolean | undefined;
|
|
18339
18339
|
allowedCommands?: string[] | undefined;
|
|
@@ -18348,14 +18348,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18348
18348
|
commit?: {
|
|
18349
18349
|
allowed: boolean;
|
|
18350
18350
|
} | undefined;
|
|
18351
|
-
network?: {
|
|
18352
|
-
allowWeb?: boolean | undefined;
|
|
18353
|
-
allowedDomains?: string[] | undefined;
|
|
18354
|
-
} | undefined;
|
|
18355
18351
|
content?: Record<string, {
|
|
18356
18352
|
operations: string[];
|
|
18357
18353
|
filters?: Record<string, unknown> | undefined;
|
|
18358
18354
|
}> | undefined;
|
|
18355
|
+
network?: {
|
|
18356
|
+
allowWeb?: boolean | undefined;
|
|
18357
|
+
allowedDomains?: string[] | undefined;
|
|
18358
|
+
} | undefined;
|
|
18359
18359
|
shell?: {
|
|
18360
18360
|
allowCommands?: boolean | undefined;
|
|
18361
18361
|
allowedCommands?: string[] | undefined;
|
|
@@ -18950,14 +18950,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18950
18950
|
commit?: {
|
|
18951
18951
|
allowed: boolean;
|
|
18952
18952
|
} | undefined;
|
|
18953
|
-
network?: {
|
|
18954
|
-
allowWeb?: boolean | undefined;
|
|
18955
|
-
allowedDomains?: string[] | undefined;
|
|
18956
|
-
} | undefined;
|
|
18957
18953
|
content?: Record<string, {
|
|
18958
18954
|
operations: string[];
|
|
18959
18955
|
filters?: Record<string, unknown> | undefined;
|
|
18960
18956
|
}> | undefined;
|
|
18957
|
+
network?: {
|
|
18958
|
+
allowWeb?: boolean | undefined;
|
|
18959
|
+
allowedDomains?: string[] | undefined;
|
|
18960
|
+
} | undefined;
|
|
18961
18961
|
shell?: {
|
|
18962
18962
|
allowCommands?: boolean | undefined;
|
|
18963
18963
|
allowedCommands?: string[] | undefined;
|
|
@@ -19122,14 +19122,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19122
19122
|
commit?: {
|
|
19123
19123
|
allowed: boolean;
|
|
19124
19124
|
} | undefined;
|
|
19125
|
-
network?: {
|
|
19126
|
-
allowWeb?: boolean | undefined;
|
|
19127
|
-
allowedDomains?: string[] | undefined;
|
|
19128
|
-
} | undefined;
|
|
19129
19125
|
content?: Record<string, {
|
|
19130
19126
|
operations: string[];
|
|
19131
19127
|
filters?: Record<string, unknown> | undefined;
|
|
19132
19128
|
}> | undefined;
|
|
19129
|
+
network?: {
|
|
19130
|
+
allowWeb?: boolean | undefined;
|
|
19131
|
+
allowedDomains?: string[] | undefined;
|
|
19132
|
+
} | undefined;
|
|
19133
19133
|
shell?: {
|
|
19134
19134
|
allowCommands?: boolean | undefined;
|
|
19135
19135
|
allowedCommands?: string[] | undefined;
|
|
@@ -19294,14 +19294,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19294
19294
|
commit?: {
|
|
19295
19295
|
allowed: boolean;
|
|
19296
19296
|
} | undefined;
|
|
19297
|
-
network?: {
|
|
19298
|
-
allowWeb?: boolean | undefined;
|
|
19299
|
-
allowedDomains?: string[] | undefined;
|
|
19300
|
-
} | undefined;
|
|
19301
19297
|
content?: Record<string, {
|
|
19302
19298
|
operations: string[];
|
|
19303
19299
|
filters?: Record<string, unknown> | undefined;
|
|
19304
19300
|
}> | undefined;
|
|
19301
|
+
network?: {
|
|
19302
|
+
allowWeb?: boolean | undefined;
|
|
19303
|
+
allowedDomains?: string[] | undefined;
|
|
19304
|
+
} | undefined;
|
|
19305
19305
|
shell?: {
|
|
19306
19306
|
allowCommands?: boolean | undefined;
|
|
19307
19307
|
allowedCommands?: string[] | undefined;
|
|
@@ -19466,14 +19466,14 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19466
19466
|
commit?: {
|
|
19467
19467
|
allowed: boolean;
|
|
19468
19468
|
} | undefined;
|
|
19469
|
-
network?: {
|
|
19470
|
-
allowWeb?: boolean | undefined;
|
|
19471
|
-
allowedDomains?: string[] | undefined;
|
|
19472
|
-
} | undefined;
|
|
19473
19469
|
content?: Record<string, {
|
|
19474
19470
|
operations: string[];
|
|
19475
19471
|
filters?: Record<string, unknown> | undefined;
|
|
19476
19472
|
}> | undefined;
|
|
19473
|
+
network?: {
|
|
19474
|
+
allowWeb?: boolean | undefined;
|
|
19475
|
+
allowedDomains?: string[] | undefined;
|
|
19476
|
+
} | undefined;
|
|
19477
19477
|
shell?: {
|
|
19478
19478
|
allowCommands?: boolean | undefined;
|
|
19479
19479
|
allowedCommands?: string[] | undefined;
|
|
@@ -19892,15 +19892,15 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19892
19892
|
publicUrl: z.ZodOptional<z.ZodString>;
|
|
19893
19893
|
integrity: z.ZodOptional<z.ZodString>;
|
|
19894
19894
|
}, "strip", z.ZodTypeAny, {
|
|
19895
|
-
version: string;
|
|
19896
19895
|
kind: "r2";
|
|
19896
|
+
version: string;
|
|
19897
19897
|
objectKey: string;
|
|
19898
19898
|
integrity?: string | undefined;
|
|
19899
19899
|
bucket?: string | undefined;
|
|
19900
19900
|
publicUrl?: string | undefined;
|
|
19901
19901
|
}, {
|
|
19902
|
-
version: string;
|
|
19903
19902
|
kind: "r2";
|
|
19903
|
+
version: string;
|
|
19904
19904
|
objectKey: string;
|
|
19905
19905
|
integrity?: string | undefined;
|
|
19906
19906
|
bucket?: string | undefined;
|
|
@@ -19916,8 +19916,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19916
19916
|
directory: string;
|
|
19917
19917
|
integrity?: string | undefined;
|
|
19918
19918
|
} | {
|
|
19919
|
-
version: string;
|
|
19920
19919
|
kind: "r2";
|
|
19920
|
+
version: string;
|
|
19921
19921
|
objectKey: string;
|
|
19922
19922
|
integrity?: string | undefined;
|
|
19923
19923
|
bucket?: string | undefined;
|
|
@@ -19934,8 +19934,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19934
19934
|
directory: string;
|
|
19935
19935
|
integrity?: string | undefined;
|
|
19936
19936
|
} | {
|
|
19937
|
-
version: string;
|
|
19938
19937
|
kind: "r2";
|
|
19938
|
+
version: string;
|
|
19939
19939
|
objectKey: string;
|
|
19940
19940
|
integrity?: string | undefined;
|
|
19941
19941
|
bucket?: string | undefined;
|
|
@@ -19991,8 +19991,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19991
19991
|
directory: string;
|
|
19992
19992
|
integrity?: string | undefined;
|
|
19993
19993
|
} | {
|
|
19994
|
-
version: string;
|
|
19995
19994
|
kind: "r2";
|
|
19995
|
+
version: string;
|
|
19996
19996
|
objectKey: string;
|
|
19997
19997
|
integrity?: string | undefined;
|
|
19998
19998
|
bucket?: string | undefined;
|
|
@@ -20035,8 +20035,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20035
20035
|
directory: string;
|
|
20036
20036
|
integrity?: string | undefined;
|
|
20037
20037
|
} | {
|
|
20038
|
-
version: string;
|
|
20039
20038
|
kind: "r2";
|
|
20039
|
+
version: string;
|
|
20040
20040
|
objectKey: string;
|
|
20041
20041
|
integrity?: string | undefined;
|
|
20042
20042
|
bucket?: string | undefined;
|
|
@@ -20204,8 +20204,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20204
20204
|
}>>;
|
|
20205
20205
|
maxLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
20206
20206
|
}, "strip", z.ZodTypeAny, {
|
|
20207
|
-
id: string;
|
|
20208
20207
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
20208
|
+
id: string;
|
|
20209
20209
|
trigger: Record<string, unknown>;
|
|
20210
20210
|
agent: string;
|
|
20211
20211
|
contextQueryRefs: string[];
|
|
@@ -20248,8 +20248,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20248
20248
|
} | undefined;
|
|
20249
20249
|
maxLatencyMs?: number | undefined;
|
|
20250
20250
|
}, {
|
|
20251
|
-
id: string;
|
|
20252
20251
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
20252
|
+
id: string;
|
|
20253
20253
|
agent: string;
|
|
20254
20254
|
fixture?: string | undefined;
|
|
20255
20255
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -20308,8 +20308,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20308
20308
|
} | undefined;
|
|
20309
20309
|
maxLatencyMs?: number | undefined;
|
|
20310
20310
|
}>, {
|
|
20311
|
-
id: string;
|
|
20312
20311
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
20312
|
+
id: string;
|
|
20313
20313
|
trigger: Record<string, unknown>;
|
|
20314
20314
|
agent: string;
|
|
20315
20315
|
contextQueryRefs: string[];
|
|
@@ -20352,8 +20352,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20352
20352
|
} | undefined;
|
|
20353
20353
|
maxLatencyMs?: number | undefined;
|
|
20354
20354
|
}, {
|
|
20355
|
-
id: string;
|
|
20356
20355
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
20356
|
+
id: string;
|
|
20357
20357
|
agent: string;
|
|
20358
20358
|
fixture?: string | undefined;
|
|
20359
20359
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -20711,9 +20711,9 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20711
20711
|
variables: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
20712
20712
|
appliesToProfiles: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
20713
20713
|
}, "strict", z.ZodTypeAny, {
|
|
20714
|
+
kind: "status" | "message" | "summary" | "plan";
|
|
20714
20715
|
id: string;
|
|
20715
20716
|
variables: string[];
|
|
20716
|
-
kind: "status" | "message" | "summary" | "plan";
|
|
20717
20717
|
description: string;
|
|
20718
20718
|
revision: number;
|
|
20719
20719
|
title: string;
|
|
@@ -20721,8 +20721,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20721
20721
|
appliesToProfiles: string[];
|
|
20722
20722
|
outputSkeleton?: string | undefined;
|
|
20723
20723
|
}, {
|
|
20724
|
-
id: string;
|
|
20725
20724
|
kind: "status" | "message" | "summary" | "plan";
|
|
20725
|
+
id: string;
|
|
20726
20726
|
description: string;
|
|
20727
20727
|
revision: number;
|
|
20728
20728
|
title: string;
|