@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 +3 -0
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/index.d.ts +3 -0
- package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/index.d.ts +3 -0
- package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/terraform.schema.d.ts +3 -0
- package/package.json +1 -1
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'],
|