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

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: {
@@ -358389,8 +358398,8 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
358389
358398
  type: 'array',
358390
358399
  items: { type: 'string' },
358391
358400
  },
358392
- additionalProperties: false,
358393
358401
  },
358402
+ additionalProperties: false,
358394
358403
  },
358395
358404
  },
358396
358405
  additionalProperties: false,
@@ -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-8"}');
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: {
@@ -576,8 +589,8 @@ declare const schemas: {
576
589
  type: string;
577
590
  };
578
591
  };
579
- additionalProperties: boolean;
580
592
  };
593
+ additionalProperties: boolean;
581
594
  };
582
595
  };
583
596
  additionalProperties: boolean;
@@ -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: {
@@ -86,8 +99,8 @@ declare const _default: {
86
99
  type: string;
87
100
  };
88
101
  };
89
- additionalProperties: boolean;
90
102
  };
103
+ additionalProperties: boolean;
91
104
  };
92
105
  };
93
106
  additionalProperties: boolean;
@@ -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: {
@@ -191,8 +204,8 @@ export declare const GithubSchemas: ({
191
204
  type: string;
192
205
  };
193
206
  };
194
- additionalProperties: boolean;
195
207
  };
208
+ additionalProperties: boolean;
196
209
  };
197
210
  };
198
211
  additionalProperties: boolean;
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-8",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",