@firestartr/cli 1.51.1-snapshot-06 → 1.51.1-snapshot

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.
Files changed (82) hide show
  1. package/build/index.js +3390 -1047
  2. package/build/packages/catalog_common/src/types/envvars.d.ts +0 -1
  3. package/build/packages/cdk8s_renderer/imports/firestartr.dev.d.ts +477 -140
  4. package/build/packages/cdk8s_renderer/src/charts/catalog/tfWorkspaceChart.d.ts +1 -0
  5. package/build/packages/cdk8s_renderer/src/charts/github/RepoSecretsSectionChart.d.ts +12 -0
  6. package/build/packages/cdk8s_renderer/src/charts/github/orgWebhookChart.d.ts +2 -1
  7. package/build/packages/cdk8s_renderer/src/charts/github/repositoryChart.d.ts +2 -8
  8. package/build/packages/cdk8s_renderer/src/claims/base/schemas/argodeploy.schema.d.ts +1 -2
  9. package/build/packages/cdk8s_renderer/src/claims/base/schemas/common-meta.schema.d.ts +18 -1
  10. package/build/packages/cdk8s_renderer/src/claims/base/schemas/component.schema.d.ts +2 -4
  11. package/build/packages/cdk8s_renderer/src/claims/base/schemas/domain.schema.d.ts +1 -1
  12. package/build/packages/cdk8s_renderer/src/claims/base/schemas/group.schema.d.ts +2 -2
  13. package/build/packages/cdk8s_renderer/src/claims/base/schemas/index.d.ts +99 -39
  14. package/build/packages/cdk8s_renderer/src/claims/base/schemas/system.schema.d.ts +1 -5
  15. package/build/packages/cdk8s_renderer/src/claims/base/schemas/tfworkspace.schema.d.ts +2 -4
  16. package/build/packages/cdk8s_renderer/src/claims/external-secrets/external-secrets.schema.d.ts +18 -20
  17. package/build/packages/cdk8s_renderer/src/claims/external-secrets/index.d.ts +18 -20
  18. package/build/packages/cdk8s_renderer/src/claims/github/component.schema.d.ts +24 -0
  19. package/build/packages/cdk8s_renderer/src/claims/github/index.d.ts +27 -0
  20. package/build/packages/cdk8s_renderer/src/claims/github/orgWebhook.d.ts +1 -4
  21. package/build/packages/cdk8s_renderer/src/claims/github/orgwebhook.schema.d.ts +3 -0
  22. package/build/packages/cdk8s_renderer/src/claims/github/repository.d.ts +1 -0
  23. package/build/packages/cdk8s_renderer/src/claims/github/repositoryFeature.d.ts +1 -0
  24. package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/index.d.ts +27 -0
  25. package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/terraform.schema.d.ts +27 -0
  26. package/build/packages/cdk8s_renderer/src/claims/tfworkspaces/tfworkspace.d.ts +6 -0
  27. package/build/packages/cdk8s_renderer/src/defaults/oneWayDefs.d.ts +1 -0
  28. package/build/packages/cdk8s_renderer/src/initializers/metadata.d.ts +11 -0
  29. package/build/packages/cdk8s_renderer/src/loader/claimsDefaulter.d.ts +1 -0
  30. package/build/packages/cdk8s_renderer/src/loader/lazy_loader.d.ts +1 -1
  31. package/build/packages/cdk8s_renderer/src/overriders/featureOverride.d.ts +1 -0
  32. package/build/packages/cdk8s_renderer/src/refsSorter/refsExtractor.d.ts +1 -1
  33. package/build/packages/cli/src/subcommands/index.d.ts +1 -0
  34. package/build/packages/features_preparer/index.d.ts +1 -0
  35. package/build/packages/features_preparer/src/index.d.ts +2 -1
  36. package/build/packages/features_preparer/src/renderer.d.ts +1 -0
  37. package/build/packages/features_renderer/src/render.d.ts +2 -1
  38. package/build/packages/features_renderer/src/schema.d.ts +14 -1
  39. package/build/packages/github/index.d.ts +12 -0
  40. package/build/packages/github/src/encrypt.d.ts +3 -6
  41. package/build/packages/github/src/sticky_comment.d.ts +20 -6
  42. package/build/packages/github/src/workflow.d.ts +58 -0
  43. package/build/packages/importer/index.d.ts +2 -2
  44. package/build/packages/importer/src/decanter/base.d.ts +8 -0
  45. package/build/packages/importer/src/decanter/collections.d.ts +1 -1
  46. package/build/packages/importer/src/decanter/gh/github_group.d.ts +1 -0
  47. package/build/packages/importer/src/decanter/index.d.ts +2 -2
  48. package/build/packages/operator/cdktf.d.ts +1 -1
  49. package/build/packages/operator/fdummies/index.d.ts +8 -0
  50. package/build/packages/operator/src/cdktf/ownership.d.ts +2 -0
  51. package/build/packages/operator/src/cmd/tf_planner.d.ts +1 -1
  52. package/build/packages/operator/src/high_priority_status.d.ts +1 -0
  53. package/build/packages/operator/src/informer.d.ts +8 -0
  54. package/build/packages/operator/src/metrics/CRStates.d.ts +1 -0
  55. package/build/packages/operator/src/ownership.d.ts +4 -0
  56. package/build/packages/operator/src/processItem.d.ts +1 -0
  57. package/build/packages/operator/src/processItem.debug.d.ts +2 -0
  58. package/build/packages/operator/src/processItemDLH.d.ts +2 -0
  59. package/build/packages/operator/src/signals.d.ts +17 -0
  60. package/build/packages/operator/src/status.d.ts +9 -1
  61. package/build/packages/operator/src/syncCtl.d.ts +32 -0
  62. package/build/packages/operator/src/syncer.d.ts +6 -2
  63. package/build/packages/operator/src/syncer.debug.d.ts +2 -0
  64. package/build/packages/operator/src/types.d.ts +8 -0
  65. package/build/packages/operator/src/user-feedback-ops/tf-checkrun.d.ts +1 -1
  66. package/build/packages/operator/src/user-feedback-ops/user-feedback-ops.d.ts +9 -4
  67. package/build/packages/operator/src/utils/operationErrorMessages.d.ts +4 -0
  68. package/build/packages/provisioner/src/entities/base/Entity.d.ts +4 -1
  69. package/build/packages/provisioner/src/entities/firestartrgithubrepositorysecretssection/FirestartrGithubRepositorySecretsSection.d.ts +9 -0
  70. package/build/packages/provisioner/src/entities/firestartrgithubrepositorysecretssection/helpers/RepositorySecret.d.ts +3 -0
  71. package/build/packages/provisioner/src/resources/github_repository_secrets_section/index.d.ts +5 -0
  72. package/build/packages/provisioner/src/resources/index.d.ts +2 -0
  73. package/build/packages/terraform_provisioner/src/project_tf.d.ts +4 -0
  74. package/build/packages/terraform_provisioner/src/project_tf_remote.d.ts +4 -0
  75. package/build/packages/terraform_provisioner/src/resolutor/index.d.ts +1 -0
  76. package/build/packages/terraform_provisioner/src/resolutor/resolver.d.ts +1 -0
  77. package/build/packages/terraform_provisioner/src/writer_additional_files.d.ts +24 -0
  78. package/build/packages/terraform_provisioner/src/writer_provider.d.ts +3 -1
  79. package/build/packages/terraform_provisioner/src/writer_provider_tf_json.d.ts +10 -0
  80. package/build/packages/terraform_provisioner/src/writer_terraform.d.ts +2 -0
  81. package/package.json +1 -1
  82. package/build/packages/provisioner/src/entities/firestartrgithubrepository/helpers/RepositorySecret.d.ts +0 -4
@@ -20,6 +20,7 @@ export declare class CatalogTFWorkspaceChart extends BaseCatalogChart {
20
20
  source: import("../../../imports/firestartr.dev").FirestartrTerraformWorkspaceSpecSource;
21
21
  module: string;
22
22
  values: any;
23
+ files: import("../../claims/tfworkspaces/tfworkspace").TerraformProviderAdditionalFiles;
23
24
  context: {
24
25
  providers: {
25
26
  name: string;
@@ -0,0 +1,12 @@
1
+ import { FirestartrGithubRepositorySecretsSection, FirestartrGithubRepositorySecretsSectionProps } from '../../../imports/firestartr.dev';
2
+ import { GroupVersionKind } from 'cdk8s';
3
+ import { BaseGithubChart } from './base';
4
+ export default class RepoSecretsSectionChart extends BaseGithubChart {
5
+ constructor(scope: any, chartId: string, firestartrId: string | null, claim: any, patches?: any[], cr?: any);
6
+ template(): FirestartrGithubRepositorySecretsSectionProps;
7
+ private getAnnotationsFromRepo;
8
+ renderSecrets(section: string, githubProvider: any): any[];
9
+ gvk(): GroupVersionKind;
10
+ instanceApiObject(template: any): FirestartrGithubRepositorySecretsSection;
11
+ private resolveRepositoryTarget;
12
+ }
@@ -1,8 +1,9 @@
1
- import { FirestartrGithubOrgWebhook, FirestartrGithubOrgWebhookProps } from '../../../imports/firestartr.dev';
1
+ import { FirestartrGithubOrgWebhook, FirestartrGithubOrgWebhookProps, FirestartrGithubOrgWebhookSpecWebhookSecretRef } from '../../../imports/firestartr.dev';
2
2
  import { IUnitializedStateKey } from '../../claims/base';
3
3
  import { BaseGithubChart } from './base';
4
4
  export declare class GithubOrgWebhookChart extends BaseGithubChart {
5
5
  template(): FirestartrGithubOrgWebhookProps | IUnitializedStateKey;
6
+ renderSecret(secret: string): FirestartrGithubOrgWebhookSpecWebhookSecretRef;
6
7
  gvk(): import("cdk8s").GroupVersionKind;
7
8
  instanceApiObject(template: any): FirestartrGithubOrgWebhook;
8
9
  }
@@ -1,5 +1,5 @@
1
1
  import { ApiObject, GroupVersionKind } from 'cdk8s';
2
- import { NamedVars, RepoSecrets } from '../../utils/repositoryClaimUtils';
2
+ import { NamedVars } from '../../utils/repositoryClaimUtils';
3
3
  import { FirestartrGithubRepositoryProps } from '../../../imports/firestartr.dev';
4
4
  import { IUnitializedStateKey } from '../../claims/base';
5
5
  import { BaseGithubChart } from './base';
@@ -8,6 +8,7 @@ export declare class GithubRepositoryChart extends BaseGithubChart {
8
8
  render(): Promise<this>;
9
9
  gvk(): GroupVersionKind;
10
10
  postRenderFeatures(cr: any): Promise<void>;
11
+ postRenderSecretsSection(cr: any): Promise<void>;
11
12
  instanceApiObject(template: any): ApiObject;
12
13
  /**
13
14
  * @description This method creates the permissions data for the repository
@@ -21,14 +22,7 @@ export declare class GithubRepositoryChart extends BaseGithubChart {
21
22
  * @returns VarsConfiguration
22
23
  */
23
24
  private createVars;
24
- /**
25
- * @description This method creates the secrets data for the repository
26
- * @param claim
27
- * @returns RepoSecretsConfiguration
28
- */
29
- private createRepoSecrets;
30
25
  formatVars(blockDefinition: any): NamedVars;
31
- formatRepoSecrets(blockDefinition: any): RepoSecrets;
32
26
  extraCharts(): {
33
27
  claim: {
34
28
  kind: string;
@@ -15,8 +15,7 @@ declare const _default: {
15
15
  type: string;
16
16
  properties: {
17
17
  system: {
18
- type: string;
19
- pattern: string;
18
+ $ref: string;
20
19
  };
21
20
  project: {
22
21
  type: string;
@@ -8,6 +8,8 @@ declare const _default: {
8
8
  properties: {
9
9
  name: {
10
10
  type: string;
11
+ pattern: string;
12
+ maxLength: number;
11
13
  };
12
14
  kind: {
13
15
  type: string;
@@ -66,7 +68,7 @@ declare const _default: {
66
68
  };
67
69
  additionalProperties: boolean;
68
70
  };
69
- Reference: {
71
+ DomainReference: {
70
72
  $id: string;
71
73
  type: string;
72
74
  pattern: string;
@@ -81,6 +83,21 @@ declare const _default: {
81
83
  type: string;
82
84
  pattern: string;
83
85
  };
86
+ UserReference: {
87
+ $id: string;
88
+ type: string;
89
+ pattern: string;
90
+ };
91
+ GroupReference: {
92
+ $id: string;
93
+ type: string;
94
+ pattern: string;
95
+ };
96
+ OwnerReference: {
97
+ $id: string;
98
+ type: string;
99
+ pattern: string;
100
+ };
84
101
  Annotations: {
85
102
  $id: string;
86
103
  type: string;
@@ -16,12 +16,10 @@ declare const _default: {
16
16
  type: string;
17
17
  properties: {
18
18
  system: {
19
- type: string;
20
- pattern: string;
19
+ $ref: string;
21
20
  };
22
21
  owner: {
23
- type: string;
24
- pattern: string;
22
+ $ref: string;
25
23
  };
26
24
  maintainedBy: {
27
25
  type: string;
@@ -19,7 +19,7 @@ declare const _default: {
19
19
  type: string;
20
20
  };
21
21
  owner: {
22
- type: string;
22
+ $ref: string;
23
23
  };
24
24
  };
25
25
  required: string[];
@@ -17,7 +17,7 @@ declare const _default: {
17
17
  children: {
18
18
  type: string;
19
19
  items: {
20
- type: string;
20
+ $ref: string;
21
21
  };
22
22
  };
23
23
  parent: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  members: {
27
27
  type: string;
28
28
  items: {
29
- type: string;
29
+ $ref: string;
30
30
  };
31
31
  };
32
32
  providers: {
@@ -12,6 +12,8 @@ declare const schemas: {
12
12
  properties: {
13
13
  name: {
14
14
  type: string;
15
+ pattern: string;
16
+ maxLength: number;
15
17
  };
16
18
  kind: {
17
19
  type: string;
@@ -70,7 +72,7 @@ declare const schemas: {
70
72
  };
71
73
  additionalProperties: boolean;
72
74
  };
73
- Reference: {
75
+ DomainReference: {
74
76
  $id: string;
75
77
  type: string;
76
78
  pattern: string;
@@ -85,6 +87,21 @@ declare const schemas: {
85
87
  type: string;
86
88
  pattern: string;
87
89
  };
90
+ UserReference: {
91
+ $id: string;
92
+ type: string;
93
+ pattern: string;
94
+ };
95
+ GroupReference: {
96
+ $id: string;
97
+ type: string;
98
+ pattern: string;
99
+ };
100
+ OwnerReference: {
101
+ $id: string;
102
+ type: string;
103
+ pattern: string;
104
+ };
88
105
  Annotations: {
89
106
  $id: string;
90
107
  type: string;
@@ -115,7 +132,7 @@ declare const schemas: {
115
132
  children: {
116
133
  type: string;
117
134
  items: {
118
- type: string;
135
+ $ref: string;
119
136
  };
120
137
  };
121
138
  parent: {
@@ -124,7 +141,7 @@ declare const schemas: {
124
141
  members: {
125
142
  type: string;
126
143
  items: {
127
- type: string;
144
+ $ref: string;
128
145
  };
129
146
  };
130
147
  providers: {
@@ -187,12 +204,10 @@ declare const schemas: {
187
204
  type: string;
188
205
  properties: {
189
206
  system: {
190
- type: string;
191
- pattern: string;
207
+ $ref: string;
192
208
  };
193
209
  owner: {
194
- type: string;
195
- pattern: string;
210
+ $ref: string;
196
211
  };
197
212
  maintainedBy: {
198
213
  type: string;
@@ -237,12 +252,8 @@ declare const schemas: {
237
252
  } | {
238
253
  type: string;
239
254
  properties: {
240
- name: {
241
- type: string;
242
- };
243
255
  domain: {
244
- type: string;
245
- pattern: string;
256
+ $ref: string;
246
257
  };
247
258
  owner: {
248
259
  $ref: string;
@@ -274,7 +285,7 @@ declare const schemas: {
274
285
  type: string;
275
286
  };
276
287
  owner: {
277
- type: string;
288
+ $ref: string;
278
289
  };
279
290
  };
280
291
  required: string[];
@@ -302,12 +313,10 @@ declare const schemas: {
302
313
  type: string;
303
314
  };
304
315
  system: {
305
- type: string;
306
- pattern: string;
316
+ $ref: string;
307
317
  };
308
318
  owner: {
309
- type: string;
310
- pattern: string;
319
+ $ref: string;
311
320
  };
312
321
  providers: {
313
322
  type: string;
@@ -341,8 +350,7 @@ declare const schemas: {
341
350
  type: string;
342
351
  properties: {
343
352
  system: {
344
- type: string;
345
- pattern: string;
353
+ $ref: string;
346
354
  };
347
355
  project: {
348
356
  type: string;
@@ -487,10 +495,26 @@ declare const schemas: {
487
495
  type: string;
488
496
  description: string;
489
497
  };
498
+ name: {
499
+ type: string;
500
+ description: string;
501
+ };
502
+ orgPermissions: {
503
+ type: string;
504
+ description: string;
505
+ };
506
+ archiveOnDestroy: {
507
+ type: string;
508
+ description: string;
509
+ };
490
510
  visibility: {
491
511
  type: string;
492
512
  enum: string[];
493
513
  };
514
+ description: {
515
+ type: string;
516
+ description: string;
517
+ };
494
518
  features: {
495
519
  type: string;
496
520
  items: {
@@ -503,6 +527,14 @@ declare const schemas: {
503
527
  secrets: {
504
528
  $ref: string;
505
529
  };
530
+ topics: {
531
+ type: string;
532
+ items: {
533
+ type: string;
534
+ maxLength: number;
535
+ pattern: string;
536
+ };
537
+ };
506
538
  };
507
539
  required: string[];
508
540
  $ref?: undefined;
@@ -545,6 +577,9 @@ declare const schemas: {
545
577
  type: string;
546
578
  description: string;
547
579
  };
580
+ secretRef: {
581
+ $ref: string;
582
+ };
548
583
  events: {
549
584
  type: string;
550
585
  description: string;
@@ -646,6 +681,26 @@ declare const schemas: {
646
681
  })[] | {
647
682
  $id: string;
648
683
  definitions: {
684
+ TerraformProviderFiles: {
685
+ $id: string;
686
+ description: string;
687
+ type: string;
688
+ items: {
689
+ type: string;
690
+ properties: {
691
+ source: {
692
+ type: string;
693
+ description: string;
694
+ };
695
+ destination: {
696
+ type: string;
697
+ description: string;
698
+ };
699
+ };
700
+ additionalProperties: boolean;
701
+ required: string[];
702
+ };
703
+ };
649
704
  TerraformProvider: {
650
705
  $id: string;
651
706
  type: string;
@@ -669,6 +724,9 @@ declare const schemas: {
669
724
  type: string;
670
725
  enum: string[];
671
726
  };
727
+ files: {
728
+ $ref: string;
729
+ };
672
730
  sync: {
673
731
  type: string;
674
732
  properties: {
@@ -685,7 +743,11 @@ declare const schemas: {
685
743
  schedule_timezone: {
686
744
  type: string;
687
745
  };
746
+ policy: {
747
+ type: string;
748
+ };
688
749
  };
750
+ additionalProperties: boolean;
689
751
  required: string[];
690
752
  oneOf: ({
691
753
  required: string[];
@@ -878,6 +940,8 @@ declare const schemas: {
878
940
  properties: {
879
941
  secretName: {
880
942
  type: string;
943
+ description: string;
944
+ pattern: string;
881
945
  };
882
946
  remoteRef: {
883
947
  type: string;
@@ -938,31 +1002,27 @@ declare const schemas: {
938
1002
  description: string;
939
1003
  allOf: ({
940
1004
  $ref: string;
1005
+ type?: undefined;
1006
+ properties?: undefined;
1007
+ required?: undefined;
941
1008
  anyOf?: undefined;
942
1009
  } | {
943
- anyOf: ({
944
- properties: {
945
- externalSecrets: {
946
- $ref: string;
947
- };
948
- secretStore: {
949
- $ref: string;
950
- };
951
- pushSecrets?: undefined;
1010
+ type: string;
1011
+ properties: {
1012
+ externalSecrets: {
1013
+ $ref: string;
952
1014
  };
953
- required: string[];
954
- } | {
955
- properties: {
956
- pushSecrets: {
957
- $ref: string;
958
- };
959
- secretStore: {
960
- $ref: string;
961
- };
962
- externalSecrets?: undefined;
1015
+ secretStore: {
1016
+ $ref: string;
1017
+ };
1018
+ pushSecrets: {
1019
+ $ref: string;
963
1020
  };
1021
+ };
1022
+ required: string[];
1023
+ anyOf: {
964
1024
  required: string[];
965
- })[];
1025
+ }[];
966
1026
  $ref?: undefined;
967
1027
  })[];
968
1028
  };
@@ -15,12 +15,8 @@ declare const _default: {
15
15
  } | {
16
16
  type: string;
17
17
  properties: {
18
- name: {
19
- type: string;
20
- };
21
18
  domain: {
22
- type: string;
23
- pattern: string;
19
+ $ref: string;
24
20
  };
25
21
  owner: {
26
22
  $ref: string;
@@ -18,12 +18,10 @@ declare const _default: {
18
18
  type: string;
19
19
  };
20
20
  system: {
21
- type: string;
22
- pattern: string;
21
+ $ref: string;
23
22
  };
24
23
  owner: {
25
- type: string;
26
- pattern: string;
24
+ $ref: string;
27
25
  };
28
26
  providers: {
29
27
  type: string;
@@ -31,6 +31,8 @@ declare const _default: {
31
31
  properties: {
32
32
  secretName: {
33
33
  type: string;
34
+ description: string;
35
+ pattern: string;
34
36
  };
35
37
  remoteRef: {
36
38
  type: string;
@@ -91,31 +93,27 @@ declare const _default: {
91
93
  description: string;
92
94
  allOf: ({
93
95
  $ref: string;
96
+ type?: undefined;
97
+ properties?: undefined;
98
+ required?: undefined;
94
99
  anyOf?: undefined;
95
100
  } | {
96
- anyOf: ({
97
- properties: {
98
- externalSecrets: {
99
- $ref: string;
100
- };
101
- secretStore: {
102
- $ref: string;
103
- };
104
- pushSecrets?: undefined;
101
+ type: string;
102
+ properties: {
103
+ externalSecrets: {
104
+ $ref: string;
105
105
  };
106
- required: string[];
107
- } | {
108
- properties: {
109
- pushSecrets: {
110
- $ref: string;
111
- };
112
- secretStore: {
113
- $ref: string;
114
- };
115
- externalSecrets?: undefined;
106
+ secretStore: {
107
+ $ref: string;
108
+ };
109
+ pushSecrets: {
110
+ $ref: string;
116
111
  };
112
+ };
113
+ required: string[];
114
+ anyOf: {
117
115
  required: string[];
118
- })[];
116
+ }[];
119
117
  $ref?: undefined;
120
118
  })[];
121
119
  };
@@ -31,6 +31,8 @@ export declare const SecretsSchemas: {
31
31
  properties: {
32
32
  secretName: {
33
33
  type: string;
34
+ description: string;
35
+ pattern: string;
34
36
  };
35
37
  remoteRef: {
36
38
  type: string;
@@ -91,31 +93,27 @@ export declare const SecretsSchemas: {
91
93
  description: string;
92
94
  allOf: ({
93
95
  $ref: string;
96
+ type?: undefined;
97
+ properties?: undefined;
98
+ required?: undefined;
94
99
  anyOf?: undefined;
95
100
  } | {
96
- anyOf: ({
97
- properties: {
98
- externalSecrets: {
99
- $ref: string;
100
- };
101
- secretStore: {
102
- $ref: string;
103
- };
104
- pushSecrets?: undefined;
101
+ type: string;
102
+ properties: {
103
+ externalSecrets: {
104
+ $ref: string;
105
105
  };
106
- required: string[];
107
- } | {
108
- properties: {
109
- pushSecrets: {
110
- $ref: string;
111
- };
112
- secretStore: {
113
- $ref: string;
114
- };
115
- externalSecrets?: undefined;
106
+ secretStore: {
107
+ $ref: string;
108
+ };
109
+ pushSecrets: {
110
+ $ref: string;
116
111
  };
112
+ };
113
+ required: string[];
114
+ anyOf: {
117
115
  required: string[];
118
- })[];
116
+ }[];
119
117
  $ref?: undefined;
120
118
  })[];
121
119
  };
@@ -19,10 +19,26 @@ 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
+ };
22
34
  visibility: {
23
35
  type: string;
24
36
  enum: string[];
25
37
  };
38
+ description: {
39
+ type: string;
40
+ description: string;
41
+ };
26
42
  features: {
27
43
  type: string;
28
44
  items: {
@@ -35,6 +51,14 @@ declare const _default: {
35
51
  secrets: {
36
52
  $ref: string;
37
53
  };
54
+ topics: {
55
+ type: string;
56
+ items: {
57
+ type: string;
58
+ maxLength: number;
59
+ pattern: string;
60
+ };
61
+ };
38
62
  };
39
63
  required: string[];
40
64
  $ref?: undefined;
@@ -124,10 +124,26 @@ 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
+ };
127
139
  visibility: {
128
140
  type: string;
129
141
  enum: string[];
130
142
  };
143
+ description: {
144
+ type: string;
145
+ description: string;
146
+ };
131
147
  features: {
132
148
  type: string;
133
149
  items: {
@@ -140,6 +156,14 @@ export declare const GithubSchemas: ({
140
156
  secrets: {
141
157
  $ref: string;
142
158
  };
159
+ topics: {
160
+ type: string;
161
+ items: {
162
+ type: string;
163
+ maxLength: number;
164
+ pattern: string;
165
+ };
166
+ };
143
167
  };
144
168
  required: string[];
145
169
  $ref?: undefined;
@@ -182,6 +206,9 @@ export declare const GithubSchemas: ({
182
206
  type: string;
183
207
  description: string;
184
208
  };
209
+ secretRef: {
210
+ $ref: string;
211
+ };
185
212
  events: {
186
213
  type: string;
187
214
  description: string;