@remnawave/backend-contract 0.0.67 → 0.0.68

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ export declare const EVENTS: {
20
20
  CONNECTION_LOST: string;
21
21
  CONNECTION_RESTORED: string;
22
22
  RESTARTED: string;
23
+ TRAFFIC_NOTIFY: string;
23
24
  };
24
25
  };
25
26
  //# sourceMappingURL=events.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../constants/events/events.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;CAuBlB,CAAC"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../constants/events/events.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;CAwBlB,CAAC"}
@@ -23,5 +23,6 @@ exports.EVENTS = {
23
23
  CONNECTION_LOST: 'node.connection_lost',
24
24
  CONNECTION_RESTORED: 'node.connection_restored',
25
25
  RESTARTED: 'node.restarted',
26
+ TRAFFIC_NOTIFY: 'node.traffic_notify',
26
27
  },
27
28
  };
@@ -23,5 +23,6 @@ exports.EVENTS = {
23
23
  CONNECTION_LOST: 'node.connection_lost',
24
24
  CONNECTION_RESTORED: 'node.connection_restored',
25
25
  RESTARTED: 'node.restarted',
26
+ TRAFFIC_NOTIFY: 'node.traffic_notify',
26
27
  },
27
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "public": true,
5
5
  "description": "A contract library for Remnawave",
6
6
  "author": "REMNAWAVE <github.com/remnawave>",