@localazy/ts-api
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -9,2 +9,3 @@ declare type Organization = { | ||
screenshots: boolean; | ||
screenshotsForFigma: boolean; | ||
additionalMt: boolean; | ||
@@ -11,0 +12,0 @@ mtPretranslate: boolean; |
{ | ||
"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 @@ |
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
63599
1057
179