ENUM

ConnectorVersionStatus

Status of the connector version

link GraphQL Schema definition

  • enum ConnectorVersionStatus {
  • # Version is available on the marketplace
  • PUBLISHED
  • # Version is awaiting review from iAdvize. If review is validated, status is
  • # updated to PUBLISHED
  • REVIEW
  • # Draft mode. Only visible for the client linked to the developer user. When a
  • # SANDBOX is submitted, its status is updated to REVIEW
  • SANDBOX
  • }