@pushwoosh/rpc-v2-http-api-data 0.1.772 → 0.1.773

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.
@@ -54,7 +54,6 @@ export type GetAccountEntitiesOverviewResponse_EntitiesOverview_PresetsSummary =
54
54
  };
55
55
  export type GetAccountEntitiesOverviewResponse_EntitiesOverview_RichMediasSummary_RichMediaInfo = {
56
56
  name: string;
57
- isSystem: boolean;
58
57
  };
59
58
  export type GetAccountEntitiesOverviewResponse_EntitiesOverview_RichMediasSummary = {
60
59
  total: number;
@@ -115,7 +114,6 @@ export type GetAccountEntitiesOverviewResponse_EntitiesOverview = {
115
114
  export type GetAccountEntitiesOverviewResponse_TagsSummary_TagInfo = {
116
115
  name: string;
117
116
  type: string;
118
- system: boolean;
119
117
  };
120
118
  export type GetAccountEntitiesOverviewResponse_TagsSummary = {
121
119
  total: number;
package/data.js CHANGED
@@ -568,9 +568,6 @@ export const data = {
568
568
  "fields": {
569
569
  "name": {
570
570
  "type": "string"
571
- },
572
- "isSystem": {
573
- "type": "boolean"
574
571
  }
575
572
  }
576
573
  },
@@ -744,9 +741,6 @@ export const data = {
744
741
  },
745
742
  "type": {
746
743
  "type": "string"
747
- },
748
- "system": {
749
- "type": "boolean"
750
744
  }
751
745
  }
752
746
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.772",
3
+ "version": "0.1.773",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",