@tmlmobilidade/interfaces 20260713.1735.8 → 20260713.2140.32

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.
@@ -51,7 +51,7 @@ declare class RolesClass extends MongoCollectionClass<Role, CreateRoleDto, Updat
51
51
  action: "read";
52
52
  } | {
53
53
  scope: "plans";
54
- action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy";
54
+ action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy" | "read_apex_file" | "update_apex_file" | "delete_apex_file";
55
55
  resources: {
56
56
  agency_ids: string[];
57
57
  };
@@ -181,7 +181,7 @@ declare class RolesClass extends MongoCollectionClass<Role, CreateRoleDto, Updat
181
181
  action: "read";
182
182
  } | {
183
183
  scope: "plans";
184
- action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy";
184
+ action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy" | "read_apex_file" | "update_apex_file" | "delete_apex_file";
185
185
  resources: {
186
186
  agency_ids: string[];
187
187
  };
@@ -307,7 +307,7 @@ declare class RolesClass extends MongoCollectionClass<Role, CreateRoleDto, Updat
307
307
  action: "read";
308
308
  } | {
309
309
  scope: "plans";
310
- action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy";
310
+ action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy" | "read_apex_file" | "update_apex_file" | "delete_apex_file";
311
311
  resources: {
312
312
  agency_ids: string[];
313
313
  };
@@ -75,7 +75,7 @@ declare class UsersClass extends MongoCollectionClass<User_UNSAFE, CreateUserDto
75
75
  action: "read";
76
76
  } | {
77
77
  scope: "plans";
78
- action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy";
78
+ action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy" | "read_apex_file" | "update_apex_file" | "delete_apex_file";
79
79
  resources: {
80
80
  agency_ids: string[];
81
81
  };
@@ -212,7 +212,7 @@ declare class UsersClass extends MongoCollectionClass<User_UNSAFE, CreateUserDto
212
212
  action: "read";
213
213
  } | {
214
214
  scope: "plans";
215
- action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy";
215
+ action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy" | "read_apex_file" | "update_apex_file" | "delete_apex_file";
216
216
  resources: {
217
217
  agency_ids: string[];
218
218
  };
@@ -353,7 +353,7 @@ declare class UsersClass extends MongoCollectionClass<User_UNSAFE, CreateUserDto
353
353
  action: "read";
354
354
  } | {
355
355
  scope: "plans";
356
- action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy";
356
+ action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy" | "read_apex_file" | "update_apex_file" | "delete_apex_file";
357
357
  resources: {
358
358
  agency_ids: string[];
359
359
  };
@@ -490,7 +490,7 @@ declare class UsersClass extends MongoCollectionClass<User_UNSAFE, CreateUserDto
490
490
  action: "read";
491
491
  } | {
492
492
  scope: "plans";
493
- action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy";
493
+ action: "create" | "delete" | "read" | "lock" | "update" | "read_controller" | "read_pcgi_legacy" | "update_controller" | "update_feed_info_dates" | "update_gtfs_plan" | "update_pcgi_legacy" | "read_apex_file" | "update_apex_file" | "delete_apex_file";
494
494
  resources: {
495
495
  agency_ids: string[];
496
496
  };
@@ -45,6 +45,7 @@ declare class PlansClass extends MongoCollectionClass<Plan, CreatePlanDto, Updat
45
45
  feed_publisher_url?: string | null | undefined;
46
46
  feed_version?: string | null | undefined;
47
47
  };
48
+ apex_file_id: string | null;
48
49
  apps: {
49
50
  controller: {
50
51
  status: "error" | "waiting" | "processing" | "complete" | "skipped";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260713.1735.8",
3
+ "version": "20260713.2140.32",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"