Socket
Socket
Sign inDemoInstall

@scaleleap/amazon-advertising-api-sdk

Package Overview
Dependencies
73
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.0 to 3.8.0

2

lib/constants.js

@@ -7,4 +7,4 @@ "use strict";

*/
exports.USER_AGENT = '@scaleleap/amazon-advertising-api-sdk/3.7.0';
exports.USER_AGENT = '@scaleleap/amazon-advertising-api-sdk/3.8.0';
exports.JSON_CONTENT_TYPE = 'application/json';
//# sourceMappingURL=constants.js.map

@@ -5,3 +5,3 @@ /**

import * as t from 'io-ts';
export declare const CampaignBiddingStrategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">]>;
export declare const CampaignBiddingStrategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">, t.LiteralC<"ruleBased">]>;
export declare type CampaignBiddingStrategy = t.TypeOf<typeof CampaignBiddingStrategy>;

@@ -48,3 +48,8 @@ "use strict";

t.literal('manual'),
/**
* Rule-based bidding takes the guesswork out of adjusting bids to achieve your marketing
* strategy
*/
t.literal('ruleBased'),
]);
//# sourceMappingURL=campaign-bidding-strategy.js.map

@@ -30,3 +30,3 @@ import { Operation } from '../operation';

} & {
strategy?: "legacyForSales" | "autoForSales" | "manual" | undefined;
strategy?: "legacyForSales" | "autoForSales" | "manual" | "ruleBased" | undefined;
}) | undefined;

@@ -59,3 +59,3 @@ })[]>;

} & {
strategy?: "legacyForSales" | "autoForSales" | "manual" | undefined;
strategy?: "legacyForSales" | "autoForSales" | "manual" | "ruleBased" | undefined;
}) | undefined;

@@ -94,3 +94,3 @@ } & {

} & {
strategy?: "legacyForSales" | "autoForSales" | "manual" | undefined;
strategy?: "legacyForSales" | "autoForSales" | "manual" | "ruleBased" | undefined;
}) | undefined;

@@ -124,3 +124,3 @@ }>;

} & {
strategy?: "legacyForSales" | "autoForSales" | "manual" | undefined;
strategy?: "legacyForSales" | "autoForSales" | "manual" | "ruleBased" | undefined;
}) | undefined;

@@ -127,0 +127,0 @@ } & {

@@ -36,3 +36,3 @@ import * as t from 'io-ts';

}>, t.PartialC<{
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">]>;
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">, t.LiteralC<"ruleBased">]>;
}>]>;

@@ -89,3 +89,3 @@ export declare type CampaignBidding = t.TypeOf<typeof CampaignBidding>;

}>, t.PartialC<{
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">]>;
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">, t.LiteralC<"ruleBased">]>;
}>]>;

@@ -125,3 +125,3 @@ }>]>;

}>, t.PartialC<{
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">]>;
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">, t.LiteralC<"ruleBased">]>;
}>]>;

@@ -197,3 +197,3 @@ }>]>;

}>, t.PartialC<{
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">]>;
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">, t.LiteralC<"ruleBased">]>;
}>]>;

@@ -289,3 +289,3 @@ }>]>;

}>, t.PartialC<{
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">]>;
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">, t.LiteralC<"ruleBased">]>;
}>]>;

@@ -292,0 +292,0 @@ }>]>, t.PartialC<{

@@ -172,3 +172,3 @@ import * as t from 'io-ts';

}>, t.PartialC<{
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">]>;
strategy: t.UnionC<[t.LiteralC<"legacyForSales">, t.LiteralC<"autoForSales">, t.LiteralC<"manual">, t.LiteralC<"ruleBased">]>;
}>]>;

@@ -175,0 +175,0 @@ }>]>, t.ExactC<t.TypeC<{

{
"name": "@scaleleap/amazon-advertising-api-sdk",
"version": "3.7.0",
"version": "3.8.0",
"description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc