@tolinax/ayoune-interfaces 2024.37.0 → 2024.39.0

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.
@@ -1,4 +1,3 @@
1
- import { IDefaultFields } from "./IDefaultFields";
2
- export interface IConsumerDatabase extends IDefaultFields {
3
- shortID: string;
1
+ import { IConsumer } from "./IConsumer";
2
+ export interface IConsumerDatabase extends IConsumer {
4
3
  }
@@ -106,5 +106,10 @@ export interface IView extends IDefaultFields {
106
106
  ayoune_mail_link_id: string;
107
107
  forms: IForms[];
108
108
  rawforms: any[];
109
+ traffictype: string;
110
+ network: string;
111
+ mailclient: string;
112
+ searchengine: string;
113
+ site: string;
109
114
  }
110
115
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.37.0",
3
+ "version": "2024.39.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",