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.5.1 to 0.5.2

36

dist/services/CampaignService.d.ts

@@ -1,2 +0,2 @@

import { Campaign, Journey, CampaignStatus, CreateCampaignBody } from 'lz-schema';
import { Journey, CampaignStatus, CreateCampaignBody } from 'lz-schema';
import { Client } from '../Client';

@@ -13,3 +13,18 @@ export declare class CampaignService {

id: string;
}): Promise<Campaign>;
}): Promise<{
id: string;
name: string;
from: number;
priority: number;
status: CampaignStatus;
urlRegExp: string;
target: import("lz-schema").CampaignTarget;
createdBy: string;
createdAt: number;
updatedBy: string;
updatedAt: number;
workspaceId: string;
to?: number | undefined;
audienceId?: string | undefined;
}>;
/**

@@ -26,3 +41,18 @@ * Search campaigns by name and/or status.

limit?: number;
}): Promise<Campaign[]>;
}): Promise<{
id: string;
name: string;
from: number;
priority: number;
status: CampaignStatus;
urlRegExp: string;
target: import("lz-schema").CampaignTarget;
createdBy: string;
createdAt: number;
updatedBy: string;
updatedAt: number;
workspaceId: string;
to?: number | undefined;
audienceId?: string | undefined;
}[]>;
/**

@@ -29,0 +59,0 @@ * Create a new campaign

4

package.json
{
"name": "lz-api-client",
"version": "0.5.1",
"version": "0.5.2",
"description": "client sdk for layerZ api",

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

"dependencies": {
"lz-schema": "^0.7.1"
"lz-schema": "^0.8.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