@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.
Files changed (216) hide show
  1. package/dist/featuremap.json +2 -0
  2. package/dist/functions/_init.js +1 -2
  3. package/dist/functions/getAdminConfig.js +1 -2
  4. package/dist/functions/getSchemaForAdmin.js +1 -2
  5. package/dist/functions/opendash-geo-features.js +1 -2
  6. package/dist/functions/openinc-auth-change-password.js +1 -2
  7. package/dist/functions/openinc-auth-confirm-email.js +1 -2
  8. package/dist/functions/openinc-auth-email-confirmation-request.js +1 -2
  9. package/dist/functions/openinc-auth-email-confirmation.js +1 -2
  10. package/dist/functions/openinc-auth-login-admin.js +1 -2
  11. package/dist/functions/openinc-auth-login-passwordless.js +1 -2
  12. package/dist/functions/openinc-auth-login.js +1 -2
  13. package/dist/functions/openinc-auth-password-reset-request.js +1 -2
  14. package/dist/functions/openinc-auth-password-reset.js +1 -2
  15. package/dist/functions/openinc-auth-signup.js +1 -2
  16. package/dist/functions/openinc-auth-validate-token.js +1 -2
  17. package/dist/functions/openinc-auth.common.d.ts +0 -1
  18. package/dist/functions/openinc-auth.common.js +5 -6
  19. package/dist/functions/openinc-config.js +1 -2
  20. package/dist/functions/openinc-geo-google-autocomplete.js +1 -2
  21. package/dist/functions/openinc-geo-google.common.js +2 -3
  22. package/dist/functions/openinc-geo-graphhopper-geocode-reverse-raw.js +1 -2
  23. package/dist/functions/openinc-geo-graphhopper-geocode-reverse.js +1 -2
  24. package/dist/functions/openinc-geo-graphhopper-geocode.js +1 -2
  25. package/dist/functions/openinc-geo-graphhopper-route-simple.js +1 -2
  26. package/dist/functions/openinc-geo-graphhopper.common.js +2 -3
  27. package/dist/functions/openinc-user-roles.d.ts +1 -0
  28. package/dist/functions/openinc-user-roles.js +19 -0
  29. package/dist/helper/pdf2img.js +1 -2
  30. package/dist/helper/transformLogin.js +1 -2
  31. package/dist/hooks/Alarm.js +1 -2
  32. package/dist/hooks/AlarmAction.js +1 -2
  33. package/dist/hooks/AlarmWebhook.js +1 -2
  34. package/dist/hooks/Attachment.js +1 -2
  35. package/dist/hooks/BDE_Form.js +1 -2
  36. package/dist/hooks/BDE_List.js +1 -2
  37. package/dist/hooks/BDE_ListEntry.js +1 -2
  38. package/dist/hooks/BDE_Page.js +1 -2
  39. package/dist/hooks/BDE_Result.js +1 -2
  40. package/dist/hooks/BDE_Unit.js +1 -2
  41. package/dist/hooks/Company.d.ts +1 -0
  42. package/dist/hooks/Company.js +15 -0
  43. package/dist/hooks/Config.js +1 -2
  44. package/dist/hooks/Contact.d.ts +1 -0
  45. package/dist/hooks/Contact.js +15 -0
  46. package/dist/hooks/Core_Email.js +4 -5
  47. package/dist/hooks/Core_Token.js +1 -2
  48. package/dist/hooks/Dashboard.js +1 -2
  49. package/dist/hooks/GTFS_Agency.js +1 -2
  50. package/dist/hooks/GTFS_Bikes_Allowed.js +1 -2
  51. package/dist/hooks/GTFS_Calendar.js +1 -2
  52. package/dist/hooks/GTFS_Direction.js +1 -2
  53. package/dist/hooks/GTFS_Level.js +1 -2
  54. package/dist/hooks/GTFS_Location_Type.js +1 -2
  55. package/dist/hooks/GTFS_Route.js +1 -2
  56. package/dist/hooks/GTFS_Route_Type.js +1 -2
  57. package/dist/hooks/GTFS_Stop.js +1 -2
  58. package/dist/hooks/GTFS_Stop_Times.js +1 -2
  59. package/dist/hooks/GTFS_Trip.js +1 -2
  60. package/dist/hooks/GTFS_Wheelchair_Accessible.js +1 -2
  61. package/dist/hooks/GTFS_Wheelchair_Boarding.js +1 -2
  62. package/dist/hooks/Group.js +1 -2
  63. package/dist/hooks/Knowledge_Article.js +1 -2
  64. package/dist/hooks/Knowledge_Category.js +1 -2
  65. package/dist/hooks/Knowledge_Document.js +1 -2
  66. package/dist/hooks/Knowledge_DocumentPage.js +1 -2
  67. package/dist/hooks/Knowledge_Video.js +1 -2
  68. package/dist/hooks/Language.js +1 -2
  69. package/dist/hooks/Log.js +1 -2
  70. package/dist/hooks/MIAAS_MDSEndpoint.js +1 -2
  71. package/dist/hooks/MailTemplate.js +1 -2
  72. package/dist/hooks/Maintenance_Article.js +1 -2
  73. package/dist/hooks/Maintenance_DailySchedule.js +1 -2
  74. package/dist/hooks/Maintenance_Downtime.js +1 -2
  75. package/dist/hooks/Maintenance_Duedate.js +1 -2
  76. package/dist/hooks/Maintenance_Frequency.js +1 -2
  77. package/dist/hooks/Maintenance_Issuecategory.js +1 -2
  78. package/dist/hooks/Maintenance_Item.js +1 -2
  79. package/dist/hooks/Maintenance_Kanban_State.js +1 -2
  80. package/dist/hooks/Maintenance_Media.js +1 -2
  81. package/dist/hooks/Maintenance_Message.js +1 -2
  82. package/dist/hooks/Maintenance_Message_Body.js +1 -2
  83. package/dist/hooks/Maintenance_Order.js +1 -2
  84. package/dist/hooks/Maintenance_Priority.js +1 -2
  85. package/dist/hooks/Maintenance_Restriction.js +1 -2
  86. package/dist/hooks/Maintenance_Schedule.js +1 -2
  87. package/dist/hooks/Maintenance_Schedule_Execution.js +1 -2
  88. package/dist/hooks/Maintenance_Schedule_Execution_Step.js +1 -2
  89. package/dist/hooks/Maintenance_Schedule_Step.js +1 -2
  90. package/dist/hooks/Maintenance_SourceMeta.js +1 -2
  91. package/dist/hooks/Maintenance_Ticket.js +1 -2
  92. package/dist/hooks/Maintenance_Ticket_Issuecategory.js +1 -2
  93. package/dist/hooks/Maintenance_Ticket_Kanban_State.js +1 -2
  94. package/dist/hooks/Maintenance_Ticket_Source.js +1 -2
  95. package/dist/hooks/Monitoring_DataHierachies.js +1 -2
  96. package/dist/hooks/Monitoring_Jobs.js +1 -2
  97. package/dist/hooks/Monitoring_ReportImage.js +1 -2
  98. package/dist/hooks/Monitoring_Slideshow.js +1 -2
  99. package/dist/hooks/NavigationGroup.js +1 -2
  100. package/dist/hooks/NavigationItem.js +1 -2
  101. package/dist/hooks/Notification.js +1 -2
  102. package/dist/hooks/Permission.js +1 -2
  103. package/dist/hooks/Push.js +1 -2
  104. package/dist/hooks/Report.js +1 -2
  105. package/dist/hooks/Share.js +1 -2
  106. package/dist/hooks/Source.js +1 -2
  107. package/dist/hooks/SourceMeta.js +1 -2
  108. package/dist/hooks/Tenant.js +1 -2
  109. package/dist/hooks/TenantMeta.js +1 -2
  110. package/dist/hooks/TenantTrustedDomain.js +1 -2
  111. package/dist/hooks/UserData.js +1 -2
  112. package/dist/hooks/VirtualKPI.js +1 -2
  113. package/dist/hooks/WebPush.js +1 -2
  114. package/dist/hooks/Widget.js +1 -2
  115. package/dist/hooks/WidgetPreset.js +1 -2
  116. package/dist/hooks/_User.js +1 -2
  117. package/dist/hooks/_beforeLogin.js +1 -2
  118. package/dist/hooks/_init.js +1 -2
  119. package/dist/index.js +17 -17
  120. package/dist/ow.js +2 -3
  121. package/dist/types/Alarm.d.ts +0 -1
  122. package/dist/types/AlarmAction.d.ts +0 -1
  123. package/dist/types/AlarmWebhook.d.ts +0 -1
  124. package/dist/types/Attachment.d.ts +0 -1
  125. package/dist/types/BDE_Form.d.ts +0 -1
  126. package/dist/types/BDE_List.d.ts +0 -1
  127. package/dist/types/BDE_ListEntry.d.ts +0 -1
  128. package/dist/types/BDE_Page.d.ts +0 -1
  129. package/dist/types/BDE_Result.d.ts +0 -1
  130. package/dist/types/BDE_Unit.d.ts +0 -1
  131. package/dist/types/Company.d.ts +23 -0
  132. package/dist/types/Company.js +29 -0
  133. package/dist/types/Config.d.ts +0 -1
  134. package/dist/types/Contact.d.ts +0 -1
  135. package/dist/types/Core_Email.d.ts +0 -1
  136. package/dist/types/Core_Token.d.ts +0 -1
  137. package/dist/types/Dashboard.d.ts +0 -1
  138. package/dist/types/GTFS_Agency.d.ts +0 -1
  139. package/dist/types/GTFS_Bikes_Allowed.d.ts +0 -1
  140. package/dist/types/GTFS_Calendar.d.ts +0 -1
  141. package/dist/types/GTFS_Direction.d.ts +0 -1
  142. package/dist/types/GTFS_Level.d.ts +0 -1
  143. package/dist/types/GTFS_Location_Type.d.ts +0 -1
  144. package/dist/types/GTFS_Route.d.ts +0 -1
  145. package/dist/types/GTFS_Route_Type.d.ts +0 -1
  146. package/dist/types/GTFS_Stop.d.ts +0 -1
  147. package/dist/types/GTFS_Stop_Times.d.ts +0 -1
  148. package/dist/types/GTFS_Trip.d.ts +0 -1
  149. package/dist/types/GTFS_Wheelchair_Accessible.d.ts +0 -1
  150. package/dist/types/GTFS_Wheelchair_Boarding.d.ts +0 -1
  151. package/dist/types/Group.d.ts +0 -1
  152. package/dist/types/Knowledge_Article.d.ts +0 -1
  153. package/dist/types/Knowledge_Category.d.ts +0 -1
  154. package/dist/types/Knowledge_Document.d.ts +0 -1
  155. package/dist/types/Knowledge_DocumentPage.d.ts +0 -1
  156. package/dist/types/Knowledge_Video.d.ts +0 -1
  157. package/dist/types/Language.d.ts +0 -1
  158. package/dist/types/Log.d.ts +0 -1
  159. package/dist/types/MIAAS_MDSEndpoint.d.ts +0 -1
  160. package/dist/types/MailTemplate.d.ts +0 -1
  161. package/dist/types/Maintenance_Article.d.ts +0 -1
  162. package/dist/types/Maintenance_DailySchedule.d.ts +3 -1
  163. package/dist/types/Maintenance_DailySchedule.js +6 -0
  164. package/dist/types/Maintenance_Downtime.d.ts +0 -1
  165. package/dist/types/Maintenance_Duedate.d.ts +0 -1
  166. package/dist/types/Maintenance_File.d.ts +0 -1
  167. package/dist/types/Maintenance_Frequency.d.ts +0 -1
  168. package/dist/types/Maintenance_Issuecategory.d.ts +0 -1
  169. package/dist/types/Maintenance_Item.d.ts +0 -1
  170. package/dist/types/Maintenance_Kanban_State.d.ts +0 -1
  171. package/dist/types/Maintenance_Media.d.ts +0 -1
  172. package/dist/types/Maintenance_Message.d.ts +0 -1
  173. package/dist/types/Maintenance_Message_Body.d.ts +0 -1
  174. package/dist/types/Maintenance_Order.d.ts +0 -1
  175. package/dist/types/Maintenance_Priority.d.ts +0 -1
  176. package/dist/types/Maintenance_Restriction.d.ts +0 -1
  177. package/dist/types/Maintenance_Schedule.d.ts +0 -1
  178. package/dist/types/Maintenance_Schedule_Execution.d.ts +0 -1
  179. package/dist/types/Maintenance_Schedule_Execution_Step.d.ts +4 -5
  180. package/dist/types/Maintenance_Schedule_Execution_Step.js +6 -6
  181. package/dist/types/Maintenance_Schedule_Step.d.ts +4 -5
  182. package/dist/types/Maintenance_Schedule_Step.js +6 -6
  183. package/dist/types/Maintenance_SourceMeta.d.ts +0 -1
  184. package/dist/types/Maintenance_Source_File.d.ts +0 -1
  185. package/dist/types/Maintenance_Ticket.d.ts +0 -1
  186. package/dist/types/Maintenance_Ticket_Issuecategory.d.ts +0 -1
  187. package/dist/types/Maintenance_Ticket_Kanban_State.d.ts +0 -1
  188. package/dist/types/Maintenance_Ticket_Source.d.ts +0 -1
  189. package/dist/types/Monitoring_DataHierachies.d.ts +0 -1
  190. package/dist/types/Monitoring_Jobs.d.ts +0 -1
  191. package/dist/types/Monitoring_ReportImage.d.ts +0 -1
  192. package/dist/types/Monitoring_Slideshow.d.ts +0 -1
  193. package/dist/types/NavigationGroup.d.ts +0 -1
  194. package/dist/types/NavigationItem.d.ts +0 -1
  195. package/dist/types/Notification.d.ts +0 -1
  196. package/dist/types/Permission.d.ts +0 -1
  197. package/dist/types/Push.d.ts +0 -1
  198. package/dist/types/Report.d.ts +0 -1
  199. package/dist/types/Share.d.ts +0 -1
  200. package/dist/types/Source.d.ts +0 -1
  201. package/dist/types/SourceMeta.d.ts +3 -1
  202. package/dist/types/SourceMeta.js +6 -0
  203. package/dist/types/Tenant.d.ts +0 -1
  204. package/dist/types/TenantMeta.d.ts +0 -1
  205. package/dist/types/TenantTrustedDomain.d.ts +0 -1
  206. package/dist/types/UserData.d.ts +0 -1
  207. package/dist/types/VirtualKPI.d.ts +0 -1
  208. package/dist/types/WebPush.d.ts +0 -1
  209. package/dist/types/Widget.d.ts +0 -1
  210. package/dist/types/WidgetPreset.d.ts +0 -1
  211. package/dist/types/_Role.d.ts +0 -1
  212. package/dist/types/_Session.d.ts +0 -1
  213. package/dist/types/_User.d.ts +0 -1
  214. package/dist/types/index.d.ts +2 -0
  215. package/dist/types/index.js +4 -2
  216. package/package.json +17 -16
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  import type { _User } from "./_User";
4
3
  export interface ContactAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  export interface Core_EmailAttributes {
3
2
  id: string;
4
3
  objectId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  export interface Core_TokenAttributes {
3
2
  id: string;
4
3
  objectId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Source } from "./Source";
3
2
  import type { _User } from "./_User";
4
3
  export interface DashboardAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_AgencyAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_Bikes_AllowedAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_CalendarAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_DirectionAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_LevelAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_Location_TypeAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { GTFS_Agency } from "./GTFS_Agency";
3
2
  import type { Tenant } from "./Tenant";
4
3
  export interface GTFS_RouteAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_Route_TypeAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { GTFS_Level } from "./GTFS_Level";
3
2
  import type { GTFS_Location_Type } from "./GTFS_Location_Type";
4
3
  import type { GTFS_Wheelchair_Boarding } from "./GTFS_Wheelchair_Boarding";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { GTFS_Stop } from "./GTFS_Stop";
3
2
  import type { GTFS_Trip } from "./GTFS_Trip";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { GTFS_Bikes_Allowed } from "./GTFS_Bikes_Allowed";
3
2
  import type { GTFS_Calendar } from "./GTFS_Calendar";
4
3
  import type { GTFS_Direction } from "./GTFS_Direction";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_Wheelchair_AccessibleAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface GTFS_Wheelchair_BoardingAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  import type { _User } from "./_User";
4
3
  export interface GroupAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Knowledge_Category } from "./Knowledge_Category";
3
2
  import type { Language } from "./Language";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Language } from "./Language";
3
2
  import type { Tenant } from "./Tenant";
4
3
  export interface Knowledge_CategoryAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Knowledge_Category } from "./Knowledge_Category";
3
2
  import type { Language } from "./Language";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Knowledge_Document } from "./Knowledge_Document";
3
2
  import type { Tenant } from "./Tenant";
4
3
  export interface Knowledge_DocumentPageAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Knowledge_Category } from "./Knowledge_Category";
3
2
  import type { Language } from "./Language";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  export interface LanguageAttributes {
3
2
  id: string;
4
3
  objectId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  export interface LogAttributes {
3
2
  id: string;
4
3
  objectId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  export interface MIAAS_MDSEndpointAttributes {
3
2
  id: string;
4
3
  objectId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  export interface MailTemplateAttributes {
3
2
  id: string;
4
3
  objectId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Media } from "./Maintenance_Media";
3
2
  import type { Maintenance_Ticket } from "./Maintenance_Ticket";
4
3
  import type { Tenant } from "./Tenant";
@@ -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,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";
@@ -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";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  import type { _User } from "./_User";
4
3
  export interface Maintenance_FileAttributes {
@@ -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";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Source } from "./Source";
3
2
  import type { Tenant } from "./Tenant";
4
3
  export interface Maintenance_IssuecategoryAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Source } from "./Source";
3
2
  import type { Tenant } from "./Tenant";
4
3
  export interface Maintenance_ItemAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface Maintenance_Kanban_StateAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface Maintenance_MediaAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  import type { _User } from "./_User";
4
3
  export interface Maintenance_MessageAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Message } from "./Maintenance_Message";
3
2
  import type { Tenant } from "./Tenant";
4
3
  import type { _User } from "./_User";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Ticket } from "./Maintenance_Ticket";
3
2
  import type { _User } from "./_User";
4
3
  export interface Maintenance_OrderAttributes {
@@ -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";
@@ -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";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Media } from "./Maintenance_Media";
3
2
  import type { Source } from "./Source";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Media } from "./Maintenance_Media";
3
2
  import type { Maintenance_Schedule } from "./Maintenance_Schedule";
4
3
  import type { Source } from "./Source";
@@ -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
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Item } from "./Maintenance_Item";
3
2
  import type { Source } from "./Source";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_File } from "./Maintenance_File";
3
2
  import type { Source } from "./Source";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Group } from "./Group";
3
2
  import type { Maintenance_DailySchedule } from "./Maintenance_DailySchedule";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Issuecategory } from "./Maintenance_Issuecategory";
3
2
  import type { Maintenance_Ticket } from "./Maintenance_Ticket";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Kanban_State } from "./Maintenance_Kanban_State";
3
2
  import type { Maintenance_Ticket } from "./Maintenance_Ticket";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Maintenance_Ticket } from "./Maintenance_Ticket";
3
2
  import type { Source } from "./Source";
4
3
  import type { Tenant } from "./Tenant";
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Source } from "./Source";
3
2
  import type { Tenant } from "./Tenant";
4
3
  export interface Monitoring_DataHierachiesAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  export interface Monitoring_JobsAttributes {
3
2
  id: string;
4
3
  objectId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Source } from "./Source";
3
2
  import type { Tenant } from "./Tenant";
4
3
  export interface Monitoring_ReportImageAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Dashboard } from "./Dashboard";
3
2
  export interface Monitoring_SlideshowAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface NavigationGroupAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface NavigationItemAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { _User } from "./_User";
3
2
  export interface NotificationAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface PermissionAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { _User } from "./_User";
3
2
  export interface PushAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { _User } from "./_User";
3
2
  export interface ReportAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { _Role } from "./_Role";
3
2
  import type { _User } from "./_User";
4
3
  export interface ShareAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { SourceMeta } from "./SourceMeta";
3
2
  import type { Tenant } from "./Tenant";
4
3
  export interface SourceAttributes {
@@ -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;
@@ -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
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Source } from "./Source";
3
2
  import type { TenantMeta } from "./TenantMeta";
4
3
  export interface TenantAttributes {
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface TenantMetaAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface TenantTrustedDomainAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { _User } from "./_User";
3
2
  export interface UserDataAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  export interface VirtualKPIAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { _User } from "./_User";
3
2
  export interface WebPushAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { _User } from "./_User";
3
2
  export interface WidgetAttributes {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="parse" />
2
1
  import type { Tenant } from "./Tenant";
3
2
  import type { _User } from "./_User";
4
3
  export interface WidgetPresetAttributes {