Skip to content

Commit b0c99cd

Browse files
Commit via running: make Sources/private-registries
1 parent 895408a commit b0c99cd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Sources/private-registries/Types.swift

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,11 @@ public enum Components {
449449
case dockerRegistry = "docker_registry"
450450
case gitSource = "git_source"
451451
case helmRegistry = "helm_registry"
452+
case hexOrganization = "hex_organization"
453+
case hexRepository = "hex_repository"
454+
case pubRepository = "pub_repository"
455+
case pythonIndex = "python_index"
456+
case terraformRegistry = "terraform_registry"
452457
}
453458
/// The registry type.
454459
///
@@ -529,6 +534,11 @@ public enum Components {
529534
case dockerRegistry = "docker_registry"
530535
case gitSource = "git_source"
531536
case helmRegistry = "helm_registry"
537+
case hexOrganization = "hex_organization"
538+
case hexRepository = "hex_repository"
539+
case pubRepository = "pub_repository"
540+
case pythonIndex = "python_index"
541+
case terraformRegistry = "terraform_registry"
532542
}
533543
/// The registry type.
534544
///
@@ -1051,6 +1061,11 @@ public enum Operations {
10511061
case dockerRegistry = "docker_registry"
10521062
case gitSource = "git_source"
10531063
case helmRegistry = "helm_registry"
1064+
case hexOrganization = "hex_organization"
1065+
case hexRepository = "hex_repository"
1066+
case pubRepository = "pub_repository"
1067+
case pythonIndex = "python_index"
1068+
case terraformRegistry = "terraform_registry"
10541069
}
10551070
/// The registry type.
10561071
///
@@ -1711,6 +1726,11 @@ public enum Operations {
17111726
case dockerRegistry = "docker_registry"
17121727
case gitSource = "git_source"
17131728
case helmRegistry = "helm_registry"
1729+
case hexOrganization = "hex_organization"
1730+
case hexRepository = "hex_repository"
1731+
case pubRepository = "pub_repository"
1732+
case pythonIndex = "python_index"
1733+
case terraformRegistry = "terraform_registry"
17141734
}
17151735
/// The registry type.
17161736
///

0 commit comments

Comments
 (0)