@scalekit-sdk/node 2.2.0-beta.0 → 2.2.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/.nvmrc +1 -1
- package/README.md +5 -5
- package/buf.gen.yaml +1 -5
- package/lib/auth.d.ts +9 -6
- package/lib/auth.js +4 -20
- package/lib/auth.js.map +1 -1
- package/lib/connect.d.ts +3 -3
- package/lib/connect.js +1 -2
- package/lib/connect.js.map +1 -1
- package/lib/connection.d.ts +2 -2
- package/lib/connection.js +4 -4
- package/lib/connection.js.map +1 -1
- package/lib/core.js +2 -2
- package/lib/core.js.map +1 -1
- package/lib/directory.d.ts +2 -2
- package/lib/directory.js +7 -7
- package/lib/directory.js.map +1 -1
- package/lib/domain.d.ts +6 -5
- package/lib/domain.js +4 -5
- package/lib/domain.js.map +1 -1
- package/lib/errors/base-exception.d.ts +1 -1
- package/lib/errors/base-exception.js +1 -1
- package/lib/errors/base-exception.js.map +1 -1
- package/lib/organization.d.ts +10 -9
- package/lib/organization.js +11 -9
- package/lib/organization.js.map +1 -1
- package/lib/passwordless.d.ts +2 -2
- package/lib/passwordless.js +8 -7
- package/lib/passwordless.js.map +1 -1
- package/lib/permission.d.ts +6 -5
- package/lib/permission.js +10 -11
- package/lib/permission.js.map +1 -1
- package/lib/pkg/grpc/buf/validate/validate_pb.d.ts +7 -0
- package/lib/pkg/grpc/buf/validate/validate_pb.js +25 -0
- package/lib/pkg/grpc/buf/validate/validate_pb.js.map +1 -0
- package/lib/pkg/grpc/google/api/annotations_pb.d.ts +7 -0
- package/lib/pkg/grpc/google/api/annotations_pb.js +25 -0
- package/lib/pkg/grpc/google/api/annotations_pb.js.map +1 -0
- package/lib/pkg/grpc/google/api/field_behavior_pb.d.ts +7 -0
- package/lib/pkg/grpc/google/api/field_behavior_pb.js +25 -0
- package/lib/pkg/grpc/google/api/field_behavior_pb.js.map +1 -0
- package/lib/pkg/grpc/google/api/visibility_pb.d.ts +7 -0
- package/lib/pkg/grpc/google/api/visibility_pb.js +25 -0
- package/lib/pkg/grpc/google/api/visibility_pb.js.map +1 -0
- package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.d.ts +7 -0
- package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.js +25 -0
- package/lib/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.js.map +1 -0
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.d.ts +48 -42
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.js +27 -263
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.d.ts +371 -325
- package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.js +132 -835
- package/lib/pkg/grpc/scalekit/v1/auth/auth_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.d.ts +113 -87
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.js +45 -201
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.d.ts +262 -265
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.js +92 -938
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.d.ts +162 -157
- package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.js +42 -313
- package/lib/pkg/grpc/scalekit/v1/commons/commons_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.d.ts +1488 -1459
- package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.js +353 -2362
- package/lib/pkg/grpc/scalekit/v1/connections/connections_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.d.ts +520 -483
- package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.js +224 -1555
- package/lib/pkg/grpc/scalekit/v1/directories/directories_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.d.ts +219 -191
- package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.js +96 -553
- package/lib/pkg/grpc/scalekit/v1/domains/domains_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.d.ts +76 -102
- package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.js +37 -393
- package/lib/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/options/options_pb.d.ts +36 -26
- package/lib/pkg/grpc/scalekit/v1/options/options_pb.js +20 -69
- package/lib/pkg/grpc/scalekit/v1/options/options_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.d.ts +447 -400
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.js +163 -1238
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.d.ts +622 -556
- package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.js +201 -1718
- package/lib/pkg/grpc/scalekit/v1/roles/roles_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.d.ts +135 -132
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.js +55 -518
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_pb.js.map +1 -1
- package/lib/pkg/grpc/scalekit/v1/users/users_pb.d.ts +445 -413
- package/lib/pkg/grpc/scalekit/v1/users/users_pb.js +142 -1490
- package/lib/pkg/grpc/scalekit/v1/users/users_pb.js.map +1 -1
- package/lib/role.d.ts +8 -7
- package/lib/role.js +14 -14
- package/lib/role.js.map +1 -1
- package/lib/scalekit.d.ts +0 -4
- package/lib/scalekit.js +0 -4
- package/lib/scalekit.js.map +1 -1
- package/lib/session.js +15 -24
- package/lib/session.js.map +1 -1
- package/lib/user.d.ts +6 -5
- package/lib/user.js +17 -20
- package/lib/user.js.map +1 -1
- package/lib/webauthn.js +6 -5
- package/lib/webauthn.js.map +1 -1
- package/package.json +6 -10
- package/reference.md +0 -671
- package/src/auth.ts +17 -17
- package/src/connect.ts +4 -5
- package/src/connection.ts +5 -5
- package/src/core.ts +2 -2
- package/src/directory.ts +8 -8
- package/src/domain.ts +9 -8
- package/src/errors/base-exception.ts +3 -2
- package/src/organization.ts +18 -15
- package/src/passwordless.ts +12 -11
- package/src/permission.ts +15 -15
- package/src/pkg/grpc/buf/validate/validate_pb.ts +28 -0
- package/src/pkg/grpc/google/api/annotations_pb.ts +28 -0
- package/src/pkg/grpc/google/api/field_behavior_pb.ts +28 -0
- package/src/pkg/grpc/google/api/visibility_pb.ts +28 -0
- package/src/pkg/grpc/protoc-gen-openapiv2/options/annotations_pb.ts +28 -0
- package/src/pkg/grpc/scalekit/v1/auditlogs/auditlogs_pb.ts +97 -182
- package/src/pkg/grpc/scalekit/v1/auth/auth_pb.ts +473 -850
- package/src/pkg/grpc/scalekit/v1/auth/passwordless_pb.ts +153 -225
- package/src/pkg/grpc/scalekit/v1/auth/webauthn_pb.ts +361 -830
- package/src/pkg/grpc/scalekit/v1/commons/commons_pb.ts +237 -358
- package/src/pkg/grpc/scalekit/v1/connections/connections_pb.ts +1625 -2826
- package/src/pkg/grpc/scalekit/v1/directories/directories_pb.ts +687 -1413
- package/src/pkg/grpc/scalekit/v1/domains/domains_pb.ts +286 -542
- package/src/pkg/grpc/scalekit/v1/errdetails/errdetails_pb.ts +115 -328
- package/src/pkg/grpc/scalekit/v1/options/options_pb.ts +50 -80
- package/src/pkg/grpc/scalekit/v1/organizations/organizations_pb.ts +558 -1183
- package/src/pkg/grpc/scalekit/v1/roles/roles_pb.ts +765 -1669
- package/src/pkg/grpc/scalekit/v1/sessions/sessions_pb.ts +195 -447
- package/src/pkg/grpc/scalekit/v1/users/users_pb.ts +592 -1339
- package/src/role.ts +21 -19
- package/src/scalekit.ts +0 -9
- package/src/session.ts +20 -34
- package/src/user.ts +30 -26
- package/src/webauthn.ts +10 -9
- package/tests/utils/test-data.ts +17 -8
- package/lib/connected-accounts.d.ts +0 -96
- package/lib/connected-accounts.js +0 -186
- package/lib/connected-accounts.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.d.ts +0 -19
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.js +0 -27
- package/lib/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.d.ts +0 -118
- package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.js +0 -126
- package/lib/pkg/grpc/scalekit/v1/auth/auth_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.d.ts +0 -37
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.js +0 -45
- package/lib/pkg/grpc/scalekit/v1/auth/passwordless_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.d.ts +0 -82
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.js +0 -90
- package/lib/pkg/grpc/scalekit/v1/auth/webauthn_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.d.ts +0 -87
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.js +0 -95
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.d.ts +0 -718
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.js +0 -893
- package/lib/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.d.ts +0 -172
- package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.js +0 -180
- package/lib/pkg/grpc/scalekit/v1/connections/connections_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.d.ts +0 -154
- package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.js +0 -162
- package/lib/pkg/grpc/scalekit/v1/directories/directories_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.d.ts +0 -73
- package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.js +0 -81
- package/lib/pkg/grpc/scalekit/v1/domains/domains_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.d.ts +0 -171
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.js +0 -179
- package/lib/pkg/grpc/scalekit/v1/organizations/organizations_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.d.ts +0 -250
- package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.js +0 -258
- package/lib/pkg/grpc/scalekit/v1/roles/roles_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.d.ts +0 -46
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.js +0 -54
- package/lib/pkg/grpc/scalekit/v1/sessions/sessions_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.d.ts +0 -75
- package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.js +0 -83
- package/lib/pkg/grpc/scalekit/v1/tools/tools_connect.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.d.ts +0 -431
- package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.js +0 -627
- package/lib/pkg/grpc/scalekit/v1/tools/tools_pb.js.map +0 -1
- package/lib/pkg/grpc/scalekit/v1/users/users_connect.d.ts +0 -173
- package/lib/pkg/grpc/scalekit/v1/users/users_connect.js +0 -181
- package/lib/pkg/grpc/scalekit/v1/users/users_connect.js.map +0 -1
- package/lib/tools.d.ts +0 -75
- package/lib/tools.js +0 -127
- package/lib/tools.js.map +0 -1
- package/src/connected-accounts.ts +0 -283
- package/src/pkg/grpc/scalekit/v1/auditlogs/auditlogs_connect.ts +0 -26
- package/src/pkg/grpc/scalekit/v1/auth/auth_connect.ts +0 -125
- package/src/pkg/grpc/scalekit/v1/auth/passwordless_connect.ts +0 -44
- package/src/pkg/grpc/scalekit/v1/auth/webauthn_connect.ts +0 -89
- package/src/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_connect.ts +0 -94
- package/src/pkg/grpc/scalekit/v1/connected_accounts/connected_accounts_pb.ts +0 -1294
- package/src/pkg/grpc/scalekit/v1/connections/connections_connect.ts +0 -179
- package/src/pkg/grpc/scalekit/v1/directories/directories_connect.ts +0 -161
- package/src/pkg/grpc/scalekit/v1/domains/domains_connect.ts +0 -80
- package/src/pkg/grpc/scalekit/v1/organizations/organizations_connect.ts +0 -178
- package/src/pkg/grpc/scalekit/v1/roles/roles_connect.ts +0 -257
- package/src/pkg/grpc/scalekit/v1/sessions/sessions_connect.ts +0 -53
- package/src/pkg/grpc/scalekit/v1/tools/tools_connect.ts +0 -82
- package/src/pkg/grpc/scalekit/v1/tools/tools_pb.ts +0 -847
- package/src/pkg/grpc/scalekit/v1/users/users_connect.ts +0 -180
- package/src/tools.ts +0 -166
- package/tests/connected-accounts.test.ts +0 -434
- package/tests/tools.test.ts +0 -239
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { CreateToolRequest, CreateToolResponse, DeleteToolRequest, ExecuteToolRequest, ExecuteToolResponse, ListScopedToolsRequest, ListScopedToolsResponse, ListToolsRequest, ListToolsResponse, SetToolDefaultRequest, SetToolDefaultResponse, UpdateToolRequest, UpdateToolResponse } from "./tools_pb.js";
|
|
2
|
-
import { Empty, MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
/**
|
|
4
|
-
* @generated from service scalekit.v1.tools.ToolService
|
|
5
|
-
*/
|
|
6
|
-
export declare const ToolService: {
|
|
7
|
-
readonly typeName: "scalekit.v1.tools.ToolService";
|
|
8
|
-
readonly methods: {
|
|
9
|
-
/**
|
|
10
|
-
* @generated from rpc scalekit.v1.tools.ToolService.CreateTool
|
|
11
|
-
*/
|
|
12
|
-
readonly createTool: {
|
|
13
|
-
readonly name: "CreateTool";
|
|
14
|
-
readonly I: typeof CreateToolRequest;
|
|
15
|
-
readonly O: typeof CreateToolResponse;
|
|
16
|
-
readonly kind: MethodKind.Unary;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* @generated from rpc scalekit.v1.tools.ToolService.ListTools
|
|
20
|
-
*/
|
|
21
|
-
readonly listTools: {
|
|
22
|
-
readonly name: "ListTools";
|
|
23
|
-
readonly I: typeof ListToolsRequest;
|
|
24
|
-
readonly O: typeof ListToolsResponse;
|
|
25
|
-
readonly kind: MethodKind.Unary;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* @generated from rpc scalekit.v1.tools.ToolService.ListScopedTools
|
|
29
|
-
*/
|
|
30
|
-
readonly listScopedTools: {
|
|
31
|
-
readonly name: "ListScopedTools";
|
|
32
|
-
readonly I: typeof ListScopedToolsRequest;
|
|
33
|
-
readonly O: typeof ListScopedToolsResponse;
|
|
34
|
-
readonly kind: MethodKind.Unary;
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* @generated from rpc scalekit.v1.tools.ToolService.SetToolDefault
|
|
38
|
-
*/
|
|
39
|
-
readonly setToolDefault: {
|
|
40
|
-
readonly name: "SetToolDefault";
|
|
41
|
-
readonly I: typeof SetToolDefaultRequest;
|
|
42
|
-
readonly O: typeof SetToolDefaultResponse;
|
|
43
|
-
readonly kind: MethodKind.Unary;
|
|
44
|
-
};
|
|
45
|
-
/**
|
|
46
|
-
* @generated from rpc scalekit.v1.tools.ToolService.UpdateTool
|
|
47
|
-
*/
|
|
48
|
-
readonly updateTool: {
|
|
49
|
-
readonly name: "UpdateTool";
|
|
50
|
-
readonly I: typeof UpdateToolRequest;
|
|
51
|
-
readonly O: typeof UpdateToolResponse;
|
|
52
|
-
readonly kind: MethodKind.Unary;
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
* @generated from rpc scalekit.v1.tools.ToolService.DeleteTool
|
|
56
|
-
*/
|
|
57
|
-
readonly deleteTool: {
|
|
58
|
-
readonly name: "DeleteTool";
|
|
59
|
-
readonly I: typeof DeleteToolRequest;
|
|
60
|
-
readonly O: typeof Empty;
|
|
61
|
-
readonly kind: MethodKind.Unary;
|
|
62
|
-
};
|
|
63
|
-
/**
|
|
64
|
-
* Execute Tool
|
|
65
|
-
*
|
|
66
|
-
* @generated from rpc scalekit.v1.tools.ToolService.ExecuteTool
|
|
67
|
-
*/
|
|
68
|
-
readonly executeTool: {
|
|
69
|
-
readonly name: "ExecuteTool";
|
|
70
|
-
readonly I: typeof ExecuteToolRequest;
|
|
71
|
-
readonly O: typeof ExecuteToolResponse;
|
|
72
|
-
readonly kind: MethodKind.Unary;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts"
|
|
3
|
-
// @generated from file scalekit/v1/tools/tools.proto (package scalekit.v1.tools, syntax proto3)
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
// @ts-nocheck
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.ToolService = void 0;
|
|
8
|
-
const tools_pb_js_1 = require("./tools_pb.js");
|
|
9
|
-
const protobuf_1 = require("@bufbuild/protobuf");
|
|
10
|
-
/**
|
|
11
|
-
* @generated from service scalekit.v1.tools.ToolService
|
|
12
|
-
*/
|
|
13
|
-
exports.ToolService = {
|
|
14
|
-
typeName: "scalekit.v1.tools.ToolService",
|
|
15
|
-
methods: {
|
|
16
|
-
/**
|
|
17
|
-
* @generated from rpc scalekit.v1.tools.ToolService.CreateTool
|
|
18
|
-
*/
|
|
19
|
-
createTool: {
|
|
20
|
-
name: "CreateTool",
|
|
21
|
-
I: tools_pb_js_1.CreateToolRequest,
|
|
22
|
-
O: tools_pb_js_1.CreateToolResponse,
|
|
23
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
24
|
-
},
|
|
25
|
-
/**
|
|
26
|
-
* @generated from rpc scalekit.v1.tools.ToolService.ListTools
|
|
27
|
-
*/
|
|
28
|
-
listTools: {
|
|
29
|
-
name: "ListTools",
|
|
30
|
-
I: tools_pb_js_1.ListToolsRequest,
|
|
31
|
-
O: tools_pb_js_1.ListToolsResponse,
|
|
32
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
33
|
-
},
|
|
34
|
-
/**
|
|
35
|
-
* @generated from rpc scalekit.v1.tools.ToolService.ListScopedTools
|
|
36
|
-
*/
|
|
37
|
-
listScopedTools: {
|
|
38
|
-
name: "ListScopedTools",
|
|
39
|
-
I: tools_pb_js_1.ListScopedToolsRequest,
|
|
40
|
-
O: tools_pb_js_1.ListScopedToolsResponse,
|
|
41
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
42
|
-
},
|
|
43
|
-
/**
|
|
44
|
-
* @generated from rpc scalekit.v1.tools.ToolService.SetToolDefault
|
|
45
|
-
*/
|
|
46
|
-
setToolDefault: {
|
|
47
|
-
name: "SetToolDefault",
|
|
48
|
-
I: tools_pb_js_1.SetToolDefaultRequest,
|
|
49
|
-
O: tools_pb_js_1.SetToolDefaultResponse,
|
|
50
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
51
|
-
},
|
|
52
|
-
/**
|
|
53
|
-
* @generated from rpc scalekit.v1.tools.ToolService.UpdateTool
|
|
54
|
-
*/
|
|
55
|
-
updateTool: {
|
|
56
|
-
name: "UpdateTool",
|
|
57
|
-
I: tools_pb_js_1.UpdateToolRequest,
|
|
58
|
-
O: tools_pb_js_1.UpdateToolResponse,
|
|
59
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
60
|
-
},
|
|
61
|
-
/**
|
|
62
|
-
* @generated from rpc scalekit.v1.tools.ToolService.DeleteTool
|
|
63
|
-
*/
|
|
64
|
-
deleteTool: {
|
|
65
|
-
name: "DeleteTool",
|
|
66
|
-
I: tools_pb_js_1.DeleteToolRequest,
|
|
67
|
-
O: protobuf_1.Empty,
|
|
68
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
69
|
-
},
|
|
70
|
-
/**
|
|
71
|
-
* Execute Tool
|
|
72
|
-
*
|
|
73
|
-
* @generated from rpc scalekit.v1.tools.ToolService.ExecuteTool
|
|
74
|
-
*/
|
|
75
|
-
executeTool: {
|
|
76
|
-
name: "ExecuteTool",
|
|
77
|
-
I: tools_pb_js_1.ExecuteToolRequest,
|
|
78
|
-
O: tools_pb_js_1.ExecuteToolResponse,
|
|
79
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
80
|
-
},
|
|
81
|
-
}
|
|
82
|
-
};
|
|
83
|
-
//# sourceMappingURL=tools_connect.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tools_connect.js","sourceRoot":"","sources":["../../../../../../src/pkg/grpc/scalekit/v1/tools/tools_connect.ts"],"names":[],"mappings":";AAAA,wEAAwE;AACxE,gGAAgG;AAChG,oBAAoB;AACpB,cAAc;;;AAEd,+CAA8S;AAC9S,iDAAuD;AAEvD;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,QAAQ,EAAE,+BAA+B;IACzC,OAAO,EAAE;QACP;;WAEG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,+BAAiB;YACpB,CAAC,EAAE,gCAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,SAAS,EAAE;YACT,IAAI,EAAE,WAAW;YACjB,CAAC,EAAE,8BAAgB;YACnB,CAAC,EAAE,+BAAiB;YACpB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,eAAe,EAAE;YACf,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,oCAAsB;YACzB,CAAC,EAAE,qCAAuB;YAC1B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,mCAAqB;YACxB,CAAC,EAAE,oCAAsB;YACzB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,+BAAiB;YACpB,CAAC,EAAE,gCAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,+BAAiB;YACpB,CAAC,EAAE,gBAAK;YACR,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,gCAAkB;YACrB,CAAC,EAAE,iCAAmB;YACtB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -1,431 +0,0 @@
|
|
|
1
|
-
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
|
-
import { Message, proto3, Struct, Timestamp } from "@bufbuild/protobuf";
|
|
3
|
-
/**
|
|
4
|
-
* @generated from message scalekit.v1.tools.CreateToolRequest
|
|
5
|
-
*/
|
|
6
|
-
export declare class CreateToolRequest extends Message<CreateToolRequest> {
|
|
7
|
-
/**
|
|
8
|
-
* @generated from field: scalekit.v1.tools.Tool tool = 1;
|
|
9
|
-
*/
|
|
10
|
-
tool?: Tool;
|
|
11
|
-
constructor(data?: PartialMessage<CreateToolRequest>);
|
|
12
|
-
static readonly runtime: typeof proto3;
|
|
13
|
-
static readonly typeName = "scalekit.v1.tools.CreateToolRequest";
|
|
14
|
-
static readonly fields: FieldList;
|
|
15
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateToolRequest;
|
|
16
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateToolRequest;
|
|
17
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateToolRequest;
|
|
18
|
-
static equals(a: CreateToolRequest | PlainMessage<CreateToolRequest> | undefined, b: CreateToolRequest | PlainMessage<CreateToolRequest> | undefined): boolean;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* @generated from message scalekit.v1.tools.CreateToolResponse
|
|
22
|
-
*/
|
|
23
|
-
export declare class CreateToolResponse extends Message<CreateToolResponse> {
|
|
24
|
-
/**
|
|
25
|
-
* @generated from field: scalekit.v1.tools.Tool tool = 1;
|
|
26
|
-
*/
|
|
27
|
-
tool?: Tool;
|
|
28
|
-
constructor(data?: PartialMessage<CreateToolResponse>);
|
|
29
|
-
static readonly runtime: typeof proto3;
|
|
30
|
-
static readonly typeName = "scalekit.v1.tools.CreateToolResponse";
|
|
31
|
-
static readonly fields: FieldList;
|
|
32
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateToolResponse;
|
|
33
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateToolResponse;
|
|
34
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateToolResponse;
|
|
35
|
-
static equals(a: CreateToolResponse | PlainMessage<CreateToolResponse> | undefined, b: CreateToolResponse | PlainMessage<CreateToolResponse> | undefined): boolean;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @generated from message scalekit.v1.tools.Tool
|
|
39
|
-
*/
|
|
40
|
-
export declare class Tool extends Message<Tool> {
|
|
41
|
-
/**
|
|
42
|
-
* @generated from field: string id = 1;
|
|
43
|
-
*/
|
|
44
|
-
id: string;
|
|
45
|
-
/**
|
|
46
|
-
* @generated from field: string provider = 2;
|
|
47
|
-
*/
|
|
48
|
-
provider: string;
|
|
49
|
-
/**
|
|
50
|
-
* @generated from field: google.protobuf.Struct definition = 3;
|
|
51
|
-
*/
|
|
52
|
-
definition?: Struct;
|
|
53
|
-
/**
|
|
54
|
-
* @generated from field: google.protobuf.Struct metadata = 4;
|
|
55
|
-
*/
|
|
56
|
-
metadata?: Struct;
|
|
57
|
-
/**
|
|
58
|
-
* @generated from field: repeated string tags = 5;
|
|
59
|
-
*/
|
|
60
|
-
tags: string[];
|
|
61
|
-
/**
|
|
62
|
-
* @generated from field: google.protobuf.BoolValue is_default = 6;
|
|
63
|
-
*/
|
|
64
|
-
isDefault?: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
67
|
-
*/
|
|
68
|
-
updatedAt?: Timestamp;
|
|
69
|
-
constructor(data?: PartialMessage<Tool>);
|
|
70
|
-
static readonly runtime: typeof proto3;
|
|
71
|
-
static readonly typeName = "scalekit.v1.tools.Tool";
|
|
72
|
-
static readonly fields: FieldList;
|
|
73
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Tool;
|
|
74
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Tool;
|
|
75
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Tool;
|
|
76
|
-
static equals(a: Tool | PlainMessage<Tool> | undefined, b: Tool | PlainMessage<Tool> | undefined): boolean;
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* @generated from message scalekit.v1.tools.ScopedTool
|
|
80
|
-
*/
|
|
81
|
-
export declare class ScopedTool extends Message<ScopedTool> {
|
|
82
|
-
/**
|
|
83
|
-
* @generated from field: scalekit.v1.tools.Tool tool = 1;
|
|
84
|
-
*/
|
|
85
|
-
tool?: Tool;
|
|
86
|
-
/**
|
|
87
|
-
* @generated from field: string identifier = 2;
|
|
88
|
-
*/
|
|
89
|
-
identifier: string;
|
|
90
|
-
/**
|
|
91
|
-
* @generated from field: string connected_account_id = 3;
|
|
92
|
-
*/
|
|
93
|
-
connectedAccountId: string;
|
|
94
|
-
constructor(data?: PartialMessage<ScopedTool>);
|
|
95
|
-
static readonly runtime: typeof proto3;
|
|
96
|
-
static readonly typeName = "scalekit.v1.tools.ScopedTool";
|
|
97
|
-
static readonly fields: FieldList;
|
|
98
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ScopedTool;
|
|
99
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ScopedTool;
|
|
100
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ScopedTool;
|
|
101
|
-
static equals(a: ScopedTool | PlainMessage<ScopedTool> | undefined, b: ScopedTool | PlainMessage<ScopedTool> | undefined): boolean;
|
|
102
|
-
}
|
|
103
|
-
/**
|
|
104
|
-
* @generated from message scalekit.v1.tools.ListToolsRequest
|
|
105
|
-
*/
|
|
106
|
-
export declare class ListToolsRequest extends Message<ListToolsRequest> {
|
|
107
|
-
/**
|
|
108
|
-
* @generated from field: scalekit.v1.tools.Filter filter = 1;
|
|
109
|
-
*/
|
|
110
|
-
filter?: Filter;
|
|
111
|
-
/**
|
|
112
|
-
* @generated from field: uint32 page_size = 2;
|
|
113
|
-
*/
|
|
114
|
-
pageSize: number;
|
|
115
|
-
/**
|
|
116
|
-
* @generated from field: string page_token = 3;
|
|
117
|
-
*/
|
|
118
|
-
pageToken: string;
|
|
119
|
-
constructor(data?: PartialMessage<ListToolsRequest>);
|
|
120
|
-
static readonly runtime: typeof proto3;
|
|
121
|
-
static readonly typeName = "scalekit.v1.tools.ListToolsRequest";
|
|
122
|
-
static readonly fields: FieldList;
|
|
123
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListToolsRequest;
|
|
124
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListToolsRequest;
|
|
125
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListToolsRequest;
|
|
126
|
-
static equals(a: ListToolsRequest | PlainMessage<ListToolsRequest> | undefined, b: ListToolsRequest | PlainMessage<ListToolsRequest> | undefined): boolean;
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* @generated from message scalekit.v1.tools.Filter
|
|
130
|
-
*/
|
|
131
|
-
export declare class Filter extends Message<Filter> {
|
|
132
|
-
/**
|
|
133
|
-
* @generated from field: google.protobuf.BoolValue summary = 1;
|
|
134
|
-
*/
|
|
135
|
-
summary?: boolean;
|
|
136
|
-
/**
|
|
137
|
-
* @generated from field: string provider = 2;
|
|
138
|
-
*/
|
|
139
|
-
provider: string;
|
|
140
|
-
/**
|
|
141
|
-
* @generated from field: string identifier = 3;
|
|
142
|
-
*/
|
|
143
|
-
identifier: string;
|
|
144
|
-
/**
|
|
145
|
-
* @generated from field: repeated string tool_name = 4;
|
|
146
|
-
*/
|
|
147
|
-
toolName: string[];
|
|
148
|
-
/**
|
|
149
|
-
* @generated from field: optional string query = 5;
|
|
150
|
-
*/
|
|
151
|
-
query?: string;
|
|
152
|
-
constructor(data?: PartialMessage<Filter>);
|
|
153
|
-
static readonly runtime: typeof proto3;
|
|
154
|
-
static readonly typeName = "scalekit.v1.tools.Filter";
|
|
155
|
-
static readonly fields: FieldList;
|
|
156
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Filter;
|
|
157
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Filter;
|
|
158
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Filter;
|
|
159
|
-
static equals(a: Filter | PlainMessage<Filter> | undefined, b: Filter | PlainMessage<Filter> | undefined): boolean;
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* @generated from message scalekit.v1.tools.ListToolsResponse
|
|
163
|
-
*/
|
|
164
|
-
export declare class ListToolsResponse extends Message<ListToolsResponse> {
|
|
165
|
-
/**
|
|
166
|
-
* @generated from field: string next_page_token = 1;
|
|
167
|
-
*/
|
|
168
|
-
nextPageToken: string;
|
|
169
|
-
/**
|
|
170
|
-
* @generated from field: uint32 total_size = 2;
|
|
171
|
-
*/
|
|
172
|
-
totalSize: number;
|
|
173
|
-
/**
|
|
174
|
-
* @generated from field: string prev_page_token = 3;
|
|
175
|
-
*/
|
|
176
|
-
prevPageToken: string;
|
|
177
|
-
/**
|
|
178
|
-
* @generated from field: repeated string tool_names = 4;
|
|
179
|
-
*/
|
|
180
|
-
toolNames: string[];
|
|
181
|
-
/**
|
|
182
|
-
* @generated from field: repeated scalekit.v1.tools.Tool tools = 5;
|
|
183
|
-
*/
|
|
184
|
-
tools: Tool[];
|
|
185
|
-
constructor(data?: PartialMessage<ListToolsResponse>);
|
|
186
|
-
static readonly runtime: typeof proto3;
|
|
187
|
-
static readonly typeName = "scalekit.v1.tools.ListToolsResponse";
|
|
188
|
-
static readonly fields: FieldList;
|
|
189
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListToolsResponse;
|
|
190
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListToolsResponse;
|
|
191
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListToolsResponse;
|
|
192
|
-
static equals(a: ListToolsResponse | PlainMessage<ListToolsResponse> | undefined, b: ListToolsResponse | PlainMessage<ListToolsResponse> | undefined): boolean;
|
|
193
|
-
}
|
|
194
|
-
/**
|
|
195
|
-
* @generated from message scalekit.v1.tools.ExecuteToolRequest
|
|
196
|
-
*/
|
|
197
|
-
export declare class ExecuteToolRequest extends Message<ExecuteToolRequest> {
|
|
198
|
-
/**
|
|
199
|
-
* @generated from field: string tool_name = 1;
|
|
200
|
-
*/
|
|
201
|
-
toolName: string;
|
|
202
|
-
/**
|
|
203
|
-
* @generated from field: optional string identifier = 2;
|
|
204
|
-
*/
|
|
205
|
-
identifier?: string;
|
|
206
|
-
/**
|
|
207
|
-
* @generated from field: google.protobuf.Struct params = 3;
|
|
208
|
-
*/
|
|
209
|
-
params?: Struct;
|
|
210
|
-
/**
|
|
211
|
-
* @generated from field: optional string connected_account_id = 4;
|
|
212
|
-
*/
|
|
213
|
-
connectedAccountId?: string;
|
|
214
|
-
/**
|
|
215
|
-
* @generated from field: optional string connector = 5;
|
|
216
|
-
*/
|
|
217
|
-
connector?: string;
|
|
218
|
-
/**
|
|
219
|
-
* @generated from field: optional string organization_id = 6;
|
|
220
|
-
*/
|
|
221
|
-
organizationId?: string;
|
|
222
|
-
/**
|
|
223
|
-
* @generated from field: optional string user_id = 7;
|
|
224
|
-
*/
|
|
225
|
-
userId?: string;
|
|
226
|
-
constructor(data?: PartialMessage<ExecuteToolRequest>);
|
|
227
|
-
static readonly runtime: typeof proto3;
|
|
228
|
-
static readonly typeName = "scalekit.v1.tools.ExecuteToolRequest";
|
|
229
|
-
static readonly fields: FieldList;
|
|
230
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExecuteToolRequest;
|
|
231
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExecuteToolRequest;
|
|
232
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExecuteToolRequest;
|
|
233
|
-
static equals(a: ExecuteToolRequest | PlainMessage<ExecuteToolRequest> | undefined, b: ExecuteToolRequest | PlainMessage<ExecuteToolRequest> | undefined): boolean;
|
|
234
|
-
}
|
|
235
|
-
/**
|
|
236
|
-
* @generated from message scalekit.v1.tools.ExecuteToolResponse
|
|
237
|
-
*/
|
|
238
|
-
export declare class ExecuteToolResponse extends Message<ExecuteToolResponse> {
|
|
239
|
-
/**
|
|
240
|
-
* @generated from field: google.protobuf.Struct data = 1;
|
|
241
|
-
*/
|
|
242
|
-
data?: Struct;
|
|
243
|
-
/**
|
|
244
|
-
* @generated from field: string execution_id = 2;
|
|
245
|
-
*/
|
|
246
|
-
executionId: string;
|
|
247
|
-
constructor(data?: PartialMessage<ExecuteToolResponse>);
|
|
248
|
-
static readonly runtime: typeof proto3;
|
|
249
|
-
static readonly typeName = "scalekit.v1.tools.ExecuteToolResponse";
|
|
250
|
-
static readonly fields: FieldList;
|
|
251
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExecuteToolResponse;
|
|
252
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExecuteToolResponse;
|
|
253
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExecuteToolResponse;
|
|
254
|
-
static equals(a: ExecuteToolResponse | PlainMessage<ExecuteToolResponse> | undefined, b: ExecuteToolResponse | PlainMessage<ExecuteToolResponse> | undefined): boolean;
|
|
255
|
-
}
|
|
256
|
-
/**
|
|
257
|
-
* @generated from message scalekit.v1.tools.SetToolDefaultRequest
|
|
258
|
-
*/
|
|
259
|
-
export declare class SetToolDefaultRequest extends Message<SetToolDefaultRequest> {
|
|
260
|
-
/**
|
|
261
|
-
* @generated from field: string name = 1;
|
|
262
|
-
*/
|
|
263
|
-
name: string;
|
|
264
|
-
/**
|
|
265
|
-
* @generated from field: string schema_version = 2;
|
|
266
|
-
*/
|
|
267
|
-
schemaVersion: string;
|
|
268
|
-
/**
|
|
269
|
-
* @generated from field: string tool_version = 3;
|
|
270
|
-
*/
|
|
271
|
-
toolVersion: string;
|
|
272
|
-
constructor(data?: PartialMessage<SetToolDefaultRequest>);
|
|
273
|
-
static readonly runtime: typeof proto3;
|
|
274
|
-
static readonly typeName = "scalekit.v1.tools.SetToolDefaultRequest";
|
|
275
|
-
static readonly fields: FieldList;
|
|
276
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetToolDefaultRequest;
|
|
277
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetToolDefaultRequest;
|
|
278
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetToolDefaultRequest;
|
|
279
|
-
static equals(a: SetToolDefaultRequest | PlainMessage<SetToolDefaultRequest> | undefined, b: SetToolDefaultRequest | PlainMessage<SetToolDefaultRequest> | undefined): boolean;
|
|
280
|
-
}
|
|
281
|
-
/**
|
|
282
|
-
* @generated from message scalekit.v1.tools.SetToolDefaultResponse
|
|
283
|
-
*/
|
|
284
|
-
export declare class SetToolDefaultResponse extends Message<SetToolDefaultResponse> {
|
|
285
|
-
/**
|
|
286
|
-
* @generated from field: scalekit.v1.tools.Tool tool = 1;
|
|
287
|
-
*/
|
|
288
|
-
tool?: Tool;
|
|
289
|
-
constructor(data?: PartialMessage<SetToolDefaultResponse>);
|
|
290
|
-
static readonly runtime: typeof proto3;
|
|
291
|
-
static readonly typeName = "scalekit.v1.tools.SetToolDefaultResponse";
|
|
292
|
-
static readonly fields: FieldList;
|
|
293
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetToolDefaultResponse;
|
|
294
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetToolDefaultResponse;
|
|
295
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetToolDefaultResponse;
|
|
296
|
-
static equals(a: SetToolDefaultResponse | PlainMessage<SetToolDefaultResponse> | undefined, b: SetToolDefaultResponse | PlainMessage<SetToolDefaultResponse> | undefined): boolean;
|
|
297
|
-
}
|
|
298
|
-
/**
|
|
299
|
-
* @generated from message scalekit.v1.tools.UpdateToolRequest
|
|
300
|
-
*/
|
|
301
|
-
export declare class UpdateToolRequest extends Message<UpdateToolRequest> {
|
|
302
|
-
/**
|
|
303
|
-
* @generated from field: scalekit.v1.tools.Tool tool = 1;
|
|
304
|
-
*/
|
|
305
|
-
tool?: Tool;
|
|
306
|
-
constructor(data?: PartialMessage<UpdateToolRequest>);
|
|
307
|
-
static readonly runtime: typeof proto3;
|
|
308
|
-
static readonly typeName = "scalekit.v1.tools.UpdateToolRequest";
|
|
309
|
-
static readonly fields: FieldList;
|
|
310
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateToolRequest;
|
|
311
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateToolRequest;
|
|
312
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateToolRequest;
|
|
313
|
-
static equals(a: UpdateToolRequest | PlainMessage<UpdateToolRequest> | undefined, b: UpdateToolRequest | PlainMessage<UpdateToolRequest> | undefined): boolean;
|
|
314
|
-
}
|
|
315
|
-
/**
|
|
316
|
-
* @generated from message scalekit.v1.tools.UpdateToolResponse
|
|
317
|
-
*/
|
|
318
|
-
export declare class UpdateToolResponse extends Message<UpdateToolResponse> {
|
|
319
|
-
/**
|
|
320
|
-
* @generated from field: scalekit.v1.tools.Tool tool = 1;
|
|
321
|
-
*/
|
|
322
|
-
tool?: Tool;
|
|
323
|
-
constructor(data?: PartialMessage<UpdateToolResponse>);
|
|
324
|
-
static readonly runtime: typeof proto3;
|
|
325
|
-
static readonly typeName = "scalekit.v1.tools.UpdateToolResponse";
|
|
326
|
-
static readonly fields: FieldList;
|
|
327
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateToolResponse;
|
|
328
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateToolResponse;
|
|
329
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateToolResponse;
|
|
330
|
-
static equals(a: UpdateToolResponse | PlainMessage<UpdateToolResponse> | undefined, b: UpdateToolResponse | PlainMessage<UpdateToolResponse> | undefined): boolean;
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* @generated from message scalekit.v1.tools.DeleteToolRequest
|
|
334
|
-
*/
|
|
335
|
-
export declare class DeleteToolRequest extends Message<DeleteToolRequest> {
|
|
336
|
-
/**
|
|
337
|
-
* @generated from field: string id = 1;
|
|
338
|
-
*/
|
|
339
|
-
id: string;
|
|
340
|
-
constructor(data?: PartialMessage<DeleteToolRequest>);
|
|
341
|
-
static readonly runtime: typeof proto3;
|
|
342
|
-
static readonly typeName = "scalekit.v1.tools.DeleteToolRequest";
|
|
343
|
-
static readonly fields: FieldList;
|
|
344
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteToolRequest;
|
|
345
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteToolRequest;
|
|
346
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteToolRequest;
|
|
347
|
-
static equals(a: DeleteToolRequest | PlainMessage<DeleteToolRequest> | undefined, b: DeleteToolRequest | PlainMessage<DeleteToolRequest> | undefined): boolean;
|
|
348
|
-
}
|
|
349
|
-
/**
|
|
350
|
-
* @generated from message scalekit.v1.tools.ListScopedToolsRequest
|
|
351
|
-
*/
|
|
352
|
-
export declare class ListScopedToolsRequest extends Message<ListScopedToolsRequest> {
|
|
353
|
-
/**
|
|
354
|
-
* @generated from field: string identifier = 1;
|
|
355
|
-
*/
|
|
356
|
-
identifier: string;
|
|
357
|
-
/**
|
|
358
|
-
* @generated from field: scalekit.v1.tools.ScopedToolFilter filter = 2;
|
|
359
|
-
*/
|
|
360
|
-
filter?: ScopedToolFilter;
|
|
361
|
-
/**
|
|
362
|
-
* @generated from field: uint32 page_size = 3;
|
|
363
|
-
*/
|
|
364
|
-
pageSize: number;
|
|
365
|
-
/**
|
|
366
|
-
* @generated from field: string page_token = 4;
|
|
367
|
-
*/
|
|
368
|
-
pageToken: string;
|
|
369
|
-
constructor(data?: PartialMessage<ListScopedToolsRequest>);
|
|
370
|
-
static readonly runtime: typeof proto3;
|
|
371
|
-
static readonly typeName = "scalekit.v1.tools.ListScopedToolsRequest";
|
|
372
|
-
static readonly fields: FieldList;
|
|
373
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListScopedToolsRequest;
|
|
374
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListScopedToolsRequest;
|
|
375
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListScopedToolsRequest;
|
|
376
|
-
static equals(a: ListScopedToolsRequest | PlainMessage<ListScopedToolsRequest> | undefined, b: ListScopedToolsRequest | PlainMessage<ListScopedToolsRequest> | undefined): boolean;
|
|
377
|
-
}
|
|
378
|
-
/**
|
|
379
|
-
* @generated from message scalekit.v1.tools.ListScopedToolsResponse
|
|
380
|
-
*/
|
|
381
|
-
export declare class ListScopedToolsResponse extends Message<ListScopedToolsResponse> {
|
|
382
|
-
/**
|
|
383
|
-
* @generated from field: string next_page_token = 1;
|
|
384
|
-
*/
|
|
385
|
-
nextPageToken: string;
|
|
386
|
-
/**
|
|
387
|
-
* @generated from field: uint32 total_size = 2;
|
|
388
|
-
*/
|
|
389
|
-
totalSize: number;
|
|
390
|
-
/**
|
|
391
|
-
* @generated from field: string prev_page_token = 3;
|
|
392
|
-
*/
|
|
393
|
-
prevPageToken: string;
|
|
394
|
-
/**
|
|
395
|
-
* @generated from field: repeated scalekit.v1.tools.ScopedTool tools = 5;
|
|
396
|
-
*/
|
|
397
|
-
tools: ScopedTool[];
|
|
398
|
-
constructor(data?: PartialMessage<ListScopedToolsResponse>);
|
|
399
|
-
static readonly runtime: typeof proto3;
|
|
400
|
-
static readonly typeName = "scalekit.v1.tools.ListScopedToolsResponse";
|
|
401
|
-
static readonly fields: FieldList;
|
|
402
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListScopedToolsResponse;
|
|
403
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListScopedToolsResponse;
|
|
404
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListScopedToolsResponse;
|
|
405
|
-
static equals(a: ListScopedToolsResponse | PlainMessage<ListScopedToolsResponse> | undefined, b: ListScopedToolsResponse | PlainMessage<ListScopedToolsResponse> | undefined): boolean;
|
|
406
|
-
}
|
|
407
|
-
/**
|
|
408
|
-
* @generated from message scalekit.v1.tools.ScopedToolFilter
|
|
409
|
-
*/
|
|
410
|
-
export declare class ScopedToolFilter extends Message<ScopedToolFilter> {
|
|
411
|
-
/**
|
|
412
|
-
* @generated from field: repeated string providers = 1;
|
|
413
|
-
*/
|
|
414
|
-
providers: string[];
|
|
415
|
-
/**
|
|
416
|
-
* @generated from field: repeated string tool_names = 2;
|
|
417
|
-
*/
|
|
418
|
-
toolNames: string[];
|
|
419
|
-
/**
|
|
420
|
-
* @generated from field: repeated string connection_names = 3;
|
|
421
|
-
*/
|
|
422
|
-
connectionNames: string[];
|
|
423
|
-
constructor(data?: PartialMessage<ScopedToolFilter>);
|
|
424
|
-
static readonly runtime: typeof proto3;
|
|
425
|
-
static readonly typeName = "scalekit.v1.tools.ScopedToolFilter";
|
|
426
|
-
static readonly fields: FieldList;
|
|
427
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ScopedToolFilter;
|
|
428
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ScopedToolFilter;
|
|
429
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ScopedToolFilter;
|
|
430
|
-
static equals(a: ScopedToolFilter | PlainMessage<ScopedToolFilter> | undefined, b: ScopedToolFilter | PlainMessage<ScopedToolFilter> | undefined): boolean;
|
|
431
|
-
}
|