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.38-rcbundles.0 to 0.0.38-rcbundles.1

2

dist/index.d.ts

@@ -11,3 +11,3 @@ import * as Types from './types';

customerId: number;
bundleId?: number;
bundleId?: number | string;
chargeId?: number;

@@ -14,0 +14,0 @@ }): Promise<Types.Action[]>;

@@ -25,3 +25,3 @@ export interface RecordActionRequiredProps {

label: 'ChangedShipDate';
subscriptionIds: number[] | string[];
subscriptionIds: number[];
oldDate: string;

@@ -166,3 +166,3 @@ newDate: string;

label: 'DeletedSubscription' | 'CreatedSubscription';
subscriptionId: number | string;
subscriptionId: number;
variantId: number;

@@ -175,3 +175,3 @@ variantTitle: string;

label: 'ChangedQuantity';
subscriptionId: number | string;
subscriptionId: number;
variantId: number;

@@ -178,0 +178,0 @@ variantTitle: string;

{
"name": "@launchedla/snacktime",
"version": "0.0.38-rcbundles.0",
"version": "0.0.38-rcbundles.1",
"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.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -39,3 +39,3 @@ import DynamoDB from 'aws-sdk/clients/dynamodb'

async getActions(args: { customerId: number; bundleId?: number; chargeId?: number }): Promise<Types.Action[]> {
async getActions(args: { customerId: number; bundleId?: number | string; chargeId?: number }): Promise<Types.Action[]> {
let KeyConditionExpression = 'storeCustomer = :storeCustomer'

@@ -42,0 +42,0 @@ if (args.bundleId || args.chargeId)

@@ -52,3 +52,3 @@ export interface RecordActionRequiredProps {

label: 'ChangedShipDate'
subscriptionIds: number[] | string[]
subscriptionIds: number[]
oldDate: string

@@ -219,3 +219,3 @@ newDate: string

label: 'DeletedSubscription' | 'CreatedSubscription'
subscriptionId: number | string
subscriptionId: number
variantId: number

@@ -229,3 +229,3 @@ variantTitle: string

label: 'ChangedQuantity'
subscriptionId: number | string
subscriptionId: number
variantId: number

@@ -232,0 +232,0 @@ variantTitle: string

Sorry, the diff of this file is not supported yet

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