@firestartr/cli 1.54.0-snapshot-8 → 1.54.0-snapshot-10
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
|
@@ -355602,7 +355602,7 @@ class GlobalDefault extends DefaultSection {
|
|
|
355602
355602
|
// Thus it performs a nullify of the designed patches
|
|
355603
355603
|
|
|
355604
355604
|
|
|
355605
|
-
const ONE_WAY_DEFINITIONS = ['/spec/vars'];
|
|
355605
|
+
const ONE_WAY_DEFINITIONS = ['/spec/vars', '/spec/actions/oidc'];
|
|
355606
355606
|
function applyOneWayDefs(crSpecs) {
|
|
355607
355607
|
const crSpecsClone = JSON.parse(JSON.stringify(crSpecs));
|
|
355608
355608
|
for (const defPath of ONE_WAY_DEFINITIONS) {
|
|
@@ -358106,26 +358106,10 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358106
358106
|
type: 'string',
|
|
358107
358107
|
description: 'The github organization name',
|
|
358108
358108
|
},
|
|
358109
|
-
name: {
|
|
358110
|
-
type: 'string',
|
|
358111
|
-
description: 'The github repo name',
|
|
358112
|
-
},
|
|
358113
|
-
orgPermissions: {
|
|
358114
|
-
type: 'string',
|
|
358115
|
-
description: 'The level of org Permission',
|
|
358116
|
-
},
|
|
358117
|
-
archiveOnDestroy: {
|
|
358118
|
-
type: 'boolean',
|
|
358119
|
-
description: 'whether this repo should be archived when the claim is deleted',
|
|
358120
|
-
},
|
|
358121
358109
|
visibility: {
|
|
358122
358110
|
type: 'string',
|
|
358123
358111
|
enum: ['private', 'public', 'internal'],
|
|
358124
358112
|
},
|
|
358125
|
-
description: {
|
|
358126
|
-
type: 'string',
|
|
358127
|
-
description: 'The purpose of this repo',
|
|
358128
|
-
},
|
|
358129
358113
|
features: {
|
|
358130
358114
|
type: 'array',
|
|
358131
358115
|
items: {
|
|
@@ -369407,7 +369391,7 @@ function provisionRepository(scope, fsGithubRepository) {
|
|
|
369407
369391
|
allowAutoMerge: fsGithubRepository.spec.repo.allowAutoMerge,
|
|
369408
369392
|
deleteBranchOnMerge: fsGithubRepository.spec.repo.deleteBranchOnMerge,
|
|
369409
369393
|
autoInit: fsGithubRepository.spec.repo.autoInit,
|
|
369410
|
-
archiveOnDestroy:
|
|
369394
|
+
archiveOnDestroy: true,
|
|
369411
369395
|
allowUpdateBranch: fsGithubRepository.spec.repo.allowUpdateBranch,
|
|
369412
369396
|
hasIssues: fsGithubRepository.spec.repo.hasIssues,
|
|
369413
369397
|
visibility: fsGithubRepository.spec.repo.visibility,
|
|
@@ -489,26 +489,10 @@ declare const schemas: {
|
|
|
489
489
|
type: string;
|
|
490
490
|
description: string;
|
|
491
491
|
};
|
|
492
|
-
name: {
|
|
493
|
-
type: string;
|
|
494
|
-
description: string;
|
|
495
|
-
};
|
|
496
|
-
orgPermissions: {
|
|
497
|
-
type: string;
|
|
498
|
-
description: string;
|
|
499
|
-
};
|
|
500
|
-
archiveOnDestroy: {
|
|
501
|
-
type: string;
|
|
502
|
-
description: string;
|
|
503
|
-
};
|
|
504
492
|
visibility: {
|
|
505
493
|
type: string;
|
|
506
494
|
enum: string[];
|
|
507
495
|
};
|
|
508
|
-
description: {
|
|
509
|
-
type: string;
|
|
510
|
-
description: string;
|
|
511
|
-
};
|
|
512
496
|
features: {
|
|
513
497
|
type: string;
|
|
514
498
|
items: {
|
|
@@ -19,26 +19,10 @@ declare const _default: {
|
|
|
19
19
|
type: string;
|
|
20
20
|
description: string;
|
|
21
21
|
};
|
|
22
|
-
name: {
|
|
23
|
-
type: string;
|
|
24
|
-
description: string;
|
|
25
|
-
};
|
|
26
|
-
orgPermissions: {
|
|
27
|
-
type: string;
|
|
28
|
-
description: string;
|
|
29
|
-
};
|
|
30
|
-
archiveOnDestroy: {
|
|
31
|
-
type: string;
|
|
32
|
-
description: string;
|
|
33
|
-
};
|
|
34
22
|
visibility: {
|
|
35
23
|
type: string;
|
|
36
24
|
enum: string[];
|
|
37
25
|
};
|
|
38
|
-
description: {
|
|
39
|
-
type: string;
|
|
40
|
-
description: string;
|
|
41
|
-
};
|
|
42
26
|
features: {
|
|
43
27
|
type: string;
|
|
44
28
|
items: {
|
|
@@ -124,26 +124,10 @@ export declare const GithubSchemas: ({
|
|
|
124
124
|
type: string;
|
|
125
125
|
description: string;
|
|
126
126
|
};
|
|
127
|
-
name: {
|
|
128
|
-
type: string;
|
|
129
|
-
description: string;
|
|
130
|
-
};
|
|
131
|
-
orgPermissions: {
|
|
132
|
-
type: string;
|
|
133
|
-
description: string;
|
|
134
|
-
};
|
|
135
|
-
archiveOnDestroy: {
|
|
136
|
-
type: string;
|
|
137
|
-
description: string;
|
|
138
|
-
};
|
|
139
127
|
visibility: {
|
|
140
128
|
type: string;
|
|
141
129
|
enum: string[];
|
|
142
130
|
};
|
|
143
|
-
description: {
|
|
144
|
-
type: string;
|
|
145
|
-
description: string;
|
|
146
|
-
};
|
|
147
131
|
features: {
|
|
148
132
|
type: string;
|
|
149
133
|
items: {
|