@firestartr/cli 1.59.3-snapshot-6 → 1.59.3-snapshot-7

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
@@ -358342,6 +358342,15 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358342
358342
  type: 'string',
358343
358343
  description: 'The level of org Permission',
358344
358344
  },
358345
+ sync: {
358346
+ type: 'object',
358347
+ properties: {
358348
+ enabled: { type: 'boolean' },
358349
+ period: { type: 'string' },
358350
+ },
358351
+ additionalProperties: false,
358352
+ required: ['enabled', 'period'],
358353
+ },
358345
358354
  technology: {
358346
358355
  type: 'object',
358347
358356
  properties: {
@@ -376996,7 +377005,7 @@ const crs_analyzerSubcommand = {
376996
377005
  };
376997
377006
 
376998
377007
  ;// CONCATENATED MODULE: ./package.json
376999
- const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-6"}');
377008
+ const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-7"}');
377000
377009
  ;// CONCATENATED MODULE: ../../package.json
377001
377010
  const package_namespaceObject_1 = {"i8":"1.59.3"};
377002
377011
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
@@ -517,6 +517,19 @@ declare const schemas: {
517
517
  type: string;
518
518
  description: string;
519
519
  };
520
+ sync: {
521
+ type: string;
522
+ properties: {
523
+ enabled: {
524
+ type: string;
525
+ };
526
+ period: {
527
+ type: string;
528
+ };
529
+ };
530
+ additionalProperties: boolean;
531
+ required: string[];
532
+ };
520
533
  technology: {
521
534
  type: string;
522
535
  properties: {
@@ -27,6 +27,19 @@ declare const _default: {
27
27
  type: string;
28
28
  description: string;
29
29
  };
30
+ sync: {
31
+ type: string;
32
+ properties: {
33
+ enabled: {
34
+ type: string;
35
+ };
36
+ period: {
37
+ type: string;
38
+ };
39
+ };
40
+ additionalProperties: boolean;
41
+ required: string[];
42
+ };
30
43
  technology: {
31
44
  type: string;
32
45
  properties: {
@@ -132,6 +132,19 @@ export declare const GithubSchemas: ({
132
132
  type: string;
133
133
  description: string;
134
134
  };
135
+ sync: {
136
+ type: string;
137
+ properties: {
138
+ enabled: {
139
+ type: string;
140
+ };
141
+ period: {
142
+ type: string;
143
+ };
144
+ };
145
+ additionalProperties: boolean;
146
+ required: string[];
147
+ };
135
148
  technology: {
136
149
  type: string;
137
150
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.59.3-snapshot-6",
3
+ "version": "1.59.3-snapshot-7",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",