@juhuu/sdk-ts 1.2.126 → 1.2.127

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
@@ -2036,6 +2036,7 @@ declare namespace JUHUU {
2036
2036
  primaryColor: string;
2037
2037
  backgroundColor: string;
2038
2038
  name: string;
2039
+ eligibleToCreateOnBehalfOfBusiness: boolean;
2039
2040
  };
2040
2041
  type Options = JUHUU.RequestOptions;
2041
2042
  type Response = {
package/dist/index.d.ts CHANGED
@@ -2036,6 +2036,7 @@ declare namespace JUHUU {
2036
2036
  primaryColor: string;
2037
2037
  backgroundColor: string;
2038
2038
  name: string;
2039
+ eligibleToCreateOnBehalfOfBusiness: boolean;
2039
2040
  };
2040
2041
  type Options = JUHUU.RequestOptions;
2041
2042
  type Response = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.126",
3
+ "version": "1.2.127",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",