@wix/metro-common-builders 1.0.1750 → 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.
- package/dist/es/src/proto/client/index.d.ts +12 -12
- package/dist/es/src/proto/index.d.ts +6 -6
- package/dist/es/src/proto/index.js +1 -1
- package/dist/es/src/proto/server/index.d.ts +12 -12
- package/dist/src/proto/client/index.d.ts +12 -12
- package/dist/src/proto/index.d.ts +6 -6
- package/dist/src/proto/index.js +1 -1
- package/dist/src/proto/server/index.d.ts +12 -12
- package/package.json +3 -3
|
@@ -42,13 +42,13 @@ declare namespace $requests {
|
|
|
42
42
|
GA = "GA",
|
|
43
43
|
NOT_IMPLEMENTED = "NOT_IMPLEMENTED",
|
|
44
44
|
}
|
|
45
|
-
export interface
|
|
45
|
+
export interface ISegmentEnum {
|
|
46
46
|
}
|
|
47
|
-
export class
|
|
48
|
-
constructor(data?:
|
|
47
|
+
export class SegmentEnum implements ISegmentEnum {
|
|
48
|
+
constructor(data?: ISegmentEnum);
|
|
49
49
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
50
50
|
}
|
|
51
|
-
export namespace
|
|
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.
|
|
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.
|
|
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
|
|
4119
|
+
export interface ISegmentEnum {
|
|
4120
4120
|
}
|
|
4121
|
-
export class
|
|
4122
|
-
constructor(data?:
|
|
4121
|
+
export class SegmentEnum implements ISegmentEnum {
|
|
4122
|
+
constructor(data?: ISegmentEnum);
|
|
4123
4123
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4124
4124
|
}
|
|
4125
|
-
export namespace
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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": "
|
|
74
|
+
"falconPackageHash": "5b8272721ef9255490ebeae0f6f4c59b5a9ba3ddbf1b744fca80bcc9"
|
|
75
75
|
}
|