You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@emilgroup/translation-sdk-node

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/translation-sdk-node - npm Package Compare versions

Comparing version
1.1.1-beta.7
to
1.1.1-beta.8
+0
-1
base.ts

@@ -189,3 +189,2 @@ /* tslint:disable */

}
async switchWorkspace(targetWorkspace: string): Promise<void> {

@@ -192,0 +191,0 @@ const options: AxiosRequestConfig = {

+1
-1

@@ -69,3 +69,3 @@ /**

*/
check(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any>>;
check(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InlineResponse200, any, {}>>;
}

@@ -559,3 +559,3 @@ /**

*/
createProductLanguage(requestParameters: TranslationApiCreateProductLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateProductLanguageResponseClass, any>>;
createProductLanguage(requestParameters: TranslationApiCreateProductLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateProductLanguageResponseClass, any, {}>>;
/**

@@ -569,3 +569,3 @@ * Permanently deletes the product language. Supply the unique id that was returned when you created the product language and this will delete it. **Required Permissions** \"translation-management.translations.delete\"

*/
deleteProductLanguage(requestParameters: TranslationApiDeleteProductLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
deleteProductLanguage(requestParameters: TranslationApiDeleteProductLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
/**

@@ -579,3 +579,3 @@ * This downloads the list of translatable fields for a given product. **Required Permissions** \"translation-management.translations.view\"

*/
downloadProductTranslations(requestParameters: TranslationApiDownloadProductTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
downloadProductTranslations(requestParameters: TranslationApiDownloadProductTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
/**

@@ -589,3 +589,3 @@ * This gets a product language. **Required Permissions** \"translation-management.translations.view\"

*/
getProductLanguage(requestParameters: TranslationApiGetProductLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductLanguageResponseClass, any>>;
getProductLanguage(requestParameters: TranslationApiGetProductLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductLanguageResponseClass, any, {}>>;
/**

@@ -599,3 +599,3 @@ * Returns a list of product languages you have previously created. The product languages are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"translation-management.translations.view\"

*/
listProductLanguages(requestParameters?: TranslationApiListProductLanguagesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListProductLanguagesResponseClass, any>>;
listProductLanguages(requestParameters?: TranslationApiListProductLanguagesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListProductLanguagesResponseClass, any, {}>>;
/**

@@ -609,3 +609,3 @@ * Returns a list of translations you have previously created. The translations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"translation-management.translations.view\"

*/
listTranslations(requestParameters?: TranslationApiListTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTranslationsResponseClass, any>>;
listTranslations(requestParameters?: TranslationApiListTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTranslationsResponseClass, any, {}>>;
/**

@@ -619,3 +619,3 @@ * This updates the product language with the specified id. **Required Permissions** \"translation-management.translations.update\"

*/
updateProductLanguage(requestParameters: TranslationApiUpdateProductLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateProductLanguageResponseClass, any>>;
updateProductLanguage(requestParameters: TranslationApiUpdateProductLanguageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateProductLanguageResponseClass, any, {}>>;
/**

@@ -629,3 +629,3 @@ * This uploads the translations for a given product. **Required Permissions** \"translation-management.translations.create\"

*/
uploadProductTranslations(requestParameters: TranslationApiUploadProductTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadProductTranslationsResponseClass, any>>;
uploadProductTranslations(requestParameters: TranslationApiUploadProductTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadProductTranslationsResponseClass, any, {}>>;
}

@@ -66,3 +66,3 @@ /**

*/
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any, {}>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
/**

@@ -69,0 +69,0 @@ * EMIL TranslationService

{
"name": "@emilgroup/translation-sdk-node",
"version": "1.1.1-beta.7",
"version": "1.1.1-beta.8",
"description": "OpenAPI client for @emilgroup/translation-sdk-node",

@@ -21,3 +21,3 @@ "author": "OpenAPI-Generator Contributors",

"dependencies": {
"axios": "^0.27.2",
"axios": "^1.12.0",
"form-data": "^4.0.0",

@@ -24,0 +24,0 @@ "url": "^0.11.0"

@@ -20,7 +20,7 @@ # Emil Translation SDK for Nodejs

```
npm install @emilgroup/translation-sdk-node@1.1.1-beta.7 --save
npm install @emilgroup/translation-sdk-node@1.1.1-beta.8 --save
```
or
```
yarn add @emilgroup/translation-sdk-node@1.1.1-beta.7
yarn add @emilgroup/translation-sdk-node@1.1.1-beta.8
```

@@ -27,0 +27,0 @@