kustodian 1.3.0 → 1.5.2

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.
Files changed (41) hide show
  1. package/dist/cli/bin.js +0 -2
  2. package/dist/cli/bin.js.map +1 -1
  3. package/dist/cli/commands/apply.d.ts.map +1 -1
  4. package/dist/cli/commands/apply.js +3 -84
  5. package/dist/cli/commands/apply.js.map +1 -1
  6. package/dist/cli/index.d.ts +0 -1
  7. package/dist/cli/index.d.ts.map +1 -1
  8. package/dist/cli/index.js +0 -1
  9. package/dist/cli/index.js.map +1 -1
  10. package/dist/cli/utils/cluster-secrets.d.ts +1 -15
  11. package/dist/cli/utils/cluster-secrets.d.ts.map +1 -1
  12. package/dist/cli/utils/cluster-secrets.js +0 -34
  13. package/dist/cli/utils/cluster-secrets.js.map +1 -1
  14. package/dist/generator/index.d.ts +0 -1
  15. package/dist/generator/index.d.ts.map +1 -1
  16. package/dist/generator/index.js +0 -1
  17. package/dist/generator/index.js.map +1 -1
  18. package/dist/generator/substitution.d.ts +0 -1
  19. package/dist/generator/substitution.d.ts.map +1 -1
  20. package/dist/generator/substitution.js +0 -1
  21. package/dist/generator/substitution.js.map +1 -1
  22. package/dist/schema/cluster.d.ts +0 -1374
  23. package/dist/schema/cluster.d.ts.map +1 -1
  24. package/dist/schema/cluster.js +0 -41
  25. package/dist/schema/cluster.js.map +1 -1
  26. package/dist/schema/common.d.ts +5 -167
  27. package/dist/schema/common.d.ts.map +1 -1
  28. package/dist/schema/common.js +5 -70
  29. package/dist/schema/common.js.map +1 -1
  30. package/dist/schema/sources.d.ts +8 -8
  31. package/dist/schema/template.d.ts +18 -381
  32. package/dist/schema/template.d.ts.map +1 -1
  33. package/package.json +1 -2
  34. package/dist/cli/commands/preview.d.ts +0 -5
  35. package/dist/cli/commands/preview.d.ts.map +0 -1
  36. package/dist/cli/commands/preview.js +0 -275
  37. package/dist/cli/commands/preview.js.map +0 -1
  38. package/dist/generator/external-substitutions.d.ts +0 -21
  39. package/dist/generator/external-substitutions.d.ts.map +0 -1
  40. package/dist/generator/external-substitutions.js +0 -49
  41. package/dist/generator/external-substitutions.js.map +0 -1
@@ -241,67 +241,6 @@ export declare const kustomization_schema: z.ZodObject<{
241
241
  secret?: string | undefined;
242
242
  preserve_case?: boolean | undefined;
243
243
  }>]>, z.ZodEffects<z.ZodObject<{
244
- type: z.ZodLiteral<"1password">;
245
- name: z.ZodString;
246
- ref: z.ZodOptional<z.ZodString>;
247
- item: z.ZodOptional<z.ZodString>;
248
- field: z.ZodOptional<z.ZodString>;
249
- section: z.ZodOptional<z.ZodString>;
250
- default: z.ZodOptional<z.ZodString>;
251
- }, "strip", z.ZodTypeAny, {
252
- name: string;
253
- type: "1password";
254
- default?: string | undefined;
255
- ref?: string | undefined;
256
- item?: string | undefined;
257
- field?: string | undefined;
258
- section?: string | undefined;
259
- }, {
260
- name: string;
261
- type: "1password";
262
- default?: string | undefined;
263
- ref?: string | undefined;
264
- item?: string | undefined;
265
- field?: string | undefined;
266
- section?: string | undefined;
267
- }>, {
268
- name: string;
269
- type: "1password";
270
- default?: string | undefined;
271
- ref?: string | undefined;
272
- item?: string | undefined;
273
- field?: string | undefined;
274
- section?: string | undefined;
275
- }, {
276
- name: string;
277
- type: "1password";
278
- default?: string | undefined;
279
- ref?: string | undefined;
280
- item?: string | undefined;
281
- field?: string | undefined;
282
- section?: string | undefined;
283
- }>, z.ZodObject<{
284
- type: z.ZodLiteral<"doppler">;
285
- name: z.ZodString;
286
- project: z.ZodOptional<z.ZodString>;
287
- config: z.ZodOptional<z.ZodString>;
288
- secret: z.ZodString;
289
- default: z.ZodOptional<z.ZodString>;
290
- }, "strip", z.ZodTypeAny, {
291
- name: string;
292
- type: "doppler";
293
- secret: string;
294
- default?: string | undefined;
295
- project?: string | undefined;
296
- config?: string | undefined;
297
- }, {
298
- name: string;
299
- type: "doppler";
300
- secret: string;
301
- default?: string | undefined;
302
- project?: string | undefined;
303
- config?: string | undefined;
304
- }>, z.ZodEffects<z.ZodObject<{
305
244
  type: z.ZodString;
306
245
  name: z.ZodString;
307
246
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -383,7 +322,6 @@ export declare const kustomization_schema: z.ZodObject<{
383
322
  type: string;
384
323
  provider: string;
385
324
  app_name: string;
386
- config?: Record<string, unknown> | undefined;
387
325
  app_display_name?: string | undefined;
388
326
  app_description?: string | undefined;
389
327
  app_icon?: string | undefined;
@@ -391,11 +329,11 @@ export declare const kustomization_schema: z.ZodObject<{
391
329
  app_launch_url?: string | undefined;
392
330
  external_host?: string | undefined;
393
331
  internal_host?: string | undefined;
332
+ config?: Record<string, unknown> | undefined;
394
333
  }, {
395
334
  type: string;
396
335
  provider: string;
397
336
  app_name: string;
398
- config?: Record<string, unknown> | undefined;
399
337
  app_display_name?: string | undefined;
400
338
  app_description?: string | undefined;
401
339
  app_icon?: string | undefined;
@@ -403,6 +341,7 @@ export declare const kustomization_schema: z.ZodObject<{
403
341
  app_launch_url?: string | undefined;
404
342
  external_host?: string | undefined;
405
343
  internal_host?: string | undefined;
344
+ config?: Record<string, unknown> | undefined;
406
345
  }>>;
407
346
  }, "strip", z.ZodTypeAny, {
408
347
  name: string;
@@ -452,21 +391,6 @@ export declare const kustomization_schema: z.ZodObject<{
452
391
  name: string;
453
392
  type: "namespace";
454
393
  default?: string | undefined;
455
- } | {
456
- name: string;
457
- type: "1password";
458
- default?: string | undefined;
459
- ref?: string | undefined;
460
- item?: string | undefined;
461
- field?: string | undefined;
462
- section?: string | undefined;
463
- } | {
464
- name: string;
465
- type: "doppler";
466
- secret: string;
467
- default?: string | undefined;
468
- project?: string | undefined;
469
- config?: string | undefined;
470
394
  } | z.objectOutputType<{
471
395
  type: z.ZodString;
472
396
  name: z.ZodString;
@@ -494,7 +418,6 @@ export declare const kustomization_schema: z.ZodObject<{
494
418
  type: string;
495
419
  provider: string;
496
420
  app_name: string;
497
- config?: Record<string, unknown> | undefined;
498
421
  app_display_name?: string | undefined;
499
422
  app_description?: string | undefined;
500
423
  app_icon?: string | undefined;
@@ -502,6 +425,7 @@ export declare const kustomization_schema: z.ZodObject<{
502
425
  app_launch_url?: string | undefined;
503
426
  external_host?: string | undefined;
504
427
  internal_host?: string | undefined;
428
+ config?: Record<string, unknown> | undefined;
505
429
  } | undefined;
506
430
  }, {
507
431
  name: string;
@@ -549,21 +473,6 @@ export declare const kustomization_schema: z.ZodObject<{
549
473
  name: string;
550
474
  type: "namespace";
551
475
  default?: string | undefined;
552
- } | {
553
- name: string;
554
- type: "1password";
555
- default?: string | undefined;
556
- ref?: string | undefined;
557
- item?: string | undefined;
558
- field?: string | undefined;
559
- section?: string | undefined;
560
- } | {
561
- name: string;
562
- type: "doppler";
563
- secret: string;
564
- default?: string | undefined;
565
- project?: string | undefined;
566
- config?: string | undefined;
567
476
  } | z.objectInputType<{
568
477
  type: z.ZodString;
569
478
  name: z.ZodString;
@@ -593,7 +502,6 @@ export declare const kustomization_schema: z.ZodObject<{
593
502
  type: string;
594
503
  provider: string;
595
504
  app_name: string;
596
- config?: Record<string, unknown> | undefined;
597
505
  app_display_name?: string | undefined;
598
506
  app_description?: string | undefined;
599
507
  app_icon?: string | undefined;
@@ -601,6 +509,7 @@ export declare const kustomization_schema: z.ZodObject<{
601
509
  app_launch_url?: string | undefined;
602
510
  external_host?: string | undefined;
603
511
  internal_host?: string | undefined;
512
+ config?: Record<string, unknown> | undefined;
604
513
  } | undefined;
605
514
  }>;
606
515
  export type KustomizationType = z.infer<typeof kustomization_schema>;
@@ -911,67 +820,6 @@ export declare const template_spec_schema: z.ZodObject<{
911
820
  secret?: string | undefined;
912
821
  preserve_case?: boolean | undefined;
913
822
  }>]>, z.ZodEffects<z.ZodObject<{
914
- type: z.ZodLiteral<"1password">;
915
- name: z.ZodString;
916
- ref: z.ZodOptional<z.ZodString>;
917
- item: z.ZodOptional<z.ZodString>;
918
- field: z.ZodOptional<z.ZodString>;
919
- section: z.ZodOptional<z.ZodString>;
920
- default: z.ZodOptional<z.ZodString>;
921
- }, "strip", z.ZodTypeAny, {
922
- name: string;
923
- type: "1password";
924
- default?: string | undefined;
925
- ref?: string | undefined;
926
- item?: string | undefined;
927
- field?: string | undefined;
928
- section?: string | undefined;
929
- }, {
930
- name: string;
931
- type: "1password";
932
- default?: string | undefined;
933
- ref?: string | undefined;
934
- item?: string | undefined;
935
- field?: string | undefined;
936
- section?: string | undefined;
937
- }>, {
938
- name: string;
939
- type: "1password";
940
- default?: string | undefined;
941
- ref?: string | undefined;
942
- item?: string | undefined;
943
- field?: string | undefined;
944
- section?: string | undefined;
945
- }, {
946
- name: string;
947
- type: "1password";
948
- default?: string | undefined;
949
- ref?: string | undefined;
950
- item?: string | undefined;
951
- field?: string | undefined;
952
- section?: string | undefined;
953
- }>, z.ZodObject<{
954
- type: z.ZodLiteral<"doppler">;
955
- name: z.ZodString;
956
- project: z.ZodOptional<z.ZodString>;
957
- config: z.ZodOptional<z.ZodString>;
958
- secret: z.ZodString;
959
- default: z.ZodOptional<z.ZodString>;
960
- }, "strip", z.ZodTypeAny, {
961
- name: string;
962
- type: "doppler";
963
- secret: string;
964
- default?: string | undefined;
965
- project?: string | undefined;
966
- config?: string | undefined;
967
- }, {
968
- name: string;
969
- type: "doppler";
970
- secret: string;
971
- default?: string | undefined;
972
- project?: string | undefined;
973
- config?: string | undefined;
974
- }>, z.ZodEffects<z.ZodObject<{
975
823
  type: z.ZodString;
976
824
  name: z.ZodString;
977
825
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -1053,7 +901,6 @@ export declare const template_spec_schema: z.ZodObject<{
1053
901
  type: string;
1054
902
  provider: string;
1055
903
  app_name: string;
1056
- config?: Record<string, unknown> | undefined;
1057
904
  app_display_name?: string | undefined;
1058
905
  app_description?: string | undefined;
1059
906
  app_icon?: string | undefined;
@@ -1061,11 +908,11 @@ export declare const template_spec_schema: z.ZodObject<{
1061
908
  app_launch_url?: string | undefined;
1062
909
  external_host?: string | undefined;
1063
910
  internal_host?: string | undefined;
911
+ config?: Record<string, unknown> | undefined;
1064
912
  }, {
1065
913
  type: string;
1066
914
  provider: string;
1067
915
  app_name: string;
1068
- config?: Record<string, unknown> | undefined;
1069
916
  app_display_name?: string | undefined;
1070
917
  app_description?: string | undefined;
1071
918
  app_icon?: string | undefined;
@@ -1073,6 +920,7 @@ export declare const template_spec_schema: z.ZodObject<{
1073
920
  app_launch_url?: string | undefined;
1074
921
  external_host?: string | undefined;
1075
922
  internal_host?: string | undefined;
923
+ config?: Record<string, unknown> | undefined;
1076
924
  }>>;
1077
925
  }, "strip", z.ZodTypeAny, {
1078
926
  name: string;
@@ -1122,21 +970,6 @@ export declare const template_spec_schema: z.ZodObject<{
1122
970
  name: string;
1123
971
  type: "namespace";
1124
972
  default?: string | undefined;
1125
- } | {
1126
- name: string;
1127
- type: "1password";
1128
- default?: string | undefined;
1129
- ref?: string | undefined;
1130
- item?: string | undefined;
1131
- field?: string | undefined;
1132
- section?: string | undefined;
1133
- } | {
1134
- name: string;
1135
- type: "doppler";
1136
- secret: string;
1137
- default?: string | undefined;
1138
- project?: string | undefined;
1139
- config?: string | undefined;
1140
973
  } | z.objectOutputType<{
1141
974
  type: z.ZodString;
1142
975
  name: z.ZodString;
@@ -1164,7 +997,6 @@ export declare const template_spec_schema: z.ZodObject<{
1164
997
  type: string;
1165
998
  provider: string;
1166
999
  app_name: string;
1167
- config?: Record<string, unknown> | undefined;
1168
1000
  app_display_name?: string | undefined;
1169
1001
  app_description?: string | undefined;
1170
1002
  app_icon?: string | undefined;
@@ -1172,6 +1004,7 @@ export declare const template_spec_schema: z.ZodObject<{
1172
1004
  app_launch_url?: string | undefined;
1173
1005
  external_host?: string | undefined;
1174
1006
  internal_host?: string | undefined;
1007
+ config?: Record<string, unknown> | undefined;
1175
1008
  } | undefined;
1176
1009
  }, {
1177
1010
  name: string;
@@ -1219,21 +1052,6 @@ export declare const template_spec_schema: z.ZodObject<{
1219
1052
  name: string;
1220
1053
  type: "namespace";
1221
1054
  default?: string | undefined;
1222
- } | {
1223
- name: string;
1224
- type: "1password";
1225
- default?: string | undefined;
1226
- ref?: string | undefined;
1227
- item?: string | undefined;
1228
- field?: string | undefined;
1229
- section?: string | undefined;
1230
- } | {
1231
- name: string;
1232
- type: "doppler";
1233
- secret: string;
1234
- default?: string | undefined;
1235
- project?: string | undefined;
1236
- config?: string | undefined;
1237
1055
  } | z.objectInputType<{
1238
1056
  type: z.ZodString;
1239
1057
  name: z.ZodString;
@@ -1263,7 +1081,6 @@ export declare const template_spec_schema: z.ZodObject<{
1263
1081
  type: string;
1264
1082
  provider: string;
1265
1083
  app_name: string;
1266
- config?: Record<string, unknown> | undefined;
1267
1084
  app_display_name?: string | undefined;
1268
1085
  app_description?: string | undefined;
1269
1086
  app_icon?: string | undefined;
@@ -1271,6 +1088,7 @@ export declare const template_spec_schema: z.ZodObject<{
1271
1088
  app_launch_url?: string | undefined;
1272
1089
  external_host?: string | undefined;
1273
1090
  internal_host?: string | undefined;
1091
+ config?: Record<string, unknown> | undefined;
1274
1092
  } | undefined;
1275
1093
  }>, "many">;
1276
1094
  }, "strip", z.ZodTypeAny, {
@@ -1322,21 +1140,6 @@ export declare const template_spec_schema: z.ZodObject<{
1322
1140
  name: string;
1323
1141
  type: "namespace";
1324
1142
  default?: string | undefined;
1325
- } | {
1326
- name: string;
1327
- type: "1password";
1328
- default?: string | undefined;
1329
- ref?: string | undefined;
1330
- item?: string | undefined;
1331
- field?: string | undefined;
1332
- section?: string | undefined;
1333
- } | {
1334
- name: string;
1335
- type: "doppler";
1336
- secret: string;
1337
- default?: string | undefined;
1338
- project?: string | undefined;
1339
- config?: string | undefined;
1340
1143
  } | z.objectOutputType<{
1341
1144
  type: z.ZodString;
1342
1145
  name: z.ZodString;
@@ -1364,7 +1167,6 @@ export declare const template_spec_schema: z.ZodObject<{
1364
1167
  type: string;
1365
1168
  provider: string;
1366
1169
  app_name: string;
1367
- config?: Record<string, unknown> | undefined;
1368
1170
  app_display_name?: string | undefined;
1369
1171
  app_description?: string | undefined;
1370
1172
  app_icon?: string | undefined;
@@ -1372,6 +1174,7 @@ export declare const template_spec_schema: z.ZodObject<{
1372
1174
  app_launch_url?: string | undefined;
1373
1175
  external_host?: string | undefined;
1374
1176
  internal_host?: string | undefined;
1177
+ config?: Record<string, unknown> | undefined;
1375
1178
  } | undefined;
1376
1179
  }[];
1377
1180
  requirements?: {
@@ -1449,21 +1252,6 @@ export declare const template_spec_schema: z.ZodObject<{
1449
1252
  name: string;
1450
1253
  type: "namespace";
1451
1254
  default?: string | undefined;
1452
- } | {
1453
- name: string;
1454
- type: "1password";
1455
- default?: string | undefined;
1456
- ref?: string | undefined;
1457
- item?: string | undefined;
1458
- field?: string | undefined;
1459
- section?: string | undefined;
1460
- } | {
1461
- name: string;
1462
- type: "doppler";
1463
- secret: string;
1464
- default?: string | undefined;
1465
- project?: string | undefined;
1466
- config?: string | undefined;
1467
1255
  } | z.objectInputType<{
1468
1256
  type: z.ZodString;
1469
1257
  name: z.ZodString;
@@ -1493,7 +1281,6 @@ export declare const template_spec_schema: z.ZodObject<{
1493
1281
  type: string;
1494
1282
  provider: string;
1495
1283
  app_name: string;
1496
- config?: Record<string, unknown> | undefined;
1497
1284
  app_display_name?: string | undefined;
1498
1285
  app_description?: string | undefined;
1499
1286
  app_icon?: string | undefined;
@@ -1501,6 +1288,7 @@ export declare const template_spec_schema: z.ZodObject<{
1501
1288
  app_launch_url?: string | undefined;
1502
1289
  external_host?: string | undefined;
1503
1290
  internal_host?: string | undefined;
1291
+ config?: Record<string, unknown> | undefined;
1504
1292
  } | undefined;
1505
1293
  }[];
1506
1294
  requirements?: {
@@ -1809,67 +1597,6 @@ export declare const template_schema: z.ZodObject<{
1809
1597
  secret?: string | undefined;
1810
1598
  preserve_case?: boolean | undefined;
1811
1599
  }>]>, z.ZodEffects<z.ZodObject<{
1812
- type: z.ZodLiteral<"1password">;
1813
- name: z.ZodString;
1814
- ref: z.ZodOptional<z.ZodString>;
1815
- item: z.ZodOptional<z.ZodString>;
1816
- field: z.ZodOptional<z.ZodString>;
1817
- section: z.ZodOptional<z.ZodString>;
1818
- default: z.ZodOptional<z.ZodString>;
1819
- }, "strip", z.ZodTypeAny, {
1820
- name: string;
1821
- type: "1password";
1822
- default?: string | undefined;
1823
- ref?: string | undefined;
1824
- item?: string | undefined;
1825
- field?: string | undefined;
1826
- section?: string | undefined;
1827
- }, {
1828
- name: string;
1829
- type: "1password";
1830
- default?: string | undefined;
1831
- ref?: string | undefined;
1832
- item?: string | undefined;
1833
- field?: string | undefined;
1834
- section?: string | undefined;
1835
- }>, {
1836
- name: string;
1837
- type: "1password";
1838
- default?: string | undefined;
1839
- ref?: string | undefined;
1840
- item?: string | undefined;
1841
- field?: string | undefined;
1842
- section?: string | undefined;
1843
- }, {
1844
- name: string;
1845
- type: "1password";
1846
- default?: string | undefined;
1847
- ref?: string | undefined;
1848
- item?: string | undefined;
1849
- field?: string | undefined;
1850
- section?: string | undefined;
1851
- }>, z.ZodObject<{
1852
- type: z.ZodLiteral<"doppler">;
1853
- name: z.ZodString;
1854
- project: z.ZodOptional<z.ZodString>;
1855
- config: z.ZodOptional<z.ZodString>;
1856
- secret: z.ZodString;
1857
- default: z.ZodOptional<z.ZodString>;
1858
- }, "strip", z.ZodTypeAny, {
1859
- name: string;
1860
- type: "doppler";
1861
- secret: string;
1862
- default?: string | undefined;
1863
- project?: string | undefined;
1864
- config?: string | undefined;
1865
- }, {
1866
- name: string;
1867
- type: "doppler";
1868
- secret: string;
1869
- default?: string | undefined;
1870
- project?: string | undefined;
1871
- config?: string | undefined;
1872
- }>, z.ZodEffects<z.ZodObject<{
1873
1600
  type: z.ZodString;
1874
1601
  name: z.ZodString;
1875
1602
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -1951,7 +1678,6 @@ export declare const template_schema: z.ZodObject<{
1951
1678
  type: string;
1952
1679
  provider: string;
1953
1680
  app_name: string;
1954
- config?: Record<string, unknown> | undefined;
1955
1681
  app_display_name?: string | undefined;
1956
1682
  app_description?: string | undefined;
1957
1683
  app_icon?: string | undefined;
@@ -1959,11 +1685,11 @@ export declare const template_schema: z.ZodObject<{
1959
1685
  app_launch_url?: string | undefined;
1960
1686
  external_host?: string | undefined;
1961
1687
  internal_host?: string | undefined;
1688
+ config?: Record<string, unknown> | undefined;
1962
1689
  }, {
1963
1690
  type: string;
1964
1691
  provider: string;
1965
1692
  app_name: string;
1966
- config?: Record<string, unknown> | undefined;
1967
1693
  app_display_name?: string | undefined;
1968
1694
  app_description?: string | undefined;
1969
1695
  app_icon?: string | undefined;
@@ -1971,6 +1697,7 @@ export declare const template_schema: z.ZodObject<{
1971
1697
  app_launch_url?: string | undefined;
1972
1698
  external_host?: string | undefined;
1973
1699
  internal_host?: string | undefined;
1700
+ config?: Record<string, unknown> | undefined;
1974
1701
  }>>;
1975
1702
  }, "strip", z.ZodTypeAny, {
1976
1703
  name: string;
@@ -2020,21 +1747,6 @@ export declare const template_schema: z.ZodObject<{
2020
1747
  name: string;
2021
1748
  type: "namespace";
2022
1749
  default?: string | undefined;
2023
- } | {
2024
- name: string;
2025
- type: "1password";
2026
- default?: string | undefined;
2027
- ref?: string | undefined;
2028
- item?: string | undefined;
2029
- field?: string | undefined;
2030
- section?: string | undefined;
2031
- } | {
2032
- name: string;
2033
- type: "doppler";
2034
- secret: string;
2035
- default?: string | undefined;
2036
- project?: string | undefined;
2037
- config?: string | undefined;
2038
1750
  } | z.objectOutputType<{
2039
1751
  type: z.ZodString;
2040
1752
  name: z.ZodString;
@@ -2062,7 +1774,6 @@ export declare const template_schema: z.ZodObject<{
2062
1774
  type: string;
2063
1775
  provider: string;
2064
1776
  app_name: string;
2065
- config?: Record<string, unknown> | undefined;
2066
1777
  app_display_name?: string | undefined;
2067
1778
  app_description?: string | undefined;
2068
1779
  app_icon?: string | undefined;
@@ -2070,6 +1781,7 @@ export declare const template_schema: z.ZodObject<{
2070
1781
  app_launch_url?: string | undefined;
2071
1782
  external_host?: string | undefined;
2072
1783
  internal_host?: string | undefined;
1784
+ config?: Record<string, unknown> | undefined;
2073
1785
  } | undefined;
2074
1786
  }, {
2075
1787
  name: string;
@@ -2117,21 +1829,6 @@ export declare const template_schema: z.ZodObject<{
2117
1829
  name: string;
2118
1830
  type: "namespace";
2119
1831
  default?: string | undefined;
2120
- } | {
2121
- name: string;
2122
- type: "1password";
2123
- default?: string | undefined;
2124
- ref?: string | undefined;
2125
- item?: string | undefined;
2126
- field?: string | undefined;
2127
- section?: string | undefined;
2128
- } | {
2129
- name: string;
2130
- type: "doppler";
2131
- secret: string;
2132
- default?: string | undefined;
2133
- project?: string | undefined;
2134
- config?: string | undefined;
2135
1832
  } | z.objectInputType<{
2136
1833
  type: z.ZodString;
2137
1834
  name: z.ZodString;
@@ -2161,7 +1858,6 @@ export declare const template_schema: z.ZodObject<{
2161
1858
  type: string;
2162
1859
  provider: string;
2163
1860
  app_name: string;
2164
- config?: Record<string, unknown> | undefined;
2165
1861
  app_display_name?: string | undefined;
2166
1862
  app_description?: string | undefined;
2167
1863
  app_icon?: string | undefined;
@@ -2169,6 +1865,7 @@ export declare const template_schema: z.ZodObject<{
2169
1865
  app_launch_url?: string | undefined;
2170
1866
  external_host?: string | undefined;
2171
1867
  internal_host?: string | undefined;
1868
+ config?: Record<string, unknown> | undefined;
2172
1869
  } | undefined;
2173
1870
  }>, "many">;
2174
1871
  }, "strip", z.ZodTypeAny, {
@@ -2220,21 +1917,6 @@ export declare const template_schema: z.ZodObject<{
2220
1917
  name: string;
2221
1918
  type: "namespace";
2222
1919
  default?: string | undefined;
2223
- } | {
2224
- name: string;
2225
- type: "1password";
2226
- default?: string | undefined;
2227
- ref?: string | undefined;
2228
- item?: string | undefined;
2229
- field?: string | undefined;
2230
- section?: string | undefined;
2231
- } | {
2232
- name: string;
2233
- type: "doppler";
2234
- secret: string;
2235
- default?: string | undefined;
2236
- project?: string | undefined;
2237
- config?: string | undefined;
2238
1920
  } | z.objectOutputType<{
2239
1921
  type: z.ZodString;
2240
1922
  name: z.ZodString;
@@ -2262,7 +1944,6 @@ export declare const template_schema: z.ZodObject<{
2262
1944
  type: string;
2263
1945
  provider: string;
2264
1946
  app_name: string;
2265
- config?: Record<string, unknown> | undefined;
2266
1947
  app_display_name?: string | undefined;
2267
1948
  app_description?: string | undefined;
2268
1949
  app_icon?: string | undefined;
@@ -2270,6 +1951,7 @@ export declare const template_schema: z.ZodObject<{
2270
1951
  app_launch_url?: string | undefined;
2271
1952
  external_host?: string | undefined;
2272
1953
  internal_host?: string | undefined;
1954
+ config?: Record<string, unknown> | undefined;
2273
1955
  } | undefined;
2274
1956
  }[];
2275
1957
  requirements?: {
@@ -2347,21 +2029,6 @@ export declare const template_schema: z.ZodObject<{
2347
2029
  name: string;
2348
2030
  type: "namespace";
2349
2031
  default?: string | undefined;
2350
- } | {
2351
- name: string;
2352
- type: "1password";
2353
- default?: string | undefined;
2354
- ref?: string | undefined;
2355
- item?: string | undefined;
2356
- field?: string | undefined;
2357
- section?: string | undefined;
2358
- } | {
2359
- name: string;
2360
- type: "doppler";
2361
- secret: string;
2362
- default?: string | undefined;
2363
- project?: string | undefined;
2364
- config?: string | undefined;
2365
2032
  } | z.objectInputType<{
2366
2033
  type: z.ZodString;
2367
2034
  name: z.ZodString;
@@ -2391,7 +2058,6 @@ export declare const template_schema: z.ZodObject<{
2391
2058
  type: string;
2392
2059
  provider: string;
2393
2060
  app_name: string;
2394
- config?: Record<string, unknown> | undefined;
2395
2061
  app_display_name?: string | undefined;
2396
2062
  app_description?: string | undefined;
2397
2063
  app_icon?: string | undefined;
@@ -2399,6 +2065,7 @@ export declare const template_schema: z.ZodObject<{
2399
2065
  app_launch_url?: string | undefined;
2400
2066
  external_host?: string | undefined;
2401
2067
  internal_host?: string | undefined;
2068
+ config?: Record<string, unknown> | undefined;
2402
2069
  } | undefined;
2403
2070
  }[];
2404
2071
  requirements?: {
@@ -2485,21 +2152,6 @@ export declare const template_schema: z.ZodObject<{
2485
2152
  name: string;
2486
2153
  type: "namespace";
2487
2154
  default?: string | undefined;
2488
- } | {
2489
- name: string;
2490
- type: "1password";
2491
- default?: string | undefined;
2492
- ref?: string | undefined;
2493
- item?: string | undefined;
2494
- field?: string | undefined;
2495
- section?: string | undefined;
2496
- } | {
2497
- name: string;
2498
- type: "doppler";
2499
- secret: string;
2500
- default?: string | undefined;
2501
- project?: string | undefined;
2502
- config?: string | undefined;
2503
2155
  } | z.objectOutputType<{
2504
2156
  type: z.ZodString;
2505
2157
  name: z.ZodString;
@@ -2527,7 +2179,6 @@ export declare const template_schema: z.ZodObject<{
2527
2179
  type: string;
2528
2180
  provider: string;
2529
2181
  app_name: string;
2530
- config?: Record<string, unknown> | undefined;
2531
2182
  app_display_name?: string | undefined;
2532
2183
  app_description?: string | undefined;
2533
2184
  app_icon?: string | undefined;
@@ -2535,6 +2186,7 @@ export declare const template_schema: z.ZodObject<{
2535
2186
  app_launch_url?: string | undefined;
2536
2187
  external_host?: string | undefined;
2537
2188
  internal_host?: string | undefined;
2189
+ config?: Record<string, unknown> | undefined;
2538
2190
  } | undefined;
2539
2191
  }[];
2540
2192
  requirements?: {
@@ -2619,21 +2271,6 @@ export declare const template_schema: z.ZodObject<{
2619
2271
  name: string;
2620
2272
  type: "namespace";
2621
2273
  default?: string | undefined;
2622
- } | {
2623
- name: string;
2624
- type: "1password";
2625
- default?: string | undefined;
2626
- ref?: string | undefined;
2627
- item?: string | undefined;
2628
- field?: string | undefined;
2629
- section?: string | undefined;
2630
- } | {
2631
- name: string;
2632
- type: "doppler";
2633
- secret: string;
2634
- default?: string | undefined;
2635
- project?: string | undefined;
2636
- config?: string | undefined;
2637
2274
  } | z.objectInputType<{
2638
2275
  type: z.ZodString;
2639
2276
  name: z.ZodString;
@@ -2663,7 +2300,6 @@ export declare const template_schema: z.ZodObject<{
2663
2300
  type: string;
2664
2301
  provider: string;
2665
2302
  app_name: string;
2666
- config?: Record<string, unknown> | undefined;
2667
2303
  app_display_name?: string | undefined;
2668
2304
  app_description?: string | undefined;
2669
2305
  app_icon?: string | undefined;
@@ -2671,6 +2307,7 @@ export declare const template_schema: z.ZodObject<{
2671
2307
  app_launch_url?: string | undefined;
2672
2308
  external_host?: string | undefined;
2673
2309
  internal_host?: string | undefined;
2310
+ config?: Record<string, unknown> | undefined;
2674
2311
  } | undefined;
2675
2312
  }[];
2676
2313
  requirements?: {