@pushwoosh/rpc-v2-http-api-data 0.1.484 → 0.1.485

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.
Files changed (3) hide show
  1. package/data.js +3 -0
  2. package/filters.d.ts +1 -0
  3. package/package.json +1 -1
package/data.js CHANGED
@@ -6759,6 +6759,9 @@ export const data = {
6759
6759
  },
6760
6760
  "hasRightAceModify": {
6761
6761
  "type": "boolean"
6762
+ },
6763
+ "updated": {
6764
+ "type": "Date"
6762
6765
  }
6763
6766
  },
6764
6767
  "oneofs": {
package/filters.d.ts CHANGED
@@ -55,6 +55,7 @@ export type Filter = {
55
55
  highspeedReady: boolean;
56
56
  highspeedSubscribersTotal: number;
57
57
  hasRightAceModify: boolean;
58
+ updated: Date;
58
59
  type: Filter_type;
59
60
  };
60
61
  export type ListFiltersResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.484",
3
+ "version": "0.1.485",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",