@launchedla/snacktime
Advanced tools
Comparing version 0.0.38-rcbundles.0 to 0.0.38-rcbundles.1
@@ -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
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
44
784934