@wix/metro-common-builders 1.0.1357 → 1.0.1358
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 +4 -0
- package/dist/es/src/proto/index.d.ts +2 -0
- package/dist/es/src/proto/index.js +39 -1
- package/dist/es/src/proto/server/index.d.ts +4 -0
- package/dist/src/proto/client/index.d.ts +4 -0
- package/dist/src/proto/index.d.ts +2 -0
- package/dist/src/proto/index.js +39 -1
- package/dist/src/proto/server/index.d.ts +4 -0
- package/package.json +3 -3
|
@@ -3010,6 +3010,7 @@ declare namespace $requests {
|
|
|
3010
3010
|
mapEntry?: boolean;
|
|
3011
3011
|
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
3012
3012
|
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
3013
|
+
'.wix.api.domainEvent'?: $requests.wix.api.IDomainEvent[];
|
|
3013
3014
|
'.wix.api.decompositeOf'?: string;
|
|
3014
3015
|
'.wix.api.decompositionMinimumFields'?: $requests.wix.api.IFieldSet[];
|
|
3015
3016
|
'.wix.api.unwrapArrayValue'?: boolean;
|
|
@@ -3025,6 +3026,7 @@ declare namespace $requests {
|
|
|
3025
3026
|
mapEntry?: boolean;
|
|
3026
3027
|
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
3027
3028
|
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
3029
|
+
'.wix.api.domainEvent'?: $requests.wix.api.IDomainEvent[];
|
|
3028
3030
|
'.wix.api.decompositeOf'?: string;
|
|
3029
3031
|
'.wix.api.decompositionMinimumFields'?: $requests.wix.api.IFieldSet[];
|
|
3030
3032
|
'.wix.api.unwrapArrayValue'?: boolean;
|
|
@@ -6352,6 +6354,7 @@ declare namespace $responses {
|
|
|
6352
6354
|
mapEntry: boolean;
|
|
6353
6355
|
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
6354
6356
|
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
6357
|
+
'.wix.api.domainEvent': $responses.wix.api.IDomainEvent[];
|
|
6355
6358
|
'.wix.api.decompositeOf': string;
|
|
6356
6359
|
'.wix.api.decompositionMinimumFields': $responses.wix.api.IFieldSet[];
|
|
6357
6360
|
'.wix.api.unwrapArrayValue': boolean;
|
|
@@ -6367,6 +6370,7 @@ declare namespace $responses {
|
|
|
6367
6370
|
mapEntry: boolean;
|
|
6368
6371
|
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
6369
6372
|
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
6373
|
+
'.wix.api.domainEvent': $responses.wix.api.IDomainEvent[];
|
|
6370
6374
|
'.wix.api.decompositeOf': string;
|
|
6371
6375
|
'.wix.api.decompositionMinimumFields': $responses.wix.api.IFieldSet[];
|
|
6372
6376
|
'.wix.api.unwrapArrayValue': boolean;
|
|
@@ -3025,6 +3025,7 @@ declare namespace $wrapper {
|
|
|
3025
3025
|
mapEntry?: (boolean | null);
|
|
3026
3026
|
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
3027
3027
|
'.wix.api.entity'?: ($wrapper.wix.api.IEntity | null);
|
|
3028
|
+
'.wix.api.domainEvent'?: ($wrapper.wix.api.IDomainEvent[] | null);
|
|
3028
3029
|
'.wix.api.decompositeOf'?: (string | null);
|
|
3029
3030
|
'.wix.api.decompositionMinimumFields'?: ($wrapper.wix.api.IFieldSet[] | null);
|
|
3030
3031
|
'.wix.api.unwrapArrayValue'?: (boolean | null);
|
|
@@ -3040,6 +3041,7 @@ declare namespace $wrapper {
|
|
|
3040
3041
|
mapEntry?: (boolean | null);
|
|
3041
3042
|
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
3042
3043
|
'.wix.api.entity'?: ($wrapper.wix.api.IEntity | null);
|
|
3044
|
+
'.wix.api.domainEvent'?: ($wrapper.wix.api.IDomainEvent[] | null);
|
|
3043
3045
|
'.wix.api.decompositeOf'?: (string | null);
|
|
3044
3046
|
'.wix.api.decompositionMinimumFields'?: ($wrapper.wix.api.IFieldSet[] | null);
|
|
3045
3047
|
'.wix.api.unwrapArrayValue'?: (boolean | null);
|
|
@@ -10,7 +10,7 @@ $root.__options = {
|
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
12
|
'generatorVersion': '2.0.1151',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': '8c484da18ad19ed6e6dd5d224c962259cbdcbce4'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -3082,6 +3082,15 @@ $root.__lookup = function (pbjs) {
|
|
|
3082
3082
|
'comment': null,
|
|
3083
3083
|
'parsedOptions': null
|
|
3084
3084
|
},
|
|
3085
|
+
'domainEvent': {
|
|
3086
|
+
'rule': 'repeated',
|
|
3087
|
+
'type': 'DomainEvent',
|
|
3088
|
+
'id': 50501,
|
|
3089
|
+
'extend': 'google.protobuf.MessageOptions',
|
|
3090
|
+
'options': {},
|
|
3091
|
+
'comment': null,
|
|
3092
|
+
'parsedOptions': null
|
|
3093
|
+
},
|
|
3085
3094
|
'Entity': {
|
|
3086
3095
|
'fields': {
|
|
3087
3096
|
'fqdn': {
|
|
@@ -50076,6 +50085,7 @@ $root.google = (function () {
|
|
|
50076
50085
|
this.mapEntry = props && props.mapEntry;
|
|
50077
50086
|
this.uninterpretedOption = props && props.uninterpretedOption;
|
|
50078
50087
|
this['wix.api.entity'] = props && props['wix.api.entity'];
|
|
50088
|
+
this['wix.api.domainEvent'] = props && props['wix.api.domainEvent'];
|
|
50079
50089
|
this['wix.api.decompositeOf'] = props && props['wix.api.decompositeOf'];
|
|
50080
50090
|
this['wix.api.decompositionMinimumFields'] = props && props['wix.api.decompositionMinimumFields'];
|
|
50081
50091
|
this['wix.api.unwrapArrayValue'] = props && props['wix.api.unwrapArrayValue'];
|
|
@@ -50120,6 +50130,13 @@ $root.google = (function () {
|
|
|
50120
50130
|
} else if (withDefaults) {
|
|
50121
50131
|
delete json['wix.api.entity'];
|
|
50122
50132
|
}
|
|
50133
|
+
if (obj['wix.api.domainEvent'] != null) {
|
|
50134
|
+
json['wix.api.domainEvent'] = obj['wix.api.domainEvent'].map(e => {
|
|
50135
|
+
return $root.wix.api.DomainEvent.toJSON(e, helper, withDefaults);
|
|
50136
|
+
});
|
|
50137
|
+
} else if (withDefaults) {
|
|
50138
|
+
json['wix.api.domainEvent'] = [];
|
|
50139
|
+
}
|
|
50123
50140
|
if (obj['wix.api.decompositeOf'] != null) {
|
|
50124
50141
|
json['wix.api.decompositeOf'] = obj['wix.api.decompositeOf'];
|
|
50125
50142
|
} else if (withDefaults) {
|
|
@@ -50204,6 +50221,15 @@ $root.google = (function () {
|
|
|
50204
50221
|
} else {
|
|
50205
50222
|
delete result['wix.api.entity'];
|
|
50206
50223
|
}
|
|
50224
|
+
if (json['wix.api.domainEvent'] != null) {
|
|
50225
|
+
result['wix.api.domainEvent'] = Array.isArray(json['wix.api.domainEvent']) ? json['wix.api.domainEvent'].map(e => {
|
|
50226
|
+
return $root.wix.api.DomainEvent.fromJSON(e, helper);
|
|
50227
|
+
}) : json['wix.api.domainEvent'];
|
|
50228
|
+
} else if (withDefaults !== false) {
|
|
50229
|
+
result['wix.api.domainEvent'] = [];
|
|
50230
|
+
} else {
|
|
50231
|
+
delete result['wix.api.domainEvent'];
|
|
50232
|
+
}
|
|
50207
50233
|
if (json['wix.api.decompositeOf'] != null) {
|
|
50208
50234
|
result['wix.api.decompositeOf'] = json['wix.api.decompositeOf'];
|
|
50209
50235
|
} else if (withDefaults !== false) {
|
|
@@ -50279,6 +50305,11 @@ $root.google = (function () {
|
|
|
50279
50305
|
if (obj['wix.api.entity'] != null) {
|
|
50280
50306
|
grpc['wix.api.entity'] = $root.wix.api.Entity.toGRPC(obj['wix.api.entity'], helper);
|
|
50281
50307
|
}
|
|
50308
|
+
if (obj['wix.api.domainEvent'] != null) {
|
|
50309
|
+
grpc['wix.api.domainEvent'] = obj['wix.api.domainEvent'].map(e => {
|
|
50310
|
+
return $root.wix.api.DomainEvent.toGRPC(e, helper);
|
|
50311
|
+
});
|
|
50312
|
+
}
|
|
50282
50313
|
if (obj['wix.api.decompositeOf'] != null) {
|
|
50283
50314
|
grpc['wix.api.decompositeOf'] = obj['wix.api.decompositeOf'];
|
|
50284
50315
|
}
|
|
@@ -50341,6 +50372,13 @@ $root.google = (function () {
|
|
|
50341
50372
|
} else {
|
|
50342
50373
|
delete result['wix.api.entity'];
|
|
50343
50374
|
}
|
|
50375
|
+
if (grpc['wix.api.domainEvent'] != null) {
|
|
50376
|
+
result['wix.api.domainEvent'] = grpc['wix.api.domainEvent'].map(e => {
|
|
50377
|
+
return $root.wix.api.DomainEvent.fromGRPC(e, helper);
|
|
50378
|
+
});
|
|
50379
|
+
} else {
|
|
50380
|
+
result['wix.api.domainEvent'] = [];
|
|
50381
|
+
}
|
|
50344
50382
|
if (grpc['wix.api.decompositeOf'] != null) {
|
|
50345
50383
|
result['wix.api.decompositeOf'] = grpc['wix.api.decompositeOf'];
|
|
50346
50384
|
} else {
|
|
@@ -3010,6 +3010,7 @@ declare namespace $requests {
|
|
|
3010
3010
|
mapEntry: boolean;
|
|
3011
3011
|
uninterpretedOption: $requests.google.protobuf.IUninterpretedOption[];
|
|
3012
3012
|
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
3013
|
+
'.wix.api.domainEvent': $requests.wix.api.IDomainEvent[];
|
|
3013
3014
|
'.wix.api.decompositeOf': string;
|
|
3014
3015
|
'.wix.api.decompositionMinimumFields': $requests.wix.api.IFieldSet[];
|
|
3015
3016
|
'.wix.api.unwrapArrayValue': boolean;
|
|
@@ -3025,6 +3026,7 @@ declare namespace $requests {
|
|
|
3025
3026
|
mapEntry: boolean;
|
|
3026
3027
|
uninterpretedOption: $requests.google.protobuf.IUninterpretedOption[];
|
|
3027
3028
|
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
3029
|
+
'.wix.api.domainEvent': $requests.wix.api.IDomainEvent[];
|
|
3028
3030
|
'.wix.api.decompositeOf': string;
|
|
3029
3031
|
'.wix.api.decompositionMinimumFields': $requests.wix.api.IFieldSet[];
|
|
3030
3032
|
'.wix.api.unwrapArrayValue': boolean;
|
|
@@ -6352,6 +6354,7 @@ declare namespace $responses {
|
|
|
6352
6354
|
mapEntry?: boolean;
|
|
6353
6355
|
uninterpretedOption?: $responses.google.protobuf.IUninterpretedOption[];
|
|
6354
6356
|
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
6357
|
+
'.wix.api.domainEvent'?: $responses.wix.api.IDomainEvent[];
|
|
6355
6358
|
'.wix.api.decompositeOf'?: string;
|
|
6356
6359
|
'.wix.api.decompositionMinimumFields'?: $responses.wix.api.IFieldSet[];
|
|
6357
6360
|
'.wix.api.unwrapArrayValue'?: boolean;
|
|
@@ -6367,6 +6370,7 @@ declare namespace $responses {
|
|
|
6367
6370
|
mapEntry?: boolean;
|
|
6368
6371
|
uninterpretedOption?: $responses.google.protobuf.IUninterpretedOption[];
|
|
6369
6372
|
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
6373
|
+
'.wix.api.domainEvent'?: $responses.wix.api.IDomainEvent[];
|
|
6370
6374
|
'.wix.api.decompositeOf'?: string;
|
|
6371
6375
|
'.wix.api.decompositionMinimumFields'?: $responses.wix.api.IFieldSet[];
|
|
6372
6376
|
'.wix.api.unwrapArrayValue'?: boolean;
|
|
@@ -3010,6 +3010,7 @@ declare namespace $requests {
|
|
|
3010
3010
|
mapEntry?: boolean;
|
|
3011
3011
|
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
3012
3012
|
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
3013
|
+
'.wix.api.domainEvent'?: $requests.wix.api.IDomainEvent[];
|
|
3013
3014
|
'.wix.api.decompositeOf'?: string;
|
|
3014
3015
|
'.wix.api.decompositionMinimumFields'?: $requests.wix.api.IFieldSet[];
|
|
3015
3016
|
'.wix.api.unwrapArrayValue'?: boolean;
|
|
@@ -3025,6 +3026,7 @@ declare namespace $requests {
|
|
|
3025
3026
|
mapEntry?: boolean;
|
|
3026
3027
|
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
3027
3028
|
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
3029
|
+
'.wix.api.domainEvent'?: $requests.wix.api.IDomainEvent[];
|
|
3028
3030
|
'.wix.api.decompositeOf'?: string;
|
|
3029
3031
|
'.wix.api.decompositionMinimumFields'?: $requests.wix.api.IFieldSet[];
|
|
3030
3032
|
'.wix.api.unwrapArrayValue'?: boolean;
|
|
@@ -6352,6 +6354,7 @@ declare namespace $responses {
|
|
|
6352
6354
|
mapEntry: boolean;
|
|
6353
6355
|
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
6354
6356
|
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
6357
|
+
'.wix.api.domainEvent': $responses.wix.api.IDomainEvent[];
|
|
6355
6358
|
'.wix.api.decompositeOf': string;
|
|
6356
6359
|
'.wix.api.decompositionMinimumFields': $responses.wix.api.IFieldSet[];
|
|
6357
6360
|
'.wix.api.unwrapArrayValue': boolean;
|
|
@@ -6367,6 +6370,7 @@ declare namespace $responses {
|
|
|
6367
6370
|
mapEntry: boolean;
|
|
6368
6371
|
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
6369
6372
|
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
6373
|
+
'.wix.api.domainEvent': $responses.wix.api.IDomainEvent[];
|
|
6370
6374
|
'.wix.api.decompositeOf': string;
|
|
6371
6375
|
'.wix.api.decompositionMinimumFields': $responses.wix.api.IFieldSet[];
|
|
6372
6376
|
'.wix.api.unwrapArrayValue': boolean;
|
|
@@ -3025,6 +3025,7 @@ declare namespace $wrapper {
|
|
|
3025
3025
|
mapEntry?: (boolean | null);
|
|
3026
3026
|
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
3027
3027
|
'.wix.api.entity'?: ($wrapper.wix.api.IEntity | null);
|
|
3028
|
+
'.wix.api.domainEvent'?: ($wrapper.wix.api.IDomainEvent[] | null);
|
|
3028
3029
|
'.wix.api.decompositeOf'?: (string | null);
|
|
3029
3030
|
'.wix.api.decompositionMinimumFields'?: ($wrapper.wix.api.IFieldSet[] | null);
|
|
3030
3031
|
'.wix.api.unwrapArrayValue'?: (boolean | null);
|
|
@@ -3040,6 +3041,7 @@ declare namespace $wrapper {
|
|
|
3040
3041
|
mapEntry?: (boolean | null);
|
|
3041
3042
|
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
3042
3043
|
'.wix.api.entity'?: ($wrapper.wix.api.IEntity | null);
|
|
3044
|
+
'.wix.api.domainEvent'?: ($wrapper.wix.api.IDomainEvent[] | null);
|
|
3043
3045
|
'.wix.api.decompositeOf'?: (string | null);
|
|
3044
3046
|
'.wix.api.decompositionMinimumFields'?: ($wrapper.wix.api.IFieldSet[] | null);
|
|
3045
3047
|
'.wix.api.unwrapArrayValue'?: (boolean | null);
|
package/dist/src/proto/index.js
CHANGED
|
@@ -10,7 +10,7 @@ $root.__options = {
|
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
12
|
'generatorVersion': '2.0.1151',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': '8c484da18ad19ed6e6dd5d224c962259cbdcbce4'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -3082,6 +3082,15 @@ $root.__lookup = function (pbjs) {
|
|
|
3082
3082
|
'comment': null,
|
|
3083
3083
|
'parsedOptions': null
|
|
3084
3084
|
},
|
|
3085
|
+
'domainEvent': {
|
|
3086
|
+
'rule': 'repeated',
|
|
3087
|
+
'type': 'DomainEvent',
|
|
3088
|
+
'id': 50501,
|
|
3089
|
+
'extend': 'google.protobuf.MessageOptions',
|
|
3090
|
+
'options': {},
|
|
3091
|
+
'comment': null,
|
|
3092
|
+
'parsedOptions': null
|
|
3093
|
+
},
|
|
3085
3094
|
'Entity': {
|
|
3086
3095
|
'fields': {
|
|
3087
3096
|
'fqdn': {
|
|
@@ -50076,6 +50085,7 @@ $root.google = (function () {
|
|
|
50076
50085
|
this.mapEntry = props && props.mapEntry;
|
|
50077
50086
|
this.uninterpretedOption = props && props.uninterpretedOption;
|
|
50078
50087
|
this['wix.api.entity'] = props && props['wix.api.entity'];
|
|
50088
|
+
this['wix.api.domainEvent'] = props && props['wix.api.domainEvent'];
|
|
50079
50089
|
this['wix.api.decompositeOf'] = props && props['wix.api.decompositeOf'];
|
|
50080
50090
|
this['wix.api.decompositionMinimumFields'] = props && props['wix.api.decompositionMinimumFields'];
|
|
50081
50091
|
this['wix.api.unwrapArrayValue'] = props && props['wix.api.unwrapArrayValue'];
|
|
@@ -50120,6 +50130,13 @@ $root.google = (function () {
|
|
|
50120
50130
|
} else if (withDefaults) {
|
|
50121
50131
|
delete json['wix.api.entity'];
|
|
50122
50132
|
}
|
|
50133
|
+
if (obj['wix.api.domainEvent'] != null) {
|
|
50134
|
+
json['wix.api.domainEvent'] = obj['wix.api.domainEvent'].map(e => {
|
|
50135
|
+
return $root.wix.api.DomainEvent.toJSON(e, helper, withDefaults);
|
|
50136
|
+
});
|
|
50137
|
+
} else if (withDefaults) {
|
|
50138
|
+
json['wix.api.domainEvent'] = [];
|
|
50139
|
+
}
|
|
50123
50140
|
if (obj['wix.api.decompositeOf'] != null) {
|
|
50124
50141
|
json['wix.api.decompositeOf'] = obj['wix.api.decompositeOf'];
|
|
50125
50142
|
} else if (withDefaults) {
|
|
@@ -50204,6 +50221,15 @@ $root.google = (function () {
|
|
|
50204
50221
|
} else {
|
|
50205
50222
|
delete result['wix.api.entity'];
|
|
50206
50223
|
}
|
|
50224
|
+
if (json['wix.api.domainEvent'] != null) {
|
|
50225
|
+
result['wix.api.domainEvent'] = Array.isArray(json['wix.api.domainEvent']) ? json['wix.api.domainEvent'].map(e => {
|
|
50226
|
+
return $root.wix.api.DomainEvent.fromJSON(e, helper);
|
|
50227
|
+
}) : json['wix.api.domainEvent'];
|
|
50228
|
+
} else if (withDefaults !== false) {
|
|
50229
|
+
result['wix.api.domainEvent'] = [];
|
|
50230
|
+
} else {
|
|
50231
|
+
delete result['wix.api.domainEvent'];
|
|
50232
|
+
}
|
|
50207
50233
|
if (json['wix.api.decompositeOf'] != null) {
|
|
50208
50234
|
result['wix.api.decompositeOf'] = json['wix.api.decompositeOf'];
|
|
50209
50235
|
} else if (withDefaults !== false) {
|
|
@@ -50279,6 +50305,11 @@ $root.google = (function () {
|
|
|
50279
50305
|
if (obj['wix.api.entity'] != null) {
|
|
50280
50306
|
grpc['wix.api.entity'] = $root.wix.api.Entity.toGRPC(obj['wix.api.entity'], helper);
|
|
50281
50307
|
}
|
|
50308
|
+
if (obj['wix.api.domainEvent'] != null) {
|
|
50309
|
+
grpc['wix.api.domainEvent'] = obj['wix.api.domainEvent'].map(e => {
|
|
50310
|
+
return $root.wix.api.DomainEvent.toGRPC(e, helper);
|
|
50311
|
+
});
|
|
50312
|
+
}
|
|
50282
50313
|
if (obj['wix.api.decompositeOf'] != null) {
|
|
50283
50314
|
grpc['wix.api.decompositeOf'] = obj['wix.api.decompositeOf'];
|
|
50284
50315
|
}
|
|
@@ -50341,6 +50372,13 @@ $root.google = (function () {
|
|
|
50341
50372
|
} else {
|
|
50342
50373
|
delete result['wix.api.entity'];
|
|
50343
50374
|
}
|
|
50375
|
+
if (grpc['wix.api.domainEvent'] != null) {
|
|
50376
|
+
result['wix.api.domainEvent'] = grpc['wix.api.domainEvent'].map(e => {
|
|
50377
|
+
return $root.wix.api.DomainEvent.fromGRPC(e, helper);
|
|
50378
|
+
});
|
|
50379
|
+
} else {
|
|
50380
|
+
result['wix.api.domainEvent'] = [];
|
|
50381
|
+
}
|
|
50344
50382
|
if (grpc['wix.api.decompositeOf'] != null) {
|
|
50345
50383
|
result['wix.api.decompositeOf'] = grpc['wix.api.decompositeOf'];
|
|
50346
50384
|
} else {
|
|
@@ -3010,6 +3010,7 @@ declare namespace $requests {
|
|
|
3010
3010
|
mapEntry: boolean;
|
|
3011
3011
|
uninterpretedOption: $requests.google.protobuf.IUninterpretedOption[];
|
|
3012
3012
|
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
3013
|
+
'.wix.api.domainEvent': $requests.wix.api.IDomainEvent[];
|
|
3013
3014
|
'.wix.api.decompositeOf': string;
|
|
3014
3015
|
'.wix.api.decompositionMinimumFields': $requests.wix.api.IFieldSet[];
|
|
3015
3016
|
'.wix.api.unwrapArrayValue': boolean;
|
|
@@ -3025,6 +3026,7 @@ declare namespace $requests {
|
|
|
3025
3026
|
mapEntry: boolean;
|
|
3026
3027
|
uninterpretedOption: $requests.google.protobuf.IUninterpretedOption[];
|
|
3027
3028
|
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
3029
|
+
'.wix.api.domainEvent': $requests.wix.api.IDomainEvent[];
|
|
3028
3030
|
'.wix.api.decompositeOf': string;
|
|
3029
3031
|
'.wix.api.decompositionMinimumFields': $requests.wix.api.IFieldSet[];
|
|
3030
3032
|
'.wix.api.unwrapArrayValue': boolean;
|
|
@@ -6352,6 +6354,7 @@ declare namespace $responses {
|
|
|
6352
6354
|
mapEntry?: boolean;
|
|
6353
6355
|
uninterpretedOption?: $responses.google.protobuf.IUninterpretedOption[];
|
|
6354
6356
|
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
6357
|
+
'.wix.api.domainEvent'?: $responses.wix.api.IDomainEvent[];
|
|
6355
6358
|
'.wix.api.decompositeOf'?: string;
|
|
6356
6359
|
'.wix.api.decompositionMinimumFields'?: $responses.wix.api.IFieldSet[];
|
|
6357
6360
|
'.wix.api.unwrapArrayValue'?: boolean;
|
|
@@ -6367,6 +6370,7 @@ declare namespace $responses {
|
|
|
6367
6370
|
mapEntry?: boolean;
|
|
6368
6371
|
uninterpretedOption?: $responses.google.protobuf.IUninterpretedOption[];
|
|
6369
6372
|
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
6373
|
+
'.wix.api.domainEvent'?: $responses.wix.api.IDomainEvent[];
|
|
6370
6374
|
'.wix.api.decompositeOf'?: string;
|
|
6371
6375
|
'.wix.api.decompositionMinimumFields'?: $responses.wix.api.IFieldSet[];
|
|
6372
6376
|
'.wix.api.unwrapArrayValue'?: boolean;
|
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.1358",
|
|
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.1714.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": "e84938297a49a4c86c2f93faafb08fd739dcd949d064c81eb66a85d7"
|
|
75
75
|
}
|