@firestartr/cli 1.51.1-snapshot-01 → 1.51.1-snapshot-02

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/build/index.js CHANGED
@@ -358187,6 +358187,9 @@ const GithubSchemas = [
358187
358187
  schedule_timezone: {
358188
358188
  type: 'string',
358189
358189
  },
358190
+ policy: {
358191
+ type: 'string',
358192
+ }
358190
358193
  },
358191
358194
  additionalProperties: false,
358192
358195
  required: ['enabled'],
@@ -685,6 +685,9 @@ declare const schemas: {
685
685
  schedule_timezone: {
686
686
  type: string;
687
687
  };
688
+ policy: {
689
+ type: string;
690
+ };
688
691
  };
689
692
  additionalProperties: boolean;
690
693
  required: string[];
@@ -40,6 +40,9 @@ export declare const TerraformSchemas: {
40
40
  schedule_timezone: {
41
41
  type: string;
42
42
  };
43
+ policy: {
44
+ type: string;
45
+ };
43
46
  };
44
47
  additionalProperties: boolean;
45
48
  required: string[];
@@ -40,6 +40,9 @@ declare const _default: {
40
40
  schedule_timezone: {
41
41
  type: string;
42
42
  };
43
+ policy: {
44
+ type: string;
45
+ };
43
46
  };
44
47
  additionalProperties: boolean;
45
48
  required: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.51.1-snapshot-01",
3
+ "version": "1.51.1-snapshot-02",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",