@rsdk/builtin-contract 4.11.1 → 5.0.0-next.0
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/CHANGELOG.md +8 -0
- package/dist/grpc.health.v1.d.ts +2 -2
- package/dist/grpc.health.v1.js +4 -4
- package/dist/grpc.health.v1.js.map +1 -1
- package/dist/grpc.reflection.v1.d.ts +6 -6
- package/dist/grpc.reflection.v1.js +9 -9
- package/dist/grpc.reflection.v1.js.map +1 -1
- package/dist/grpc.reflection.v1alpha.d.ts +4 -4
- package/dist/grpc.reflection.v1alpha.js +9 -9
- package/dist/grpc.reflection.v1alpha.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.0.0-next.0](https://github.com/R-Vision/rsdk/compare/v4.11.2-next.0...v5.0.0-next.0) (2024-07-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/builtin-contract
|
|
9
|
+
|
|
10
|
+
## [4.11.2-next.0](https://github.com/R-Vision/rsdk/compare/v4.11.1...v4.11.2-next.0) (2024-07-05)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rsdk/builtin-contract
|
|
13
|
+
|
|
6
14
|
## [4.11.1](https://github.com/R-Vision/rsdk/compare/v4.11.0...v4.11.1) (2024-07-04)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rsdk/builtin-contract
|
package/dist/grpc.health.v1.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ import type { CallOptions, DefaultCallOptions } from 'nice-grpc';
|
|
|
5
5
|
import type { NormalizedServiceDefinition } from 'nice-grpc/lib/service-definitions';
|
|
6
6
|
import type { Observable } from 'rxjs';
|
|
7
7
|
import { HealthDefinition } from './grpc/health/v1/health';
|
|
8
|
+
import { HealthCheckResponseServingStatus } from './grpc/health/v1/health';
|
|
8
9
|
import { HealthCheckRequest } from './grpc/health/v1/health';
|
|
9
10
|
import { HealthCheckResponse } from './grpc/health/v1/health';
|
|
10
|
-
import { HealthCheckResponseServingStatus } from './grpc/health/v1/health';
|
|
11
11
|
declare const _default: {
|
|
12
12
|
name: string;
|
|
13
13
|
definitions: {
|
|
@@ -131,9 +131,9 @@ export interface HealthClient<CallOptionsExt = {}> {
|
|
|
131
131
|
* @see https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc#client
|
|
132
132
|
*/
|
|
133
133
|
export declare function createHealthClient<CallOptionsExt = {}>(channel: ChannelImplementation, defaultCallOptions?: DefaultCallOptions<NormalizedServiceDefinition<HealthDefinition>>): HealthClient<CallOptionsExt>;
|
|
134
|
+
export { HealthCheckResponseServingStatus };
|
|
134
135
|
export { HealthCheckRequest };
|
|
135
136
|
export { HealthCheckResponse };
|
|
136
|
-
export { HealthCheckResponseServingStatus };
|
|
137
137
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
138
138
|
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
139
139
|
$case: string;
|
package/dist/grpc.health.v1.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.HealthCheckResponse = exports.HealthCheckRequest = exports.HealthCheckResponseServingStatus = exports.createHealthClient = exports.HealthGrpcMethods = void 0;
|
|
4
4
|
// *Service is definition from grpc-js (used for Nest.js gRPC transport)
|
|
5
5
|
// *Definition is generic definition (used for NiceGrpc clients)
|
|
6
6
|
const health_1 = require("./grpc/health/v1/health");
|
|
7
7
|
const health_2 = require("./grpc/health/v1/health");
|
|
8
|
-
Object.defineProperty(exports, "
|
|
8
|
+
Object.defineProperty(exports, "HealthCheckResponseServingStatus", { enumerable: true, get: function () { return health_2.HealthCheckResponseServingStatus; } });
|
|
9
9
|
const health_3 = require("./grpc/health/v1/health");
|
|
10
|
-
Object.defineProperty(exports, "
|
|
10
|
+
Object.defineProperty(exports, "HealthCheckRequest", { enumerable: true, get: function () { return health_3.HealthCheckRequest; } });
|
|
11
11
|
const health_4 = require("./grpc/health/v1/health");
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "HealthCheckResponse", { enumerable: true, get: function () { return health_4.HealthCheckResponse; } });
|
|
13
13
|
const descriptor_1 = require("./descriptor");
|
|
14
14
|
// Actual 'Package' meta information
|
|
15
15
|
// TODO type it with Package interface from @platform/grpc when it is deployed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grpc.health.v1.js","sourceRoot":"","sources":["../.generated/grpc.health.v1.ts"],"names":[],"mappings":";;;AAiBE,wEAAwE;AACxE,gEAAgE;AAC9D,oDAAoF;AACpF,oDAA6D;AA2EpD,mGA3EA,2BAAkB,OA2EA;AA1E3B,oDAA8D;AA2ErD,oGA3EA,4BAAmB,OA2EA;
|
|
1
|
+
{"version":3,"file":"grpc.health.v1.js","sourceRoot":"","sources":["../.generated/grpc.health.v1.ts"],"names":[],"mappings":";;;AAiBE,wEAAwE;AACxE,gEAAgE;AAC9D,oDAAoF;AACpF,oDAA2E;AA2ElE,iHA3EA,yCAAgC,OA2EA;AA1EzC,oDAA6D;AA2EpD,mGA3EA,2BAAkB,OA2EA;AA1E3B,oDAA8D;AA2ErD,oGA3EA,4BAAmB,OA2EA;AA1E9B,6CAA0C;AAE1C,oCAAoC;AACpC,8EAA8E;AAC9E,kBAAe;IACb,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE;QACX,SAAS,EAAE,EAAE,MAAM,EAAN,sBAAM,EAAE;QACrB,SAAS,EAAE,EAAE,gBAAgB,EAAhB,yBAAgB,EAAE;KAChC;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;AAMD;;;;;EAKE;AACF,SAAgB,iBAAiB;IAC/B,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,UAAU,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;QAClD,KAAK,CAAC,UAAU,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;IACtD,CAAC,CACF,CAAC;AACJ,CAAC;AApBD,8CAoBC;AAOD;;;;;GAKG;AACH,SAAgB,kBAAkB,CAAsB,OAA8B,EAAE,kBAAsF;IAC5K,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAC9C,OAAO,YAAY,CAAC,yBAAgB,EAAE,OAAO,EAAE,kBAAkB,CAAC,CAAC;AACrE,CAAC;AAHD,gDAGC"}
|
|
@@ -5,14 +5,14 @@ import type { CallOptions, DefaultCallOptions } from 'nice-grpc';
|
|
|
5
5
|
import type { NormalizedServiceDefinition } from 'nice-grpc/lib/service-definitions';
|
|
6
6
|
import type { Observable } from 'rxjs';
|
|
7
7
|
import { ServerReflectionDefinition } from './grpc/reflection/v1/reflection';
|
|
8
|
-
import { ListServiceResponse } from './grpc/reflection/v1/reflection';
|
|
9
|
-
import { ServiceResponse } from './grpc/reflection/v1/reflection';
|
|
10
|
-
import { ErrorResponse } from './grpc/reflection/v1/reflection';
|
|
11
8
|
import { ServerReflectionRequest } from './grpc/reflection/v1/reflection';
|
|
12
9
|
import { ExtensionRequest } from './grpc/reflection/v1/reflection';
|
|
13
10
|
import { ServerReflectionResponse } from './grpc/reflection/v1/reflection';
|
|
14
11
|
import { FileDescriptorResponse } from './grpc/reflection/v1/reflection';
|
|
15
12
|
import { ExtensionNumberResponse } from './grpc/reflection/v1/reflection';
|
|
13
|
+
import { ListServiceResponse } from './grpc/reflection/v1/reflection';
|
|
14
|
+
import { ServiceResponse } from './grpc/reflection/v1/reflection';
|
|
15
|
+
import { ErrorResponse } from './grpc/reflection/v1/reflection';
|
|
16
16
|
declare const _default: {
|
|
17
17
|
name: string;
|
|
18
18
|
definitions: {
|
|
@@ -253,14 +253,14 @@ export interface ServerReflectionClient<CallOptionsExt = {}> {
|
|
|
253
253
|
* @see https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc#client
|
|
254
254
|
*/
|
|
255
255
|
export declare function createServerReflectionClient<CallOptionsExt = {}>(channel: ChannelImplementation, defaultCallOptions?: DefaultCallOptions<NormalizedServiceDefinition<ServerReflectionDefinition>>): ServerReflectionClient<CallOptionsExt>;
|
|
256
|
-
export { ListServiceResponse };
|
|
257
|
-
export { ServiceResponse };
|
|
258
|
-
export { ErrorResponse };
|
|
259
256
|
export { ServerReflectionRequest };
|
|
260
257
|
export { ExtensionRequest };
|
|
261
258
|
export { ServerReflectionResponse };
|
|
262
259
|
export { FileDescriptorResponse };
|
|
263
260
|
export { ExtensionNumberResponse };
|
|
261
|
+
export { ListServiceResponse };
|
|
262
|
+
export { ServiceResponse };
|
|
263
|
+
export { ErrorResponse };
|
|
264
264
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
265
265
|
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
266
266
|
$case: string;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ErrorResponse = exports.ServiceResponse = exports.ListServiceResponse = exports.ExtensionNumberResponse = exports.FileDescriptorResponse = exports.ServerReflectionResponse = exports.ExtensionRequest = exports.ServerReflectionRequest = exports.createServerReflectionClient = exports.ServerReflectionGrpcMethods = void 0;
|
|
4
4
|
// *Service is definition from grpc-js (used for Nest.js gRPC transport)
|
|
5
5
|
// *Definition is generic definition (used for NiceGrpc clients)
|
|
6
6
|
const reflection_1 = require("./grpc/reflection/v1/reflection");
|
|
7
7
|
const reflection_2 = require("./grpc/reflection/v1/reflection");
|
|
8
|
-
Object.defineProperty(exports, "
|
|
8
|
+
Object.defineProperty(exports, "ServerReflectionRequest", { enumerable: true, get: function () { return reflection_2.ServerReflectionRequest; } });
|
|
9
9
|
const reflection_3 = require("./grpc/reflection/v1/reflection");
|
|
10
|
-
Object.defineProperty(exports, "
|
|
10
|
+
Object.defineProperty(exports, "ExtensionRequest", { enumerable: true, get: function () { return reflection_3.ExtensionRequest; } });
|
|
11
11
|
const reflection_4 = require("./grpc/reflection/v1/reflection");
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "ServerReflectionResponse", { enumerable: true, get: function () { return reflection_4.ServerReflectionResponse; } });
|
|
13
13
|
const reflection_5 = require("./grpc/reflection/v1/reflection");
|
|
14
|
-
Object.defineProperty(exports, "
|
|
14
|
+
Object.defineProperty(exports, "FileDescriptorResponse", { enumerable: true, get: function () { return reflection_5.FileDescriptorResponse; } });
|
|
15
15
|
const reflection_6 = require("./grpc/reflection/v1/reflection");
|
|
16
|
-
Object.defineProperty(exports, "
|
|
16
|
+
Object.defineProperty(exports, "ExtensionNumberResponse", { enumerable: true, get: function () { return reflection_6.ExtensionNumberResponse; } });
|
|
17
17
|
const reflection_7 = require("./grpc/reflection/v1/reflection");
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "ListServiceResponse", { enumerable: true, get: function () { return reflection_7.ListServiceResponse; } });
|
|
19
19
|
const reflection_8 = require("./grpc/reflection/v1/reflection");
|
|
20
|
-
Object.defineProperty(exports, "
|
|
20
|
+
Object.defineProperty(exports, "ServiceResponse", { enumerable: true, get: function () { return reflection_8.ServiceResponse; } });
|
|
21
21
|
const reflection_9 = require("./grpc/reflection/v1/reflection");
|
|
22
|
-
Object.defineProperty(exports, "
|
|
22
|
+
Object.defineProperty(exports, "ErrorResponse", { enumerable: true, get: function () { return reflection_9.ErrorResponse; } });
|
|
23
23
|
const descriptor_1 = require("./descriptor");
|
|
24
24
|
// Actual 'Package' meta information
|
|
25
25
|
// TODO type it with Package interface from @platform/grpc when it is deployed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grpc.reflection.v1.js","sourceRoot":"","sources":["../.generated/grpc.reflection.v1.ts"],"names":[],"mappings":";;;AAiBE,wEAAwE;AACxE,gEAAgE;AAC9D,gEAA0H;AAC1H,
|
|
1
|
+
{"version":3,"file":"grpc.reflection.v1.js","sourceRoot":"","sources":["../.generated/grpc.reflection.v1.ts"],"names":[],"mappings":";;;AAiBE,wEAAwE;AACxE,gEAAgE;AAC9D,gEAA0H;AAC1H,gEAA0E;AA6EjE,wGA7EA,oCAAuB,OA6EA;AA5EhC,gEAAmE;AA6E1D,iGA7EA,6BAAgB,OA6EA;AA5EzB,gEAA2E;AA6ElE,yGA7EA,qCAAwB,OA6EA;AA5EjC,gEAAyE;AA6EhE,uGA7EA,mCAAsB,OA6EA;AA5E/B,gEAA0E;AA6EjE,wGA7EA,oCAAuB,OA6EA;AA5EhC,gEAAsE;AA6E7D,oGA7EA,gCAAmB,OA6EA;AA5E5B,gEAAkE;AA6EzD,gGA7EA,4BAAe,OA6EA;AA5ExB,gEAAgE;AA6EvD,8FA7EA,0BAAa,OA6EA;AA5ExB,6CAA0C;AAE1C,oCAAoC;AACpC,8EAA8E;AAC9E,kBAAe;IACb,IAAI,EAAE,oBAAoB;IAC1B,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;AAnBD,kEAmBC;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;AAHD,oEAGC"}
|
|
@@ -5,14 +5,14 @@ import type { CallOptions, DefaultCallOptions } from 'nice-grpc';
|
|
|
5
5
|
import type { NormalizedServiceDefinition } from 'nice-grpc/lib/service-definitions';
|
|
6
6
|
import type { Observable } from 'rxjs';
|
|
7
7
|
import { ServerReflectionDefinition } from './grpc/reflection/v1alpha/reflection';
|
|
8
|
-
import { ServerReflectionResponse } from './grpc/reflection/v1alpha/reflection';
|
|
9
|
-
import { FileDescriptorResponse } from './grpc/reflection/v1alpha/reflection';
|
|
10
8
|
import { ExtensionNumberResponse } from './grpc/reflection/v1alpha/reflection';
|
|
11
9
|
import { ListServiceResponse } from './grpc/reflection/v1alpha/reflection';
|
|
12
10
|
import { ServiceResponse } from './grpc/reflection/v1alpha/reflection';
|
|
13
11
|
import { ErrorResponse } from './grpc/reflection/v1alpha/reflection';
|
|
14
12
|
import { ServerReflectionRequest } from './grpc/reflection/v1alpha/reflection';
|
|
15
13
|
import { ExtensionRequest } from './grpc/reflection/v1alpha/reflection';
|
|
14
|
+
import { ServerReflectionResponse } from './grpc/reflection/v1alpha/reflection';
|
|
15
|
+
import { FileDescriptorResponse } from './grpc/reflection/v1alpha/reflection';
|
|
16
16
|
declare const _default: {
|
|
17
17
|
name: string;
|
|
18
18
|
definitions: {
|
|
@@ -253,14 +253,14 @@ export interface ServerReflectionClient<CallOptionsExt = {}> {
|
|
|
253
253
|
* @see https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc#client
|
|
254
254
|
*/
|
|
255
255
|
export declare function createServerReflectionClient<CallOptionsExt = {}>(channel: ChannelImplementation, defaultCallOptions?: DefaultCallOptions<NormalizedServiceDefinition<ServerReflectionDefinition>>): ServerReflectionClient<CallOptionsExt>;
|
|
256
|
-
export { ServerReflectionResponse };
|
|
257
|
-
export { FileDescriptorResponse };
|
|
258
256
|
export { ExtensionNumberResponse };
|
|
259
257
|
export { ListServiceResponse };
|
|
260
258
|
export { ServiceResponse };
|
|
261
259
|
export { ErrorResponse };
|
|
262
260
|
export { ServerReflectionRequest };
|
|
263
261
|
export { ExtensionRequest };
|
|
262
|
+
export { ServerReflectionResponse };
|
|
263
|
+
export { FileDescriptorResponse };
|
|
264
264
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
265
265
|
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {
|
|
266
266
|
$case: string;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.FileDescriptorResponse = exports.ServerReflectionResponse = exports.ExtensionRequest = exports.ServerReflectionRequest = exports.ErrorResponse = exports.ServiceResponse = exports.ListServiceResponse = exports.ExtensionNumberResponse = exports.createServerReflectionClient = exports.ServerReflectionGrpcMethods = void 0;
|
|
4
4
|
// *Service is definition from grpc-js (used for Nest.js gRPC transport)
|
|
5
5
|
// *Definition is generic definition (used for NiceGrpc clients)
|
|
6
6
|
const reflection_1 = require("./grpc/reflection/v1alpha/reflection");
|
|
7
7
|
const reflection_2 = require("./grpc/reflection/v1alpha/reflection");
|
|
8
|
-
Object.defineProperty(exports, "
|
|
8
|
+
Object.defineProperty(exports, "ExtensionNumberResponse", { enumerable: true, get: function () { return reflection_2.ExtensionNumberResponse; } });
|
|
9
9
|
const reflection_3 = require("./grpc/reflection/v1alpha/reflection");
|
|
10
|
-
Object.defineProperty(exports, "
|
|
10
|
+
Object.defineProperty(exports, "ListServiceResponse", { enumerable: true, get: function () { return reflection_3.ListServiceResponse; } });
|
|
11
11
|
const reflection_4 = require("./grpc/reflection/v1alpha/reflection");
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "ServiceResponse", { enumerable: true, get: function () { return reflection_4.ServiceResponse; } });
|
|
13
13
|
const reflection_5 = require("./grpc/reflection/v1alpha/reflection");
|
|
14
|
-
Object.defineProperty(exports, "
|
|
14
|
+
Object.defineProperty(exports, "ErrorResponse", { enumerable: true, get: function () { return reflection_5.ErrorResponse; } });
|
|
15
15
|
const reflection_6 = require("./grpc/reflection/v1alpha/reflection");
|
|
16
|
-
Object.defineProperty(exports, "
|
|
16
|
+
Object.defineProperty(exports, "ServerReflectionRequest", { enumerable: true, get: function () { return reflection_6.ServerReflectionRequest; } });
|
|
17
17
|
const reflection_7 = require("./grpc/reflection/v1alpha/reflection");
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "ExtensionRequest", { enumerable: true, get: function () { return reflection_7.ExtensionRequest; } });
|
|
19
19
|
const reflection_8 = require("./grpc/reflection/v1alpha/reflection");
|
|
20
|
-
Object.defineProperty(exports, "
|
|
20
|
+
Object.defineProperty(exports, "ServerReflectionResponse", { enumerable: true, get: function () { return reflection_8.ServerReflectionResponse; } });
|
|
21
21
|
const reflection_9 = require("./grpc/reflection/v1alpha/reflection");
|
|
22
|
-
Object.defineProperty(exports, "
|
|
22
|
+
Object.defineProperty(exports, "FileDescriptorResponse", { enumerable: true, get: function () { return reflection_9.FileDescriptorResponse; } });
|
|
23
23
|
const descriptor_1 = require("./descriptor");
|
|
24
24
|
// Actual 'Package' meta information
|
|
25
25
|
// TODO type it with Package interface from @platform/grpc when it is deployed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grpc.reflection.v1alpha.js","sourceRoot":"","sources":["../.generated/grpc.reflection.v1alpha.ts"],"names":[],"mappings":";;;AAiBE,wEAAwE;AACxE,gEAAgE;AAC9D,qEAA+H;AAC/H,
|
|
1
|
+
{"version":3,"file":"grpc.reflection.v1alpha.js","sourceRoot":"","sources":["../.generated/grpc.reflection.v1alpha.ts"],"names":[],"mappings":";;;AAiBE,wEAAwE;AACxE,gEAAgE;AAC9D,qEAA+H;AAC/H,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;AA5EzB,qEAAgF;AA6EvE,yGA7EA,qCAAwB,OA6EA;AA5EjC,qEAA8E;AA6ErE,uGA7EA,mCAAsB,OA6EA;AA5EjC,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;AAnBD,kEAmBC;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;AAHD,oEAGC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/builtin-contract",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-next.0",
|
|
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.8.14"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "f840dee798636adfe641a923fcae760751b31e0c"
|
|
19
19
|
}
|