@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 +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
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
package/dist/index.mjs
CHANGED