@wix/metro-common-builders 1.0.1751 → 1.0.1752

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.
@@ -42,13 +42,13 @@ declare namespace $requests {
42
42
  GA = "GA",
43
43
  NOT_IMPLEMENTED = "NOT_IMPLEMENTED",
44
44
  }
45
- export interface ISegment {
45
+ export interface ISegmentEnum {
46
46
  }
47
- export class Segment implements ISegment {
48
- constructor(data?: ISegment);
47
+ export class SegmentEnum implements ISegmentEnum {
48
+ constructor(data?: ISegmentEnum);
49
49
  static __$$generatedFromProtobuf$$__: Symbol;
50
50
  }
51
- export namespace Segment {
51
+ export namespace SegmentEnum {
52
52
  export enum Segment {
53
53
  UNSPECIFIED = "UNSPECIFIED",
54
54
  USERS = "USERS",
@@ -109,7 +109,7 @@ declare namespace $requests {
109
109
  exposure: $requests.wix.coreservices.businessschema.v1.Exposure;
110
110
  extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
111
111
  containsPii: boolean;
112
- segment: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
112
+ segment: $requests.wix.coreservices.businessschema.v1.SegmentEnum.Segment;
113
113
  domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IDomainEventsSettings;
114
114
  queryOptions?: $requests.wix.coreservices.businessschema.v1.IQueryOptions;
115
115
  taggable?: $requests.wix.coreservices.businessschema.v1.ITaggable;
@@ -138,7 +138,7 @@ declare namespace $requests {
138
138
  exposure: $requests.wix.coreservices.businessschema.v1.Exposure;
139
139
  extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
140
140
  containsPii: boolean;
141
- segment: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
141
+ segment: $requests.wix.coreservices.businessschema.v1.SegmentEnum.Segment;
142
142
  domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IDomainEventsSettings;
143
143
  queryOptions?: $requests.wix.coreservices.businessschema.v1.IQueryOptions;
144
144
  taggable?: $requests.wix.coreservices.businessschema.v1.ITaggable;
@@ -4116,13 +4116,13 @@ declare namespace $responses {
4116
4116
  GA = "GA",
4117
4117
  NOT_IMPLEMENTED = "NOT_IMPLEMENTED",
4118
4118
  }
4119
- export interface ISegment {
4119
+ export interface ISegmentEnum {
4120
4120
  }
4121
- export class Segment implements ISegment {
4122
- constructor(data?: ISegment);
4121
+ export class SegmentEnum implements ISegmentEnum {
4122
+ constructor(data?: ISegmentEnum);
4123
4123
  static __$$generatedFromProtobuf$$__: Symbol;
4124
4124
  }
4125
- export namespace Segment {
4125
+ export namespace SegmentEnum {
4126
4126
  export enum Segment {
4127
4127
  UNSPECIFIED = "UNSPECIFIED",
4128
4128
  USERS = "USERS",
@@ -4183,7 +4183,7 @@ declare namespace $responses {
4183
4183
  exposure?: $responses.wix.coreservices.businessschema.v1.Exposure;
4184
4184
  extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
4185
4185
  containsPii?: boolean;
4186
- segment?: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
4186
+ segment?: $responses.wix.coreservices.businessschema.v1.SegmentEnum.Segment;
4187
4187
  domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IDomainEventsSettings;
4188
4188
  queryOptions?: $responses.wix.coreservices.businessschema.v1.IQueryOptions;
4189
4189
  taggable?: $responses.wix.coreservices.businessschema.v1.ITaggable;
@@ -4212,7 +4212,7 @@ declare namespace $responses {
4212
4212
  exposure?: $responses.wix.coreservices.businessschema.v1.Exposure;
4213
4213
  extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
4214
4214
  containsPii?: boolean;
4215
- segment?: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
4215
+ segment?: $responses.wix.coreservices.businessschema.v1.SegmentEnum.Segment;
4216
4216
  domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IDomainEventsSettings;
4217
4217
  queryOptions?: $responses.wix.coreservices.businessschema.v1.IQueryOptions;
4218
4218
  taggable?: $responses.wix.coreservices.businessschema.v1.ITaggable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/metro-common-builders",
3
- "version": "1.0.1751",
3
+ "version": "1.0.1752",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Eli Ponyatovski",
@@ -33,7 +33,7 @@
33
33
  "*.{js,ts}": "yoshi lint"
34
34
  },
35
35
  "dependencies": {
36
- "@wix/metro-runtime": "^1.2106.0",
36
+ "@wix/metro-runtime": "^1.2107.0",
37
37
  "long": "^5.1.0"
38
38
  },
39
39
  "devDependencies": {
@@ -71,5 +71,5 @@
71
71
  "wallaby": {
72
72
  "autoDetect": true
73
73
  },
74
- "falconPackageHash": "f17d46a6bf9adcc49c4e49a7cbdb69753bacda20963bf0be3e8a873f"
74
+ "falconPackageHash": "5b8272721ef9255490ebeae0f6f4c59b5a9ba3ddbf1b744fca80bcc9"
75
75
  }