@rsdk/builtin-contract 5.8.0-next.0 → 5.8.0-next.1

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.
Files changed (50) hide show
  1. package/dist/google/protobuf/struct.d.ts +4 -4
  2. package/dist/google/protobuf/struct.js +9 -5
  3. package/dist/google/protobuf/struct.js.map +1 -1
  4. package/dist/grpc/error/v1/error.d.ts +1 -1
  5. package/dist/grpc/error/v1/error.js +2 -0
  6. package/dist/grpc/error/v1/error.js.map +1 -1
  7. package/dist/grpc/health/v1/health.d.ts +7 -8
  8. package/dist/grpc/health/v1/health.js +2 -0
  9. package/dist/grpc/health/v1/health.js.map +1 -1
  10. package/dist/grpc/metrics/v1/metrics.d.ts +5 -6
  11. package/dist/grpc/metrics/v1/metrics.js +2 -0
  12. package/dist/grpc/metrics/v1/metrics.js.map +1 -1
  13. package/dist/grpc/reflection/v1/reflection.d.ts +11 -12
  14. package/dist/grpc/reflection/v1/reflection.js +4 -21
  15. package/dist/grpc/reflection/v1/reflection.js.map +1 -1
  16. package/dist/grpc/reflection/v1alpha/reflection.d.ts +11 -12
  17. package/dist/grpc/reflection/v1alpha/reflection.js +4 -21
  18. package/dist/grpc/reflection/v1alpha/reflection.js.map +1 -1
  19. package/dist/grpc.error.v1.d.ts +23 -5
  20. package/dist/grpc.error.v1.js +2 -2
  21. package/dist/grpc.health.v1.d.ts +41 -10
  22. package/dist/grpc.health.v1.js +43 -13
  23. package/dist/grpc.health.v1.js.map +1 -1
  24. package/dist/grpc.metrics.v1.d.ts +38 -8
  25. package/dist/grpc.metrics.v1.js +42 -13
  26. package/dist/grpc.metrics.v1.js.map +1 -1
  27. package/dist/grpc.reflection.v1.d.ts +46 -16
  28. package/dist/grpc.reflection.v1.js +50 -21
  29. package/dist/grpc.reflection.v1.js.map +1 -1
  30. package/dist/grpc.reflection.v1alpha.d.ts +48 -18
  31. package/dist/grpc.reflection.v1alpha.js +51 -22
  32. package/dist/grpc.reflection.v1alpha.js.map +1 -1
  33. package/dist/index.google.js +2 -1
  34. package/dist/index.google.js.map +1 -1
  35. package/dist/index.google.protobuf.js +2 -1
  36. package/dist/index.google.protobuf.js.map +1 -1
  37. package/dist/index.grpc.error.js +2 -1
  38. package/dist/index.grpc.error.js.map +1 -1
  39. package/dist/index.grpc.health.js +2 -1
  40. package/dist/index.grpc.health.js.map +1 -1
  41. package/dist/index.grpc.js +2 -1
  42. package/dist/index.grpc.js.map +1 -1
  43. package/dist/index.grpc.metrics.js +2 -1
  44. package/dist/index.grpc.metrics.js.map +1 -1
  45. package/dist/index.grpc.reflection.js +2 -1
  46. package/dist/index.grpc.reflection.js.map +1 -1
  47. package/dist/index.js +2 -1
  48. package/dist/index.js.map +1 -1
  49. package/package.json +2 -2
  50. package/ppm.json +1 -1
@@ -1,27 +1,28 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExtensionRequest = exports.ServerReflectionRequest = exports.ErrorResponse = exports.ServiceResponse = exports.ListServiceResponse = exports.ExtensionNumberResponse = exports.FileDescriptorResponse = exports.ServerReflectionResponse = void 0;
3
+ exports.ServiceResponse = exports.ServerReflectionResponse = exports.ServerReflectionRequest = exports.ListServiceResponse = exports.FileDescriptorResponse = exports.ExtensionRequest = exports.ExtensionNumberResponse = exports.ErrorResponse = void 0;
4
+ exports.ServerReflectionNatsMethods = ServerReflectionNatsMethods;
4
5
  exports.ServerReflectionGrpcMethods = ServerReflectionGrpcMethods;
5
6
  exports.createServerReflectionClient = createServerReflectionClient;
6
7
  // *Service is definition from grpc-js (used for Nest.js gRPC transport)
7
8
  // *Definition is generic definition (used for NiceGrpc clients)
8
9
  const reflection_1 = require("./grpc/reflection/v1alpha/reflection");
9
10
  const reflection_2 = require("./grpc/reflection/v1alpha/reflection");
10
- Object.defineProperty(exports, "ServerReflectionResponse", { enumerable: true, get: function () { return reflection_2.ServerReflectionResponse; } });
11
+ Object.defineProperty(exports, "ErrorResponse", { enumerable: true, get: function () { return reflection_2.ErrorResponse; } });
11
12
  const reflection_3 = require("./grpc/reflection/v1alpha/reflection");
12
- Object.defineProperty(exports, "FileDescriptorResponse", { enumerable: true, get: function () { return reflection_3.FileDescriptorResponse; } });
13
+ Object.defineProperty(exports, "ExtensionNumberResponse", { enumerable: true, get: function () { return reflection_3.ExtensionNumberResponse; } });
13
14
  const reflection_4 = require("./grpc/reflection/v1alpha/reflection");
14
- Object.defineProperty(exports, "ExtensionNumberResponse", { enumerable: true, get: function () { return reflection_4.ExtensionNumberResponse; } });
15
+ Object.defineProperty(exports, "ExtensionRequest", { enumerable: true, get: function () { return reflection_4.ExtensionRequest; } });
15
16
  const reflection_5 = require("./grpc/reflection/v1alpha/reflection");
16
- Object.defineProperty(exports, "ListServiceResponse", { enumerable: true, get: function () { return reflection_5.ListServiceResponse; } });
17
+ Object.defineProperty(exports, "FileDescriptorResponse", { enumerable: true, get: function () { return reflection_5.FileDescriptorResponse; } });
17
18
  const reflection_6 = require("./grpc/reflection/v1alpha/reflection");
18
- Object.defineProperty(exports, "ServiceResponse", { enumerable: true, get: function () { return reflection_6.ServiceResponse; } });
19
+ Object.defineProperty(exports, "ListServiceResponse", { enumerable: true, get: function () { return reflection_6.ListServiceResponse; } });
19
20
  const reflection_7 = require("./grpc/reflection/v1alpha/reflection");
20
- Object.defineProperty(exports, "ErrorResponse", { enumerable: true, get: function () { return reflection_7.ErrorResponse; } });
21
+ Object.defineProperty(exports, "ServerReflectionRequest", { enumerable: true, get: function () { return reflection_7.ServerReflectionRequest; } });
21
22
  const reflection_8 = require("./grpc/reflection/v1alpha/reflection");
22
- Object.defineProperty(exports, "ServerReflectionRequest", { enumerable: true, get: function () { return reflection_8.ServerReflectionRequest; } });
23
+ Object.defineProperty(exports, "ServerReflectionResponse", { enumerable: true, get: function () { return reflection_8.ServerReflectionResponse; } });
23
24
  const reflection_9 = require("./grpc/reflection/v1alpha/reflection");
24
- Object.defineProperty(exports, "ExtensionRequest", { enumerable: true, get: function () { return reflection_9.ExtensionRequest; } });
25
+ Object.defineProperty(exports, "ServiceResponse", { enumerable: true, get: function () { return reflection_9.ServiceResponse; } });
25
26
  const descriptor_1 = require("./descriptor");
26
27
  // Actual 'Package' meta information
27
28
  // TODO type it with Package interface from @platform/grpc when it is deployed
@@ -36,26 +37,54 @@ exports.default = {
36
37
  // Just helper function to ease decorators generation
37
38
  function apply(decorator, constructor, method, serviceName) {
38
39
  const descriptor = Reflect.getOwnPropertyDescriptor(constructor.prototype, method);
39
- decorator(serviceName, method)(constructor.prototype[method], method, descriptor);
40
+ if (descriptor) {
41
+ decorator(serviceName, method)(constructor.prototype[method], method, descriptor);
42
+ /**
43
+ * NOTE: In @nestjs/microservices starting from version 10.4.9,
44
+ * the @GrpcStreamMethod decorator replaces the function in the descriptor
45
+ * (see: https://github.com/nestjs/nest/blob/v10.4.9/packages/microservices/decorators/message-pattern.decorator.ts#L151).
46
+ *
47
+ * This fix explicitly redefines the method with the modified descriptor
48
+ * to ensure the new wrapper function is preserved
49
+ * and the request does not hang.
50
+ */
51
+ Object.defineProperty(constructor.prototype, method, descriptor);
52
+ }
53
+ }
54
+ function applyRequest(decorator, constructor, method, request, response) {
55
+ const descriptor = Reflect.getOwnPropertyDescriptor(constructor.prototype, method);
56
+ decorator(request, response)(constructor.prototype[method], method, descriptor);
57
+ }
58
+ function requireProjectDependency(requireId) {
59
+ try {
60
+ // if install from npm registry
61
+ return require(requireId);
62
+ }
63
+ catch {
64
+ // if install as local package over `file:../`
65
+ // https://classic.yarnpkg.com/lang/en/docs/pnp/troubleshooting/#toc-is-trying-to-require-without-it-being-listed-in-its-dependencies
66
+ return require(require.resolve(requireId, { paths: [process.cwd()] }));
67
+ }
68
+ }
69
+ /**
70
+ * Decorates ServerReflectionNatsController methods with
71
+ * @ConsumeRequest() decorator (which is @MessagePattern under the hood).
72
+ * Hence, you don't need any individual method decorating any more.
73
+ */
74
+ function ServerReflectionNatsMethods() {
75
+ const { Controller, applyDecorators } = requireProjectDependency('@nestjs/common');
76
+ const { ConsumeRequest } = requireProjectDependency('@rsdk/nats.transport');
77
+ return applyDecorators(Controller(), function (constructor) {
78
+ applyRequest(ConsumeRequest, constructor, 'serverReflectionInfo', reflection_7.ServerReflectionRequest, reflection_8.ServerReflectionResponse);
79
+ });
40
80
  }
41
81
  /**
42
82
  * Decorates ServerReflectionGrpcController methods with
43
83
  * @GrpcStreamMethod() and @GrpcMethod() decorators (which are @MessagePattern
44
- * under the hood). Hense, you don't need any individual method decorating
84
+ * under the hood). Hence, you don't need any individual method decorating
45
85
  * any more.
46
86
  */
47
87
  function ServerReflectionGrpcMethods() {
48
- const requireProjectDependency = (requireId) => {
49
- try {
50
- // if install from npm registry
51
- return require(requireId);
52
- }
53
- catch {
54
- // if install as local package over `file:../`
55
- // https://classic.yarnpkg.com/lang/en/docs/pnp/troubleshooting/#toc-is-trying-to-require-without-it-being-listed-in-its-dependencies
56
- return require(require.resolve(requireId, { paths: [process.cwd()] }));
57
- }
58
- };
59
88
  const { Controller, applyDecorators } = requireProjectDependency('@nestjs/common');
60
89
  const { GrpcMethod, GrpcStreamMethod } = requireProjectDependency('@nestjs/microservices');
61
90
  return applyDecorators(Controller(), function (constructor) {
@@ -1 +1 @@
1
- {"version":3,"file":"grpc.reflection.v1alpha.js","sourceRoot":"","sources":["../.generated/grpc.reflection.v1alpha.ts"],"names":[],"mappings":";;;AA8DE,kEAmBC;AAYD,oEAGC;AA/ED,wEAAwE;AACxE,gEAAgE;AAC9D,qEAA+H;AAC/H,qEAAgF;AA6EvE,yGA7EA,qCAAwB,OA6EA;AA5EjC,qEAA8E;AA6ErE,uGA7EA,mCAAsB,OA6EA;AA5E/B,qEAA+E;AA6EtE,wGA7EA,oCAAuB,OA6EA;AA5EhC,qEAA2E;AA6ElE,oGA7EA,gCAAmB,OA6EA;AA5E5B,qEAAuE;AA6E9D,gGA7EA,4BAAe,OA6EA;AA5ExB,qEAAqE;AA6E5D,8FA7EA,0BAAa,OA6EA;AA5EtB,qEAA+E;AA6EtE,wGA7EA,oCAAuB,OA6EA;AA5EhC,qEAAwE;AA6E/D,iGA7EA,6BAAgB,OA6EA;AA5E3B,6CAA0C;AAE1C,oCAAoC;AACpC,8EAA8E;AAC9E,kBAAe;IACb,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;QACX,SAAS,EAAE,EAAE,gBAAgB,EAAhB,oCAAgB,EAAE;QAC/B,SAAS,EAAE,EAAE,0BAA0B,EAA1B,uCAA0B,EAAE;KAC1C;IACD,UAAU,EAAE,uBAAU;CACvB,CAAC;AACF,qDAAqD;AACrD,SAAS,KAAK,CAAC,SAAmB,EAAE,WAAqB,EAAE,MAAc,EAAE,WAAmB;IAC5F,MAAM,UAAU,GAAQ,OAAO,CAAC,wBAAwB,CACtD,WAAW,CAAC,SAAS,EACrB,MAAM,CACP,CAAC;IACF,SAAS,CAAC,WAAW,EAAE,MAAM,CAAC,CAC5B,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,EAC7B,MAAM,EACN,UAAU,CACX,CAAC;AACJ,CAAC;AAKD;;;;;EAKE;AACF,SAAgB,2BAA2B;IACzC,MAAM,wBAAwB,GAAG,CAAC,SAAiB,EAAO,EAAE;QAC1D,IAAI,CAAC;YACH,+BAA+B;YAC/B,OAAO,OAAO,CAAC,SAAS,CAAC,CAAA;QAC3B,CAAC;QAAC,MAAM,CAAC;YACP,8CAA8C;YAC9C,qIAAqI;YACrI,OAAO,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,KAAK,EAAE,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA;QACxE,CAAC;IACH,CAAC,CAAA;IACD,MAAM,EAAE,UAAU,EAAE,eAAe,EAAE,GAAG,wBAAwB,CAAC,gBAAgB,CAAC,CAAC;IACnF,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,GAAG,wBAAwB,CAAC,uBAAuB,CAAC,CAAC;IAC3F,OAAO,eAAe,CACpB,UAAU,EAAE,EACZ,UAAU,WAAqB;QAC3B,KAAK,CAAC,gBAAgB,EAAE,WAAW,EAAE,sBAAsB,EAAE,kBAAkB,CAAC,CAAC;IACrF,CAAC,CACF,CAAC;AACJ,CAAC;AAMD;;;;;GAKG;AACH,SAAgB,4BAA4B,CAAsB,OAA8B,EAAE,kBAAgG;IAChM,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAC9C,OAAO,YAAY,CAAC,uCAA0B,EAAE,OAAO,EAAE,kBAAkB,CAAC,CAAC;AAC/E,CAAC"}
1
+ {"version":3,"file":"grpc.reflection.v1alpha.js","sourceRoot":"","sources":["../.generated/grpc.reflection.v1alpha.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* eslint-disable */
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -25,5 +25,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.protobuf = void 0;
28
+ /* eslint-disable */
28
29
  exports.protobuf = __importStar(require("./index.google.protobuf"));
29
30
  //# sourceMappingURL=index.google.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.google.js","sourceRoot":"","sources":["../.generated/index.google.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpB,oEAAoD"}
1
+ {"version":3,"file":"index.google.js","sourceRoot":"","sources":["../.generated/index.google.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtD,oBAAoB;AAEpB,oEAAoD"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* eslint-disable */
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -15,5 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
16
  };
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
+ /* eslint-disable */
18
19
  __exportStar(require("./google/protobuf/struct"), exports);
19
20
  //# sourceMappingURL=index.google.protobuf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.google.protobuf.js","sourceRoot":"","sources":["../.generated/index.google.protobuf.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,2DAAyC"}
1
+ {"version":3,"file":"index.google.protobuf.js","sourceRoot":"","sources":["../.generated/index.google.protobuf.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;;;;;;;;;;;;;AAEtD,oBAAoB;AAEpB,2DAAyC"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* eslint-disable */
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -25,5 +25,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.v1 = void 0;
28
+ /* eslint-disable */
28
29
  exports.v1 = __importStar(require("./index.grpc.error.v1"));
29
30
  //# sourceMappingURL=index.grpc.error.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.grpc.error.js","sourceRoot":"","sources":["../.generated/index.grpc.error.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpB,4DAA4C"}
1
+ {"version":3,"file":"index.grpc.error.js","sourceRoot":"","sources":["../.generated/index.grpc.error.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtD,oBAAoB;AAEpB,4DAA4C"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* eslint-disable */
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -25,5 +25,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.v1 = void 0;
28
+ /* eslint-disable */
28
29
  exports.v1 = __importStar(require("./index.grpc.health.v1"));
29
30
  //# sourceMappingURL=index.grpc.health.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.grpc.health.js","sourceRoot":"","sources":["../.generated/index.grpc.health.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpB,6DAA6C"}
1
+ {"version":3,"file":"index.grpc.health.js","sourceRoot":"","sources":["../.generated/index.grpc.health.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtD,oBAAoB;AAEpB,6DAA6C"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* eslint-disable */
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -25,6 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.reflection = exports.metrics = exports.health = exports.error = void 0;
28
+ /* eslint-disable */
28
29
  exports.error = __importStar(require("./index.grpc.error"));
29
30
  exports.health = __importStar(require("./index.grpc.health"));
30
31
  exports.metrics = __importStar(require("./index.grpc.metrics"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.grpc.js","sourceRoot":"","sources":["../.generated/index.grpc.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpB,4DAA4C;AAC5C,8DAA8C;AAC9C,gEAAgD;AAChD,sEAAsD"}
1
+ {"version":3,"file":"index.grpc.js","sourceRoot":"","sources":["../.generated/index.grpc.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtD,oBAAoB;AAEpB,4DAA4C;AAC5C,8DAA8C;AAC9C,gEAAgD;AAChD,sEAAsD"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* eslint-disable */
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -25,5 +25,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.v1 = void 0;
28
+ /* eslint-disable */
28
29
  exports.v1 = __importStar(require("./index.grpc.metrics.v1"));
29
30
  //# sourceMappingURL=index.grpc.metrics.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.grpc.metrics.js","sourceRoot":"","sources":["../.generated/index.grpc.metrics.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpB,8DAA8C"}
1
+ {"version":3,"file":"index.grpc.metrics.js","sourceRoot":"","sources":["../.generated/index.grpc.metrics.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtD,oBAAoB;AAEpB,8DAA8C"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* eslint-disable */
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -25,6 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.v1alpha = exports.v1 = void 0;
28
+ /* eslint-disable */
28
29
  exports.v1 = __importStar(require("./index.grpc.reflection.v1"));
29
30
  exports.v1alpha = __importStar(require("./index.grpc.reflection.v1alpha"));
30
31
  //# sourceMappingURL=index.grpc.reflection.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.grpc.reflection.js","sourceRoot":"","sources":["../.generated/index.grpc.reflection.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpB,iEAAiD;AACjD,2EAA2D"}
1
+ {"version":3,"file":"index.grpc.reflection.js","sourceRoot":"","sources":["../.generated/index.grpc.reflection.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtD,oBAAoB;AAEpB,iEAAiD;AACjD,2EAA2D"}
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* eslint-disable */
2
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -25,6 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  };
26
26
  Object.defineProperty(exports, "__esModule", { value: true });
27
27
  exports.grpc = exports.google = void 0;
28
+ /* eslint-disable */
28
29
  exports.google = __importStar(require("./index.google"));
29
30
  exports.grpc = __importStar(require("./index.grpc"));
30
31
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../.generated/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpB,yDAAyC;AACzC,qDAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../.generated/index.ts"],"names":[],"mappings":";AAAA,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtD,oBAAoB;AAEpB,yDAAyC;AACzC,qDAAqC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/builtin-contract",
3
- "version": "5.8.0-next.0",
3
+ "version": "5.8.0-next.1",
4
4
  "license": "Apache License 2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -15,5 +15,5 @@
15
15
  "peerDependencies": {
16
16
  "@grpc/grpc-js": "^1.10.11"
17
17
  },
18
- "gitHead": "de5c3829f258c1b3365ada47cfc0ff691673b405"
18
+ "gitHead": "466ee102dcc2bce0b90df8f561c3e73d889c8468"
19
19
  }
package/ppm.json CHANGED
@@ -2,6 +2,6 @@
2
2
  "$schema": "https://r-vision.github.io/ppm-schema/schema.v1.json",
3
3
  "name": "rsdk.builtin",
4
4
  "version": "1.0.0",
5
- "protogen": "2.2.0",
5
+ "protogen": "2.3.0",
6
6
  "dependencies": {}
7
7
  }