New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lz-api-client

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lz-api-client - npm Package Compare versions

Comparing version 0.11.2 to 0.12.0

6

dist/services/CampaignService.d.ts

@@ -20,2 +20,3 @@ import type { CreateCampaignBody, UpdateCampaignBody, SearchCampaignQuery } from 'lz-schema';

from: number;
notifications: number[];
priority: number;

@@ -36,6 +37,6 @@ urlRegExp: string;

} | null;
audienceIds: string[];
journeyIds: string[];
workspaceId: string;
to?: number | undefined;
audienceId?: string | undefined;
}>;

@@ -55,2 +56,3 @@ /**

from: number;
notifications: number[];
priority: number;

@@ -71,6 +73,6 @@ urlRegExp: string;

} | null;
audienceIds: string[];
journeyIds: string[];
workspaceId: string;
to?: number | undefined;
audienceId?: string | undefined;
}[]>;

@@ -77,0 +79,0 @@ /**

{
"name": "lz-api-client",
"version": "0.11.2",
"version": "0.12.0",
"description": "client sdk for layerZ api",

@@ -34,4 +34,4 @@ "main": "dist/index.js",

"dependencies": {
"lz-schema": "^0.12.1"
"lz-schema": "^0.13.0"
}
}
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