New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seamapi-types

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seamapi-types - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

14

dist/index.d.ts

@@ -330,2 +330,12 @@ import { Except } from 'type-fest';

}
declare type InstructionsPane = Pane<"instructions_pane", {
title: string;
description: string;
custom_redirect_url?: string;
items: Array<{
text: string;
copyValue?: string;
}>;
continueText?: string;
}, {}>;
declare type FinishedPane = Pane<"finished_pane", {

@@ -358,3 +368,3 @@ custom_redirect_url?: string;

}>;
declare type AnyPane = LoadingPane | RedirectPane | SearchAndSelectPane | BrandSelectPane | LoginPane | InitiateTwoFactorPane | TwoFactorPane | FieldsPane | FinishedPane;
declare type AnyPane = LoadingPane | RedirectPane | SearchAndSelectPane | BrandSelectPane | LoginPane | InitiateTwoFactorPane | TwoFactorPane | FieldsPane | FinishedPane | InstructionsPane;
declare type AnyPaneWithoutSubmitProps = Except<AnyPane, "submit_props">;

@@ -370,2 +380,2 @@

export { AcsCredentialDeleted, AcsUserDeleted, ActionAttemptLockDoorFailedEvent, ActionAttemptLockDoorSucceededEvent, ActionAttemptUnlockDoorFailedEvent, ActionAttemptUnlockDoorSucceededEvent, AnyField, AnyPane, AnyPaneWithoutSubmitProps, BackupAccessCodePulledEvent, BrandSelectPane, ChangeAccessCodeEvent, ClientSessionDeleted, CommonAccessCodeEvent, CommonAcsCredentialEvent, CommonAcsUserEvent, CommonActionAttemptEvent, CommonClientSessionEvent, CommonConnectedAccountEvent, CommonDeviceEvent, CommonEnrollmentAutomationEvent, CommonPhoneEvent, ConnectedAccountCompletedFirstSync, ConnectedAccountCompletedFirstSyncAfterReconnection, ConnectedAccountConnected, ConnectedAccountCreated, ConnectedAccountDeleted, ConnectedAccountDisconnected, ConnectedAccountSuccessfulLogin, ConvertedToManagedAccessCodeEvent, CreateAccessCodeEvent, DelayInRemovingFromDeviceAccessCodeEvent, DelayInSettingOnDeviceAccessCodeEvent, DeletedAccessCodeEvent, DeviceAccessoryKeypadConnected, DeviceAccessoryKeypadDisconnected, DeviceBatteryStatus, DeviceBatteryStatusChanged, DeviceCodeLimitReachedEvent, DeviceConnectedEvent, DeviceConnectionBecameFlaky, DeviceConnectionStabilized, DeviceConvertedToUnmanagedEvent, DeviceDeletedEvent, DeviceDisconnectEvent, DeviceErrorSubscriptionRequired, DeviceErrorSubscriptionRequiredResolved, DeviceLowBatteryEvent, DeviceRemovedEvent, DeviceSaltoPrivacyModeActivated, DeviceSaltoPrivacyModedeactivated, DeviceTamperEvent, DeviceThirdPartyIntegrationDetected, DeviceThirdPartyIntegrationNoLongerDetected, EnrollmentAutomationDeletedEvent, ExternalDeletionAccessCodeEvent, ExternalModificationAccessCodeEvent, FailedToConvertUnmanagedAccessCodeEvent, FailedToRemoveFromDeviceAccessCodeEvent, FailedToSetOnDeviceAccessCodeEvent, Field, FieldsPane, FinishedPane, InitiateTwoFactorPane, LoadingPane, LockLockedEvent, LockMethod, LockUnlockedEvent, LoginPane, LoginWebviewFlowErrorCode, NoiseDetectedEvent, NoiseThresholdTriggeredEvent, PhoneDeactivatedEvent, ProviderMetadata, RedirectPane, RemovedFromDeviceAccessCodeEvent, ScheduledOnDeviceAccessCodeEvent, SeamEvent, SearchAndSelectPane, SelectionField, SetOnDeviceAccessCodeEvent, SmartThingsLocation, TextAreaField, TextField, TwoFactorOption, TwoFactorOptionWithId, TwoFactorPane, UnexpectedWebviewFlowErrorCode, UnmanagedAccessCodeCreatedEvent, UnmanagedAccessCodeRemovedEvent, UnmanagedDeviceConnectedEvent, UnmanagedDeviceConvertedToManagedEvent, UnmanagedDeviceDisconnectEvent, UserInputWebviewFlowErrorCode, WebviewFlowErrorCode, Workspace };
export { AcsCredentialDeleted, AcsUserDeleted, ActionAttemptLockDoorFailedEvent, ActionAttemptLockDoorSucceededEvent, ActionAttemptUnlockDoorFailedEvent, ActionAttemptUnlockDoorSucceededEvent, AnyField, AnyPane, AnyPaneWithoutSubmitProps, BackupAccessCodePulledEvent, BrandSelectPane, ChangeAccessCodeEvent, ClientSessionDeleted, CommonAccessCodeEvent, CommonAcsCredentialEvent, CommonAcsUserEvent, CommonActionAttemptEvent, CommonClientSessionEvent, CommonConnectedAccountEvent, CommonDeviceEvent, CommonEnrollmentAutomationEvent, CommonPhoneEvent, ConnectedAccountCompletedFirstSync, ConnectedAccountCompletedFirstSyncAfterReconnection, ConnectedAccountConnected, ConnectedAccountCreated, ConnectedAccountDeleted, ConnectedAccountDisconnected, ConnectedAccountSuccessfulLogin, ConvertedToManagedAccessCodeEvent, CreateAccessCodeEvent, DelayInRemovingFromDeviceAccessCodeEvent, DelayInSettingOnDeviceAccessCodeEvent, DeletedAccessCodeEvent, DeviceAccessoryKeypadConnected, DeviceAccessoryKeypadDisconnected, DeviceBatteryStatus, DeviceBatteryStatusChanged, DeviceCodeLimitReachedEvent, DeviceConnectedEvent, DeviceConnectionBecameFlaky, DeviceConnectionStabilized, DeviceConvertedToUnmanagedEvent, DeviceDeletedEvent, DeviceDisconnectEvent, DeviceErrorSubscriptionRequired, DeviceErrorSubscriptionRequiredResolved, DeviceLowBatteryEvent, DeviceRemovedEvent, DeviceSaltoPrivacyModeActivated, DeviceSaltoPrivacyModedeactivated, DeviceTamperEvent, DeviceThirdPartyIntegrationDetected, DeviceThirdPartyIntegrationNoLongerDetected, EnrollmentAutomationDeletedEvent, ExternalDeletionAccessCodeEvent, ExternalModificationAccessCodeEvent, FailedToConvertUnmanagedAccessCodeEvent, FailedToRemoveFromDeviceAccessCodeEvent, FailedToSetOnDeviceAccessCodeEvent, Field, FieldsPane, FinishedPane, InitiateTwoFactorPane, InstructionsPane, LoadingPane, LockLockedEvent, LockMethod, LockUnlockedEvent, LoginPane, LoginWebviewFlowErrorCode, NoiseDetectedEvent, NoiseThresholdTriggeredEvent, PhoneDeactivatedEvent, ProviderMetadata, RedirectPane, RemovedFromDeviceAccessCodeEvent, ScheduledOnDeviceAccessCodeEvent, SeamEvent, SearchAndSelectPane, SelectionField, SetOnDeviceAccessCodeEvent, SmartThingsLocation, TextAreaField, TextField, TwoFactorOption, TwoFactorOptionWithId, TwoFactorPane, UnexpectedWebviewFlowErrorCode, UnmanagedAccessCodeCreatedEvent, UnmanagedAccessCodeRemovedEvent, UnmanagedDeviceConnectedEvent, UnmanagedDeviceConvertedToManagedEvent, UnmanagedDeviceDisconnectEvent, UserInputWebviewFlowErrorCode, WebviewFlowErrorCode, Workspace };

2

package.json

@@ -6,3 +6,3 @@ {

},
"version": "2.5.0",
"version": "2.6.0",
"main": "dist/index.js",

@@ -9,0 +9,0 @@ "types": "dist/index.d.ts",

@@ -155,2 +155,17 @@ import { Except } from "type-fest"

export type InstructionsPane = Pane<
"instructions_pane",
{
title: string
description: string
custom_redirect_url?: string
items: Array<{
text: string
copyValue?: string
}>
continueText?: string
},
{}
>
export type FinishedPane = Pane<

@@ -198,3 +213,4 @@ "finished_pane",

| FinishedPane
| InstructionsPane
export type AnyPaneWithoutSubmitProps = Except<AnyPane, "submit_props">
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