Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
9
Versions
279
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.271
to
0.0.272
+17
dist/types/slackInstallationType.d.ts
export type SlackInstallationType = {
tokenType: string;
appId: string;
scope: string;
botUserId: string;
botId: string;
team: {
id: string;
name: string;
};
enterprise?: {
id: string;
name: string;
};
type?: 'knowledgebase' | 'agent';
subdomain?: string;
};
+2
-0
import { GithubInstallationType } from '../types/githubInstallationType.js';
import { GitlabInstallationType } from '../types/gitlabInstallationType.js';
import { GrowthDataType } from '../types/growthDataType.js';
import { SlackInstallationType } from '../types/slackInstallationType.js';
import { OrgEntitlements } from './orgEntitlements.js';

@@ -14,2 +15,3 @@ type PlanType = 'trial' | 'startup' | 'pro' | 'growth' | 'enterprise';

gitlabInstallations: GitlabInstallationType[];
slackInstallations?: SlackInstallationType[];
plan?: PlanType | PlanTypeV2;

@@ -16,0 +18,0 @@ createdAt?: Date | string;

+2
-1

@@ -24,2 +24,3 @@ import { ApiPlaygroundDisplayType, apiPlaygroundDisplayTypes, ResolvedApiPlaygroundDisplayType } from './apiPlaygroundDisplayType.js';

import { QueueUpdateStatus, queueUpdateStatuses } from './queue.js';
import { SlackInstallationType } from './slackInstallationType.js';
import { StarterQuestionType, Translation } from './starterQuestionsType.js';

@@ -29,3 +30,3 @@ import { ACTIONS, ORG_RESOURCES, USER_RESOURCES, DEPLOYMENT_RESOURCES, ALL_PERMISSIONS, ROLE_PERMISSIONS } from './stytchRbacPolicy.js';

import { UserMetadata, UserWithMetadata } from './userMetadata.js';
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, ApiPlaygroundDisplayType, ResolvedApiPlaygroundDisplayType, TierId, TierConfig, EditContext, GitBranchesResponse, GithubInstallationType, GitlabInstallationType, DiscordInstallationType, GrowthDataType, InkeepType, OpenApiFile, OpenApiMetadata, PageMetaTags, UsageType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, ConfigType, EntitlementConfiguration, ExportPdfHistory, ExportFormat, ExportOptions, QueueUpdateStatus, StarterQuestionType, Translation, CodeSnippetFeedbackSubmission, ContextualFeedbackSubmission, ThumbsOnlyFeedbackSubmission, CodeSnippetFeedback, ContextualFeedback, ThumbsOnlyFeedback, UserFeedback, UserFeedbackData, FeedbackSource, FeedbackState, PageType, Role, OrgResource, UserResource, DeploymentResource, Resource, Action, Permission, };
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, ApiPlaygroundDisplayType, ResolvedApiPlaygroundDisplayType, TierId, TierConfig, EditContext, GitBranchesResponse, GithubInstallationType, GitlabInstallationType, DiscordInstallationType, GrowthDataType, InkeepType, OpenApiFile, OpenApiMetadata, PageMetaTags, UsageType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, ConfigType, EntitlementConfiguration, ExportPdfHistory, ExportFormat, ExportOptions, QueueUpdateStatus, SlackInstallationType, StarterQuestionType, Translation, CodeSnippetFeedbackSubmission, ContextualFeedbackSubmission, ThumbsOnlyFeedbackSubmission, CodeSnippetFeedback, ContextualFeedback, ThumbsOnlyFeedback, UserFeedback, UserFeedbackData, FeedbackSource, FeedbackState, PageType, Role, OrgResource, UserResource, DeploymentResource, Resource, Action, Permission, };
export { apiPlaygroundDisplayTypes, configTypes, queueUpdateStatuses, exportFormats, feedbackSources, feedbackStates, roles, roleIsMintlifyRole, ACTIONS, ORG_RESOURCES, USER_RESOURCES, DEPLOYMENT_RESOURCES, ALL_RESOURCES, ALL_PERMISSIONS, ROLE_PERMISSIONS, validResourceSet, validActionSet, validPermissionSet, isValidPermission, NATIVE_METADATA_TAG_KEYS_SET, TierIds, ASSISTANT_TIERS, ASSISTANT_TIER_OVERAGE_PRICE_PER_CREDIT, };
{
"name": "@mintlify/models",
"version": "0.0.271",
"version": "0.0.272",
"description": "Mintlify models",

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

},
"gitHead": "c1d9ed641d04835072ee14247ed4de95bff3a895"
"gitHead": "fdbcfc062b0d175a55530b0021aca2acaa98906b"
}

Sorry, the diff of this file is too big to display