@firestartr/cli 1.59.0-snapshot-2 → 1.59.0-snapshot-4
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 +12 -10
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/common-meta.schema.d.ts +7 -3
- package/build/packages/cdk8s_renderer/src/claims/base/schemas/index.d.ts +11 -9
- package/build/packages/cdk8s_renderer/src/claims/github/component.schema.d.ts +1 -2
- package/build/packages/cdk8s_renderer/src/claims/github/group.schema.d.ts +1 -1
- package/build/packages/cdk8s_renderer/src/claims/github/index.d.ts +4 -6
- package/build/packages/cdk8s_renderer/src/claims/github/orgwebhook.schema.d.ts +1 -2
- package/build/packages/cdk8s_renderer/src/claims/github/user.schema.d.ts +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -357814,9 +357814,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
357814
357814
|
description: 'An envelope for a any kind of claim',
|
|
357815
357815
|
properties: {
|
|
357816
357816
|
name: {
|
|
357817
|
-
|
|
357818
|
-
pattern: '^[a-z0-9]([a-z0-9._-]*[a-z0-9])?$',
|
|
357819
|
-
maxLength: 63,
|
|
357817
|
+
$ref: 'firestartr.dev://common/ClaimName',
|
|
357820
357818
|
},
|
|
357821
357819
|
kind: {
|
|
357822
357820
|
type: 'string',
|
|
@@ -357875,6 +357873,12 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
357875
357873
|
},
|
|
357876
357874
|
additionalProperties: false,
|
|
357877
357875
|
},
|
|
357876
|
+
ClaimName: {
|
|
357877
|
+
$id: 'firestartr.dev://common/ClaimName',
|
|
357878
|
+
type: 'string',
|
|
357879
|
+
pattern: '^[a-z0-9]([a-z0-9._-]*[a-z0-9])?$',
|
|
357880
|
+
maxLength: 63,
|
|
357881
|
+
},
|
|
357878
357882
|
DomainReference: {
|
|
357879
357883
|
$id: 'firestartr.dev://common/FirestartrDomainRef',
|
|
357880
357884
|
type: 'string',
|
|
@@ -358262,7 +358266,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358262
358266
|
type: 'string',
|
|
358263
358267
|
},
|
|
358264
358268
|
org: {
|
|
358265
|
-
|
|
358269
|
+
$ref: 'firestartr.dev://common/ClaimName',
|
|
358266
358270
|
},
|
|
358267
358271
|
},
|
|
358268
358272
|
required: ['org', 'privacy'],
|
|
@@ -358294,7 +358298,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358294
358298
|
enum: ['admin', 'member'],
|
|
358295
358299
|
},
|
|
358296
358300
|
org: {
|
|
358297
|
-
|
|
358301
|
+
$ref: 'firestartr.dev://common/ClaimName',
|
|
358298
358302
|
},
|
|
358299
358303
|
},
|
|
358300
358304
|
required: ['org', 'role'],
|
|
@@ -358321,8 +358325,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358321
358325
|
type: 'object',
|
|
358322
358326
|
properties: {
|
|
358323
358327
|
org: {
|
|
358324
|
-
|
|
358325
|
-
description: 'The github organization name',
|
|
358328
|
+
$ref: 'firestartr.dev://common/ClaimName',
|
|
358326
358329
|
},
|
|
358327
358330
|
name: {
|
|
358328
358331
|
type: 'string',
|
|
@@ -358388,8 +358391,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
358388
358391
|
type: 'object',
|
|
358389
358392
|
properties: {
|
|
358390
358393
|
orgName: {
|
|
358391
|
-
|
|
358392
|
-
description: 'Organization name on GitHub',
|
|
358394
|
+
$ref: 'firestartr.dev://common/ClaimName',
|
|
358393
358395
|
},
|
|
358394
358396
|
webhook: {
|
|
358395
358397
|
type: 'object',
|
|
@@ -376629,7 +376631,7 @@ const crs_analyzerSubcommand = {
|
|
|
376629
376631
|
};
|
|
376630
376632
|
|
|
376631
376633
|
;// CONCATENATED MODULE: ./package.json
|
|
376632
|
-
const package_namespaceObject = JSON.parse('{"i8":"1.59.0-snapshot-
|
|
376634
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.59.0-snapshot-4"}');
|
|
376633
376635
|
;// CONCATENATED MODULE: ../../package.json
|
|
376634
376636
|
const package_namespaceObject_1 = {"i8":"1.58.0"};
|
|
376635
376637
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|
|
@@ -7,9 +7,7 @@ declare const _default: {
|
|
|
7
7
|
description: string;
|
|
8
8
|
properties: {
|
|
9
9
|
name: {
|
|
10
|
-
|
|
11
|
-
pattern: string;
|
|
12
|
-
maxLength: number;
|
|
10
|
+
$ref: string;
|
|
13
11
|
};
|
|
14
12
|
kind: {
|
|
15
13
|
type: string;
|
|
@@ -68,6 +66,12 @@ declare const _default: {
|
|
|
68
66
|
};
|
|
69
67
|
additionalProperties: boolean;
|
|
70
68
|
};
|
|
69
|
+
ClaimName: {
|
|
70
|
+
$id: string;
|
|
71
|
+
type: string;
|
|
72
|
+
pattern: string;
|
|
73
|
+
maxLength: number;
|
|
74
|
+
};
|
|
71
75
|
DomainReference: {
|
|
72
76
|
$id: string;
|
|
73
77
|
type: string;
|
|
@@ -11,9 +11,7 @@ declare const schemas: {
|
|
|
11
11
|
description: string;
|
|
12
12
|
properties: {
|
|
13
13
|
name: {
|
|
14
|
-
|
|
15
|
-
pattern: string;
|
|
16
|
-
maxLength: number;
|
|
14
|
+
$ref: string;
|
|
17
15
|
};
|
|
18
16
|
kind: {
|
|
19
17
|
type: string;
|
|
@@ -72,6 +70,12 @@ declare const schemas: {
|
|
|
72
70
|
};
|
|
73
71
|
additionalProperties: boolean;
|
|
74
72
|
};
|
|
73
|
+
ClaimName: {
|
|
74
|
+
$id: string;
|
|
75
|
+
type: string;
|
|
76
|
+
pattern: string;
|
|
77
|
+
maxLength: number;
|
|
78
|
+
};
|
|
75
79
|
DomainReference: {
|
|
76
80
|
$id: string;
|
|
77
81
|
type: string;
|
|
@@ -398,7 +402,7 @@ declare const schemas: {
|
|
|
398
402
|
type: string;
|
|
399
403
|
};
|
|
400
404
|
org: {
|
|
401
|
-
|
|
405
|
+
$ref: string;
|
|
402
406
|
};
|
|
403
407
|
};
|
|
404
408
|
required: string[];
|
|
@@ -427,7 +431,7 @@ declare const schemas: {
|
|
|
427
431
|
enum: string[];
|
|
428
432
|
};
|
|
429
433
|
org: {
|
|
430
|
-
|
|
434
|
+
$ref: string;
|
|
431
435
|
};
|
|
432
436
|
};
|
|
433
437
|
required: string[];
|
|
@@ -497,8 +501,7 @@ declare const schemas: {
|
|
|
497
501
|
type: string;
|
|
498
502
|
properties: {
|
|
499
503
|
org: {
|
|
500
|
-
|
|
501
|
-
description: string;
|
|
504
|
+
$ref: string;
|
|
502
505
|
};
|
|
503
506
|
name: {
|
|
504
507
|
type: string;
|
|
@@ -563,8 +566,7 @@ declare const schemas: {
|
|
|
563
566
|
type: string;
|
|
564
567
|
properties: {
|
|
565
568
|
orgName: {
|
|
566
|
-
|
|
567
|
-
description: string;
|
|
569
|
+
$ref: string;
|
|
568
570
|
};
|
|
569
571
|
webhook: {
|
|
570
572
|
type: string;
|
|
@@ -22,7 +22,7 @@ export declare const GithubSchemas: ({
|
|
|
22
22
|
type: string;
|
|
23
23
|
};
|
|
24
24
|
org: {
|
|
25
|
-
|
|
25
|
+
$ref: string;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
required: string[];
|
|
@@ -51,7 +51,7 @@ export declare const GithubSchemas: ({
|
|
|
51
51
|
enum: string[];
|
|
52
52
|
};
|
|
53
53
|
org: {
|
|
54
|
-
|
|
54
|
+
$ref: string;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
required: string[];
|
|
@@ -121,8 +121,7 @@ export declare const GithubSchemas: ({
|
|
|
121
121
|
type: string;
|
|
122
122
|
properties: {
|
|
123
123
|
org: {
|
|
124
|
-
|
|
125
|
-
description: string;
|
|
124
|
+
$ref: string;
|
|
126
125
|
};
|
|
127
126
|
name: {
|
|
128
127
|
type: string;
|
|
@@ -187,8 +186,7 @@ export declare const GithubSchemas: ({
|
|
|
187
186
|
type: string;
|
|
188
187
|
properties: {
|
|
189
188
|
orgName: {
|
|
190
|
-
|
|
191
|
-
description: string;
|
|
189
|
+
$ref: string;
|
|
192
190
|
};
|
|
193
191
|
webhook: {
|
|
194
192
|
type: string;
|