Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@openshift-assisted/types

Package Overview
Dependencies
Maintainers
7
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openshift-assisted/types

latest
Source
npmnpm
Version
2.46.1
Version published
Weekly downloads
1.1K
-26.72%
Maintainers
7
Weekly downloads
 
Created
Source

@openshift-assisted/types

This package provides general type definitions.

Included:

Based on OCM APIs:

  • assisted-installer-service
  • accounts-management-service (non-comprehensive)

Usage:

From the command-line execute:

$ yarn add -D @openshift-assisted/types

Now you can import types as following:

import { Cluster } from '@openshift-assisted/types/assisted-installer-service';
// or...
import { AccessTokenCfg } from '@openshift-assisted/types/accounts-management-service';

Development:

The types for the assisted-installer-service are generated automatically.
In order to update the types use the following script defined in the package.json:

$ yarn update-types:assisted-installer-service

The types for the accounts-management-service are not generated automatically (for now, maybe they will in the future if there is a need to do so...).

FAQs

Package last updated on 03 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts