Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
0
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version 0.0.113 to 0.0.114

4

dist/entities/orgType.d.ts
import { GitHubInstallationType } from '../types/gitHubInstallationType.js';
import { GrowthDataType } from '../types/growthDataType.js';
import { StripeOrgDataType } from '../types/stripe.js';
declare const planIds: readonly ["hobby", "pro", "startup", "growth", "enterprise"];
export type OrgType = {

@@ -9,3 +8,3 @@ name: string;

githubInstallations: GitHubInstallationType[];
plan?: (typeof planIds)[number];
plan?: 'startup' | 'growth' | 'enterprise';
createdAt?: Date | string;

@@ -16,2 +15,1 @@ growthData?: GrowthDataType;

export type StaticPropsOrgType = Pick<OrgType, 'plan' | 'createdAt'>;
export {};

@@ -1,2 +0,1 @@

const planIds = ['hobby', 'pro', 'startup', 'growth', 'enterprise'];
export {};
{
"name": "@mintlify/models",
"version": "0.0.113",
"version": "0.0.114",
"description": "Mintlify models",

@@ -61,3 +61,3 @@ "engines": {

},
"gitHead": "b1a98139ce5996ad49cd0b314fc82c3e4486795e"
"gitHead": "808b04475f04bc6048bcc8d7668ca1bffb470989"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc