@treeseed/sdk 0.13.0-rc.66 → 0.13.0-rc.67

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.
@@ -1 +1 @@
1
- {"completedAt":"2026-09-01T00:39:39.233Z"}
1
+ {"completedAt":"2026-09-01T06:11:25.862Z"}
@@ -1885,21 +1885,36 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
1885
1885
  id: string;
1886
1886
  required: boolean;
1887
1887
  }>, "many">>;
1888
- files: z.ZodDefault<z.ZodArray<z.ZodObject<{
1888
+ files: z.ZodDefault<z.ZodArray<z.ZodEffects<z.ZodObject<{
1889
1889
  id: z.ZodString;
1890
1890
  path: z.ZodString;
1891
1891
  required: z.ZodBoolean;
1892
1892
  sensitive: z.ZodDefault<z.ZodBoolean>;
1893
+ default: z.ZodOptional<z.ZodString>;
1893
1894
  }, "strict", z.ZodTypeAny, {
1894
1895
  path: string;
1895
1896
  id: string;
1896
1897
  required: boolean;
1897
1898
  sensitive: boolean;
1899
+ default?: string | undefined;
1898
1900
  }, {
1899
1901
  path: string;
1900
1902
  id: string;
1901
1903
  required: boolean;
1902
1904
  sensitive?: boolean | undefined;
1905
+ default?: string | undefined;
1906
+ }>, {
1907
+ path: string;
1908
+ id: string;
1909
+ required: boolean;
1910
+ sensitive: boolean;
1911
+ default?: string | undefined;
1912
+ }, {
1913
+ path: string;
1914
+ id: string;
1915
+ required: boolean;
1916
+ sensitive?: boolean | undefined;
1917
+ default?: string | undefined;
1903
1918
  }>, "many">>;
1904
1919
  }, "strict", z.ZodTypeAny, {
1905
1920
  environment: {
@@ -1922,6 +1937,7 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
1922
1937
  id: string;
1923
1938
  required: boolean;
1924
1939
  sensitive: boolean;
1940
+ default?: string | undefined;
1925
1941
  }[];
1926
1942
  }, {
1927
1943
  environment?: {
@@ -1944,6 +1960,7 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
1944
1960
  id: string;
1945
1961
  required: boolean;
1946
1962
  sensitive?: boolean | undefined;
1963
+ default?: string | undefined;
1947
1964
  }[] | undefined;
1948
1965
  }>>, {
1949
1966
  environment: {
@@ -1966,6 +1983,7 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
1966
1983
  id: string;
1967
1984
  required: boolean;
1968
1985
  sensitive: boolean;
1986
+ default?: string | undefined;
1969
1987
  }[];
1970
1988
  }, {
1971
1989
  environment?: {
@@ -1988,6 +2006,7 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
1988
2006
  id: string;
1989
2007
  required: boolean;
1990
2008
  sensitive?: boolean | undefined;
2009
+ default?: string | undefined;
1991
2010
  }[] | undefined;
1992
2011
  } | undefined>;
1993
2012
  services: z.ZodArray<z.ZodObject<{
@@ -2264,6 +2283,7 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
2264
2283
  id: string;
2265
2284
  required: boolean;
2266
2285
  sensitive: boolean;
2286
+ default?: string | undefined;
2267
2287
  }[];
2268
2288
  };
2269
2289
  services: {
@@ -2382,6 +2402,7 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
2382
2402
  id: string;
2383
2403
  required: boolean;
2384
2404
  sensitive?: boolean | undefined;
2405
+ default?: string | undefined;
2385
2406
  }[] | undefined;
2386
2407
  } | undefined;
2387
2408
  modeControl?: {
@@ -2440,6 +2461,7 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
2440
2461
  id: string;
2441
2462
  required: boolean;
2442
2463
  sensitive: boolean;
2464
+ default?: string | undefined;
2443
2465
  }[];
2444
2466
  };
2445
2467
  services: {
@@ -2558,6 +2580,7 @@ export declare const packageRuntimeSchema: z.ZodEffects<z.ZodObject<{
2558
2580
  id: string;
2559
2581
  required: boolean;
2560
2582
  sensitive?: boolean | undefined;
2583
+ default?: string | undefined;
2561
2584
  }[] | undefined;
2562
2585
  } | undefined;
2563
2586
  modeControl?: {
@@ -2726,21 +2749,36 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
2726
2749
  id: string;
2727
2750
  required: boolean;
2728
2751
  }>, "many">>;
2729
- files: z.ZodDefault<z.ZodArray<z.ZodObject<{
2752
+ files: z.ZodDefault<z.ZodArray<z.ZodEffects<z.ZodObject<{
2730
2753
  id: z.ZodString;
2731
2754
  path: z.ZodString;
2732
2755
  required: z.ZodBoolean;
2733
2756
  sensitive: z.ZodDefault<z.ZodBoolean>;
2757
+ default: z.ZodOptional<z.ZodString>;
2734
2758
  }, "strict", z.ZodTypeAny, {
2735
2759
  path: string;
2736
2760
  id: string;
2737
2761
  required: boolean;
2738
2762
  sensitive: boolean;
2763
+ default?: string | undefined;
2764
+ }, {
2765
+ path: string;
2766
+ id: string;
2767
+ required: boolean;
2768
+ sensitive?: boolean | undefined;
2769
+ default?: string | undefined;
2770
+ }>, {
2771
+ path: string;
2772
+ id: string;
2773
+ required: boolean;
2774
+ sensitive: boolean;
2775
+ default?: string | undefined;
2739
2776
  }, {
2740
2777
  path: string;
2741
2778
  id: string;
2742
2779
  required: boolean;
2743
2780
  sensitive?: boolean | undefined;
2781
+ default?: string | undefined;
2744
2782
  }>, "many">>;
2745
2783
  }, "strict", z.ZodTypeAny, {
2746
2784
  environment: {
@@ -2763,6 +2801,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
2763
2801
  id: string;
2764
2802
  required: boolean;
2765
2803
  sensitive: boolean;
2804
+ default?: string | undefined;
2766
2805
  }[];
2767
2806
  }, {
2768
2807
  environment?: {
@@ -2785,6 +2824,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
2785
2824
  id: string;
2786
2825
  required: boolean;
2787
2826
  sensitive?: boolean | undefined;
2827
+ default?: string | undefined;
2788
2828
  }[] | undefined;
2789
2829
  }>>, {
2790
2830
  environment: {
@@ -2807,6 +2847,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
2807
2847
  id: string;
2808
2848
  required: boolean;
2809
2849
  sensitive: boolean;
2850
+ default?: string | undefined;
2810
2851
  }[];
2811
2852
  }, {
2812
2853
  environment?: {
@@ -2829,6 +2870,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
2829
2870
  id: string;
2830
2871
  required: boolean;
2831
2872
  sensitive?: boolean | undefined;
2873
+ default?: string | undefined;
2832
2874
  }[] | undefined;
2833
2875
  } | undefined>;
2834
2876
  services: z.ZodArray<z.ZodObject<{
@@ -3105,6 +3147,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
3105
3147
  id: string;
3106
3148
  required: boolean;
3107
3149
  sensitive: boolean;
3150
+ default?: string | undefined;
3108
3151
  }[];
3109
3152
  };
3110
3153
  services: {
@@ -3223,6 +3266,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
3223
3266
  id: string;
3224
3267
  required: boolean;
3225
3268
  sensitive?: boolean | undefined;
3269
+ default?: string | undefined;
3226
3270
  }[] | undefined;
3227
3271
  } | undefined;
3228
3272
  modeControl?: {
@@ -3281,6 +3325,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
3281
3325
  id: string;
3282
3326
  required: boolean;
3283
3327
  sensitive: boolean;
3328
+ default?: string | undefined;
3284
3329
  }[];
3285
3330
  };
3286
3331
  services: {
@@ -3399,6 +3444,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
3399
3444
  id: string;
3400
3445
  required: boolean;
3401
3446
  sensitive?: boolean | undefined;
3447
+ default?: string | undefined;
3402
3448
  }[] | undefined;
3403
3449
  } | undefined;
3404
3450
  modeControl?: {
@@ -3484,6 +3530,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
3484
3530
  id: string;
3485
3531
  required: boolean;
3486
3532
  sensitive: boolean;
3533
+ default?: string | undefined;
3487
3534
  }[];
3488
3535
  };
3489
3536
  services: {
@@ -3643,6 +3690,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
3643
3690
  id: string;
3644
3691
  required: boolean;
3645
3692
  sensitive?: boolean | undefined;
3693
+ default?: string | undefined;
3646
3694
  }[] | undefined;
3647
3695
  } | undefined;
3648
3696
  modeControl?: {
@@ -3742,6 +3790,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
3742
3790
  id: string;
3743
3791
  required: boolean;
3744
3792
  sensitive: boolean;
3793
+ default?: string | undefined;
3745
3794
  }[];
3746
3795
  };
3747
3796
  services: {
@@ -3901,6 +3950,7 @@ export declare const componentReleaseSchema: z.ZodEffects<z.ZodObject<{
3901
3950
  id: string;
3902
3951
  required: boolean;
3903
3952
  sensitive?: boolean | undefined;
3953
+ default?: string | undefined;
3904
3954
  }[] | undefined;
3905
3955
  } | undefined;
3906
3956
  modeControl?: {
@@ -4578,21 +4628,36 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
4578
4628
  id: string;
4579
4629
  required: boolean;
4580
4630
  }>, "many">>;
4581
- files: z.ZodDefault<z.ZodArray<z.ZodObject<{
4631
+ files: z.ZodDefault<z.ZodArray<z.ZodEffects<z.ZodObject<{
4582
4632
  id: z.ZodString;
4583
4633
  path: z.ZodString;
4584
4634
  required: z.ZodBoolean;
4585
4635
  sensitive: z.ZodDefault<z.ZodBoolean>;
4636
+ default: z.ZodOptional<z.ZodString>;
4586
4637
  }, "strict", z.ZodTypeAny, {
4587
4638
  path: string;
4588
4639
  id: string;
4589
4640
  required: boolean;
4590
4641
  sensitive: boolean;
4642
+ default?: string | undefined;
4643
+ }, {
4644
+ path: string;
4645
+ id: string;
4646
+ required: boolean;
4647
+ sensitive?: boolean | undefined;
4648
+ default?: string | undefined;
4649
+ }>, {
4650
+ path: string;
4651
+ id: string;
4652
+ required: boolean;
4653
+ sensitive: boolean;
4654
+ default?: string | undefined;
4591
4655
  }, {
4592
4656
  path: string;
4593
4657
  id: string;
4594
4658
  required: boolean;
4595
4659
  sensitive?: boolean | undefined;
4660
+ default?: string | undefined;
4596
4661
  }>, "many">>;
4597
4662
  }, "strict", z.ZodTypeAny, {
4598
4663
  environment: {
@@ -4615,6 +4680,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
4615
4680
  id: string;
4616
4681
  required: boolean;
4617
4682
  sensitive: boolean;
4683
+ default?: string | undefined;
4618
4684
  }[];
4619
4685
  }, {
4620
4686
  environment?: {
@@ -4637,6 +4703,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
4637
4703
  id: string;
4638
4704
  required: boolean;
4639
4705
  sensitive?: boolean | undefined;
4706
+ default?: string | undefined;
4640
4707
  }[] | undefined;
4641
4708
  }>>, {
4642
4709
  environment: {
@@ -4659,6 +4726,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
4659
4726
  id: string;
4660
4727
  required: boolean;
4661
4728
  sensitive: boolean;
4729
+ default?: string | undefined;
4662
4730
  }[];
4663
4731
  }, {
4664
4732
  environment?: {
@@ -4681,6 +4749,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
4681
4749
  id: string;
4682
4750
  required: boolean;
4683
4751
  sensitive?: boolean | undefined;
4752
+ default?: string | undefined;
4684
4753
  }[] | undefined;
4685
4754
  } | undefined>;
4686
4755
  services: z.ZodArray<z.ZodObject<{
@@ -4957,6 +5026,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
4957
5026
  id: string;
4958
5027
  required: boolean;
4959
5028
  sensitive: boolean;
5029
+ default?: string | undefined;
4960
5030
  }[];
4961
5031
  };
4962
5032
  services: {
@@ -5075,6 +5145,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
5075
5145
  id: string;
5076
5146
  required: boolean;
5077
5147
  sensitive?: boolean | undefined;
5148
+ default?: string | undefined;
5078
5149
  }[] | undefined;
5079
5150
  } | undefined;
5080
5151
  modeControl?: {
@@ -5133,6 +5204,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
5133
5204
  id: string;
5134
5205
  required: boolean;
5135
5206
  sensitive: boolean;
5207
+ default?: string | undefined;
5136
5208
  }[];
5137
5209
  };
5138
5210
  services: {
@@ -5251,6 +5323,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
5251
5323
  id: string;
5252
5324
  required: boolean;
5253
5325
  sensitive?: boolean | undefined;
5326
+ default?: string | undefined;
5254
5327
  }[] | undefined;
5255
5328
  } | undefined;
5256
5329
  modeControl?: {
@@ -5336,6 +5409,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
5336
5409
  id: string;
5337
5410
  required: boolean;
5338
5411
  sensitive: boolean;
5412
+ default?: string | undefined;
5339
5413
  }[];
5340
5414
  };
5341
5415
  services: {
@@ -5495,6 +5569,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
5495
5569
  id: string;
5496
5570
  required: boolean;
5497
5571
  sensitive?: boolean | undefined;
5572
+ default?: string | undefined;
5498
5573
  }[] | undefined;
5499
5574
  } | undefined;
5500
5575
  modeControl?: {
@@ -5594,6 +5669,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
5594
5669
  id: string;
5595
5670
  required: boolean;
5596
5671
  sensitive: boolean;
5672
+ default?: string | undefined;
5597
5673
  }[];
5598
5674
  };
5599
5675
  services: {
@@ -5753,6 +5829,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
5753
5829
  id: string;
5754
5830
  required: boolean;
5755
5831
  sensitive?: boolean | undefined;
5832
+ default?: string | undefined;
5756
5833
  }[] | undefined;
5757
5834
  } | undefined;
5758
5835
  modeControl?: {
@@ -5968,6 +6045,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
5968
6045
  id: string;
5969
6046
  required: boolean;
5970
6047
  sensitive: boolean;
6048
+ default?: string | undefined;
5971
6049
  }[];
5972
6050
  };
5973
6051
  services: {
@@ -6159,6 +6237,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
6159
6237
  id: string;
6160
6238
  required: boolean;
6161
6239
  sensitive?: boolean | undefined;
6240
+ default?: string | undefined;
6162
6241
  }[] | undefined;
6163
6242
  } | undefined;
6164
6243
  modeControl?: {
@@ -6290,6 +6369,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
6290
6369
  id: string;
6291
6370
  required: boolean;
6292
6371
  sensitive: boolean;
6372
+ default?: string | undefined;
6293
6373
  }[];
6294
6374
  };
6295
6375
  services: {
@@ -6481,6 +6561,7 @@ export declare const releaseCatalogSchema: z.ZodEffects<z.ZodObject<{
6481
6561
  id: string;
6482
6562
  required: boolean;
6483
6563
  sensitive?: boolean | undefined;
6564
+ default?: string | undefined;
6484
6565
  }[] | undefined;
6485
6566
  } | undefined;
6486
6567
  modeControl?: {
@@ -173,7 +173,15 @@ const componentRuntimeConfigurationSchema = z.object({
173
173
  })).default([]),
174
174
  secretEnvironment: z.array(z.object({ name: environmentName, required: z.boolean() }).strict()).default([]),
175
175
  secretFiles: z.array(z.object({ id: identifier, path: componentSecretPath, required: z.boolean() }).strict()).default([]),
176
- files: z.array(z.object({ id: identifier, path: componentConfigurationPath, required: z.boolean(), sensitive: z.boolean().default(false) }).strict()).default([])
176
+ files: z.array(z.object({
177
+ id: identifier,
178
+ path: componentConfigurationPath,
179
+ required: z.boolean(),
180
+ sensitive: z.boolean().default(false),
181
+ default: z.string().max(1048576).optional()
182
+ }).strict().superRefine((file, context) => {
183
+ if (file.sensitive && file.default !== void 0) context.addIssue({ code: z.ZodIssueCode.custom, path: ["default"], message: "Sensitive managed files cannot publish defaults." });
184
+ })).default([])
177
185
  }).strict().default({ environment: [], secretEnvironment: [], secretFiles: [], files: [] }).superRefine((configuration, context) => {
178
186
  const environment = configuration.environment.map(({ name }) => name);
179
187
  const secretEnvironment = configuration.secretEnvironment.map(({ name }) => name);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.13.0-rc.66",
3
+ "version": "0.13.0-rc.67",
4
4
  "description": "Portable TreeSeed contracts, standards, and typed remote control-plane clients.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {