@juhuu/sdk-ts 1.2.52 → 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 +2 -7
- package/dist/index.d.ts +2 -7
- package/dist/index.js +0 -4
- package/dist/index.mjs +0 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -188,19 +188,17 @@ type Purpose = {
|
|
188
188
|
category: Category;
|
189
189
|
modality: Modality;
|
190
190
|
};
|
191
|
-
declare const ReadonlyIntegrationStateArray: readonly ["full", "partial"];
|
192
|
-
type IntegrationState = (typeof ReadonlyIntegrationStateArray)[number];
|
193
191
|
type GeoPoint = {
|
194
192
|
type: "Point";
|
195
193
|
coordinates: [number, number];
|
196
194
|
};
|
195
|
+
type visualPriority = "none" | "highlight" | "important";
|
197
196
|
type PlatformUrl = {
|
198
197
|
ios: string;
|
199
198
|
android: string;
|
200
199
|
web: string;
|
201
200
|
};
|
202
201
|
interface MapFilter {
|
203
|
-
integrationStateArray: IntegrationState[];
|
204
202
|
categoryArray: Category[];
|
205
203
|
modalityArray: Modality[];
|
206
204
|
sectorArray: Sector[];
|
@@ -864,8 +862,6 @@ declare namespace JUHUU {
|
|
864
862
|
category: Category;
|
865
863
|
modality: Modality;
|
866
864
|
};
|
867
|
-
const ReadonlyIntegrationStateArray: readonly ["full", "partial"];
|
868
|
-
type IntegrationState = (typeof ReadonlyIntegrationStateArray)[number];
|
869
865
|
namespace Session {
|
870
866
|
type Base = {
|
871
867
|
id: string;
|
@@ -1811,7 +1807,6 @@ declare namespace JUHUU {
|
|
1811
1807
|
location: GeoPoint;
|
1812
1808
|
altitudeRange: [number, number];
|
1813
1809
|
invalidAt: Date;
|
1814
|
-
source: "fluctuo" | null;
|
1815
1810
|
purposeArray: Purpose[];
|
1816
1811
|
};
|
1817
1812
|
export interface Single extends Base {
|
@@ -2583,4 +2578,4 @@ declare namespace JUHUU {
|
|
2583
2578
|
}
|
2584
2579
|
}
|
2585
2580
|
|
2586
|
-
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,
|
2581
|
+
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 };
|
package/dist/index.d.ts
CHANGED
@@ -188,19 +188,17 @@ type Purpose = {
|
|
188
188
|
category: Category;
|
189
189
|
modality: Modality;
|
190
190
|
};
|
191
|
-
declare const ReadonlyIntegrationStateArray: readonly ["full", "partial"];
|
192
|
-
type IntegrationState = (typeof ReadonlyIntegrationStateArray)[number];
|
193
191
|
type GeoPoint = {
|
194
192
|
type: "Point";
|
195
193
|
coordinates: [number, number];
|
196
194
|
};
|
195
|
+
type visualPriority = "none" | "highlight" | "important";
|
197
196
|
type PlatformUrl = {
|
198
197
|
ios: string;
|
199
198
|
android: string;
|
200
199
|
web: string;
|
201
200
|
};
|
202
201
|
interface MapFilter {
|
203
|
-
integrationStateArray: IntegrationState[];
|
204
202
|
categoryArray: Category[];
|
205
203
|
modalityArray: Modality[];
|
206
204
|
sectorArray: Sector[];
|
@@ -864,8 +862,6 @@ declare namespace JUHUU {
|
|
864
862
|
category: Category;
|
865
863
|
modality: Modality;
|
866
864
|
};
|
867
|
-
const ReadonlyIntegrationStateArray: readonly ["full", "partial"];
|
868
|
-
type IntegrationState = (typeof ReadonlyIntegrationStateArray)[number];
|
869
865
|
namespace Session {
|
870
866
|
type Base = {
|
871
867
|
id: string;
|
@@ -1811,7 +1807,6 @@ declare namespace JUHUU {
|
|
1811
1807
|
location: GeoPoint;
|
1812
1808
|
altitudeRange: [number, number];
|
1813
1809
|
invalidAt: Date;
|
1814
|
-
source: "fluctuo" | null;
|
1815
1810
|
purposeArray: Purpose[];
|
1816
1811
|
};
|
1817
1812
|
export interface Single extends Base {
|
@@ -2583,4 +2578,4 @@ declare namespace JUHUU {
|
|
2583
2578
|
}
|
2584
2579
|
}
|
2585
2580
|
|
2586
|
-
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,
|
2581
|
+
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 };
|
package/dist/index.js
CHANGED
@@ -37,7 +37,6 @@ __export(src_exports, {
|
|
37
37
|
Juhuu: () => Juhuu,
|
38
38
|
LanguageCodeArray: () => LanguageCodeArray,
|
39
39
|
ReadonlyCategoryArray: () => ReadonlyCategoryArray,
|
40
|
-
ReadonlyIntegrationStateArray: () => ReadonlyIntegrationStateArray,
|
41
40
|
ReadonlyModalityArray: () => ReadonlyModalityArray,
|
42
41
|
ReadonlySectorArray: () => ReadonlySectorArray
|
43
42
|
});
|
@@ -2300,7 +2299,6 @@ var ReadonlyModalityArray = [
|
|
2300
2299
|
"wash",
|
2301
2300
|
"repair"
|
2302
2301
|
];
|
2303
|
-
var ReadonlyIntegrationStateArray = ["full", "partial"];
|
2304
2302
|
var ConditionType = /* @__PURE__ */ ((ConditionType2) => {
|
2305
2303
|
ConditionType2["Equal"] = "==";
|
2306
2304
|
ConditionType2["NotEqual"] = "!=";
|
@@ -2383,7 +2381,6 @@ var JUHUU;
|
|
2383
2381
|
"wash",
|
2384
2382
|
"repair"
|
2385
2383
|
];
|
2386
|
-
JUHUU2.ReadonlyIntegrationStateArray = ["full", "partial"];
|
2387
2384
|
})(JUHUU || (JUHUU = {}));
|
2388
2385
|
// Annotate the CommonJS export names for ESM import in node:
|
2389
2386
|
0 && (module.exports = {
|
@@ -2394,7 +2391,6 @@ var JUHUU;
|
|
2394
2391
|
Juhuu,
|
2395
2392
|
LanguageCodeArray,
|
2396
2393
|
ReadonlyCategoryArray,
|
2397
|
-
ReadonlyIntegrationStateArray,
|
2398
2394
|
ReadonlyModalityArray,
|
2399
2395
|
ReadonlySectorArray
|
2400
2396
|
});
|
package/dist/index.mjs
CHANGED
@@ -2255,7 +2255,6 @@ var ReadonlyModalityArray = [
|
|
2255
2255
|
"wash",
|
2256
2256
|
"repair"
|
2257
2257
|
];
|
2258
|
-
var ReadonlyIntegrationStateArray = ["full", "partial"];
|
2259
2258
|
var ConditionType = /* @__PURE__ */ ((ConditionType2) => {
|
2260
2259
|
ConditionType2["Equal"] = "==";
|
2261
2260
|
ConditionType2["NotEqual"] = "!=";
|
@@ -2338,7 +2337,6 @@ var JUHUU;
|
|
2338
2337
|
"wash",
|
2339
2338
|
"repair"
|
2340
2339
|
];
|
2341
|
-
JUHUU2.ReadonlyIntegrationStateArray = ["full", "partial"];
|
2342
2340
|
})(JUHUU || (JUHUU = {}));
|
2343
2341
|
export {
|
2344
2342
|
ConditionType,
|
@@ -2348,7 +2346,6 @@ export {
|
|
2348
2346
|
Juhuu,
|
2349
2347
|
LanguageCodeArray,
|
2350
2348
|
ReadonlyCategoryArray,
|
2351
|
-
ReadonlyIntegrationStateArray,
|
2352
2349
|
ReadonlyModalityArray,
|
2353
2350
|
ReadonlySectorArray
|
2354
2351
|
};
|