Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownVersionState

Package version

Known values of VersionState that the service accepts.

Index

Enumeration members

Active

Active: = "Active"

This version is active and suitable for production use.

Deprecated

Deprecated: = "Deprecated"

This version is deprecated and is no longer supported.

Preview

Preview: = "Preview"

This version is a preview and is not suitable for production use.

Unknown

Unknown: = "Unknown"

The state of this version is unknown.

Validating

Validating: = "Validating"

This version is currently being validated.

ValidationFailed

ValidationFailed: = "ValidationFailed"

This version failed validation.

Generated using TypeDoc