@pushwoosh/rpc-gateway-journey-data 0.26.320 → 0.26.322

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.
package/commonTypes.js CHANGED
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable */
2
+ /* Autogenerated code */
2
3
  export {};
package/data.js CHANGED
@@ -1,4 +1,5 @@
1
1
  /* eslint-disable */
2
+ /* Autogenerated code */
2
3
  export const data = {
3
4
  "pushwoosh.cj.journey.Journey": {
4
5
  "type": "S",
@@ -798,7 +799,7 @@ export const data = {
798
799
  "type": "number"
799
800
  },
800
801
  "avrCTR": {
801
- "type": "google.protobuf.DoubleValue"
802
+ "type": "number"
802
803
  }
803
804
  }
804
805
  },
package/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable */
2
+ /* Autogenerated code */
2
3
  export { data } from './data';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.320",
3
+ "version": "0.26.322",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1,4 +1,3 @@
1
- import { DoubleValue as google_protobuf_DoubleValue } from './google_protobuf';
2
1
  import { FilterExpression as pushwoosh_objects_filters_v1_FilterExpression } from './pushwoosh_objects_filters_v1';
3
2
  export interface Journey {
4
3
  GetJourneysList(request: GetJourneysListRequest): Promise<GetJourneysListResponse>;
@@ -270,7 +269,7 @@ export type JourneyStatsPayloadGet = {
270
269
  export type JourneySummaryStats = {
271
270
  in: number;
272
271
  goals: number;
273
- avrCTR: google_protobuf_DoubleValue;
272
+ avrCTR: number;
274
273
  };
275
274
  export type RenameRequest = {
276
275
  uuid?: string;
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable */
2
+ /* Autogenerated code */
2
3
  export {};
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable */
2
+ /* Autogenerated code */
2
3
  export {};
@@ -1,2 +1,3 @@
1
1
  /* eslint-disable */
2
+ /* Autogenerated code */
2
3
  export {};