@wix/metro-common-builders 1.0.1379 → 1.0.1381
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 +0 -20
- package/dist/es/src/proto/index.d.ts +0 -10
- package/dist/es/src/proto/index.js +1 -120
- package/dist/es/src/proto/server/index.d.ts +0 -20
- package/dist/src/proto/client/index.d.ts +0 -20
- package/dist/src/proto/index.d.ts +0 -10
- package/dist/src/proto/index.js +1 -120
- package/dist/src/proto/server/index.d.ts +0 -20
- package/package.json +4 -4
|
@@ -108,7 +108,6 @@ declare namespace $requests {
|
|
|
108
108
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
109
109
|
containsPii?: boolean;
|
|
110
110
|
segment?: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
111
|
-
domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
112
111
|
}
|
|
113
112
|
export class EntityInfo implements IEntityInfo {
|
|
114
113
|
constructor(data?: IEntityInfo);
|
|
@@ -135,15 +134,6 @@ declare namespace $requests {
|
|
|
135
134
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
136
135
|
containsPii?: boolean;
|
|
137
136
|
segment?: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
138
|
-
domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
139
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
140
|
-
}
|
|
141
|
-
export interface IdomainEventsSettings {
|
|
142
|
-
deletedIncludeEntity?: boolean;
|
|
143
|
-
}
|
|
144
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
145
|
-
constructor(data?: IdomainEventsSettings);
|
|
146
|
-
deletedIncludeEntity?: boolean;
|
|
147
137
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
148
138
|
}
|
|
149
139
|
export interface IExtensible {
|
|
@@ -3462,7 +3452,6 @@ declare namespace $responses {
|
|
|
3462
3452
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3463
3453
|
containsPii: boolean;
|
|
3464
3454
|
segment: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3465
|
-
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3466
3455
|
}
|
|
3467
3456
|
export class EntityInfo implements IEntityInfo {
|
|
3468
3457
|
constructor(data?: IEntityInfo);
|
|
@@ -3489,15 +3478,6 @@ declare namespace $responses {
|
|
|
3489
3478
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3490
3479
|
containsPii: boolean;
|
|
3491
3480
|
segment: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3492
|
-
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3493
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3494
|
-
}
|
|
3495
|
-
export interface IdomainEventsSettings {
|
|
3496
|
-
deletedIncludeEntity?: boolean;
|
|
3497
|
-
}
|
|
3498
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
3499
|
-
constructor(data?: IdomainEventsSettings);
|
|
3500
|
-
deletedIncludeEntity?: boolean;
|
|
3501
3481
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3502
3482
|
}
|
|
3503
3483
|
export interface IExtensible {
|
|
@@ -108,7 +108,6 @@ declare namespace $wrapper {
|
|
|
108
108
|
extensible?: ($wrapper.wix.coreservices.businessschema.v1.IExtensible | null);
|
|
109
109
|
containsPii?: (boolean | null);
|
|
110
110
|
segment?: ($wrapper.wix.coreservices.businessschema.v1.Segment.Segment | null);
|
|
111
|
-
domainEventsSettings?: ($wrapper.wix.coreservices.businessschema.v1.IdomainEventsSettings | null);
|
|
112
111
|
}
|
|
113
112
|
export class EntityInfo implements IEntityInfo {
|
|
114
113
|
constructor(data?: IEntityInfo);
|
|
@@ -135,15 +134,6 @@ declare namespace $wrapper {
|
|
|
135
134
|
extensible?: ($wrapper.wix.coreservices.businessschema.v1.IExtensible | null);
|
|
136
135
|
containsPii?: (boolean | null);
|
|
137
136
|
segment?: ($wrapper.wix.coreservices.businessschema.v1.Segment.Segment | null);
|
|
138
|
-
domainEventsSettings?: ($wrapper.wix.coreservices.businessschema.v1.IdomainEventsSettings | null);
|
|
139
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
140
|
-
}
|
|
141
|
-
export interface IdomainEventsSettings {
|
|
142
|
-
deletedIncludeEntity?: (boolean | null);
|
|
143
|
-
}
|
|
144
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
145
|
-
constructor(data?: IdomainEventsSettings);
|
|
146
|
-
deletedIncludeEntity?: (boolean | null);
|
|
147
137
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
148
138
|
}
|
|
149
139
|
export interface IExtensible {
|
|
@@ -10,7 +10,7 @@ $root.__options = {
|
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
12
|
'generatorVersion': '2.0.1154',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': '8c484da18ad19ed6e6dd5d224c962259cbdcbce4'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -342,23 +342,6 @@ $root.__lookup = function (pbjs) {
|
|
|
342
342
|
'id': 23,
|
|
343
343
|
'comment': null,
|
|
344
344
|
'parsedOptions': null
|
|
345
|
-
},
|
|
346
|
-
'domainEventsSettings': {
|
|
347
|
-
'type': 'domainEventsSettings',
|
|
348
|
-
'id': 24,
|
|
349
|
-
'comment': null,
|
|
350
|
-
'parsedOptions': null
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
'comment': null
|
|
354
|
-
},
|
|
355
|
-
'domainEventsSettings': {
|
|
356
|
-
'fields': {
|
|
357
|
-
'deletedIncludeEntity': {
|
|
358
|
-
'type': 'google.protobuf.BoolValue',
|
|
359
|
-
'id': 1,
|
|
360
|
-
'comment': null,
|
|
361
|
-
'parsedOptions': null
|
|
362
345
|
}
|
|
363
346
|
},
|
|
364
347
|
'comment': null
|
|
@@ -9177,7 +9160,6 @@ $root.wix = (function () {
|
|
|
9177
9160
|
this.extensible = props && props.extensible;
|
|
9178
9161
|
this.containsPii = props && props.containsPii;
|
|
9179
9162
|
this.segment = props && props.segment;
|
|
9180
|
-
this.domainEventsSettings = props && props.domainEventsSettings;
|
|
9181
9163
|
}
|
|
9182
9164
|
static toJSON(obj, helper, withDefaults) {
|
|
9183
9165
|
if (obj == null) {
|
|
@@ -9309,11 +9291,6 @@ $root.wix = (function () {
|
|
|
9309
9291
|
} else if (withDefaults) {
|
|
9310
9292
|
json['segment'] = 'UNSPECIFIED';
|
|
9311
9293
|
}
|
|
9312
|
-
if (obj['domainEventsSettings'] != null) {
|
|
9313
|
-
json['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.toJSON(obj['domainEventsSettings'], helper, withDefaults);
|
|
9314
|
-
} else if (withDefaults) {
|
|
9315
|
-
delete json['domainEventsSettings'];
|
|
9316
|
-
}
|
|
9317
9294
|
return json;
|
|
9318
9295
|
}
|
|
9319
9296
|
}
|
|
@@ -9491,13 +9468,6 @@ $root.wix = (function () {
|
|
|
9491
9468
|
} else {
|
|
9492
9469
|
delete result['segment'];
|
|
9493
9470
|
}
|
|
9494
|
-
if (json['domainEventsSettings'] != null) {
|
|
9495
|
-
result['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.fromJSON(json['domainEventsSettings'], helper);
|
|
9496
|
-
} else if (withDefaults !== false) {
|
|
9497
|
-
delete result['domainEventsSettings'];
|
|
9498
|
-
} else {
|
|
9499
|
-
delete result['domainEventsSettings'];
|
|
9500
|
-
}
|
|
9501
9471
|
return result;
|
|
9502
9472
|
} else
|
|
9503
9473
|
return json;
|
|
@@ -9586,9 +9556,6 @@ $root.wix = (function () {
|
|
|
9586
9556
|
if (obj['segment'] != null) {
|
|
9587
9557
|
grpc['segment'] = obj['segment'];
|
|
9588
9558
|
}
|
|
9589
|
-
if (obj['domainEventsSettings'] != null) {
|
|
9590
|
-
grpc['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.toGRPC(obj['domainEventsSettings'], helper);
|
|
9591
|
-
}
|
|
9592
9559
|
return grpc;
|
|
9593
9560
|
}
|
|
9594
9561
|
}
|
|
@@ -9722,11 +9689,6 @@ $root.wix = (function () {
|
|
|
9722
9689
|
} else {
|
|
9723
9690
|
result['segment'] = 'UNSPECIFIED';
|
|
9724
9691
|
}
|
|
9725
|
-
if (grpc['domainEventsSettings'] != null) {
|
|
9726
|
-
result['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.fromGRPC(grpc['domainEventsSettings'], helper);
|
|
9727
|
-
} else {
|
|
9728
|
-
delete result['domainEventsSettings'];
|
|
9729
|
-
}
|
|
9730
9692
|
return result;
|
|
9731
9693
|
}
|
|
9732
9694
|
}
|
|
@@ -9755,87 +9717,6 @@ $root.wix = (function () {
|
|
|
9755
9717
|
});
|
|
9756
9718
|
return EntityInfo;
|
|
9757
9719
|
}());;
|
|
9758
|
-
_v1.domainEventsSettings = (function () {
|
|
9759
|
-
class domainEventsSettings {
|
|
9760
|
-
constructor(props) {
|
|
9761
|
-
this.deletedIncludeEntity = props && props.deletedIncludeEntity;
|
|
9762
|
-
}
|
|
9763
|
-
static toJSON(obj, helper, withDefaults) {
|
|
9764
|
-
if (obj == null) {
|
|
9765
|
-
return null;
|
|
9766
|
-
} else {
|
|
9767
|
-
const json = {};
|
|
9768
|
-
if (obj['deletedIncludeEntity'] != null) {
|
|
9769
|
-
json['deletedIncludeEntity'] = $root.google.protobuf.BoolValue.toJSON(obj['deletedIncludeEntity'], helper, withDefaults);
|
|
9770
|
-
} else if (withDefaults) {
|
|
9771
|
-
delete json['deletedIncludeEntity'];
|
|
9772
|
-
}
|
|
9773
|
-
return json;
|
|
9774
|
-
}
|
|
9775
|
-
}
|
|
9776
|
-
static fromJSON(json, helper, withDefaults) {
|
|
9777
|
-
if (typeof json === 'object' && !Array.isArray(json)) {
|
|
9778
|
-
const result = new $root.wix.coreservices.businessschema.v1.domainEventsSettings();
|
|
9779
|
-
if (json['deletedIncludeEntity'] != null) {
|
|
9780
|
-
result['deletedIncludeEntity'] = $root.google.protobuf.BoolValue.fromJSON(json['deletedIncludeEntity'], helper);
|
|
9781
|
-
} else if (withDefaults !== false) {
|
|
9782
|
-
delete result['deletedIncludeEntity'];
|
|
9783
|
-
} else {
|
|
9784
|
-
delete result['deletedIncludeEntity'];
|
|
9785
|
-
}
|
|
9786
|
-
return result;
|
|
9787
|
-
} else
|
|
9788
|
-
return json;
|
|
9789
|
-
}
|
|
9790
|
-
static toGRPC(obj, helper) {
|
|
9791
|
-
if (obj == null) {
|
|
9792
|
-
return null;
|
|
9793
|
-
} else {
|
|
9794
|
-
const grpc = {};
|
|
9795
|
-
if (obj['deletedIncludeEntity'] != null) {
|
|
9796
|
-
grpc['deletedIncludeEntity'] = $root.google.protobuf.BoolValue.toGRPC(obj['deletedIncludeEntity'], helper);
|
|
9797
|
-
}
|
|
9798
|
-
return grpc;
|
|
9799
|
-
}
|
|
9800
|
-
}
|
|
9801
|
-
static fromGRPC(grpc, helper) {
|
|
9802
|
-
if (grpc == null) {
|
|
9803
|
-
return null;
|
|
9804
|
-
} else {
|
|
9805
|
-
const result = new $root.wix.coreservices.businessschema.v1.domainEventsSettings();
|
|
9806
|
-
if (grpc['deletedIncludeEntity'] != null) {
|
|
9807
|
-
result['deletedIncludeEntity'] = $root.google.protobuf.BoolValue.fromGRPC(grpc['deletedIncludeEntity'], helper);
|
|
9808
|
-
} else {
|
|
9809
|
-
delete result['deletedIncludeEntity'];
|
|
9810
|
-
}
|
|
9811
|
-
return result;
|
|
9812
|
-
}
|
|
9813
|
-
}
|
|
9814
|
-
}
|
|
9815
|
-
__builtIn.Object.defineProperty(domainEventsSettings.prototype, '__proto', {
|
|
9816
|
-
value: pbjs => {
|
|
9817
|
-
return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.domainEventsSettings');
|
|
9818
|
-
},
|
|
9819
|
-
enumerable: false,
|
|
9820
|
-
configurable: false
|
|
9821
|
-
});
|
|
9822
|
-
__builtIn.Object.defineProperty(domainEventsSettings.prototype, '__fqn__', {
|
|
9823
|
-
value: 'wix.coreservices.businessschema.v1.domainEventsSettings',
|
|
9824
|
-
enumerable: false,
|
|
9825
|
-
configurable: false
|
|
9826
|
-
});
|
|
9827
|
-
__builtIn.Object.defineProperty(domainEventsSettings.prototype, '__options__', {
|
|
9828
|
-
value: $root.__options,
|
|
9829
|
-
enumerable: false,
|
|
9830
|
-
configurable: false
|
|
9831
|
-
});
|
|
9832
|
-
__builtIn.Object.defineProperty(domainEventsSettings.prototype, '__root__', {
|
|
9833
|
-
value: $root,
|
|
9834
|
-
enumerable: false,
|
|
9835
|
-
configurable: false
|
|
9836
|
-
});
|
|
9837
|
-
return domainEventsSettings;
|
|
9838
|
-
}());;
|
|
9839
9720
|
_v1.Extensible = (function () {
|
|
9840
9721
|
class Extensible {
|
|
9841
9722
|
constructor(props) {
|
|
@@ -108,7 +108,6 @@ declare namespace $requests {
|
|
|
108
108
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
109
109
|
containsPii: boolean;
|
|
110
110
|
segment: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
111
|
-
domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
112
111
|
}
|
|
113
112
|
export class EntityInfo implements IEntityInfo {
|
|
114
113
|
constructor(data?: IEntityInfo);
|
|
@@ -135,15 +134,6 @@ declare namespace $requests {
|
|
|
135
134
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
136
135
|
containsPii: boolean;
|
|
137
136
|
segment: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
138
|
-
domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
139
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
140
|
-
}
|
|
141
|
-
export interface IdomainEventsSettings {
|
|
142
|
-
deletedIncludeEntity?: boolean;
|
|
143
|
-
}
|
|
144
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
145
|
-
constructor(data?: IdomainEventsSettings);
|
|
146
|
-
deletedIncludeEntity?: boolean;
|
|
147
137
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
148
138
|
}
|
|
149
139
|
export interface IExtensible {
|
|
@@ -3462,7 +3452,6 @@ declare namespace $responses {
|
|
|
3462
3452
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3463
3453
|
containsPii?: boolean;
|
|
3464
3454
|
segment?: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3465
|
-
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3466
3455
|
}
|
|
3467
3456
|
export class EntityInfo implements IEntityInfo {
|
|
3468
3457
|
constructor(data?: IEntityInfo);
|
|
@@ -3489,15 +3478,6 @@ declare namespace $responses {
|
|
|
3489
3478
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3490
3479
|
containsPii?: boolean;
|
|
3491
3480
|
segment?: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3492
|
-
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3493
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3494
|
-
}
|
|
3495
|
-
export interface IdomainEventsSettings {
|
|
3496
|
-
deletedIncludeEntity?: boolean;
|
|
3497
|
-
}
|
|
3498
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
3499
|
-
constructor(data?: IdomainEventsSettings);
|
|
3500
|
-
deletedIncludeEntity?: boolean;
|
|
3501
3481
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3502
3482
|
}
|
|
3503
3483
|
export interface IExtensible {
|
|
@@ -108,7 +108,6 @@ declare namespace $requests {
|
|
|
108
108
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
109
109
|
containsPii?: boolean;
|
|
110
110
|
segment?: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
111
|
-
domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
112
111
|
}
|
|
113
112
|
export class EntityInfo implements IEntityInfo {
|
|
114
113
|
constructor(data?: IEntityInfo);
|
|
@@ -135,15 +134,6 @@ declare namespace $requests {
|
|
|
135
134
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
136
135
|
containsPii?: boolean;
|
|
137
136
|
segment?: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
138
|
-
domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
139
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
140
|
-
}
|
|
141
|
-
export interface IdomainEventsSettings {
|
|
142
|
-
deletedIncludeEntity?: boolean;
|
|
143
|
-
}
|
|
144
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
145
|
-
constructor(data?: IdomainEventsSettings);
|
|
146
|
-
deletedIncludeEntity?: boolean;
|
|
147
137
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
148
138
|
}
|
|
149
139
|
export interface IExtensible {
|
|
@@ -3462,7 +3452,6 @@ declare namespace $responses {
|
|
|
3462
3452
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3463
3453
|
containsPii: boolean;
|
|
3464
3454
|
segment: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3465
|
-
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3466
3455
|
}
|
|
3467
3456
|
export class EntityInfo implements IEntityInfo {
|
|
3468
3457
|
constructor(data?: IEntityInfo);
|
|
@@ -3489,15 +3478,6 @@ declare namespace $responses {
|
|
|
3489
3478
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3490
3479
|
containsPii: boolean;
|
|
3491
3480
|
segment: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3492
|
-
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3493
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3494
|
-
}
|
|
3495
|
-
export interface IdomainEventsSettings {
|
|
3496
|
-
deletedIncludeEntity?: boolean;
|
|
3497
|
-
}
|
|
3498
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
3499
|
-
constructor(data?: IdomainEventsSettings);
|
|
3500
|
-
deletedIncludeEntity?: boolean;
|
|
3501
3481
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3502
3482
|
}
|
|
3503
3483
|
export interface IExtensible {
|
|
@@ -108,7 +108,6 @@ declare namespace $wrapper {
|
|
|
108
108
|
extensible?: ($wrapper.wix.coreservices.businessschema.v1.IExtensible | null);
|
|
109
109
|
containsPii?: (boolean | null);
|
|
110
110
|
segment?: ($wrapper.wix.coreservices.businessschema.v1.Segment.Segment | null);
|
|
111
|
-
domainEventsSettings?: ($wrapper.wix.coreservices.businessschema.v1.IdomainEventsSettings | null);
|
|
112
111
|
}
|
|
113
112
|
export class EntityInfo implements IEntityInfo {
|
|
114
113
|
constructor(data?: IEntityInfo);
|
|
@@ -135,15 +134,6 @@ declare namespace $wrapper {
|
|
|
135
134
|
extensible?: ($wrapper.wix.coreservices.businessschema.v1.IExtensible | null);
|
|
136
135
|
containsPii?: (boolean | null);
|
|
137
136
|
segment?: ($wrapper.wix.coreservices.businessschema.v1.Segment.Segment | null);
|
|
138
|
-
domainEventsSettings?: ($wrapper.wix.coreservices.businessschema.v1.IdomainEventsSettings | null);
|
|
139
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
140
|
-
}
|
|
141
|
-
export interface IdomainEventsSettings {
|
|
142
|
-
deletedIncludeEntity?: (boolean | null);
|
|
143
|
-
}
|
|
144
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
145
|
-
constructor(data?: IdomainEventsSettings);
|
|
146
|
-
deletedIncludeEntity?: (boolean | null);
|
|
147
137
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
148
138
|
}
|
|
149
139
|
export interface IExtensible {
|
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.1154',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': '8c484da18ad19ed6e6dd5d224c962259cbdcbce4'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -342,23 +342,6 @@ $root.__lookup = function (pbjs) {
|
|
|
342
342
|
'id': 23,
|
|
343
343
|
'comment': null,
|
|
344
344
|
'parsedOptions': null
|
|
345
|
-
},
|
|
346
|
-
'domainEventsSettings': {
|
|
347
|
-
'type': 'domainEventsSettings',
|
|
348
|
-
'id': 24,
|
|
349
|
-
'comment': null,
|
|
350
|
-
'parsedOptions': null
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
'comment': null
|
|
354
|
-
},
|
|
355
|
-
'domainEventsSettings': {
|
|
356
|
-
'fields': {
|
|
357
|
-
'deletedIncludeEntity': {
|
|
358
|
-
'type': 'google.protobuf.BoolValue',
|
|
359
|
-
'id': 1,
|
|
360
|
-
'comment': null,
|
|
361
|
-
'parsedOptions': null
|
|
362
345
|
}
|
|
363
346
|
},
|
|
364
347
|
'comment': null
|
|
@@ -9177,7 +9160,6 @@ $root.wix = (function () {
|
|
|
9177
9160
|
this.extensible = props && props.extensible;
|
|
9178
9161
|
this.containsPii = props && props.containsPii;
|
|
9179
9162
|
this.segment = props && props.segment;
|
|
9180
|
-
this.domainEventsSettings = props && props.domainEventsSettings;
|
|
9181
9163
|
}
|
|
9182
9164
|
static toJSON(obj, helper, withDefaults) {
|
|
9183
9165
|
if (obj == null) {
|
|
@@ -9309,11 +9291,6 @@ $root.wix = (function () {
|
|
|
9309
9291
|
} else if (withDefaults) {
|
|
9310
9292
|
json['segment'] = 'UNSPECIFIED';
|
|
9311
9293
|
}
|
|
9312
|
-
if (obj['domainEventsSettings'] != null) {
|
|
9313
|
-
json['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.toJSON(obj['domainEventsSettings'], helper, withDefaults);
|
|
9314
|
-
} else if (withDefaults) {
|
|
9315
|
-
delete json['domainEventsSettings'];
|
|
9316
|
-
}
|
|
9317
9294
|
return json;
|
|
9318
9295
|
}
|
|
9319
9296
|
}
|
|
@@ -9491,13 +9468,6 @@ $root.wix = (function () {
|
|
|
9491
9468
|
} else {
|
|
9492
9469
|
delete result['segment'];
|
|
9493
9470
|
}
|
|
9494
|
-
if (json['domainEventsSettings'] != null) {
|
|
9495
|
-
result['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.fromJSON(json['domainEventsSettings'], helper);
|
|
9496
|
-
} else if (withDefaults !== false) {
|
|
9497
|
-
delete result['domainEventsSettings'];
|
|
9498
|
-
} else {
|
|
9499
|
-
delete result['domainEventsSettings'];
|
|
9500
|
-
}
|
|
9501
9471
|
return result;
|
|
9502
9472
|
} else
|
|
9503
9473
|
return json;
|
|
@@ -9586,9 +9556,6 @@ $root.wix = (function () {
|
|
|
9586
9556
|
if (obj['segment'] != null) {
|
|
9587
9557
|
grpc['segment'] = obj['segment'];
|
|
9588
9558
|
}
|
|
9589
|
-
if (obj['domainEventsSettings'] != null) {
|
|
9590
|
-
grpc['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.toGRPC(obj['domainEventsSettings'], helper);
|
|
9591
|
-
}
|
|
9592
9559
|
return grpc;
|
|
9593
9560
|
}
|
|
9594
9561
|
}
|
|
@@ -9722,11 +9689,6 @@ $root.wix = (function () {
|
|
|
9722
9689
|
} else {
|
|
9723
9690
|
result['segment'] = 'UNSPECIFIED';
|
|
9724
9691
|
}
|
|
9725
|
-
if (grpc['domainEventsSettings'] != null) {
|
|
9726
|
-
result['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.fromGRPC(grpc['domainEventsSettings'], helper);
|
|
9727
|
-
} else {
|
|
9728
|
-
delete result['domainEventsSettings'];
|
|
9729
|
-
}
|
|
9730
9692
|
return result;
|
|
9731
9693
|
}
|
|
9732
9694
|
}
|
|
@@ -9755,87 +9717,6 @@ $root.wix = (function () {
|
|
|
9755
9717
|
});
|
|
9756
9718
|
return EntityInfo;
|
|
9757
9719
|
}());;
|
|
9758
|
-
_v1.domainEventsSettings = (function () {
|
|
9759
|
-
class domainEventsSettings {
|
|
9760
|
-
constructor(props) {
|
|
9761
|
-
this.deletedIncludeEntity = props && props.deletedIncludeEntity;
|
|
9762
|
-
}
|
|
9763
|
-
static toJSON(obj, helper, withDefaults) {
|
|
9764
|
-
if (obj == null) {
|
|
9765
|
-
return null;
|
|
9766
|
-
} else {
|
|
9767
|
-
const json = {};
|
|
9768
|
-
if (obj['deletedIncludeEntity'] != null) {
|
|
9769
|
-
json['deletedIncludeEntity'] = $root.google.protobuf.BoolValue.toJSON(obj['deletedIncludeEntity'], helper, withDefaults);
|
|
9770
|
-
} else if (withDefaults) {
|
|
9771
|
-
delete json['deletedIncludeEntity'];
|
|
9772
|
-
}
|
|
9773
|
-
return json;
|
|
9774
|
-
}
|
|
9775
|
-
}
|
|
9776
|
-
static fromJSON(json, helper, withDefaults) {
|
|
9777
|
-
if (typeof json === 'object' && !Array.isArray(json)) {
|
|
9778
|
-
const result = new $root.wix.coreservices.businessschema.v1.domainEventsSettings();
|
|
9779
|
-
if (json['deletedIncludeEntity'] != null) {
|
|
9780
|
-
result['deletedIncludeEntity'] = $root.google.protobuf.BoolValue.fromJSON(json['deletedIncludeEntity'], helper);
|
|
9781
|
-
} else if (withDefaults !== false) {
|
|
9782
|
-
delete result['deletedIncludeEntity'];
|
|
9783
|
-
} else {
|
|
9784
|
-
delete result['deletedIncludeEntity'];
|
|
9785
|
-
}
|
|
9786
|
-
return result;
|
|
9787
|
-
} else
|
|
9788
|
-
return json;
|
|
9789
|
-
}
|
|
9790
|
-
static toGRPC(obj, helper) {
|
|
9791
|
-
if (obj == null) {
|
|
9792
|
-
return null;
|
|
9793
|
-
} else {
|
|
9794
|
-
const grpc = {};
|
|
9795
|
-
if (obj['deletedIncludeEntity'] != null) {
|
|
9796
|
-
grpc['deletedIncludeEntity'] = $root.google.protobuf.BoolValue.toGRPC(obj['deletedIncludeEntity'], helper);
|
|
9797
|
-
}
|
|
9798
|
-
return grpc;
|
|
9799
|
-
}
|
|
9800
|
-
}
|
|
9801
|
-
static fromGRPC(grpc, helper) {
|
|
9802
|
-
if (grpc == null) {
|
|
9803
|
-
return null;
|
|
9804
|
-
} else {
|
|
9805
|
-
const result = new $root.wix.coreservices.businessschema.v1.domainEventsSettings();
|
|
9806
|
-
if (grpc['deletedIncludeEntity'] != null) {
|
|
9807
|
-
result['deletedIncludeEntity'] = $root.google.protobuf.BoolValue.fromGRPC(grpc['deletedIncludeEntity'], helper);
|
|
9808
|
-
} else {
|
|
9809
|
-
delete result['deletedIncludeEntity'];
|
|
9810
|
-
}
|
|
9811
|
-
return result;
|
|
9812
|
-
}
|
|
9813
|
-
}
|
|
9814
|
-
}
|
|
9815
|
-
__builtIn.Object.defineProperty(domainEventsSettings.prototype, '__proto', {
|
|
9816
|
-
value: pbjs => {
|
|
9817
|
-
return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.domainEventsSettings');
|
|
9818
|
-
},
|
|
9819
|
-
enumerable: false,
|
|
9820
|
-
configurable: false
|
|
9821
|
-
});
|
|
9822
|
-
__builtIn.Object.defineProperty(domainEventsSettings.prototype, '__fqn__', {
|
|
9823
|
-
value: 'wix.coreservices.businessschema.v1.domainEventsSettings',
|
|
9824
|
-
enumerable: false,
|
|
9825
|
-
configurable: false
|
|
9826
|
-
});
|
|
9827
|
-
__builtIn.Object.defineProperty(domainEventsSettings.prototype, '__options__', {
|
|
9828
|
-
value: $root.__options,
|
|
9829
|
-
enumerable: false,
|
|
9830
|
-
configurable: false
|
|
9831
|
-
});
|
|
9832
|
-
__builtIn.Object.defineProperty(domainEventsSettings.prototype, '__root__', {
|
|
9833
|
-
value: $root,
|
|
9834
|
-
enumerable: false,
|
|
9835
|
-
configurable: false
|
|
9836
|
-
});
|
|
9837
|
-
return domainEventsSettings;
|
|
9838
|
-
}());;
|
|
9839
9720
|
_v1.Extensible = (function () {
|
|
9840
9721
|
class Extensible {
|
|
9841
9722
|
constructor(props) {
|
|
@@ -108,7 +108,6 @@ declare namespace $requests {
|
|
|
108
108
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
109
109
|
containsPii: boolean;
|
|
110
110
|
segment: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
111
|
-
domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
112
111
|
}
|
|
113
112
|
export class EntityInfo implements IEntityInfo {
|
|
114
113
|
constructor(data?: IEntityInfo);
|
|
@@ -135,15 +134,6 @@ declare namespace $requests {
|
|
|
135
134
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
136
135
|
containsPii: boolean;
|
|
137
136
|
segment: $requests.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
138
|
-
domainEventsSettings?: $requests.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
139
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
140
|
-
}
|
|
141
|
-
export interface IdomainEventsSettings {
|
|
142
|
-
deletedIncludeEntity?: boolean;
|
|
143
|
-
}
|
|
144
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
145
|
-
constructor(data?: IdomainEventsSettings);
|
|
146
|
-
deletedIncludeEntity?: boolean;
|
|
147
137
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
148
138
|
}
|
|
149
139
|
export interface IExtensible {
|
|
@@ -3462,7 +3452,6 @@ declare namespace $responses {
|
|
|
3462
3452
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3463
3453
|
containsPii?: boolean;
|
|
3464
3454
|
segment?: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3465
|
-
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3466
3455
|
}
|
|
3467
3456
|
export class EntityInfo implements IEntityInfo {
|
|
3468
3457
|
constructor(data?: IEntityInfo);
|
|
@@ -3489,15 +3478,6 @@ declare namespace $responses {
|
|
|
3489
3478
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3490
3479
|
containsPii?: boolean;
|
|
3491
3480
|
segment?: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3492
|
-
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3493
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3494
|
-
}
|
|
3495
|
-
export interface IdomainEventsSettings {
|
|
3496
|
-
deletedIncludeEntity?: boolean;
|
|
3497
|
-
}
|
|
3498
|
-
export class domainEventsSettings implements IdomainEventsSettings {
|
|
3499
|
-
constructor(data?: IdomainEventsSettings);
|
|
3500
|
-
deletedIncludeEntity?: boolean;
|
|
3501
3481
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3502
3482
|
}
|
|
3503
3483
|
export interface IExtensible {
|
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.1381",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Eli Ponyatovski",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"*.{js,ts}": "yoshi lint"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@wix/metro-runtime": "1.
|
|
36
|
+
"@wix/metro-runtime": "1.1737.0",
|
|
37
37
|
"long": "^5.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
41
41
|
"@types/jest": "^24.9.1",
|
|
42
42
|
"@types/node": "^16.11.7",
|
|
43
|
-
"@wix/business-schema-api": "^1.7.
|
|
43
|
+
"@wix/business-schema-api": "^1.7.1469",
|
|
44
44
|
"@wix/wix-proto-codegen": "^2.0.1154",
|
|
45
45
|
"@wix/yoshi": "^6.94.3",
|
|
46
46
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"wallaby": {
|
|
72
72
|
"autoDetect": true
|
|
73
73
|
},
|
|
74
|
-
"falconPackageHash": "
|
|
74
|
+
"falconPackageHash": "1458d640eac41c9b94644536851968832f005e26cfe5bf518830df07"
|
|
75
75
|
}
|