@rsdk/builtin-contract 6.0.0-next.21 → 6.0.0-next.23
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,14 +4,14 @@ 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
|
+
import { ExtensionRequest } from './grpc/reflection/v1/reflection';
|
|
9
|
+
import { ServerReflectionResponse } from './grpc/reflection/v1/reflection';
|
|
7
10
|
import { FileDescriptorResponse } from './grpc/reflection/v1/reflection';
|
|
8
11
|
import { ExtensionNumberResponse } from './grpc/reflection/v1/reflection';
|
|
9
12
|
import { ListServiceResponse } from './grpc/reflection/v1/reflection';
|
|
10
13
|
import { ServiceResponse } from './grpc/reflection/v1/reflection';
|
|
11
14
|
import { ErrorResponse } from './grpc/reflection/v1/reflection';
|
|
12
|
-
import { ServerReflectionRequest } from './grpc/reflection/v1/reflection';
|
|
13
|
-
import { ExtensionRequest } from './grpc/reflection/v1/reflection';
|
|
14
|
-
import { ServerReflectionResponse } from './grpc/reflection/v1/reflection';
|
|
15
15
|
declare const _default: {
|
|
16
16
|
name: string;
|
|
17
17
|
definitions: {
|
|
@@ -252,14 +252,14 @@ 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
|
+
export { ExtensionRequest };
|
|
257
|
+
export { ServerReflectionResponse };
|
|
255
258
|
export { FileDescriptorResponse };
|
|
256
259
|
export { ExtensionNumberResponse };
|
|
257
260
|
export { ListServiceResponse };
|
|
258
261
|
export { ServiceResponse };
|
|
259
262
|
export { ErrorResponse };
|
|
260
|
-
export { ServerReflectionRequest };
|
|
261
|
-
export { ExtensionRequest };
|
|
262
|
-
export { ServerReflectionResponse };
|
|
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.ErrorResponse = exports.ServiceResponse = exports.ListServiceResponse = exports.ExtensionNumberResponse = exports.FileDescriptorResponse = exports.ServerReflectionResponse = exports.ExtensionRequest = exports.ServerReflectionRequest = 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, "ServerReflectionRequest", { enumerable: true, get: function () { return reflection_2.ServerReflectionRequest; } });
|
|
11
11
|
const reflection_3 = require("./grpc/reflection/v1/reflection");
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "ExtensionRequest", { enumerable: true, get: function () { return reflection_3.ExtensionRequest; } });
|
|
13
13
|
const reflection_4 = require("./grpc/reflection/v1/reflection");
|
|
14
|
-
Object.defineProperty(exports, "
|
|
14
|
+
Object.defineProperty(exports, "ServerReflectionResponse", { enumerable: true, get: function () { return reflection_4.ServerReflectionResponse; } });
|
|
15
15
|
const reflection_5 = require("./grpc/reflection/v1/reflection");
|
|
16
|
-
Object.defineProperty(exports, "
|
|
16
|
+
Object.defineProperty(exports, "FileDescriptorResponse", { enumerable: true, get: function () { return reflection_5.FileDescriptorResponse; } });
|
|
17
17
|
const reflection_6 = require("./grpc/reflection/v1/reflection");
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "ExtensionNumberResponse", { enumerable: true, get: function () { return reflection_6.ExtensionNumberResponse; } });
|
|
19
19
|
const reflection_7 = require("./grpc/reflection/v1/reflection");
|
|
20
|
-
Object.defineProperty(exports, "
|
|
20
|
+
Object.defineProperty(exports, "ListServiceResponse", { enumerable: true, get: function () { return reflection_7.ListServiceResponse; } });
|
|
21
21
|
const reflection_8 = require("./grpc/reflection/v1/reflection");
|
|
22
|
-
Object.defineProperty(exports, "
|
|
22
|
+
Object.defineProperty(exports, "ServiceResponse", { enumerable: true, get: function () { return reflection_8.ServiceResponse; } });
|
|
23
23
|
const reflection_9 = require("./grpc/reflection/v1/reflection");
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "ErrorResponse", { enumerable: true, get: function () { return reflection_9.ErrorResponse; } });
|
|
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,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;
|
|
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,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;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,14 +4,14 @@ 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';
|
|
8
|
-
import { ServerReflectionResponse } from './grpc/reflection/v1alpha/reflection';
|
|
9
|
-
import { FileDescriptorResponse } from './grpc/reflection/v1alpha/reflection';
|
|
10
7
|
import { ExtensionNumberResponse } from './grpc/reflection/v1alpha/reflection';
|
|
11
8
|
import { ListServiceResponse } from './grpc/reflection/v1alpha/reflection';
|
|
12
9
|
import { ServiceResponse } from './grpc/reflection/v1alpha/reflection';
|
|
13
10
|
import { ErrorResponse } from './grpc/reflection/v1alpha/reflection';
|
|
14
11
|
import { ServerReflectionRequest } from './grpc/reflection/v1alpha/reflection';
|
|
12
|
+
import { ExtensionRequest } from './grpc/reflection/v1alpha/reflection';
|
|
13
|
+
import { ServerReflectionResponse } from './grpc/reflection/v1alpha/reflection';
|
|
14
|
+
import { FileDescriptorResponse } from './grpc/reflection/v1alpha/reflection';
|
|
15
15
|
declare const _default: {
|
|
16
16
|
name: string;
|
|
17
17
|
definitions: {
|
|
@@ -252,14 +252,14 @@ 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 };
|
|
256
|
-
export { ServerReflectionResponse };
|
|
257
|
-
export { FileDescriptorResponse };
|
|
258
255
|
export { ExtensionNumberResponse };
|
|
259
256
|
export { ListServiceResponse };
|
|
260
257
|
export { ServiceResponse };
|
|
261
258
|
export { ErrorResponse };
|
|
262
259
|
export { ServerReflectionRequest };
|
|
260
|
+
export { ExtensionRequest };
|
|
261
|
+
export { ServerReflectionResponse };
|
|
262
|
+
export { FileDescriptorResponse };
|
|
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.FileDescriptorResponse = exports.ServerReflectionResponse = exports.ExtensionRequest = exports.ServerReflectionRequest = exports.ErrorResponse = exports.ServiceResponse = exports.ListServiceResponse = exports.ExtensionNumberResponse = 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, "ExtensionNumberResponse", { enumerable: true, get: function () { return reflection_2.ExtensionNumberResponse; } });
|
|
11
11
|
const reflection_3 = require("./grpc/reflection/v1alpha/reflection");
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "ListServiceResponse", { enumerable: true, get: function () { return reflection_3.ListServiceResponse; } });
|
|
13
13
|
const reflection_4 = require("./grpc/reflection/v1alpha/reflection");
|
|
14
|
-
Object.defineProperty(exports, "
|
|
14
|
+
Object.defineProperty(exports, "ServiceResponse", { enumerable: true, get: function () { return reflection_4.ServiceResponse; } });
|
|
15
15
|
const reflection_5 = require("./grpc/reflection/v1alpha/reflection");
|
|
16
|
-
Object.defineProperty(exports, "
|
|
16
|
+
Object.defineProperty(exports, "ErrorResponse", { enumerable: true, get: function () { return reflection_5.ErrorResponse; } });
|
|
17
17
|
const reflection_6 = require("./grpc/reflection/v1alpha/reflection");
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "ServerReflectionRequest", { enumerable: true, get: function () { return reflection_6.ServerReflectionRequest; } });
|
|
19
19
|
const reflection_7 = require("./grpc/reflection/v1alpha/reflection");
|
|
20
|
-
Object.defineProperty(exports, "
|
|
20
|
+
Object.defineProperty(exports, "ExtensionRequest", { enumerable: true, get: function () { return reflection_7.ExtensionRequest; } });
|
|
21
21
|
const reflection_8 = require("./grpc/reflection/v1alpha/reflection");
|
|
22
|
-
Object.defineProperty(exports, "
|
|
22
|
+
Object.defineProperty(exports, "ServerReflectionResponse", { enumerable: true, get: function () { return reflection_8.ServerReflectionResponse; } });
|
|
23
23
|
const reflection_9 = require("./grpc/reflection/v1alpha/reflection");
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "FileDescriptorResponse", { enumerable: true, get: function () { return reflection_9.FileDescriptorResponse; } });
|
|
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,
|
|
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,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;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.23",
|
|
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": "5aad412eebe4e6ca61f233ee4d51e64c98ccd211"
|
|
19
19
|
}
|