@juhuu/sdk-ts 1.2.57 → 1.2.58

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.js CHANGED
@@ -1485,7 +1485,7 @@ var SettingsService = class extends Service {
1485
1485
  body: {
1486
1486
  message: SessionCreateParams.message
1487
1487
  },
1488
- authenticationNotOptional: true
1488
+ authenticationNotOptional: false
1489
1489
  },
1490
1490
  SessionCreateOptions
1491
1491
  );
package/dist/index.mjs CHANGED
@@ -1441,7 +1441,7 @@ var SettingsService = class extends Service {
1441
1441
  body: {
1442
1442
  message: SessionCreateParams.message
1443
1443
  },
1444
- authenticationNotOptional: true
1444
+ authenticationNotOptional: false
1445
1445
  },
1446
1446
  SessionCreateOptions
1447
1447
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",