mblabs-roccato-backend-commons 1.0.77 → 1.0.79

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.
@@ -3,6 +3,7 @@ declare const CONTEXT: {
3
3
  TRACE: string;
4
4
  SESSION: string;
5
5
  TENANT: string;
6
+ MODULE: string;
6
7
  };
7
8
  };
8
9
  export default CONTEXT;
@@ -4,6 +4,7 @@ const KEYS = {
4
4
  TRACE: 'trace',
5
5
  SESSION: 'session',
6
6
  TENANT: 'tenant',
7
+ MODULE: 'module',
7
8
  };
8
9
  const CONTEXT = {
9
10
  KEYS,
@@ -113,7 +113,6 @@ class CreateAccountsTable1748448589934 {
113
113
  'chainLinkId',
114
114
  'name',
115
115
  'email',
116
- 'cellphone',
117
116
  'personalDocument',
118
117
  'businessDocument',
119
118
  'profileId',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mblabs-roccato-backend-commons",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -2,6 +2,7 @@ const KEYS = {
2
2
  TRACE: 'trace',
3
3
  SESSION: 'session',
4
4
  TENANT: 'tenant',
5
+ MODULE: 'module',
5
6
  };
6
7
 
7
8
  const CONTEXT = {
@@ -112,7 +112,6 @@ export class CreateAccountsTable1748448589934 implements MigrationInterface {
112
112
  'chainLinkId',
113
113
  'name',
114
114
  'email',
115
- 'cellphone',
116
115
  'personalDocument',
117
116
  'businessDocument',
118
117
  'profileId',