@juhuu/sdk-ts 1.2.16 → 1.2.17

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
@@ -1220,7 +1220,7 @@ declare namespace JUHUU {
1220
1220
  expand?: Array<"property">;
1221
1221
  } & JUHUU.RequestOptions;
1222
1222
  type Response = {
1223
- licenseTemplate: JUHUU.Location.Object;
1223
+ licenseTemplate: JUHUU.LicenseTemplate.Object;
1224
1224
  property: JUHUU.Property.Object;
1225
1225
  };
1226
1226
  }
package/dist/index.d.ts CHANGED
@@ -1220,7 +1220,7 @@ declare namespace JUHUU {
1220
1220
  expand?: Array<"property">;
1221
1221
  } & JUHUU.RequestOptions;
1222
1222
  type Response = {
1223
- licenseTemplate: JUHUU.Location.Object;
1223
+ licenseTemplate: JUHUU.LicenseTemplate.Object;
1224
1224
  property: JUHUU.Property.Object;
1225
1225
  };
1226
1226
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",