@openinc/parse-server-opendash 2.4.22 → 2.4.31
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/featuremap.json +2 -0
- package/dist/functions/_init.js +1 -2
- package/dist/functions/getAdminConfig.js +1 -2
- package/dist/functions/getSchemaForAdmin.js +1 -2
- package/dist/functions/opendash-geo-features.js +1 -2
- package/dist/functions/openinc-auth-change-password.js +1 -2
- package/dist/functions/openinc-auth-confirm-email.js +1 -2
- package/dist/functions/openinc-auth-email-confirmation-request.js +1 -2
- package/dist/functions/openinc-auth-email-confirmation.js +1 -2
- package/dist/functions/openinc-auth-login-admin.js +1 -2
- package/dist/functions/openinc-auth-login-passwordless.js +1 -2
- package/dist/functions/openinc-auth-login.js +1 -2
- package/dist/functions/openinc-auth-password-reset-request.js +1 -2
- package/dist/functions/openinc-auth-password-reset.js +1 -2
- package/dist/functions/openinc-auth-signup.js +1 -2
- package/dist/functions/openinc-auth-validate-token.js +1 -2
- package/dist/functions/openinc-auth.common.d.ts +0 -1
- package/dist/functions/openinc-auth.common.js +5 -6
- package/dist/functions/openinc-config.js +1 -2
- package/dist/functions/openinc-geo-google-autocomplete.js +1 -2
- package/dist/functions/openinc-geo-google.common.js +2 -3
- package/dist/functions/openinc-geo-graphhopper-geocode-reverse-raw.js +1 -2
- package/dist/functions/openinc-geo-graphhopper-geocode-reverse.js +1 -2
- package/dist/functions/openinc-geo-graphhopper-geocode.js +1 -2
- package/dist/functions/openinc-geo-graphhopper-route-simple.js +1 -2
- package/dist/functions/openinc-geo-graphhopper.common.js +2 -3
- package/dist/functions/openinc-user-roles.d.ts +1 -0
- package/dist/functions/openinc-user-roles.js +19 -0
- package/dist/helper/pdf2img.js +1 -2
- package/dist/helper/transformLogin.js +1 -2
- package/dist/hooks/Alarm.js +1 -2
- package/dist/hooks/AlarmAction.js +1 -2
- package/dist/hooks/AlarmWebhook.js +1 -2
- package/dist/hooks/Attachment.js +1 -2
- package/dist/hooks/BDE_Form.js +1 -2
- package/dist/hooks/BDE_List.js +1 -2
- package/dist/hooks/BDE_ListEntry.js +1 -2
- package/dist/hooks/BDE_Page.js +1 -2
- package/dist/hooks/BDE_Result.js +1 -2
- package/dist/hooks/BDE_Unit.js +1 -2
- package/dist/hooks/Company.d.ts +1 -0
- package/dist/hooks/Company.js +15 -0
- package/dist/hooks/Config.js +1 -2
- package/dist/hooks/Contact.d.ts +1 -0
- package/dist/hooks/Contact.js +15 -0
- package/dist/hooks/Core_Email.js +4 -5
- package/dist/hooks/Core_Token.js +1 -2
- package/dist/hooks/Dashboard.js +1 -2
- package/dist/hooks/GTFS_Agency.js +1 -2
- package/dist/hooks/GTFS_Bikes_Allowed.js +1 -2
- package/dist/hooks/GTFS_Calendar.js +1 -2
- package/dist/hooks/GTFS_Direction.js +1 -2
- package/dist/hooks/GTFS_Level.js +1 -2
- package/dist/hooks/GTFS_Location_Type.js +1 -2
- package/dist/hooks/GTFS_Route.js +1 -2
- package/dist/hooks/GTFS_Route_Type.js +1 -2
- package/dist/hooks/GTFS_Stop.js +1 -2
- package/dist/hooks/GTFS_Stop_Times.js +1 -2
- package/dist/hooks/GTFS_Trip.js +1 -2
- package/dist/hooks/GTFS_Wheelchair_Accessible.js +1 -2
- package/dist/hooks/GTFS_Wheelchair_Boarding.js +1 -2
- package/dist/hooks/Group.js +1 -2
- package/dist/hooks/Knowledge_Article.js +1 -2
- package/dist/hooks/Knowledge_Category.js +1 -2
- package/dist/hooks/Knowledge_Document.js +1 -2
- package/dist/hooks/Knowledge_DocumentPage.js +1 -2
- package/dist/hooks/Knowledge_Video.js +1 -2
- package/dist/hooks/Language.js +1 -2
- package/dist/hooks/Log.js +1 -2
- package/dist/hooks/MIAAS_MDSEndpoint.js +1 -2
- package/dist/hooks/MailTemplate.js +1 -2
- package/dist/hooks/Maintenance_Article.js +1 -2
- package/dist/hooks/Maintenance_DailySchedule.js +1 -2
- package/dist/hooks/Maintenance_Downtime.js +1 -2
- package/dist/hooks/Maintenance_Duedate.js +1 -2
- package/dist/hooks/Maintenance_Frequency.js +1 -2
- package/dist/hooks/Maintenance_Issuecategory.js +1 -2
- package/dist/hooks/Maintenance_Item.js +1 -2
- package/dist/hooks/Maintenance_Kanban_State.js +1 -2
- package/dist/hooks/Maintenance_Media.js +1 -2
- package/dist/hooks/Maintenance_Message.js +1 -2
- package/dist/hooks/Maintenance_Message_Body.js +1 -2
- package/dist/hooks/Maintenance_Order.js +1 -2
- package/dist/hooks/Maintenance_Priority.js +1 -2
- package/dist/hooks/Maintenance_Restriction.js +1 -2
- package/dist/hooks/Maintenance_Schedule.js +1 -2
- package/dist/hooks/Maintenance_Schedule_Execution.js +1 -2
- package/dist/hooks/Maintenance_Schedule_Execution_Step.js +1 -2
- package/dist/hooks/Maintenance_Schedule_Step.js +1 -2
- package/dist/hooks/Maintenance_SourceMeta.js +1 -2
- package/dist/hooks/Maintenance_Ticket.js +1 -2
- package/dist/hooks/Maintenance_Ticket_Issuecategory.js +1 -2
- package/dist/hooks/Maintenance_Ticket_Kanban_State.js +1 -2
- package/dist/hooks/Maintenance_Ticket_Source.js +1 -2
- package/dist/hooks/Monitoring_DataHierachies.js +1 -2
- package/dist/hooks/Monitoring_Jobs.js +1 -2
- package/dist/hooks/Monitoring_ReportImage.js +1 -2
- package/dist/hooks/Monitoring_Slideshow.js +1 -2
- package/dist/hooks/NavigationGroup.js +1 -2
- package/dist/hooks/NavigationItem.js +1 -2
- package/dist/hooks/Notification.js +1 -2
- package/dist/hooks/Permission.js +1 -2
- package/dist/hooks/Push.js +1 -2
- package/dist/hooks/Report.js +1 -2
- package/dist/hooks/Share.js +1 -2
- package/dist/hooks/Source.js +1 -2
- package/dist/hooks/SourceMeta.js +1 -2
- package/dist/hooks/Tenant.js +1 -2
- package/dist/hooks/TenantMeta.js +1 -2
- package/dist/hooks/TenantTrustedDomain.js +1 -2
- package/dist/hooks/UserData.js +1 -2
- package/dist/hooks/VirtualKPI.js +1 -2
- package/dist/hooks/WebPush.js +1 -2
- package/dist/hooks/Widget.js +1 -2
- package/dist/hooks/WidgetPreset.js +1 -2
- package/dist/hooks/_User.js +1 -2
- package/dist/hooks/_beforeLogin.js +1 -2
- package/dist/hooks/_init.js +1 -2
- package/dist/index.js +17 -17
- package/dist/ow.js +2 -3
- package/dist/types/Alarm.d.ts +0 -1
- package/dist/types/AlarmAction.d.ts +0 -1
- package/dist/types/AlarmWebhook.d.ts +0 -1
- package/dist/types/Attachment.d.ts +0 -1
- package/dist/types/BDE_Form.d.ts +0 -1
- package/dist/types/BDE_List.d.ts +0 -1
- package/dist/types/BDE_ListEntry.d.ts +0 -1
- package/dist/types/BDE_Page.d.ts +0 -1
- package/dist/types/BDE_Result.d.ts +0 -1
- package/dist/types/BDE_Unit.d.ts +0 -1
- package/dist/types/Company.d.ts +23 -0
- package/dist/types/Company.js +29 -0
- package/dist/types/Config.d.ts +0 -1
- package/dist/types/Contact.d.ts +0 -1
- package/dist/types/Core_Email.d.ts +0 -1
- package/dist/types/Core_Token.d.ts +0 -1
- package/dist/types/Dashboard.d.ts +0 -1
- package/dist/types/GTFS_Agency.d.ts +0 -1
- package/dist/types/GTFS_Bikes_Allowed.d.ts +0 -1
- package/dist/types/GTFS_Calendar.d.ts +0 -1
- package/dist/types/GTFS_Direction.d.ts +0 -1
- package/dist/types/GTFS_Level.d.ts +0 -1
- package/dist/types/GTFS_Location_Type.d.ts +0 -1
- package/dist/types/GTFS_Route.d.ts +0 -1
- package/dist/types/GTFS_Route_Type.d.ts +0 -1
- package/dist/types/GTFS_Stop.d.ts +0 -1
- package/dist/types/GTFS_Stop_Times.d.ts +0 -1
- package/dist/types/GTFS_Trip.d.ts +0 -1
- package/dist/types/GTFS_Wheelchair_Accessible.d.ts +0 -1
- package/dist/types/GTFS_Wheelchair_Boarding.d.ts +0 -1
- package/dist/types/Group.d.ts +0 -1
- package/dist/types/Knowledge_Article.d.ts +0 -1
- package/dist/types/Knowledge_Category.d.ts +0 -1
- package/dist/types/Knowledge_Document.d.ts +0 -1
- package/dist/types/Knowledge_DocumentPage.d.ts +0 -1
- package/dist/types/Knowledge_Video.d.ts +0 -1
- package/dist/types/Language.d.ts +0 -1
- package/dist/types/Log.d.ts +0 -1
- package/dist/types/MIAAS_MDSEndpoint.d.ts +0 -1
- package/dist/types/MailTemplate.d.ts +0 -1
- package/dist/types/Maintenance_Article.d.ts +0 -1
- package/dist/types/Maintenance_DailySchedule.d.ts +3 -1
- package/dist/types/Maintenance_DailySchedule.js +6 -0
- package/dist/types/Maintenance_Downtime.d.ts +0 -1
- package/dist/types/Maintenance_Duedate.d.ts +0 -1
- package/dist/types/Maintenance_File.d.ts +0 -1
- package/dist/types/Maintenance_Frequency.d.ts +0 -1
- package/dist/types/Maintenance_Issuecategory.d.ts +0 -1
- package/dist/types/Maintenance_Item.d.ts +0 -1
- package/dist/types/Maintenance_Kanban_State.d.ts +0 -1
- package/dist/types/Maintenance_Media.d.ts +0 -1
- package/dist/types/Maintenance_Message.d.ts +0 -1
- package/dist/types/Maintenance_Message_Body.d.ts +0 -1
- package/dist/types/Maintenance_Order.d.ts +0 -1
- package/dist/types/Maintenance_Priority.d.ts +0 -1
- package/dist/types/Maintenance_Restriction.d.ts +0 -1
- package/dist/types/Maintenance_Schedule.d.ts +0 -1
- package/dist/types/Maintenance_Schedule_Execution.d.ts +0 -1
- package/dist/types/Maintenance_Schedule_Execution_Step.d.ts +4 -5
- package/dist/types/Maintenance_Schedule_Execution_Step.js +6 -6
- package/dist/types/Maintenance_Schedule_Step.d.ts +4 -5
- package/dist/types/Maintenance_Schedule_Step.js +6 -6
- package/dist/types/Maintenance_SourceMeta.d.ts +0 -1
- package/dist/types/Maintenance_Source_File.d.ts +0 -1
- package/dist/types/Maintenance_Ticket.d.ts +0 -1
- package/dist/types/Maintenance_Ticket_Issuecategory.d.ts +0 -1
- package/dist/types/Maintenance_Ticket_Kanban_State.d.ts +0 -1
- package/dist/types/Maintenance_Ticket_Source.d.ts +0 -1
- package/dist/types/Monitoring_DataHierachies.d.ts +0 -1
- package/dist/types/Monitoring_Jobs.d.ts +0 -1
- package/dist/types/Monitoring_ReportImage.d.ts +0 -1
- package/dist/types/Monitoring_Slideshow.d.ts +0 -1
- package/dist/types/NavigationGroup.d.ts +0 -1
- package/dist/types/NavigationItem.d.ts +0 -1
- package/dist/types/Notification.d.ts +0 -1
- package/dist/types/Permission.d.ts +0 -1
- package/dist/types/Push.d.ts +0 -1
- package/dist/types/Report.d.ts +0 -1
- package/dist/types/Share.d.ts +0 -1
- package/dist/types/Source.d.ts +0 -1
- package/dist/types/SourceMeta.d.ts +3 -1
- package/dist/types/SourceMeta.js +6 -0
- package/dist/types/Tenant.d.ts +0 -1
- package/dist/types/TenantMeta.d.ts +0 -1
- package/dist/types/TenantTrustedDomain.d.ts +0 -1
- package/dist/types/UserData.d.ts +0 -1
- package/dist/types/VirtualKPI.d.ts +0 -1
- package/dist/types/WebPush.d.ts +0 -1
- package/dist/types/Widget.d.ts +0 -1
- package/dist/types/WidgetPreset.d.ts +0 -1
- package/dist/types/_Role.d.ts +0 -1
- package/dist/types/_Session.d.ts +0 -1
- package/dist/types/_User.d.ts +0 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.js +4 -2
- package/package.json +17 -16
package/dist/types/Contact.d.ts
CHANGED
package/dist/types/Group.d.ts
CHANGED
package/dist/types/Language.d.ts
CHANGED
package/dist/types/Log.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
1
|
import type { Maintenance_Ticket } from "./Maintenance_Ticket";
|
|
3
2
|
import type { Tenant } from "./Tenant";
|
|
4
3
|
import type { _User } from "./_User";
|
|
@@ -11,6 +10,7 @@ export interface Maintenance_DailyScheduleAttributes {
|
|
|
11
10
|
isCompleted: boolean;
|
|
12
11
|
name: string;
|
|
13
12
|
tenant: Tenant;
|
|
13
|
+
ticketIDs?: any[];
|
|
14
14
|
tickets: Parse.Relation<Maintenance_DailySchedule, Maintenance_Ticket>;
|
|
15
15
|
user: _User;
|
|
16
16
|
}
|
|
@@ -25,6 +25,8 @@ export declare class Maintenance_DailySchedule extends Parse.Object<Maintenance_
|
|
|
25
25
|
set name(value: string);
|
|
26
26
|
get tenant(): Tenant;
|
|
27
27
|
set tenant(value: Tenant);
|
|
28
|
+
get ticketIDs(): any[] | undefined;
|
|
29
|
+
set ticketIDs(value: any[] | undefined);
|
|
28
30
|
get tickets(): Parse.Relation<Maintenance_DailySchedule, Maintenance_Ticket>;
|
|
29
31
|
get user(): _User;
|
|
30
32
|
set user(value: _User);
|
|
@@ -29,6 +29,12 @@ class Maintenance_DailySchedule extends Parse.Object {
|
|
|
29
29
|
set tenant(value) {
|
|
30
30
|
super.set("tenant", value);
|
|
31
31
|
}
|
|
32
|
+
get ticketIDs() {
|
|
33
|
+
return super.get("ticketIDs");
|
|
34
|
+
}
|
|
35
|
+
set ticketIDs(value) {
|
|
36
|
+
super.set("ticketIDs", value);
|
|
37
|
+
}
|
|
32
38
|
get tickets() {
|
|
33
39
|
return super.relation("tickets");
|
|
34
40
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { Group } from "./Group";
|
|
3
1
|
import type { Maintenance_Schedule_Execution } from "./Maintenance_Schedule_Execution";
|
|
4
2
|
import type { Tenant } from "./Tenant";
|
|
3
|
+
import type { _Role } from "./_Role";
|
|
5
4
|
export interface Maintenance_Schedule_Execution_StepAttributes {
|
|
6
5
|
id: string;
|
|
7
6
|
objectId: string;
|
|
@@ -10,9 +9,9 @@ export interface Maintenance_Schedule_Execution_StepAttributes {
|
|
|
10
9
|
comment?: string;
|
|
11
10
|
description?: string;
|
|
12
11
|
done?: boolean;
|
|
13
|
-
group: Group;
|
|
14
12
|
location?: string;
|
|
15
13
|
protectivegear?: string;
|
|
14
|
+
role?: _Role;
|
|
16
15
|
schedule: Maintenance_Schedule_Execution;
|
|
17
16
|
tenant?: Tenant;
|
|
18
17
|
type?: string;
|
|
@@ -27,12 +26,12 @@ export declare class Maintenance_Schedule_Execution_Step extends Parse.Object<Ma
|
|
|
27
26
|
set description(value: string | undefined);
|
|
28
27
|
get done(): boolean | undefined;
|
|
29
28
|
set done(value: boolean | undefined);
|
|
30
|
-
get group(): Group;
|
|
31
|
-
set group(value: Group);
|
|
32
29
|
get location(): string | undefined;
|
|
33
30
|
set location(value: string | undefined);
|
|
34
31
|
get protectivegear(): string | undefined;
|
|
35
32
|
set protectivegear(value: string | undefined);
|
|
33
|
+
get role(): _Role | undefined;
|
|
34
|
+
set role(value: _Role | undefined);
|
|
36
35
|
get schedule(): Maintenance_Schedule_Execution;
|
|
37
36
|
set schedule(value: Maintenance_Schedule_Execution);
|
|
38
37
|
get tenant(): Tenant | undefined;
|
|
@@ -23,12 +23,6 @@ class Maintenance_Schedule_Execution_Step extends Parse.Object {
|
|
|
23
23
|
set done(value) {
|
|
24
24
|
super.set("done", value);
|
|
25
25
|
}
|
|
26
|
-
get group() {
|
|
27
|
-
return super.get("group");
|
|
28
|
-
}
|
|
29
|
-
set group(value) {
|
|
30
|
-
super.set("group", value);
|
|
31
|
-
}
|
|
32
26
|
get location() {
|
|
33
27
|
return super.get("location");
|
|
34
28
|
}
|
|
@@ -41,6 +35,12 @@ class Maintenance_Schedule_Execution_Step extends Parse.Object {
|
|
|
41
35
|
set protectivegear(value) {
|
|
42
36
|
super.set("protectivegear", value);
|
|
43
37
|
}
|
|
38
|
+
get role() {
|
|
39
|
+
return super.get("role");
|
|
40
|
+
}
|
|
41
|
+
set role(value) {
|
|
42
|
+
super.set("role", value);
|
|
43
|
+
}
|
|
44
44
|
get schedule() {
|
|
45
45
|
return super.get("schedule");
|
|
46
46
|
}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
|
-
import type { Group } from "./Group";
|
|
3
1
|
import type { Maintenance_Schedule } from "./Maintenance_Schedule";
|
|
4
2
|
import type { Tenant } from "./Tenant";
|
|
3
|
+
import type { _Role } from "./_Role";
|
|
5
4
|
export interface Maintenance_Schedule_StepAttributes {
|
|
6
5
|
id: string;
|
|
7
6
|
objectId: string;
|
|
8
7
|
createdAt: Date;
|
|
9
8
|
updatedAt: Date;
|
|
10
9
|
description?: string;
|
|
11
|
-
group: Group;
|
|
12
10
|
location?: string;
|
|
13
11
|
protectivegear?: string;
|
|
12
|
+
role?: _Role;
|
|
14
13
|
schedule: Maintenance_Schedule;
|
|
15
14
|
tenant?: Tenant;
|
|
16
15
|
type?: string;
|
|
@@ -21,12 +20,12 @@ export declare class Maintenance_Schedule_Step extends Parse.Object<Maintenance_
|
|
|
21
20
|
constructor(data?: Partial<Maintenance_Schedule_StepAttributes>);
|
|
22
21
|
get description(): string | undefined;
|
|
23
22
|
set description(value: string | undefined);
|
|
24
|
-
get group(): Group;
|
|
25
|
-
set group(value: Group);
|
|
26
23
|
get location(): string | undefined;
|
|
27
24
|
set location(value: string | undefined);
|
|
28
25
|
get protectivegear(): string | undefined;
|
|
29
26
|
set protectivegear(value: string | undefined);
|
|
27
|
+
get role(): _Role | undefined;
|
|
28
|
+
set role(value: _Role | undefined);
|
|
30
29
|
get schedule(): Maintenance_Schedule;
|
|
31
30
|
set schedule(value: Maintenance_Schedule);
|
|
32
31
|
get tenant(): Tenant | undefined;
|
|
@@ -11,12 +11,6 @@ class Maintenance_Schedule_Step extends Parse.Object {
|
|
|
11
11
|
set description(value) {
|
|
12
12
|
super.set("description", value);
|
|
13
13
|
}
|
|
14
|
-
get group() {
|
|
15
|
-
return super.get("group");
|
|
16
|
-
}
|
|
17
|
-
set group(value) {
|
|
18
|
-
super.set("group", value);
|
|
19
|
-
}
|
|
20
14
|
get location() {
|
|
21
15
|
return super.get("location");
|
|
22
16
|
}
|
|
@@ -29,6 +23,12 @@ class Maintenance_Schedule_Step extends Parse.Object {
|
|
|
29
23
|
set protectivegear(value) {
|
|
30
24
|
super.set("protectivegear", value);
|
|
31
25
|
}
|
|
26
|
+
get role() {
|
|
27
|
+
return super.get("role");
|
|
28
|
+
}
|
|
29
|
+
set role(value) {
|
|
30
|
+
super.set("role", value);
|
|
31
|
+
}
|
|
32
32
|
get schedule() {
|
|
33
33
|
return super.get("schedule");
|
|
34
34
|
}
|
package/dist/types/Push.d.ts
CHANGED
package/dist/types/Report.d.ts
CHANGED
package/dist/types/Share.d.ts
CHANGED
package/dist/types/Source.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="parse" />
|
|
2
1
|
import type { Tenant } from "./Tenant";
|
|
3
2
|
export interface SourceMetaAttributes {
|
|
4
3
|
id: string;
|
|
@@ -8,6 +7,7 @@ export interface SourceMetaAttributes {
|
|
|
8
7
|
data?: any;
|
|
9
8
|
description?: string;
|
|
10
9
|
file?: Parse.File;
|
|
10
|
+
location?: Parse.GeoPoint;
|
|
11
11
|
name?: string;
|
|
12
12
|
tenant?: Tenant;
|
|
13
13
|
}
|
|
@@ -20,6 +20,8 @@ export declare class SourceMeta extends Parse.Object<SourceMetaAttributes> {
|
|
|
20
20
|
set description(value: string | undefined);
|
|
21
21
|
get file(): Parse.File | undefined;
|
|
22
22
|
set file(value: Parse.File | undefined);
|
|
23
|
+
get location(): Parse.GeoPoint | undefined;
|
|
24
|
+
set location(value: Parse.GeoPoint | undefined);
|
|
23
25
|
get name(): string | undefined;
|
|
24
26
|
set name(value: string | undefined);
|
|
25
27
|
get tenant(): Tenant | undefined;
|
package/dist/types/SourceMeta.js
CHANGED
|
@@ -23,6 +23,12 @@ class SourceMeta extends Parse.Object {
|
|
|
23
23
|
set file(value) {
|
|
24
24
|
super.set("file", value);
|
|
25
25
|
}
|
|
26
|
+
get location() {
|
|
27
|
+
return super.get("location");
|
|
28
|
+
}
|
|
29
|
+
set location(value) {
|
|
30
|
+
super.set("location", value);
|
|
31
|
+
}
|
|
26
32
|
get name() {
|
|
27
33
|
return super.get("name");
|
|
28
34
|
}
|
package/dist/types/Tenant.d.ts
CHANGED
package/dist/types/UserData.d.ts
CHANGED
package/dist/types/WebPush.d.ts
CHANGED
package/dist/types/Widget.d.ts
CHANGED