@juhuu/sdk-ts 1.2.39 → 1.2.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -495,7 +495,7 @@ type Command = {
495
495
  parameterName: string;
496
496
  };
497
497
  interface LocaleString {
498
- en: string;
498
+ en?: string;
499
499
  de?: string;
500
500
  fr?: string;
501
501
  it?: string;
package/dist/index.d.ts CHANGED
@@ -495,7 +495,7 @@ type Command = {
495
495
  parameterName: string;
496
496
  };
497
497
  interface LocaleString {
498
- en: string;
498
+ en?: string;
499
499
  de?: string;
500
500
  fr?: string;
501
501
  it?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.39",
3
+ "version": "1.2.40",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",