@pipelab/shared 2.0.1-beta.20 → 2.0.1-beta.21

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/index.mjs CHANGED
@@ -390,7 +390,12 @@ const AppSettingsValidatorV7 = object({
390
390
  id: string(),
391
391
  name: string(),
392
392
  url: string()
393
- }))
393
+ })),
394
+ buildHistory: object({ retentionPolicy: object({
395
+ enabled: boolean(),
396
+ maxEntries: number(),
397
+ maxAge: number()
398
+ }) })
394
399
  });
395
400
  const AppSettingsValidator = AppSettingsValidatorV7;
396
401
  //#endregion