@launchedla/snacktime
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
780644
1927