@launchedla/snacktime
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -33,2 +33,10 @@ interface CommonProps { | ||
} | ||
interface CronSwappedAddOnsAction extends CommonProps { | ||
label: 'CronSwappedAddons'; | ||
replacedVariantId: number; | ||
replaceVariantTitle: string; | ||
variantId: number; | ||
variantTitle: string; | ||
shopifyCustomerId: number; | ||
} | ||
interface ChangedShipDateAction extends CommonProps { | ||
@@ -98,3 +106,3 @@ label: 'ChangedShipDate'; | ||
} | ||
export declare type Action = UpdatedBundleAction | CronSwappedPatternsAction | ChangedShipDateAction | CancelledBundleAction | RedeemedOfferAction | RedeemedLoyaltyKeyAction | RedeemedBirthdayGiftAction | AcceptedCancellationSaveAction | OrderNowAction | SwapOutOfStockPatternsReportAction | RemoveOOSAddOnsReportAction | ExamineInsufficientInventoryErrorsReportAction | CampaignAddOnVariantsAdded | AddQuickAddOn; | ||
export declare type Action = UpdatedBundleAction | CronSwappedPatternsAction | ChangedShipDateAction | CancelledBundleAction | RedeemedOfferAction | RedeemedLoyaltyKeyAction | RedeemedBirthdayGiftAction | AcceptedCancellationSaveAction | OrderNowAction | SwapOutOfStockPatternsReportAction | RemoveOOSAddOnsReportAction | ExamineInsufficientInventoryErrorsReportAction | CampaignAddOnVariantsAdded | AddQuickAddOn | CronSwappedAddOnsAction; | ||
export interface RecordActionRequiredProps { | ||
@@ -101,0 +109,0 @@ customerId?: number; |
{ | ||
"name": "@launchedla/snacktime", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"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.", | ||
@@ -37,2 +37,2 @@ "main": "dist/index.js", | ||
} | ||
} | ||
} |
@@ -39,2 +39,11 @@ interface CommonProps { | ||
interface CronSwappedAddOnsAction extends CommonProps { | ||
label: 'CronSwappedAddons' | ||
replacedVariantId: number | ||
replaceVariantTitle: string | ||
variantId: number | ||
variantTitle: string | ||
shopifyCustomerId: number | ||
} | ||
interface ChangedShipDateAction extends CommonProps { | ||
@@ -131,2 +140,3 @@ label: 'ChangedShipDate' | ||
| AddQuickAddOn | ||
| CronSwappedAddOnsAction | ||
@@ -133,0 +143,0 @@ export interface RecordActionRequiredProps { |
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
790313
1843
42