@wix/metro-common-builders 1.0.1110 → 1.0.1112
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 +16 -0
- package/dist/es/src/proto/index.d.ts +8 -0
- package/dist/es/src/proto/index.js +151 -3
- package/dist/es/src/proto/server/index.d.ts +16 -0
- package/dist/src/proto/client/index.d.ts +16 -0
- package/dist/src/proto/index.d.ts +8 -0
- package/dist/src/proto/index.js +151 -3
- package/dist/src/proto/server/index.d.ts +16 -0
- package/package.json +4 -4
|
@@ -1325,12 +1325,14 @@ declare namespace $requests {
|
|
|
1325
1325
|
idsField?: string;
|
|
1326
1326
|
itemsField?: string;
|
|
1327
1327
|
paging?: $requests.wix.api.IPaging;
|
|
1328
|
+
meAliasableField?: string[];
|
|
1328
1329
|
}
|
|
1329
1330
|
export class ListMethodOptions implements IListMethodOptions {
|
|
1330
1331
|
constructor(data?: IListMethodOptions);
|
|
1331
1332
|
idsField?: string;
|
|
1332
1333
|
itemsField?: string;
|
|
1333
1334
|
paging?: $requests.wix.api.IPaging;
|
|
1335
|
+
meAliasableField?: string[];
|
|
1334
1336
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1335
1337
|
}
|
|
1336
1338
|
export interface IQueryMethodOptions {
|
|
@@ -1338,6 +1340,7 @@ declare namespace $requests {
|
|
|
1338
1340
|
itemsField?: string;
|
|
1339
1341
|
paging?: $requests.wix.api.IPaging;
|
|
1340
1342
|
wql?: $requests.wix.api.IWql;
|
|
1343
|
+
meAliasableField?: string[];
|
|
1341
1344
|
}
|
|
1342
1345
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
1343
1346
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -1345,6 +1348,7 @@ declare namespace $requests {
|
|
|
1345
1348
|
itemsField?: string;
|
|
1346
1349
|
paging?: $requests.wix.api.IPaging;
|
|
1347
1350
|
wql?: $requests.wix.api.IWql;
|
|
1351
|
+
meAliasableField?: string[];
|
|
1348
1352
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1349
1353
|
}
|
|
1350
1354
|
export interface ISearchMethodOptions {
|
|
@@ -1352,6 +1356,7 @@ declare namespace $requests {
|
|
|
1352
1356
|
itemsField?: string;
|
|
1353
1357
|
paging?: $requests.wix.api.IPaging;
|
|
1354
1358
|
wql?: $requests.wix.api.IWql;
|
|
1359
|
+
meAliasableField?: string[];
|
|
1355
1360
|
}
|
|
1356
1361
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
1357
1362
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -1359,6 +1364,7 @@ declare namespace $requests {
|
|
|
1359
1364
|
itemsField?: string;
|
|
1360
1365
|
paging?: $requests.wix.api.IPaging;
|
|
1361
1366
|
wql?: $requests.wix.api.IWql;
|
|
1367
|
+
meAliasableField?: string[];
|
|
1362
1368
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1363
1369
|
}
|
|
1364
1370
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1423,12 +1429,14 @@ declare namespace $requests {
|
|
|
1423
1429
|
idsField?: string;
|
|
1424
1430
|
itemsField?: string;
|
|
1425
1431
|
paging?: $requests.wix.api.IPaging;
|
|
1432
|
+
meAliasableField?: string[];
|
|
1426
1433
|
}
|
|
1427
1434
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
1428
1435
|
constructor(data?: IListDeletedMethodOptions);
|
|
1429
1436
|
idsField?: string;
|
|
1430
1437
|
itemsField?: string;
|
|
1431
1438
|
paging?: $requests.wix.api.IPaging;
|
|
1439
|
+
meAliasableField?: string[];
|
|
1432
1440
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1433
1441
|
}
|
|
1434
1442
|
export interface IGetDeletedMethodOptions {
|
|
@@ -4100,12 +4108,14 @@ declare namespace $responses {
|
|
|
4100
4108
|
idsField: string;
|
|
4101
4109
|
itemsField: string;
|
|
4102
4110
|
paging?: $responses.wix.api.IPaging;
|
|
4111
|
+
meAliasableField: string[];
|
|
4103
4112
|
}
|
|
4104
4113
|
export class ListMethodOptions implements IListMethodOptions {
|
|
4105
4114
|
constructor(data?: IListMethodOptions);
|
|
4106
4115
|
idsField: string;
|
|
4107
4116
|
itemsField: string;
|
|
4108
4117
|
paging?: $responses.wix.api.IPaging;
|
|
4118
|
+
meAliasableField: string[];
|
|
4109
4119
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4110
4120
|
}
|
|
4111
4121
|
export interface IQueryMethodOptions {
|
|
@@ -4113,6 +4123,7 @@ declare namespace $responses {
|
|
|
4113
4123
|
itemsField: string;
|
|
4114
4124
|
paging?: $responses.wix.api.IPaging;
|
|
4115
4125
|
wql?: $responses.wix.api.IWql;
|
|
4126
|
+
meAliasableField: string[];
|
|
4116
4127
|
}
|
|
4117
4128
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
4118
4129
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -4120,6 +4131,7 @@ declare namespace $responses {
|
|
|
4120
4131
|
itemsField: string;
|
|
4121
4132
|
paging?: $responses.wix.api.IPaging;
|
|
4122
4133
|
wql?: $responses.wix.api.IWql;
|
|
4134
|
+
meAliasableField: string[];
|
|
4123
4135
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4124
4136
|
}
|
|
4125
4137
|
export interface ISearchMethodOptions {
|
|
@@ -4127,6 +4139,7 @@ declare namespace $responses {
|
|
|
4127
4139
|
itemsField: string;
|
|
4128
4140
|
paging?: $responses.wix.api.IPaging;
|
|
4129
4141
|
wql?: $responses.wix.api.IWql;
|
|
4142
|
+
meAliasableField: string[];
|
|
4130
4143
|
}
|
|
4131
4144
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
4132
4145
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -4134,6 +4147,7 @@ declare namespace $responses {
|
|
|
4134
4147
|
itemsField: string;
|
|
4135
4148
|
paging?: $responses.wix.api.IPaging;
|
|
4136
4149
|
wql?: $responses.wix.api.IWql;
|
|
4150
|
+
meAliasableField: string[];
|
|
4137
4151
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4138
4152
|
}
|
|
4139
4153
|
export interface IBulkCreateMethodOptions {
|
|
@@ -4198,12 +4212,14 @@ declare namespace $responses {
|
|
|
4198
4212
|
idsField: string;
|
|
4199
4213
|
itemsField: string;
|
|
4200
4214
|
paging?: $responses.wix.api.IPaging;
|
|
4215
|
+
meAliasableField: string[];
|
|
4201
4216
|
}
|
|
4202
4217
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
4203
4218
|
constructor(data?: IListDeletedMethodOptions);
|
|
4204
4219
|
idsField: string;
|
|
4205
4220
|
itemsField: string;
|
|
4206
4221
|
paging?: $responses.wix.api.IPaging;
|
|
4222
|
+
meAliasableField: string[];
|
|
4207
4223
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4208
4224
|
}
|
|
4209
4225
|
export interface IGetDeletedMethodOptions {
|
|
@@ -1338,12 +1338,14 @@ declare namespace $wrapper {
|
|
|
1338
1338
|
idsField?: (string | null);
|
|
1339
1339
|
itemsField?: (string | null);
|
|
1340
1340
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1341
|
+
meAliasableField?: (string[] | null);
|
|
1341
1342
|
}
|
|
1342
1343
|
export class ListMethodOptions implements IListMethodOptions {
|
|
1343
1344
|
constructor(data?: IListMethodOptions);
|
|
1344
1345
|
idsField?: (string | null);
|
|
1345
1346
|
itemsField?: (string | null);
|
|
1346
1347
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1348
|
+
meAliasableField?: (string[] | null);
|
|
1347
1349
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1348
1350
|
}
|
|
1349
1351
|
export interface IQueryMethodOptions {
|
|
@@ -1351,6 +1353,7 @@ declare namespace $wrapper {
|
|
|
1351
1353
|
itemsField?: (string | null);
|
|
1352
1354
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1353
1355
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1356
|
+
meAliasableField?: (string[] | null);
|
|
1354
1357
|
}
|
|
1355
1358
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
1356
1359
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -1358,6 +1361,7 @@ declare namespace $wrapper {
|
|
|
1358
1361
|
itemsField?: (string | null);
|
|
1359
1362
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1360
1363
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1364
|
+
meAliasableField?: (string[] | null);
|
|
1361
1365
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1362
1366
|
}
|
|
1363
1367
|
export interface ISearchMethodOptions {
|
|
@@ -1365,6 +1369,7 @@ declare namespace $wrapper {
|
|
|
1365
1369
|
itemsField?: (string | null);
|
|
1366
1370
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1367
1371
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1372
|
+
meAliasableField?: (string[] | null);
|
|
1368
1373
|
}
|
|
1369
1374
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
1370
1375
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -1372,6 +1377,7 @@ declare namespace $wrapper {
|
|
|
1372
1377
|
itemsField?: (string | null);
|
|
1373
1378
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1374
1379
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1380
|
+
meAliasableField?: (string[] | null);
|
|
1375
1381
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1376
1382
|
}
|
|
1377
1383
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1436,12 +1442,14 @@ declare namespace $wrapper {
|
|
|
1436
1442
|
idsField?: (string | null);
|
|
1437
1443
|
itemsField?: (string | null);
|
|
1438
1444
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1445
|
+
meAliasableField?: (string[] | null);
|
|
1439
1446
|
}
|
|
1440
1447
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
1441
1448
|
constructor(data?: IListDeletedMethodOptions);
|
|
1442
1449
|
idsField?: (string | null);
|
|
1443
1450
|
itemsField?: (string | null);
|
|
1444
1451
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1452
|
+
meAliasableField?: (string[] | null);
|
|
1445
1453
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1446
1454
|
}
|
|
1447
1455
|
export interface IGetDeletedMethodOptions {
|
|
@@ -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.1109',
|
|
13
|
+
'contentHash': '20bde2e3c0dcf9f26c723a8cad528a7e6d976770'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -2593,8 +2593,12 @@ $root.__lookup = function (pbjs) {
|
|
|
2593
2593
|
'exposure': {
|
|
2594
2594
|
'type': 'Exposure',
|
|
2595
2595
|
'id': 2,
|
|
2596
|
+
'options': { 'deprecated': true },
|
|
2596
2597
|
'comment': null,
|
|
2597
|
-
'parsedOptions':
|
|
2598
|
+
'parsedOptions': [{
|
|
2599
|
+
'deprecated': true,
|
|
2600
|
+
'__comment': null
|
|
2601
|
+
}]
|
|
2598
2602
|
},
|
|
2599
2603
|
'appendixFiles': {
|
|
2600
2604
|
'rule': 'repeated',
|
|
@@ -3267,6 +3271,13 @@ $root.__lookup = function (pbjs) {
|
|
|
3267
3271
|
'id': 2,
|
|
3268
3272
|
'comment': null,
|
|
3269
3273
|
'parsedOptions': null
|
|
3274
|
+
},
|
|
3275
|
+
'meAliasableField': {
|
|
3276
|
+
'rule': 'repeated',
|
|
3277
|
+
'type': 'string',
|
|
3278
|
+
'id': 4,
|
|
3279
|
+
'comment': null,
|
|
3280
|
+
'parsedOptions': null
|
|
3270
3281
|
}
|
|
3271
3282
|
},
|
|
3272
3283
|
'comment': null
|
|
@@ -3298,6 +3309,13 @@ $root.__lookup = function (pbjs) {
|
|
|
3298
3309
|
'id': 4,
|
|
3299
3310
|
'comment': null,
|
|
3300
3311
|
'parsedOptions': null
|
|
3312
|
+
},
|
|
3313
|
+
'meAliasableField': {
|
|
3314
|
+
'rule': 'repeated',
|
|
3315
|
+
'type': 'string',
|
|
3316
|
+
'id': 5,
|
|
3317
|
+
'comment': null,
|
|
3318
|
+
'parsedOptions': null
|
|
3301
3319
|
}
|
|
3302
3320
|
},
|
|
3303
3321
|
'comment': null
|
|
@@ -3329,6 +3347,13 @@ $root.__lookup = function (pbjs) {
|
|
|
3329
3347
|
'id': 4,
|
|
3330
3348
|
'comment': null,
|
|
3331
3349
|
'parsedOptions': null
|
|
3350
|
+
},
|
|
3351
|
+
'meAliasableField': {
|
|
3352
|
+
'rule': 'repeated',
|
|
3353
|
+
'type': 'string',
|
|
3354
|
+
'id': 5,
|
|
3355
|
+
'comment': null,
|
|
3356
|
+
'parsedOptions': null
|
|
3332
3357
|
}
|
|
3333
3358
|
},
|
|
3334
3359
|
'comment': null
|
|
@@ -3449,6 +3474,13 @@ $root.__lookup = function (pbjs) {
|
|
|
3449
3474
|
'id': 2,
|
|
3450
3475
|
'comment': null,
|
|
3451
3476
|
'parsedOptions': null
|
|
3477
|
+
},
|
|
3478
|
+
'meAliasableField': {
|
|
3479
|
+
'rule': 'repeated',
|
|
3480
|
+
'type': 'string',
|
|
3481
|
+
'id': 4,
|
|
3482
|
+
'comment': null,
|
|
3483
|
+
'parsedOptions': null
|
|
3452
3484
|
}
|
|
3453
3485
|
},
|
|
3454
3486
|
'comment': null
|
|
@@ -20642,6 +20674,7 @@ $root.wix = (function () {
|
|
|
20642
20674
|
this.idsField = props && props.idsField;
|
|
20643
20675
|
this.itemsField = props && props.itemsField;
|
|
20644
20676
|
this.paging = props && props.paging;
|
|
20677
|
+
this.meAliasableField = props && props.meAliasableField;
|
|
20645
20678
|
}
|
|
20646
20679
|
static toJSON(obj, helper, withDefaults) {
|
|
20647
20680
|
if (obj == null) {
|
|
@@ -20663,6 +20696,13 @@ $root.wix = (function () {
|
|
|
20663
20696
|
} else if (withDefaults) {
|
|
20664
20697
|
delete json['paging'];
|
|
20665
20698
|
}
|
|
20699
|
+
if (obj['meAliasableField'] != null) {
|
|
20700
|
+
json['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
20701
|
+
return e;
|
|
20702
|
+
});
|
|
20703
|
+
} else if (withDefaults) {
|
|
20704
|
+
json['meAliasableField'] = [];
|
|
20705
|
+
}
|
|
20666
20706
|
return json;
|
|
20667
20707
|
}
|
|
20668
20708
|
}
|
|
@@ -20690,6 +20730,15 @@ $root.wix = (function () {
|
|
|
20690
20730
|
} else {
|
|
20691
20731
|
delete result['paging'];
|
|
20692
20732
|
}
|
|
20733
|
+
if (json['meAliasableField'] != null) {
|
|
20734
|
+
result['meAliasableField'] = Array.isArray(json['meAliasableField']) ? json['meAliasableField'].map(e => {
|
|
20735
|
+
return e;
|
|
20736
|
+
}) : json['meAliasableField'];
|
|
20737
|
+
} else if (withDefaults !== false) {
|
|
20738
|
+
result['meAliasableField'] = [];
|
|
20739
|
+
} else {
|
|
20740
|
+
delete result['meAliasableField'];
|
|
20741
|
+
}
|
|
20693
20742
|
return result;
|
|
20694
20743
|
} else
|
|
20695
20744
|
return json;
|
|
@@ -20708,6 +20757,11 @@ $root.wix = (function () {
|
|
|
20708
20757
|
if (obj['paging'] != null) {
|
|
20709
20758
|
grpc['paging'] = $root.wix.api.Paging.toGRPC(obj['paging'], helper);
|
|
20710
20759
|
}
|
|
20760
|
+
if (obj['meAliasableField'] != null) {
|
|
20761
|
+
grpc['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
20762
|
+
return e;
|
|
20763
|
+
});
|
|
20764
|
+
}
|
|
20711
20765
|
return grpc;
|
|
20712
20766
|
}
|
|
20713
20767
|
}
|
|
@@ -20731,6 +20785,13 @@ $root.wix = (function () {
|
|
|
20731
20785
|
} else {
|
|
20732
20786
|
delete result['paging'];
|
|
20733
20787
|
}
|
|
20788
|
+
if (grpc['meAliasableField'] != null) {
|
|
20789
|
+
result['meAliasableField'] = grpc['meAliasableField'].map(e => {
|
|
20790
|
+
return e;
|
|
20791
|
+
});
|
|
20792
|
+
} else {
|
|
20793
|
+
result['meAliasableField'] = [];
|
|
20794
|
+
}
|
|
20734
20795
|
return result;
|
|
20735
20796
|
}
|
|
20736
20797
|
}
|
|
@@ -20766,6 +20827,7 @@ $root.wix = (function () {
|
|
|
20766
20827
|
this.itemsField = props && props.itemsField;
|
|
20767
20828
|
this.paging = props && props.paging;
|
|
20768
20829
|
this.wql = props && props.wql;
|
|
20830
|
+
this.meAliasableField = props && props.meAliasableField;
|
|
20769
20831
|
}
|
|
20770
20832
|
static toJSON(obj, helper, withDefaults) {
|
|
20771
20833
|
if (obj == null) {
|
|
@@ -20792,6 +20854,13 @@ $root.wix = (function () {
|
|
|
20792
20854
|
} else if (withDefaults) {
|
|
20793
20855
|
delete json['wql'];
|
|
20794
20856
|
}
|
|
20857
|
+
if (obj['meAliasableField'] != null) {
|
|
20858
|
+
json['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
20859
|
+
return e;
|
|
20860
|
+
});
|
|
20861
|
+
} else if (withDefaults) {
|
|
20862
|
+
json['meAliasableField'] = [];
|
|
20863
|
+
}
|
|
20795
20864
|
return json;
|
|
20796
20865
|
}
|
|
20797
20866
|
}
|
|
@@ -20826,6 +20895,15 @@ $root.wix = (function () {
|
|
|
20826
20895
|
} else {
|
|
20827
20896
|
delete result['wql'];
|
|
20828
20897
|
}
|
|
20898
|
+
if (json['meAliasableField'] != null) {
|
|
20899
|
+
result['meAliasableField'] = Array.isArray(json['meAliasableField']) ? json['meAliasableField'].map(e => {
|
|
20900
|
+
return e;
|
|
20901
|
+
}) : json['meAliasableField'];
|
|
20902
|
+
} else if (withDefaults !== false) {
|
|
20903
|
+
result['meAliasableField'] = [];
|
|
20904
|
+
} else {
|
|
20905
|
+
delete result['meAliasableField'];
|
|
20906
|
+
}
|
|
20829
20907
|
return result;
|
|
20830
20908
|
} else
|
|
20831
20909
|
return json;
|
|
@@ -20847,6 +20925,11 @@ $root.wix = (function () {
|
|
|
20847
20925
|
if (obj['wql'] != null) {
|
|
20848
20926
|
grpc['wql'] = $root.wix.api.Wql.toGRPC(obj['wql'], helper);
|
|
20849
20927
|
}
|
|
20928
|
+
if (obj['meAliasableField'] != null) {
|
|
20929
|
+
grpc['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
20930
|
+
return e;
|
|
20931
|
+
});
|
|
20932
|
+
}
|
|
20850
20933
|
return grpc;
|
|
20851
20934
|
}
|
|
20852
20935
|
}
|
|
@@ -20875,6 +20958,13 @@ $root.wix = (function () {
|
|
|
20875
20958
|
} else {
|
|
20876
20959
|
delete result['wql'];
|
|
20877
20960
|
}
|
|
20961
|
+
if (grpc['meAliasableField'] != null) {
|
|
20962
|
+
result['meAliasableField'] = grpc['meAliasableField'].map(e => {
|
|
20963
|
+
return e;
|
|
20964
|
+
});
|
|
20965
|
+
} else {
|
|
20966
|
+
result['meAliasableField'] = [];
|
|
20967
|
+
}
|
|
20878
20968
|
return result;
|
|
20879
20969
|
}
|
|
20880
20970
|
}
|
|
@@ -20910,6 +21000,7 @@ $root.wix = (function () {
|
|
|
20910
21000
|
this.itemsField = props && props.itemsField;
|
|
20911
21001
|
this.paging = props && props.paging;
|
|
20912
21002
|
this.wql = props && props.wql;
|
|
21003
|
+
this.meAliasableField = props && props.meAliasableField;
|
|
20913
21004
|
}
|
|
20914
21005
|
static toJSON(obj, helper, withDefaults) {
|
|
20915
21006
|
if (obj == null) {
|
|
@@ -20936,6 +21027,13 @@ $root.wix = (function () {
|
|
|
20936
21027
|
} else if (withDefaults) {
|
|
20937
21028
|
delete json['wql'];
|
|
20938
21029
|
}
|
|
21030
|
+
if (obj['meAliasableField'] != null) {
|
|
21031
|
+
json['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
21032
|
+
return e;
|
|
21033
|
+
});
|
|
21034
|
+
} else if (withDefaults) {
|
|
21035
|
+
json['meAliasableField'] = [];
|
|
21036
|
+
}
|
|
20939
21037
|
return json;
|
|
20940
21038
|
}
|
|
20941
21039
|
}
|
|
@@ -20970,6 +21068,15 @@ $root.wix = (function () {
|
|
|
20970
21068
|
} else {
|
|
20971
21069
|
delete result['wql'];
|
|
20972
21070
|
}
|
|
21071
|
+
if (json['meAliasableField'] != null) {
|
|
21072
|
+
result['meAliasableField'] = Array.isArray(json['meAliasableField']) ? json['meAliasableField'].map(e => {
|
|
21073
|
+
return e;
|
|
21074
|
+
}) : json['meAliasableField'];
|
|
21075
|
+
} else if (withDefaults !== false) {
|
|
21076
|
+
result['meAliasableField'] = [];
|
|
21077
|
+
} else {
|
|
21078
|
+
delete result['meAliasableField'];
|
|
21079
|
+
}
|
|
20973
21080
|
return result;
|
|
20974
21081
|
} else
|
|
20975
21082
|
return json;
|
|
@@ -20991,6 +21098,11 @@ $root.wix = (function () {
|
|
|
20991
21098
|
if (obj['wql'] != null) {
|
|
20992
21099
|
grpc['wql'] = $root.wix.api.Wql.toGRPC(obj['wql'], helper);
|
|
20993
21100
|
}
|
|
21101
|
+
if (obj['meAliasableField'] != null) {
|
|
21102
|
+
grpc['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
21103
|
+
return e;
|
|
21104
|
+
});
|
|
21105
|
+
}
|
|
20994
21106
|
return grpc;
|
|
20995
21107
|
}
|
|
20996
21108
|
}
|
|
@@ -21019,6 +21131,13 @@ $root.wix = (function () {
|
|
|
21019
21131
|
} else {
|
|
21020
21132
|
delete result['wql'];
|
|
21021
21133
|
}
|
|
21134
|
+
if (grpc['meAliasableField'] != null) {
|
|
21135
|
+
result['meAliasableField'] = grpc['meAliasableField'].map(e => {
|
|
21136
|
+
return e;
|
|
21137
|
+
});
|
|
21138
|
+
} else {
|
|
21139
|
+
result['meAliasableField'] = [];
|
|
21140
|
+
}
|
|
21022
21141
|
return result;
|
|
21023
21142
|
}
|
|
21024
21143
|
}
|
|
@@ -21644,6 +21763,7 @@ $root.wix = (function () {
|
|
|
21644
21763
|
this.idsField = props && props.idsField;
|
|
21645
21764
|
this.itemsField = props && props.itemsField;
|
|
21646
21765
|
this.paging = props && props.paging;
|
|
21766
|
+
this.meAliasableField = props && props.meAliasableField;
|
|
21647
21767
|
}
|
|
21648
21768
|
static toJSON(obj, helper, withDefaults) {
|
|
21649
21769
|
if (obj == null) {
|
|
@@ -21665,6 +21785,13 @@ $root.wix = (function () {
|
|
|
21665
21785
|
} else if (withDefaults) {
|
|
21666
21786
|
delete json['paging'];
|
|
21667
21787
|
}
|
|
21788
|
+
if (obj['meAliasableField'] != null) {
|
|
21789
|
+
json['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
21790
|
+
return e;
|
|
21791
|
+
});
|
|
21792
|
+
} else if (withDefaults) {
|
|
21793
|
+
json['meAliasableField'] = [];
|
|
21794
|
+
}
|
|
21668
21795
|
return json;
|
|
21669
21796
|
}
|
|
21670
21797
|
}
|
|
@@ -21692,6 +21819,15 @@ $root.wix = (function () {
|
|
|
21692
21819
|
} else {
|
|
21693
21820
|
delete result['paging'];
|
|
21694
21821
|
}
|
|
21822
|
+
if (json['meAliasableField'] != null) {
|
|
21823
|
+
result['meAliasableField'] = Array.isArray(json['meAliasableField']) ? json['meAliasableField'].map(e => {
|
|
21824
|
+
return e;
|
|
21825
|
+
}) : json['meAliasableField'];
|
|
21826
|
+
} else if (withDefaults !== false) {
|
|
21827
|
+
result['meAliasableField'] = [];
|
|
21828
|
+
} else {
|
|
21829
|
+
delete result['meAliasableField'];
|
|
21830
|
+
}
|
|
21695
21831
|
return result;
|
|
21696
21832
|
} else
|
|
21697
21833
|
return json;
|
|
@@ -21710,6 +21846,11 @@ $root.wix = (function () {
|
|
|
21710
21846
|
if (obj['paging'] != null) {
|
|
21711
21847
|
grpc['paging'] = $root.wix.api.Paging.toGRPC(obj['paging'], helper);
|
|
21712
21848
|
}
|
|
21849
|
+
if (obj['meAliasableField'] != null) {
|
|
21850
|
+
grpc['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
21851
|
+
return e;
|
|
21852
|
+
});
|
|
21853
|
+
}
|
|
21713
21854
|
return grpc;
|
|
21714
21855
|
}
|
|
21715
21856
|
}
|
|
@@ -21733,6 +21874,13 @@ $root.wix = (function () {
|
|
|
21733
21874
|
} else {
|
|
21734
21875
|
delete result['paging'];
|
|
21735
21876
|
}
|
|
21877
|
+
if (grpc['meAliasableField'] != null) {
|
|
21878
|
+
result['meAliasableField'] = grpc['meAliasableField'].map(e => {
|
|
21879
|
+
return e;
|
|
21880
|
+
});
|
|
21881
|
+
} else {
|
|
21882
|
+
result['meAliasableField'] = [];
|
|
21883
|
+
}
|
|
21736
21884
|
return result;
|
|
21737
21885
|
}
|
|
21738
21886
|
}
|
|
@@ -1325,12 +1325,14 @@ declare namespace $requests {
|
|
|
1325
1325
|
idsField: string;
|
|
1326
1326
|
itemsField: string;
|
|
1327
1327
|
paging?: $requests.wix.api.IPaging;
|
|
1328
|
+
meAliasableField: string[];
|
|
1328
1329
|
}
|
|
1329
1330
|
export class ListMethodOptions implements IListMethodOptions {
|
|
1330
1331
|
constructor(data?: IListMethodOptions);
|
|
1331
1332
|
idsField: string;
|
|
1332
1333
|
itemsField: string;
|
|
1333
1334
|
paging?: $requests.wix.api.IPaging;
|
|
1335
|
+
meAliasableField: string[];
|
|
1334
1336
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1335
1337
|
}
|
|
1336
1338
|
export interface IQueryMethodOptions {
|
|
@@ -1338,6 +1340,7 @@ declare namespace $requests {
|
|
|
1338
1340
|
itemsField: string;
|
|
1339
1341
|
paging?: $requests.wix.api.IPaging;
|
|
1340
1342
|
wql?: $requests.wix.api.IWql;
|
|
1343
|
+
meAliasableField: string[];
|
|
1341
1344
|
}
|
|
1342
1345
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
1343
1346
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -1345,6 +1348,7 @@ declare namespace $requests {
|
|
|
1345
1348
|
itemsField: string;
|
|
1346
1349
|
paging?: $requests.wix.api.IPaging;
|
|
1347
1350
|
wql?: $requests.wix.api.IWql;
|
|
1351
|
+
meAliasableField: string[];
|
|
1348
1352
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1349
1353
|
}
|
|
1350
1354
|
export interface ISearchMethodOptions {
|
|
@@ -1352,6 +1356,7 @@ declare namespace $requests {
|
|
|
1352
1356
|
itemsField: string;
|
|
1353
1357
|
paging?: $requests.wix.api.IPaging;
|
|
1354
1358
|
wql?: $requests.wix.api.IWql;
|
|
1359
|
+
meAliasableField: string[];
|
|
1355
1360
|
}
|
|
1356
1361
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
1357
1362
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -1359,6 +1364,7 @@ declare namespace $requests {
|
|
|
1359
1364
|
itemsField: string;
|
|
1360
1365
|
paging?: $requests.wix.api.IPaging;
|
|
1361
1366
|
wql?: $requests.wix.api.IWql;
|
|
1367
|
+
meAliasableField: string[];
|
|
1362
1368
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1363
1369
|
}
|
|
1364
1370
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1423,12 +1429,14 @@ declare namespace $requests {
|
|
|
1423
1429
|
idsField: string;
|
|
1424
1430
|
itemsField: string;
|
|
1425
1431
|
paging?: $requests.wix.api.IPaging;
|
|
1432
|
+
meAliasableField: string[];
|
|
1426
1433
|
}
|
|
1427
1434
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
1428
1435
|
constructor(data?: IListDeletedMethodOptions);
|
|
1429
1436
|
idsField: string;
|
|
1430
1437
|
itemsField: string;
|
|
1431
1438
|
paging?: $requests.wix.api.IPaging;
|
|
1439
|
+
meAliasableField: string[];
|
|
1432
1440
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1433
1441
|
}
|
|
1434
1442
|
export interface IGetDeletedMethodOptions {
|
|
@@ -4100,12 +4108,14 @@ declare namespace $responses {
|
|
|
4100
4108
|
idsField?: string;
|
|
4101
4109
|
itemsField?: string;
|
|
4102
4110
|
paging?: $responses.wix.api.IPaging;
|
|
4111
|
+
meAliasableField?: string[];
|
|
4103
4112
|
}
|
|
4104
4113
|
export class ListMethodOptions implements IListMethodOptions {
|
|
4105
4114
|
constructor(data?: IListMethodOptions);
|
|
4106
4115
|
idsField?: string;
|
|
4107
4116
|
itemsField?: string;
|
|
4108
4117
|
paging?: $responses.wix.api.IPaging;
|
|
4118
|
+
meAliasableField?: string[];
|
|
4109
4119
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4110
4120
|
}
|
|
4111
4121
|
export interface IQueryMethodOptions {
|
|
@@ -4113,6 +4123,7 @@ declare namespace $responses {
|
|
|
4113
4123
|
itemsField?: string;
|
|
4114
4124
|
paging?: $responses.wix.api.IPaging;
|
|
4115
4125
|
wql?: $responses.wix.api.IWql;
|
|
4126
|
+
meAliasableField?: string[];
|
|
4116
4127
|
}
|
|
4117
4128
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
4118
4129
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -4120,6 +4131,7 @@ declare namespace $responses {
|
|
|
4120
4131
|
itemsField?: string;
|
|
4121
4132
|
paging?: $responses.wix.api.IPaging;
|
|
4122
4133
|
wql?: $responses.wix.api.IWql;
|
|
4134
|
+
meAliasableField?: string[];
|
|
4123
4135
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4124
4136
|
}
|
|
4125
4137
|
export interface ISearchMethodOptions {
|
|
@@ -4127,6 +4139,7 @@ declare namespace $responses {
|
|
|
4127
4139
|
itemsField?: string;
|
|
4128
4140
|
paging?: $responses.wix.api.IPaging;
|
|
4129
4141
|
wql?: $responses.wix.api.IWql;
|
|
4142
|
+
meAliasableField?: string[];
|
|
4130
4143
|
}
|
|
4131
4144
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
4132
4145
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -4134,6 +4147,7 @@ declare namespace $responses {
|
|
|
4134
4147
|
itemsField?: string;
|
|
4135
4148
|
paging?: $responses.wix.api.IPaging;
|
|
4136
4149
|
wql?: $responses.wix.api.IWql;
|
|
4150
|
+
meAliasableField?: string[];
|
|
4137
4151
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4138
4152
|
}
|
|
4139
4153
|
export interface IBulkCreateMethodOptions {
|
|
@@ -4198,12 +4212,14 @@ declare namespace $responses {
|
|
|
4198
4212
|
idsField?: string;
|
|
4199
4213
|
itemsField?: string;
|
|
4200
4214
|
paging?: $responses.wix.api.IPaging;
|
|
4215
|
+
meAliasableField?: string[];
|
|
4201
4216
|
}
|
|
4202
4217
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
4203
4218
|
constructor(data?: IListDeletedMethodOptions);
|
|
4204
4219
|
idsField?: string;
|
|
4205
4220
|
itemsField?: string;
|
|
4206
4221
|
paging?: $responses.wix.api.IPaging;
|
|
4222
|
+
meAliasableField?: string[];
|
|
4207
4223
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4208
4224
|
}
|
|
4209
4225
|
export interface IGetDeletedMethodOptions {
|
|
@@ -1325,12 +1325,14 @@ declare namespace $requests {
|
|
|
1325
1325
|
idsField?: string;
|
|
1326
1326
|
itemsField?: string;
|
|
1327
1327
|
paging?: $requests.wix.api.IPaging;
|
|
1328
|
+
meAliasableField?: string[];
|
|
1328
1329
|
}
|
|
1329
1330
|
export class ListMethodOptions implements IListMethodOptions {
|
|
1330
1331
|
constructor(data?: IListMethodOptions);
|
|
1331
1332
|
idsField?: string;
|
|
1332
1333
|
itemsField?: string;
|
|
1333
1334
|
paging?: $requests.wix.api.IPaging;
|
|
1335
|
+
meAliasableField?: string[];
|
|
1334
1336
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1335
1337
|
}
|
|
1336
1338
|
export interface IQueryMethodOptions {
|
|
@@ -1338,6 +1340,7 @@ declare namespace $requests {
|
|
|
1338
1340
|
itemsField?: string;
|
|
1339
1341
|
paging?: $requests.wix.api.IPaging;
|
|
1340
1342
|
wql?: $requests.wix.api.IWql;
|
|
1343
|
+
meAliasableField?: string[];
|
|
1341
1344
|
}
|
|
1342
1345
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
1343
1346
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -1345,6 +1348,7 @@ declare namespace $requests {
|
|
|
1345
1348
|
itemsField?: string;
|
|
1346
1349
|
paging?: $requests.wix.api.IPaging;
|
|
1347
1350
|
wql?: $requests.wix.api.IWql;
|
|
1351
|
+
meAliasableField?: string[];
|
|
1348
1352
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1349
1353
|
}
|
|
1350
1354
|
export interface ISearchMethodOptions {
|
|
@@ -1352,6 +1356,7 @@ declare namespace $requests {
|
|
|
1352
1356
|
itemsField?: string;
|
|
1353
1357
|
paging?: $requests.wix.api.IPaging;
|
|
1354
1358
|
wql?: $requests.wix.api.IWql;
|
|
1359
|
+
meAliasableField?: string[];
|
|
1355
1360
|
}
|
|
1356
1361
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
1357
1362
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -1359,6 +1364,7 @@ declare namespace $requests {
|
|
|
1359
1364
|
itemsField?: string;
|
|
1360
1365
|
paging?: $requests.wix.api.IPaging;
|
|
1361
1366
|
wql?: $requests.wix.api.IWql;
|
|
1367
|
+
meAliasableField?: string[];
|
|
1362
1368
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1363
1369
|
}
|
|
1364
1370
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1423,12 +1429,14 @@ declare namespace $requests {
|
|
|
1423
1429
|
idsField?: string;
|
|
1424
1430
|
itemsField?: string;
|
|
1425
1431
|
paging?: $requests.wix.api.IPaging;
|
|
1432
|
+
meAliasableField?: string[];
|
|
1426
1433
|
}
|
|
1427
1434
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
1428
1435
|
constructor(data?: IListDeletedMethodOptions);
|
|
1429
1436
|
idsField?: string;
|
|
1430
1437
|
itemsField?: string;
|
|
1431
1438
|
paging?: $requests.wix.api.IPaging;
|
|
1439
|
+
meAliasableField?: string[];
|
|
1432
1440
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1433
1441
|
}
|
|
1434
1442
|
export interface IGetDeletedMethodOptions {
|
|
@@ -4100,12 +4108,14 @@ declare namespace $responses {
|
|
|
4100
4108
|
idsField: string;
|
|
4101
4109
|
itemsField: string;
|
|
4102
4110
|
paging?: $responses.wix.api.IPaging;
|
|
4111
|
+
meAliasableField: string[];
|
|
4103
4112
|
}
|
|
4104
4113
|
export class ListMethodOptions implements IListMethodOptions {
|
|
4105
4114
|
constructor(data?: IListMethodOptions);
|
|
4106
4115
|
idsField: string;
|
|
4107
4116
|
itemsField: string;
|
|
4108
4117
|
paging?: $responses.wix.api.IPaging;
|
|
4118
|
+
meAliasableField: string[];
|
|
4109
4119
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4110
4120
|
}
|
|
4111
4121
|
export interface IQueryMethodOptions {
|
|
@@ -4113,6 +4123,7 @@ declare namespace $responses {
|
|
|
4113
4123
|
itemsField: string;
|
|
4114
4124
|
paging?: $responses.wix.api.IPaging;
|
|
4115
4125
|
wql?: $responses.wix.api.IWql;
|
|
4126
|
+
meAliasableField: string[];
|
|
4116
4127
|
}
|
|
4117
4128
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
4118
4129
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -4120,6 +4131,7 @@ declare namespace $responses {
|
|
|
4120
4131
|
itemsField: string;
|
|
4121
4132
|
paging?: $responses.wix.api.IPaging;
|
|
4122
4133
|
wql?: $responses.wix.api.IWql;
|
|
4134
|
+
meAliasableField: string[];
|
|
4123
4135
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4124
4136
|
}
|
|
4125
4137
|
export interface ISearchMethodOptions {
|
|
@@ -4127,6 +4139,7 @@ declare namespace $responses {
|
|
|
4127
4139
|
itemsField: string;
|
|
4128
4140
|
paging?: $responses.wix.api.IPaging;
|
|
4129
4141
|
wql?: $responses.wix.api.IWql;
|
|
4142
|
+
meAliasableField: string[];
|
|
4130
4143
|
}
|
|
4131
4144
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
4132
4145
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -4134,6 +4147,7 @@ declare namespace $responses {
|
|
|
4134
4147
|
itemsField: string;
|
|
4135
4148
|
paging?: $responses.wix.api.IPaging;
|
|
4136
4149
|
wql?: $responses.wix.api.IWql;
|
|
4150
|
+
meAliasableField: string[];
|
|
4137
4151
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4138
4152
|
}
|
|
4139
4153
|
export interface IBulkCreateMethodOptions {
|
|
@@ -4198,12 +4212,14 @@ declare namespace $responses {
|
|
|
4198
4212
|
idsField: string;
|
|
4199
4213
|
itemsField: string;
|
|
4200
4214
|
paging?: $responses.wix.api.IPaging;
|
|
4215
|
+
meAliasableField: string[];
|
|
4201
4216
|
}
|
|
4202
4217
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
4203
4218
|
constructor(data?: IListDeletedMethodOptions);
|
|
4204
4219
|
idsField: string;
|
|
4205
4220
|
itemsField: string;
|
|
4206
4221
|
paging?: $responses.wix.api.IPaging;
|
|
4222
|
+
meAliasableField: string[];
|
|
4207
4223
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4208
4224
|
}
|
|
4209
4225
|
export interface IGetDeletedMethodOptions {
|
|
@@ -1338,12 +1338,14 @@ declare namespace $wrapper {
|
|
|
1338
1338
|
idsField?: (string | null);
|
|
1339
1339
|
itemsField?: (string | null);
|
|
1340
1340
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1341
|
+
meAliasableField?: (string[] | null);
|
|
1341
1342
|
}
|
|
1342
1343
|
export class ListMethodOptions implements IListMethodOptions {
|
|
1343
1344
|
constructor(data?: IListMethodOptions);
|
|
1344
1345
|
idsField?: (string | null);
|
|
1345
1346
|
itemsField?: (string | null);
|
|
1346
1347
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1348
|
+
meAliasableField?: (string[] | null);
|
|
1347
1349
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1348
1350
|
}
|
|
1349
1351
|
export interface IQueryMethodOptions {
|
|
@@ -1351,6 +1353,7 @@ declare namespace $wrapper {
|
|
|
1351
1353
|
itemsField?: (string | null);
|
|
1352
1354
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1353
1355
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1356
|
+
meAliasableField?: (string[] | null);
|
|
1354
1357
|
}
|
|
1355
1358
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
1356
1359
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -1358,6 +1361,7 @@ declare namespace $wrapper {
|
|
|
1358
1361
|
itemsField?: (string | null);
|
|
1359
1362
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1360
1363
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1364
|
+
meAliasableField?: (string[] | null);
|
|
1361
1365
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1362
1366
|
}
|
|
1363
1367
|
export interface ISearchMethodOptions {
|
|
@@ -1365,6 +1369,7 @@ declare namespace $wrapper {
|
|
|
1365
1369
|
itemsField?: (string | null);
|
|
1366
1370
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1367
1371
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1372
|
+
meAliasableField?: (string[] | null);
|
|
1368
1373
|
}
|
|
1369
1374
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
1370
1375
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -1372,6 +1377,7 @@ declare namespace $wrapper {
|
|
|
1372
1377
|
itemsField?: (string | null);
|
|
1373
1378
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1374
1379
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1380
|
+
meAliasableField?: (string[] | null);
|
|
1375
1381
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1376
1382
|
}
|
|
1377
1383
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1436,12 +1442,14 @@ declare namespace $wrapper {
|
|
|
1436
1442
|
idsField?: (string | null);
|
|
1437
1443
|
itemsField?: (string | null);
|
|
1438
1444
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1445
|
+
meAliasableField?: (string[] | null);
|
|
1439
1446
|
}
|
|
1440
1447
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
1441
1448
|
constructor(data?: IListDeletedMethodOptions);
|
|
1442
1449
|
idsField?: (string | null);
|
|
1443
1450
|
itemsField?: (string | null);
|
|
1444
1451
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1452
|
+
meAliasableField?: (string[] | null);
|
|
1445
1453
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1446
1454
|
}
|
|
1447
1455
|
export interface IGetDeletedMethodOptions {
|
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.1109',
|
|
13
|
+
'contentHash': '20bde2e3c0dcf9f26c723a8cad528a7e6d976770'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -2593,8 +2593,12 @@ $root.__lookup = function (pbjs) {
|
|
|
2593
2593
|
'exposure': {
|
|
2594
2594
|
'type': 'Exposure',
|
|
2595
2595
|
'id': 2,
|
|
2596
|
+
'options': { 'deprecated': true },
|
|
2596
2597
|
'comment': null,
|
|
2597
|
-
'parsedOptions':
|
|
2598
|
+
'parsedOptions': [{
|
|
2599
|
+
'deprecated': true,
|
|
2600
|
+
'__comment': null
|
|
2601
|
+
}]
|
|
2598
2602
|
},
|
|
2599
2603
|
'appendixFiles': {
|
|
2600
2604
|
'rule': 'repeated',
|
|
@@ -3267,6 +3271,13 @@ $root.__lookup = function (pbjs) {
|
|
|
3267
3271
|
'id': 2,
|
|
3268
3272
|
'comment': null,
|
|
3269
3273
|
'parsedOptions': null
|
|
3274
|
+
},
|
|
3275
|
+
'meAliasableField': {
|
|
3276
|
+
'rule': 'repeated',
|
|
3277
|
+
'type': 'string',
|
|
3278
|
+
'id': 4,
|
|
3279
|
+
'comment': null,
|
|
3280
|
+
'parsedOptions': null
|
|
3270
3281
|
}
|
|
3271
3282
|
},
|
|
3272
3283
|
'comment': null
|
|
@@ -3298,6 +3309,13 @@ $root.__lookup = function (pbjs) {
|
|
|
3298
3309
|
'id': 4,
|
|
3299
3310
|
'comment': null,
|
|
3300
3311
|
'parsedOptions': null
|
|
3312
|
+
},
|
|
3313
|
+
'meAliasableField': {
|
|
3314
|
+
'rule': 'repeated',
|
|
3315
|
+
'type': 'string',
|
|
3316
|
+
'id': 5,
|
|
3317
|
+
'comment': null,
|
|
3318
|
+
'parsedOptions': null
|
|
3301
3319
|
}
|
|
3302
3320
|
},
|
|
3303
3321
|
'comment': null
|
|
@@ -3329,6 +3347,13 @@ $root.__lookup = function (pbjs) {
|
|
|
3329
3347
|
'id': 4,
|
|
3330
3348
|
'comment': null,
|
|
3331
3349
|
'parsedOptions': null
|
|
3350
|
+
},
|
|
3351
|
+
'meAliasableField': {
|
|
3352
|
+
'rule': 'repeated',
|
|
3353
|
+
'type': 'string',
|
|
3354
|
+
'id': 5,
|
|
3355
|
+
'comment': null,
|
|
3356
|
+
'parsedOptions': null
|
|
3332
3357
|
}
|
|
3333
3358
|
},
|
|
3334
3359
|
'comment': null
|
|
@@ -3449,6 +3474,13 @@ $root.__lookup = function (pbjs) {
|
|
|
3449
3474
|
'id': 2,
|
|
3450
3475
|
'comment': null,
|
|
3451
3476
|
'parsedOptions': null
|
|
3477
|
+
},
|
|
3478
|
+
'meAliasableField': {
|
|
3479
|
+
'rule': 'repeated',
|
|
3480
|
+
'type': 'string',
|
|
3481
|
+
'id': 4,
|
|
3482
|
+
'comment': null,
|
|
3483
|
+
'parsedOptions': null
|
|
3452
3484
|
}
|
|
3453
3485
|
},
|
|
3454
3486
|
'comment': null
|
|
@@ -20642,6 +20674,7 @@ $root.wix = (function () {
|
|
|
20642
20674
|
this.idsField = props && props.idsField;
|
|
20643
20675
|
this.itemsField = props && props.itemsField;
|
|
20644
20676
|
this.paging = props && props.paging;
|
|
20677
|
+
this.meAliasableField = props && props.meAliasableField;
|
|
20645
20678
|
}
|
|
20646
20679
|
static toJSON(obj, helper, withDefaults) {
|
|
20647
20680
|
if (obj == null) {
|
|
@@ -20663,6 +20696,13 @@ $root.wix = (function () {
|
|
|
20663
20696
|
} else if (withDefaults) {
|
|
20664
20697
|
delete json['paging'];
|
|
20665
20698
|
}
|
|
20699
|
+
if (obj['meAliasableField'] != null) {
|
|
20700
|
+
json['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
20701
|
+
return e;
|
|
20702
|
+
});
|
|
20703
|
+
} else if (withDefaults) {
|
|
20704
|
+
json['meAliasableField'] = [];
|
|
20705
|
+
}
|
|
20666
20706
|
return json;
|
|
20667
20707
|
}
|
|
20668
20708
|
}
|
|
@@ -20690,6 +20730,15 @@ $root.wix = (function () {
|
|
|
20690
20730
|
} else {
|
|
20691
20731
|
delete result['paging'];
|
|
20692
20732
|
}
|
|
20733
|
+
if (json['meAliasableField'] != null) {
|
|
20734
|
+
result['meAliasableField'] = Array.isArray(json['meAliasableField']) ? json['meAliasableField'].map(e => {
|
|
20735
|
+
return e;
|
|
20736
|
+
}) : json['meAliasableField'];
|
|
20737
|
+
} else if (withDefaults !== false) {
|
|
20738
|
+
result['meAliasableField'] = [];
|
|
20739
|
+
} else {
|
|
20740
|
+
delete result['meAliasableField'];
|
|
20741
|
+
}
|
|
20693
20742
|
return result;
|
|
20694
20743
|
} else
|
|
20695
20744
|
return json;
|
|
@@ -20708,6 +20757,11 @@ $root.wix = (function () {
|
|
|
20708
20757
|
if (obj['paging'] != null) {
|
|
20709
20758
|
grpc['paging'] = $root.wix.api.Paging.toGRPC(obj['paging'], helper);
|
|
20710
20759
|
}
|
|
20760
|
+
if (obj['meAliasableField'] != null) {
|
|
20761
|
+
grpc['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
20762
|
+
return e;
|
|
20763
|
+
});
|
|
20764
|
+
}
|
|
20711
20765
|
return grpc;
|
|
20712
20766
|
}
|
|
20713
20767
|
}
|
|
@@ -20731,6 +20785,13 @@ $root.wix = (function () {
|
|
|
20731
20785
|
} else {
|
|
20732
20786
|
delete result['paging'];
|
|
20733
20787
|
}
|
|
20788
|
+
if (grpc['meAliasableField'] != null) {
|
|
20789
|
+
result['meAliasableField'] = grpc['meAliasableField'].map(e => {
|
|
20790
|
+
return e;
|
|
20791
|
+
});
|
|
20792
|
+
} else {
|
|
20793
|
+
result['meAliasableField'] = [];
|
|
20794
|
+
}
|
|
20734
20795
|
return result;
|
|
20735
20796
|
}
|
|
20736
20797
|
}
|
|
@@ -20766,6 +20827,7 @@ $root.wix = (function () {
|
|
|
20766
20827
|
this.itemsField = props && props.itemsField;
|
|
20767
20828
|
this.paging = props && props.paging;
|
|
20768
20829
|
this.wql = props && props.wql;
|
|
20830
|
+
this.meAliasableField = props && props.meAliasableField;
|
|
20769
20831
|
}
|
|
20770
20832
|
static toJSON(obj, helper, withDefaults) {
|
|
20771
20833
|
if (obj == null) {
|
|
@@ -20792,6 +20854,13 @@ $root.wix = (function () {
|
|
|
20792
20854
|
} else if (withDefaults) {
|
|
20793
20855
|
delete json['wql'];
|
|
20794
20856
|
}
|
|
20857
|
+
if (obj['meAliasableField'] != null) {
|
|
20858
|
+
json['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
20859
|
+
return e;
|
|
20860
|
+
});
|
|
20861
|
+
} else if (withDefaults) {
|
|
20862
|
+
json['meAliasableField'] = [];
|
|
20863
|
+
}
|
|
20795
20864
|
return json;
|
|
20796
20865
|
}
|
|
20797
20866
|
}
|
|
@@ -20826,6 +20895,15 @@ $root.wix = (function () {
|
|
|
20826
20895
|
} else {
|
|
20827
20896
|
delete result['wql'];
|
|
20828
20897
|
}
|
|
20898
|
+
if (json['meAliasableField'] != null) {
|
|
20899
|
+
result['meAliasableField'] = Array.isArray(json['meAliasableField']) ? json['meAliasableField'].map(e => {
|
|
20900
|
+
return e;
|
|
20901
|
+
}) : json['meAliasableField'];
|
|
20902
|
+
} else if (withDefaults !== false) {
|
|
20903
|
+
result['meAliasableField'] = [];
|
|
20904
|
+
} else {
|
|
20905
|
+
delete result['meAliasableField'];
|
|
20906
|
+
}
|
|
20829
20907
|
return result;
|
|
20830
20908
|
} else
|
|
20831
20909
|
return json;
|
|
@@ -20847,6 +20925,11 @@ $root.wix = (function () {
|
|
|
20847
20925
|
if (obj['wql'] != null) {
|
|
20848
20926
|
grpc['wql'] = $root.wix.api.Wql.toGRPC(obj['wql'], helper);
|
|
20849
20927
|
}
|
|
20928
|
+
if (obj['meAliasableField'] != null) {
|
|
20929
|
+
grpc['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
20930
|
+
return e;
|
|
20931
|
+
});
|
|
20932
|
+
}
|
|
20850
20933
|
return grpc;
|
|
20851
20934
|
}
|
|
20852
20935
|
}
|
|
@@ -20875,6 +20958,13 @@ $root.wix = (function () {
|
|
|
20875
20958
|
} else {
|
|
20876
20959
|
delete result['wql'];
|
|
20877
20960
|
}
|
|
20961
|
+
if (grpc['meAliasableField'] != null) {
|
|
20962
|
+
result['meAliasableField'] = grpc['meAliasableField'].map(e => {
|
|
20963
|
+
return e;
|
|
20964
|
+
});
|
|
20965
|
+
} else {
|
|
20966
|
+
result['meAliasableField'] = [];
|
|
20967
|
+
}
|
|
20878
20968
|
return result;
|
|
20879
20969
|
}
|
|
20880
20970
|
}
|
|
@@ -20910,6 +21000,7 @@ $root.wix = (function () {
|
|
|
20910
21000
|
this.itemsField = props && props.itemsField;
|
|
20911
21001
|
this.paging = props && props.paging;
|
|
20912
21002
|
this.wql = props && props.wql;
|
|
21003
|
+
this.meAliasableField = props && props.meAliasableField;
|
|
20913
21004
|
}
|
|
20914
21005
|
static toJSON(obj, helper, withDefaults) {
|
|
20915
21006
|
if (obj == null) {
|
|
@@ -20936,6 +21027,13 @@ $root.wix = (function () {
|
|
|
20936
21027
|
} else if (withDefaults) {
|
|
20937
21028
|
delete json['wql'];
|
|
20938
21029
|
}
|
|
21030
|
+
if (obj['meAliasableField'] != null) {
|
|
21031
|
+
json['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
21032
|
+
return e;
|
|
21033
|
+
});
|
|
21034
|
+
} else if (withDefaults) {
|
|
21035
|
+
json['meAliasableField'] = [];
|
|
21036
|
+
}
|
|
20939
21037
|
return json;
|
|
20940
21038
|
}
|
|
20941
21039
|
}
|
|
@@ -20970,6 +21068,15 @@ $root.wix = (function () {
|
|
|
20970
21068
|
} else {
|
|
20971
21069
|
delete result['wql'];
|
|
20972
21070
|
}
|
|
21071
|
+
if (json['meAliasableField'] != null) {
|
|
21072
|
+
result['meAliasableField'] = Array.isArray(json['meAliasableField']) ? json['meAliasableField'].map(e => {
|
|
21073
|
+
return e;
|
|
21074
|
+
}) : json['meAliasableField'];
|
|
21075
|
+
} else if (withDefaults !== false) {
|
|
21076
|
+
result['meAliasableField'] = [];
|
|
21077
|
+
} else {
|
|
21078
|
+
delete result['meAliasableField'];
|
|
21079
|
+
}
|
|
20973
21080
|
return result;
|
|
20974
21081
|
} else
|
|
20975
21082
|
return json;
|
|
@@ -20991,6 +21098,11 @@ $root.wix = (function () {
|
|
|
20991
21098
|
if (obj['wql'] != null) {
|
|
20992
21099
|
grpc['wql'] = $root.wix.api.Wql.toGRPC(obj['wql'], helper);
|
|
20993
21100
|
}
|
|
21101
|
+
if (obj['meAliasableField'] != null) {
|
|
21102
|
+
grpc['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
21103
|
+
return e;
|
|
21104
|
+
});
|
|
21105
|
+
}
|
|
20994
21106
|
return grpc;
|
|
20995
21107
|
}
|
|
20996
21108
|
}
|
|
@@ -21019,6 +21131,13 @@ $root.wix = (function () {
|
|
|
21019
21131
|
} else {
|
|
21020
21132
|
delete result['wql'];
|
|
21021
21133
|
}
|
|
21134
|
+
if (grpc['meAliasableField'] != null) {
|
|
21135
|
+
result['meAliasableField'] = grpc['meAliasableField'].map(e => {
|
|
21136
|
+
return e;
|
|
21137
|
+
});
|
|
21138
|
+
} else {
|
|
21139
|
+
result['meAliasableField'] = [];
|
|
21140
|
+
}
|
|
21022
21141
|
return result;
|
|
21023
21142
|
}
|
|
21024
21143
|
}
|
|
@@ -21644,6 +21763,7 @@ $root.wix = (function () {
|
|
|
21644
21763
|
this.idsField = props && props.idsField;
|
|
21645
21764
|
this.itemsField = props && props.itemsField;
|
|
21646
21765
|
this.paging = props && props.paging;
|
|
21766
|
+
this.meAliasableField = props && props.meAliasableField;
|
|
21647
21767
|
}
|
|
21648
21768
|
static toJSON(obj, helper, withDefaults) {
|
|
21649
21769
|
if (obj == null) {
|
|
@@ -21665,6 +21785,13 @@ $root.wix = (function () {
|
|
|
21665
21785
|
} else if (withDefaults) {
|
|
21666
21786
|
delete json['paging'];
|
|
21667
21787
|
}
|
|
21788
|
+
if (obj['meAliasableField'] != null) {
|
|
21789
|
+
json['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
21790
|
+
return e;
|
|
21791
|
+
});
|
|
21792
|
+
} else if (withDefaults) {
|
|
21793
|
+
json['meAliasableField'] = [];
|
|
21794
|
+
}
|
|
21668
21795
|
return json;
|
|
21669
21796
|
}
|
|
21670
21797
|
}
|
|
@@ -21692,6 +21819,15 @@ $root.wix = (function () {
|
|
|
21692
21819
|
} else {
|
|
21693
21820
|
delete result['paging'];
|
|
21694
21821
|
}
|
|
21822
|
+
if (json['meAliasableField'] != null) {
|
|
21823
|
+
result['meAliasableField'] = Array.isArray(json['meAliasableField']) ? json['meAliasableField'].map(e => {
|
|
21824
|
+
return e;
|
|
21825
|
+
}) : json['meAliasableField'];
|
|
21826
|
+
} else if (withDefaults !== false) {
|
|
21827
|
+
result['meAliasableField'] = [];
|
|
21828
|
+
} else {
|
|
21829
|
+
delete result['meAliasableField'];
|
|
21830
|
+
}
|
|
21695
21831
|
return result;
|
|
21696
21832
|
} else
|
|
21697
21833
|
return json;
|
|
@@ -21710,6 +21846,11 @@ $root.wix = (function () {
|
|
|
21710
21846
|
if (obj['paging'] != null) {
|
|
21711
21847
|
grpc['paging'] = $root.wix.api.Paging.toGRPC(obj['paging'], helper);
|
|
21712
21848
|
}
|
|
21849
|
+
if (obj['meAliasableField'] != null) {
|
|
21850
|
+
grpc['meAliasableField'] = obj['meAliasableField'].map(e => {
|
|
21851
|
+
return e;
|
|
21852
|
+
});
|
|
21853
|
+
}
|
|
21713
21854
|
return grpc;
|
|
21714
21855
|
}
|
|
21715
21856
|
}
|
|
@@ -21733,6 +21874,13 @@ $root.wix = (function () {
|
|
|
21733
21874
|
} else {
|
|
21734
21875
|
delete result['paging'];
|
|
21735
21876
|
}
|
|
21877
|
+
if (grpc['meAliasableField'] != null) {
|
|
21878
|
+
result['meAliasableField'] = grpc['meAliasableField'].map(e => {
|
|
21879
|
+
return e;
|
|
21880
|
+
});
|
|
21881
|
+
} else {
|
|
21882
|
+
result['meAliasableField'] = [];
|
|
21883
|
+
}
|
|
21736
21884
|
return result;
|
|
21737
21885
|
}
|
|
21738
21886
|
}
|
|
@@ -1325,12 +1325,14 @@ declare namespace $requests {
|
|
|
1325
1325
|
idsField: string;
|
|
1326
1326
|
itemsField: string;
|
|
1327
1327
|
paging?: $requests.wix.api.IPaging;
|
|
1328
|
+
meAliasableField: string[];
|
|
1328
1329
|
}
|
|
1329
1330
|
export class ListMethodOptions implements IListMethodOptions {
|
|
1330
1331
|
constructor(data?: IListMethodOptions);
|
|
1331
1332
|
idsField: string;
|
|
1332
1333
|
itemsField: string;
|
|
1333
1334
|
paging?: $requests.wix.api.IPaging;
|
|
1335
|
+
meAliasableField: string[];
|
|
1334
1336
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1335
1337
|
}
|
|
1336
1338
|
export interface IQueryMethodOptions {
|
|
@@ -1338,6 +1340,7 @@ declare namespace $requests {
|
|
|
1338
1340
|
itemsField: string;
|
|
1339
1341
|
paging?: $requests.wix.api.IPaging;
|
|
1340
1342
|
wql?: $requests.wix.api.IWql;
|
|
1343
|
+
meAliasableField: string[];
|
|
1341
1344
|
}
|
|
1342
1345
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
1343
1346
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -1345,6 +1348,7 @@ declare namespace $requests {
|
|
|
1345
1348
|
itemsField: string;
|
|
1346
1349
|
paging?: $requests.wix.api.IPaging;
|
|
1347
1350
|
wql?: $requests.wix.api.IWql;
|
|
1351
|
+
meAliasableField: string[];
|
|
1348
1352
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1349
1353
|
}
|
|
1350
1354
|
export interface ISearchMethodOptions {
|
|
@@ -1352,6 +1356,7 @@ declare namespace $requests {
|
|
|
1352
1356
|
itemsField: string;
|
|
1353
1357
|
paging?: $requests.wix.api.IPaging;
|
|
1354
1358
|
wql?: $requests.wix.api.IWql;
|
|
1359
|
+
meAliasableField: string[];
|
|
1355
1360
|
}
|
|
1356
1361
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
1357
1362
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -1359,6 +1364,7 @@ declare namespace $requests {
|
|
|
1359
1364
|
itemsField: string;
|
|
1360
1365
|
paging?: $requests.wix.api.IPaging;
|
|
1361
1366
|
wql?: $requests.wix.api.IWql;
|
|
1367
|
+
meAliasableField: string[];
|
|
1362
1368
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1363
1369
|
}
|
|
1364
1370
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1423,12 +1429,14 @@ declare namespace $requests {
|
|
|
1423
1429
|
idsField: string;
|
|
1424
1430
|
itemsField: string;
|
|
1425
1431
|
paging?: $requests.wix.api.IPaging;
|
|
1432
|
+
meAliasableField: string[];
|
|
1426
1433
|
}
|
|
1427
1434
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
1428
1435
|
constructor(data?: IListDeletedMethodOptions);
|
|
1429
1436
|
idsField: string;
|
|
1430
1437
|
itemsField: string;
|
|
1431
1438
|
paging?: $requests.wix.api.IPaging;
|
|
1439
|
+
meAliasableField: string[];
|
|
1432
1440
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1433
1441
|
}
|
|
1434
1442
|
export interface IGetDeletedMethodOptions {
|
|
@@ -4100,12 +4108,14 @@ declare namespace $responses {
|
|
|
4100
4108
|
idsField?: string;
|
|
4101
4109
|
itemsField?: string;
|
|
4102
4110
|
paging?: $responses.wix.api.IPaging;
|
|
4111
|
+
meAliasableField?: string[];
|
|
4103
4112
|
}
|
|
4104
4113
|
export class ListMethodOptions implements IListMethodOptions {
|
|
4105
4114
|
constructor(data?: IListMethodOptions);
|
|
4106
4115
|
idsField?: string;
|
|
4107
4116
|
itemsField?: string;
|
|
4108
4117
|
paging?: $responses.wix.api.IPaging;
|
|
4118
|
+
meAliasableField?: string[];
|
|
4109
4119
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4110
4120
|
}
|
|
4111
4121
|
export interface IQueryMethodOptions {
|
|
@@ -4113,6 +4123,7 @@ declare namespace $responses {
|
|
|
4113
4123
|
itemsField?: string;
|
|
4114
4124
|
paging?: $responses.wix.api.IPaging;
|
|
4115
4125
|
wql?: $responses.wix.api.IWql;
|
|
4126
|
+
meAliasableField?: string[];
|
|
4116
4127
|
}
|
|
4117
4128
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
4118
4129
|
constructor(data?: IQueryMethodOptions);
|
|
@@ -4120,6 +4131,7 @@ declare namespace $responses {
|
|
|
4120
4131
|
itemsField?: string;
|
|
4121
4132
|
paging?: $responses.wix.api.IPaging;
|
|
4122
4133
|
wql?: $responses.wix.api.IWql;
|
|
4134
|
+
meAliasableField?: string[];
|
|
4123
4135
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4124
4136
|
}
|
|
4125
4137
|
export interface ISearchMethodOptions {
|
|
@@ -4127,6 +4139,7 @@ declare namespace $responses {
|
|
|
4127
4139
|
itemsField?: string;
|
|
4128
4140
|
paging?: $responses.wix.api.IPaging;
|
|
4129
4141
|
wql?: $responses.wix.api.IWql;
|
|
4142
|
+
meAliasableField?: string[];
|
|
4130
4143
|
}
|
|
4131
4144
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
4132
4145
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -4134,6 +4147,7 @@ declare namespace $responses {
|
|
|
4134
4147
|
itemsField?: string;
|
|
4135
4148
|
paging?: $responses.wix.api.IPaging;
|
|
4136
4149
|
wql?: $responses.wix.api.IWql;
|
|
4150
|
+
meAliasableField?: string[];
|
|
4137
4151
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4138
4152
|
}
|
|
4139
4153
|
export interface IBulkCreateMethodOptions {
|
|
@@ -4198,12 +4212,14 @@ declare namespace $responses {
|
|
|
4198
4212
|
idsField?: string;
|
|
4199
4213
|
itemsField?: string;
|
|
4200
4214
|
paging?: $responses.wix.api.IPaging;
|
|
4215
|
+
meAliasableField?: string[];
|
|
4201
4216
|
}
|
|
4202
4217
|
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
4203
4218
|
constructor(data?: IListDeletedMethodOptions);
|
|
4204
4219
|
idsField?: string;
|
|
4205
4220
|
itemsField?: string;
|
|
4206
4221
|
paging?: $responses.wix.api.IPaging;
|
|
4222
|
+
meAliasableField?: string[];
|
|
4207
4223
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4208
4224
|
}
|
|
4209
4225
|
export interface IGetDeletedMethodOptions {
|
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.1112",
|
|
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.1471.0",
|
|
37
37
|
"long": "^5.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^24.9.1",
|
|
41
41
|
"@types/node": "^16.11.7",
|
|
42
42
|
"@wix/business-schema-api": "^1.7.1341",
|
|
43
|
-
"@wix/wix-proto-codegen": "^2.0.
|
|
43
|
+
"@wix/wix-proto-codegen": "^2.0.1109",
|
|
44
44
|
"@wix/yoshi": "^5.162.14",
|
|
45
45
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
46
46
|
"husky": "~4.2.5",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"wallaby": {
|
|
70
70
|
"autoDetect": true
|
|
71
71
|
},
|
|
72
|
-
"falconPackageHash": "
|
|
72
|
+
"falconPackageHash": "45b3070ccb15995c65afc65370be851830dae4dce7ecd6608c337e0d"
|
|
73
73
|
}
|