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

@launchedla/snacktime

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchedla/snacktime - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

27

dist/types.d.ts

@@ -51,3 +51,11 @@ export interface RecordActionRequiredProps {

}
export declare type CancelledBundleAction = CancelledBundleActionWithReason | CancelledBundleActionWithOtherReason;
export interface CancelledBundleAction extends CommonProps {
label: 'CancelledBundle';
comments: string;
scheduledAt: string;
cancelFlowSource: CancelFlowSource;
reason: string;
otherReason?: string;
decisionIsFromBrightback?: boolean;
}
export interface CancellationDeflectedAction extends CommonProps {

@@ -174,20 +182,3 @@ label: 'CancellationDeflected';

}
interface CancelledBundleActionBase extends CommonProps {
label: 'CancelledBundle';
comments: string;
scheduledAt: string;
cancelFlowSource: CancelFlowSource;
reason?: string;
otherReason?: string;
decisionIsFromBrightback?: boolean;
}
interface CancelledBundleActionWithReason extends CancelledBundleActionBase {
reason: string;
otherReason?: never;
}
interface CancelledBundleActionWithOtherReason extends CancelledBundleActionBase {
otherReason: string;
reason?: never;
}
declare type CancelFlowSource = 'hello_bello' | 'brightback' | 'customer_service';
export {};
{
"name": "@launchedla/snacktime",
"version": "0.0.32",
"version": "0.0.33",
"description": "Snacktime is a wrapper for the Launched LA internal database that will replicate into Snowflake. It is a replacement for Shopify metafields and an enhanced place to store event-driven data.",

@@ -40,2 +40,2 @@ "main": "dist/index.js",

}
}
}

@@ -81,3 +81,11 @@ export interface RecordActionRequiredProps {

export type CancelledBundleAction = CancelledBundleActionWithReason | CancelledBundleActionWithOtherReason
export interface CancelledBundleAction extends CommonProps {
label: 'CancelledBundle'
comments: string
scheduledAt: string
cancelFlowSource: CancelFlowSource
reason: string
otherReason?: string
decisionIsFromBrightback?: boolean
}

@@ -226,22 +234,2 @@ export interface CancellationDeflectedAction extends CommonProps {

interface CancelledBundleActionBase extends CommonProps {
label: 'CancelledBundle'
comments: string
scheduledAt: string
cancelFlowSource: CancelFlowSource
reason?: string
otherReason?: string
decisionIsFromBrightback?: boolean
}
interface CancelledBundleActionWithReason extends CancelledBundleActionBase {
reason: string
otherReason?: never
}
interface CancelledBundleActionWithOtherReason extends CancelledBundleActionBase {
otherReason: string
reason?: never
}
type CancelFlowSource = 'hello_bello' | 'brightback' | 'customer_service'

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