@remnawave/backend-contract 0.3.73 → 0.3.74

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.
@@ -9,7 +9,6 @@ export declare const EVENTS: {
9
9
  readonly LIMITED: "user.limited";
10
10
  readonly EXPIRED: "user.expired";
11
11
  readonly TRAFFIC_RESET: "user.traffic_reset";
12
- readonly TRAFFIC_REACHED: "user.traffic_reached";
13
12
  readonly EXPIRE_NOTIFY: {
14
13
  readonly EXPIRES_IN_72_HOURS: "user.expires_in_72_hours";
15
14
  readonly EXPIRES_IN_48_HOURS: "user.expires_in_48_hours";
@@ -25,7 +24,6 @@ export declare const EVENTS: {
25
24
  readonly DELETED: "node.deleted";
26
25
  readonly CONNECTION_LOST: "node.connection_lost";
27
26
  readonly CONNECTION_RESTORED: "node.connection_restored";
28
- readonly RESTARTED: "node.restarted";
29
27
  readonly TRAFFIC_NOTIFY: "node.traffic_notify";
30
28
  };
31
29
  readonly CATCH_ALL_USER_EVENTS: "user.*";
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../constants/events/events.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCT,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC;AACzE,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../constants/events/events.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BT,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC;AACzE,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC"}
@@ -12,7 +12,6 @@ exports.EVENTS = {
12
12
  LIMITED: 'user.limited',
13
13
  EXPIRED: 'user.expired',
14
14
  TRAFFIC_RESET: 'user.traffic_reset',
15
- TRAFFIC_REACHED: 'user.traffic_reached',
16
15
  EXPIRE_NOTIFY: {
17
16
  EXPIRES_IN_72_HOURS: 'user.expires_in_72_hours',
18
17
  EXPIRES_IN_48_HOURS: 'user.expires_in_48_hours',
@@ -28,7 +27,6 @@ exports.EVENTS = {
28
27
  DELETED: 'node.deleted',
29
28
  CONNECTION_LOST: 'node.connection_lost',
30
29
  CONNECTION_RESTORED: 'node.connection_restored',
31
- RESTARTED: 'node.restarted',
32
30
  TRAFFIC_NOTIFY: 'node.traffic_notify',
33
31
  },
34
32
  CATCH_ALL_USER_EVENTS: 'user.*',
@@ -12,7 +12,6 @@ exports.EVENTS = {
12
12
  LIMITED: 'user.limited',
13
13
  EXPIRED: 'user.expired',
14
14
  TRAFFIC_RESET: 'user.traffic_reset',
15
- TRAFFIC_REACHED: 'user.traffic_reached',
16
15
  EXPIRE_NOTIFY: {
17
16
  EXPIRES_IN_72_HOURS: 'user.expires_in_72_hours',
18
17
  EXPIRES_IN_48_HOURS: 'user.expires_in_48_hours',
@@ -28,7 +27,6 @@ exports.EVENTS = {
28
27
  DELETED: 'node.deleted',
29
28
  CONNECTION_LOST: 'node.connection_lost',
30
29
  CONNECTION_RESTORED: 'node.connection_restored',
31
- RESTARTED: 'node.restarted',
32
30
  TRAFFIC_NOTIFY: 'node.traffic_notify',
33
31
  },
34
32
  CATCH_ALL_USER_EVENTS: 'user.*',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "0.3.73",
3
+ "version": "0.3.74",
4
4
  "public": true,
5
5
  "license": "AGPL-3.0-only",
6
6
  "description": "A contract library for Remnawave Backend. It can be used in backend and frontend.",