Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@localazy/ts-api

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localazy/ts-api - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

1

dist/models/responses/organization.d.ts

@@ -9,2 +9,3 @@ declare type Organization = {

screenshots: boolean;
screenshotsForFigma: boolean;
additionalMt: boolean;

@@ -11,0 +12,0 @@ mtPretranslate: boolean;

2

package.json
{
"name": "@localazy/ts-api",
"version": "1.0.8",
"version": "1.0.9",
"description": "This is a Typescript library facilitating usage of Localazy's API.",

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

@@ -96,3 +96,3 @@ # @localazy/ts-api

Documentation: https://localazy.com/docs/api/webhooks
Documentation: https://localazy.com/docs/api/webhooks-api#list-webhooks-configuration

@@ -107,4 +107,62 @@ ### postWebhooks

Documentation: https://localazy.com/docs/api/webhooks
Documentation: https://localazy.com/docs/api/webhooks-api#update-webhooks-configuration
### listScreenshots
List all screenshots for the given project.
```ts
async listScreenshots(options: ListScreenshots, config: CommonConfig = {})
```
Documentation: https://localazy.com/docs/api/screenshots
### listScreenshotsTags
List all existing tags for screenshots.
```ts
async listScreenshotsTags(options: ListScreenshotsTags, config: CommonConfig = {})
```
Documentation: https://localazy.com/docs/api/screenshots
### postScreenshots
Upload a new screenshot.
```ts
async postScreenshots(options: PostScreenshots, config: CommonConfig = {})
```
Documentation: https://localazy.com/docs/api/screenshots
### postScreenshot
Change image data of existing screenshot.
```ts
async postScreenshot(options: PostScreenshot, config: CommonConfig = {})
```
Documentation: https://localazy.com/docs/api/screenshots
### putScreenshot
Change existing screenshot.
```ts
async putScreenshot(options: PutScreenshot, config: CommonConfig = {})
```
Documentation: https://localazy.com/docs/api/screenshots
### deleteScreenshot
```ts
async deleteScreenshot(options: DeleteScreenshot, config: CommonConfig = {})
```
Documentation: https://localazy.com/docs/api/screenshots
# FAQ

@@ -111,0 +169,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