@wix/metro-common-builders 1.0.1376 → 1.0.1378
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 +20 -0
- package/dist/es/src/proto/index.d.ts +10 -0
- package/dist/es/src/proto/index.js +120 -1
- package/dist/es/src/proto/server/index.d.ts +20 -0
- package/dist/src/proto/client/index.d.ts +20 -0
- package/dist/src/proto/index.d.ts +10 -0
- package/dist/src/proto/index.js +120 -1
- package/dist/src/proto/server/index.d.ts +20 -0
- package/package.json +4 -4
|
@@ -108,6 +108,7 @@ 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;
|
|
111
112
|
}
|
|
112
113
|
export class EntityInfo implements IEntityInfo {
|
|
113
114
|
constructor(data?: IEntityInfo);
|
|
@@ -134,6 +135,15 @@ declare namespace $requests {
|
|
|
134
135
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
135
136
|
containsPii?: boolean;
|
|
136
137
|
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;
|
|
137
147
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
138
148
|
}
|
|
139
149
|
export interface IExtensible {
|
|
@@ -3452,6 +3462,7 @@ declare namespace $responses {
|
|
|
3452
3462
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3453
3463
|
containsPii: boolean;
|
|
3454
3464
|
segment: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3465
|
+
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3455
3466
|
}
|
|
3456
3467
|
export class EntityInfo implements IEntityInfo {
|
|
3457
3468
|
constructor(data?: IEntityInfo);
|
|
@@ -3478,6 +3489,15 @@ declare namespace $responses {
|
|
|
3478
3489
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3479
3490
|
containsPii: boolean;
|
|
3480
3491
|
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;
|
|
3481
3501
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3482
3502
|
}
|
|
3483
3503
|
export interface IExtensible {
|
|
@@ -108,6 +108,7 @@ 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);
|
|
111
112
|
}
|
|
112
113
|
export class EntityInfo implements IEntityInfo {
|
|
113
114
|
constructor(data?: IEntityInfo);
|
|
@@ -134,6 +135,15 @@ declare namespace $wrapper {
|
|
|
134
135
|
extensible?: ($wrapper.wix.coreservices.businessschema.v1.IExtensible | null);
|
|
135
136
|
containsPii?: (boolean | null);
|
|
136
137
|
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);
|
|
137
147
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
138
148
|
}
|
|
139
149
|
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': '8d9c771b92bf5035639e7eb9560303c074464321'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -342,6 +342,23 @@ $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
|
|
345
362
|
}
|
|
346
363
|
},
|
|
347
364
|
'comment': null
|
|
@@ -9160,6 +9177,7 @@ $root.wix = (function () {
|
|
|
9160
9177
|
this.extensible = props && props.extensible;
|
|
9161
9178
|
this.containsPii = props && props.containsPii;
|
|
9162
9179
|
this.segment = props && props.segment;
|
|
9180
|
+
this.domainEventsSettings = props && props.domainEventsSettings;
|
|
9163
9181
|
}
|
|
9164
9182
|
static toJSON(obj, helper, withDefaults) {
|
|
9165
9183
|
if (obj == null) {
|
|
@@ -9291,6 +9309,11 @@ $root.wix = (function () {
|
|
|
9291
9309
|
} else if (withDefaults) {
|
|
9292
9310
|
json['segment'] = 'UNSPECIFIED';
|
|
9293
9311
|
}
|
|
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
|
+
}
|
|
9294
9317
|
return json;
|
|
9295
9318
|
}
|
|
9296
9319
|
}
|
|
@@ -9468,6 +9491,13 @@ $root.wix = (function () {
|
|
|
9468
9491
|
} else {
|
|
9469
9492
|
delete result['segment'];
|
|
9470
9493
|
}
|
|
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
|
+
}
|
|
9471
9501
|
return result;
|
|
9472
9502
|
} else
|
|
9473
9503
|
return json;
|
|
@@ -9556,6 +9586,9 @@ $root.wix = (function () {
|
|
|
9556
9586
|
if (obj['segment'] != null) {
|
|
9557
9587
|
grpc['segment'] = obj['segment'];
|
|
9558
9588
|
}
|
|
9589
|
+
if (obj['domainEventsSettings'] != null) {
|
|
9590
|
+
grpc['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.toGRPC(obj['domainEventsSettings'], helper);
|
|
9591
|
+
}
|
|
9559
9592
|
return grpc;
|
|
9560
9593
|
}
|
|
9561
9594
|
}
|
|
@@ -9689,6 +9722,11 @@ $root.wix = (function () {
|
|
|
9689
9722
|
} else {
|
|
9690
9723
|
result['segment'] = 'UNSPECIFIED';
|
|
9691
9724
|
}
|
|
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
|
+
}
|
|
9692
9730
|
return result;
|
|
9693
9731
|
}
|
|
9694
9732
|
}
|
|
@@ -9717,6 +9755,87 @@ $root.wix = (function () {
|
|
|
9717
9755
|
});
|
|
9718
9756
|
return EntityInfo;
|
|
9719
9757
|
}());;
|
|
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
|
+
}());;
|
|
9720
9839
|
_v1.Extensible = (function () {
|
|
9721
9840
|
class Extensible {
|
|
9722
9841
|
constructor(props) {
|
|
@@ -108,6 +108,7 @@ 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;
|
|
111
112
|
}
|
|
112
113
|
export class EntityInfo implements IEntityInfo {
|
|
113
114
|
constructor(data?: IEntityInfo);
|
|
@@ -134,6 +135,15 @@ declare namespace $requests {
|
|
|
134
135
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
135
136
|
containsPii: boolean;
|
|
136
137
|
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;
|
|
137
147
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
138
148
|
}
|
|
139
149
|
export interface IExtensible {
|
|
@@ -3452,6 +3462,7 @@ declare namespace $responses {
|
|
|
3452
3462
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3453
3463
|
containsPii?: boolean;
|
|
3454
3464
|
segment?: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3465
|
+
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3455
3466
|
}
|
|
3456
3467
|
export class EntityInfo implements IEntityInfo {
|
|
3457
3468
|
constructor(data?: IEntityInfo);
|
|
@@ -3478,6 +3489,15 @@ declare namespace $responses {
|
|
|
3478
3489
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3479
3490
|
containsPii?: boolean;
|
|
3480
3491
|
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;
|
|
3481
3501
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3482
3502
|
}
|
|
3483
3503
|
export interface IExtensible {
|
|
@@ -108,6 +108,7 @@ 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;
|
|
111
112
|
}
|
|
112
113
|
export class EntityInfo implements IEntityInfo {
|
|
113
114
|
constructor(data?: IEntityInfo);
|
|
@@ -134,6 +135,15 @@ declare namespace $requests {
|
|
|
134
135
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
135
136
|
containsPii?: boolean;
|
|
136
137
|
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;
|
|
137
147
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
138
148
|
}
|
|
139
149
|
export interface IExtensible {
|
|
@@ -3452,6 +3462,7 @@ declare namespace $responses {
|
|
|
3452
3462
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3453
3463
|
containsPii: boolean;
|
|
3454
3464
|
segment: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3465
|
+
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3455
3466
|
}
|
|
3456
3467
|
export class EntityInfo implements IEntityInfo {
|
|
3457
3468
|
constructor(data?: IEntityInfo);
|
|
@@ -3478,6 +3489,15 @@ declare namespace $responses {
|
|
|
3478
3489
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3479
3490
|
containsPii: boolean;
|
|
3480
3491
|
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;
|
|
3481
3501
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3482
3502
|
}
|
|
3483
3503
|
export interface IExtensible {
|
|
@@ -108,6 +108,7 @@ 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);
|
|
111
112
|
}
|
|
112
113
|
export class EntityInfo implements IEntityInfo {
|
|
113
114
|
constructor(data?: IEntityInfo);
|
|
@@ -134,6 +135,15 @@ declare namespace $wrapper {
|
|
|
134
135
|
extensible?: ($wrapper.wix.coreservices.businessschema.v1.IExtensible | null);
|
|
135
136
|
containsPii?: (boolean | null);
|
|
136
137
|
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);
|
|
137
147
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
138
148
|
}
|
|
139
149
|
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': '8d9c771b92bf5035639e7eb9560303c074464321'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -342,6 +342,23 @@ $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
|
|
345
362
|
}
|
|
346
363
|
},
|
|
347
364
|
'comment': null
|
|
@@ -9160,6 +9177,7 @@ $root.wix = (function () {
|
|
|
9160
9177
|
this.extensible = props && props.extensible;
|
|
9161
9178
|
this.containsPii = props && props.containsPii;
|
|
9162
9179
|
this.segment = props && props.segment;
|
|
9180
|
+
this.domainEventsSettings = props && props.domainEventsSettings;
|
|
9163
9181
|
}
|
|
9164
9182
|
static toJSON(obj, helper, withDefaults) {
|
|
9165
9183
|
if (obj == null) {
|
|
@@ -9291,6 +9309,11 @@ $root.wix = (function () {
|
|
|
9291
9309
|
} else if (withDefaults) {
|
|
9292
9310
|
json['segment'] = 'UNSPECIFIED';
|
|
9293
9311
|
}
|
|
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
|
+
}
|
|
9294
9317
|
return json;
|
|
9295
9318
|
}
|
|
9296
9319
|
}
|
|
@@ -9468,6 +9491,13 @@ $root.wix = (function () {
|
|
|
9468
9491
|
} else {
|
|
9469
9492
|
delete result['segment'];
|
|
9470
9493
|
}
|
|
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
|
+
}
|
|
9471
9501
|
return result;
|
|
9472
9502
|
} else
|
|
9473
9503
|
return json;
|
|
@@ -9556,6 +9586,9 @@ $root.wix = (function () {
|
|
|
9556
9586
|
if (obj['segment'] != null) {
|
|
9557
9587
|
grpc['segment'] = obj['segment'];
|
|
9558
9588
|
}
|
|
9589
|
+
if (obj['domainEventsSettings'] != null) {
|
|
9590
|
+
grpc['domainEventsSettings'] = $root.wix.coreservices.businessschema.v1.domainEventsSettings.toGRPC(obj['domainEventsSettings'], helper);
|
|
9591
|
+
}
|
|
9559
9592
|
return grpc;
|
|
9560
9593
|
}
|
|
9561
9594
|
}
|
|
@@ -9689,6 +9722,11 @@ $root.wix = (function () {
|
|
|
9689
9722
|
} else {
|
|
9690
9723
|
result['segment'] = 'UNSPECIFIED';
|
|
9691
9724
|
}
|
|
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
|
+
}
|
|
9692
9730
|
return result;
|
|
9693
9731
|
}
|
|
9694
9732
|
}
|
|
@@ -9717,6 +9755,87 @@ $root.wix = (function () {
|
|
|
9717
9755
|
});
|
|
9718
9756
|
return EntityInfo;
|
|
9719
9757
|
}());;
|
|
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
|
+
}());;
|
|
9720
9839
|
_v1.Extensible = (function () {
|
|
9721
9840
|
class Extensible {
|
|
9722
9841
|
constructor(props) {
|
|
@@ -108,6 +108,7 @@ 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;
|
|
111
112
|
}
|
|
112
113
|
export class EntityInfo implements IEntityInfo {
|
|
113
114
|
constructor(data?: IEntityInfo);
|
|
@@ -134,6 +135,15 @@ declare namespace $requests {
|
|
|
134
135
|
extensible?: $requests.wix.coreservices.businessschema.v1.IExtensible;
|
|
135
136
|
containsPii: boolean;
|
|
136
137
|
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;
|
|
137
147
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
138
148
|
}
|
|
139
149
|
export interface IExtensible {
|
|
@@ -3452,6 +3462,7 @@ declare namespace $responses {
|
|
|
3452
3462
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3453
3463
|
containsPii?: boolean;
|
|
3454
3464
|
segment?: $responses.wix.coreservices.businessschema.v1.Segment.Segment;
|
|
3465
|
+
domainEventsSettings?: $responses.wix.coreservices.businessschema.v1.IdomainEventsSettings;
|
|
3455
3466
|
}
|
|
3456
3467
|
export class EntityInfo implements IEntityInfo {
|
|
3457
3468
|
constructor(data?: IEntityInfo);
|
|
@@ -3478,6 +3489,15 @@ declare namespace $responses {
|
|
|
3478
3489
|
extensible?: $responses.wix.coreservices.businessschema.v1.IExtensible;
|
|
3479
3490
|
containsPii?: boolean;
|
|
3480
3491
|
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;
|
|
3481
3501
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3482
3502
|
}
|
|
3483
3503
|
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.1378",
|
|
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.1734.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.1470",
|
|
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": "df4f62970dda34b845dd6cc9ac416aea62989f943a7af77e4e51ca63"
|
|
75
75
|
}
|