@tmlmobilidade/interfaces 20260710.2205.51 → 20260710.2240.23

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.
@@ -72,5 +72,9 @@ declare class AgenciesClass extends MongoCollectionClass<Agency, CreateAgencyDto
72
72
  protected getCollectionName(): string;
73
73
  protected getEnvName(): string;
74
74
  }
75
+ /**
76
+ * @deprecated This class is deprecated and will be removed in the future.
77
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
78
+ */
75
79
  export declare const agencies: AgenciesClass;
76
80
  export {};
@@ -39,4 +39,8 @@ class AgenciesClass extends MongoCollectionClass {
39
39
  }
40
40
  }
41
41
  /* * */
42
+ /**
43
+ * @deprecated This class is deprecated and will be removed in the future.
44
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
45
+ */
42
46
  export const agencies = asyncSingletonProxy(AgenciesClass);
@@ -395,5 +395,9 @@ declare class RolesClass extends MongoCollectionClass<Role, CreateRoleDto, Updat
395
395
  protected getCollectionName(): string;
396
396
  protected getEnvName(): string;
397
397
  }
398
+ /**
399
+ * @deprecated This class is deprecated and will be removed in the future.
400
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
401
+ */
398
402
  export declare const roles: RolesClass;
399
403
  export {};
@@ -66,4 +66,8 @@ class RolesClass extends MongoCollectionClass {
66
66
  return 'DATABASE_URI';
67
67
  }
68
68
  }
69
+ /**
70
+ * @deprecated This class is deprecated and will be removed in the future.
71
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
72
+ */
69
73
  export const roles = asyncSingletonProxy(RolesClass);
@@ -12,5 +12,9 @@ declare class SessionsClass extends MongoCollectionClass<Session, CreateSessionD
12
12
  protected getCollectionName(): string;
13
13
  protected getEnvName(): string;
14
14
  }
15
+ /**
16
+ * @deprecated This class is deprecated and will be removed in the future.
17
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
18
+ */
15
19
  export declare const sessions: SessionsClass;
16
20
  export {};
@@ -33,4 +33,8 @@ class SessionsClass extends MongoCollectionClass {
33
33
  }
34
34
  }
35
35
  /* * */
36
+ /**
37
+ * @deprecated This class is deprecated and will be removed in the future.
38
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
39
+ */
36
40
  export const sessions = asyncSingletonProxy(SessionsClass);
@@ -589,5 +589,9 @@ declare class UsersClass extends MongoCollectionClass<User_UNSAFE, CreateUserDto
589
589
  protected getEnvName(): string;
590
590
  private sanitizeUser;
591
591
  }
592
+ /**
593
+ * @deprecated This class is deprecated and will be removed in the future.
594
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
595
+ */
592
596
  export declare const users: UsersClass;
593
597
  export {};
@@ -102,4 +102,8 @@ class UsersClass extends MongoCollectionClass {
102
102
  }
103
103
  }
104
104
  /* * */
105
+ /**
106
+ * @deprecated This class is deprecated and will be removed in the future.
107
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
108
+ */
105
109
  export const users = asyncSingletonProxy(UsersClass);
@@ -33,5 +33,9 @@ declare class VerificationTokensClass extends MongoCollectionClass<VerificationT
33
33
  protected getCollectionName(): string;
34
34
  protected getEnvName(): string;
35
35
  }
36
+ /**
37
+ * @deprecated This class is deprecated and will be removed in the future.
38
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
39
+ */
36
40
  export declare const verificationTokens: VerificationTokensClass;
37
41
  export {};
@@ -40,4 +40,8 @@ class VerificationTokensClass extends MongoCollectionClass {
40
40
  }
41
41
  }
42
42
  /* * */
43
+ /**
44
+ * @deprecated This class is deprecated and will be removed in the future.
45
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
46
+ */
43
47
  export const verificationTokens = asyncSingletonProxy(VerificationTokensClass);
@@ -12,5 +12,9 @@ declare class FileExportsClass extends MongoCollectionClass<FileExport, CreateFi
12
12
  protected getCollectionName(): string;
13
13
  protected getEnvName(): string;
14
14
  }
15
+ /**
16
+ * @deprecated This class is deprecated and will be removed in the future.
17
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
18
+ */
15
19
  export declare const fileExports: FileExportsClass;
16
20
  export {};
@@ -40,4 +40,8 @@ class FileExportsClass extends MongoCollectionClass {
40
40
  }
41
41
  }
42
42
  /* * */
43
+ /**
44
+ * @deprecated This class is deprecated and will be removed in the future.
45
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
46
+ */
43
47
  export const fileExports = asyncSingletonProxy(FileExportsClass);
@@ -12,5 +12,9 @@ declare class OrganizationsClass extends MongoCollectionClass<Organization, Crea
12
12
  protected getCollectionName(): string;
13
13
  protected getEnvName(): string;
14
14
  }
15
+ /**
16
+ * @deprecated This class is deprecated and will be removed in the future.
17
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
18
+ */
15
19
  export declare const organizations: OrganizationsClass;
16
20
  export {};
@@ -30,4 +30,8 @@ class OrganizationsClass extends MongoCollectionClass {
30
30
  return 'DATABASE_URI';
31
31
  }
32
32
  }
33
+ /**
34
+ * @deprecated This class is deprecated and will be removed in the future.
35
+ * Use `@tmlmobilidade/go-interfaces-go-db` instead.
36
+ */
33
37
  export const organizations = asyncSingletonProxy(OrganizationsClass);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260710.2205.51",
3
+ "version": "20260710.2240.23",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"