@camstack/types 1.2.131 → 1.2.132

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.
@@ -33,11 +33,10 @@ export type StorageLocationType = z.infer<typeof StorageLocationTypeSchema>;
33
33
  * The default location for a type uses `id === <type>:default` by
34
34
  * convention (the bare type ref like `'backups'` resolves to it).
35
35
  *
36
- * `isSystem: true` marks a location as orchestrator-seeded and
37
- * undeletable. The bootstrap-installed defaults (one per type) carry
38
- * this flag; operator-added locations don't. Editing the config of
39
- * a system location is allowed (path migration, provider swap) but
40
- * deleting it is rejected at the cap level.
36
+ * `isSystem` is a legacy persisted flag. Seed still creates the initial
37
+ * `<type>:default` locations; the flag is no longer a lock, a badge, or a
38
+ * prune selector. New writes leave it false. Deletion is gated on uniqueness
39
+ * / last-enabled, not on this bit.
41
40
  */
42
41
  export declare const StorageLocationSchema: z.ZodObject<{
43
42
  id: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/types",
3
- "version": "1.2.131",
3
+ "version": "1.2.132",
4
4
  "description": "Shared types, interfaces, and model catalogs for the CamStack detection ecosystem",
5
5
  "keywords": [
6
6
  "camstack",