@sedni/cloud_common 3.0.3 → 3.0.4
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/.idea/cloud_common.iml +8 -0
- package/.idea/copilot.data.migration.agent.xml +6 -0
- package/.idea/copilot.data.migration.ask.xml +6 -0
- package/.idea/copilot.data.migration.ask2agent.xml +6 -0
- package/.idea/copilot.data.migration.edit.xml +6 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/shelf/Changes/shelved.patch +30 -0
- package/.idea/shelf/Changes.xml +4 -0
- package/.idea/shelf/Changes1/shelved.patch +229 -0
- package/.idea/shelf/Changes1.xml +4 -0
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_16_2_26,_10_07_[Changes]/shelved.patch +229 -0
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_16_2_26,_10_20_[Changes]/shelved.patch +23 -0
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_16_2_26__10_07__Changes_.xml +4 -0
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_16_2_26__10_20__Changes_.xml +4 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +245 -0
- package/deno.lock +1204 -0
- package/dist/browser-index.cjs +30 -0
- package/dist/browser-index.d.cts +38 -17
- package/dist/browser-index.d.ts +38 -17
- package/dist/browser-index.js +7 -1
- package/dist/{chunk-VQWCQ4E2.js → chunk-XZJXANPO.js} +539 -2
- package/dist/index.cjs +42 -10
- package/dist/index.d.cts +45 -24
- package/dist/index.d.ts +45 -24
- package/dist/index.js +13 -7
- package/dist/models/Channel.d.ts +53 -0
- package/dist/models/Channel.js +65 -0
- package/dist/models/ChannelDataBucket.d.ts +81 -0
- package/dist/models/ChannelDataBucket.js +93 -0
- package/dist/models/ChannelDataPoint.d.ts +21 -0
- package/dist/models/ChannelDataPoint.js +75 -0
- package/dist/models/Event.d.ts +28 -0
- package/dist/models/Event.js +84 -0
- package/dist/models/History.d.ts +30 -0
- package/dist/models/History.js +96 -0
- package/dist/models/Unit.d.ts +50 -0
- package/dist/models/Unit.js +58 -0
- package/dist/models/docs/Channel.json +58 -0
- package/dist/models/docs/ChannelDataBucket.json +77 -0
- package/dist/models/docs/ChannelDataPoint.json +39 -0
- package/dist/models/docs/ChannelWithData.json +58 -0
- package/dist/models/docs/Event.json +78 -0
- package/dist/models/docs/History.json +103 -0
- package/dist/models/docs/Unit.json +67 -0
- package/dist/models/docs/index.d.ts +448 -0
- package/dist/models/docs/index.js +27 -0
- package/dist/models/mimics/AuxiliaryElements.d.ts +39 -0
- package/dist/models/mimics/AuxiliaryElements.js +33 -0
- package/dist/models/mimics/ChannelMimic.d.ts +9 -0
- package/dist/models/mimics/ChannelMimic.js +8 -0
- package/dist/models/mimics/ControlElements.d.ts +123 -0
- package/dist/models/mimics/ControlElements.js +114 -0
- package/dist/models/mimics/Elements.d.ts +109 -0
- package/dist/models/mimics/Elements.js +99 -0
- package/dist/models/mimics/IasElements.d.ts +25 -0
- package/dist/models/mimics/IasElements.js +21 -0
- package/dist/models/mimics/MimicSupport.d.ts +77 -0
- package/dist/models/mimics/MimicSupport.js +59 -0
- package/dist/models/mimics/MimicTraits.d.ts +58 -0
- package/dist/models/mimics/MimicTraits.js +48 -0
- package/dist/models/mimics/PmsElements.d.ts +74 -0
- package/dist/models/mimics/PmsElements.js +66 -0
- package/dist/network/requests/mimics/AuxiliaryElements.d.ts +29 -0
- package/dist/network/requests/mimics/AuxiliaryElements.js +23 -0
- package/dist/network/requests/mimics/ChannelMimic.d.ts +9 -0
- package/dist/network/requests/mimics/ChannelMimic.js +8 -0
- package/dist/network/requests/mimics/ControlElements.d.ts +68 -0
- package/dist/network/requests/mimics/ControlElements.js +59 -0
- package/dist/network/requests/mimics/Elements.d.ts +46 -0
- package/dist/network/requests/mimics/Elements.js +36 -0
- package/dist/network/requests/mimics/IasElements.d.ts +16 -0
- package/dist/network/requests/mimics/IasElements.js +12 -0
- package/dist/network/requests/mimics/MimicSupport.d.ts +77 -0
- package/dist/network/requests/mimics/MimicSupport.js +59 -0
- package/dist/network/requests/mimics/MimicTraits.d.ts +55 -0
- package/dist/network/requests/mimics/MimicTraits.js +45 -0
- package/dist/network/requests/mimics/PmsElements.d.ts +58 -0
- package/dist/network/requests/mimics/PmsElements.js +50 -0
- package/dist/network/responses/mimics/AuxiliaryElements.d.ts +23 -0
- package/dist/network/responses/mimics/AuxiliaryElements.js +17 -0
- package/dist/network/responses/mimics/ControlElements.d.ts +63 -0
- package/dist/network/responses/mimics/ControlElements.js +54 -0
- package/dist/network/responses/mimics/Elements.d.ts +58 -0
- package/dist/network/responses/mimics/Elements.js +48 -0
- package/dist/network/responses/mimics/IasElements.d.ts +17 -0
- package/dist/network/responses/mimics/IasElements.js +13 -0
- package/dist/network/responses/mimics/PmsElements.d.ts +44 -0
- package/dist/network/responses/mimics/PmsElements.js +37 -0
- package/dist/types/alarm.types.d.ts +42 -0
- package/dist/types/alarm.types.js +38 -0
- package/dist/types/channel.types.d.ts +27 -0
- package/dist/types/channel.types.js +30 -0
- package/dist/types/event.types.d.ts +19 -0
- package/dist/types/event.types.js +17 -0
- package/dist/types/mimics.types.d.ts +254 -0
- package/dist/types/mimics.types.js +325 -0
- package/dist/types/unit.types.d.ts +11 -0
- package/dist/types/unit.types.js +10 -0
- package/dist/{unit.types-4ZD9ivHi.d.cts → user.types-DaVBScqh.d.cts} +493 -17
- package/dist/{unit.types-4ZD9ivHi.d.ts → user.types-DaVBScqh.d.ts} +493 -17
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -0
package/dist/browser-index.cjs
CHANGED
|
@@ -1244,6 +1244,26 @@ var EventCriticalities = {
|
|
|
1244
1244
|
CRITICAL: "Critical"
|
|
1245
1245
|
};
|
|
1246
1246
|
|
|
1247
|
+
// app/types/graphic.types.ts
|
|
1248
|
+
var ChartTypes = {
|
|
1249
|
+
VERTICAL_BAR: "VerticalBar",
|
|
1250
|
+
LINES: "Lines",
|
|
1251
|
+
CURVES: "Curves",
|
|
1252
|
+
LINES_SOLID: "LinesSolid",
|
|
1253
|
+
CURVES_SOLID: "CurvesSolid"
|
|
1254
|
+
};
|
|
1255
|
+
|
|
1256
|
+
// app/types/ship.types.ts
|
|
1257
|
+
var ShipTypes = {
|
|
1258
|
+
CARGO: "Cargo",
|
|
1259
|
+
FISHING: "Fishing",
|
|
1260
|
+
PASSENGER: "Passenger",
|
|
1261
|
+
OCEANOGRAPHIC: "Oceanographic",
|
|
1262
|
+
MILITARY: "Military",
|
|
1263
|
+
LIFEBOAT: "Lifeboat",
|
|
1264
|
+
TUG: "Tug"
|
|
1265
|
+
};
|
|
1266
|
+
|
|
1247
1267
|
// app/types/unit.types.ts
|
|
1248
1268
|
var UnitTypes = {
|
|
1249
1269
|
AIM18: "Aim18",
|
|
@@ -1256,6 +1276,13 @@ var UnitTypes = {
|
|
|
1256
1276
|
TIM28: "Tim28"
|
|
1257
1277
|
};
|
|
1258
1278
|
|
|
1279
|
+
// app/types/user.types.ts
|
|
1280
|
+
var UserTypes = {
|
|
1281
|
+
SEDNI_ADMIN: "sedni_admin",
|
|
1282
|
+
FLEET_ADMIN: "fleet_admin",
|
|
1283
|
+
USER: "user"
|
|
1284
|
+
};
|
|
1285
|
+
|
|
1259
1286
|
// app/browser-index.ts
|
|
1260
1287
|
var Mimics = {
|
|
1261
1288
|
// Auxiliary
|
|
@@ -1469,7 +1496,10 @@ var Types = {
|
|
|
1469
1496
|
ChannelSpecificTypes,
|
|
1470
1497
|
EventCategories,
|
|
1471
1498
|
EventCriticalities,
|
|
1499
|
+
ChartTypes,
|
|
1500
|
+
ShipTypes,
|
|
1472
1501
|
UnitTypes,
|
|
1502
|
+
UserTypes,
|
|
1473
1503
|
Mimics: MimicsTypes
|
|
1474
1504
|
};
|
|
1475
1505
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/browser-index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as ImageAuxiliaryJsonSchema, L as LineAuxiliaryJsonSchema, a as LinkAuxiliaryJsonSchema, P as PolylineAuxiliaryJsonSchema, S as SquareAuxiliaryJsonSchema, T as TextAuxiliaryJsonSchema, C as ChannelJsonSchema, b as CompressorJsonSchema, D as DamperJsonSchema, c as DamperAutomatedJsonSchema, F as FanJsonSchema, d as PumpJsonSchema, e as PumpAutomatedJsonSchema, f as TankJsonSchema, V as ValveJsonSchema, g as ValveAutomatedJsonSchema, A as AlarmIndicatorJsonSchema, h as CommandJsonSchema, i as DialJsonSchema, j as DigitalJsonSchema, k as DisplayJsonSchema, l as DynamicTextJsonSchema, m as LevelBarJsonSchema, n as SliderJsonSchema, o as TextChannelJsonSchema, p as ToggleJsonSchema, q as CabinetJsonSchema, R as RepeaterJsonSchema, r as StationJsonSchema, U as UnitJsonSchema, s as AddedAlarmsJsonSchema, B as BackgroundJsonSchema, t as LineJsonSchema, u as LocalizedTextJsonSchema, v as LocationJsonSchema, w as LogicExpressionJsonSchema, x as LogicExpressionsJsonSchema, y as ScaleJsonSchema, z as TextAttributesJsonSchema, E as TitleJsonSchema, G as AutomaticSemiAutoJsonSchema, H as CommandsOpClJsonSchema, J as CommandsStartStopJsonSchema, K as ControlLockJsonSchema, M as FeedbackOpClJsonSchema, N as FeedbackRunningStoppedJsonSchema, O as OrderOpClJsonSchema, Q as OrderStartStopJsonSchema, W as RemoteLocalJsonSchema, X as TripResetJsonSchema, Y as BreakerJsonSchema, Z as BreakerPmsJsonSchema, _ as GeneratorJsonSchema, $ as GeneratorPmsJsonSchema, a0 as OperationModesJsonSchema, a1 as PriorityDataJsonSchema, a2 as PrioritiesJsonSchema, a3 as ShaftJsonSchema, a4 as ImageAuxiliaryRequestSchema, a5 as LineAuxiliaryRequestSchema, a6 as LinkAuxiliaryRequestSchema, a7 as PolylineAuxiliaryRequestSchema, a8 as SquareAuxiliaryRequestSchema, a9 as TextAuxiliaryRequestSchema, aa as ChannelRequestSchema, ab as CompressorRequestSchema, ac as DamperRequestSchema, ad as DamperAutomatedRequestSchema, ae as FanRequestSchema, af as PumpRequestSchema, ag as PumpAutomatedRequestSchema, ah as TankRequestSchema, ai as ValveRequestSchema, aj as ValveAutomatedRequestSchema, ak as AlarmIndicatorRequestSchema, al as CommandRequestSchema, am as DialRequestSchema, an as DigitalRequestSchema, ao as DisplayRequestSchema, ap as DynamicTextRequestSchema, aq as LevelBarRequestSchema, ar as SliderRequestSchema, as as TextChannelRequestSchema, at as ToggleRequestSchema, au as CabinetRequestSchema, av as RepeaterRequestSchema, aw as StationRequestSchema, ax as UnitRequestSchema, ay as AutomaticSemiAutoRequestSchema, az as CommandsOpClRequestSchema, aA as CommandsStartStopRequestSchema, aB as ControlLockRequestSchema, aC as FeedbackOpClRequestSchema, aD as FeedbackRunningStoppedRequestSchema, aE as OrderOpClRequestSchema, aF as OrderStartStopRequestSchema, aG as RemoteLocalRequestSchema, aH as TripResetRequestSchema, aI as BreakerRequestSchema, aJ as BreakerPmsRequestSchema, aK as GeneratorRequestSchema, aL as GeneratorPmsRequestSchema, aM as OperationModesRequestSchema, aN as PriorityDataRequestSchema, aO as PrioritiesRequestSchema, aP as ShaftRequestSchema, aQ as ImageAuxiliaryResponseSchema, aR as LineAuxiliaryResponseSchema, aS as LinkAuxiliaryResponseSchema, aT as PolylineAuxiliaryResponseSchema, aU as SquareAuxiliaryResponseSchema, aV as TextAuxiliaryResponseSchema, aW as CompressorResponseSchema, aX as DamperResponseSchema, aY as DamperAutomatedResponseSchema, aZ as FanResponseSchema, a_ as PumpResponseSchema, a$ as PumpAutomatedResponseSchema, b0 as TankResponseSchema, b1 as ValveResponseSchema, b2 as ValveAutomatedResponseSchema, b3 as AlarmIndicatorResponseSchema, b4 as CommandResponseSchema, b5 as DialResponseSchema, b6 as DigitalResponseSchema, b7 as DisplayResponseSchema, b8 as DynamicTextResponseSchema, b9 as LevelBarResponseSchema, ba as SliderResponseSchema, bb as TextChannelResponseSchema, bc as ToggleResponseSchema, bd as CabinetResponseSchema, be as RepeaterResponseSchema, bf as StationResponseSchema, bg as UnitResponseSchema, bh as BreakerResponseSchema, bi as BreakerPmsResponseSchema, bj as GeneratorResponseSchema, bk as GeneratorPmsResponseSchema, bl as OperationModesResponseSchema, bm as PrioritiesResponseSchema, bn as ShaftResponseSchema } from './
|
|
2
|
-
export { bo as ActivationMode, bp as AlarmPriority, bq as AlarmState, br as AlarmType, bs as AutoSemiAutoState, bt as CabinetDesign, bu as ChannelBaseType, bv as ChannelSpecificType, bw as
|
|
1
|
+
import { I as ImageAuxiliaryJsonSchema, L as LineAuxiliaryJsonSchema, a as LinkAuxiliaryJsonSchema, P as PolylineAuxiliaryJsonSchema, S as SquareAuxiliaryJsonSchema, T as TextAuxiliaryJsonSchema, C as ChannelJsonSchema, b as CompressorJsonSchema, D as DamperJsonSchema, c as DamperAutomatedJsonSchema, F as FanJsonSchema, d as PumpJsonSchema, e as PumpAutomatedJsonSchema, f as TankJsonSchema, V as ValveJsonSchema, g as ValveAutomatedJsonSchema, A as AlarmIndicatorJsonSchema, h as CommandJsonSchema, i as DialJsonSchema, j as DigitalJsonSchema, k as DisplayJsonSchema, l as DynamicTextJsonSchema, m as LevelBarJsonSchema, n as SliderJsonSchema, o as TextChannelJsonSchema, p as ToggleJsonSchema, q as CabinetJsonSchema, R as RepeaterJsonSchema, r as StationJsonSchema, U as UnitJsonSchema, s as AddedAlarmsJsonSchema, B as BackgroundJsonSchema, t as LineJsonSchema, u as LocalizedTextJsonSchema, v as LocationJsonSchema, w as LogicExpressionJsonSchema, x as LogicExpressionsJsonSchema, y as ScaleJsonSchema, z as TextAttributesJsonSchema, E as TitleJsonSchema, G as AutomaticSemiAutoJsonSchema, H as CommandsOpClJsonSchema, J as CommandsStartStopJsonSchema, K as ControlLockJsonSchema, M as FeedbackOpClJsonSchema, N as FeedbackRunningStoppedJsonSchema, O as OrderOpClJsonSchema, Q as OrderStartStopJsonSchema, W as RemoteLocalJsonSchema, X as TripResetJsonSchema, Y as BreakerJsonSchema, Z as BreakerPmsJsonSchema, _ as GeneratorJsonSchema, $ as GeneratorPmsJsonSchema, a0 as OperationModesJsonSchema, a1 as PriorityDataJsonSchema, a2 as PrioritiesJsonSchema, a3 as ShaftJsonSchema, a4 as ImageAuxiliaryRequestSchema, a5 as LineAuxiliaryRequestSchema, a6 as LinkAuxiliaryRequestSchema, a7 as PolylineAuxiliaryRequestSchema, a8 as SquareAuxiliaryRequestSchema, a9 as TextAuxiliaryRequestSchema, aa as ChannelRequestSchema, ab as CompressorRequestSchema, ac as DamperRequestSchema, ad as DamperAutomatedRequestSchema, ae as FanRequestSchema, af as PumpRequestSchema, ag as PumpAutomatedRequestSchema, ah as TankRequestSchema, ai as ValveRequestSchema, aj as ValveAutomatedRequestSchema, ak as AlarmIndicatorRequestSchema, al as CommandRequestSchema, am as DialRequestSchema, an as DigitalRequestSchema, ao as DisplayRequestSchema, ap as DynamicTextRequestSchema, aq as LevelBarRequestSchema, ar as SliderRequestSchema, as as TextChannelRequestSchema, at as ToggleRequestSchema, au as CabinetRequestSchema, av as RepeaterRequestSchema, aw as StationRequestSchema, ax as UnitRequestSchema, ay as AutomaticSemiAutoRequestSchema, az as CommandsOpClRequestSchema, aA as CommandsStartStopRequestSchema, aB as ControlLockRequestSchema, aC as FeedbackOpClRequestSchema, aD as FeedbackRunningStoppedRequestSchema, aE as OrderOpClRequestSchema, aF as OrderStartStopRequestSchema, aG as RemoteLocalRequestSchema, aH as TripResetRequestSchema, aI as BreakerRequestSchema, aJ as BreakerPmsRequestSchema, aK as GeneratorRequestSchema, aL as GeneratorPmsRequestSchema, aM as OperationModesRequestSchema, aN as PriorityDataRequestSchema, aO as PrioritiesRequestSchema, aP as ShaftRequestSchema, aQ as ImageAuxiliaryResponseSchema, aR as LineAuxiliaryResponseSchema, aS as LinkAuxiliaryResponseSchema, aT as PolylineAuxiliaryResponseSchema, aU as SquareAuxiliaryResponseSchema, aV as TextAuxiliaryResponseSchema, aW as CompressorResponseSchema, aX as DamperResponseSchema, aY as DamperAutomatedResponseSchema, aZ as FanResponseSchema, a_ as PumpResponseSchema, a$ as PumpAutomatedResponseSchema, b0 as TankResponseSchema, b1 as ValveResponseSchema, b2 as ValveAutomatedResponseSchema, b3 as AlarmIndicatorResponseSchema, b4 as CommandResponseSchema, b5 as DialResponseSchema, b6 as DigitalResponseSchema, b7 as DisplayResponseSchema, b8 as DynamicTextResponseSchema, b9 as LevelBarResponseSchema, ba as SliderResponseSchema, bb as TextChannelResponseSchema, bc as ToggleResponseSchema, bd as CabinetResponseSchema, be as RepeaterResponseSchema, bf as StationResponseSchema, bg as UnitResponseSchema, bh as BreakerResponseSchema, bi as BreakerPmsResponseSchema, bj as GeneratorResponseSchema, bk as GeneratorPmsResponseSchema, bl as OperationModesResponseSchema, bm as PrioritiesResponseSchema, bn as ShaftResponseSchema } from './user.types-DaVBScqh.cjs';
|
|
2
|
+
export { bo as ActivationMode, bp as AlarmPriority, bq as AlarmState, br as AlarmType, bs as AutoSemiAutoState, bt as CabinetDesign, bu as ChannelBaseType, bv as ChannelSpecificType, bw as ChartType, bx as CloudAlarmState, by as CompressorDesign, bz as DiamarAlarmState, bA as DigitalAlarmState, bB as DigitalState, bC as EventCategory, bD as EventCriticality, bE as FanDesign, bF as FanDirection, bG as FanRunState, bH as FanType, bI as InfoLocation, bJ as LedType, bK as LevelBarOrientation, bL as LineRequestSchema, bM as LinkDesign, bN as MarkType, bO as MimicAlarmState, bP as MimicControlState, bQ as MimicElementType, bR as OpClState, bS as OperationModeState, bT as RemoteLocalState, bU as RepeaterDesign, bV as RunningStoppedState, bW as ScalePosition, bX as ShipType, bY as SliderOrientation, bZ as StationDesign, b_ as TextAnchorPoint, b$ as TitleAlign, c0 as UnitDesign, c1 as UnitType, c2 as UserType, c3 as ValueType, c4 as ValveDesign, c5 as ZDepth } from './user.types-DaVBScqh.cjs';
|
|
3
3
|
|
|
4
4
|
declare const Mimics: {
|
|
5
5
|
ImageAuxiliaryJson: ImageAuxiliaryJsonSchema;
|
|
@@ -232,6 +232,22 @@ declare const Types: {
|
|
|
232
232
|
readonly ERROR: "Error";
|
|
233
233
|
readonly CRITICAL: "Critical";
|
|
234
234
|
};
|
|
235
|
+
ChartTypes: {
|
|
236
|
+
readonly VERTICAL_BAR: "VerticalBar";
|
|
237
|
+
readonly LINES: "Lines";
|
|
238
|
+
readonly CURVES: "Curves";
|
|
239
|
+
readonly LINES_SOLID: "LinesSolid";
|
|
240
|
+
readonly CURVES_SOLID: "CurvesSolid";
|
|
241
|
+
};
|
|
242
|
+
ShipTypes: {
|
|
243
|
+
readonly CARGO: "Cargo";
|
|
244
|
+
readonly FISHING: "Fishing";
|
|
245
|
+
readonly PASSENGER: "Passenger";
|
|
246
|
+
readonly OCEANOGRAPHIC: "Oceanographic";
|
|
247
|
+
readonly MILITARY: "Military";
|
|
248
|
+
readonly LIFEBOAT: "Lifeboat";
|
|
249
|
+
readonly TUG: "Tug";
|
|
250
|
+
};
|
|
235
251
|
UnitTypes: {
|
|
236
252
|
readonly AIM18: "Aim18";
|
|
237
253
|
readonly DIM36: "Dim36";
|
|
@@ -242,6 +258,11 @@ declare const Types: {
|
|
|
242
258
|
readonly SLIM: "Slim";
|
|
243
259
|
readonly TIM28: "Tim28";
|
|
244
260
|
};
|
|
261
|
+
UserTypes: {
|
|
262
|
+
readonly SEDNI_ADMIN: "sedni_admin";
|
|
263
|
+
readonly FLEET_ADMIN: "fleet_admin";
|
|
264
|
+
readonly USER: "user";
|
|
265
|
+
};
|
|
245
266
|
Mimics: {
|
|
246
267
|
MimicElementTypes: {
|
|
247
268
|
readonly IMAGE: "Image";
|
|
@@ -317,23 +338,23 @@ declare const Types: {
|
|
|
317
338
|
readonly OFFLINE: 10;
|
|
318
339
|
};
|
|
319
340
|
MimicAlarmStates: {
|
|
320
|
-
ALARM:
|
|
321
|
-
WARNING:
|
|
322
|
-
UNACKNOWLEDGED_ALARM:
|
|
323
|
-
UNACKNOWLEDGED_WARNING:
|
|
324
|
-
ACKNOWLEDGED_ALARM:
|
|
325
|
-
ACKNOWLEDGED_WARNING:
|
|
326
|
-
INHIBITED:
|
|
327
|
-
OFF_SCAN:
|
|
328
|
-
NORMAL:
|
|
329
|
-
OFFLINE:
|
|
341
|
+
readonly ALARM: "Alarm";
|
|
342
|
+
readonly WARNING: "Warning";
|
|
343
|
+
readonly UNACKNOWLEDGED_ALARM: "UnacknowledgedAlarm";
|
|
344
|
+
readonly UNACKNOWLEDGED_WARNING: "UnacknowledgedWarning";
|
|
345
|
+
readonly ACKNOWLEDGED_ALARM: "AcknowledgedAlarm";
|
|
346
|
+
readonly ACKNOWLEDGED_WARNING: "AcknowledgedWarning";
|
|
347
|
+
readonly INHIBITED: "Inhibited";
|
|
348
|
+
readonly OFF_SCAN: "OffScan";
|
|
349
|
+
readonly NORMAL: "Normal";
|
|
350
|
+
readonly OFFLINE: "Offline";
|
|
330
351
|
};
|
|
331
352
|
MimicControlStates: {
|
|
332
|
-
NO_VALUE:
|
|
333
|
-
LOCAL:
|
|
334
|
-
AUTOMATIC:
|
|
335
|
-
SEMI_AUTOMATIC:
|
|
336
|
-
UNDEFINED:
|
|
353
|
+
readonly NO_VALUE: "NoValue";
|
|
354
|
+
readonly LOCAL: "Local";
|
|
355
|
+
readonly AUTOMATIC: "Automatic";
|
|
356
|
+
readonly SEMI_AUTOMATIC: "SemiAuto";
|
|
357
|
+
readonly UNDEFINED: "Undefined";
|
|
337
358
|
};
|
|
338
359
|
ActivationModes: {
|
|
339
360
|
readonly ALARM: "Alarm";
|
package/dist/browser-index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as ImageAuxiliaryJsonSchema, L as LineAuxiliaryJsonSchema, a as LinkAuxiliaryJsonSchema, P as PolylineAuxiliaryJsonSchema, S as SquareAuxiliaryJsonSchema, T as TextAuxiliaryJsonSchema, C as ChannelJsonSchema, b as CompressorJsonSchema, D as DamperJsonSchema, c as DamperAutomatedJsonSchema, F as FanJsonSchema, d as PumpJsonSchema, e as PumpAutomatedJsonSchema, f as TankJsonSchema, V as ValveJsonSchema, g as ValveAutomatedJsonSchema, A as AlarmIndicatorJsonSchema, h as CommandJsonSchema, i as DialJsonSchema, j as DigitalJsonSchema, k as DisplayJsonSchema, l as DynamicTextJsonSchema, m as LevelBarJsonSchema, n as SliderJsonSchema, o as TextChannelJsonSchema, p as ToggleJsonSchema, q as CabinetJsonSchema, R as RepeaterJsonSchema, r as StationJsonSchema, U as UnitJsonSchema, s as AddedAlarmsJsonSchema, B as BackgroundJsonSchema, t as LineJsonSchema, u as LocalizedTextJsonSchema, v as LocationJsonSchema, w as LogicExpressionJsonSchema, x as LogicExpressionsJsonSchema, y as ScaleJsonSchema, z as TextAttributesJsonSchema, E as TitleJsonSchema, G as AutomaticSemiAutoJsonSchema, H as CommandsOpClJsonSchema, J as CommandsStartStopJsonSchema, K as ControlLockJsonSchema, M as FeedbackOpClJsonSchema, N as FeedbackRunningStoppedJsonSchema, O as OrderOpClJsonSchema, Q as OrderStartStopJsonSchema, W as RemoteLocalJsonSchema, X as TripResetJsonSchema, Y as BreakerJsonSchema, Z as BreakerPmsJsonSchema, _ as GeneratorJsonSchema, $ as GeneratorPmsJsonSchema, a0 as OperationModesJsonSchema, a1 as PriorityDataJsonSchema, a2 as PrioritiesJsonSchema, a3 as ShaftJsonSchema, a4 as ImageAuxiliaryRequestSchema, a5 as LineAuxiliaryRequestSchema, a6 as LinkAuxiliaryRequestSchema, a7 as PolylineAuxiliaryRequestSchema, a8 as SquareAuxiliaryRequestSchema, a9 as TextAuxiliaryRequestSchema, aa as ChannelRequestSchema, ab as CompressorRequestSchema, ac as DamperRequestSchema, ad as DamperAutomatedRequestSchema, ae as FanRequestSchema, af as PumpRequestSchema, ag as PumpAutomatedRequestSchema, ah as TankRequestSchema, ai as ValveRequestSchema, aj as ValveAutomatedRequestSchema, ak as AlarmIndicatorRequestSchema, al as CommandRequestSchema, am as DialRequestSchema, an as DigitalRequestSchema, ao as DisplayRequestSchema, ap as DynamicTextRequestSchema, aq as LevelBarRequestSchema, ar as SliderRequestSchema, as as TextChannelRequestSchema, at as ToggleRequestSchema, au as CabinetRequestSchema, av as RepeaterRequestSchema, aw as StationRequestSchema, ax as UnitRequestSchema, ay as AutomaticSemiAutoRequestSchema, az as CommandsOpClRequestSchema, aA as CommandsStartStopRequestSchema, aB as ControlLockRequestSchema, aC as FeedbackOpClRequestSchema, aD as FeedbackRunningStoppedRequestSchema, aE as OrderOpClRequestSchema, aF as OrderStartStopRequestSchema, aG as RemoteLocalRequestSchema, aH as TripResetRequestSchema, aI as BreakerRequestSchema, aJ as BreakerPmsRequestSchema, aK as GeneratorRequestSchema, aL as GeneratorPmsRequestSchema, aM as OperationModesRequestSchema, aN as PriorityDataRequestSchema, aO as PrioritiesRequestSchema, aP as ShaftRequestSchema, aQ as ImageAuxiliaryResponseSchema, aR as LineAuxiliaryResponseSchema, aS as LinkAuxiliaryResponseSchema, aT as PolylineAuxiliaryResponseSchema, aU as SquareAuxiliaryResponseSchema, aV as TextAuxiliaryResponseSchema, aW as CompressorResponseSchema, aX as DamperResponseSchema, aY as DamperAutomatedResponseSchema, aZ as FanResponseSchema, a_ as PumpResponseSchema, a$ as PumpAutomatedResponseSchema, b0 as TankResponseSchema, b1 as ValveResponseSchema, b2 as ValveAutomatedResponseSchema, b3 as AlarmIndicatorResponseSchema, b4 as CommandResponseSchema, b5 as DialResponseSchema, b6 as DigitalResponseSchema, b7 as DisplayResponseSchema, b8 as DynamicTextResponseSchema, b9 as LevelBarResponseSchema, ba as SliderResponseSchema, bb as TextChannelResponseSchema, bc as ToggleResponseSchema, bd as CabinetResponseSchema, be as RepeaterResponseSchema, bf as StationResponseSchema, bg as UnitResponseSchema, bh as BreakerResponseSchema, bi as BreakerPmsResponseSchema, bj as GeneratorResponseSchema, bk as GeneratorPmsResponseSchema, bl as OperationModesResponseSchema, bm as PrioritiesResponseSchema, bn as ShaftResponseSchema } from './
|
|
2
|
-
export { bo as ActivationMode, bp as AlarmPriority, bq as AlarmState, br as AlarmType, bs as AutoSemiAutoState, bt as CabinetDesign, bu as ChannelBaseType, bv as ChannelSpecificType, bw as
|
|
1
|
+
import { I as ImageAuxiliaryJsonSchema, L as LineAuxiliaryJsonSchema, a as LinkAuxiliaryJsonSchema, P as PolylineAuxiliaryJsonSchema, S as SquareAuxiliaryJsonSchema, T as TextAuxiliaryJsonSchema, C as ChannelJsonSchema, b as CompressorJsonSchema, D as DamperJsonSchema, c as DamperAutomatedJsonSchema, F as FanJsonSchema, d as PumpJsonSchema, e as PumpAutomatedJsonSchema, f as TankJsonSchema, V as ValveJsonSchema, g as ValveAutomatedJsonSchema, A as AlarmIndicatorJsonSchema, h as CommandJsonSchema, i as DialJsonSchema, j as DigitalJsonSchema, k as DisplayJsonSchema, l as DynamicTextJsonSchema, m as LevelBarJsonSchema, n as SliderJsonSchema, o as TextChannelJsonSchema, p as ToggleJsonSchema, q as CabinetJsonSchema, R as RepeaterJsonSchema, r as StationJsonSchema, U as UnitJsonSchema, s as AddedAlarmsJsonSchema, B as BackgroundJsonSchema, t as LineJsonSchema, u as LocalizedTextJsonSchema, v as LocationJsonSchema, w as LogicExpressionJsonSchema, x as LogicExpressionsJsonSchema, y as ScaleJsonSchema, z as TextAttributesJsonSchema, E as TitleJsonSchema, G as AutomaticSemiAutoJsonSchema, H as CommandsOpClJsonSchema, J as CommandsStartStopJsonSchema, K as ControlLockJsonSchema, M as FeedbackOpClJsonSchema, N as FeedbackRunningStoppedJsonSchema, O as OrderOpClJsonSchema, Q as OrderStartStopJsonSchema, W as RemoteLocalJsonSchema, X as TripResetJsonSchema, Y as BreakerJsonSchema, Z as BreakerPmsJsonSchema, _ as GeneratorJsonSchema, $ as GeneratorPmsJsonSchema, a0 as OperationModesJsonSchema, a1 as PriorityDataJsonSchema, a2 as PrioritiesJsonSchema, a3 as ShaftJsonSchema, a4 as ImageAuxiliaryRequestSchema, a5 as LineAuxiliaryRequestSchema, a6 as LinkAuxiliaryRequestSchema, a7 as PolylineAuxiliaryRequestSchema, a8 as SquareAuxiliaryRequestSchema, a9 as TextAuxiliaryRequestSchema, aa as ChannelRequestSchema, ab as CompressorRequestSchema, ac as DamperRequestSchema, ad as DamperAutomatedRequestSchema, ae as FanRequestSchema, af as PumpRequestSchema, ag as PumpAutomatedRequestSchema, ah as TankRequestSchema, ai as ValveRequestSchema, aj as ValveAutomatedRequestSchema, ak as AlarmIndicatorRequestSchema, al as CommandRequestSchema, am as DialRequestSchema, an as DigitalRequestSchema, ao as DisplayRequestSchema, ap as DynamicTextRequestSchema, aq as LevelBarRequestSchema, ar as SliderRequestSchema, as as TextChannelRequestSchema, at as ToggleRequestSchema, au as CabinetRequestSchema, av as RepeaterRequestSchema, aw as StationRequestSchema, ax as UnitRequestSchema, ay as AutomaticSemiAutoRequestSchema, az as CommandsOpClRequestSchema, aA as CommandsStartStopRequestSchema, aB as ControlLockRequestSchema, aC as FeedbackOpClRequestSchema, aD as FeedbackRunningStoppedRequestSchema, aE as OrderOpClRequestSchema, aF as OrderStartStopRequestSchema, aG as RemoteLocalRequestSchema, aH as TripResetRequestSchema, aI as BreakerRequestSchema, aJ as BreakerPmsRequestSchema, aK as GeneratorRequestSchema, aL as GeneratorPmsRequestSchema, aM as OperationModesRequestSchema, aN as PriorityDataRequestSchema, aO as PrioritiesRequestSchema, aP as ShaftRequestSchema, aQ as ImageAuxiliaryResponseSchema, aR as LineAuxiliaryResponseSchema, aS as LinkAuxiliaryResponseSchema, aT as PolylineAuxiliaryResponseSchema, aU as SquareAuxiliaryResponseSchema, aV as TextAuxiliaryResponseSchema, aW as CompressorResponseSchema, aX as DamperResponseSchema, aY as DamperAutomatedResponseSchema, aZ as FanResponseSchema, a_ as PumpResponseSchema, a$ as PumpAutomatedResponseSchema, b0 as TankResponseSchema, b1 as ValveResponseSchema, b2 as ValveAutomatedResponseSchema, b3 as AlarmIndicatorResponseSchema, b4 as CommandResponseSchema, b5 as DialResponseSchema, b6 as DigitalResponseSchema, b7 as DisplayResponseSchema, b8 as DynamicTextResponseSchema, b9 as LevelBarResponseSchema, ba as SliderResponseSchema, bb as TextChannelResponseSchema, bc as ToggleResponseSchema, bd as CabinetResponseSchema, be as RepeaterResponseSchema, bf as StationResponseSchema, bg as UnitResponseSchema, bh as BreakerResponseSchema, bi as BreakerPmsResponseSchema, bj as GeneratorResponseSchema, bk as GeneratorPmsResponseSchema, bl as OperationModesResponseSchema, bm as PrioritiesResponseSchema, bn as ShaftResponseSchema } from './user.types-DaVBScqh.js';
|
|
2
|
+
export { bo as ActivationMode, bp as AlarmPriority, bq as AlarmState, br as AlarmType, bs as AutoSemiAutoState, bt as CabinetDesign, bu as ChannelBaseType, bv as ChannelSpecificType, bw as ChartType, bx as CloudAlarmState, by as CompressorDesign, bz as DiamarAlarmState, bA as DigitalAlarmState, bB as DigitalState, bC as EventCategory, bD as EventCriticality, bE as FanDesign, bF as FanDirection, bG as FanRunState, bH as FanType, bI as InfoLocation, bJ as LedType, bK as LevelBarOrientation, bL as LineRequestSchema, bM as LinkDesign, bN as MarkType, bO as MimicAlarmState, bP as MimicControlState, bQ as MimicElementType, bR as OpClState, bS as OperationModeState, bT as RemoteLocalState, bU as RepeaterDesign, bV as RunningStoppedState, bW as ScalePosition, bX as ShipType, bY as SliderOrientation, bZ as StationDesign, b_ as TextAnchorPoint, b$ as TitleAlign, c0 as UnitDesign, c1 as UnitType, c2 as UserType, c3 as ValueType, c4 as ValveDesign, c5 as ZDepth } from './user.types-DaVBScqh.js';
|
|
3
3
|
|
|
4
4
|
declare const Mimics: {
|
|
5
5
|
ImageAuxiliaryJson: ImageAuxiliaryJsonSchema;
|
|
@@ -232,6 +232,22 @@ declare const Types: {
|
|
|
232
232
|
readonly ERROR: "Error";
|
|
233
233
|
readonly CRITICAL: "Critical";
|
|
234
234
|
};
|
|
235
|
+
ChartTypes: {
|
|
236
|
+
readonly VERTICAL_BAR: "VerticalBar";
|
|
237
|
+
readonly LINES: "Lines";
|
|
238
|
+
readonly CURVES: "Curves";
|
|
239
|
+
readonly LINES_SOLID: "LinesSolid";
|
|
240
|
+
readonly CURVES_SOLID: "CurvesSolid";
|
|
241
|
+
};
|
|
242
|
+
ShipTypes: {
|
|
243
|
+
readonly CARGO: "Cargo";
|
|
244
|
+
readonly FISHING: "Fishing";
|
|
245
|
+
readonly PASSENGER: "Passenger";
|
|
246
|
+
readonly OCEANOGRAPHIC: "Oceanographic";
|
|
247
|
+
readonly MILITARY: "Military";
|
|
248
|
+
readonly LIFEBOAT: "Lifeboat";
|
|
249
|
+
readonly TUG: "Tug";
|
|
250
|
+
};
|
|
235
251
|
UnitTypes: {
|
|
236
252
|
readonly AIM18: "Aim18";
|
|
237
253
|
readonly DIM36: "Dim36";
|
|
@@ -242,6 +258,11 @@ declare const Types: {
|
|
|
242
258
|
readonly SLIM: "Slim";
|
|
243
259
|
readonly TIM28: "Tim28";
|
|
244
260
|
};
|
|
261
|
+
UserTypes: {
|
|
262
|
+
readonly SEDNI_ADMIN: "sedni_admin";
|
|
263
|
+
readonly FLEET_ADMIN: "fleet_admin";
|
|
264
|
+
readonly USER: "user";
|
|
265
|
+
};
|
|
245
266
|
Mimics: {
|
|
246
267
|
MimicElementTypes: {
|
|
247
268
|
readonly IMAGE: "Image";
|
|
@@ -317,23 +338,23 @@ declare const Types: {
|
|
|
317
338
|
readonly OFFLINE: 10;
|
|
318
339
|
};
|
|
319
340
|
MimicAlarmStates: {
|
|
320
|
-
ALARM:
|
|
321
|
-
WARNING:
|
|
322
|
-
UNACKNOWLEDGED_ALARM:
|
|
323
|
-
UNACKNOWLEDGED_WARNING:
|
|
324
|
-
ACKNOWLEDGED_ALARM:
|
|
325
|
-
ACKNOWLEDGED_WARNING:
|
|
326
|
-
INHIBITED:
|
|
327
|
-
OFF_SCAN:
|
|
328
|
-
NORMAL:
|
|
329
|
-
OFFLINE:
|
|
341
|
+
readonly ALARM: "Alarm";
|
|
342
|
+
readonly WARNING: "Warning";
|
|
343
|
+
readonly UNACKNOWLEDGED_ALARM: "UnacknowledgedAlarm";
|
|
344
|
+
readonly UNACKNOWLEDGED_WARNING: "UnacknowledgedWarning";
|
|
345
|
+
readonly ACKNOWLEDGED_ALARM: "AcknowledgedAlarm";
|
|
346
|
+
readonly ACKNOWLEDGED_WARNING: "AcknowledgedWarning";
|
|
347
|
+
readonly INHIBITED: "Inhibited";
|
|
348
|
+
readonly OFF_SCAN: "OffScan";
|
|
349
|
+
readonly NORMAL: "Normal";
|
|
350
|
+
readonly OFFLINE: "Offline";
|
|
330
351
|
};
|
|
331
352
|
MimicControlStates: {
|
|
332
|
-
NO_VALUE:
|
|
333
|
-
LOCAL:
|
|
334
|
-
AUTOMATIC:
|
|
335
|
-
SEMI_AUTOMATIC:
|
|
336
|
-
UNDEFINED:
|
|
353
|
+
readonly NO_VALUE: "NoValue";
|
|
354
|
+
readonly LOCAL: "Local";
|
|
355
|
+
readonly AUTOMATIC: "Automatic";
|
|
356
|
+
readonly SEMI_AUTOMATIC: "SemiAuto";
|
|
357
|
+
readonly UNDEFINED: "Undefined";
|
|
337
358
|
};
|
|
338
359
|
ActivationModes: {
|
|
339
360
|
readonly ALARM: "Alarm";
|
package/dist/browser-index.js
CHANGED
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
ChannelJson,
|
|
26
26
|
ChannelRequest,
|
|
27
27
|
ChannelSpecificTypes,
|
|
28
|
+
ChartTypes,
|
|
28
29
|
CloudAlarmStates,
|
|
29
30
|
CommandJson,
|
|
30
31
|
CommandRequest,
|
|
@@ -140,6 +141,7 @@ import {
|
|
|
140
141
|
ShaftJson,
|
|
141
142
|
ShaftRequest,
|
|
142
143
|
ShaftResponse,
|
|
144
|
+
ShipTypes,
|
|
143
145
|
SliderJson,
|
|
144
146
|
SliderOrientations,
|
|
145
147
|
SliderRequest,
|
|
@@ -174,6 +176,7 @@ import {
|
|
|
174
176
|
UnitRequest,
|
|
175
177
|
UnitResponse,
|
|
176
178
|
UnitTypes,
|
|
179
|
+
UserTypes,
|
|
177
180
|
ValueTypes,
|
|
178
181
|
ValveAutomatedJson,
|
|
179
182
|
ValveAutomatedRequest,
|
|
@@ -183,7 +186,7 @@ import {
|
|
|
183
186
|
ValveRequest,
|
|
184
187
|
ValveResponse,
|
|
185
188
|
ZDepths
|
|
186
|
-
} from "./chunk-
|
|
189
|
+
} from "./chunk-XZJXANPO.js";
|
|
187
190
|
|
|
188
191
|
// app/browser-index.ts
|
|
189
192
|
var Mimics = {
|
|
@@ -398,7 +401,10 @@ var Types = {
|
|
|
398
401
|
ChannelSpecificTypes,
|
|
399
402
|
EventCategories,
|
|
400
403
|
EventCriticalities,
|
|
404
|
+
ChartTypes,
|
|
405
|
+
ShipTypes,
|
|
401
406
|
UnitTypes,
|
|
407
|
+
UserTypes,
|
|
402
408
|
Mimics: MimicsTypes
|
|
403
409
|
};
|
|
404
410
|
export {
|