@juhuu/sdk-ts 1.3.65 → 1.3.66

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
@@ -3173,7 +3173,6 @@ declare namespace JUHUU {
3173
3173
  locationGroupId: string | null;
3174
3174
  locationName: string | null;
3175
3175
  locationGroupName: string | null;
3176
- tariffName: LocaleString;
3177
3176
  };
3178
3177
  type Response = {
3179
3178
  rangeStartAt: string;
package/dist/index.d.ts CHANGED
@@ -3173,7 +3173,6 @@ declare namespace JUHUU {
3173
3173
  locationGroupId: string | null;
3174
3174
  locationName: string | null;
3175
3175
  locationGroupName: string | null;
3176
- tariffName: LocaleString;
3177
3176
  };
3178
3177
  type Response = {
3179
3178
  rangeStartAt: string;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.65",
6
+ "version": "1.3.66",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",