@wix/metro-common-builders 1.0.1426 → 1.0.1428
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 +34 -0
- package/dist/es/src/proto/index.d.ts +17 -0
- package/dist/es/src/proto/index.js +223 -6
- package/dist/es/src/proto/server/index.d.ts +34 -0
- package/dist/src/proto/client/index.d.ts +34 -0
- package/dist/src/proto/index.d.ts +17 -0
- package/dist/src/proto/index.js +223 -6
- package/dist/src/proto/server/index.d.ts +34 -0
- package/package.json +4 -4
|
@@ -1396,6 +1396,8 @@ declare namespace $requests {
|
|
|
1396
1396
|
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1397
1397
|
taggable?: $requests.wix.api.ITaggable;
|
|
1398
1398
|
queryOptions?: $requests.wix.api.IQueryOptions;
|
|
1399
|
+
eventsExposure?: $requests.wix.api.Exposure;
|
|
1400
|
+
eventsMaturity?: $requests.wix.api.Maturity;
|
|
1399
1401
|
}
|
|
1400
1402
|
export class Entity implements IEntity {
|
|
1401
1403
|
constructor(data?: IEntity);
|
|
@@ -1413,16 +1415,30 @@ declare namespace $requests {
|
|
|
1413
1415
|
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1414
1416
|
taggable?: $requests.wix.api.ITaggable;
|
|
1415
1417
|
queryOptions?: $requests.wix.api.IQueryOptions;
|
|
1418
|
+
eventsExposure?: $requests.wix.api.Exposure;
|
|
1419
|
+
eventsMaturity?: $requests.wix.api.Maturity;
|
|
1416
1420
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1417
1421
|
}
|
|
1418
1422
|
export interface IExtensible {
|
|
1419
1423
|
nestedExtensionFieldPath?: string;
|
|
1420
1424
|
filterable?: boolean;
|
|
1425
|
+
nestedExtensionPointMappings?: $requests.wix.api.INestedExtensionPointMapping[];
|
|
1421
1426
|
}
|
|
1422
1427
|
export class Extensible implements IExtensible {
|
|
1423
1428
|
constructor(data?: IExtensible);
|
|
1424
1429
|
nestedExtensionFieldPath?: string;
|
|
1425
1430
|
filterable?: boolean;
|
|
1431
|
+
nestedExtensionPointMappings?: $requests.wix.api.INestedExtensionPointMapping[];
|
|
1432
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1433
|
+
}
|
|
1434
|
+
export interface INestedExtensionPointMapping {
|
|
1435
|
+
extensionPoint?: string;
|
|
1436
|
+
path?: string;
|
|
1437
|
+
}
|
|
1438
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
1439
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
1440
|
+
extensionPoint?: string;
|
|
1441
|
+
path?: string;
|
|
1426
1442
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1427
1443
|
}
|
|
1428
1444
|
export interface IMessageAppendix {
|
|
@@ -1442,6 +1458,7 @@ declare namespace $requests {
|
|
|
1442
1458
|
DOCS_CONF = "DOCS_CONF",
|
|
1443
1459
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1444
1460
|
SEARCH = "SEARCH",
|
|
1461
|
+
AUTO_SDK = "AUTO_SDK",
|
|
1445
1462
|
}
|
|
1446
1463
|
}
|
|
1447
1464
|
export interface IDomainEventOptions {
|
|
@@ -4991,6 +5008,8 @@ declare namespace $responses {
|
|
|
4991
5008
|
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
4992
5009
|
taggable?: $responses.wix.api.ITaggable;
|
|
4993
5010
|
queryOptions?: $responses.wix.api.IQueryOptions;
|
|
5011
|
+
eventsExposure: $responses.wix.api.Exposure;
|
|
5012
|
+
eventsMaturity: $responses.wix.api.Maturity;
|
|
4994
5013
|
}
|
|
4995
5014
|
export class Entity implements IEntity {
|
|
4996
5015
|
constructor(data?: IEntity);
|
|
@@ -5008,16 +5027,30 @@ declare namespace $responses {
|
|
|
5008
5027
|
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
5009
5028
|
taggable?: $responses.wix.api.ITaggable;
|
|
5010
5029
|
queryOptions?: $responses.wix.api.IQueryOptions;
|
|
5030
|
+
eventsExposure: $responses.wix.api.Exposure;
|
|
5031
|
+
eventsMaturity: $responses.wix.api.Maturity;
|
|
5011
5032
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5012
5033
|
}
|
|
5013
5034
|
export interface IExtensible {
|
|
5014
5035
|
nestedExtensionFieldPath: string;
|
|
5015
5036
|
filterable: boolean;
|
|
5037
|
+
nestedExtensionPointMappings: $responses.wix.api.INestedExtensionPointMapping[];
|
|
5016
5038
|
}
|
|
5017
5039
|
export class Extensible implements IExtensible {
|
|
5018
5040
|
constructor(data?: IExtensible);
|
|
5019
5041
|
nestedExtensionFieldPath: string;
|
|
5020
5042
|
filterable: boolean;
|
|
5043
|
+
nestedExtensionPointMappings: $responses.wix.api.INestedExtensionPointMapping[];
|
|
5044
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5045
|
+
}
|
|
5046
|
+
export interface INestedExtensionPointMapping {
|
|
5047
|
+
extensionPoint: string;
|
|
5048
|
+
path: string;
|
|
5049
|
+
}
|
|
5050
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
5051
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
5052
|
+
extensionPoint: string;
|
|
5053
|
+
path: string;
|
|
5021
5054
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5022
5055
|
}
|
|
5023
5056
|
export interface IMessageAppendix {
|
|
@@ -5037,6 +5070,7 @@ declare namespace $responses {
|
|
|
5037
5070
|
DOCS_CONF = "DOCS_CONF",
|
|
5038
5071
|
MULTILINGUAL = "MULTILINGUAL",
|
|
5039
5072
|
SEARCH = "SEARCH",
|
|
5073
|
+
AUTO_SDK = "AUTO_SDK",
|
|
5040
5074
|
}
|
|
5041
5075
|
}
|
|
5042
5076
|
export interface IDomainEventOptions {
|
|
@@ -1415,6 +1415,8 @@ declare namespace $wrapper {
|
|
|
1415
1415
|
domainEvents?: ($wrapper.wix.api.IDomainEventOptions | null);
|
|
1416
1416
|
taggable?: ($wrapper.wix.api.ITaggable | null);
|
|
1417
1417
|
queryOptions?: ($wrapper.wix.api.IQueryOptions | null);
|
|
1418
|
+
eventsExposure?: ($wrapper.wix.api.Exposure | null);
|
|
1419
|
+
eventsMaturity?: ($wrapper.wix.api.Maturity | null);
|
|
1418
1420
|
}
|
|
1419
1421
|
export class Entity implements IEntity {
|
|
1420
1422
|
constructor(data?: IEntity);
|
|
@@ -1432,16 +1434,30 @@ declare namespace $wrapper {
|
|
|
1432
1434
|
domainEvents?: ($wrapper.wix.api.IDomainEventOptions | null);
|
|
1433
1435
|
taggable?: ($wrapper.wix.api.ITaggable | null);
|
|
1434
1436
|
queryOptions?: ($wrapper.wix.api.IQueryOptions | null);
|
|
1437
|
+
eventsExposure?: ($wrapper.wix.api.Exposure | null);
|
|
1438
|
+
eventsMaturity?: ($wrapper.wix.api.Maturity | null);
|
|
1435
1439
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1436
1440
|
}
|
|
1437
1441
|
export interface IExtensible {
|
|
1438
1442
|
nestedExtensionFieldPath?: (string | null);
|
|
1439
1443
|
filterable?: (boolean | null);
|
|
1444
|
+
nestedExtensionPointMappings?: ($wrapper.wix.api.INestedExtensionPointMapping[] | null);
|
|
1440
1445
|
}
|
|
1441
1446
|
export class Extensible implements IExtensible {
|
|
1442
1447
|
constructor(data?: IExtensible);
|
|
1443
1448
|
nestedExtensionFieldPath?: (string | null);
|
|
1444
1449
|
filterable?: (boolean | null);
|
|
1450
|
+
nestedExtensionPointMappings?: ($wrapper.wix.api.INestedExtensionPointMapping[] | null);
|
|
1451
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1452
|
+
}
|
|
1453
|
+
export interface INestedExtensionPointMapping {
|
|
1454
|
+
extensionPoint?: (string | null);
|
|
1455
|
+
path?: (string | null);
|
|
1456
|
+
}
|
|
1457
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
1458
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
1459
|
+
extensionPoint?: (string | null);
|
|
1460
|
+
path?: (string | null);
|
|
1445
1461
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1446
1462
|
}
|
|
1447
1463
|
export interface IMessageAppendix {
|
|
@@ -1461,6 +1477,7 @@ declare namespace $wrapper {
|
|
|
1461
1477
|
DOCS_CONF = "DOCS_CONF",
|
|
1462
1478
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1463
1479
|
SEARCH = "SEARCH",
|
|
1480
|
+
AUTO_SDK = "AUTO_SDK",
|
|
1464
1481
|
}
|
|
1465
1482
|
}
|
|
1466
1483
|
export interface IDomainEventOptions {
|
|
@@ -9,8 +9,8 @@ $root.__options = {
|
|
|
9
9
|
'stringEnums': true,
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
|
-
'generatorVersion': '2.0.
|
|
13
|
-
'contentHash': '
|
|
12
|
+
'generatorVersion': '2.0.1156',
|
|
13
|
+
'contentHash': 'aead415d50ec5b78b2257aa8380422a568beb4df'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -3648,6 +3648,18 @@ $root.__lookup = function (pbjs) {
|
|
|
3648
3648
|
'id': 14,
|
|
3649
3649
|
'comment': null,
|
|
3650
3650
|
'parsedOptions': null
|
|
3651
|
+
},
|
|
3652
|
+
'eventsExposure': {
|
|
3653
|
+
'type': 'Exposure',
|
|
3654
|
+
'id': 15,
|
|
3655
|
+
'comment': null,
|
|
3656
|
+
'parsedOptions': null
|
|
3657
|
+
},
|
|
3658
|
+
'eventsMaturity': {
|
|
3659
|
+
'type': 'Maturity',
|
|
3660
|
+
'id': 16,
|
|
3661
|
+
'comment': null,
|
|
3662
|
+
'parsedOptions': null
|
|
3651
3663
|
}
|
|
3652
3664
|
},
|
|
3653
3665
|
'comment': null
|
|
@@ -3665,6 +3677,32 @@ $root.__lookup = function (pbjs) {
|
|
|
3665
3677
|
'id': 2,
|
|
3666
3678
|
'comment': null,
|
|
3667
3679
|
'parsedOptions': null
|
|
3680
|
+
},
|
|
3681
|
+
'nestedExtensionPointMappings': {
|
|
3682
|
+
'rule': 'repeated',
|
|
3683
|
+
'type': 'NestedExtensionPointMapping',
|
|
3684
|
+
'id': 3,
|
|
3685
|
+
'comment': null,
|
|
3686
|
+
'parsedOptions': null
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3689
|
+
'comment': null
|
|
3690
|
+
},
|
|
3691
|
+
'NestedExtensionPointMapping': {
|
|
3692
|
+
'fields': {
|
|
3693
|
+
'extensionPoint': {
|
|
3694
|
+
'rule': 'required',
|
|
3695
|
+
'type': 'string',
|
|
3696
|
+
'id': 1,
|
|
3697
|
+
'comment': null,
|
|
3698
|
+
'parsedOptions': null
|
|
3699
|
+
},
|
|
3700
|
+
'path': {
|
|
3701
|
+
'rule': 'required',
|
|
3702
|
+
'type': 'string',
|
|
3703
|
+
'id': 2,
|
|
3704
|
+
'comment': null,
|
|
3705
|
+
'parsedOptions': null
|
|
3668
3706
|
}
|
|
3669
3707
|
},
|
|
3670
3708
|
'comment': null
|
|
@@ -3693,7 +3731,8 @@ $root.__lookup = function (pbjs) {
|
|
|
3693
3731
|
'AUTO_VELO': 1,
|
|
3694
3732
|
'DOCS_CONF': 2,
|
|
3695
3733
|
'MULTILINGUAL': 3,
|
|
3696
|
-
'SEARCH': 4
|
|
3734
|
+
'SEARCH': 4,
|
|
3735
|
+
'AUTO_SDK': 5
|
|
3697
3736
|
},
|
|
3698
3737
|
'comment': null,
|
|
3699
3738
|
'comments': {
|
|
@@ -3701,7 +3740,8 @@ $root.__lookup = function (pbjs) {
|
|
|
3701
3740
|
'AUTO_VELO': null,
|
|
3702
3741
|
'DOCS_CONF': null,
|
|
3703
3742
|
'MULTILINGUAL': null,
|
|
3704
|
-
'SEARCH': null
|
|
3743
|
+
'SEARCH': null,
|
|
3744
|
+
'AUTO_SDK': null
|
|
3705
3745
|
}
|
|
3706
3746
|
}
|
|
3707
3747
|
},
|
|
@@ -24001,6 +24041,8 @@ $root.wix = (function () {
|
|
|
24001
24041
|
this.domainEvents = props && props.domainEvents;
|
|
24002
24042
|
this.taggable = props && props.taggable;
|
|
24003
24043
|
this.queryOptions = props && props.queryOptions;
|
|
24044
|
+
this.eventsExposure = props && props.eventsExposure;
|
|
24045
|
+
this.eventsMaturity = props && props.eventsMaturity;
|
|
24004
24046
|
}
|
|
24005
24047
|
static toJSON(obj, helper, withDefaults) {
|
|
24006
24048
|
if (obj == null) {
|
|
@@ -24081,6 +24123,16 @@ $root.wix = (function () {
|
|
|
24081
24123
|
} else if (withDefaults) {
|
|
24082
24124
|
delete json['queryOptions'];
|
|
24083
24125
|
}
|
|
24126
|
+
if (obj['eventsExposure'] != null) {
|
|
24127
|
+
json['eventsExposure'] = $root.wix.api.Exposure[obj['eventsExposure']];
|
|
24128
|
+
} else if (withDefaults) {
|
|
24129
|
+
json['eventsExposure'] = 'PRIVATE';
|
|
24130
|
+
}
|
|
24131
|
+
if (obj['eventsMaturity'] != null) {
|
|
24132
|
+
json['eventsMaturity'] = $root.wix.api.Maturity[obj['eventsMaturity']];
|
|
24133
|
+
} else if (withDefaults) {
|
|
24134
|
+
json['eventsMaturity'] = 'ALPHA';
|
|
24135
|
+
}
|
|
24084
24136
|
return json;
|
|
24085
24137
|
}
|
|
24086
24138
|
}
|
|
@@ -24189,6 +24241,20 @@ $root.wix = (function () {
|
|
|
24189
24241
|
} else {
|
|
24190
24242
|
delete result['queryOptions'];
|
|
24191
24243
|
}
|
|
24244
|
+
if (json['eventsExposure'] != null) {
|
|
24245
|
+
result['eventsExposure'] = typeof json['eventsExposure'] === 'string' ? json['eventsExposure'] : $root.wix.api.Exposure[json['eventsExposure']];
|
|
24246
|
+
} else if (withDefaults !== false) {
|
|
24247
|
+
result['eventsExposure'] = 'PRIVATE';
|
|
24248
|
+
} else {
|
|
24249
|
+
delete result['eventsExposure'];
|
|
24250
|
+
}
|
|
24251
|
+
if (json['eventsMaturity'] != null) {
|
|
24252
|
+
result['eventsMaturity'] = typeof json['eventsMaturity'] === 'string' ? json['eventsMaturity'] : $root.wix.api.Maturity[json['eventsMaturity']];
|
|
24253
|
+
} else if (withDefaults !== false) {
|
|
24254
|
+
result['eventsMaturity'] = 'ALPHA';
|
|
24255
|
+
} else {
|
|
24256
|
+
delete result['eventsMaturity'];
|
|
24257
|
+
}
|
|
24192
24258
|
return result;
|
|
24193
24259
|
} else
|
|
24194
24260
|
return json;
|
|
@@ -24244,6 +24310,12 @@ $root.wix = (function () {
|
|
|
24244
24310
|
if (obj['queryOptions'] != null) {
|
|
24245
24311
|
grpc['queryOptions'] = $root.wix.api.QueryOptions.toGRPC(obj['queryOptions'], helper);
|
|
24246
24312
|
}
|
|
24313
|
+
if (obj['eventsExposure'] != null) {
|
|
24314
|
+
grpc['eventsExposure'] = obj['eventsExposure'];
|
|
24315
|
+
}
|
|
24316
|
+
if (obj['eventsMaturity'] != null) {
|
|
24317
|
+
grpc['eventsMaturity'] = obj['eventsMaturity'];
|
|
24318
|
+
}
|
|
24247
24319
|
return grpc;
|
|
24248
24320
|
}
|
|
24249
24321
|
}
|
|
@@ -24326,6 +24398,16 @@ $root.wix = (function () {
|
|
|
24326
24398
|
} else {
|
|
24327
24399
|
delete result['queryOptions'];
|
|
24328
24400
|
}
|
|
24401
|
+
if (grpc['eventsExposure'] != null) {
|
|
24402
|
+
result['eventsExposure'] = grpc['eventsExposure'];
|
|
24403
|
+
} else {
|
|
24404
|
+
result['eventsExposure'] = 'PRIVATE';
|
|
24405
|
+
}
|
|
24406
|
+
if (grpc['eventsMaturity'] != null) {
|
|
24407
|
+
result['eventsMaturity'] = grpc['eventsMaturity'];
|
|
24408
|
+
} else {
|
|
24409
|
+
result['eventsMaturity'] = 'ALPHA';
|
|
24410
|
+
}
|
|
24329
24411
|
return result;
|
|
24330
24412
|
}
|
|
24331
24413
|
}
|
|
@@ -24359,6 +24441,7 @@ $root.wix = (function () {
|
|
|
24359
24441
|
constructor(props) {
|
|
24360
24442
|
this.nestedExtensionFieldPath = props && props.nestedExtensionFieldPath;
|
|
24361
24443
|
this.filterable = props && props.filterable;
|
|
24444
|
+
this.nestedExtensionPointMappings = props && props.nestedExtensionPointMappings;
|
|
24362
24445
|
}
|
|
24363
24446
|
static toJSON(obj, helper, withDefaults) {
|
|
24364
24447
|
if (obj == null) {
|
|
@@ -24375,6 +24458,13 @@ $root.wix = (function () {
|
|
|
24375
24458
|
} else if (withDefaults) {
|
|
24376
24459
|
json['filterable'] = false;
|
|
24377
24460
|
}
|
|
24461
|
+
if (obj['nestedExtensionPointMappings'] != null) {
|
|
24462
|
+
json['nestedExtensionPointMappings'] = obj['nestedExtensionPointMappings'].map(e => {
|
|
24463
|
+
return $root.wix.api.NestedExtensionPointMapping.toJSON(e, helper, withDefaults);
|
|
24464
|
+
});
|
|
24465
|
+
} else if (withDefaults) {
|
|
24466
|
+
json['nestedExtensionPointMappings'] = [];
|
|
24467
|
+
}
|
|
24378
24468
|
return json;
|
|
24379
24469
|
}
|
|
24380
24470
|
}
|
|
@@ -24395,6 +24485,15 @@ $root.wix = (function () {
|
|
|
24395
24485
|
} else {
|
|
24396
24486
|
delete result['filterable'];
|
|
24397
24487
|
}
|
|
24488
|
+
if (json['nestedExtensionPointMappings'] != null) {
|
|
24489
|
+
result['nestedExtensionPointMappings'] = Array.isArray(json['nestedExtensionPointMappings']) ? json['nestedExtensionPointMappings'].map(e => {
|
|
24490
|
+
return $root.wix.api.NestedExtensionPointMapping.fromJSON(e, helper);
|
|
24491
|
+
}) : json['nestedExtensionPointMappings'];
|
|
24492
|
+
} else if (withDefaults !== false) {
|
|
24493
|
+
result['nestedExtensionPointMappings'] = [];
|
|
24494
|
+
} else {
|
|
24495
|
+
delete result['nestedExtensionPointMappings'];
|
|
24496
|
+
}
|
|
24398
24497
|
return result;
|
|
24399
24498
|
} else
|
|
24400
24499
|
return json;
|
|
@@ -24410,6 +24509,11 @@ $root.wix = (function () {
|
|
|
24410
24509
|
if (obj['filterable'] != null) {
|
|
24411
24510
|
grpc['filterable'] = obj['filterable'];
|
|
24412
24511
|
}
|
|
24512
|
+
if (obj['nestedExtensionPointMappings'] != null) {
|
|
24513
|
+
grpc['nestedExtensionPointMappings'] = obj['nestedExtensionPointMappings'].map(e => {
|
|
24514
|
+
return $root.wix.api.NestedExtensionPointMapping.toGRPC(e, helper);
|
|
24515
|
+
});
|
|
24516
|
+
}
|
|
24413
24517
|
return grpc;
|
|
24414
24518
|
}
|
|
24415
24519
|
}
|
|
@@ -24428,6 +24532,13 @@ $root.wix = (function () {
|
|
|
24428
24532
|
} else {
|
|
24429
24533
|
result['filterable'] = false;
|
|
24430
24534
|
}
|
|
24535
|
+
if (grpc['nestedExtensionPointMappings'] != null) {
|
|
24536
|
+
result['nestedExtensionPointMappings'] = grpc['nestedExtensionPointMappings'].map(e => {
|
|
24537
|
+
return $root.wix.api.NestedExtensionPointMapping.fromGRPC(e, helper);
|
|
24538
|
+
});
|
|
24539
|
+
} else {
|
|
24540
|
+
result['nestedExtensionPointMappings'] = [];
|
|
24541
|
+
}
|
|
24431
24542
|
return result;
|
|
24432
24543
|
}
|
|
24433
24544
|
}
|
|
@@ -24456,6 +24567,108 @@ $root.wix = (function () {
|
|
|
24456
24567
|
});
|
|
24457
24568
|
return Extensible;
|
|
24458
24569
|
}());;
|
|
24570
|
+
_api.NestedExtensionPointMapping = (function () {
|
|
24571
|
+
class NestedExtensionPointMapping {
|
|
24572
|
+
constructor(props) {
|
|
24573
|
+
this.extensionPoint = props && props.extensionPoint;
|
|
24574
|
+
this.path = props && props.path;
|
|
24575
|
+
}
|
|
24576
|
+
static toJSON(obj, helper, withDefaults) {
|
|
24577
|
+
if (obj == null) {
|
|
24578
|
+
return null;
|
|
24579
|
+
} else {
|
|
24580
|
+
const json = {};
|
|
24581
|
+
if (obj['extensionPoint'] != null) {
|
|
24582
|
+
json['extensionPoint'] = obj['extensionPoint'];
|
|
24583
|
+
} else if (withDefaults) {
|
|
24584
|
+
json['extensionPoint'] = '';
|
|
24585
|
+
}
|
|
24586
|
+
if (obj['path'] != null) {
|
|
24587
|
+
json['path'] = obj['path'];
|
|
24588
|
+
} else if (withDefaults) {
|
|
24589
|
+
json['path'] = '';
|
|
24590
|
+
}
|
|
24591
|
+
return json;
|
|
24592
|
+
}
|
|
24593
|
+
}
|
|
24594
|
+
static fromJSON(json, helper, withDefaults) {
|
|
24595
|
+
if (typeof json === 'object' && !Array.isArray(json)) {
|
|
24596
|
+
const result = new $root.wix.api.NestedExtensionPointMapping();
|
|
24597
|
+
if (json['extensionPoint'] != null) {
|
|
24598
|
+
result['extensionPoint'] = json['extensionPoint'];
|
|
24599
|
+
} else if (withDefaults !== false) {
|
|
24600
|
+
result['extensionPoint'] = '';
|
|
24601
|
+
} else {
|
|
24602
|
+
delete result['extensionPoint'];
|
|
24603
|
+
}
|
|
24604
|
+
if (json['path'] != null) {
|
|
24605
|
+
result['path'] = json['path'];
|
|
24606
|
+
} else if (withDefaults !== false) {
|
|
24607
|
+
result['path'] = '';
|
|
24608
|
+
} else {
|
|
24609
|
+
delete result['path'];
|
|
24610
|
+
}
|
|
24611
|
+
return result;
|
|
24612
|
+
} else
|
|
24613
|
+
return json;
|
|
24614
|
+
}
|
|
24615
|
+
static toGRPC(obj, helper) {
|
|
24616
|
+
if (obj == null) {
|
|
24617
|
+
return null;
|
|
24618
|
+
} else {
|
|
24619
|
+
const grpc = {};
|
|
24620
|
+
if (obj['extensionPoint'] != null) {
|
|
24621
|
+
grpc['extensionPoint'] = obj['extensionPoint'];
|
|
24622
|
+
}
|
|
24623
|
+
if (obj['path'] != null) {
|
|
24624
|
+
grpc['path'] = obj['path'];
|
|
24625
|
+
}
|
|
24626
|
+
return grpc;
|
|
24627
|
+
}
|
|
24628
|
+
}
|
|
24629
|
+
static fromGRPC(grpc, helper) {
|
|
24630
|
+
if (grpc == null) {
|
|
24631
|
+
return null;
|
|
24632
|
+
} else {
|
|
24633
|
+
const result = new $root.wix.api.NestedExtensionPointMapping();
|
|
24634
|
+
if (grpc['extensionPoint'] != null) {
|
|
24635
|
+
result['extensionPoint'] = grpc['extensionPoint'];
|
|
24636
|
+
} else {
|
|
24637
|
+
result['extensionPoint'] = '';
|
|
24638
|
+
}
|
|
24639
|
+
if (grpc['path'] != null) {
|
|
24640
|
+
result['path'] = grpc['path'];
|
|
24641
|
+
} else {
|
|
24642
|
+
result['path'] = '';
|
|
24643
|
+
}
|
|
24644
|
+
return result;
|
|
24645
|
+
}
|
|
24646
|
+
}
|
|
24647
|
+
}
|
|
24648
|
+
__builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__proto', {
|
|
24649
|
+
value: pbjs => {
|
|
24650
|
+
return $root.__lookup(pbjs)('wix.api.NestedExtensionPointMapping');
|
|
24651
|
+
},
|
|
24652
|
+
enumerable: false,
|
|
24653
|
+
configurable: false
|
|
24654
|
+
});
|
|
24655
|
+
__builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__fqn__', {
|
|
24656
|
+
value: 'wix.api.NestedExtensionPointMapping',
|
|
24657
|
+
enumerable: false,
|
|
24658
|
+
configurable: false
|
|
24659
|
+
});
|
|
24660
|
+
__builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__options__', {
|
|
24661
|
+
value: $root.__options,
|
|
24662
|
+
enumerable: false,
|
|
24663
|
+
configurable: false
|
|
24664
|
+
});
|
|
24665
|
+
__builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__root__', {
|
|
24666
|
+
value: $root,
|
|
24667
|
+
enumerable: false,
|
|
24668
|
+
configurable: false
|
|
24669
|
+
});
|
|
24670
|
+
return NestedExtensionPointMapping;
|
|
24671
|
+
}());;
|
|
24459
24672
|
_api.MessageAppendix = (function () {
|
|
24460
24673
|
class MessageAppendix {
|
|
24461
24674
|
constructor(props) {
|
|
@@ -24544,7 +24757,9 @@ $root.wix = (function () {
|
|
|
24544
24757
|
'MULTILINGUAL': 'MULTILINGUAL',
|
|
24545
24758
|
3: 'MULTILINGUAL',
|
|
24546
24759
|
'SEARCH': 'SEARCH',
|
|
24547
|
-
4: 'SEARCH'
|
|
24760
|
+
4: 'SEARCH',
|
|
24761
|
+
'AUTO_SDK': 'AUTO_SDK',
|
|
24762
|
+
5: 'AUTO_SDK'
|
|
24548
24763
|
};
|
|
24549
24764
|
MessageAppendix.Type = {
|
|
24550
24765
|
'UNKNOWN_APPENDIX_TYPE': 'UNKNOWN_APPENDIX_TYPE',
|
|
@@ -24556,7 +24771,9 @@ $root.wix = (function () {
|
|
|
24556
24771
|
'MULTILINGUAL': 'MULTILINGUAL',
|
|
24557
24772
|
3: 'MULTILINGUAL',
|
|
24558
24773
|
'SEARCH': 'SEARCH',
|
|
24559
|
-
4: 'SEARCH'
|
|
24774
|
+
4: 'SEARCH',
|
|
24775
|
+
'AUTO_SDK': 'AUTO_SDK',
|
|
24776
|
+
5: 'AUTO_SDK'
|
|
24560
24777
|
};
|
|
24561
24778
|
__builtIn.Object.defineProperty(MessageAppendix.prototype, '__proto', {
|
|
24562
24779
|
value: pbjs => {
|
|
@@ -1396,6 +1396,8 @@ declare namespace $requests {
|
|
|
1396
1396
|
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1397
1397
|
taggable?: $requests.wix.api.ITaggable;
|
|
1398
1398
|
queryOptions?: $requests.wix.api.IQueryOptions;
|
|
1399
|
+
eventsExposure: $requests.wix.api.Exposure;
|
|
1400
|
+
eventsMaturity: $requests.wix.api.Maturity;
|
|
1399
1401
|
}
|
|
1400
1402
|
export class Entity implements IEntity {
|
|
1401
1403
|
constructor(data?: IEntity);
|
|
@@ -1413,16 +1415,30 @@ declare namespace $requests {
|
|
|
1413
1415
|
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1414
1416
|
taggable?: $requests.wix.api.ITaggable;
|
|
1415
1417
|
queryOptions?: $requests.wix.api.IQueryOptions;
|
|
1418
|
+
eventsExposure: $requests.wix.api.Exposure;
|
|
1419
|
+
eventsMaturity: $requests.wix.api.Maturity;
|
|
1416
1420
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1417
1421
|
}
|
|
1418
1422
|
export interface IExtensible {
|
|
1419
1423
|
nestedExtensionFieldPath: string;
|
|
1420
1424
|
filterable: boolean;
|
|
1425
|
+
nestedExtensionPointMappings: $requests.wix.api.INestedExtensionPointMapping[];
|
|
1421
1426
|
}
|
|
1422
1427
|
export class Extensible implements IExtensible {
|
|
1423
1428
|
constructor(data?: IExtensible);
|
|
1424
1429
|
nestedExtensionFieldPath: string;
|
|
1425
1430
|
filterable: boolean;
|
|
1431
|
+
nestedExtensionPointMappings: $requests.wix.api.INestedExtensionPointMapping[];
|
|
1432
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1433
|
+
}
|
|
1434
|
+
export interface INestedExtensionPointMapping {
|
|
1435
|
+
extensionPoint: string;
|
|
1436
|
+
path: string;
|
|
1437
|
+
}
|
|
1438
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
1439
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
1440
|
+
extensionPoint: string;
|
|
1441
|
+
path: string;
|
|
1426
1442
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1427
1443
|
}
|
|
1428
1444
|
export interface IMessageAppendix {
|
|
@@ -1442,6 +1458,7 @@ declare namespace $requests {
|
|
|
1442
1458
|
DOCS_CONF = "DOCS_CONF",
|
|
1443
1459
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1444
1460
|
SEARCH = "SEARCH",
|
|
1461
|
+
AUTO_SDK = "AUTO_SDK",
|
|
1445
1462
|
}
|
|
1446
1463
|
}
|
|
1447
1464
|
export interface IDomainEventOptions {
|
|
@@ -4991,6 +5008,8 @@ declare namespace $responses {
|
|
|
4991
5008
|
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
4992
5009
|
taggable?: $responses.wix.api.ITaggable;
|
|
4993
5010
|
queryOptions?: $responses.wix.api.IQueryOptions;
|
|
5011
|
+
eventsExposure?: $responses.wix.api.Exposure;
|
|
5012
|
+
eventsMaturity?: $responses.wix.api.Maturity;
|
|
4994
5013
|
}
|
|
4995
5014
|
export class Entity implements IEntity {
|
|
4996
5015
|
constructor(data?: IEntity);
|
|
@@ -5008,16 +5027,30 @@ declare namespace $responses {
|
|
|
5008
5027
|
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
5009
5028
|
taggable?: $responses.wix.api.ITaggable;
|
|
5010
5029
|
queryOptions?: $responses.wix.api.IQueryOptions;
|
|
5030
|
+
eventsExposure?: $responses.wix.api.Exposure;
|
|
5031
|
+
eventsMaturity?: $responses.wix.api.Maturity;
|
|
5011
5032
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5012
5033
|
}
|
|
5013
5034
|
export interface IExtensible {
|
|
5014
5035
|
nestedExtensionFieldPath?: string;
|
|
5015
5036
|
filterable?: boolean;
|
|
5037
|
+
nestedExtensionPointMappings?: $responses.wix.api.INestedExtensionPointMapping[];
|
|
5016
5038
|
}
|
|
5017
5039
|
export class Extensible implements IExtensible {
|
|
5018
5040
|
constructor(data?: IExtensible);
|
|
5019
5041
|
nestedExtensionFieldPath?: string;
|
|
5020
5042
|
filterable?: boolean;
|
|
5043
|
+
nestedExtensionPointMappings?: $responses.wix.api.INestedExtensionPointMapping[];
|
|
5044
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5045
|
+
}
|
|
5046
|
+
export interface INestedExtensionPointMapping {
|
|
5047
|
+
extensionPoint?: string;
|
|
5048
|
+
path?: string;
|
|
5049
|
+
}
|
|
5050
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
5051
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
5052
|
+
extensionPoint?: string;
|
|
5053
|
+
path?: string;
|
|
5021
5054
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5022
5055
|
}
|
|
5023
5056
|
export interface IMessageAppendix {
|
|
@@ -5037,6 +5070,7 @@ declare namespace $responses {
|
|
|
5037
5070
|
DOCS_CONF = "DOCS_CONF",
|
|
5038
5071
|
MULTILINGUAL = "MULTILINGUAL",
|
|
5039
5072
|
SEARCH = "SEARCH",
|
|
5073
|
+
AUTO_SDK = "AUTO_SDK",
|
|
5040
5074
|
}
|
|
5041
5075
|
}
|
|
5042
5076
|
export interface IDomainEventOptions {
|
|
@@ -1396,6 +1396,8 @@ declare namespace $requests {
|
|
|
1396
1396
|
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1397
1397
|
taggable?: $requests.wix.api.ITaggable;
|
|
1398
1398
|
queryOptions?: $requests.wix.api.IQueryOptions;
|
|
1399
|
+
eventsExposure?: $requests.wix.api.Exposure;
|
|
1400
|
+
eventsMaturity?: $requests.wix.api.Maturity;
|
|
1399
1401
|
}
|
|
1400
1402
|
export class Entity implements IEntity {
|
|
1401
1403
|
constructor(data?: IEntity);
|
|
@@ -1413,16 +1415,30 @@ declare namespace $requests {
|
|
|
1413
1415
|
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1414
1416
|
taggable?: $requests.wix.api.ITaggable;
|
|
1415
1417
|
queryOptions?: $requests.wix.api.IQueryOptions;
|
|
1418
|
+
eventsExposure?: $requests.wix.api.Exposure;
|
|
1419
|
+
eventsMaturity?: $requests.wix.api.Maturity;
|
|
1416
1420
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1417
1421
|
}
|
|
1418
1422
|
export interface IExtensible {
|
|
1419
1423
|
nestedExtensionFieldPath?: string;
|
|
1420
1424
|
filterable?: boolean;
|
|
1425
|
+
nestedExtensionPointMappings?: $requests.wix.api.INestedExtensionPointMapping[];
|
|
1421
1426
|
}
|
|
1422
1427
|
export class Extensible implements IExtensible {
|
|
1423
1428
|
constructor(data?: IExtensible);
|
|
1424
1429
|
nestedExtensionFieldPath?: string;
|
|
1425
1430
|
filterable?: boolean;
|
|
1431
|
+
nestedExtensionPointMappings?: $requests.wix.api.INestedExtensionPointMapping[];
|
|
1432
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1433
|
+
}
|
|
1434
|
+
export interface INestedExtensionPointMapping {
|
|
1435
|
+
extensionPoint?: string;
|
|
1436
|
+
path?: string;
|
|
1437
|
+
}
|
|
1438
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
1439
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
1440
|
+
extensionPoint?: string;
|
|
1441
|
+
path?: string;
|
|
1426
1442
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1427
1443
|
}
|
|
1428
1444
|
export interface IMessageAppendix {
|
|
@@ -1442,6 +1458,7 @@ declare namespace $requests {
|
|
|
1442
1458
|
DOCS_CONF = "DOCS_CONF",
|
|
1443
1459
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1444
1460
|
SEARCH = "SEARCH",
|
|
1461
|
+
AUTO_SDK = "AUTO_SDK",
|
|
1445
1462
|
}
|
|
1446
1463
|
}
|
|
1447
1464
|
export interface IDomainEventOptions {
|
|
@@ -4991,6 +5008,8 @@ declare namespace $responses {
|
|
|
4991
5008
|
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
4992
5009
|
taggable?: $responses.wix.api.ITaggable;
|
|
4993
5010
|
queryOptions?: $responses.wix.api.IQueryOptions;
|
|
5011
|
+
eventsExposure: $responses.wix.api.Exposure;
|
|
5012
|
+
eventsMaturity: $responses.wix.api.Maturity;
|
|
4994
5013
|
}
|
|
4995
5014
|
export class Entity implements IEntity {
|
|
4996
5015
|
constructor(data?: IEntity);
|
|
@@ -5008,16 +5027,30 @@ declare namespace $responses {
|
|
|
5008
5027
|
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
5009
5028
|
taggable?: $responses.wix.api.ITaggable;
|
|
5010
5029
|
queryOptions?: $responses.wix.api.IQueryOptions;
|
|
5030
|
+
eventsExposure: $responses.wix.api.Exposure;
|
|
5031
|
+
eventsMaturity: $responses.wix.api.Maturity;
|
|
5011
5032
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5012
5033
|
}
|
|
5013
5034
|
export interface IExtensible {
|
|
5014
5035
|
nestedExtensionFieldPath: string;
|
|
5015
5036
|
filterable: boolean;
|
|
5037
|
+
nestedExtensionPointMappings: $responses.wix.api.INestedExtensionPointMapping[];
|
|
5016
5038
|
}
|
|
5017
5039
|
export class Extensible implements IExtensible {
|
|
5018
5040
|
constructor(data?: IExtensible);
|
|
5019
5041
|
nestedExtensionFieldPath: string;
|
|
5020
5042
|
filterable: boolean;
|
|
5043
|
+
nestedExtensionPointMappings: $responses.wix.api.INestedExtensionPointMapping[];
|
|
5044
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5045
|
+
}
|
|
5046
|
+
export interface INestedExtensionPointMapping {
|
|
5047
|
+
extensionPoint: string;
|
|
5048
|
+
path: string;
|
|
5049
|
+
}
|
|
5050
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
5051
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
5052
|
+
extensionPoint: string;
|
|
5053
|
+
path: string;
|
|
5021
5054
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5022
5055
|
}
|
|
5023
5056
|
export interface IMessageAppendix {
|
|
@@ -5037,6 +5070,7 @@ declare namespace $responses {
|
|
|
5037
5070
|
DOCS_CONF = "DOCS_CONF",
|
|
5038
5071
|
MULTILINGUAL = "MULTILINGUAL",
|
|
5039
5072
|
SEARCH = "SEARCH",
|
|
5073
|
+
AUTO_SDK = "AUTO_SDK",
|
|
5040
5074
|
}
|
|
5041
5075
|
}
|
|
5042
5076
|
export interface IDomainEventOptions {
|
|
@@ -1415,6 +1415,8 @@ declare namespace $wrapper {
|
|
|
1415
1415
|
domainEvents?: ($wrapper.wix.api.IDomainEventOptions | null);
|
|
1416
1416
|
taggable?: ($wrapper.wix.api.ITaggable | null);
|
|
1417
1417
|
queryOptions?: ($wrapper.wix.api.IQueryOptions | null);
|
|
1418
|
+
eventsExposure?: ($wrapper.wix.api.Exposure | null);
|
|
1419
|
+
eventsMaturity?: ($wrapper.wix.api.Maturity | null);
|
|
1418
1420
|
}
|
|
1419
1421
|
export class Entity implements IEntity {
|
|
1420
1422
|
constructor(data?: IEntity);
|
|
@@ -1432,16 +1434,30 @@ declare namespace $wrapper {
|
|
|
1432
1434
|
domainEvents?: ($wrapper.wix.api.IDomainEventOptions | null);
|
|
1433
1435
|
taggable?: ($wrapper.wix.api.ITaggable | null);
|
|
1434
1436
|
queryOptions?: ($wrapper.wix.api.IQueryOptions | null);
|
|
1437
|
+
eventsExposure?: ($wrapper.wix.api.Exposure | null);
|
|
1438
|
+
eventsMaturity?: ($wrapper.wix.api.Maturity | null);
|
|
1435
1439
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1436
1440
|
}
|
|
1437
1441
|
export interface IExtensible {
|
|
1438
1442
|
nestedExtensionFieldPath?: (string | null);
|
|
1439
1443
|
filterable?: (boolean | null);
|
|
1444
|
+
nestedExtensionPointMappings?: ($wrapper.wix.api.INestedExtensionPointMapping[] | null);
|
|
1440
1445
|
}
|
|
1441
1446
|
export class Extensible implements IExtensible {
|
|
1442
1447
|
constructor(data?: IExtensible);
|
|
1443
1448
|
nestedExtensionFieldPath?: (string | null);
|
|
1444
1449
|
filterable?: (boolean | null);
|
|
1450
|
+
nestedExtensionPointMappings?: ($wrapper.wix.api.INestedExtensionPointMapping[] | null);
|
|
1451
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1452
|
+
}
|
|
1453
|
+
export interface INestedExtensionPointMapping {
|
|
1454
|
+
extensionPoint?: (string | null);
|
|
1455
|
+
path?: (string | null);
|
|
1456
|
+
}
|
|
1457
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
1458
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
1459
|
+
extensionPoint?: (string | null);
|
|
1460
|
+
path?: (string | null);
|
|
1445
1461
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1446
1462
|
}
|
|
1447
1463
|
export interface IMessageAppendix {
|
|
@@ -1461,6 +1477,7 @@ declare namespace $wrapper {
|
|
|
1461
1477
|
DOCS_CONF = "DOCS_CONF",
|
|
1462
1478
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1463
1479
|
SEARCH = "SEARCH",
|
|
1480
|
+
AUTO_SDK = "AUTO_SDK",
|
|
1464
1481
|
}
|
|
1465
1482
|
}
|
|
1466
1483
|
export interface IDomainEventOptions {
|
package/dist/src/proto/index.js
CHANGED
|
@@ -9,8 +9,8 @@ $root.__options = {
|
|
|
9
9
|
'stringEnums': true,
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
|
-
'generatorVersion': '2.0.
|
|
13
|
-
'contentHash': '
|
|
12
|
+
'generatorVersion': '2.0.1156',
|
|
13
|
+
'contentHash': 'aead415d50ec5b78b2257aa8380422a568beb4df'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -3648,6 +3648,18 @@ $root.__lookup = function (pbjs) {
|
|
|
3648
3648
|
'id': 14,
|
|
3649
3649
|
'comment': null,
|
|
3650
3650
|
'parsedOptions': null
|
|
3651
|
+
},
|
|
3652
|
+
'eventsExposure': {
|
|
3653
|
+
'type': 'Exposure',
|
|
3654
|
+
'id': 15,
|
|
3655
|
+
'comment': null,
|
|
3656
|
+
'parsedOptions': null
|
|
3657
|
+
},
|
|
3658
|
+
'eventsMaturity': {
|
|
3659
|
+
'type': 'Maturity',
|
|
3660
|
+
'id': 16,
|
|
3661
|
+
'comment': null,
|
|
3662
|
+
'parsedOptions': null
|
|
3651
3663
|
}
|
|
3652
3664
|
},
|
|
3653
3665
|
'comment': null
|
|
@@ -3665,6 +3677,32 @@ $root.__lookup = function (pbjs) {
|
|
|
3665
3677
|
'id': 2,
|
|
3666
3678
|
'comment': null,
|
|
3667
3679
|
'parsedOptions': null
|
|
3680
|
+
},
|
|
3681
|
+
'nestedExtensionPointMappings': {
|
|
3682
|
+
'rule': 'repeated',
|
|
3683
|
+
'type': 'NestedExtensionPointMapping',
|
|
3684
|
+
'id': 3,
|
|
3685
|
+
'comment': null,
|
|
3686
|
+
'parsedOptions': null
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3689
|
+
'comment': null
|
|
3690
|
+
},
|
|
3691
|
+
'NestedExtensionPointMapping': {
|
|
3692
|
+
'fields': {
|
|
3693
|
+
'extensionPoint': {
|
|
3694
|
+
'rule': 'required',
|
|
3695
|
+
'type': 'string',
|
|
3696
|
+
'id': 1,
|
|
3697
|
+
'comment': null,
|
|
3698
|
+
'parsedOptions': null
|
|
3699
|
+
},
|
|
3700
|
+
'path': {
|
|
3701
|
+
'rule': 'required',
|
|
3702
|
+
'type': 'string',
|
|
3703
|
+
'id': 2,
|
|
3704
|
+
'comment': null,
|
|
3705
|
+
'parsedOptions': null
|
|
3668
3706
|
}
|
|
3669
3707
|
},
|
|
3670
3708
|
'comment': null
|
|
@@ -3693,7 +3731,8 @@ $root.__lookup = function (pbjs) {
|
|
|
3693
3731
|
'AUTO_VELO': 1,
|
|
3694
3732
|
'DOCS_CONF': 2,
|
|
3695
3733
|
'MULTILINGUAL': 3,
|
|
3696
|
-
'SEARCH': 4
|
|
3734
|
+
'SEARCH': 4,
|
|
3735
|
+
'AUTO_SDK': 5
|
|
3697
3736
|
},
|
|
3698
3737
|
'comment': null,
|
|
3699
3738
|
'comments': {
|
|
@@ -3701,7 +3740,8 @@ $root.__lookup = function (pbjs) {
|
|
|
3701
3740
|
'AUTO_VELO': null,
|
|
3702
3741
|
'DOCS_CONF': null,
|
|
3703
3742
|
'MULTILINGUAL': null,
|
|
3704
|
-
'SEARCH': null
|
|
3743
|
+
'SEARCH': null,
|
|
3744
|
+
'AUTO_SDK': null
|
|
3705
3745
|
}
|
|
3706
3746
|
}
|
|
3707
3747
|
},
|
|
@@ -24001,6 +24041,8 @@ $root.wix = (function () {
|
|
|
24001
24041
|
this.domainEvents = props && props.domainEvents;
|
|
24002
24042
|
this.taggable = props && props.taggable;
|
|
24003
24043
|
this.queryOptions = props && props.queryOptions;
|
|
24044
|
+
this.eventsExposure = props && props.eventsExposure;
|
|
24045
|
+
this.eventsMaturity = props && props.eventsMaturity;
|
|
24004
24046
|
}
|
|
24005
24047
|
static toJSON(obj, helper, withDefaults) {
|
|
24006
24048
|
if (obj == null) {
|
|
@@ -24081,6 +24123,16 @@ $root.wix = (function () {
|
|
|
24081
24123
|
} else if (withDefaults) {
|
|
24082
24124
|
delete json['queryOptions'];
|
|
24083
24125
|
}
|
|
24126
|
+
if (obj['eventsExposure'] != null) {
|
|
24127
|
+
json['eventsExposure'] = $root.wix.api.Exposure[obj['eventsExposure']];
|
|
24128
|
+
} else if (withDefaults) {
|
|
24129
|
+
json['eventsExposure'] = 'PRIVATE';
|
|
24130
|
+
}
|
|
24131
|
+
if (obj['eventsMaturity'] != null) {
|
|
24132
|
+
json['eventsMaturity'] = $root.wix.api.Maturity[obj['eventsMaturity']];
|
|
24133
|
+
} else if (withDefaults) {
|
|
24134
|
+
json['eventsMaturity'] = 'ALPHA';
|
|
24135
|
+
}
|
|
24084
24136
|
return json;
|
|
24085
24137
|
}
|
|
24086
24138
|
}
|
|
@@ -24189,6 +24241,20 @@ $root.wix = (function () {
|
|
|
24189
24241
|
} else {
|
|
24190
24242
|
delete result['queryOptions'];
|
|
24191
24243
|
}
|
|
24244
|
+
if (json['eventsExposure'] != null) {
|
|
24245
|
+
result['eventsExposure'] = typeof json['eventsExposure'] === 'string' ? json['eventsExposure'] : $root.wix.api.Exposure[json['eventsExposure']];
|
|
24246
|
+
} else if (withDefaults !== false) {
|
|
24247
|
+
result['eventsExposure'] = 'PRIVATE';
|
|
24248
|
+
} else {
|
|
24249
|
+
delete result['eventsExposure'];
|
|
24250
|
+
}
|
|
24251
|
+
if (json['eventsMaturity'] != null) {
|
|
24252
|
+
result['eventsMaturity'] = typeof json['eventsMaturity'] === 'string' ? json['eventsMaturity'] : $root.wix.api.Maturity[json['eventsMaturity']];
|
|
24253
|
+
} else if (withDefaults !== false) {
|
|
24254
|
+
result['eventsMaturity'] = 'ALPHA';
|
|
24255
|
+
} else {
|
|
24256
|
+
delete result['eventsMaturity'];
|
|
24257
|
+
}
|
|
24192
24258
|
return result;
|
|
24193
24259
|
} else
|
|
24194
24260
|
return json;
|
|
@@ -24244,6 +24310,12 @@ $root.wix = (function () {
|
|
|
24244
24310
|
if (obj['queryOptions'] != null) {
|
|
24245
24311
|
grpc['queryOptions'] = $root.wix.api.QueryOptions.toGRPC(obj['queryOptions'], helper);
|
|
24246
24312
|
}
|
|
24313
|
+
if (obj['eventsExposure'] != null) {
|
|
24314
|
+
grpc['eventsExposure'] = obj['eventsExposure'];
|
|
24315
|
+
}
|
|
24316
|
+
if (obj['eventsMaturity'] != null) {
|
|
24317
|
+
grpc['eventsMaturity'] = obj['eventsMaturity'];
|
|
24318
|
+
}
|
|
24247
24319
|
return grpc;
|
|
24248
24320
|
}
|
|
24249
24321
|
}
|
|
@@ -24326,6 +24398,16 @@ $root.wix = (function () {
|
|
|
24326
24398
|
} else {
|
|
24327
24399
|
delete result['queryOptions'];
|
|
24328
24400
|
}
|
|
24401
|
+
if (grpc['eventsExposure'] != null) {
|
|
24402
|
+
result['eventsExposure'] = grpc['eventsExposure'];
|
|
24403
|
+
} else {
|
|
24404
|
+
result['eventsExposure'] = 'PRIVATE';
|
|
24405
|
+
}
|
|
24406
|
+
if (grpc['eventsMaturity'] != null) {
|
|
24407
|
+
result['eventsMaturity'] = grpc['eventsMaturity'];
|
|
24408
|
+
} else {
|
|
24409
|
+
result['eventsMaturity'] = 'ALPHA';
|
|
24410
|
+
}
|
|
24329
24411
|
return result;
|
|
24330
24412
|
}
|
|
24331
24413
|
}
|
|
@@ -24359,6 +24441,7 @@ $root.wix = (function () {
|
|
|
24359
24441
|
constructor(props) {
|
|
24360
24442
|
this.nestedExtensionFieldPath = props && props.nestedExtensionFieldPath;
|
|
24361
24443
|
this.filterable = props && props.filterable;
|
|
24444
|
+
this.nestedExtensionPointMappings = props && props.nestedExtensionPointMappings;
|
|
24362
24445
|
}
|
|
24363
24446
|
static toJSON(obj, helper, withDefaults) {
|
|
24364
24447
|
if (obj == null) {
|
|
@@ -24375,6 +24458,13 @@ $root.wix = (function () {
|
|
|
24375
24458
|
} else if (withDefaults) {
|
|
24376
24459
|
json['filterable'] = false;
|
|
24377
24460
|
}
|
|
24461
|
+
if (obj['nestedExtensionPointMappings'] != null) {
|
|
24462
|
+
json['nestedExtensionPointMappings'] = obj['nestedExtensionPointMappings'].map(e => {
|
|
24463
|
+
return $root.wix.api.NestedExtensionPointMapping.toJSON(e, helper, withDefaults);
|
|
24464
|
+
});
|
|
24465
|
+
} else if (withDefaults) {
|
|
24466
|
+
json['nestedExtensionPointMappings'] = [];
|
|
24467
|
+
}
|
|
24378
24468
|
return json;
|
|
24379
24469
|
}
|
|
24380
24470
|
}
|
|
@@ -24395,6 +24485,15 @@ $root.wix = (function () {
|
|
|
24395
24485
|
} else {
|
|
24396
24486
|
delete result['filterable'];
|
|
24397
24487
|
}
|
|
24488
|
+
if (json['nestedExtensionPointMappings'] != null) {
|
|
24489
|
+
result['nestedExtensionPointMappings'] = Array.isArray(json['nestedExtensionPointMappings']) ? json['nestedExtensionPointMappings'].map(e => {
|
|
24490
|
+
return $root.wix.api.NestedExtensionPointMapping.fromJSON(e, helper);
|
|
24491
|
+
}) : json['nestedExtensionPointMappings'];
|
|
24492
|
+
} else if (withDefaults !== false) {
|
|
24493
|
+
result['nestedExtensionPointMappings'] = [];
|
|
24494
|
+
} else {
|
|
24495
|
+
delete result['nestedExtensionPointMappings'];
|
|
24496
|
+
}
|
|
24398
24497
|
return result;
|
|
24399
24498
|
} else
|
|
24400
24499
|
return json;
|
|
@@ -24410,6 +24509,11 @@ $root.wix = (function () {
|
|
|
24410
24509
|
if (obj['filterable'] != null) {
|
|
24411
24510
|
grpc['filterable'] = obj['filterable'];
|
|
24412
24511
|
}
|
|
24512
|
+
if (obj['nestedExtensionPointMappings'] != null) {
|
|
24513
|
+
grpc['nestedExtensionPointMappings'] = obj['nestedExtensionPointMappings'].map(e => {
|
|
24514
|
+
return $root.wix.api.NestedExtensionPointMapping.toGRPC(e, helper);
|
|
24515
|
+
});
|
|
24516
|
+
}
|
|
24413
24517
|
return grpc;
|
|
24414
24518
|
}
|
|
24415
24519
|
}
|
|
@@ -24428,6 +24532,13 @@ $root.wix = (function () {
|
|
|
24428
24532
|
} else {
|
|
24429
24533
|
result['filterable'] = false;
|
|
24430
24534
|
}
|
|
24535
|
+
if (grpc['nestedExtensionPointMappings'] != null) {
|
|
24536
|
+
result['nestedExtensionPointMappings'] = grpc['nestedExtensionPointMappings'].map(e => {
|
|
24537
|
+
return $root.wix.api.NestedExtensionPointMapping.fromGRPC(e, helper);
|
|
24538
|
+
});
|
|
24539
|
+
} else {
|
|
24540
|
+
result['nestedExtensionPointMappings'] = [];
|
|
24541
|
+
}
|
|
24431
24542
|
return result;
|
|
24432
24543
|
}
|
|
24433
24544
|
}
|
|
@@ -24456,6 +24567,108 @@ $root.wix = (function () {
|
|
|
24456
24567
|
});
|
|
24457
24568
|
return Extensible;
|
|
24458
24569
|
}());;
|
|
24570
|
+
_api.NestedExtensionPointMapping = (function () {
|
|
24571
|
+
class NestedExtensionPointMapping {
|
|
24572
|
+
constructor(props) {
|
|
24573
|
+
this.extensionPoint = props && props.extensionPoint;
|
|
24574
|
+
this.path = props && props.path;
|
|
24575
|
+
}
|
|
24576
|
+
static toJSON(obj, helper, withDefaults) {
|
|
24577
|
+
if (obj == null) {
|
|
24578
|
+
return null;
|
|
24579
|
+
} else {
|
|
24580
|
+
const json = {};
|
|
24581
|
+
if (obj['extensionPoint'] != null) {
|
|
24582
|
+
json['extensionPoint'] = obj['extensionPoint'];
|
|
24583
|
+
} else if (withDefaults) {
|
|
24584
|
+
json['extensionPoint'] = '';
|
|
24585
|
+
}
|
|
24586
|
+
if (obj['path'] != null) {
|
|
24587
|
+
json['path'] = obj['path'];
|
|
24588
|
+
} else if (withDefaults) {
|
|
24589
|
+
json['path'] = '';
|
|
24590
|
+
}
|
|
24591
|
+
return json;
|
|
24592
|
+
}
|
|
24593
|
+
}
|
|
24594
|
+
static fromJSON(json, helper, withDefaults) {
|
|
24595
|
+
if (typeof json === 'object' && !Array.isArray(json)) {
|
|
24596
|
+
const result = new $root.wix.api.NestedExtensionPointMapping();
|
|
24597
|
+
if (json['extensionPoint'] != null) {
|
|
24598
|
+
result['extensionPoint'] = json['extensionPoint'];
|
|
24599
|
+
} else if (withDefaults !== false) {
|
|
24600
|
+
result['extensionPoint'] = '';
|
|
24601
|
+
} else {
|
|
24602
|
+
delete result['extensionPoint'];
|
|
24603
|
+
}
|
|
24604
|
+
if (json['path'] != null) {
|
|
24605
|
+
result['path'] = json['path'];
|
|
24606
|
+
} else if (withDefaults !== false) {
|
|
24607
|
+
result['path'] = '';
|
|
24608
|
+
} else {
|
|
24609
|
+
delete result['path'];
|
|
24610
|
+
}
|
|
24611
|
+
return result;
|
|
24612
|
+
} else
|
|
24613
|
+
return json;
|
|
24614
|
+
}
|
|
24615
|
+
static toGRPC(obj, helper) {
|
|
24616
|
+
if (obj == null) {
|
|
24617
|
+
return null;
|
|
24618
|
+
} else {
|
|
24619
|
+
const grpc = {};
|
|
24620
|
+
if (obj['extensionPoint'] != null) {
|
|
24621
|
+
grpc['extensionPoint'] = obj['extensionPoint'];
|
|
24622
|
+
}
|
|
24623
|
+
if (obj['path'] != null) {
|
|
24624
|
+
grpc['path'] = obj['path'];
|
|
24625
|
+
}
|
|
24626
|
+
return grpc;
|
|
24627
|
+
}
|
|
24628
|
+
}
|
|
24629
|
+
static fromGRPC(grpc, helper) {
|
|
24630
|
+
if (grpc == null) {
|
|
24631
|
+
return null;
|
|
24632
|
+
} else {
|
|
24633
|
+
const result = new $root.wix.api.NestedExtensionPointMapping();
|
|
24634
|
+
if (grpc['extensionPoint'] != null) {
|
|
24635
|
+
result['extensionPoint'] = grpc['extensionPoint'];
|
|
24636
|
+
} else {
|
|
24637
|
+
result['extensionPoint'] = '';
|
|
24638
|
+
}
|
|
24639
|
+
if (grpc['path'] != null) {
|
|
24640
|
+
result['path'] = grpc['path'];
|
|
24641
|
+
} else {
|
|
24642
|
+
result['path'] = '';
|
|
24643
|
+
}
|
|
24644
|
+
return result;
|
|
24645
|
+
}
|
|
24646
|
+
}
|
|
24647
|
+
}
|
|
24648
|
+
__builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__proto', {
|
|
24649
|
+
value: pbjs => {
|
|
24650
|
+
return $root.__lookup(pbjs)('wix.api.NestedExtensionPointMapping');
|
|
24651
|
+
},
|
|
24652
|
+
enumerable: false,
|
|
24653
|
+
configurable: false
|
|
24654
|
+
});
|
|
24655
|
+
__builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__fqn__', {
|
|
24656
|
+
value: 'wix.api.NestedExtensionPointMapping',
|
|
24657
|
+
enumerable: false,
|
|
24658
|
+
configurable: false
|
|
24659
|
+
});
|
|
24660
|
+
__builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__options__', {
|
|
24661
|
+
value: $root.__options,
|
|
24662
|
+
enumerable: false,
|
|
24663
|
+
configurable: false
|
|
24664
|
+
});
|
|
24665
|
+
__builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__root__', {
|
|
24666
|
+
value: $root,
|
|
24667
|
+
enumerable: false,
|
|
24668
|
+
configurable: false
|
|
24669
|
+
});
|
|
24670
|
+
return NestedExtensionPointMapping;
|
|
24671
|
+
}());;
|
|
24459
24672
|
_api.MessageAppendix = (function () {
|
|
24460
24673
|
class MessageAppendix {
|
|
24461
24674
|
constructor(props) {
|
|
@@ -24544,7 +24757,9 @@ $root.wix = (function () {
|
|
|
24544
24757
|
'MULTILINGUAL': 'MULTILINGUAL',
|
|
24545
24758
|
3: 'MULTILINGUAL',
|
|
24546
24759
|
'SEARCH': 'SEARCH',
|
|
24547
|
-
4: 'SEARCH'
|
|
24760
|
+
4: 'SEARCH',
|
|
24761
|
+
'AUTO_SDK': 'AUTO_SDK',
|
|
24762
|
+
5: 'AUTO_SDK'
|
|
24548
24763
|
};
|
|
24549
24764
|
MessageAppendix.Type = {
|
|
24550
24765
|
'UNKNOWN_APPENDIX_TYPE': 'UNKNOWN_APPENDIX_TYPE',
|
|
@@ -24556,7 +24771,9 @@ $root.wix = (function () {
|
|
|
24556
24771
|
'MULTILINGUAL': 'MULTILINGUAL',
|
|
24557
24772
|
3: 'MULTILINGUAL',
|
|
24558
24773
|
'SEARCH': 'SEARCH',
|
|
24559
|
-
4: 'SEARCH'
|
|
24774
|
+
4: 'SEARCH',
|
|
24775
|
+
'AUTO_SDK': 'AUTO_SDK',
|
|
24776
|
+
5: 'AUTO_SDK'
|
|
24560
24777
|
};
|
|
24561
24778
|
__builtIn.Object.defineProperty(MessageAppendix.prototype, '__proto', {
|
|
24562
24779
|
value: pbjs => {
|
|
@@ -1396,6 +1396,8 @@ declare namespace $requests {
|
|
|
1396
1396
|
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1397
1397
|
taggable?: $requests.wix.api.ITaggable;
|
|
1398
1398
|
queryOptions?: $requests.wix.api.IQueryOptions;
|
|
1399
|
+
eventsExposure: $requests.wix.api.Exposure;
|
|
1400
|
+
eventsMaturity: $requests.wix.api.Maturity;
|
|
1399
1401
|
}
|
|
1400
1402
|
export class Entity implements IEntity {
|
|
1401
1403
|
constructor(data?: IEntity);
|
|
@@ -1413,16 +1415,30 @@ declare namespace $requests {
|
|
|
1413
1415
|
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1414
1416
|
taggable?: $requests.wix.api.ITaggable;
|
|
1415
1417
|
queryOptions?: $requests.wix.api.IQueryOptions;
|
|
1418
|
+
eventsExposure: $requests.wix.api.Exposure;
|
|
1419
|
+
eventsMaturity: $requests.wix.api.Maturity;
|
|
1416
1420
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1417
1421
|
}
|
|
1418
1422
|
export interface IExtensible {
|
|
1419
1423
|
nestedExtensionFieldPath: string;
|
|
1420
1424
|
filterable: boolean;
|
|
1425
|
+
nestedExtensionPointMappings: $requests.wix.api.INestedExtensionPointMapping[];
|
|
1421
1426
|
}
|
|
1422
1427
|
export class Extensible implements IExtensible {
|
|
1423
1428
|
constructor(data?: IExtensible);
|
|
1424
1429
|
nestedExtensionFieldPath: string;
|
|
1425
1430
|
filterable: boolean;
|
|
1431
|
+
nestedExtensionPointMappings: $requests.wix.api.INestedExtensionPointMapping[];
|
|
1432
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1433
|
+
}
|
|
1434
|
+
export interface INestedExtensionPointMapping {
|
|
1435
|
+
extensionPoint: string;
|
|
1436
|
+
path: string;
|
|
1437
|
+
}
|
|
1438
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
1439
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
1440
|
+
extensionPoint: string;
|
|
1441
|
+
path: string;
|
|
1426
1442
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1427
1443
|
}
|
|
1428
1444
|
export interface IMessageAppendix {
|
|
@@ -1442,6 +1458,7 @@ declare namespace $requests {
|
|
|
1442
1458
|
DOCS_CONF = "DOCS_CONF",
|
|
1443
1459
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1444
1460
|
SEARCH = "SEARCH",
|
|
1461
|
+
AUTO_SDK = "AUTO_SDK",
|
|
1445
1462
|
}
|
|
1446
1463
|
}
|
|
1447
1464
|
export interface IDomainEventOptions {
|
|
@@ -4991,6 +5008,8 @@ declare namespace $responses {
|
|
|
4991
5008
|
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
4992
5009
|
taggable?: $responses.wix.api.ITaggable;
|
|
4993
5010
|
queryOptions?: $responses.wix.api.IQueryOptions;
|
|
5011
|
+
eventsExposure?: $responses.wix.api.Exposure;
|
|
5012
|
+
eventsMaturity?: $responses.wix.api.Maturity;
|
|
4994
5013
|
}
|
|
4995
5014
|
export class Entity implements IEntity {
|
|
4996
5015
|
constructor(data?: IEntity);
|
|
@@ -5008,16 +5027,30 @@ declare namespace $responses {
|
|
|
5008
5027
|
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
5009
5028
|
taggable?: $responses.wix.api.ITaggable;
|
|
5010
5029
|
queryOptions?: $responses.wix.api.IQueryOptions;
|
|
5030
|
+
eventsExposure?: $responses.wix.api.Exposure;
|
|
5031
|
+
eventsMaturity?: $responses.wix.api.Maturity;
|
|
5011
5032
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5012
5033
|
}
|
|
5013
5034
|
export interface IExtensible {
|
|
5014
5035
|
nestedExtensionFieldPath?: string;
|
|
5015
5036
|
filterable?: boolean;
|
|
5037
|
+
nestedExtensionPointMappings?: $responses.wix.api.INestedExtensionPointMapping[];
|
|
5016
5038
|
}
|
|
5017
5039
|
export class Extensible implements IExtensible {
|
|
5018
5040
|
constructor(data?: IExtensible);
|
|
5019
5041
|
nestedExtensionFieldPath?: string;
|
|
5020
5042
|
filterable?: boolean;
|
|
5043
|
+
nestedExtensionPointMappings?: $responses.wix.api.INestedExtensionPointMapping[];
|
|
5044
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5045
|
+
}
|
|
5046
|
+
export interface INestedExtensionPointMapping {
|
|
5047
|
+
extensionPoint?: string;
|
|
5048
|
+
path?: string;
|
|
5049
|
+
}
|
|
5050
|
+
export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
|
|
5051
|
+
constructor(data?: INestedExtensionPointMapping);
|
|
5052
|
+
extensionPoint?: string;
|
|
5053
|
+
path?: string;
|
|
5021
5054
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5022
5055
|
}
|
|
5023
5056
|
export interface IMessageAppendix {
|
|
@@ -5037,6 +5070,7 @@ declare namespace $responses {
|
|
|
5037
5070
|
DOCS_CONF = "DOCS_CONF",
|
|
5038
5071
|
MULTILINGUAL = "MULTILINGUAL",
|
|
5039
5072
|
SEARCH = "SEARCH",
|
|
5073
|
+
AUTO_SDK = "AUTO_SDK",
|
|
5040
5074
|
}
|
|
5041
5075
|
}
|
|
5042
5076
|
export interface IDomainEventOptions {
|
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.1428",
|
|
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.1783.0",
|
|
37
37
|
"long": "^5.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/jest": "^24.9.1",
|
|
42
42
|
"@types/node": "^16.11.7",
|
|
43
43
|
"@wix/business-schema-api": "^1.7.1491",
|
|
44
|
-
"@wix/wix-proto-codegen": "^2.0.
|
|
44
|
+
"@wix/wix-proto-codegen": "^2.0.1156",
|
|
45
45
|
"@wix/yoshi": "^6.95.1",
|
|
46
46
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
47
47
|
"husky": "~4.2.5",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"wallaby": {
|
|
72
72
|
"autoDetect": true
|
|
73
73
|
},
|
|
74
|
-
"falconPackageHash": "
|
|
74
|
+
"falconPackageHash": "1d982edb757ec812d335cd973a60c44e598a040924f2252081140532"
|
|
75
75
|
}
|