valtech-components 4.0.994 → 4.0.995

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.
@@ -5,6 +5,9 @@ export interface RequestActor {
5
5
  name: string;
6
6
  email: string;
7
7
  phone?: string;
8
+ handle?: string;
9
+ avatarUrl?: string;
10
+ avatarThumbnail?: string;
8
11
  }
9
12
  export interface AppRequest {
10
13
  id: string;
@@ -63,6 +66,7 @@ export interface RequestTypeConfig {
63
66
  /** Bajada del enunciado (ej. encuestas). Label ya cubre el título. */
64
67
  subtitle?: string;
65
68
  entityRef?: EntityRef;
69
+ createdBy?: RequestActor;
66
70
  /**
67
71
  * true = cada envío se agrega, no se revisa uno por uno (ej. encuestas).
68
72
  * false/undefined (default) = comportamiento histórico: se revisa cada
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.994";
5
+ export declare const VERSION = "4.0.995";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.994",
3
+ "version": "4.0.995",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"