@wix/metro-common-builders 1.0.1392 → 1.0.1394

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.
@@ -7058,8 +7058,6 @@ declare namespace $services {
7058
7058
  export abstract class BusinessSchemaIndexerService {
7059
7059
  abstract markTargetAsProcessed(aspects: object, req: $requests.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedRequest): Promise<$responses.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedResponse>
7060
7060
  abstract markTargetAsProcessed(req: $requests.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedRequest): Promise<$responses.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedResponse>
7061
- abstract consumeBazelInvocationEvent(aspects: object, req: $requests.com.wixpress.ci.gh.api.IBazelBuildInvocationEvent): Promise<{}>
7062
- abstract consumeBazelInvocationEvent(req: $requests.com.wixpress.ci.gh.api.IBazelBuildInvocationEvent): Promise<{}>
7063
7061
  }
7064
7062
  }
7065
7063
  export abstract class ManagementService {
@@ -1073,7 +1073,6 @@ declare namespace $wrapper {
1073
1073
  }
1074
1074
  export abstract class BusinessSchemaIndexerService {
1075
1075
  abstract markTargetAsProcessed(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedResponse>
1076
- abstract consumeBazelInvocationEvent(aspects: object, req: $wrapper.com.wixpress.ci.gh.api.IBazelBuildInvocationEvent): Promise<{}>
1077
1076
  }
1078
1077
  export interface IMarkTargetAsProcessedRequest {
1079
1078
  target?: ($wrapper.wix.coreservices.businessschema.v1.internal.ITarget | null);
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1154',
13
- 'contentHash': 'bbe6bf5cfb7405169442a04c32af7d8d7473bfa6'
13
+ 'contentHash': 'd2dd8cfcdc1be7698713122229804e3e39324138'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -2655,19 +2655,6 @@ $root.__lookup = function (pbjs) {
2655
2655
  '__comment': null
2656
2656
  }
2657
2657
  ]
2658
- },
2659
- 'ConsumeBazelInvocationEvent': {
2660
- 'requestType': 'com.wixpress.ci.gh.api.BazelBuildInvocationEvent',
2661
- 'responseType': 'google.protobuf.Empty',
2662
- 'options': {
2663
- '(wix.api.subscription).topic': 'bazel-build-invocation-event',
2664
- '(wix.api.subscription)': { 'topic': 'bazel-build-invocation-event' }
2665
- },
2666
- 'comment': null,
2667
- 'parsedOptions': [{
2668
- '(wix.api.subscription)': { 'topic': 'bazel-build-invocation-event' },
2669
- '__comment': null
2670
- }]
2671
2658
  }
2672
2659
  },
2673
2660
  'comment': null
@@ -20311,9 +20298,6 @@ $root.wix = (function () {
20311
20298
  markTargetAsProcessed(aspects, msg) {
20312
20299
  throw new TypeError('method markTargetAsProcessed is abstract');
20313
20300
  }
20314
- consumeBazelInvocationEvent(aspects, msg) {
20315
- throw new TypeError('method consumeBazelInvocationEvent is abstract');
20316
- }
20317
20301
  }
20318
20302
  BusinessSchemaIndexerService.prototype.markTargetAsProcessed._messageTypes = function () {
20319
20303
  return [
@@ -20321,18 +20305,9 @@ $root.wix = (function () {
20321
20305
  $root.wix.coreservices.businessschema.v1.internal.MarkTargetAsProcessedResponse
20322
20306
  ];
20323
20307
  };
20324
- BusinessSchemaIndexerService.prototype.consumeBazelInvocationEvent._messageTypes = function () {
20325
- return [
20326
- $root.com.wixpress.ci.gh.api.BazelBuildInvocationEvent,
20327
- $root.google.protobuf.Empty
20328
- ];
20329
- };
20330
20308
  BusinessSchemaIndexerService.prototype.markTargetAsProcessed.__proto = pbjs => {
20331
20309
  return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.internal.BusinessSchemaIndexerService.MarkTargetAsProcessed');
20332
20310
  };
20333
- BusinessSchemaIndexerService.prototype.consumeBazelInvocationEvent.__proto = pbjs => {
20334
- return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.internal.BusinessSchemaIndexerService.ConsumeBazelInvocationEvent');
20335
- };
20336
20311
  __builtIn.Object.defineProperty(BusinessSchemaIndexerService.prototype, '__isRpcService__', {
20337
20312
  value: true,
20338
20313
  enumerable: false,
@@ -7057,7 +7057,6 @@ declare namespace $services {
7057
7057
  export namespace internal {
7058
7058
  export abstract class BusinessSchemaIndexerService {
7059
7059
  abstract markTargetAsProcessed(aspects: object, req: $requests.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedRequest): Promise<$responses.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedResponse>
7060
- abstract consumeBazelInvocationEvent(aspects: object, req: $requests.com.wixpress.ci.gh.api.IBazelBuildInvocationEvent): Promise<{}>
7061
7060
  }
7062
7061
  }
7063
7062
  export abstract class ManagementService {
@@ -7058,8 +7058,6 @@ declare namespace $services {
7058
7058
  export abstract class BusinessSchemaIndexerService {
7059
7059
  abstract markTargetAsProcessed(aspects: object, req: $requests.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedRequest): Promise<$responses.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedResponse>
7060
7060
  abstract markTargetAsProcessed(req: $requests.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedRequest): Promise<$responses.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedResponse>
7061
- abstract consumeBazelInvocationEvent(aspects: object, req: $requests.com.wixpress.ci.gh.api.IBazelBuildInvocationEvent): Promise<{}>
7062
- abstract consumeBazelInvocationEvent(req: $requests.com.wixpress.ci.gh.api.IBazelBuildInvocationEvent): Promise<{}>
7063
7061
  }
7064
7062
  }
7065
7063
  export abstract class ManagementService {
@@ -1073,7 +1073,6 @@ declare namespace $wrapper {
1073
1073
  }
1074
1074
  export abstract class BusinessSchemaIndexerService {
1075
1075
  abstract markTargetAsProcessed(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedResponse>
1076
- abstract consumeBazelInvocationEvent(aspects: object, req: $wrapper.com.wixpress.ci.gh.api.IBazelBuildInvocationEvent): Promise<{}>
1077
1076
  }
1078
1077
  export interface IMarkTargetAsProcessedRequest {
1079
1078
  target?: ($wrapper.wix.coreservices.businessschema.v1.internal.ITarget | null);
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1154',
13
- 'contentHash': 'bbe6bf5cfb7405169442a04c32af7d8d7473bfa6'
13
+ 'contentHash': 'd2dd8cfcdc1be7698713122229804e3e39324138'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -2655,19 +2655,6 @@ $root.__lookup = function (pbjs) {
2655
2655
  '__comment': null
2656
2656
  }
2657
2657
  ]
2658
- },
2659
- 'ConsumeBazelInvocationEvent': {
2660
- 'requestType': 'com.wixpress.ci.gh.api.BazelBuildInvocationEvent',
2661
- 'responseType': 'google.protobuf.Empty',
2662
- 'options': {
2663
- '(wix.api.subscription).topic': 'bazel-build-invocation-event',
2664
- '(wix.api.subscription)': { 'topic': 'bazel-build-invocation-event' }
2665
- },
2666
- 'comment': null,
2667
- 'parsedOptions': [{
2668
- '(wix.api.subscription)': { 'topic': 'bazel-build-invocation-event' },
2669
- '__comment': null
2670
- }]
2671
2658
  }
2672
2659
  },
2673
2660
  'comment': null
@@ -20311,9 +20298,6 @@ $root.wix = (function () {
20311
20298
  markTargetAsProcessed(aspects, msg) {
20312
20299
  throw new TypeError('method markTargetAsProcessed is abstract');
20313
20300
  }
20314
- consumeBazelInvocationEvent(aspects, msg) {
20315
- throw new TypeError('method consumeBazelInvocationEvent is abstract');
20316
- }
20317
20301
  }
20318
20302
  BusinessSchemaIndexerService.prototype.markTargetAsProcessed._messageTypes = function () {
20319
20303
  return [
@@ -20321,18 +20305,9 @@ $root.wix = (function () {
20321
20305
  $root.wix.coreservices.businessschema.v1.internal.MarkTargetAsProcessedResponse
20322
20306
  ];
20323
20307
  };
20324
- BusinessSchemaIndexerService.prototype.consumeBazelInvocationEvent._messageTypes = function () {
20325
- return [
20326
- $root.com.wixpress.ci.gh.api.BazelBuildInvocationEvent,
20327
- $root.google.protobuf.Empty
20328
- ];
20329
- };
20330
20308
  BusinessSchemaIndexerService.prototype.markTargetAsProcessed.__proto = pbjs => {
20331
20309
  return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.internal.BusinessSchemaIndexerService.MarkTargetAsProcessed');
20332
20310
  };
20333
- BusinessSchemaIndexerService.prototype.consumeBazelInvocationEvent.__proto = pbjs => {
20334
- return $root.__lookup(pbjs)('wix.coreservices.businessschema.v1.internal.BusinessSchemaIndexerService.ConsumeBazelInvocationEvent');
20335
- };
20336
20311
  __builtIn.Object.defineProperty(BusinessSchemaIndexerService.prototype, '__isRpcService__', {
20337
20312
  value: true,
20338
20313
  enumerable: false,
@@ -7057,7 +7057,6 @@ declare namespace $services {
7057
7057
  export namespace internal {
7058
7058
  export abstract class BusinessSchemaIndexerService {
7059
7059
  abstract markTargetAsProcessed(aspects: object, req: $requests.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedRequest): Promise<$responses.wix.coreservices.businessschema.v1.internal.IMarkTargetAsProcessedResponse>
7060
- abstract consumeBazelInvocationEvent(aspects: object, req: $requests.com.wixpress.ci.gh.api.IBazelBuildInvocationEvent): Promise<{}>
7061
7060
  }
7062
7061
  }
7063
7062
  export abstract class ManagementService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/metro-common-builders",
3
- "version": "1.0.1392",
3
+ "version": "1.0.1394",
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.1748.0",
36
+ "@wix/metro-runtime": "1.1750.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.1478",
43
+ "@wix/business-schema-api": "^1.7.1479",
44
44
  "@wix/wix-proto-codegen": "^2.0.1154",
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": "1d0634af13a91aa30084cf0e0387057ccc3ce2d9a2c2f47613efa94e"
74
+ "falconPackageHash": "c7b92b04880facce11f00b5af92a0849e976392b861731cef9917de3"
75
75
  }