@openinc/parse-server-opendash 3.24.1 → 3.24.3
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/features/openservice/functions/saveProject.js +11 -1
- package/dist/functions/openinc-openservice-save-ticket-data.js +34 -11
- package/dist/index.js +3 -3
- package/dist/types/Alarm.d.ts +8 -8
- package/dist/types/AlarmAction.d.ts +2 -2
- package/dist/types/AlarmWebhook.d.ts +4 -4
- package/dist/types/Assets.d.ts +3 -3
- package/dist/types/BDE_Form.d.ts +5 -5
- package/dist/types/BDE_Page.d.ts +2 -2
- package/dist/types/BDE_Result.d.ts +3 -3
- package/dist/types/BDE_Unit.d.ts +3 -3
- package/dist/types/Company.d.ts +2 -2
- package/dist/types/Config.d.ts +1 -1
- package/dist/types/Contact.d.ts +13 -13
- package/dist/types/Core_Email.d.ts +1 -1
- package/dist/types/Dashboard.d.ts +5 -5
- package/dist/types/GTFS_Agency.d.ts +4 -4
- package/dist/types/GTFS_Calendar.d.ts +7 -7
- package/dist/types/GTFS_Level.d.ts +1 -1
- package/dist/types/GTFS_Route.d.ts +7 -7
- package/dist/types/GTFS_Stop.d.ts +14 -14
- package/dist/types/GTFS_Stop_Times.d.ts +3 -3
- package/dist/types/GTFS_Trip.d.ts +7 -7
- package/dist/types/GTFS_Wheelchair_Boarding.d.ts +2 -2
- package/dist/types/Knowledge_Category.d.ts +1 -1
- package/dist/types/Knowledge_Chat.d.ts +2 -2
- package/dist/types/Knowledge_Video.d.ts +1 -1
- package/dist/types/MES_Article.d.ts +1 -1
- package/dist/types/MES_Order.d.ts +6 -6
- package/dist/types/MES_OrderPlan.d.ts +5 -5
- package/dist/types/MIAAS_MDSEndpoint.d.ts +2 -2
- package/dist/types/ML_DataSelection.d.ts +1 -1
- package/dist/types/MailTemplate.d.ts +2 -2
- package/dist/types/Maintenance_Downtime.d.ts +3 -3
- package/dist/types/Maintenance_Duedate.d.ts +4 -4
- package/dist/types/Maintenance_Frequency.d.ts +3 -3
- package/dist/types/Maintenance_Issuecategory.d.ts +4 -4
- package/dist/types/Maintenance_Item.d.ts +10 -10
- package/dist/types/Maintenance_Kanban_State.d.ts +2 -2
- package/dist/types/Maintenance_Media.d.ts +2 -2
- package/dist/types/Maintenance_Message.d.ts +6 -6
- package/dist/types/Maintenance_Order.d.ts +1 -1
- package/dist/types/Maintenance_Priority.d.ts +3 -3
- package/dist/types/Maintenance_Project.d.ts +9 -9
- package/dist/types/Maintenance_Restriction.d.ts +3 -3
- package/dist/types/Maintenance_Schedule.d.ts +12 -9
- package/dist/types/Maintenance_Schedule.js +3 -0
- package/dist/types/Maintenance_Schedule_Execution.d.ts +10 -10
- package/dist/types/Maintenance_Schedule_Execution_Step.d.ts +9 -9
- package/dist/types/Maintenance_Schedule_Step.d.ts +5 -5
- package/dist/types/Maintenance_Schedule_Template.d.ts +6 -6
- package/dist/types/Maintenance_Source_File.d.ts +3 -3
- package/dist/types/Maintenance_Ticket.d.ts +9 -9
- package/dist/types/Maintenance_Ticket_Assignment.d.ts +6 -6
- package/dist/types/Maintenance_Ticket_FormConfig.d.ts +2 -2
- package/dist/types/Maintenance_Ticket_Issuecategory.d.ts +3 -3
- package/dist/types/Maintenance_Ticket_Kanban_State.d.ts +3 -3
- package/dist/types/Maintenance_Ticket_Kanban_State_Current.d.ts +5 -5
- package/dist/types/Maintenance_Ticket_Material.d.ts +3 -3
- package/dist/types/Maintenance_Ticket_Project.d.ts +5 -5
- package/dist/types/Maintenance_Ticket_QR_Code.d.ts +3 -3
- package/dist/types/Maintenance_Ticket_Source.d.ts +3 -3
- package/dist/types/Maintenance_Ticket_Title.d.ts +3 -3
- package/dist/types/Monitoring_Jobs.d.ts +9 -9
- package/dist/types/Monitoring_ParseTableSensor.d.ts +1 -1
- package/dist/types/NavigationGroup.d.ts +2 -2
- package/dist/types/NavigationItem.d.ts +9 -9
- package/dist/types/Notification.d.ts +2 -2
- package/dist/types/Notification_Setting.d.ts +4 -4
- package/dist/types/OWPlcDevice.d.ts +1 -1
- package/dist/types/OWPlcItem.d.ts +4 -4
- package/dist/types/Permission.d.ts +4 -4
- package/dist/types/Report.d.ts +5 -5
- package/dist/types/Share.d.ts +2 -2
- package/dist/types/Source.d.ts +5 -5
- package/dist/types/SourceMeta.d.ts +6 -6
- package/dist/types/Tenant.d.ts +5 -5
- package/dist/types/UserData.d.ts +2 -2
- package/dist/types/VirtualKPI.d.ts +1 -1
- package/dist/types/Widget.d.ts +3 -3
- package/dist/types/WidgetPreset.d.ts +2 -2
- package/dist/types/_Role.d.ts +2 -2
- package/dist/types/_Session.d.ts +6 -6
- package/dist/types/_User.d.ts +19 -19
- package/dist/types/index.d.ts +5 -8
- package/dist/types/index.js +3 -3
- package/package.json +25 -25
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import type { Maintenance_Ticket } from "./Maintenance_Ticket";
|
|
2
1
|
import type { Tenant } from "./Tenant";
|
|
2
|
+
import type { Maintenance_Ticket } from "./Maintenance_Ticket";
|
|
3
3
|
import type { _User } from "./_User";
|
|
4
4
|
export interface Maintenance_Ticket_TitleAttributes {
|
|
5
5
|
id: string;
|
|
6
6
|
objectId: string;
|
|
7
7
|
createdAt: Date;
|
|
8
8
|
updatedAt: Date;
|
|
9
|
-
tenant?: Tenant;
|
|
9
|
+
tenant?: Tenant | undefined;
|
|
10
10
|
ticket: Maintenance_Ticket;
|
|
11
|
-
title?: string;
|
|
11
|
+
title?: string | undefined;
|
|
12
12
|
user: _User;
|
|
13
13
|
}
|
|
14
14
|
export declare class Maintenance_Ticket_Title extends Parse.Object<Maintenance_Ticket_TitleAttributes> {
|
|
@@ -5,15 +5,15 @@ export interface Monitoring_JobsAttributes {
|
|
|
5
5
|
objectId: string;
|
|
6
6
|
createdAt: Date;
|
|
7
7
|
updatedAt: Date;
|
|
8
|
-
group?: string;
|
|
9
|
-
interval?: any;
|
|
10
|
-
last_execution_ow_job?: number;
|
|
11
|
-
name?: string;
|
|
12
|
-
next_execution_ow_job?: number;
|
|
13
|
-
options?: any;
|
|
14
|
-
tenant?: Tenant;
|
|
15
|
-
type?: string;
|
|
16
|
-
user?: _User;
|
|
8
|
+
group?: string | undefined;
|
|
9
|
+
interval?: any | undefined;
|
|
10
|
+
last_execution_ow_job?: number | undefined;
|
|
11
|
+
name?: string | undefined;
|
|
12
|
+
next_execution_ow_job?: number | undefined;
|
|
13
|
+
options?: any | undefined;
|
|
14
|
+
tenant?: Tenant | undefined;
|
|
15
|
+
type?: string | undefined;
|
|
16
|
+
user?: _User | undefined;
|
|
17
17
|
}
|
|
18
18
|
export declare class Monitoring_Jobs extends Parse.Object<Monitoring_JobsAttributes> {
|
|
19
19
|
static className: string;
|
|
@@ -4,10 +4,10 @@ export interface NavigationGroupAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
icon?: string;
|
|
7
|
+
icon?: string | undefined;
|
|
8
8
|
label: string;
|
|
9
9
|
order: number;
|
|
10
|
-
tenant?: Tenant;
|
|
10
|
+
tenant?: Tenant | undefined;
|
|
11
11
|
}
|
|
12
12
|
export declare class NavigationGroup extends Parse.Object<NavigationGroupAttributes> {
|
|
13
13
|
static className: string;
|
|
@@ -4,18 +4,18 @@ export interface NavigationItemAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
activeCondition?: string;
|
|
8
|
-
color?: string;
|
|
9
|
-
event?: string;
|
|
10
|
-
group?: string;
|
|
11
|
-
icon?: string;
|
|
7
|
+
activeCondition?: string | undefined;
|
|
8
|
+
color?: string | undefined;
|
|
9
|
+
event?: string | undefined;
|
|
10
|
+
group?: string | undefined;
|
|
11
|
+
icon?: string | undefined;
|
|
12
12
|
label: string;
|
|
13
|
-
link?: string;
|
|
14
|
-
name?: string;
|
|
13
|
+
link?: string | undefined;
|
|
14
|
+
name?: string | undefined;
|
|
15
15
|
order: number;
|
|
16
16
|
place: string;
|
|
17
|
-
routeCondition?: string;
|
|
18
|
-
tenant?: Tenant;
|
|
17
|
+
routeCondition?: string | undefined;
|
|
18
|
+
tenant?: Tenant | undefined;
|
|
19
19
|
}
|
|
20
20
|
export declare class NavigationItem extends Parse.Object<NavigationItemAttributes> {
|
|
21
21
|
static className: string;
|
|
@@ -5,8 +5,8 @@ export interface NotificationAttributes {
|
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
7
|
data: any;
|
|
8
|
-
description?: string;
|
|
9
|
-
iconPath?: string;
|
|
8
|
+
description?: string | undefined;
|
|
9
|
+
iconPath?: string | undefined;
|
|
10
10
|
isSent: boolean;
|
|
11
11
|
read: boolean;
|
|
12
12
|
title: string;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import type { Tenant } from "./Tenant";
|
|
2
1
|
import type { _Role } from "./_Role";
|
|
2
|
+
import type { Tenant } from "./Tenant";
|
|
3
3
|
import type { _User } from "./_User";
|
|
4
4
|
export interface Notification_SettingAttributes {
|
|
5
5
|
id: string;
|
|
6
6
|
objectId: string;
|
|
7
7
|
createdAt: Date;
|
|
8
8
|
updatedAt: Date;
|
|
9
|
-
description?: string;
|
|
9
|
+
description?: string | undefined;
|
|
10
10
|
key: string;
|
|
11
|
-
label?: string;
|
|
11
|
+
label?: string | undefined;
|
|
12
12
|
roles: Parse.Relation<Notification_Setting, _Role>;
|
|
13
|
-
tenant?: Tenant;
|
|
13
|
+
tenant?: Tenant | undefined;
|
|
14
14
|
users: Parse.Relation<Notification_Setting, _User>;
|
|
15
15
|
}
|
|
16
16
|
export declare class Notification_Setting extends Parse.Object<Notification_SettingAttributes> {
|
|
@@ -6,13 +6,13 @@ export interface OWPlcItemAttributes {
|
|
|
6
6
|
createdAt: Date;
|
|
7
7
|
updatedAt: Date;
|
|
8
8
|
address: string;
|
|
9
|
-
DeviceID?: OWPlcDevice;
|
|
9
|
+
DeviceID?: OWPlcDevice | undefined;
|
|
10
10
|
enabled: boolean;
|
|
11
|
-
extraOptions?: any;
|
|
11
|
+
extraOptions?: any | undefined;
|
|
12
12
|
label: string;
|
|
13
|
-
note?: string;
|
|
13
|
+
note?: string | undefined;
|
|
14
14
|
onChange: boolean;
|
|
15
|
-
source?: Source;
|
|
15
|
+
source?: Source | undefined;
|
|
16
16
|
type: string;
|
|
17
17
|
unit: string;
|
|
18
18
|
}
|
|
@@ -4,11 +4,11 @@ export interface PermissionAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
adminOnly?: boolean;
|
|
8
|
-
description?: string;
|
|
7
|
+
adminOnly?: boolean | undefined;
|
|
8
|
+
description?: string | undefined;
|
|
9
9
|
key: string;
|
|
10
|
-
label?: string;
|
|
11
|
-
tenant?: Tenant;
|
|
10
|
+
label?: string | undefined;
|
|
11
|
+
tenant?: Tenant | undefined;
|
|
12
12
|
}
|
|
13
13
|
export declare class Permission extends Parse.Object<PermissionAttributes> {
|
|
14
14
|
static className: string;
|
package/dist/types/Report.d.ts
CHANGED
|
@@ -4,17 +4,17 @@ export interface ReportAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
description?: string;
|
|
8
|
-
icon?: string;
|
|
7
|
+
description?: string | undefined;
|
|
8
|
+
icon?: string | undefined;
|
|
9
9
|
iconColor: string;
|
|
10
10
|
images: any[];
|
|
11
11
|
items: any[];
|
|
12
|
-
language?: string;
|
|
12
|
+
language?: string | undefined;
|
|
13
13
|
masterData: any;
|
|
14
|
-
name?: string;
|
|
14
|
+
name?: string | undefined;
|
|
15
15
|
options: any;
|
|
16
16
|
template: Parse.File;
|
|
17
|
-
title?: string;
|
|
17
|
+
title?: string | undefined;
|
|
18
18
|
type: string;
|
|
19
19
|
user: _User;
|
|
20
20
|
}
|
package/dist/types/Share.d.ts
CHANGED
|
@@ -7,8 +7,8 @@ export interface ShareAttributes {
|
|
|
7
7
|
updatedAt: Date;
|
|
8
8
|
accepted: boolean;
|
|
9
9
|
key: string;
|
|
10
|
-
targetRole?: _Role;
|
|
11
|
-
targetUser?: _User;
|
|
10
|
+
targetRole?: _Role | undefined;
|
|
11
|
+
targetUser?: _User | undefined;
|
|
12
12
|
type: string;
|
|
13
13
|
user: _User;
|
|
14
14
|
writePermission: boolean;
|
package/dist/types/Source.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ export interface SourceAttributes {
|
|
|
6
6
|
createdAt: Date;
|
|
7
7
|
updatedAt: Date;
|
|
8
8
|
children: Parse.Relation<Source, Source>;
|
|
9
|
-
meta?: SourceMeta;
|
|
10
|
-
name?: string;
|
|
11
|
-
parent?: Source;
|
|
12
|
-
tag?: string;
|
|
13
|
-
tenant?: Tenant;
|
|
9
|
+
meta?: SourceMeta | undefined;
|
|
10
|
+
name?: string | undefined;
|
|
11
|
+
parent?: Source | undefined;
|
|
12
|
+
tag?: string | undefined;
|
|
13
|
+
tenant?: Tenant | undefined;
|
|
14
14
|
}
|
|
15
15
|
export declare class Source extends Parse.Object<SourceAttributes> {
|
|
16
16
|
static className: string;
|
|
@@ -4,12 +4,12 @@ export interface SourceMetaAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
data?: any;
|
|
8
|
-
description?: string;
|
|
9
|
-
file?: Parse.File;
|
|
10
|
-
location?: Parse.GeoPoint;
|
|
11
|
-
name?: string;
|
|
12
|
-
tenant?: Tenant;
|
|
7
|
+
data?: any | undefined;
|
|
8
|
+
description?: string | undefined;
|
|
9
|
+
file?: Parse.File | undefined;
|
|
10
|
+
location?: Parse.GeoPoint | undefined;
|
|
11
|
+
name?: string | undefined;
|
|
12
|
+
tenant?: Tenant | undefined;
|
|
13
13
|
}
|
|
14
14
|
export declare class SourceMeta extends Parse.Object<SourceMetaAttributes> {
|
|
15
15
|
static className: string;
|
package/dist/types/Tenant.d.ts
CHANGED
|
@@ -6,17 +6,17 @@ export interface TenantAttributes {
|
|
|
6
6
|
createdAt: Date;
|
|
7
7
|
updatedAt: Date;
|
|
8
8
|
dataProtectionUrl: string;
|
|
9
|
-
dataSource?: Source;
|
|
9
|
+
dataSource?: Source | undefined;
|
|
10
10
|
description: string;
|
|
11
11
|
hasDataSource: boolean;
|
|
12
|
-
icon?: Parse.File;
|
|
12
|
+
icon?: Parse.File | undefined;
|
|
13
13
|
imprintUrl: string;
|
|
14
14
|
interactWithOtherTenants: boolean;
|
|
15
15
|
label: string;
|
|
16
|
-
logo?: Parse.File;
|
|
17
|
-
meta?: TenantMeta;
|
|
16
|
+
logo?: Parse.File | undefined;
|
|
17
|
+
meta?: TenantMeta | undefined;
|
|
18
18
|
public: boolean;
|
|
19
|
-
tagPrefix?: string;
|
|
19
|
+
tagPrefix?: string | undefined;
|
|
20
20
|
}
|
|
21
21
|
export declare class Tenant extends Parse.Object<TenantAttributes> {
|
|
22
22
|
static className: string;
|
package/dist/types/UserData.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ export interface UserDataAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
key?: string;
|
|
7
|
+
key?: string | undefined;
|
|
8
8
|
user: _User;
|
|
9
|
-
value?: string;
|
|
9
|
+
value?: string | undefined;
|
|
10
10
|
}
|
|
11
11
|
export declare class UserData extends Parse.Object<UserDataAttributes> {
|
|
12
12
|
static className: string;
|
package/dist/types/Widget.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ export interface WidgetAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
config?: any;
|
|
8
|
-
name?: string;
|
|
9
|
-
type?: string;
|
|
7
|
+
config?: any | undefined;
|
|
8
|
+
name?: string | undefined;
|
|
9
|
+
type?: string | undefined;
|
|
10
10
|
user: _User;
|
|
11
11
|
}
|
|
12
12
|
export declare class Widget extends Parse.Object<WidgetAttributes> {
|
|
@@ -11,9 +11,9 @@ export interface WidgetPresetAttributes {
|
|
|
11
11
|
label: string;
|
|
12
12
|
layout: any[];
|
|
13
13
|
tags: any[];
|
|
14
|
-
tenant?: Tenant;
|
|
14
|
+
tenant?: Tenant | undefined;
|
|
15
15
|
type: string;
|
|
16
|
-
user?: _User;
|
|
16
|
+
user?: _User | undefined;
|
|
17
17
|
}
|
|
18
18
|
export declare class WidgetPreset extends Parse.Object<WidgetPresetAttributes> {
|
|
19
19
|
static className: string;
|
package/dist/types/_Role.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ export interface _RoleAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
label?: string;
|
|
8
|
-
name?: string;
|
|
7
|
+
label?: string | undefined;
|
|
8
|
+
name?: string | undefined;
|
|
9
9
|
roles: Parse.Relation<_Role, _Role>;
|
|
10
10
|
users: Parse.Relation<_Role, _User>;
|
|
11
11
|
}
|
package/dist/types/_Session.d.ts
CHANGED
|
@@ -4,11 +4,11 @@ export interface _SessionAttributes {
|
|
|
4
4
|
objectId: string;
|
|
5
5
|
createdAt: Date;
|
|
6
6
|
updatedAt: Date;
|
|
7
|
-
createdWith?: any;
|
|
8
|
-
expiresAt?: Date;
|
|
9
|
-
installationId?: string;
|
|
10
|
-
restricted?: boolean;
|
|
11
|
-
sessionToken?: string;
|
|
12
|
-
user?: _User;
|
|
7
|
+
createdWith?: any | undefined;
|
|
8
|
+
expiresAt?: Date | undefined;
|
|
9
|
+
installationId?: string | undefined;
|
|
10
|
+
restricted?: boolean | undefined;
|
|
11
|
+
sessionToken?: string | undefined;
|
|
12
|
+
user?: _User | undefined;
|
|
13
13
|
}
|
|
14
14
|
export type _Session = Parse.Session<_SessionAttributes>;
|
package/dist/types/_User.d.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import type { Tenant } from "./Tenant";
|
|
2
1
|
import type { User_Setting } from "./User_Setting";
|
|
2
|
+
import type { Tenant } from "./Tenant";
|
|
3
3
|
export interface _UserAttributes {
|
|
4
4
|
id: string;
|
|
5
5
|
objectId: string;
|
|
6
6
|
createdAt: Date;
|
|
7
7
|
updatedAt: Date;
|
|
8
|
-
authData?: any;
|
|
9
|
-
email?: string;
|
|
10
|
-
emailVerified?: boolean;
|
|
11
|
-
firstname?: string;
|
|
12
|
-
lastname?: string;
|
|
13
|
-
ldap?: boolean;
|
|
14
|
-
ldap_dn?: string;
|
|
8
|
+
authData?: any | undefined;
|
|
9
|
+
email?: string | undefined;
|
|
10
|
+
emailVerified?: boolean | undefined;
|
|
11
|
+
firstname?: string | undefined;
|
|
12
|
+
lastname?: string | undefined;
|
|
13
|
+
ldap?: boolean | undefined;
|
|
14
|
+
ldap_dn?: string | undefined;
|
|
15
15
|
miaas_cities: any[];
|
|
16
|
-
miaas_userType?: string;
|
|
17
|
-
miaasUserScope?: string;
|
|
18
|
-
name?: string;
|
|
19
|
-
password?: string;
|
|
20
|
-
settings?: User_Setting;
|
|
21
|
-
tenant?: Tenant;
|
|
16
|
+
miaas_userType?: string | undefined;
|
|
17
|
+
miaasUserScope?: string | undefined;
|
|
18
|
+
name?: string | undefined;
|
|
19
|
+
password?: string | undefined;
|
|
20
|
+
settings?: User_Setting | undefined;
|
|
21
|
+
tenant?: Tenant | undefined;
|
|
22
22
|
tenantAdmin: boolean;
|
|
23
|
-
tenantBanned?: boolean;
|
|
24
|
-
tenantChanged?: boolean;
|
|
25
|
-
tenantGlobal?: boolean;
|
|
26
|
-
tenantVerified?: boolean;
|
|
27
|
-
username?: string;
|
|
23
|
+
tenantBanned?: boolean | undefined;
|
|
24
|
+
tenantChanged?: boolean | undefined;
|
|
25
|
+
tenantGlobal?: boolean | undefined;
|
|
26
|
+
tenantVerified?: boolean | undefined;
|
|
27
|
+
username?: string | undefined;
|
|
28
28
|
}
|
|
29
29
|
export type _User = Parse.User<_UserAttributes>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -34,10 +34,10 @@ export { Dashboard } from "./Dashboard";
|
|
|
34
34
|
export type { DashboardAttributes } from "./Dashboard";
|
|
35
35
|
export { Documentation_Category } from "./Documentation_Category";
|
|
36
36
|
export type { Documentation_CategoryAttributes } from "./Documentation_Category";
|
|
37
|
-
export { Documentation_Document } from "./Documentation_Document";
|
|
38
|
-
export type { Documentation_DocumentAttributes } from "./Documentation_Document";
|
|
39
37
|
export { Documentation_Config } from "./Documentation_Config";
|
|
40
38
|
export type { Documentation_ConfigAttributes } from "./Documentation_Config";
|
|
39
|
+
export { Documentation_Document } from "./Documentation_Document";
|
|
40
|
+
export type { Documentation_DocumentAttributes } from "./Documentation_Document";
|
|
41
41
|
export { GTFS_Agency } from "./GTFS_Agency";
|
|
42
42
|
export type { GTFS_AgencyAttributes } from "./GTFS_Agency";
|
|
43
43
|
export { GTFS_Bikes_Allowed } from "./GTFS_Bikes_Allowed";
|
|
@@ -204,9 +204,6 @@ export { Widget } from "./Widget";
|
|
|
204
204
|
export type { WidgetAttributes } from "./Widget";
|
|
205
205
|
export { WidgetPreset } from "./WidgetPreset";
|
|
206
206
|
export type { WidgetPresetAttributes } from "./WidgetPreset";
|
|
207
|
-
export { _Role } from "./_Role";
|
|
208
|
-
export type {
|
|
209
|
-
export {
|
|
210
|
-
export type { _SessionAttributes } from "./_Session";
|
|
211
|
-
export { _User } from "./_User";
|
|
212
|
-
export type { _UserAttributes } from "./_User";
|
|
207
|
+
export type { _Role, _RoleAttributes } from "./_Role";
|
|
208
|
+
export type { _Session, _SessionAttributes } from "./_Session";
|
|
209
|
+
export type { _User, _UserAttributes } from "./_User";
|
package/dist/types/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Maintenance_Duedate = exports.Maintenance_Downtime = exports.MailTemplate = exports.ML_DataSelection = exports.MIAAS_MDSEndpoint = exports.MES_OrderPlan = exports.MES_Order = exports.MES_Article = exports.Log = exports.Language = exports.Knowledge_Video = exports.Knowledge_DocumentPage = exports.Knowledge_Document = exports.Knowledge_ChatMessage = exports.Knowledge_Chat = exports.Knowledge_Category = exports.Knowledge_Article = exports.GTFS_Wheelchair_Boarding = exports.GTFS_Wheelchair_Accessible = exports.GTFS_Trip = exports.GTFS_Stop_Times = exports.GTFS_Stop = exports.GTFS_Route_Type = exports.GTFS_Route = exports.GTFS_Location_Type = exports.GTFS_Level = exports.GTFS_Direction = exports.GTFS_Calendar = exports.GTFS_Bikes_Allowed = exports.GTFS_Agency = exports.
|
|
3
|
+
exports.Maintenance_Duedate = exports.Maintenance_Downtime = exports.MailTemplate = exports.ML_DataSelection = exports.MIAAS_MDSEndpoint = exports.MES_OrderPlan = exports.MES_Order = exports.MES_Article = exports.Log = exports.Language = exports.Knowledge_Video = exports.Knowledge_DocumentPage = exports.Knowledge_Document = exports.Knowledge_ChatMessage = exports.Knowledge_Chat = exports.Knowledge_Category = exports.Knowledge_Article = exports.GTFS_Wheelchair_Boarding = exports.GTFS_Wheelchair_Accessible = exports.GTFS_Trip = exports.GTFS_Stop_Times = exports.GTFS_Stop = exports.GTFS_Route_Type = exports.GTFS_Route = exports.GTFS_Location_Type = exports.GTFS_Level = exports.GTFS_Direction = exports.GTFS_Calendar = exports.GTFS_Bikes_Allowed = exports.GTFS_Agency = exports.Documentation_Document = exports.Documentation_Config = exports.Documentation_Category = exports.Dashboard = exports.Core_Token = exports.Core_Email = exports.Contact = exports.Config = exports.Company = exports.BDE_Unit = exports.BDE_Result = exports.BDE_Page = exports.BDE_ListEntry = exports.BDE_List = exports.BDE_Form = exports.Attachment = exports.Assets = exports.AlarmWebhook = exports.AlarmAction = exports.Alarm = void 0;
|
|
4
4
|
exports.VirtualKPI = exports.User_Setting = exports.UserData = exports.TenantTrustedDomain = exports.TenantMeta = exports.Tenant = exports.SourceMeta = exports.Source = exports.Share = exports.Report = exports.Push = exports.Permission = exports.OWPlcItem = exports.OWPlcDevice = exports.Notification_Setting = exports.Notification = exports.NavigationItem = exports.NavigationGroup = exports.Monitoring_Slideshow = exports.Monitoring_ReportImage = exports.Monitoring_ParseTableSensor = exports.Monitoring_Jobs = exports.Monitoring_DataHierachies = exports.Maintenance_Ticket_Title = exports.Maintenance_Ticket_Source = exports.Maintenance_Ticket_QR_Code = exports.Maintenance_Ticket_Project = exports.Maintenance_Ticket_Material = exports.Maintenance_Ticket_Kanban_State_Current = exports.Maintenance_Ticket_Kanban_State = exports.Maintenance_Ticket_Issuecategory = exports.Maintenance_Ticket_FormConfig = exports.Maintenance_Ticket_Assignment = exports.Maintenance_Ticket = exports.Maintenance_Source_File = exports.Maintenance_Schedule_Template = exports.Maintenance_Schedule_Step = exports.Maintenance_Schedule_Execution_Step = exports.Maintenance_Schedule_Execution = exports.Maintenance_Schedule = exports.Maintenance_Restriction = exports.Maintenance_Project = exports.Maintenance_Priority = exports.Maintenance_Order = exports.Maintenance_Message = exports.Maintenance_Media = exports.Maintenance_Kanban_State = exports.Maintenance_Item = exports.Maintenance_Issuecategory = exports.Maintenance_Frequency = void 0;
|
|
5
5
|
exports.WidgetPreset = exports.Widget = exports.WebPush = void 0;
|
|
6
6
|
var Alarm_1 = require("./Alarm");
|
|
@@ -39,10 +39,10 @@ var Dashboard_1 = require("./Dashboard");
|
|
|
39
39
|
Object.defineProperty(exports, "Dashboard", { enumerable: true, get: function () { return Dashboard_1.Dashboard; } });
|
|
40
40
|
var Documentation_Category_1 = require("./Documentation_Category");
|
|
41
41
|
Object.defineProperty(exports, "Documentation_Category", { enumerable: true, get: function () { return Documentation_Category_1.Documentation_Category; } });
|
|
42
|
-
var Documentation_Document_1 = require("./Documentation_Document");
|
|
43
|
-
Object.defineProperty(exports, "Documentation_Document", { enumerable: true, get: function () { return Documentation_Document_1.Documentation_Document; } });
|
|
44
42
|
var Documentation_Config_1 = require("./Documentation_Config");
|
|
45
43
|
Object.defineProperty(exports, "Documentation_Config", { enumerable: true, get: function () { return Documentation_Config_1.Documentation_Config; } });
|
|
44
|
+
var Documentation_Document_1 = require("./Documentation_Document");
|
|
45
|
+
Object.defineProperty(exports, "Documentation_Document", { enumerable: true, get: function () { return Documentation_Document_1.Documentation_Document; } });
|
|
46
46
|
var GTFS_Agency_1 = require("./GTFS_Agency");
|
|
47
47
|
Object.defineProperty(exports, "GTFS_Agency", { enumerable: true, get: function () { return GTFS_Agency_1.GTFS_Agency; } });
|
|
48
48
|
var GTFS_Bikes_Allowed_1 = require("./GTFS_Bikes_Allowed");
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openinc/parse-server-opendash",
|
|
3
|
-
"version": "3.24.
|
|
3
|
+
"version": "3.24.3",
|
|
4
4
|
"description": "Parse Server Cloud Code for open.INC Stack.",
|
|
5
|
-
"packageManager": "pnpm@10.
|
|
5
|
+
"packageManager": "pnpm@10.19.0",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"parse",
|
|
8
8
|
"opendash"
|
|
@@ -60,49 +60,49 @@
|
|
|
60
60
|
"rebuild:docker": "cd ./docker-dev && powershell -NoProfile -ExecutionPolicy Bypass -File rebuild_and_restart.ps1"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@openinc/parse-server-schema": "^
|
|
64
|
-
"@opentelemetry/api-logs": "^0.
|
|
65
|
-
"@opentelemetry/auto-instrumentations-node": "^0.
|
|
66
|
-
"@opentelemetry/exporter-logs-otlp-http": "^0.
|
|
67
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
68
|
-
"@opentelemetry/resources": "^2.0
|
|
69
|
-
"@opentelemetry/sdk-logs": "^0.
|
|
70
|
-
"@opentelemetry/sdk-node": "^0.
|
|
63
|
+
"@openinc/parse-server-schema": "^3.0.5",
|
|
64
|
+
"@opentelemetry/api-logs": "^0.207.0",
|
|
65
|
+
"@opentelemetry/auto-instrumentations-node": "^0.66.0",
|
|
66
|
+
"@opentelemetry/exporter-logs-otlp-http": "^0.207.0",
|
|
67
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.207.0",
|
|
68
|
+
"@opentelemetry/resources": "^2.2.0",
|
|
69
|
+
"@opentelemetry/sdk-logs": "^0.207.0",
|
|
70
|
+
"@opentelemetry/sdk-node": "^0.207.0",
|
|
71
71
|
"@opentelemetry/semantic-conventions": "^1.37.0",
|
|
72
|
-
"@opentelemetry/winston-transport": "^0.
|
|
72
|
+
"@opentelemetry/winston-transport": "^0.18.0",
|
|
73
73
|
"cron": "^4.3.3",
|
|
74
74
|
"dayjs": "^1.11.18",
|
|
75
|
-
"fast-equals": "^5.
|
|
75
|
+
"fast-equals": "^5.3.2",
|
|
76
76
|
"jsonwebtoken": "^9.0.2",
|
|
77
77
|
"jwks-rsa": "^3.2.0",
|
|
78
|
-
"nodemailer": "^7.0.
|
|
78
|
+
"nodemailer": "^7.0.10",
|
|
79
79
|
"nunjucks": "^3.2.4",
|
|
80
|
-
"parse-server": "^8.2.
|
|
80
|
+
"parse-server": "^8.2.5",
|
|
81
81
|
"pdf-img-convert": "2.0.0",
|
|
82
|
-
"semantic-release": "^
|
|
82
|
+
"semantic-release": "^25.0.1",
|
|
83
83
|
"table": "^6.9.0",
|
|
84
84
|
"web-push": "^3.6.7",
|
|
85
|
-
"winston": "^3.
|
|
85
|
+
"winston": "^3.18.3"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@semantic-release/changelog": "^6.0.3",
|
|
89
89
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
90
90
|
"@semantic-release/exec": "^7.1.0",
|
|
91
91
|
"@semantic-release/git": "^10.0.1",
|
|
92
|
-
"@semantic-release/github": "^
|
|
93
|
-
"@semantic-release/npm": "^
|
|
94
|
-
"@semantic-release/release-notes-generator": "^14.0
|
|
92
|
+
"@semantic-release/github": "^12.0.0",
|
|
93
|
+
"@semantic-release/npm": "^13.1.1",
|
|
94
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
95
95
|
"@types/jsonwebtoken": "^9.0.10",
|
|
96
|
-
"@types/node": "^24.
|
|
97
|
-
"@types/nodemailer": "^
|
|
96
|
+
"@types/node": "^24.9.1",
|
|
97
|
+
"@types/nodemailer": "^7.0.3",
|
|
98
98
|
"@types/nunjucks": "^3.2.6",
|
|
99
99
|
"@types/parse": "^3.0.9",
|
|
100
100
|
"@types/safe-timers": "^1.1.2",
|
|
101
101
|
"@types/web-push": "^3.6.4",
|
|
102
|
-
"semantic-release-export-data": "^1.
|
|
102
|
+
"semantic-release-export-data": "^1.2.0",
|
|
103
103
|
"ts-node": "^10.9.2",
|
|
104
|
-
"typedoc": "^0.28.
|
|
105
|
-
"typedoc-plugin-markdown": "^4.
|
|
106
|
-
"typescript": "^5.9.
|
|
104
|
+
"typedoc": "^0.28.14",
|
|
105
|
+
"typedoc-plugin-markdown": "^4.9.0",
|
|
106
|
+
"typescript": "^5.9.3"
|
|
107
107
|
}
|
|
108
108
|
}
|