@wix/metro-common-builders 1.0.1507 → 1.0.1509

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.
@@ -1262,6 +1262,22 @@ declare namespace $requests {
1262
1262
  constructor(data?: IDeleteEntityResponse);
1263
1263
  static __$$generatedFromProtobuf$$__: Symbol;
1264
1264
  }
1265
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1266
+ protoArtifactId?: string;
1267
+ }
1268
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1269
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
1270
+ protoArtifactId?: string;
1271
+ static __$$generatedFromProtobuf$$__: Symbol;
1272
+ }
1273
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1274
+ deletedCount?: number;
1275
+ }
1276
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1277
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
1278
+ deletedCount?: number;
1279
+ static __$$generatedFromProtobuf$$__: Symbol;
1280
+ }
1265
1281
  export interface IValidateFqdnRequest {
1266
1282
  fqdn?: string;
1267
1283
  }
@@ -5021,6 +5037,22 @@ declare namespace $responses {
5021
5037
  constructor(data?: IDeleteEntityResponse);
5022
5038
  static __$$generatedFromProtobuf$$__: Symbol;
5023
5039
  }
5040
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
5041
+ protoArtifactId: string;
5042
+ }
5043
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
5044
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
5045
+ protoArtifactId: string;
5046
+ static __$$generatedFromProtobuf$$__: Symbol;
5047
+ }
5048
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
5049
+ deletedCount: number;
5050
+ }
5051
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
5052
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
5053
+ deletedCount: number;
5054
+ static __$$generatedFromProtobuf$$__: Symbol;
5055
+ }
5024
5056
  export interface IValidateFqdnRequest {
5025
5057
  fqdn: string;
5026
5058
  }
@@ -7537,6 +7569,8 @@ declare namespace $services {
7537
7569
  abstract deleteServiceDocument(req: $requests.wix.coreservices.businessschema.v1.IDeleteServiceDocumentRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteServiceDocumentResponse>
7538
7570
  abstract purgeProcessedTargetsCache(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
7539
7571
  abstract purgeProcessedTargetsCache(req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
7572
+ abstract purgeProcessedTargetsCacheByProtoArtifactId(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
7573
+ abstract purgeProcessedTargetsCacheByProtoArtifactId(req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
7540
7574
  abstract deleteEntity(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
7541
7575
  abstract deleteEntity(req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
7542
7576
  }
@@ -1225,6 +1225,7 @@ declare namespace $wrapper {
1225
1225
  export abstract class ManagementService {
1226
1226
  abstract deleteServiceDocument(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IDeleteServiceDocumentRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IDeleteServiceDocumentResponse>
1227
1227
  abstract purgeProcessedTargetsCache(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
1228
+ abstract purgeProcessedTargetsCacheByProtoArtifactId(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
1228
1229
  abstract deleteEntity(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
1229
1230
  }
1230
1231
  export interface IDeleteServiceDocumentRequest {
@@ -1269,6 +1270,22 @@ declare namespace $wrapper {
1269
1270
  constructor(data?: IDeleteEntityResponse);
1270
1271
  static __$$generatedFromProtobuf$$__: Symbol;
1271
1272
  }
1273
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1274
+ protoArtifactId?: (string | null);
1275
+ }
1276
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1277
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
1278
+ protoArtifactId?: (string | null);
1279
+ static __$$generatedFromProtobuf$$__: Symbol;
1280
+ }
1281
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1282
+ deletedCount?: (number | null);
1283
+ }
1284
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1285
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
1286
+ deletedCount?: (number | null);
1287
+ static __$$generatedFromProtobuf$$__: Symbol;
1288
+ }
1272
1289
  export abstract class BusinessSchemaService {
1273
1290
  abstract validateFqdn(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IValidateFqdnRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IValidateFqdnResponse>
1274
1291
  abstract queryEntities(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IQueryEntitiesRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IQueryEntitiesResponse>
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1156',
13
- 'contentHash': '12dac1e15a1f6fd7e794b915b177de0485cba825'
13
+ 'contentHash': 'bfe2d3e4861e44d10843a57faca423f5d60de75e'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -3216,6 +3216,16 @@ $root.__lookup = function (pbjs) {
3216
3216
  '__comment': null
3217
3217
  }]
3218
3218
  },
3219
+ 'PurgeProcessedTargetsCacheByProtoArtifactId': {
3220
+ 'requestType': 'PurgeProcessedTargetsCacheByProtoArtifactIdRequest',
3221
+ 'responseType': 'PurgeProcessedTargetsCacheByProtoArtifactIdResponse',
3222
+ 'options': { '(.wix.api.exposure)': 'PRIVATE' },
3223
+ 'comment': null,
3224
+ 'parsedOptions': [{
3225
+ '(.wix.api.exposure)': 'PRIVATE',
3226
+ '__comment': null
3227
+ }]
3228
+ },
3219
3229
  'DeleteEntity': {
3220
3230
  'requestType': 'DeleteEntityRequest',
3221
3231
  'responseType': 'DeleteEntityResponse',
@@ -3300,6 +3310,41 @@ $root.__lookup = function (pbjs) {
3300
3310
  'fields': {},
3301
3311
  'comment': null
3302
3312
  },
3313
+ 'PurgeProcessedTargetsCacheByProtoArtifactIdRequest': {
3314
+ 'fields': {
3315
+ 'protoArtifactId': {
3316
+ 'type': 'string',
3317
+ 'id': 1,
3318
+ 'options': {
3319
+ '(wix.api.minLength)': 1,
3320
+ '(wix.api.maxLength)': 256
3321
+ },
3322
+ 'comment': null,
3323
+ 'parsedOptions': [
3324
+ {
3325
+ '(wix.api.minLength)': 1,
3326
+ '__comment': null
3327
+ },
3328
+ {
3329
+ '(wix.api.maxLength)': 256,
3330
+ '__comment': null
3331
+ }
3332
+ ]
3333
+ }
3334
+ },
3335
+ 'comment': null
3336
+ },
3337
+ 'PurgeProcessedTargetsCacheByProtoArtifactIdResponse': {
3338
+ 'fields': {
3339
+ 'deletedCount': {
3340
+ 'type': 'int32',
3341
+ 'id': 1,
3342
+ 'comment': null,
3343
+ 'parsedOptions': null
3344
+ }
3345
+ },
3346
+ 'comment': null
3347
+ },
3303
3348
  'BusinessSchemaService': {
3304
3349
  'options': {
3305
3350
  '(.wix.api.service_entity).message': 'wix.coreservices.businessschema.v1.Entity',
@@ -22910,6 +22955,9 @@ $root.wix = (function () {
22910
22955
  purgeProcessedTargetsCache(aspects, msg) {
22911
22956
  throw new TypeError('method purgeProcessedTargetsCache is abstract');
22912
22957
  }
22958
+ purgeProcessedTargetsCacheByProtoArtifactId(aspects, msg) {
22959
+ throw new TypeError('method purgeProcessedTargetsCacheByProtoArtifactId is abstract');
22960
+ }
22913
22961
  deleteEntity(aspects, msg) {
22914
22962
  throw new TypeError('method deleteEntity is abstract');
22915
22963
  }
@@ -22926,6 +22974,12 @@ $root.wix = (function () {
22926
22974
  $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheResponse
22927
22975
  ];
22928
22976
  };
22977
+ ManagementService.prototype.purgeProcessedTargetsCacheByProtoArtifactId._messageTypes = function () {
22978
+ return [
22979
+ $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest,
22980
+ $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse
22981
+ ];
22982
+ };
22929
22983
  ManagementService.prototype.deleteEntity._messageTypes = function () {
22930
22984
  return [
22931
22985
  $root.wix.coreservices.businessschema.v1.DeleteEntityRequest,
@@ -22938,6 +22992,9 @@ $root.wix = (function () {
22938
22992
  ManagementService.prototype.purgeProcessedTargetsCache.__proto = pbjs => {
22939
22993
  return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.ManagementService.PurgeProcessedTargetsCache');
22940
22994
  };
22995
+ ManagementService.prototype.purgeProcessedTargetsCacheByProtoArtifactId.__proto = pbjs => {
22996
+ return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.ManagementService.PurgeProcessedTargetsCacheByProtoArtifactId');
22997
+ };
22941
22998
  ManagementService.prototype.deleteEntity.__proto = pbjs => {
22942
22999
  return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.ManagementService.DeleteEntity');
22943
23000
  };
@@ -23398,6 +23455,168 @@ $root.wix = (function () {
23398
23455
  });
23399
23456
  return DeleteEntityResponse;
23400
23457
  }());;
23458
+ _v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest = (function () {
23459
+ class PurgeProcessedTargetsCacheByProtoArtifactIdRequest {
23460
+ constructor(props) {
23461
+ this.protoArtifactId = props && props.protoArtifactId;
23462
+ }
23463
+ static toJSON(obj, helper, withDefaults) {
23464
+ if (obj == null) {
23465
+ return null;
23466
+ } else {
23467
+ const json = {};
23468
+ if (obj['protoArtifactId'] != null) {
23469
+ json['protoArtifactId'] = obj['protoArtifactId'];
23470
+ } else if (withDefaults) {
23471
+ json['protoArtifactId'] = '';
23472
+ }
23473
+ return json;
23474
+ }
23475
+ }
23476
+ static fromJSON(json, helper, withDefaults) {
23477
+ if (typeof json === 'object' && !Array.isArray(json)) {
23478
+ const result = new $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest();
23479
+ if (json['protoArtifactId'] != null) {
23480
+ result['protoArtifactId'] = json['protoArtifactId'];
23481
+ } else if (withDefaults !== false) {
23482
+ result['protoArtifactId'] = '';
23483
+ } else {
23484
+ delete result['protoArtifactId'];
23485
+ }
23486
+ return result;
23487
+ } else
23488
+ return json;
23489
+ }
23490
+ static toGRPC(obj, helper) {
23491
+ if (obj == null) {
23492
+ return null;
23493
+ } else {
23494
+ const grpc = {};
23495
+ if (obj['protoArtifactId'] != null) {
23496
+ grpc['protoArtifactId'] = obj['protoArtifactId'];
23497
+ }
23498
+ return grpc;
23499
+ }
23500
+ }
23501
+ static fromGRPC(grpc, helper) {
23502
+ if (grpc == null) {
23503
+ return null;
23504
+ } else {
23505
+ const result = new $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest();
23506
+ if (grpc['protoArtifactId'] != null) {
23507
+ result['protoArtifactId'] = grpc['protoArtifactId'];
23508
+ } else {
23509
+ result['protoArtifactId'] = '';
23510
+ }
23511
+ return result;
23512
+ }
23513
+ }
23514
+ }
23515
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdRequest.prototype, '__proto', {
23516
+ value: pbjs => {
23517
+ return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest');
23518
+ },
23519
+ enumerable: false,
23520
+ configurable: false
23521
+ });
23522
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdRequest.prototype, '__fqn__', {
23523
+ value: 'wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest',
23524
+ enumerable: false,
23525
+ configurable: false
23526
+ });
23527
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdRequest.prototype, '__options__', {
23528
+ value: $root.__options,
23529
+ enumerable: false,
23530
+ configurable: false
23531
+ });
23532
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdRequest.prototype, '__root__', {
23533
+ value: $root,
23534
+ enumerable: false,
23535
+ configurable: false
23536
+ });
23537
+ return PurgeProcessedTargetsCacheByProtoArtifactIdRequest;
23538
+ }());;
23539
+ _v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse = (function () {
23540
+ class PurgeProcessedTargetsCacheByProtoArtifactIdResponse {
23541
+ constructor(props) {
23542
+ this.deletedCount = props && props.deletedCount;
23543
+ }
23544
+ static toJSON(obj, helper, withDefaults) {
23545
+ if (obj == null) {
23546
+ return null;
23547
+ } else {
23548
+ const json = {};
23549
+ if (obj['deletedCount'] != null) {
23550
+ json['deletedCount'] = obj['deletedCount'];
23551
+ } else if (withDefaults) {
23552
+ json['deletedCount'] = 0;
23553
+ }
23554
+ return json;
23555
+ }
23556
+ }
23557
+ static fromJSON(json, helper, withDefaults) {
23558
+ if (typeof json === 'object' && !Array.isArray(json)) {
23559
+ const result = new $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse();
23560
+ if (json['deletedCount'] != null) {
23561
+ result['deletedCount'] = json['deletedCount'];
23562
+ } else if (withDefaults !== false) {
23563
+ result['deletedCount'] = 0;
23564
+ } else {
23565
+ delete result['deletedCount'];
23566
+ }
23567
+ return result;
23568
+ } else
23569
+ return json;
23570
+ }
23571
+ static toGRPC(obj, helper) {
23572
+ if (obj == null) {
23573
+ return null;
23574
+ } else {
23575
+ const grpc = {};
23576
+ if (obj['deletedCount'] != null) {
23577
+ grpc['deletedCount'] = obj['deletedCount'];
23578
+ }
23579
+ return grpc;
23580
+ }
23581
+ }
23582
+ static fromGRPC(grpc, helper) {
23583
+ if (grpc == null) {
23584
+ return null;
23585
+ } else {
23586
+ const result = new $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse();
23587
+ if (grpc['deletedCount'] != null) {
23588
+ result['deletedCount'] = grpc['deletedCount'];
23589
+ } else {
23590
+ result['deletedCount'] = 0;
23591
+ }
23592
+ return result;
23593
+ }
23594
+ }
23595
+ }
23596
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdResponse.prototype, '__proto', {
23597
+ value: pbjs => {
23598
+ return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse');
23599
+ },
23600
+ enumerable: false,
23601
+ configurable: false
23602
+ });
23603
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdResponse.prototype, '__fqn__', {
23604
+ value: 'wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse',
23605
+ enumerable: false,
23606
+ configurable: false
23607
+ });
23608
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdResponse.prototype, '__options__', {
23609
+ value: $root.__options,
23610
+ enumerable: false,
23611
+ configurable: false
23612
+ });
23613
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdResponse.prototype, '__root__', {
23614
+ value: $root,
23615
+ enumerable: false,
23616
+ configurable: false
23617
+ });
23618
+ return PurgeProcessedTargetsCacheByProtoArtifactIdResponse;
23619
+ }());;
23401
23620
  _v1.BusinessSchemaService = (function () {
23402
23621
  class BusinessSchemaService {
23403
23622
  validateFqdn(aspects, msg) {
@@ -1262,6 +1262,22 @@ declare namespace $requests {
1262
1262
  constructor(data?: IDeleteEntityResponse);
1263
1263
  static __$$generatedFromProtobuf$$__: Symbol;
1264
1264
  }
1265
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1266
+ protoArtifactId: string;
1267
+ }
1268
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1269
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
1270
+ protoArtifactId: string;
1271
+ static __$$generatedFromProtobuf$$__: Symbol;
1272
+ }
1273
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1274
+ deletedCount: number;
1275
+ }
1276
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1277
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
1278
+ deletedCount: number;
1279
+ static __$$generatedFromProtobuf$$__: Symbol;
1280
+ }
1265
1281
  export interface IValidateFqdnRequest {
1266
1282
  fqdn: string;
1267
1283
  }
@@ -5021,6 +5037,22 @@ declare namespace $responses {
5021
5037
  constructor(data?: IDeleteEntityResponse);
5022
5038
  static __$$generatedFromProtobuf$$__: Symbol;
5023
5039
  }
5040
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
5041
+ protoArtifactId?: string;
5042
+ }
5043
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
5044
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
5045
+ protoArtifactId?: string;
5046
+ static __$$generatedFromProtobuf$$__: Symbol;
5047
+ }
5048
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
5049
+ deletedCount?: number;
5050
+ }
5051
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
5052
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
5053
+ deletedCount?: number;
5054
+ static __$$generatedFromProtobuf$$__: Symbol;
5055
+ }
5024
5056
  export interface IValidateFqdnRequest {
5025
5057
  fqdn?: string;
5026
5058
  }
@@ -7535,6 +7567,7 @@ declare namespace $services {
7535
7567
  export abstract class ManagementService {
7536
7568
  abstract deleteServiceDocument(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IDeleteServiceDocumentRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteServiceDocumentResponse>
7537
7569
  abstract purgeProcessedTargetsCache(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
7570
+ abstract purgeProcessedTargetsCacheByProtoArtifactId(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
7538
7571
  abstract deleteEntity(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
7539
7572
  }
7540
7573
  export abstract class BusinessSchemaService {
@@ -1262,6 +1262,22 @@ declare namespace $requests {
1262
1262
  constructor(data?: IDeleteEntityResponse);
1263
1263
  static __$$generatedFromProtobuf$$__: Symbol;
1264
1264
  }
1265
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1266
+ protoArtifactId?: string;
1267
+ }
1268
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1269
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
1270
+ protoArtifactId?: string;
1271
+ static __$$generatedFromProtobuf$$__: Symbol;
1272
+ }
1273
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1274
+ deletedCount?: number;
1275
+ }
1276
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1277
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
1278
+ deletedCount?: number;
1279
+ static __$$generatedFromProtobuf$$__: Symbol;
1280
+ }
1265
1281
  export interface IValidateFqdnRequest {
1266
1282
  fqdn?: string;
1267
1283
  }
@@ -5021,6 +5037,22 @@ declare namespace $responses {
5021
5037
  constructor(data?: IDeleteEntityResponse);
5022
5038
  static __$$generatedFromProtobuf$$__: Symbol;
5023
5039
  }
5040
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
5041
+ protoArtifactId: string;
5042
+ }
5043
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
5044
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
5045
+ protoArtifactId: string;
5046
+ static __$$generatedFromProtobuf$$__: Symbol;
5047
+ }
5048
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
5049
+ deletedCount: number;
5050
+ }
5051
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
5052
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
5053
+ deletedCount: number;
5054
+ static __$$generatedFromProtobuf$$__: Symbol;
5055
+ }
5024
5056
  export interface IValidateFqdnRequest {
5025
5057
  fqdn: string;
5026
5058
  }
@@ -7537,6 +7569,8 @@ declare namespace $services {
7537
7569
  abstract deleteServiceDocument(req: $requests.wix.coreservices.businessschema.v1.IDeleteServiceDocumentRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteServiceDocumentResponse>
7538
7570
  abstract purgeProcessedTargetsCache(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
7539
7571
  abstract purgeProcessedTargetsCache(req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
7572
+ abstract purgeProcessedTargetsCacheByProtoArtifactId(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
7573
+ abstract purgeProcessedTargetsCacheByProtoArtifactId(req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
7540
7574
  abstract deleteEntity(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
7541
7575
  abstract deleteEntity(req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
7542
7576
  }
@@ -1225,6 +1225,7 @@ declare namespace $wrapper {
1225
1225
  export abstract class ManagementService {
1226
1226
  abstract deleteServiceDocument(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IDeleteServiceDocumentRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IDeleteServiceDocumentResponse>
1227
1227
  abstract purgeProcessedTargetsCache(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
1228
+ abstract purgeProcessedTargetsCacheByProtoArtifactId(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
1228
1229
  abstract deleteEntity(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
1229
1230
  }
1230
1231
  export interface IDeleteServiceDocumentRequest {
@@ -1269,6 +1270,22 @@ declare namespace $wrapper {
1269
1270
  constructor(data?: IDeleteEntityResponse);
1270
1271
  static __$$generatedFromProtobuf$$__: Symbol;
1271
1272
  }
1273
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1274
+ protoArtifactId?: (string | null);
1275
+ }
1276
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1277
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
1278
+ protoArtifactId?: (string | null);
1279
+ static __$$generatedFromProtobuf$$__: Symbol;
1280
+ }
1281
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1282
+ deletedCount?: (number | null);
1283
+ }
1284
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1285
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
1286
+ deletedCount?: (number | null);
1287
+ static __$$generatedFromProtobuf$$__: Symbol;
1288
+ }
1272
1289
  export abstract class BusinessSchemaService {
1273
1290
  abstract validateFqdn(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IValidateFqdnRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IValidateFqdnResponse>
1274
1291
  abstract queryEntities(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IQueryEntitiesRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IQueryEntitiesResponse>
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1156',
13
- 'contentHash': '12dac1e15a1f6fd7e794b915b177de0485cba825'
13
+ 'contentHash': 'bfe2d3e4861e44d10843a57faca423f5d60de75e'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -3216,6 +3216,16 @@ $root.__lookup = function (pbjs) {
3216
3216
  '__comment': null
3217
3217
  }]
3218
3218
  },
3219
+ 'PurgeProcessedTargetsCacheByProtoArtifactId': {
3220
+ 'requestType': 'PurgeProcessedTargetsCacheByProtoArtifactIdRequest',
3221
+ 'responseType': 'PurgeProcessedTargetsCacheByProtoArtifactIdResponse',
3222
+ 'options': { '(.wix.api.exposure)': 'PRIVATE' },
3223
+ 'comment': null,
3224
+ 'parsedOptions': [{
3225
+ '(.wix.api.exposure)': 'PRIVATE',
3226
+ '__comment': null
3227
+ }]
3228
+ },
3219
3229
  'DeleteEntity': {
3220
3230
  'requestType': 'DeleteEntityRequest',
3221
3231
  'responseType': 'DeleteEntityResponse',
@@ -3300,6 +3310,41 @@ $root.__lookup = function (pbjs) {
3300
3310
  'fields': {},
3301
3311
  'comment': null
3302
3312
  },
3313
+ 'PurgeProcessedTargetsCacheByProtoArtifactIdRequest': {
3314
+ 'fields': {
3315
+ 'protoArtifactId': {
3316
+ 'type': 'string',
3317
+ 'id': 1,
3318
+ 'options': {
3319
+ '(wix.api.minLength)': 1,
3320
+ '(wix.api.maxLength)': 256
3321
+ },
3322
+ 'comment': null,
3323
+ 'parsedOptions': [
3324
+ {
3325
+ '(wix.api.minLength)': 1,
3326
+ '__comment': null
3327
+ },
3328
+ {
3329
+ '(wix.api.maxLength)': 256,
3330
+ '__comment': null
3331
+ }
3332
+ ]
3333
+ }
3334
+ },
3335
+ 'comment': null
3336
+ },
3337
+ 'PurgeProcessedTargetsCacheByProtoArtifactIdResponse': {
3338
+ 'fields': {
3339
+ 'deletedCount': {
3340
+ 'type': 'int32',
3341
+ 'id': 1,
3342
+ 'comment': null,
3343
+ 'parsedOptions': null
3344
+ }
3345
+ },
3346
+ 'comment': null
3347
+ },
3303
3348
  'BusinessSchemaService': {
3304
3349
  'options': {
3305
3350
  '(.wix.api.service_entity).message': 'wix.coreservices.businessschema.v1.Entity',
@@ -22910,6 +22955,9 @@ $root.wix = (function () {
22910
22955
  purgeProcessedTargetsCache(aspects, msg) {
22911
22956
  throw new TypeError('method purgeProcessedTargetsCache is abstract');
22912
22957
  }
22958
+ purgeProcessedTargetsCacheByProtoArtifactId(aspects, msg) {
22959
+ throw new TypeError('method purgeProcessedTargetsCacheByProtoArtifactId is abstract');
22960
+ }
22913
22961
  deleteEntity(aspects, msg) {
22914
22962
  throw new TypeError('method deleteEntity is abstract');
22915
22963
  }
@@ -22926,6 +22974,12 @@ $root.wix = (function () {
22926
22974
  $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheResponse
22927
22975
  ];
22928
22976
  };
22977
+ ManagementService.prototype.purgeProcessedTargetsCacheByProtoArtifactId._messageTypes = function () {
22978
+ return [
22979
+ $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest,
22980
+ $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse
22981
+ ];
22982
+ };
22929
22983
  ManagementService.prototype.deleteEntity._messageTypes = function () {
22930
22984
  return [
22931
22985
  $root.wix.coreservices.businessschema.v1.DeleteEntityRequest,
@@ -22938,6 +22992,9 @@ $root.wix = (function () {
22938
22992
  ManagementService.prototype.purgeProcessedTargetsCache.__proto = pbjs => {
22939
22993
  return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.ManagementService.PurgeProcessedTargetsCache');
22940
22994
  };
22995
+ ManagementService.prototype.purgeProcessedTargetsCacheByProtoArtifactId.__proto = pbjs => {
22996
+ return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.ManagementService.PurgeProcessedTargetsCacheByProtoArtifactId');
22997
+ };
22941
22998
  ManagementService.prototype.deleteEntity.__proto = pbjs => {
22942
22999
  return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.ManagementService.DeleteEntity');
22943
23000
  };
@@ -23398,6 +23455,168 @@ $root.wix = (function () {
23398
23455
  });
23399
23456
  return DeleteEntityResponse;
23400
23457
  }());;
23458
+ _v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest = (function () {
23459
+ class PurgeProcessedTargetsCacheByProtoArtifactIdRequest {
23460
+ constructor(props) {
23461
+ this.protoArtifactId = props && props.protoArtifactId;
23462
+ }
23463
+ static toJSON(obj, helper, withDefaults) {
23464
+ if (obj == null) {
23465
+ return null;
23466
+ } else {
23467
+ const json = {};
23468
+ if (obj['protoArtifactId'] != null) {
23469
+ json['protoArtifactId'] = obj['protoArtifactId'];
23470
+ } else if (withDefaults) {
23471
+ json['protoArtifactId'] = '';
23472
+ }
23473
+ return json;
23474
+ }
23475
+ }
23476
+ static fromJSON(json, helper, withDefaults) {
23477
+ if (typeof json === 'object' && !Array.isArray(json)) {
23478
+ const result = new $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest();
23479
+ if (json['protoArtifactId'] != null) {
23480
+ result['protoArtifactId'] = json['protoArtifactId'];
23481
+ } else if (withDefaults !== false) {
23482
+ result['protoArtifactId'] = '';
23483
+ } else {
23484
+ delete result['protoArtifactId'];
23485
+ }
23486
+ return result;
23487
+ } else
23488
+ return json;
23489
+ }
23490
+ static toGRPC(obj, helper) {
23491
+ if (obj == null) {
23492
+ return null;
23493
+ } else {
23494
+ const grpc = {};
23495
+ if (obj['protoArtifactId'] != null) {
23496
+ grpc['protoArtifactId'] = obj['protoArtifactId'];
23497
+ }
23498
+ return grpc;
23499
+ }
23500
+ }
23501
+ static fromGRPC(grpc, helper) {
23502
+ if (grpc == null) {
23503
+ return null;
23504
+ } else {
23505
+ const result = new $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest();
23506
+ if (grpc['protoArtifactId'] != null) {
23507
+ result['protoArtifactId'] = grpc['protoArtifactId'];
23508
+ } else {
23509
+ result['protoArtifactId'] = '';
23510
+ }
23511
+ return result;
23512
+ }
23513
+ }
23514
+ }
23515
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdRequest.prototype, '__proto', {
23516
+ value: pbjs => {
23517
+ return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest');
23518
+ },
23519
+ enumerable: false,
23520
+ configurable: false
23521
+ });
23522
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdRequest.prototype, '__fqn__', {
23523
+ value: 'wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdRequest',
23524
+ enumerable: false,
23525
+ configurable: false
23526
+ });
23527
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdRequest.prototype, '__options__', {
23528
+ value: $root.__options,
23529
+ enumerable: false,
23530
+ configurable: false
23531
+ });
23532
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdRequest.prototype, '__root__', {
23533
+ value: $root,
23534
+ enumerable: false,
23535
+ configurable: false
23536
+ });
23537
+ return PurgeProcessedTargetsCacheByProtoArtifactIdRequest;
23538
+ }());;
23539
+ _v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse = (function () {
23540
+ class PurgeProcessedTargetsCacheByProtoArtifactIdResponse {
23541
+ constructor(props) {
23542
+ this.deletedCount = props && props.deletedCount;
23543
+ }
23544
+ static toJSON(obj, helper, withDefaults) {
23545
+ if (obj == null) {
23546
+ return null;
23547
+ } else {
23548
+ const json = {};
23549
+ if (obj['deletedCount'] != null) {
23550
+ json['deletedCount'] = obj['deletedCount'];
23551
+ } else if (withDefaults) {
23552
+ json['deletedCount'] = 0;
23553
+ }
23554
+ return json;
23555
+ }
23556
+ }
23557
+ static fromJSON(json, helper, withDefaults) {
23558
+ if (typeof json === 'object' && !Array.isArray(json)) {
23559
+ const result = new $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse();
23560
+ if (json['deletedCount'] != null) {
23561
+ result['deletedCount'] = json['deletedCount'];
23562
+ } else if (withDefaults !== false) {
23563
+ result['deletedCount'] = 0;
23564
+ } else {
23565
+ delete result['deletedCount'];
23566
+ }
23567
+ return result;
23568
+ } else
23569
+ return json;
23570
+ }
23571
+ static toGRPC(obj, helper) {
23572
+ if (obj == null) {
23573
+ return null;
23574
+ } else {
23575
+ const grpc = {};
23576
+ if (obj['deletedCount'] != null) {
23577
+ grpc['deletedCount'] = obj['deletedCount'];
23578
+ }
23579
+ return grpc;
23580
+ }
23581
+ }
23582
+ static fromGRPC(grpc, helper) {
23583
+ if (grpc == null) {
23584
+ return null;
23585
+ } else {
23586
+ const result = new $root.wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse();
23587
+ if (grpc['deletedCount'] != null) {
23588
+ result['deletedCount'] = grpc['deletedCount'];
23589
+ } else {
23590
+ result['deletedCount'] = 0;
23591
+ }
23592
+ return result;
23593
+ }
23594
+ }
23595
+ }
23596
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdResponse.prototype, '__proto', {
23597
+ value: pbjs => {
23598
+ return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse');
23599
+ },
23600
+ enumerable: false,
23601
+ configurable: false
23602
+ });
23603
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdResponse.prototype, '__fqn__', {
23604
+ value: 'wix.coreservices.businessschema.v1.PurgeProcessedTargetsCacheByProtoArtifactIdResponse',
23605
+ enumerable: false,
23606
+ configurable: false
23607
+ });
23608
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdResponse.prototype, '__options__', {
23609
+ value: $root.__options,
23610
+ enumerable: false,
23611
+ configurable: false
23612
+ });
23613
+ __builtIn.Object.defineProperty(PurgeProcessedTargetsCacheByProtoArtifactIdResponse.prototype, '__root__', {
23614
+ value: $root,
23615
+ enumerable: false,
23616
+ configurable: false
23617
+ });
23618
+ return PurgeProcessedTargetsCacheByProtoArtifactIdResponse;
23619
+ }());;
23401
23620
  _v1.BusinessSchemaService = (function () {
23402
23621
  class BusinessSchemaService {
23403
23622
  validateFqdn(aspects, msg) {
@@ -1262,6 +1262,22 @@ declare namespace $requests {
1262
1262
  constructor(data?: IDeleteEntityResponse);
1263
1263
  static __$$generatedFromProtobuf$$__: Symbol;
1264
1264
  }
1265
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1266
+ protoArtifactId: string;
1267
+ }
1268
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
1269
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
1270
+ protoArtifactId: string;
1271
+ static __$$generatedFromProtobuf$$__: Symbol;
1272
+ }
1273
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1274
+ deletedCount: number;
1275
+ }
1276
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
1277
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
1278
+ deletedCount: number;
1279
+ static __$$generatedFromProtobuf$$__: Symbol;
1280
+ }
1265
1281
  export interface IValidateFqdnRequest {
1266
1282
  fqdn: string;
1267
1283
  }
@@ -5021,6 +5037,22 @@ declare namespace $responses {
5021
5037
  constructor(data?: IDeleteEntityResponse);
5022
5038
  static __$$generatedFromProtobuf$$__: Symbol;
5023
5039
  }
5040
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
5041
+ protoArtifactId?: string;
5042
+ }
5043
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdRequest implements IPurgeProcessedTargetsCacheByProtoArtifactIdRequest {
5044
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdRequest);
5045
+ protoArtifactId?: string;
5046
+ static __$$generatedFromProtobuf$$__: Symbol;
5047
+ }
5048
+ export interface IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
5049
+ deletedCount?: number;
5050
+ }
5051
+ export class PurgeProcessedTargetsCacheByProtoArtifactIdResponse implements IPurgeProcessedTargetsCacheByProtoArtifactIdResponse {
5052
+ constructor(data?: IPurgeProcessedTargetsCacheByProtoArtifactIdResponse);
5053
+ deletedCount?: number;
5054
+ static __$$generatedFromProtobuf$$__: Symbol;
5055
+ }
5024
5056
  export interface IValidateFqdnRequest {
5025
5057
  fqdn?: string;
5026
5058
  }
@@ -7535,6 +7567,7 @@ declare namespace $services {
7535
7567
  export abstract class ManagementService {
7536
7568
  abstract deleteServiceDocument(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IDeleteServiceDocumentRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteServiceDocumentResponse>
7537
7569
  abstract purgeProcessedTargetsCache(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
7570
+ abstract purgeProcessedTargetsCacheByProtoArtifactId(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
7538
7571
  abstract deleteEntity(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
7539
7572
  }
7540
7573
  export abstract class BusinessSchemaService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/metro-common-builders",
3
- "version": "1.0.1507",
3
+ "version": "1.0.1509",
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.1862.0",
36
+ "@wix/metro-runtime": "1.1864.0",
37
37
  "long": "^5.1.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@rushstack/eslint-patch": "^1.1.0",
41
41
  "@types/jest": "^24.9.1",
42
42
  "@types/node": "^16.11.7",
43
- "@wix/business-schema-api": "^1.7.1536",
43
+ "@wix/business-schema-api": "^1.7.1537",
44
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",
@@ -71,5 +71,5 @@
71
71
  "wallaby": {
72
72
  "autoDetect": true
73
73
  },
74
- "falconPackageHash": "c0a52208c34081696d611f1da305ab9109ec5a24bda1467b65da6158"
74
+ "falconPackageHash": "857fbe8ebc5c6ca2462e3bff51878b3c3f9608f98cad0cb6d75e424c"
75
75
  }