export declare const AllowPublish: { readonly ALLOW: "ALLOW"; readonly BLOCK: "BLOCK"; }; export type AllowPublish = (typeof AllowPublish)[keyof typeof AllowPublish]; export declare const AllowUpstream: { readonly ALLOW: "ALLOW"; readonly BLOCK: "BLOCK"; }; export type AllowUpstream = (typeof AllowUpstream)[keyof typeof AllowUpstream]; export declare const HashAlgorithm: { readonly MD5: "MD5"; readonly SHA1: "SHA-1"; readonly SHA256: "SHA-256"; readonly SHA512: "SHA-512"; }; export type HashAlgorithm = (typeof HashAlgorithm)[keyof typeof HashAlgorithm]; export declare const PackageGroupAssociationType: { readonly STRONG: "STRONG"; readonly WEAK: "WEAK"; }; export type PackageGroupAssociationType = (typeof PackageGroupAssociationType)[keyof typeof PackageGroupAssociationType]; export declare const PackageFormat: { readonly CARGO: "cargo"; readonly GENERIC: "generic"; readonly MAVEN: "maven"; readonly NPM: "npm"; readonly NUGET: "nuget"; readonly PYPI: "pypi"; readonly RUBY: "ruby"; readonly SWIFT: "swift"; }; export type PackageFormat = (typeof PackageFormat)[keyof typeof PackageFormat]; export declare const ExternalConnectionStatus: { readonly AVAILABLE: "Available"; }; export type ExternalConnectionStatus = (typeof ExternalConnectionStatus)[keyof typeof ExternalConnectionStatus]; export declare const ResourceType: { readonly ASSET: "asset"; readonly DOMAIN: "domain"; readonly PACKAGE: "package"; readonly PACKAGE_VERSION: "package-version"; readonly REPOSITORY: "repository"; }; export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType]; export declare const ValidationExceptionReason: { readonly CANNOT_PARSE: "CANNOT_PARSE"; readonly ENCRYPTION_KEY_ERROR: "ENCRYPTION_KEY_ERROR"; readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED"; readonly OTHER: "OTHER"; readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason]; export declare const PackageVersionErrorCode: { readonly ALREADY_EXISTS: "ALREADY_EXISTS"; readonly MISMATCHED_REVISION: "MISMATCHED_REVISION"; readonly MISMATCHED_STATUS: "MISMATCHED_STATUS"; readonly NOT_ALLOWED: "NOT_ALLOWED"; readonly NOT_FOUND: "NOT_FOUND"; readonly SKIPPED: "SKIPPED"; }; export type PackageVersionErrorCode = (typeof PackageVersionErrorCode)[keyof typeof PackageVersionErrorCode]; export declare const PackageVersionStatus: { readonly ARCHIVED: "Archived"; readonly DELETED: "Deleted"; readonly DISPOSED: "Disposed"; readonly PUBLISHED: "Published"; readonly UNFINISHED: "Unfinished"; readonly UNLISTED: "Unlisted"; }; export type PackageVersionStatus = (typeof PackageVersionStatus)[keyof typeof PackageVersionStatus]; export declare const DomainStatus: { readonly ACTIVE: "Active"; readonly DELETED: "Deleted"; }; export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus]; export declare const PackageGroupOriginRestrictionType: { readonly EXTERNAL_UPSTREAM: "EXTERNAL_UPSTREAM"; readonly INTERNAL_UPSTREAM: "INTERNAL_UPSTREAM"; readonly PUBLISH: "PUBLISH"; }; export type PackageGroupOriginRestrictionType = (typeof PackageGroupOriginRestrictionType)[keyof typeof PackageGroupOriginRestrictionType]; export declare const PackageGroupOriginRestrictionMode: { readonly ALLOW: "ALLOW"; readonly ALLOW_SPECIFIC_REPOSITORIES: "ALLOW_SPECIFIC_REPOSITORIES"; readonly BLOCK: "BLOCK"; readonly INHERIT: "INHERIT"; }; export type PackageGroupOriginRestrictionMode = (typeof PackageGroupOriginRestrictionMode)[keyof typeof PackageGroupOriginRestrictionMode]; export declare const PackageVersionOriginType: { readonly EXTERNAL: "EXTERNAL"; readonly INTERNAL: "INTERNAL"; readonly UNKNOWN: "UNKNOWN"; }; export type PackageVersionOriginType = (typeof PackageVersionOriginType)[keyof typeof PackageVersionOriginType]; export declare const EndpointType: { readonly DUALSTACK: "dualstack"; readonly IPV4: "ipv4"; }; export type EndpointType = (typeof EndpointType)[keyof typeof EndpointType]; export declare const PackageVersionSortType: { readonly PUBLISHED_TIME: "PUBLISHED_TIME"; }; export type PackageVersionSortType = (typeof PackageVersionSortType)[keyof typeof PackageVersionSortType]; export declare const PackageGroupAllowedRepositoryUpdateType: { readonly ADDED: "ADDED"; readonly REMOVED: "REMOVED"; }; export type PackageGroupAllowedRepositoryUpdateType = (typeof PackageGroupAllowedRepositoryUpdateType)[keyof typeof PackageGroupAllowedRepositoryUpdateType];