@juhuu/sdk-ts 1.2.53 → 1.2.54

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
@@ -862,8 +862,6 @@ declare namespace JUHUU {
862
862
  category: Category;
863
863
  modality: Modality;
864
864
  };
865
- const ReadonlyIntegrationStateArray: readonly ["full", "partial"];
866
- type IntegrationState = (typeof ReadonlyIntegrationStateArray)[number];
867
865
  namespace Session {
868
866
  type Base = {
869
867
  id: string;
package/dist/index.d.ts CHANGED
@@ -862,8 +862,6 @@ declare namespace JUHUU {
862
862
  category: Category;
863
863
  modality: Modality;
864
864
  };
865
- const ReadonlyIntegrationStateArray: readonly ["full", "partial"];
866
- type IntegrationState = (typeof ReadonlyIntegrationStateArray)[number];
867
865
  namespace Session {
868
866
  type Base = {
869
867
  id: string;
package/dist/index.js CHANGED
@@ -2381,7 +2381,6 @@ var JUHUU;
2381
2381
  "wash",
2382
2382
  "repair"
2383
2383
  ];
2384
- JUHUU2.ReadonlyIntegrationStateArray = ["full", "partial"];
2385
2384
  })(JUHUU || (JUHUU = {}));
2386
2385
  // Annotate the CommonJS export names for ESM import in node:
2387
2386
  0 && (module.exports = {
package/dist/index.mjs CHANGED
@@ -2337,7 +2337,6 @@ var JUHUU;
2337
2337
  "wash",
2338
2338
  "repair"
2339
2339
  ];
2340
- JUHUU2.ReadonlyIntegrationStateArray = ["full", "partial"];
2341
2340
  })(JUHUU || (JUHUU = {}));
2342
2341
  export {
2343
2342
  ConditionType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.53",
3
+ "version": "1.2.54",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",