@juhuu/sdk-ts 1.2.13 → 1.2.14

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
@@ -1174,7 +1174,7 @@ declare namespace JUHUU {
1174
1174
  };
1175
1175
  type Options = JUHUU.RequestOptions;
1176
1176
  type Response = {
1177
- property: JUHUU.Property.Object;
1177
+ tariff: JUHUU.Tariff.Object;
1178
1178
  };
1179
1179
  }
1180
1180
  }
@@ -1554,7 +1554,7 @@ declare namespace JUHUU {
1554
1554
  };
1555
1555
  type Options = JUHUU.RequestOptions;
1556
1556
  type Response = {
1557
- property: JUHUU.Property.Object;
1557
+ location: JUHUU.Location.Object;
1558
1558
  };
1559
1559
  }
1560
1560
  export { };
package/dist/index.d.ts CHANGED
@@ -1174,7 +1174,7 @@ declare namespace JUHUU {
1174
1174
  };
1175
1175
  type Options = JUHUU.RequestOptions;
1176
1176
  type Response = {
1177
- property: JUHUU.Property.Object;
1177
+ tariff: JUHUU.Tariff.Object;
1178
1178
  };
1179
1179
  }
1180
1180
  }
@@ -1554,7 +1554,7 @@ declare namespace JUHUU {
1554
1554
  };
1555
1555
  type Options = JUHUU.RequestOptions;
1556
1556
  type Response = {
1557
- property: JUHUU.Property.Object;
1557
+ location: JUHUU.Location.Object;
1558
1558
  };
1559
1559
  }
1560
1560
  export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",