@vemdev/cli 0.1.54 → 0.1.55
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/{chunk-PPAFJ3LP.js → chunk-SOAUDPRS.js} +3 -1
- package/dist/{chunk-PPAFJ3LP.js.map → chunk-SOAUDPRS.js.map} +1 -1
- package/dist/{dist-2IBAWS6G.js → dist-27CAVU4D.js} +2 -2
- package/dist/index.js +148 -136
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{dist-2IBAWS6G.js.map → dist-27CAVU4D.js.map} +0 -0
|
@@ -13957,6 +13957,8 @@ var TaskSchema = external_exports.object({
|
|
|
13957
13957
|
due_at: external_exports.string().datetime().optional(),
|
|
13958
13958
|
github_issue_number: external_exports.number().optional(),
|
|
13959
13959
|
deleted_at: external_exports.string().datetime().optional(),
|
|
13960
|
+
// Cloud UUID — persisted locally once known, eliminates future external_id lookups
|
|
13961
|
+
db_id: external_exports.string().uuid().optional(),
|
|
13960
13962
|
// Context-Flow fields
|
|
13961
13963
|
cycle_id: external_exports.string().optional(),
|
|
13962
13964
|
impact_score: external_exports.number().min(0).max(100).optional(),
|
|
@@ -17366,4 +17368,4 @@ export {
|
|
|
17366
17368
|
WebhookService,
|
|
17367
17369
|
WorkflowGuideService
|
|
17368
17370
|
};
|
|
17369
|
-
//# sourceMappingURL=chunk-
|
|
17371
|
+
//# sourceMappingURL=chunk-SOAUDPRS.js.map
|