@powerlines/plugin-date 0.12.66 → 0.12.68

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 (184) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +1 -0
  2. package/dist/{chunk-BGGBqwuQ.mjs → _virtual/rolldown_runtime.mjs} +1 -1
  3. package/dist/alloy/src/core/components/output.cjs +1 -0
  4. package/dist/alloy/src/core/components/output.mjs +1 -0
  5. package/dist/alloy/src/core/components/single-line-comment.cjs +1 -0
  6. package/dist/alloy/src/core/components/single-line-comment.mjs +1 -0
  7. package/dist/alloy/src/core/components/source-file.cjs +1 -0
  8. package/dist/alloy/src/core/components/source-file.mjs +1 -0
  9. package/dist/alloy/src/core/contexts/context.cjs +1 -0
  10. package/dist/alloy/src/core/contexts/context.mjs +1 -0
  11. package/dist/alloy/src/core/contexts/reflection.cjs +1 -0
  12. package/dist/alloy/src/core/contexts/reflection.mjs +1 -0
  13. package/dist/alloy/src/create-plugin.cjs +2 -0
  14. package/dist/alloy/src/create-plugin.mjs +2 -0
  15. package/dist/alloy/src/helpers/refkey.cjs +1 -0
  16. package/dist/alloy/src/helpers/refkey.mjs +1 -0
  17. package/dist/alloy/src/markdown/components/markdown-file.cjs +1 -0
  18. package/dist/alloy/src/markdown/components/markdown-file.mjs +1 -0
  19. package/dist/alloy/src/markdown/components/markdown-table.cjs +1 -0
  20. package/dist/alloy/src/markdown/components/markdown-table.mjs +1 -0
  21. package/dist/alloy/src/markdown/contexts/markdown-table.cjs +1 -0
  22. package/dist/alloy/src/markdown/contexts/markdown-table.mjs +1 -0
  23. package/dist/alloy/src/typescript/components/builtin-file.cjs +1 -0
  24. package/dist/alloy/src/typescript/components/builtin-file.mjs +1 -0
  25. package/dist/alloy/src/typescript/components/tsdoc-reflection.cjs +1 -0
  26. package/dist/alloy/src/typescript/components/tsdoc-reflection.mjs +1 -0
  27. package/dist/alloy/src/typescript/components/tsdoc.cjs +1 -0
  28. package/dist/alloy/src/typescript/components/tsdoc.mjs +1 -0
  29. package/dist/alloy/src/typescript/components/typescript-file.cjs +1 -0
  30. package/dist/alloy/src/typescript/components/typescript-file.mjs +1 -0
  31. package/dist/alloy/src/typescript/components/typescript-interface.cjs +1 -0
  32. package/dist/alloy/src/typescript/components/typescript-interface.mjs +1 -0
  33. package/dist/alloy/src/typescript/components/typescript-object.cjs +1 -0
  34. package/dist/alloy/src/typescript/components/typescript-object.mjs +1 -0
  35. package/dist/components/date-fns.cjs +513 -0
  36. package/dist/components/date-fns.d.cts +13 -0
  37. package/dist/components/date-fns.d.mts +13 -0
  38. package/dist/components/date-fns.mjs +513 -0
  39. package/dist/components/dayjs.cjs +458 -0
  40. package/dist/components/dayjs.d.cts +13 -0
  41. package/dist/components/dayjs.d.mts +13 -0
  42. package/dist/components/dayjs.mjs +458 -0
  43. package/dist/components/index.cjs +1 -0
  44. package/dist/components/index.d.mts +4 -0
  45. package/dist/components/index.mjs +1 -0
  46. package/dist/components/luxon.cjs +462 -0
  47. package/dist/components/luxon.d.cts +13 -0
  48. package/dist/components/luxon.d.mts +13 -0
  49. package/dist/components/luxon.mjs +462 -0
  50. package/dist/components/moment.cjs +448 -0
  51. package/dist/components/moment.d.cts +13 -0
  52. package/dist/components/moment.d.mts +13 -0
  53. package/dist/components/moment.mjs +448 -0
  54. package/dist/deepkit/schemas/reflection.cjs +1 -0
  55. package/dist/deepkit/schemas/reflection.d.cts +1560 -0
  56. package/dist/deepkit/schemas/reflection.d.mts +1560 -0
  57. package/dist/deepkit/schemas/reflection.mjs +1 -0
  58. package/dist/deepkit/schemas/reflection2.cjs +1 -0
  59. package/dist/deepkit/schemas/reflection2.mjs +1 -0
  60. package/dist/deepkit/src/capnp.cjs +1 -0
  61. package/dist/deepkit/src/capnp.mjs +1 -0
  62. package/dist/deepkit/src/reflect-type.cjs +1 -0
  63. package/dist/deepkit/src/reflect-type.mjs +1 -0
  64. package/dist/deepkit/src/resolve-reflections.cjs +1 -0
  65. package/dist/deepkit/src/resolve-reflections.mjs +1 -0
  66. package/dist/deepkit/src/types.d.cts +10 -0
  67. package/dist/deepkit/src/types.d.mts +10 -0
  68. package/dist/deepkit/src/utilities.cjs +1 -0
  69. package/dist/deepkit/src/utilities.mjs +1 -0
  70. package/dist/deepkit/src/vendor/type.cjs +1 -0
  71. package/dist/deepkit/src/vendor/type.d.cts +7 -0
  72. package/dist/deepkit/src/vendor/type.d.mts +7 -0
  73. package/dist/deepkit/src/vendor/type.mjs +1 -0
  74. package/dist/index.cjs +1 -1953
  75. package/dist/index.d.cts +7 -40
  76. package/dist/index.d.mts +9 -40
  77. package/dist/index.mjs +1 -1950
  78. package/dist/plugin-babel/src/helpers/ast-utils.cjs +1 -0
  79. package/dist/plugin-babel/src/helpers/ast-utils.mjs +1 -0
  80. package/dist/plugin-babel/src/helpers/create-plugin.cjs +1 -0
  81. package/dist/plugin-babel/src/helpers/create-plugin.mjs +1 -0
  82. package/dist/plugin-babel/src/helpers/filters.cjs +1 -0
  83. package/dist/plugin-babel/src/helpers/filters.mjs +1 -0
  84. package/dist/plugin-babel/src/helpers/index.cjs +1 -0
  85. package/dist/plugin-babel/src/helpers/index.mjs +1 -0
  86. package/dist/plugin-babel/src/helpers/module-helpers.cjs +1 -0
  87. package/dist/plugin-babel/src/helpers/module-helpers.mjs +1 -0
  88. package/dist/plugin-babel/src/helpers/options.cjs +1 -0
  89. package/dist/plugin-babel/src/helpers/options.mjs +1 -0
  90. package/dist/plugin-babel/src/index.cjs +1 -0
  91. package/dist/plugin-babel/src/index.mjs +1 -0
  92. package/dist/plugin-babel/src/types/index.d.mts +1 -0
  93. package/dist/plugin-babel/src/types/plugin.d.cts +15 -0
  94. package/dist/plugin-babel/src/types/plugin.d.mts +15 -0
  95. package/dist/plugin-env/src/babel/index.cjs +1 -0
  96. package/dist/plugin-env/src/babel/index.mjs +1 -0
  97. package/dist/plugin-env/src/babel/plugin.cjs +5 -0
  98. package/dist/plugin-env/src/babel/plugin.mjs +5 -0
  99. package/dist/plugin-env/src/components/docs.cjs +1 -0
  100. package/dist/plugin-env/src/components/docs.mjs +1 -0
  101. package/dist/plugin-env/src/components/env.cjs +34 -0
  102. package/dist/plugin-env/src/components/env.mjs +31 -0
  103. package/dist/plugin-env/src/components/index.cjs +1 -0
  104. package/dist/plugin-env/src/components/index.mjs +1 -0
  105. package/dist/plugin-env/src/helpers/create-reflection-resource.cjs +1 -0
  106. package/dist/plugin-env/src/helpers/create-reflection-resource.mjs +1 -0
  107. package/dist/plugin-env/src/helpers/index.cjs +1 -0
  108. package/dist/plugin-env/src/helpers/index.mjs +1 -0
  109. package/dist/plugin-env/src/helpers/load.cjs +1 -0
  110. package/dist/plugin-env/src/helpers/load.mjs +1 -0
  111. package/dist/plugin-env/src/helpers/persistence.cjs +1 -0
  112. package/dist/plugin-env/src/helpers/persistence.mjs +1 -0
  113. package/dist/plugin-env/src/helpers/reflect.cjs +1 -0
  114. package/dist/plugin-env/src/helpers/reflect.mjs +1 -0
  115. package/dist/plugin-env/src/helpers/source-file-env.cjs +1 -0
  116. package/dist/plugin-env/src/helpers/source-file-env.mjs +1 -0
  117. package/dist/plugin-env/src/helpers/template-helpers.cjs +1 -0
  118. package/dist/plugin-env/src/helpers/template-helpers.mjs +1 -0
  119. package/dist/plugin-env/src/index.cjs +16 -0
  120. package/dist/plugin-env/src/index.mjs +16 -0
  121. package/dist/plugin-env/src/types/plugin.d.cts +135 -0
  122. package/dist/plugin-env/src/types/plugin.d.mts +136 -0
  123. package/dist/plugin-env/src/types/runtime.d.cts +792 -0
  124. package/dist/plugin-env/src/types/runtime.d.mts +792 -0
  125. package/dist/powerlines/src/lib/build/esbuild.cjs +14 -0
  126. package/dist/powerlines/src/lib/build/esbuild.mjs +14 -0
  127. package/dist/powerlines/src/lib/entry.cjs +1 -0
  128. package/dist/powerlines/src/lib/entry.mjs +1 -0
  129. package/dist/powerlines/src/lib/logger.cjs +1 -0
  130. package/dist/powerlines/src/lib/logger.mjs +1 -0
  131. package/dist/powerlines/src/lib/utilities/bundle.cjs +1 -0
  132. package/dist/powerlines/src/lib/utilities/bundle.mjs +1 -0
  133. package/dist/powerlines/src/lib/utilities/file-header.cjs +10 -0
  134. package/dist/powerlines/src/lib/utilities/file-header.mjs +10 -0
  135. package/dist/powerlines/src/lib/utilities/resolve.cjs +1 -0
  136. package/dist/powerlines/src/lib/utilities/resolve.mjs +1 -0
  137. package/dist/powerlines/src/plugin-utils/helpers.cjs +1 -0
  138. package/dist/powerlines/src/plugin-utils/helpers.mjs +1 -0
  139. package/dist/powerlines/src/plugin-utils/paths.cjs +1 -0
  140. package/dist/powerlines/src/plugin-utils/paths.mjs +1 -0
  141. package/dist/powerlines/src/types/babel.d.cts +22 -0
  142. package/dist/powerlines/src/types/babel.d.mts +22 -0
  143. package/dist/powerlines/src/types/build.d.cts +139 -0
  144. package/dist/powerlines/src/types/build.d.mts +139 -0
  145. package/dist/powerlines/src/types/commands.d.cts +8 -0
  146. package/dist/powerlines/src/types/commands.d.mts +9 -0
  147. package/dist/powerlines/src/types/config.d.cts +356 -0
  148. package/dist/powerlines/src/types/config.d.mts +357 -0
  149. package/dist/powerlines/src/types/context.d.cts +358 -0
  150. package/dist/powerlines/src/types/context.d.mts +360 -0
  151. package/dist/powerlines/src/types/fs.d.cts +458 -0
  152. package/dist/powerlines/src/types/fs.d.mts +458 -0
  153. package/dist/powerlines/src/types/hooks.d.mts +2 -0
  154. package/dist/powerlines/src/types/plugin.d.cts +232 -0
  155. package/dist/powerlines/src/types/plugin.d.mts +232 -0
  156. package/dist/powerlines/src/types/resolved.d.cts +82 -0
  157. package/dist/powerlines/src/types/resolved.d.mts +82 -0
  158. package/dist/powerlines/src/types/tsconfig.d.cts +69 -0
  159. package/dist/powerlines/src/types/tsconfig.d.mts +69 -0
  160. package/dist/types/index.cjs +0 -1
  161. package/dist/types/index.d.cts +2 -3
  162. package/dist/types/index.d.mts +2 -3
  163. package/dist/types/index.mjs +1 -1
  164. package/dist/types/plugin.cjs +0 -1
  165. package/dist/types/plugin.d.cts +42 -1
  166. package/dist/types/plugin.d.mts +42 -1
  167. package/dist/types/plugin.mjs +1 -1
  168. package/dist/types/runtime.cjs +0 -1
  169. package/dist/types/runtime.d.cts +710 -1
  170. package/dist/types/runtime.d.mts +710 -1
  171. package/dist/types/runtime.mjs +1 -1
  172. package/package.json +7 -7
  173. package/dist/index-CmCelmEL.d.cts +0 -1
  174. package/dist/index-ColiPbLk.d.mts +0 -1
  175. package/dist/plugin-CU36jSR5.d.mts +0 -4211
  176. package/dist/plugin-DHXHjv16.cjs +0 -0
  177. package/dist/plugin-DxCv7BdD.d.cts +0 -4212
  178. package/dist/plugin-alze5tBm.mjs +0 -1
  179. package/dist/runtime-0ZpEtv0G.mjs +0 -1
  180. package/dist/runtime-B8LVkjWB.d.cts +0 -711
  181. package/dist/runtime-D4zTdSwv.cjs +0 -0
  182. package/dist/runtime-DPe0V01H.d.mts +0 -711
  183. package/dist/types-CBTc19th.cjs +0 -0
  184. package/dist/types-CZFQnkin.mjs +0 -1
@@ -0,0 +1,792 @@
1
+ import { LogLevel } from "../../../powerlines/src/types/context.mjs";
2
+
3
+ //#region ../plugin-env/src/types/runtime.d.ts
4
+
5
+ /**
6
+ * The base environment configuration used by Powerlines applications
7
+ *
8
+ * @remarks
9
+ * This interface is used to define the environment variables, configuration options, and runtime settings used by applications. It is used to provide type safety, autocompletion, and default values for the environment variables. The comments of each variable are used to provide documentation descriptions when running the \`powerlines docs\` command.
10
+ *
11
+ * @categoryDescription Platform
12
+ * The name of the platform the configuration parameter is intended for use in.
13
+ *
14
+ * @showCategories
15
+ */
16
+ interface EnvInterface {
17
+ /**
18
+ * The name of the application.
19
+ *
20
+ * @readonly
21
+ * @category neutral
22
+ */
23
+ readonly APP_NAME: string;
24
+ /**
25
+ * The version of the application.
26
+ *
27
+ * @defaultValue "1.0.0"
28
+ *
29
+ * @readonly
30
+ * @category neutral
31
+ */
32
+ readonly APP_VERSION: string;
33
+ /**
34
+ * The unique identifier for the build.
35
+ *
36
+ * @readonly
37
+ * @category neutral
38
+ */
39
+ readonly BUILD_ID: string;
40
+ /**
41
+ * The timestamp the build was ran at.
42
+ *
43
+ * @readonly
44
+ * @category neutral
45
+ */
46
+ readonly BUILD_TIMESTAMP: string;
47
+ /**
48
+ * A checksum hash created during the build.
49
+ *
50
+ * @readonly
51
+ * @category neutral
52
+ */
53
+ readonly BUILD_CHECKSUM: string;
54
+ /**
55
+ * The unique identifier for the release.
56
+ *
57
+ * @readonly
58
+ * @category neutral
59
+ */
60
+ readonly RELEASE_ID: string;
61
+ /**
62
+ * The tag for the release. This is generally in the format of "\<APP_NAME\>\@\<APP_VERSION\>".
63
+ *
64
+ * @readonly
65
+ * @category neutral
66
+ */
67
+ readonly RELEASE_TAG: string;
68
+ /**
69
+ * The name of the organization that maintains the application.
70
+ *
71
+ * @remarks
72
+ * This variable is used to specify the name of the organization that maintains the application. If not provided in an environment, it will try to use the value in {@link @storm-software/config-tools/StormWorkspaceConfig#organization}.
73
+ *
74
+ * @alias ORG
75
+ * @alias ORG_ID
76
+ * @category neutral
77
+ */
78
+ ORGANIZATION: string;
79
+ /**
80
+ * The platform for which the application was built.
81
+ *
82
+ * @defaultValue "neutral"
83
+ *
84
+ * @category neutral
85
+ */
86
+ PLATFORM: "node" | "neutral" | "browser";
87
+ /**
88
+ * The mode in which the application is running.
89
+ *
90
+ * @defaultValue "production"
91
+ *
92
+ * @alias NODE_ENV
93
+ *
94
+ * @category neutral
95
+ */
96
+ MODE: "development" | "test" | "production";
97
+ /**
98
+ * The environment the application is running in. This value will be populated with the value of `MODE` if not provided.
99
+ *
100
+ * @defaultValue "production"
101
+ *
102
+ * @alias ENV
103
+ * @alias VERCEL_ENV
104
+ * @category neutral
105
+ */
106
+ ENVIRONMENT: string;
107
+ /**
108
+ * Indicates if the application is running in debug mode.
109
+ *
110
+ * @category neutral
111
+ */
112
+ DEBUG: boolean;
113
+ /**
114
+ * An indicator that specifies the current runtime is a test environment.
115
+ *
116
+ * @category neutral
117
+ */
118
+ TEST: boolean;
119
+ /**
120
+ * An indicator that specifies the current runtime is a minimal environment.
121
+ *
122
+ * @category node
123
+ */
124
+ MINIMAL: boolean;
125
+ /**
126
+ * An indicator that specifies the current runtime is a no color environment.
127
+ *
128
+ * @category node
129
+ */
130
+ NO_COLOR: boolean;
131
+ /**
132
+ * An indicator that specifies the current runtime is a force color environment.
133
+ *
134
+ * @category node
135
+ */
136
+ FORCE_COLOR: boolean | number;
137
+ /**
138
+ * An indicator that specifies the current runtime should force hyperlinks in terminal output.
139
+ *
140
+ * @remarks
141
+ * This variable is used to force hyperlinks in terminal output, even if the terminal does not support them. This is useful for debugging and development purposes.
142
+ * @category node
143
+ */
144
+ FORCE_HYPERLINK: boolean | number;
145
+ /**
146
+ * The name of the agent running the application. This variable is set by certain CI/CD systems.
147
+ *
148
+ * @readonly
149
+ * @category neutral
150
+ */
151
+ readonly AGENT_NAME?: string;
152
+ /**
153
+ * The color terminal type. This variable is set by certain terminal emulators.
154
+ *
155
+ * @readonly
156
+ * @category node
157
+ */
158
+ readonly COLORTERM?: string;
159
+ /**
160
+ * The terminal type. This variable is set by certain CI/CD systems.
161
+ *
162
+ * @remarks
163
+ * This variable is used to specify the terminal type that the application is running in. It can be used to determine how to format output for the terminal.
164
+ *
165
+ * @readonly
166
+ * @category node
167
+ */
168
+ readonly TERM?: string;
169
+ /**
170
+ * The terminal program name. This variable is set by certain terminal emulators.
171
+ *
172
+ * @readonly
173
+ * @category node
174
+ */
175
+ readonly TERM_PROGRAM?: string;
176
+ /**
177
+ * The terminal program version. This variable is set by certain terminal emulators.
178
+ *
179
+ * @readonly
180
+ * @category node
181
+ */
182
+ readonly TERM_PROGRAM_VERSION?: string;
183
+ /**
184
+ * The terminal emulator name. This variable is set by certain terminal emulators.
185
+ *
186
+ * @readonly
187
+ * @category node
188
+ */
189
+ readonly TERMINAL_EMULATOR?: string;
190
+ /**
191
+ * The terminal emulator session ID. This variable is set by certain terminal emulators.
192
+ *
193
+ * @readonly
194
+ * @category node
195
+ */
196
+ readonly WT_SESSION?: string;
197
+ /**
198
+ * An indicator that specifies the current terminal is running Terminus Sublime. This variable is set by certain terminal emulators.
199
+ *
200
+ * @readonly
201
+ * @category node
202
+ */
203
+ readonly TERMINUS_SUBLIME?: boolean;
204
+ /**
205
+ * The ConEmu task name. This variable is set by certain terminal emulators.
206
+ *
207
+ * @readonly
208
+ * @category node
209
+ */
210
+ readonly ConEmuTask?: string;
211
+ /**
212
+ * The cursor trace ID. This variable is set by certain terminal emulators.
213
+ *
214
+ * @readonly
215
+ * @category node
216
+ */
217
+ readonly CURSOR_TRACE_ID?: string;
218
+ /**
219
+ * The VTE version. This variable is set by certain terminal emulators.
220
+ *
221
+ * @readonly
222
+ * @category node
223
+ */
224
+ readonly VTE_VERSION?: string;
225
+ /**
226
+ * Indicates if error stack traces should be captured.
227
+ *
228
+ * @category neutral
229
+ */
230
+ STACKTRACE: boolean;
231
+ /**
232
+ * Indicates if error data should be included.
233
+ *
234
+ * @category neutral
235
+ */
236
+ INCLUDE_ERROR_DATA: boolean;
237
+ /**
238
+ * A web page to lookup error messages and display additional information given an error code.
239
+ *
240
+ * @remarks
241
+ * This variable is used to provide a URL to a page that can be used to look up error messages given an error code. This is used to provide a more user-friendly error message to the user.
242
+ *
243
+ * @title Error Details URL
244
+ * @category neutral
245
+ */
246
+ ERROR_URL: string;
247
+ /**
248
+ * The default timezone for the application.
249
+ *
250
+ * @defaultValue "America/New_York"
251
+ * @category neutral
252
+ */
253
+ DEFAULT_TIMEZONE: string;
254
+ /**
255
+ * The default locale to be used in the application.
256
+ *
257
+ * @defaultValue "en_US"
258
+ * @category neutral
259
+ */
260
+ DEFAULT_LOCALE: string;
261
+ /**
262
+ * The default lowest log level to accept. If `null`, the logger will reject all records. This value only applies if `lowestLogLevel` is not provided to the `logs` configuration.
263
+ *
264
+ * @defaultValue "info"
265
+ *
266
+ * @category neutral
267
+ */
268
+ LOG_LEVEL?: LogLevel | null;
269
+ /**
270
+ * An indicator that specifies the current runtime is a continuous integration environment.
271
+ *
272
+ * @title Continuous Integration
273
+ * @alias CONTINUOUS_INTEGRATION
274
+ * @category neutral
275
+ */
276
+ CI: boolean;
277
+ /**
278
+ * The unique identifier for the current run. This value is set by certain CI/CD systems.
279
+ *
280
+ * @readonly
281
+ * @category node
282
+ */
283
+ readonly RUN_ID?: string;
284
+ /**
285
+ * The agola git reference. This value is set by certain CI/CD systems.
286
+ *
287
+ * @readonly
288
+ * @category node
289
+ */
290
+ readonly AGOLA_GIT_REF?: string;
291
+ /**
292
+ * The appcircle build ID. This value is set by certain CI/CD systems.
293
+ *
294
+ * @readonly
295
+ * @category node
296
+ */
297
+ readonly AC_APPCIRCLE?: string;
298
+ /**
299
+ * The appveyor build ID. This value is set by certain CI/CD systems.
300
+ *
301
+ * @readonly
302
+ * @category node
303
+ */
304
+ readonly APPVEYOR?: string;
305
+ /**
306
+ * The codebuild build ID. This value is set by certain CI/CD systems.
307
+ *
308
+ * @readonly
309
+ * @category node
310
+ */
311
+ readonly CODEBUILD?: string;
312
+ /**
313
+ * The task force build ID. This value is set by certain CI/CD systems.
314
+ *
315
+ * @readonly
316
+ * @category node
317
+ */
318
+ readonly TF_BUILD?: string;
319
+ /**
320
+ * The bamboo plan key. This value is set by certain CI/CD systems.
321
+ *
322
+ * @readonly
323
+ * @category node
324
+ */
325
+ readonly bamboo_planKey?: string;
326
+ /**
327
+ * The bitbucket commit. This value is set by certain CI/CD systems.
328
+ *
329
+ * @readonly
330
+ * @category node
331
+ */
332
+ readonly BITBUCKET_COMMIT?: string;
333
+ /**
334
+ * The bitrise build ID. This value is set by certain CI/CD systems.
335
+ *
336
+ * @readonly
337
+ * @category node
338
+ */
339
+ readonly BITRISE_IO?: string;
340
+ /**
341
+ * The buddy workspace ID. This value is set by certain CI/CD systems.
342
+ *
343
+ * @readonly
344
+ * @category node
345
+ */
346
+ readonly BUDDY_WORKSPACE_ID?: string;
347
+ /**
348
+ * The buildkite build ID. This value is set by certain CI/CD systems.
349
+ *
350
+ * @readonly
351
+ * @category node
352
+ */
353
+ readonly BUILDKITE?: string;
354
+ /**
355
+ * The circleci build ID. This value is set by certain CI/CD systems.
356
+ *
357
+ * @readonly
358
+ * @category node
359
+ */
360
+ readonly CIRCLECI?: string;
361
+ /**
362
+ * The cirrus-ci build ID. This value is set by certain CI/CD systems.
363
+ *
364
+ * @readonly
365
+ * @category node
366
+ */
367
+ readonly CIRRUS_CI?: string;
368
+ /**
369
+ * The cf build ID. This value is set by certain CI/CD systems.
370
+ *
371
+ * @readonly
372
+ * @category node
373
+ */
374
+ readonly CF_BUILD_ID?: string;
375
+ /**
376
+ * The cm build ID. This value is set by certain CI/CD systems.
377
+ *
378
+ * @readonly
379
+ * @category node
380
+ */
381
+ readonly CM_BUILD_ID?: string;
382
+ /**
383
+ * The ci name. This value is set by certain CI/CD systems.
384
+ *
385
+ * @readonly
386
+ * @category node
387
+ */
388
+ readonly CI_NAME?: string;
389
+ /**
390
+ * The drone build ID. This value is set by certain CI/CD systems.
391
+ *
392
+ * @readonly
393
+ * @category node
394
+ */
395
+ readonly DRONE?: string;
396
+ /**
397
+ * The dsari build ID. This value is set by certain CI/CD systems.
398
+ *
399
+ * @readonly
400
+ * @category node
401
+ */
402
+ readonly DSARI?: string;
403
+ /**
404
+ * The earthly build ID. This value is set by certain CI/CD systems.
405
+ *
406
+ * @readonly
407
+ * @category node
408
+ */
409
+ readonly EARTHLY_CI?: string;
410
+ /**
411
+ * The eas build ID. This value is set by certain CI/CD systems.
412
+ *
413
+ * @readonly
414
+ * @category node
415
+ */
416
+ readonly EAS_BUILD?: string;
417
+ /**
418
+ * The gerrit project. This value is set by certain CI/CD systems.
419
+ *
420
+ * @readonly
421
+ * @category node
422
+ */
423
+ readonly GERRIT_PROJECT?: string;
424
+ /**
425
+ * The gitea actions build ID. This value is set by certain CI/CD systems.
426
+ *
427
+ * @readonly
428
+ * @category node
429
+ */
430
+ readonly GITEA_ACTIONS?: string;
431
+ /**
432
+ * The github actions build ID. This value is set by certain CI/CD systems.
433
+ *
434
+ * @readonly
435
+ * @category node
436
+ */
437
+ readonly GITHUB_ACTIONS?: string;
438
+ /**
439
+ * The gitlab ci build ID. This value is set by certain CI/CD systems.
440
+ *
441
+ * @readonly
442
+ * @category node
443
+ */
444
+ readonly GITLAB_CI?: string;
445
+ /**
446
+ * The go cd build ID. This value is set by certain CI/CD systems.
447
+ *
448
+ * @readonly
449
+ * @category node
450
+ */
451
+ readonly GOCD?: string;
452
+ /**
453
+ * The builder output build ID. This value is set by certain CI/CD systems.
454
+ *
455
+ * @readonly
456
+ * @category node
457
+ */
458
+ readonly BUILDER_OUTPUT?: string;
459
+ /**
460
+ * The harness build ID. This value is set by certain CI/CD systems.
461
+ *
462
+ * @readonly
463
+ * @category node
464
+ */
465
+ readonly HARNESS_BUILD_ID?: string;
466
+ /**
467
+ * The jenkins url. This value is set by certain CI/CD systems.
468
+ *
469
+ * @readonly
470
+ * @category node
471
+ */
472
+ readonly JENKINS_URL?: string;
473
+ /**
474
+ * The layerci build ID. This value is set by certain CI/CD systems.
475
+ *
476
+ * @readonly
477
+ * @category node
478
+ */
479
+ readonly LAYERCI?: string;
480
+ /**
481
+ * The magnum build ID. This value is set by certain CI/CD systems.
482
+ *
483
+ * @readonly
484
+ * @category node
485
+ */
486
+ readonly MAGNUM?: string;
487
+ /**
488
+ * The netlify build ID. This value is set by certain CI/CD systems.
489
+ *
490
+ * @readonly
491
+ * @category node
492
+ */
493
+ readonly NETLIFY?: string;
494
+ /**
495
+ * The nevercode build ID. This value is set by certain CI/CD systems.
496
+ *
497
+ * @readonly
498
+ * @category node
499
+ */
500
+ readonly NEVERCODE?: string;
501
+ /**
502
+ * The prow job ID. This value is set by certain CI/CD systems.
503
+ *
504
+ * @readonly
505
+ * @category node
506
+ */
507
+ readonly PROW_JOB_ID?: string;
508
+ /**
509
+ * The release build ID. This value is set by certain CI/CD systems.
510
+ *
511
+ * @readonly
512
+ * @category node
513
+ */
514
+ readonly RELEASE_BUILD_ID?: string;
515
+ /**
516
+ * The render build ID. This value is set by certain CI/CD systems.
517
+ *
518
+ * @readonly
519
+ * @category node
520
+ */
521
+ readonly RENDER?: string;
522
+ /**
523
+ * The sailci build ID. This value is set by certain CI/CD systems.
524
+ *
525
+ * @readonly
526
+ * @category node
527
+ */
528
+ readonly SAILCI?: string;
529
+ /**
530
+ * The hudson build ID. This value is set by certain CI/CD systems.
531
+ *
532
+ * @readonly
533
+ * @category node
534
+ */
535
+ readonly HUDSON?: string;
536
+ /**
537
+ * The screwdriver build ID. This value is set by certain CI/CD systems.
538
+ *
539
+ * @readonly
540
+ * @category node
541
+ */
542
+ readonly SCREWDRIVER?: string;
543
+ /**
544
+ * The semaphore build ID. This value is set by certain CI/CD systems.
545
+ *
546
+ * @readonly
547
+ * @category node
548
+ */
549
+ readonly SEMAPHORE?: string;
550
+ /**
551
+ * The sourcehut build ID. This value is set by certain CI/CD systems.
552
+ *
553
+ * @readonly
554
+ * @category node
555
+ */
556
+ readonly SOURCEHUT?: string;
557
+ /**
558
+ * The spaceship build ID. This value is set by certain CI/CD systems.
559
+ *
560
+ * @readonly
561
+ * @category node
562
+ */
563
+ readonly SPACESHIP_CI?: string;
564
+ /**
565
+ * The strider build ID. This value is set by certain CI/CD systems.
566
+ *
567
+ * @readonly
568
+ * @category node
569
+ */
570
+ readonly STRIDER?: string;
571
+ /**
572
+ * The task ID. This value is set by certain CI/CD systems.
573
+ *
574
+ * @readonly
575
+ * @category node
576
+ */
577
+ readonly TASK_ID?: string;
578
+ /**
579
+ * The teamcity version. This value is set by certain CI/CD systems.
580
+ *
581
+ * @readonly
582
+ * @category node
583
+ */
584
+ readonly TEAMCITY_VERSION?: string;
585
+ /**
586
+ * The travis build ID. This value is set by certain CI/CD systems.
587
+ *
588
+ * @readonly
589
+ * @category node
590
+ */
591
+ readonly TRAVIS?: string;
592
+ /**
593
+ * The vela build ID. This value is set by certain CI/CD systems.
594
+ *
595
+ * @readonly
596
+ * @category node
597
+ */
598
+ readonly VELA?: string;
599
+ /**
600
+ * The now builder build ID. This value is set by certain CI/CD systems.
601
+ *
602
+ * @readonly
603
+ * @category node
604
+ */
605
+ readonly NOW_BUILDER?: string;
606
+ /**
607
+ * The appcenter build ID. This value is set by certain CI/CD systems.
608
+ *
609
+ * @readonly
610
+ * @category node
611
+ */
612
+ readonly APPCENTER_BUILD_ID?: string;
613
+ /**
614
+ * The xcode project build ID. This value is set by certain CI/CD systems.
615
+ *
616
+ * @readonly
617
+ * @category node
618
+ */
619
+ readonly CI_XCODE_PROJECT?: string;
620
+ /**
621
+ * The xcode server build ID. This value is set by certain CI/CD systems.
622
+ *
623
+ * @readonly
624
+ * @category node
625
+ */
626
+ readonly XCS?: string;
627
+ /**
628
+ * The application's runtime data directory.
629
+ *
630
+ * @remarks
631
+ * This variable is used to override the base path of the system's local application data directory. This variable is used to set the \`$storm.paths.data\` property.
632
+ *
633
+ * @title Data Directory
634
+ * @category node
635
+ */
636
+ DATA_DIR?: string;
637
+ /**
638
+ * The application's configuration data directory.
639
+ *
640
+ * @remarks
641
+ * This variable is used to override the base path of the system's local application configuration directory. This variable is used to set the \`$storm.paths.config\` property.
642
+ *
643
+ * @title Configuration Directory
644
+ * @category node
645
+ */
646
+ CONFIG_DIR?: string;
647
+ /**
648
+ * The application's cached data directory.
649
+ *
650
+ * @remarks
651
+ * This variable is used to override the base path of the system's local cache data directory. This variable is used to set the \`$storm.paths.cache\` property.
652
+ *
653
+ * @title Cache Directory
654
+ * @category node
655
+ */
656
+ CACHE_DIR?: string;
657
+ /**
658
+ * The application's logging directory.
659
+ *
660
+ * @remarks
661
+ * This variable is used to override the base path of the system's local application log directory. This variable is used to set the \`$storm.paths.log\` property.
662
+ *
663
+ * @title Log Directory
664
+ * @category node
665
+ */
666
+ LOG_DIR?: string;
667
+ /**
668
+ * The application's temporary data directory.
669
+ *
670
+ * @remarks
671
+ * This variable is used to override the base path of the system's local temporary data directory. This variable is used to set the \`$storm.paths.temp\` property.
672
+ *
673
+ * @title Temporary Directory
674
+ * @category node
675
+ */
676
+ TEMP_DIR?: string;
677
+ /**
678
+ * A variable that specifies the current user's local application data directory on Windows.
679
+ *
680
+ * @see https://www.advancedinstaller.com/appdata-localappdata-programdata.html
681
+ *
682
+ * @remarks
683
+ * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \`$storm.paths.data\`, \`$storm.paths.cache\`, and \`$storm.paths.log\` properties.
684
+ *
685
+ * @readonly
686
+ * @category node
687
+ */
688
+ readonly LOCALAPPDATA?: string;
689
+ /**
690
+ * A variable that specifies the application data directory on Windows.
691
+ *
692
+ * @see https://www.advancedinstaller.com/appdata-localappdata-programdata.html
693
+ *
694
+ * @remarks
695
+ * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \`$storm.paths.config\` property.
696
+ *
697
+ * @readonly
698
+ * @category node
699
+ */
700
+ readonly APPDATA?: string;
701
+ /**
702
+ * A variable that specifies the data path in the home directory on Linux systems using the XDG base directory specification.
703
+ *
704
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
705
+ *
706
+ * @remarks
707
+ * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \`$storm.paths.data\` property.
708
+ *
709
+ * @readonly
710
+ * @category node
711
+ */
712
+ readonly XDG_DATA_HOME?: string;
713
+ /**
714
+ * A variable that specifies the configuration path in the home directory on Linux systems using the XDG base directory specification.
715
+ *
716
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
717
+ *
718
+ * @remarks
719
+ * This variable is used to specify a path to configuration data that is specific to the current user. This variable can be used to set the \`$storm.paths.config\` property.
720
+ *
721
+ * @readonly
722
+ * @category node
723
+ */
724
+ readonly XDG_CONFIG_HOME?: string;
725
+ /**
726
+ * A variable that specifies the cache path in the home directory on Linux systems using the XDG base directory specification.
727
+ *
728
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
729
+ *
730
+ * @remarks
731
+ * This variable is used to specify a path to cache data that is specific to the current user. This variable can be used to set the \`$storm.paths.cache\` property.
732
+ *
733
+ * @readonly
734
+ * @category node
735
+ */
736
+ readonly XDG_CACHE_HOME?: string;
737
+ /**
738
+ * A variable that specifies the state directory on Linux systems using the XDG base directory specification.
739
+ *
740
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
741
+ *
742
+ * @remarks
743
+ * This variable is used to specify a path to application state data that is specific to the current user. This variable can be used to set the \`$storm.paths.state\` property.
744
+ *
745
+ * @readonly
746
+ * @category node
747
+ */
748
+ readonly XDG_STATE_HOME?: string;
749
+ /**
750
+ * A variable that specifies the runtime directory on Linux systems using the XDG base directory specification.
751
+ *
752
+ * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c
753
+ *
754
+ * @remarks
755
+ * This variable is used to specify a path to runtime data that is specific to the current user. This variable can be used to set the \`$storm.paths.temp\` property.
756
+ *
757
+ * @readonly
758
+ * @category node
759
+ */
760
+ readonly XDG_RUNTIME_DIR?: string;
761
+ /**
762
+ * A variable that specifies the [Devenv](https://devenv.sh/) runtime directory.
763
+ *
764
+ * @see https://devenv.sh/files-and-variables/#devenv_dotfile
765
+ * @see https://nixos.org/
766
+ *
767
+ * @remarks
768
+ * This variable is used to specify a path to application data that is specific to the current [Nix](https://nixos.org/) environment. This variable can be used to set the \`$storm.paths.temp\` property.
769
+ *
770
+ * @category node
771
+ */
772
+ DEVENV_RUNTIME?: string;
773
+ }
774
+ /**
775
+ * The base secrets configuration used by Powerlines applications
776
+ *
777
+ * @remarks
778
+ * This interface is used to define the secret configuration options used by Powerlines applications. It is used to provide type safety, autocompletion, and default values for the environment variables. The comments of each variable are used to provide documentation descriptions when running the \`storm docs\` command. Since these are secrets, no default values should be provided and the values should be kept confidential (excluded from the client).
779
+ */
780
+ interface SecretsInterface {
781
+ /**
782
+ * The secret key used for encryption and decryption.
783
+ *
784
+ * @remarks
785
+ * This variable is used to provide a secret key for encryption and decryption of sensitive data. It is important that this value is kept confidential and not exposed in client-side code or public repositories.
786
+ *
787
+ * @title Encryption Key
788
+ */
789
+ ENCRYPTION_KEY: string;
790
+ }
791
+ //#endregion
792
+ export { EnvInterface, SecretsInterface };