@rsdk/builtin-contract 6.0.0-next.24 → 6.0.0-next.26
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.
|
@@ -4,7 +4,6 @@ import type { CallOptions, DefaultCallOptions } from 'nice-grpc';
|
|
|
4
4
|
import type { NormalizedServiceDefinition } from 'nice-grpc/lib/service-definitions';
|
|
5
5
|
import type { Observable } from 'rxjs';
|
|
6
6
|
import { ServerReflectionDefinition } from './grpc/reflection/v1/reflection';
|
|
7
|
-
import { ServerReflectionRequest } from './grpc/reflection/v1/reflection';
|
|
8
7
|
import { ExtensionRequest } from './grpc/reflection/v1/reflection';
|
|
9
8
|
import { ServerReflectionResponse } from './grpc/reflection/v1/reflection';
|
|
10
9
|
import { FileDescriptorResponse } from './grpc/reflection/v1/reflection';
|
|
@@ -12,6 +11,7 @@ import { ExtensionNumberResponse } from './grpc/reflection/v1/reflection';
|
|
|
12
11
|
import { ListServiceResponse } from './grpc/reflection/v1/reflection';
|
|
13
12
|
import { ServiceResponse } from './grpc/reflection/v1/reflection';
|
|
14
13
|
import { ErrorResponse } from './grpc/reflection/v1/reflection';
|
|
14
|
+
import { ServerReflectionRequest } from './grpc/reflection/v1/reflection';
|
|
15
15
|
declare const _default: {
|
|
16
16
|
name: string;
|
|
17
17
|
definitions: {
|
|
@@ -252,7 +252,6 @@ export interface ServerReflectionClient<CallOptionsExt = {}> {
|
|
|
252
252
|
* @see https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc#client
|
|
253
253
|
*/
|
|
254
254
|
export declare function createServerReflectionClient<CallOptionsExt = {}>(channel: ChannelImplementation, defaultCallOptions?: DefaultCallOptions<NormalizedServiceDefinition<ServerReflectionDefinition>>): ServerReflectionClient<CallOptionsExt>;
|
|
255
|
-
export { ServerReflectionRequest };
|
|
256
255
|
export { ExtensionRequest };
|
|
257
256
|
export { ServerReflectionResponse };
|
|
258
257
|
export { FileDescriptorResponse };
|
|
@@ -260,6 +259,7 @@ export { ExtensionNumberResponse };
|
|
|
260
259
|
export { ListServiceResponse };
|
|
261
260
|
export { ServiceResponse };
|
|
262
261
|
export { ErrorResponse };
|
|
262
|
+
export { ServerReflectionRequest };
|
|
263
263
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
264
264
|
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 {
|
|
265
265
|
$case: string;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ErrorResponse = exports.ServiceResponse = exports.ListServiceResponse = exports.ExtensionNumberResponse = exports.FileDescriptorResponse = exports.ServerReflectionResponse = exports.ExtensionRequest =
|
|
3
|
+
exports.ServerReflectionRequest = exports.ErrorResponse = exports.ServiceResponse = exports.ListServiceResponse = exports.ExtensionNumberResponse = exports.FileDescriptorResponse = exports.ServerReflectionResponse = exports.ExtensionRequest = void 0;
|
|
4
4
|
exports.ServerReflectionGrpcMethods = ServerReflectionGrpcMethods;
|
|
5
5
|
exports.createServerReflectionClient = createServerReflectionClient;
|
|
6
6
|
// *Service is definition from grpc-js (used for Nest.js gRPC transport)
|
|
7
7
|
// *Definition is generic definition (used for NiceGrpc clients)
|
|
8
8
|
const reflection_1 = require("./grpc/reflection/v1/reflection");
|
|
9
9
|
const reflection_2 = require("./grpc/reflection/v1/reflection");
|
|
10
|
-
Object.defineProperty(exports, "
|
|
10
|
+
Object.defineProperty(exports, "ExtensionRequest", { enumerable: true, get: function () { return reflection_2.ExtensionRequest; } });
|
|
11
11
|
const reflection_3 = require("./grpc/reflection/v1/reflection");
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "ServerReflectionResponse", { enumerable: true, get: function () { return reflection_3.ServerReflectionResponse; } });
|
|
13
13
|
const reflection_4 = require("./grpc/reflection/v1/reflection");
|
|
14
|
-
Object.defineProperty(exports, "
|
|
14
|
+
Object.defineProperty(exports, "FileDescriptorResponse", { enumerable: true, get: function () { return reflection_4.FileDescriptorResponse; } });
|
|
15
15
|
const reflection_5 = require("./grpc/reflection/v1/reflection");
|
|
16
|
-
Object.defineProperty(exports, "
|
|
16
|
+
Object.defineProperty(exports, "ExtensionNumberResponse", { enumerable: true, get: function () { return reflection_5.ExtensionNumberResponse; } });
|
|
17
17
|
const reflection_6 = require("./grpc/reflection/v1/reflection");
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "ListServiceResponse", { enumerable: true, get: function () { return reflection_6.ListServiceResponse; } });
|
|
19
19
|
const reflection_7 = require("./grpc/reflection/v1/reflection");
|
|
20
|
-
Object.defineProperty(exports, "
|
|
20
|
+
Object.defineProperty(exports, "ServiceResponse", { enumerable: true, get: function () { return reflection_7.ServiceResponse; } });
|
|
21
21
|
const reflection_8 = require("./grpc/reflection/v1/reflection");
|
|
22
|
-
Object.defineProperty(exports, "
|
|
22
|
+
Object.defineProperty(exports, "ErrorResponse", { enumerable: true, get: function () { return reflection_8.ErrorResponse; } });
|
|
23
23
|
const reflection_9 = require("./grpc/reflection/v1/reflection");
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "ServerReflectionRequest", { enumerable: true, get: function () { return reflection_9.ServerReflectionRequest; } });
|
|
25
25
|
const descriptor_1 = require("./descriptor");
|
|
26
26
|
// Actual 'Package' meta information
|
|
27
27
|
// 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":";;;AA8DE,kEAmBC;AAYD,oEAGC;AA/ED,wEAAwE;AACxE,gEAAgE;AAC9D,gEAA0H;AAC1H,
|
|
1
|
+
{"version":3,"file":"grpc.reflection.v1.js","sourceRoot":"","sources":["../.generated/grpc.reflection.v1.ts"],"names":[],"mappings":";;;AA8DE,kEAmBC;AAYD,oEAGC;AA/ED,wEAAwE;AACxE,gEAAgE;AAC9D,gEAA0H;AAC1H,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;AA5EtB,gEAA0E;AA6EjE,wGA7EA,oCAAuB,OA6EA;AA5ElC,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;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"}
|
|
@@ -4,6 +4,7 @@ import type { CallOptions, DefaultCallOptions } from 'nice-grpc';
|
|
|
4
4
|
import type { NormalizedServiceDefinition } from 'nice-grpc/lib/service-definitions';
|
|
5
5
|
import type { Observable } from 'rxjs';
|
|
6
6
|
import { ServerReflectionDefinition } from './grpc/reflection/v1alpha/reflection';
|
|
7
|
+
import { ExtensionRequest } from './grpc/reflection/v1alpha/reflection';
|
|
7
8
|
import { ServerReflectionResponse } from './grpc/reflection/v1alpha/reflection';
|
|
8
9
|
import { FileDescriptorResponse } from './grpc/reflection/v1alpha/reflection';
|
|
9
10
|
import { ExtensionNumberResponse } from './grpc/reflection/v1alpha/reflection';
|
|
@@ -11,7 +12,6 @@ import { ListServiceResponse } from './grpc/reflection/v1alpha/reflection';
|
|
|
11
12
|
import { ServiceResponse } from './grpc/reflection/v1alpha/reflection';
|
|
12
13
|
import { ErrorResponse } from './grpc/reflection/v1alpha/reflection';
|
|
13
14
|
import { ServerReflectionRequest } from './grpc/reflection/v1alpha/reflection';
|
|
14
|
-
import { ExtensionRequest } from './grpc/reflection/v1alpha/reflection';
|
|
15
15
|
declare const _default: {
|
|
16
16
|
name: string;
|
|
17
17
|
definitions: {
|
|
@@ -252,6 +252,7 @@ export interface ServerReflectionClient<CallOptionsExt = {}> {
|
|
|
252
252
|
* @see https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc#client
|
|
253
253
|
*/
|
|
254
254
|
export declare function createServerReflectionClient<CallOptionsExt = {}>(channel: ChannelImplementation, defaultCallOptions?: DefaultCallOptions<NormalizedServiceDefinition<ServerReflectionDefinition>>): ServerReflectionClient<CallOptionsExt>;
|
|
255
|
+
export { ExtensionRequest };
|
|
255
256
|
export { ServerReflectionResponse };
|
|
256
257
|
export { FileDescriptorResponse };
|
|
257
258
|
export { ExtensionNumberResponse };
|
|
@@ -259,7 +260,6 @@ export { ListServiceResponse };
|
|
|
259
260
|
export { ServiceResponse };
|
|
260
261
|
export { ErrorResponse };
|
|
261
262
|
export { ServerReflectionRequest };
|
|
262
|
-
export { ExtensionRequest };
|
|
263
263
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
264
264
|
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 {
|
|
265
265
|
$case: string;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ServerReflectionRequest = exports.ErrorResponse = exports.ServiceResponse = exports.ListServiceResponse = exports.ExtensionNumberResponse = exports.FileDescriptorResponse = exports.ServerReflectionResponse = exports.ExtensionRequest = void 0;
|
|
4
4
|
exports.ServerReflectionGrpcMethods = ServerReflectionGrpcMethods;
|
|
5
5
|
exports.createServerReflectionClient = createServerReflectionClient;
|
|
6
6
|
// *Service is definition from grpc-js (used for Nest.js gRPC transport)
|
|
7
7
|
// *Definition is generic definition (used for NiceGrpc clients)
|
|
8
8
|
const reflection_1 = require("./grpc/reflection/v1alpha/reflection");
|
|
9
9
|
const reflection_2 = require("./grpc/reflection/v1alpha/reflection");
|
|
10
|
-
Object.defineProperty(exports, "
|
|
10
|
+
Object.defineProperty(exports, "ExtensionRequest", { enumerable: true, get: function () { return reflection_2.ExtensionRequest; } });
|
|
11
11
|
const reflection_3 = require("./grpc/reflection/v1alpha/reflection");
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "ServerReflectionResponse", { enumerable: true, get: function () { return reflection_3.ServerReflectionResponse; } });
|
|
13
13
|
const reflection_4 = require("./grpc/reflection/v1alpha/reflection");
|
|
14
|
-
Object.defineProperty(exports, "
|
|
14
|
+
Object.defineProperty(exports, "FileDescriptorResponse", { enumerable: true, get: function () { return reflection_4.FileDescriptorResponse; } });
|
|
15
15
|
const reflection_5 = require("./grpc/reflection/v1alpha/reflection");
|
|
16
|
-
Object.defineProperty(exports, "
|
|
16
|
+
Object.defineProperty(exports, "ExtensionNumberResponse", { enumerable: true, get: function () { return reflection_5.ExtensionNumberResponse; } });
|
|
17
17
|
const reflection_6 = require("./grpc/reflection/v1alpha/reflection");
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "ListServiceResponse", { enumerable: true, get: function () { return reflection_6.ListServiceResponse; } });
|
|
19
19
|
const reflection_7 = require("./grpc/reflection/v1alpha/reflection");
|
|
20
|
-
Object.defineProperty(exports, "
|
|
20
|
+
Object.defineProperty(exports, "ServiceResponse", { enumerable: true, get: function () { return reflection_7.ServiceResponse; } });
|
|
21
21
|
const reflection_8 = require("./grpc/reflection/v1alpha/reflection");
|
|
22
|
-
Object.defineProperty(exports, "
|
|
22
|
+
Object.defineProperty(exports, "ErrorResponse", { enumerable: true, get: function () { return reflection_8.ErrorResponse; } });
|
|
23
23
|
const reflection_9 = require("./grpc/reflection/v1alpha/reflection");
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "ServerReflectionRequest", { enumerable: true, get: function () { return reflection_9.ServerReflectionRequest; } });
|
|
25
25
|
const descriptor_1 = require("./descriptor");
|
|
26
26
|
// Actual 'Package' meta information
|
|
27
27
|
// 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":";;;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;
|
|
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,qEAAwE;AA6E/D,iGA7EA,6BAAgB,OA6EA;AA5EzB,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;AA5ElC,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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/builtin-contract",
|
|
3
|
-
"version": "6.0.0-next.
|
|
3
|
+
"version": "6.0.0-next.26",
|
|
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": "
|
|
18
|
+
"gitHead": "372309fe160771515e8825d6e46804ae1cf48aca"
|
|
19
19
|
}
|