@rudderhq/shared 0.7.2-canary.0 → 0.7.3
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/computer-use.d.ts +325 -0
- package/dist/computer-use.d.ts.map +1 -0
- package/dist/computer-use.js +251 -0
- package/dist/computer-use.js.map +1 -0
- package/dist/computer-use.test.d.ts +2 -0
- package/dist/computer-use.test.d.ts.map +1 -0
- package/dist/computer-use.test.js +32 -0
- package/dist/computer-use.test.js.map +1 -0
- package/dist/config-schema.d.ts +7 -7
- package/dist/constants.d.ts +46 -128
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +66 -302
- package/dist/constants.js.map +1 -1
- package/dist/index.d.ts +12 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -5
- package/dist/index.js.map +1 -1
- package/dist/project-mentions.d.ts +7 -0
- package/dist/project-mentions.d.ts.map +1 -1
- package/dist/project-mentions.js +34 -0
- package/dist/project-mentions.js.map +1 -1
- package/dist/project-mentions.test.js +6 -1
- package/dist/project-mentions.test.js.map +1 -1
- package/dist/types/app-builder.d.ts +1 -1
- package/dist/types/app-builder.d.ts.map +1 -1
- package/dist/types/chat.d.ts +5 -1
- package/dist/types/chat.d.ts.map +1 -1
- package/dist/types/goal.d.ts +267 -1
- package/dist/types/goal.d.ts.map +1 -1
- package/dist/types/index.d.ts +3 -3
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/instance.d.ts +3 -0
- package/dist/types/instance.d.ts.map +1 -1
- package/dist/types/issue.d.ts +1 -0
- package/dist/types/issue.d.ts.map +1 -1
- package/dist/types/mcp.d.ts +7 -2
- package/dist/types/mcp.d.ts.map +1 -1
- package/dist/types/organization-skill.d.ts +1 -0
- package/dist/types/organization-skill.d.ts.map +1 -1
- package/dist/types/plugin-v1.d.ts +158 -0
- package/dist/types/plugin-v1.d.ts.map +1 -0
- package/dist/types/plugin-v1.js +2 -0
- package/dist/types/plugin-v1.js.map +1 -0
- package/dist/validators/access.d.ts +3 -3
- package/dist/validators/adapter-skills.d.ts +12 -12
- package/dist/validators/agent-issue-creation.d.ts +29 -0
- package/dist/validators/agent-issue-creation.d.ts.map +1 -0
- package/dist/validators/agent-issue-creation.js +13 -0
- package/dist/validators/agent-issue-creation.js.map +1 -0
- package/dist/validators/agent-issue-creation.test.d.ts +2 -0
- package/dist/validators/agent-issue-creation.test.d.ts.map +1 -0
- package/dist/validators/agent-issue-creation.test.js +64 -0
- package/dist/validators/agent-issue-creation.test.js.map +1 -0
- package/dist/validators/agent.d.ts +11 -11
- package/dist/validators/app-builder.d.ts +15 -15
- package/dist/validators/app-builder.d.ts.map +1 -1
- package/dist/validators/app-builder.js +13 -3
- package/dist/validators/app-builder.js.map +1 -1
- package/dist/validators/app-builder.test.js +25 -1
- package/dist/validators/app-builder.test.js.map +1 -1
- package/dist/validators/approval.d.ts +3 -3
- package/dist/validators/budget.d.ts +7 -7
- package/dist/validators/calendar.d.ts +11 -11
- package/dist/validators/chat.d.ts +18 -18
- package/dist/validators/cost.d.ts +4 -4
- package/dist/validators/finance.d.ts +13 -13
- package/dist/validators/goal.d.ts +1015 -20
- package/dist/validators/goal.d.ts.map +1 -1
- package/dist/validators/goal.js +182 -5
- package/dist/validators/goal.js.map +1 -1
- package/dist/validators/index.d.ts +3 -2
- package/dist/validators/index.d.ts.map +1 -1
- package/dist/validators/index.js +3 -2
- package/dist/validators/index.js.map +1 -1
- package/dist/validators/instance.d.ts +18 -0
- package/dist/validators/instance.d.ts.map +1 -1
- package/dist/validators/instance.js +3 -0
- package/dist/validators/instance.js.map +1 -1
- package/dist/validators/instance.test.js +2 -0
- package/dist/validators/instance.test.js.map +1 -1
- package/dist/validators/issue.d.ts +15 -2
- package/dist/validators/issue.d.ts.map +1 -1
- package/dist/validators/issue.js +3 -0
- package/dist/validators/issue.js.map +1 -1
- package/dist/validators/issue.test.d.ts +2 -0
- package/dist/validators/issue.test.d.ts.map +1 -0
- package/dist/validators/issue.test.js +15 -0
- package/dist/validators/issue.test.js.map +1 -0
- package/dist/validators/mcp.d.ts +243 -55
- package/dist/validators/mcp.d.ts.map +1 -1
- package/dist/validators/mcp.js +57 -4
- package/dist/validators/mcp.js.map +1 -1
- package/dist/validators/mcp.test.js +78 -58
- package/dist/validators/mcp.test.js.map +1 -1
- package/dist/validators/organization-intelligence-profile.d.ts +3 -3
- package/dist/validators/organization-portability.d.ts +82 -82
- package/dist/validators/organization-skill.d.ts +60 -60
- package/dist/validators/plugin-v1.d.ts +183 -0
- package/dist/validators/plugin-v1.d.ts.map +1 -0
- package/dist/validators/plugin-v1.js +47 -0
- package/dist/validators/plugin-v1.js.map +1 -0
- package/dist/validators/project.d.ts +20 -20
- package/dist/validators/resource.d.ts +8 -8
- package/dist/validators/secret.d.ts +2 -2
- package/dist/validators/work-product.d.ts +8 -8
- package/package.json +10 -1
- package/dist/types/plugin.d.ts +0 -419
- package/dist/types/plugin.d.ts.map +0 -1
- package/dist/types/plugin.js +0 -2
- package/dist/types/plugin.js.map +0 -1
- package/dist/validators/plugin.d.ts +0 -1173
- package/dist/validators/plugin.d.ts.map +0 -1
- package/dist/validators/plugin.js +0 -547
- package/dist/validators/plugin.js.map +0 -1
|
@@ -43,14 +43,14 @@ export declare const organizationSkillSchema: z.ZodObject<{
|
|
|
43
43
|
markdown: string;
|
|
44
44
|
id: string;
|
|
45
45
|
updatedAt: Date;
|
|
46
|
+
key: string;
|
|
46
47
|
name: string;
|
|
47
48
|
orgId: string;
|
|
48
49
|
slug: string;
|
|
49
50
|
description: string | null;
|
|
50
51
|
createdAt: Date;
|
|
51
52
|
metadata: Record<string, unknown> | null;
|
|
52
|
-
|
|
53
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
53
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
54
54
|
sourceLocator: string | null;
|
|
55
55
|
sourceRef: string | null;
|
|
56
56
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -63,14 +63,14 @@ export declare const organizationSkillSchema: z.ZodObject<{
|
|
|
63
63
|
markdown: string;
|
|
64
64
|
id: string;
|
|
65
65
|
updatedAt: Date;
|
|
66
|
+
key: string;
|
|
66
67
|
name: string;
|
|
67
68
|
orgId: string;
|
|
68
69
|
slug: string;
|
|
69
70
|
description: string | null;
|
|
70
71
|
createdAt: Date;
|
|
71
72
|
metadata: Record<string, unknown> | null;
|
|
72
|
-
|
|
73
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
73
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
74
74
|
sourceLocator: string | null;
|
|
75
75
|
sourceRef: string | null;
|
|
76
76
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -118,16 +118,16 @@ export declare const organizationSkillListItemSchema: z.ZodObject<{
|
|
|
118
118
|
markdown: string;
|
|
119
119
|
id: string;
|
|
120
120
|
updatedAt: Date;
|
|
121
|
+
key: string;
|
|
121
122
|
name: string;
|
|
122
123
|
orgId: string;
|
|
123
124
|
slug: string;
|
|
124
125
|
description: string | null;
|
|
125
126
|
createdAt: Date;
|
|
126
127
|
metadata: Record<string, unknown> | null;
|
|
127
|
-
key: string;
|
|
128
128
|
sourcePath: string | null;
|
|
129
129
|
workspaceEditPath: string | null;
|
|
130
|
-
sourceType: "url" | "
|
|
130
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
131
131
|
sourceLocator: string | null;
|
|
132
132
|
sourceRef: string | null;
|
|
133
133
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -140,21 +140,21 @@ export declare const organizationSkillListItemSchema: z.ZodObject<{
|
|
|
140
140
|
editable: boolean;
|
|
141
141
|
editableReason: string | null;
|
|
142
142
|
sourceLabel: string | null;
|
|
143
|
-
sourceBadge: "url" | "
|
|
143
|
+
sourceBadge: "url" | "github" | "rudder" | "catalog" | "skills_sh" | "community" | "local";
|
|
144
144
|
}, {
|
|
145
145
|
markdown: string;
|
|
146
146
|
id: string;
|
|
147
147
|
updatedAt: Date;
|
|
148
|
+
key: string;
|
|
148
149
|
name: string;
|
|
149
150
|
orgId: string;
|
|
150
151
|
slug: string;
|
|
151
152
|
description: string | null;
|
|
152
153
|
createdAt: Date;
|
|
153
154
|
metadata: Record<string, unknown> | null;
|
|
154
|
-
key: string;
|
|
155
155
|
sourcePath: string | null;
|
|
156
156
|
workspaceEditPath: string | null;
|
|
157
|
-
sourceType: "url" | "
|
|
157
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
158
158
|
sourceLocator: string | null;
|
|
159
159
|
sourceRef: string | null;
|
|
160
160
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -163,7 +163,7 @@ export declare const organizationSkillListItemSchema: z.ZodObject<{
|
|
|
163
163
|
editable: boolean;
|
|
164
164
|
editableReason: string | null;
|
|
165
165
|
sourceLabel: string | null;
|
|
166
|
-
sourceBadge: "url" | "
|
|
166
|
+
sourceBadge: "url" | "github" | "rudder" | "catalog" | "skills_sh" | "community" | "local";
|
|
167
167
|
fileInventory?: {
|
|
168
168
|
path: string;
|
|
169
169
|
kind: "reference" | "markdown" | "skill" | "other" | "script" | "asset";
|
|
@@ -251,16 +251,16 @@ export declare const organizationSkillDetailSchema: z.ZodObject<{
|
|
|
251
251
|
markdown: string;
|
|
252
252
|
id: string;
|
|
253
253
|
updatedAt: Date;
|
|
254
|
+
key: string;
|
|
254
255
|
name: string;
|
|
255
256
|
orgId: string;
|
|
256
257
|
slug: string;
|
|
257
258
|
description: string | null;
|
|
258
259
|
createdAt: Date;
|
|
259
260
|
metadata: Record<string, unknown> | null;
|
|
260
|
-
key: string;
|
|
261
261
|
sourcePath: string | null;
|
|
262
262
|
workspaceEditPath: string | null;
|
|
263
|
-
sourceType: "url" | "
|
|
263
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
264
264
|
sourceLocator: string | null;
|
|
265
265
|
sourceRef: string | null;
|
|
266
266
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -273,7 +273,7 @@ export declare const organizationSkillDetailSchema: z.ZodObject<{
|
|
|
273
273
|
editable: boolean;
|
|
274
274
|
editableReason: string | null;
|
|
275
275
|
sourceLabel: string | null;
|
|
276
|
-
sourceBadge: "url" | "
|
|
276
|
+
sourceBadge: "url" | "github" | "rudder" | "catalog" | "skills_sh" | "community" | "local";
|
|
277
277
|
usedByAgents: {
|
|
278
278
|
id: string;
|
|
279
279
|
name: string;
|
|
@@ -286,16 +286,16 @@ export declare const organizationSkillDetailSchema: z.ZodObject<{
|
|
|
286
286
|
markdown: string;
|
|
287
287
|
id: string;
|
|
288
288
|
updatedAt: Date;
|
|
289
|
+
key: string;
|
|
289
290
|
name: string;
|
|
290
291
|
orgId: string;
|
|
291
292
|
slug: string;
|
|
292
293
|
description: string | null;
|
|
293
294
|
createdAt: Date;
|
|
294
295
|
metadata: Record<string, unknown> | null;
|
|
295
|
-
key: string;
|
|
296
296
|
sourcePath: string | null;
|
|
297
297
|
workspaceEditPath: string | null;
|
|
298
|
-
sourceType: "url" | "
|
|
298
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
299
299
|
sourceLocator: string | null;
|
|
300
300
|
sourceRef: string | null;
|
|
301
301
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -304,7 +304,7 @@ export declare const organizationSkillDetailSchema: z.ZodObject<{
|
|
|
304
304
|
editable: boolean;
|
|
305
305
|
editableReason: string | null;
|
|
306
306
|
sourceLabel: string | null;
|
|
307
|
-
sourceBadge: "url" | "
|
|
307
|
+
sourceBadge: "url" | "github" | "rudder" | "catalog" | "skills_sh" | "community" | "local";
|
|
308
308
|
fileInventory?: {
|
|
309
309
|
path: string;
|
|
310
310
|
kind: "reference" | "markdown" | "skill" | "other" | "script" | "asset";
|
|
@@ -395,8 +395,8 @@ export declare const organizationSkillProjectScanConflictSchema: z.ZodObject<{
|
|
|
395
395
|
reason: string;
|
|
396
396
|
projectId: string;
|
|
397
397
|
path: string;
|
|
398
|
-
slug: string;
|
|
399
398
|
key: string;
|
|
399
|
+
slug: string;
|
|
400
400
|
projectName: string;
|
|
401
401
|
workspaceId: string;
|
|
402
402
|
workspaceName: string;
|
|
@@ -407,8 +407,8 @@ export declare const organizationSkillProjectScanConflictSchema: z.ZodObject<{
|
|
|
407
407
|
reason: string;
|
|
408
408
|
projectId: string;
|
|
409
409
|
path: string;
|
|
410
|
-
slug: string;
|
|
411
410
|
key: string;
|
|
411
|
+
slug: string;
|
|
412
412
|
projectName: string;
|
|
413
413
|
workspaceId: string;
|
|
414
414
|
workspaceName: string;
|
|
@@ -450,14 +450,14 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
450
450
|
markdown: string;
|
|
451
451
|
id: string;
|
|
452
452
|
updatedAt: Date;
|
|
453
|
+
key: string;
|
|
453
454
|
name: string;
|
|
454
455
|
orgId: string;
|
|
455
456
|
slug: string;
|
|
456
457
|
description: string | null;
|
|
457
458
|
createdAt: Date;
|
|
458
459
|
metadata: Record<string, unknown> | null;
|
|
459
|
-
|
|
460
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
460
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
461
461
|
sourceLocator: string | null;
|
|
462
462
|
sourceRef: string | null;
|
|
463
463
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -470,14 +470,14 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
470
470
|
markdown: string;
|
|
471
471
|
id: string;
|
|
472
472
|
updatedAt: Date;
|
|
473
|
+
key: string;
|
|
473
474
|
name: string;
|
|
474
475
|
orgId: string;
|
|
475
476
|
slug: string;
|
|
476
477
|
description: string | null;
|
|
477
478
|
createdAt: Date;
|
|
478
479
|
metadata: Record<string, unknown> | null;
|
|
479
|
-
|
|
480
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
480
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
481
481
|
sourceLocator: string | null;
|
|
482
482
|
sourceRef: string | null;
|
|
483
483
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -517,14 +517,14 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
517
517
|
markdown: string;
|
|
518
518
|
id: string;
|
|
519
519
|
updatedAt: Date;
|
|
520
|
+
key: string;
|
|
520
521
|
name: string;
|
|
521
522
|
orgId: string;
|
|
522
523
|
slug: string;
|
|
523
524
|
description: string | null;
|
|
524
525
|
createdAt: Date;
|
|
525
526
|
metadata: Record<string, unknown> | null;
|
|
526
|
-
|
|
527
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
527
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
528
528
|
sourceLocator: string | null;
|
|
529
529
|
sourceRef: string | null;
|
|
530
530
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -537,14 +537,14 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
537
537
|
markdown: string;
|
|
538
538
|
id: string;
|
|
539
539
|
updatedAt: Date;
|
|
540
|
+
key: string;
|
|
540
541
|
name: string;
|
|
541
542
|
orgId: string;
|
|
542
543
|
slug: string;
|
|
543
544
|
description: string | null;
|
|
544
545
|
createdAt: Date;
|
|
545
546
|
metadata: Record<string, unknown> | null;
|
|
546
|
-
|
|
547
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
547
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
548
548
|
sourceLocator: string | null;
|
|
549
549
|
sourceRef: string | null;
|
|
550
550
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -592,8 +592,8 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
592
592
|
reason: string;
|
|
593
593
|
projectId: string;
|
|
594
594
|
path: string;
|
|
595
|
-
slug: string;
|
|
596
595
|
key: string;
|
|
596
|
+
slug: string;
|
|
597
597
|
projectName: string;
|
|
598
598
|
workspaceId: string;
|
|
599
599
|
workspaceName: string;
|
|
@@ -604,8 +604,8 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
604
604
|
reason: string;
|
|
605
605
|
projectId: string;
|
|
606
606
|
path: string;
|
|
607
|
-
slug: string;
|
|
608
607
|
key: string;
|
|
608
|
+
slug: string;
|
|
609
609
|
projectName: string;
|
|
610
610
|
workspaceId: string;
|
|
611
611
|
workspaceName: string;
|
|
@@ -619,14 +619,14 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
619
619
|
markdown: string;
|
|
620
620
|
id: string;
|
|
621
621
|
updatedAt: Date;
|
|
622
|
+
key: string;
|
|
622
623
|
name: string;
|
|
623
624
|
orgId: string;
|
|
624
625
|
slug: string;
|
|
625
626
|
description: string | null;
|
|
626
627
|
createdAt: Date;
|
|
627
628
|
metadata: Record<string, unknown> | null;
|
|
628
|
-
|
|
629
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
629
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
630
630
|
sourceLocator: string | null;
|
|
631
631
|
sourceRef: string | null;
|
|
632
632
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -648,14 +648,14 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
648
648
|
markdown: string;
|
|
649
649
|
id: string;
|
|
650
650
|
updatedAt: Date;
|
|
651
|
+
key: string;
|
|
651
652
|
name: string;
|
|
652
653
|
orgId: string;
|
|
653
654
|
slug: string;
|
|
654
655
|
description: string | null;
|
|
655
656
|
createdAt: Date;
|
|
656
657
|
metadata: Record<string, unknown> | null;
|
|
657
|
-
|
|
658
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
658
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
659
659
|
sourceLocator: string | null;
|
|
660
660
|
sourceRef: string | null;
|
|
661
661
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -673,8 +673,8 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
673
673
|
reason: string;
|
|
674
674
|
projectId: string;
|
|
675
675
|
path: string;
|
|
676
|
-
slug: string;
|
|
677
676
|
key: string;
|
|
677
|
+
slug: string;
|
|
678
678
|
projectName: string;
|
|
679
679
|
workspaceId: string;
|
|
680
680
|
workspaceName: string;
|
|
@@ -687,14 +687,14 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
687
687
|
markdown: string;
|
|
688
688
|
id: string;
|
|
689
689
|
updatedAt: Date;
|
|
690
|
+
key: string;
|
|
690
691
|
name: string;
|
|
691
692
|
orgId: string;
|
|
692
693
|
slug: string;
|
|
693
694
|
description: string | null;
|
|
694
695
|
createdAt: Date;
|
|
695
696
|
metadata: Record<string, unknown> | null;
|
|
696
|
-
|
|
697
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
697
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
698
698
|
sourceLocator: string | null;
|
|
699
699
|
sourceRef: string | null;
|
|
700
700
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -716,14 +716,14 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
716
716
|
markdown: string;
|
|
717
717
|
id: string;
|
|
718
718
|
updatedAt: Date;
|
|
719
|
+
key: string;
|
|
719
720
|
name: string;
|
|
720
721
|
orgId: string;
|
|
721
722
|
slug: string;
|
|
722
723
|
description: string | null;
|
|
723
724
|
createdAt: Date;
|
|
724
725
|
metadata: Record<string, unknown> | null;
|
|
725
|
-
|
|
726
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
726
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
727
727
|
sourceLocator: string | null;
|
|
728
728
|
sourceRef: string | null;
|
|
729
729
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -741,8 +741,8 @@ export declare const organizationSkillProjectScanResultSchema: z.ZodObject<{
|
|
|
741
741
|
reason: string;
|
|
742
742
|
projectId: string;
|
|
743
743
|
path: string;
|
|
744
|
-
slug: string;
|
|
745
744
|
key: string;
|
|
745
|
+
slug: string;
|
|
746
746
|
projectName: string;
|
|
747
747
|
workspaceId: string;
|
|
748
748
|
workspaceName: string;
|
|
@@ -783,8 +783,8 @@ export declare const organizationSkillLocalScanConflictSchema: z.ZodObject<{
|
|
|
783
783
|
}, "strip", z.ZodTypeAny, {
|
|
784
784
|
reason: string;
|
|
785
785
|
path: string;
|
|
786
|
-
slug: string;
|
|
787
786
|
key: string;
|
|
787
|
+
slug: string;
|
|
788
788
|
existingSkillId: string;
|
|
789
789
|
existingSkillKey: string;
|
|
790
790
|
existingSourceLocator: string | null;
|
|
@@ -792,8 +792,8 @@ export declare const organizationSkillLocalScanConflictSchema: z.ZodObject<{
|
|
|
792
792
|
}, {
|
|
793
793
|
reason: string;
|
|
794
794
|
path: string;
|
|
795
|
-
slug: string;
|
|
796
795
|
key: string;
|
|
796
|
+
slug: string;
|
|
797
797
|
existingSkillId: string;
|
|
798
798
|
existingSkillKey: string;
|
|
799
799
|
existingSourceLocator: string | null;
|
|
@@ -832,14 +832,14 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
832
832
|
markdown: string;
|
|
833
833
|
id: string;
|
|
834
834
|
updatedAt: Date;
|
|
835
|
+
key: string;
|
|
835
836
|
name: string;
|
|
836
837
|
orgId: string;
|
|
837
838
|
slug: string;
|
|
838
839
|
description: string | null;
|
|
839
840
|
createdAt: Date;
|
|
840
841
|
metadata: Record<string, unknown> | null;
|
|
841
|
-
|
|
842
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
842
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
843
843
|
sourceLocator: string | null;
|
|
844
844
|
sourceRef: string | null;
|
|
845
845
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -852,14 +852,14 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
852
852
|
markdown: string;
|
|
853
853
|
id: string;
|
|
854
854
|
updatedAt: Date;
|
|
855
|
+
key: string;
|
|
855
856
|
name: string;
|
|
856
857
|
orgId: string;
|
|
857
858
|
slug: string;
|
|
858
859
|
description: string | null;
|
|
859
860
|
createdAt: Date;
|
|
860
861
|
metadata: Record<string, unknown> | null;
|
|
861
|
-
|
|
862
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
862
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
863
863
|
sourceLocator: string | null;
|
|
864
864
|
sourceRef: string | null;
|
|
865
865
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -899,14 +899,14 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
899
899
|
markdown: string;
|
|
900
900
|
id: string;
|
|
901
901
|
updatedAt: Date;
|
|
902
|
+
key: string;
|
|
902
903
|
name: string;
|
|
903
904
|
orgId: string;
|
|
904
905
|
slug: string;
|
|
905
906
|
description: string | null;
|
|
906
907
|
createdAt: Date;
|
|
907
908
|
metadata: Record<string, unknown> | null;
|
|
908
|
-
|
|
909
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
909
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
910
910
|
sourceLocator: string | null;
|
|
911
911
|
sourceRef: string | null;
|
|
912
912
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -919,14 +919,14 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
919
919
|
markdown: string;
|
|
920
920
|
id: string;
|
|
921
921
|
updatedAt: Date;
|
|
922
|
+
key: string;
|
|
922
923
|
name: string;
|
|
923
924
|
orgId: string;
|
|
924
925
|
slug: string;
|
|
925
926
|
description: string | null;
|
|
926
927
|
createdAt: Date;
|
|
927
928
|
metadata: Record<string, unknown> | null;
|
|
928
|
-
|
|
929
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
929
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
930
930
|
sourceLocator: string | null;
|
|
931
931
|
sourceRef: string | null;
|
|
932
932
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -961,8 +961,8 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
961
961
|
}, "strip", z.ZodTypeAny, {
|
|
962
962
|
reason: string;
|
|
963
963
|
path: string;
|
|
964
|
-
slug: string;
|
|
965
964
|
key: string;
|
|
965
|
+
slug: string;
|
|
966
966
|
existingSkillId: string;
|
|
967
967
|
existingSkillKey: string;
|
|
968
968
|
existingSourceLocator: string | null;
|
|
@@ -970,8 +970,8 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
970
970
|
}, {
|
|
971
971
|
reason: string;
|
|
972
972
|
path: string;
|
|
973
|
-
slug: string;
|
|
974
973
|
key: string;
|
|
974
|
+
slug: string;
|
|
975
975
|
existingSkillId: string;
|
|
976
976
|
existingSkillKey: string;
|
|
977
977
|
existingSourceLocator: string | null;
|
|
@@ -983,14 +983,14 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
983
983
|
markdown: string;
|
|
984
984
|
id: string;
|
|
985
985
|
updatedAt: Date;
|
|
986
|
+
key: string;
|
|
986
987
|
name: string;
|
|
987
988
|
orgId: string;
|
|
988
989
|
slug: string;
|
|
989
990
|
description: string | null;
|
|
990
991
|
createdAt: Date;
|
|
991
992
|
metadata: Record<string, unknown> | null;
|
|
992
|
-
|
|
993
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
993
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
994
994
|
sourceLocator: string | null;
|
|
995
995
|
sourceRef: string | null;
|
|
996
996
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -1009,14 +1009,14 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
1009
1009
|
markdown: string;
|
|
1010
1010
|
id: string;
|
|
1011
1011
|
updatedAt: Date;
|
|
1012
|
+
key: string;
|
|
1012
1013
|
name: string;
|
|
1013
1014
|
orgId: string;
|
|
1014
1015
|
slug: string;
|
|
1015
1016
|
description: string | null;
|
|
1016
1017
|
createdAt: Date;
|
|
1017
1018
|
metadata: Record<string, unknown> | null;
|
|
1018
|
-
|
|
1019
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
1019
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
1020
1020
|
sourceLocator: string | null;
|
|
1021
1021
|
sourceRef: string | null;
|
|
1022
1022
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -1031,8 +1031,8 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
1031
1031
|
conflicts: {
|
|
1032
1032
|
reason: string;
|
|
1033
1033
|
path: string;
|
|
1034
|
-
slug: string;
|
|
1035
1034
|
key: string;
|
|
1035
|
+
slug: string;
|
|
1036
1036
|
existingSkillId: string;
|
|
1037
1037
|
existingSkillKey: string;
|
|
1038
1038
|
existingSourceLocator: string | null;
|
|
@@ -1044,14 +1044,14 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
1044
1044
|
markdown: string;
|
|
1045
1045
|
id: string;
|
|
1046
1046
|
updatedAt: Date;
|
|
1047
|
+
key: string;
|
|
1047
1048
|
name: string;
|
|
1048
1049
|
orgId: string;
|
|
1049
1050
|
slug: string;
|
|
1050
1051
|
description: string | null;
|
|
1051
1052
|
createdAt: Date;
|
|
1052
1053
|
metadata: Record<string, unknown> | null;
|
|
1053
|
-
|
|
1054
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
1054
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
1055
1055
|
sourceLocator: string | null;
|
|
1056
1056
|
sourceRef: string | null;
|
|
1057
1057
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -1070,14 +1070,14 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
1070
1070
|
markdown: string;
|
|
1071
1071
|
id: string;
|
|
1072
1072
|
updatedAt: Date;
|
|
1073
|
+
key: string;
|
|
1073
1074
|
name: string;
|
|
1074
1075
|
orgId: string;
|
|
1075
1076
|
slug: string;
|
|
1076
1077
|
description: string | null;
|
|
1077
1078
|
createdAt: Date;
|
|
1078
1079
|
metadata: Record<string, unknown> | null;
|
|
1079
|
-
|
|
1080
|
-
sourceType: "url" | "local_path" | "github" | "catalog" | "skills_sh";
|
|
1080
|
+
sourceType: "url" | "github" | "local_path" | "catalog" | "skills_sh";
|
|
1081
1081
|
sourceLocator: string | null;
|
|
1082
1082
|
sourceRef: string | null;
|
|
1083
1083
|
trustLevel: "markdown_only" | "assets" | "scripts_executables";
|
|
@@ -1092,8 +1092,8 @@ export declare const organizationSkillLocalScanResultSchema: z.ZodObject<{
|
|
|
1092
1092
|
conflicts: {
|
|
1093
1093
|
reason: string;
|
|
1094
1094
|
path: string;
|
|
1095
|
-
slug: string;
|
|
1096
1095
|
key: string;
|
|
1096
|
+
slug: string;
|
|
1097
1097
|
existingSkillId: string;
|
|
1098
1098
|
existingSkillKey: string;
|
|
1099
1099
|
existingSourceLocator: string | null;
|