@juhuu/sdk-ts 1.2.53 → 1.2.55

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
@@ -192,7 +192,7 @@ type GeoPoint = {
192
192
  type: "Point";
193
193
  coordinates: [number, number];
194
194
  };
195
- type visualPriority = "none" | "highlight" | "important";
195
+ type VisualPriority = "none" | "highlight" | "important";
196
196
  type PlatformUrl = {
197
197
  ios: string;
198
198
  android: string;
@@ -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;
@@ -1819,6 +1817,7 @@ declare namespace JUHUU {
1819
1817
  iconLight: string | null;
1820
1818
  iconDark: string | null;
1821
1819
  utilization: Utilization | null;
1820
+ visualPriority: VisualPriority;
1822
1821
  }
1823
1822
  export interface Aggregation extends Base {
1824
1823
  type: "aggregation";
@@ -2580,4 +2579,4 @@ declare namespace JUHUU {
2580
2579
  }
2581
2580
  }
2582
2581
 
2583
- export { type AccessControlListElement, type Address, type AutoRenewMode, type BusinessType, type Category, type Circumstance, type Color, type ColorScheme, type Command, type Condition, ConditionType, type CountryCode, CountryCodeArray, type CurrencyCode, CurrencyCodeArray, type CustomClaims, type DeepNullable, type DeviceStatus, type DeviceType, type Environment, type EnvironmentSettings, type ExtractType, type FuelType, type GeneralSettings, type GeoPoint, type GraphNode, JUHUU, Juhuu, type LanguageCode, LanguageCodeArray, Layout, type LayoutBlock, type LicenseTariffIdMap, type LinkType, type LocaleString, type MapFilter, type Modality, type Offer, type OfferTime, type Parameter, type Party, type PaymentMethod, type PaymentReason, type PaymentServiceProvider, type PaymentStatus, type PayoutSettings, type PayoutStatus, type PermissionTypes, type Person, type Platform, type PlatformUrl, type PostingRow, type Purpose, type PushToken, ReadonlyCategoryArray, ReadonlyModalityArray, ReadonlySectorArray, type RefundReason, type RefundStatus, type Sector, type SessionCannotTerminateReason, type SessionSettings, type SessionStatus, type SessionTerminatedByType, type SessionType, type Settings, type SimStatus, type StarRating, type TarifType, type TimeZone, type Unit, type UserType, type Utilization, type VeloBrushDeviceDocumentUserManualStep, type Viewport, type ViewportPolygon, type hexColor, type visualPriority };
2582
+ export { type AccessControlListElement, type Address, type AutoRenewMode, type BusinessType, type Category, type Circumstance, type Color, type ColorScheme, type Command, type Condition, ConditionType, type CountryCode, CountryCodeArray, type CurrencyCode, CurrencyCodeArray, type CustomClaims, type DeepNullable, type DeviceStatus, type DeviceType, type Environment, type EnvironmentSettings, type ExtractType, type FuelType, type GeneralSettings, type GeoPoint, type GraphNode, JUHUU, Juhuu, type LanguageCode, LanguageCodeArray, Layout, type LayoutBlock, type LicenseTariffIdMap, type LinkType, type LocaleString, type MapFilter, type Modality, type Offer, type OfferTime, type Parameter, type Party, type PaymentMethod, type PaymentReason, type PaymentServiceProvider, type PaymentStatus, type PayoutSettings, type PayoutStatus, type PermissionTypes, type Person, type Platform, type PlatformUrl, type PostingRow, type Purpose, type PushToken, ReadonlyCategoryArray, ReadonlyModalityArray, ReadonlySectorArray, type RefundReason, type RefundStatus, type Sector, type SessionCannotTerminateReason, type SessionSettings, type SessionStatus, type SessionTerminatedByType, type SessionType, type Settings, type SimStatus, type StarRating, type TarifType, type TimeZone, type Unit, type UserType, type Utilization, type VeloBrushDeviceDocumentUserManualStep, type Viewport, type ViewportPolygon, type VisualPriority, type hexColor };
package/dist/index.d.ts CHANGED
@@ -192,7 +192,7 @@ type GeoPoint = {
192
192
  type: "Point";
193
193
  coordinates: [number, number];
194
194
  };
195
- type visualPriority = "none" | "highlight" | "important";
195
+ type VisualPriority = "none" | "highlight" | "important";
196
196
  type PlatformUrl = {
197
197
  ios: string;
198
198
  android: string;
@@ -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;
@@ -1819,6 +1817,7 @@ declare namespace JUHUU {
1819
1817
  iconLight: string | null;
1820
1818
  iconDark: string | null;
1821
1819
  utilization: Utilization | null;
1820
+ visualPriority: VisualPriority;
1822
1821
  }
1823
1822
  export interface Aggregation extends Base {
1824
1823
  type: "aggregation";
@@ -2580,4 +2579,4 @@ declare namespace JUHUU {
2580
2579
  }
2581
2580
  }
2582
2581
 
2583
- export { type AccessControlListElement, type Address, type AutoRenewMode, type BusinessType, type Category, type Circumstance, type Color, type ColorScheme, type Command, type Condition, ConditionType, type CountryCode, CountryCodeArray, type CurrencyCode, CurrencyCodeArray, type CustomClaims, type DeepNullable, type DeviceStatus, type DeviceType, type Environment, type EnvironmentSettings, type ExtractType, type FuelType, type GeneralSettings, type GeoPoint, type GraphNode, JUHUU, Juhuu, type LanguageCode, LanguageCodeArray, Layout, type LayoutBlock, type LicenseTariffIdMap, type LinkType, type LocaleString, type MapFilter, type Modality, type Offer, type OfferTime, type Parameter, type Party, type PaymentMethod, type PaymentReason, type PaymentServiceProvider, type PaymentStatus, type PayoutSettings, type PayoutStatus, type PermissionTypes, type Person, type Platform, type PlatformUrl, type PostingRow, type Purpose, type PushToken, ReadonlyCategoryArray, ReadonlyModalityArray, ReadonlySectorArray, type RefundReason, type RefundStatus, type Sector, type SessionCannotTerminateReason, type SessionSettings, type SessionStatus, type SessionTerminatedByType, type SessionType, type Settings, type SimStatus, type StarRating, type TarifType, type TimeZone, type Unit, type UserType, type Utilization, type VeloBrushDeviceDocumentUserManualStep, type Viewport, type ViewportPolygon, type hexColor, type visualPriority };
2582
+ export { type AccessControlListElement, type Address, type AutoRenewMode, type BusinessType, type Category, type Circumstance, type Color, type ColorScheme, type Command, type Condition, ConditionType, type CountryCode, CountryCodeArray, type CurrencyCode, CurrencyCodeArray, type CustomClaims, type DeepNullable, type DeviceStatus, type DeviceType, type Environment, type EnvironmentSettings, type ExtractType, type FuelType, type GeneralSettings, type GeoPoint, type GraphNode, JUHUU, Juhuu, type LanguageCode, LanguageCodeArray, Layout, type LayoutBlock, type LicenseTariffIdMap, type LinkType, type LocaleString, type MapFilter, type Modality, type Offer, type OfferTime, type Parameter, type Party, type PaymentMethod, type PaymentReason, type PaymentServiceProvider, type PaymentStatus, type PayoutSettings, type PayoutStatus, type PermissionTypes, type Person, type Platform, type PlatformUrl, type PostingRow, type Purpose, type PushToken, ReadonlyCategoryArray, ReadonlyModalityArray, ReadonlySectorArray, type RefundReason, type RefundStatus, type Sector, type SessionCannotTerminateReason, type SessionSettings, type SessionStatus, type SessionTerminatedByType, type SessionType, type Settings, type SimStatus, type StarRating, type TarifType, type TimeZone, type Unit, type UserType, type Utilization, type VeloBrushDeviceDocumentUserManualStep, type Viewport, type ViewportPolygon, type VisualPriority, type hexColor };
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.55",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",