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.25 to 0.0.26

dist/graphql-types.d.ts

10

dist/types.d.ts

@@ -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;

4

package.json
{
"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

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