@provoly/hypervisor 0.0.68 → 0.0.70

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/hypervisor",
3
- "version": "0.0.68",
3
+ "version": "0.0.70",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "16.x || 17.x",
6
6
  "@angular/common": "16.x || 17.x",
@@ -132,11 +132,13 @@ export declare const enTranslations: {
132
132
  delete: string;
133
133
  update: string;
134
134
  done: string;
135
- CALL: string;
135
+ PHONE: string;
136
136
  SMS: string;
137
137
  OTHER: string;
138
138
  SERVICE: string;
139
139
  EMAIL: string;
140
+ to: string;
141
+ at: string;
140
142
  };
141
143
  };
142
144
  associationModal: {
@@ -134,6 +134,7 @@ export declare const frTranslations: {
134
134
  delete: string;
135
135
  update: string;
136
136
  done: string;
137
+ PHONE: string;
137
138
  SMS: string;
138
139
  OTHER: string;
139
140
  SERVICE: string;
@@ -1,7 +1,7 @@
1
1
  import { HypAction } from './hyp-action.interface';
2
2
  export interface HypProcedureModel {
3
3
  id: number;
4
- title: string;
4
+ name: string;
5
5
  description: string;
6
6
  creationDate: string;
7
7
  lastModificationDate: string;