@juhuu/sdk-ts 1.2.40 → 1.2.41

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
@@ -824,14 +824,21 @@ declare namespace JUHUU {
824
824
  type DeepNullable<T> = {
825
825
  [P in keyof T]?: DeepNullable<T[P]> | null;
826
826
  };
827
- enum Purpose {
828
- Purpose1 = "Purpose 1",
829
- Purpose2 = "Purpose 2"
830
- }
831
- enum Technology {
832
- Tech1 = "Technology 1",
833
- Tech2 = "Technology 2"
834
- }
827
+ const ReadonlySectorArray: readonly ["tourism", "mobility", "sport"];
828
+ type Sector = (typeof ReadonlySectorArray)[number];
829
+ const ReadonlyTechnologyArray: readonly ["analog", "digital"];
830
+ type Technology = (typeof ReadonlyTechnologyArray)[number];
831
+ const ReadonlyCategoryArray: readonly ["bike", "car", "scooter", "boat", "moped"];
832
+ type Category = (typeof ReadonlyCategoryArray)[number];
833
+ const ReadonlyModalityArray: readonly ["charge", "store", "share", "wash", "repair"];
834
+ type Modality = (typeof ReadonlyModalityArray)[number];
835
+ type Purpose = {
836
+ sector: Sector;
837
+ category: Category;
838
+ modality: Modality;
839
+ };
840
+ const ReadonlyIntegrationStateArray: readonly ["full", "partial"];
841
+ type IntegrationState = (typeof ReadonlyIntegrationStateArray)[number];
835
842
  namespace Session {
836
843
  type Base = {
837
844
  id: string;
@@ -2283,4 +2290,4 @@ declare namespace JUHUU {
2283
2290
  }
2284
2291
  }
2285
2292
 
2286
- 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, type IntegrationState, 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, Purpose, type PushToken, ReadonlyCategoryArray, ReadonlyIntegrationStateArray, 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 };
2293
+ 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, type IntegrationState, 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, ReadonlyIntegrationStateArray, 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 };
package/dist/index.d.ts CHANGED
@@ -824,14 +824,21 @@ declare namespace JUHUU {
824
824
  type DeepNullable<T> = {
825
825
  [P in keyof T]?: DeepNullable<T[P]> | null;
826
826
  };
827
- enum Purpose {
828
- Purpose1 = "Purpose 1",
829
- Purpose2 = "Purpose 2"
830
- }
831
- enum Technology {
832
- Tech1 = "Technology 1",
833
- Tech2 = "Technology 2"
834
- }
827
+ const ReadonlySectorArray: readonly ["tourism", "mobility", "sport"];
828
+ type Sector = (typeof ReadonlySectorArray)[number];
829
+ const ReadonlyTechnologyArray: readonly ["analog", "digital"];
830
+ type Technology = (typeof ReadonlyTechnologyArray)[number];
831
+ const ReadonlyCategoryArray: readonly ["bike", "car", "scooter", "boat", "moped"];
832
+ type Category = (typeof ReadonlyCategoryArray)[number];
833
+ const ReadonlyModalityArray: readonly ["charge", "store", "share", "wash", "repair"];
834
+ type Modality = (typeof ReadonlyModalityArray)[number];
835
+ type Purpose = {
836
+ sector: Sector;
837
+ category: Category;
838
+ modality: Modality;
839
+ };
840
+ const ReadonlyIntegrationStateArray: readonly ["full", "partial"];
841
+ type IntegrationState = (typeof ReadonlyIntegrationStateArray)[number];
835
842
  namespace Session {
836
843
  type Base = {
837
844
  id: string;
@@ -2283,4 +2290,4 @@ declare namespace JUHUU {
2283
2290
  }
2284
2291
  }
2285
2292
 
2286
- 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, type IntegrationState, 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, Purpose, type PushToken, ReadonlyCategoryArray, ReadonlyIntegrationStateArray, 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 };
2293
+ 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, type IntegrationState, 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, ReadonlyIntegrationStateArray, 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 };
package/dist/index.js CHANGED
@@ -2005,16 +2005,23 @@ var Juhuu = class {
2005
2005
  };
2006
2006
  var JUHUU;
2007
2007
  ((JUHUU2) => {
2008
- let Purpose;
2009
- ((Purpose3) => {
2010
- Purpose3["Purpose1"] = "Purpose 1";
2011
- Purpose3["Purpose2"] = "Purpose 2";
2012
- })(Purpose = JUHUU2.Purpose || (JUHUU2.Purpose = {}));
2013
- let Technology;
2014
- ((Technology2) => {
2015
- Technology2["Tech1"] = "Technology 1";
2016
- Technology2["Tech2"] = "Technology 2";
2017
- })(Technology = JUHUU2.Technology || (JUHUU2.Technology = {}));
2008
+ JUHUU2.ReadonlySectorArray = ["tourism", "mobility", "sport"];
2009
+ JUHUU2.ReadonlyTechnologyArray = ["analog", "digital"];
2010
+ JUHUU2.ReadonlyCategoryArray = [
2011
+ "bike",
2012
+ "car",
2013
+ "scooter",
2014
+ "boat",
2015
+ "moped"
2016
+ ];
2017
+ JUHUU2.ReadonlyModalityArray = [
2018
+ "charge",
2019
+ "store",
2020
+ "share",
2021
+ "wash",
2022
+ "repair"
2023
+ ];
2024
+ JUHUU2.ReadonlyIntegrationStateArray = ["full", "partial"];
2018
2025
  })(JUHUU || (JUHUU = {}));
2019
2026
  // Annotate the CommonJS export names for ESM import in node:
2020
2027
  0 && (module.exports = {
package/dist/index.mjs CHANGED
@@ -1960,16 +1960,23 @@ var Juhuu = class {
1960
1960
  };
1961
1961
  var JUHUU;
1962
1962
  ((JUHUU2) => {
1963
- let Purpose;
1964
- ((Purpose3) => {
1965
- Purpose3["Purpose1"] = "Purpose 1";
1966
- Purpose3["Purpose2"] = "Purpose 2";
1967
- })(Purpose = JUHUU2.Purpose || (JUHUU2.Purpose = {}));
1968
- let Technology;
1969
- ((Technology2) => {
1970
- Technology2["Tech1"] = "Technology 1";
1971
- Technology2["Tech2"] = "Technology 2";
1972
- })(Technology = JUHUU2.Technology || (JUHUU2.Technology = {}));
1963
+ JUHUU2.ReadonlySectorArray = ["tourism", "mobility", "sport"];
1964
+ JUHUU2.ReadonlyTechnologyArray = ["analog", "digital"];
1965
+ JUHUU2.ReadonlyCategoryArray = [
1966
+ "bike",
1967
+ "car",
1968
+ "scooter",
1969
+ "boat",
1970
+ "moped"
1971
+ ];
1972
+ JUHUU2.ReadonlyModalityArray = [
1973
+ "charge",
1974
+ "store",
1975
+ "share",
1976
+ "wash",
1977
+ "repair"
1978
+ ];
1979
+ JUHUU2.ReadonlyIntegrationStateArray = ["full", "partial"];
1973
1980
  })(JUHUU || (JUHUU = {}));
1974
1981
  export {
1975
1982
  ConditionType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",