@scalekit-sdk/node 2.2.0-beta.1 → 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 -119
- package/lib/connected-accounts.js +0 -241
- 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 -358
- 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 -472
- package/tests/tools.test.ts +0 -239
|
@@ -1,162 +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/directories/directories.proto (package scalekit.v1.directories, syntax proto3)
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
// @ts-nocheck
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.DirectoryService = void 0;
|
|
8
|
-
const directories_pb_js_1 = require("./directories_pb.js");
|
|
9
|
-
const protobuf_1 = require("@bufbuild/protobuf");
|
|
10
|
-
/**
|
|
11
|
-
* @generated from service scalekit.v1.directories.DirectoryService
|
|
12
|
-
*/
|
|
13
|
-
exports.DirectoryService = {
|
|
14
|
-
typeName: "scalekit.v1.directories.DirectoryService",
|
|
15
|
-
methods: {
|
|
16
|
-
/**
|
|
17
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.CreateDirectory
|
|
18
|
-
*/
|
|
19
|
-
createDirectory: {
|
|
20
|
-
name: "CreateDirectory",
|
|
21
|
-
I: directories_pb_js_1.CreateDirectoryRequest,
|
|
22
|
-
O: directories_pb_js_1.CreateDirectoryResponse,
|
|
23
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
24
|
-
},
|
|
25
|
-
/**
|
|
26
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.DeleteDirectory
|
|
27
|
-
*/
|
|
28
|
-
deleteDirectory: {
|
|
29
|
-
name: "DeleteDirectory",
|
|
30
|
-
I: directories_pb_js_1.DeleteDirectoryRequest,
|
|
31
|
-
O: protobuf_1.Empty,
|
|
32
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
33
|
-
},
|
|
34
|
-
/**
|
|
35
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.UpdateDirectory
|
|
36
|
-
*/
|
|
37
|
-
updateDirectory: {
|
|
38
|
-
name: "UpdateDirectory",
|
|
39
|
-
I: directories_pb_js_1.UpdateDirectoryRequest,
|
|
40
|
-
O: directories_pb_js_1.UpdateDirectoryResponse,
|
|
41
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
42
|
-
},
|
|
43
|
-
/**
|
|
44
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.AssignGroupsForDirectory
|
|
45
|
-
*/
|
|
46
|
-
assignGroupsForDirectory: {
|
|
47
|
-
name: "AssignGroupsForDirectory",
|
|
48
|
-
I: directories_pb_js_1.AssignGroupsForDirectoryRequest,
|
|
49
|
-
O: protobuf_1.Empty,
|
|
50
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
51
|
-
},
|
|
52
|
-
/**
|
|
53
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.AssignRoles
|
|
54
|
-
*/
|
|
55
|
-
assignRoles: {
|
|
56
|
-
name: "AssignRoles",
|
|
57
|
-
I: directories_pb_js_1.AssignRolesRequest,
|
|
58
|
-
O: directories_pb_js_1.AssignRolesResponse,
|
|
59
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
60
|
-
},
|
|
61
|
-
/**
|
|
62
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.UpdateAttributes
|
|
63
|
-
*/
|
|
64
|
-
updateAttributes: {
|
|
65
|
-
name: "UpdateAttributes",
|
|
66
|
-
I: directories_pb_js_1.UpdateAttributesRequest,
|
|
67
|
-
O: directories_pb_js_1.UpdateAttributesResponse,
|
|
68
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
69
|
-
},
|
|
70
|
-
/**
|
|
71
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.GetDirectory
|
|
72
|
-
*/
|
|
73
|
-
getDirectory: {
|
|
74
|
-
name: "GetDirectory",
|
|
75
|
-
I: directories_pb_js_1.GetDirectoryRequest,
|
|
76
|
-
O: directories_pb_js_1.GetDirectoryResponse,
|
|
77
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
78
|
-
},
|
|
79
|
-
/**
|
|
80
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.ListDirectories
|
|
81
|
-
*/
|
|
82
|
-
listDirectories: {
|
|
83
|
-
name: "ListDirectories",
|
|
84
|
-
I: directories_pb_js_1.ListDirectoriesRequest,
|
|
85
|
-
O: directories_pb_js_1.ListDirectoriesResponse,
|
|
86
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
87
|
-
},
|
|
88
|
-
/**
|
|
89
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.EnableDirectory
|
|
90
|
-
*/
|
|
91
|
-
enableDirectory: {
|
|
92
|
-
name: "EnableDirectory",
|
|
93
|
-
I: directories_pb_js_1.ToggleDirectoryRequest,
|
|
94
|
-
O: directories_pb_js_1.ToggleDirectoryResponse,
|
|
95
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
96
|
-
},
|
|
97
|
-
/**
|
|
98
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.DisableDirectory
|
|
99
|
-
*/
|
|
100
|
-
disableDirectory: {
|
|
101
|
-
name: "DisableDirectory",
|
|
102
|
-
I: directories_pb_js_1.ToggleDirectoryRequest,
|
|
103
|
-
O: directories_pb_js_1.ToggleDirectoryResponse,
|
|
104
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
105
|
-
},
|
|
106
|
-
/**
|
|
107
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.ListDirectoryUsers
|
|
108
|
-
*/
|
|
109
|
-
listDirectoryUsers: {
|
|
110
|
-
name: "ListDirectoryUsers",
|
|
111
|
-
I: directories_pb_js_1.ListDirectoryUsersRequest,
|
|
112
|
-
O: directories_pb_js_1.ListDirectoryUsersResponse,
|
|
113
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
114
|
-
},
|
|
115
|
-
/**
|
|
116
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.ListDirectoryGroups
|
|
117
|
-
*/
|
|
118
|
-
listDirectoryGroups: {
|
|
119
|
-
name: "ListDirectoryGroups",
|
|
120
|
-
I: directories_pb_js_1.ListDirectoryGroupsRequest,
|
|
121
|
-
O: directories_pb_js_1.ListDirectoryGroupsResponse,
|
|
122
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
123
|
-
},
|
|
124
|
-
/**
|
|
125
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.ListDirectoryGroupsSummary
|
|
126
|
-
*/
|
|
127
|
-
listDirectoryGroupsSummary: {
|
|
128
|
-
name: "ListDirectoryGroupsSummary",
|
|
129
|
-
I: directories_pb_js_1.ListDirectoryGroupsSummaryRequest,
|
|
130
|
-
O: directories_pb_js_1.ListDirectoryGroupsResponse,
|
|
131
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
132
|
-
},
|
|
133
|
-
/**
|
|
134
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.CreateDirectorySecret
|
|
135
|
-
*/
|
|
136
|
-
createDirectorySecret: {
|
|
137
|
-
name: "CreateDirectorySecret",
|
|
138
|
-
I: directories_pb_js_1.CreateDirectorySecretRequest,
|
|
139
|
-
O: directories_pb_js_1.CreateDirectorySecretResponse,
|
|
140
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
141
|
-
},
|
|
142
|
-
/**
|
|
143
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.RegenerateDirectorySecret
|
|
144
|
-
*/
|
|
145
|
-
regenerateDirectorySecret: {
|
|
146
|
-
name: "RegenerateDirectorySecret",
|
|
147
|
-
I: directories_pb_js_1.RegenerateDirectorySecretRequest,
|
|
148
|
-
O: directories_pb_js_1.RegenerateDirectorySecretResponse,
|
|
149
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
150
|
-
},
|
|
151
|
-
/**
|
|
152
|
-
* @generated from rpc scalekit.v1.directories.DirectoryService.TriggerDirectorySync
|
|
153
|
-
*/
|
|
154
|
-
triggerDirectorySync: {
|
|
155
|
-
name: "TriggerDirectorySync",
|
|
156
|
-
I: directories_pb_js_1.TriggerDirectorySyncRequest,
|
|
157
|
-
O: protobuf_1.Empty,
|
|
158
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
159
|
-
},
|
|
160
|
-
}
|
|
161
|
-
};
|
|
162
|
-
//# sourceMappingURL=directories_connect.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"directories_connect.js","sourceRoot":"","sources":["../../../../../../src/pkg/grpc/scalekit/v1/directories/directories_connect.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { CreateDomainRequest, CreateDomainResponse, DeleteDomainRequest, GetDomainRequest, GetDomainResponse, ListAuthorizedDomainRequest, ListAuthorizedDomainResponse, ListDomainRequest, ListDomainResponse, UpdateDomainRequest, UpdateDomainResponse, VerifyDomainRequest } from "./domains_pb.js";
|
|
2
|
-
import { BoolValue, Empty, MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
/**
|
|
4
|
-
* @generated from service scalekit.v1.domains.DomainService
|
|
5
|
-
*/
|
|
6
|
-
export declare const DomainService: {
|
|
7
|
-
readonly typeName: "scalekit.v1.domains.DomainService";
|
|
8
|
-
readonly methods: {
|
|
9
|
-
/**
|
|
10
|
-
* @generated from rpc scalekit.v1.domains.DomainService.CreateDomain
|
|
11
|
-
*/
|
|
12
|
-
readonly createDomain: {
|
|
13
|
-
readonly name: "CreateDomain";
|
|
14
|
-
readonly I: typeof CreateDomainRequest;
|
|
15
|
-
readonly O: typeof CreateDomainResponse;
|
|
16
|
-
readonly kind: MethodKind.Unary;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* @generated from rpc scalekit.v1.domains.DomainService.UpdateDomain
|
|
20
|
-
*/
|
|
21
|
-
readonly updateDomain: {
|
|
22
|
-
readonly name: "UpdateDomain";
|
|
23
|
-
readonly I: typeof UpdateDomainRequest;
|
|
24
|
-
readonly O: typeof UpdateDomainResponse;
|
|
25
|
-
readonly kind: MethodKind.Unary;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* @generated from rpc scalekit.v1.domains.DomainService.VerifyDomain
|
|
29
|
-
*/
|
|
30
|
-
readonly verifyDomain: {
|
|
31
|
-
readonly name: "VerifyDomain";
|
|
32
|
-
readonly I: typeof VerifyDomainRequest;
|
|
33
|
-
readonly O: typeof BoolValue;
|
|
34
|
-
readonly kind: MethodKind.Unary;
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* @generated from rpc scalekit.v1.domains.DomainService.GetDomain
|
|
38
|
-
*/
|
|
39
|
-
readonly getDomain: {
|
|
40
|
-
readonly name: "GetDomain";
|
|
41
|
-
readonly I: typeof GetDomainRequest;
|
|
42
|
-
readonly O: typeof GetDomainResponse;
|
|
43
|
-
readonly kind: MethodKind.Unary;
|
|
44
|
-
};
|
|
45
|
-
/**
|
|
46
|
-
* @generated from rpc scalekit.v1.domains.DomainService.DeleteDomain
|
|
47
|
-
*/
|
|
48
|
-
readonly deleteDomain: {
|
|
49
|
-
readonly name: "DeleteDomain";
|
|
50
|
-
readonly I: typeof DeleteDomainRequest;
|
|
51
|
-
readonly O: typeof Empty;
|
|
52
|
-
readonly kind: MethodKind.Unary;
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
* @generated from rpc scalekit.v1.domains.DomainService.ListDomains
|
|
56
|
-
*/
|
|
57
|
-
readonly listDomains: {
|
|
58
|
-
readonly name: "ListDomains";
|
|
59
|
-
readonly I: typeof ListDomainRequest;
|
|
60
|
-
readonly O: typeof ListDomainResponse;
|
|
61
|
-
readonly kind: MethodKind.Unary;
|
|
62
|
-
};
|
|
63
|
-
/**
|
|
64
|
-
* @generated from rpc scalekit.v1.domains.DomainService.ListAuthorizedDomains
|
|
65
|
-
*/
|
|
66
|
-
readonly listAuthorizedDomains: {
|
|
67
|
-
readonly name: "ListAuthorizedDomains";
|
|
68
|
-
readonly I: typeof ListAuthorizedDomainRequest;
|
|
69
|
-
readonly O: typeof ListAuthorizedDomainResponse;
|
|
70
|
-
readonly kind: MethodKind.Unary;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
};
|
|
@@ -1,81 +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/domains/domains.proto (package scalekit.v1.domains, syntax proto3)
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
// @ts-nocheck
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.DomainService = void 0;
|
|
8
|
-
const domains_pb_js_1 = require("./domains_pb.js");
|
|
9
|
-
const protobuf_1 = require("@bufbuild/protobuf");
|
|
10
|
-
/**
|
|
11
|
-
* @generated from service scalekit.v1.domains.DomainService
|
|
12
|
-
*/
|
|
13
|
-
exports.DomainService = {
|
|
14
|
-
typeName: "scalekit.v1.domains.DomainService",
|
|
15
|
-
methods: {
|
|
16
|
-
/**
|
|
17
|
-
* @generated from rpc scalekit.v1.domains.DomainService.CreateDomain
|
|
18
|
-
*/
|
|
19
|
-
createDomain: {
|
|
20
|
-
name: "CreateDomain",
|
|
21
|
-
I: domains_pb_js_1.CreateDomainRequest,
|
|
22
|
-
O: domains_pb_js_1.CreateDomainResponse,
|
|
23
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
24
|
-
},
|
|
25
|
-
/**
|
|
26
|
-
* @generated from rpc scalekit.v1.domains.DomainService.UpdateDomain
|
|
27
|
-
*/
|
|
28
|
-
updateDomain: {
|
|
29
|
-
name: "UpdateDomain",
|
|
30
|
-
I: domains_pb_js_1.UpdateDomainRequest,
|
|
31
|
-
O: domains_pb_js_1.UpdateDomainResponse,
|
|
32
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
33
|
-
},
|
|
34
|
-
/**
|
|
35
|
-
* @generated from rpc scalekit.v1.domains.DomainService.VerifyDomain
|
|
36
|
-
*/
|
|
37
|
-
verifyDomain: {
|
|
38
|
-
name: "VerifyDomain",
|
|
39
|
-
I: domains_pb_js_1.VerifyDomainRequest,
|
|
40
|
-
O: protobuf_1.BoolValue,
|
|
41
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
42
|
-
},
|
|
43
|
-
/**
|
|
44
|
-
* @generated from rpc scalekit.v1.domains.DomainService.GetDomain
|
|
45
|
-
*/
|
|
46
|
-
getDomain: {
|
|
47
|
-
name: "GetDomain",
|
|
48
|
-
I: domains_pb_js_1.GetDomainRequest,
|
|
49
|
-
O: domains_pb_js_1.GetDomainResponse,
|
|
50
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
51
|
-
},
|
|
52
|
-
/**
|
|
53
|
-
* @generated from rpc scalekit.v1.domains.DomainService.DeleteDomain
|
|
54
|
-
*/
|
|
55
|
-
deleteDomain: {
|
|
56
|
-
name: "DeleteDomain",
|
|
57
|
-
I: domains_pb_js_1.DeleteDomainRequest,
|
|
58
|
-
O: protobuf_1.Empty,
|
|
59
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
60
|
-
},
|
|
61
|
-
/**
|
|
62
|
-
* @generated from rpc scalekit.v1.domains.DomainService.ListDomains
|
|
63
|
-
*/
|
|
64
|
-
listDomains: {
|
|
65
|
-
name: "ListDomains",
|
|
66
|
-
I: domains_pb_js_1.ListDomainRequest,
|
|
67
|
-
O: domains_pb_js_1.ListDomainResponse,
|
|
68
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
69
|
-
},
|
|
70
|
-
/**
|
|
71
|
-
* @generated from rpc scalekit.v1.domains.DomainService.ListAuthorizedDomains
|
|
72
|
-
*/
|
|
73
|
-
listAuthorizedDomains: {
|
|
74
|
-
name: "ListAuthorizedDomains",
|
|
75
|
-
I: domains_pb_js_1.ListAuthorizedDomainRequest,
|
|
76
|
-
O: domains_pb_js_1.ListAuthorizedDomainResponse,
|
|
77
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
78
|
-
},
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
//# sourceMappingURL=domains_connect.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"domains_connect.js","sourceRoot":"","sources":["../../../../../../src/pkg/grpc/scalekit/v1/domains/domains_connect.ts"],"names":[],"mappings":";AAAA,wEAAwE;AACxE,sGAAsG;AACtG,oBAAoB;AACpB,cAAc;;;AAEd,mDAAwS;AACxS,iDAAkE;AAElE;;GAEG;AACU,QAAA,aAAa,GAAG;IAC3B,QAAQ,EAAE,mCAAmC;IAC7C,OAAO,EAAE;QACP;;WAEG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,mCAAmB;YACtB,CAAC,EAAE,oCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,mCAAmB;YACtB,CAAC,EAAE,oCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,mCAAmB;YACtB,CAAC,EAAE,oBAAS;YACZ,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,SAAS,EAAE;YACT,IAAI,EAAE,WAAW;YACjB,CAAC,EAAE,gCAAgB;YACnB,CAAC,EAAE,iCAAiB;YACpB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,mCAAmB;YACtB,CAAC,EAAE,gBAAK;YACR,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,iCAAiB;YACpB,CAAC,EAAE,kCAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,qBAAqB,EAAE;YACrB,IAAI,EAAE,uBAAuB;YAC7B,CAAC,EAAE,2CAA2B;YAC9B,CAAC,EAAE,4CAA4B;YAC/B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
import { CreateOrganizationRequest, CreateOrganizationResponse, CreateOrganizationSessionSettingsRequest, CreateOrganizationSessionSettingsResponse, DeleteOrganizationRequest, DeleteOrganizationSessionSettingsRequest, DeletePortalLinkByIdRequest, DeletePortalLinkRequest, GeneratePortalLinkRequest, GeneratePortalLinkResponse, GetOrganizationRequest, GetOrganizationResponse, GetOrganizationSessionSettingsRequest, GetOrganizationSessionSettingsResponse, GetOrganizationUserManagementSettingsRequest, GetOrganizationUserManagementSettingsResponse, GetPortalLinkRequest, GetPortalLinksResponse, ListOrganizationsRequest, ListOrganizationsResponse, SearchOrganizationsRequest, SearchOrganizationsResponse, UpdateOrganizationRequest, UpdateOrganizationResponse, UpdateOrganizationSessionSettingsRequest, UpdateOrganizationSessionSettingsResponse, UpdateOrganizationSettingsRequest, UpsertUserManagementSettingsRequest, UpsertUserManagementSettingsResponse } from "./organizations_pb.js";
|
|
2
|
-
import { Empty, MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
/**
|
|
4
|
-
* @generated from service scalekit.v1.organizations.OrganizationService
|
|
5
|
-
*/
|
|
6
|
-
export declare const OrganizationService: {
|
|
7
|
-
readonly typeName: "scalekit.v1.organizations.OrganizationService";
|
|
8
|
-
readonly methods: {
|
|
9
|
-
/**
|
|
10
|
-
* Create Organization
|
|
11
|
-
*
|
|
12
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.CreateOrganization
|
|
13
|
-
*/
|
|
14
|
-
readonly createOrganization: {
|
|
15
|
-
readonly name: "CreateOrganization";
|
|
16
|
-
readonly I: typeof CreateOrganizationRequest;
|
|
17
|
-
readonly O: typeof CreateOrganizationResponse;
|
|
18
|
-
readonly kind: MethodKind.Unary;
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganization
|
|
22
|
-
*/
|
|
23
|
-
readonly updateOrganization: {
|
|
24
|
-
readonly name: "UpdateOrganization";
|
|
25
|
-
readonly I: typeof UpdateOrganizationRequest;
|
|
26
|
-
readonly O: typeof UpdateOrganizationResponse;
|
|
27
|
-
readonly kind: MethodKind.Unary;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganization
|
|
31
|
-
*/
|
|
32
|
-
readonly getOrganization: {
|
|
33
|
-
readonly name: "GetOrganization";
|
|
34
|
-
readonly I: typeof GetOrganizationRequest;
|
|
35
|
-
readonly O: typeof GetOrganizationResponse;
|
|
36
|
-
readonly kind: MethodKind.Unary;
|
|
37
|
-
};
|
|
38
|
-
/**
|
|
39
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.ListOrganization
|
|
40
|
-
*/
|
|
41
|
-
readonly listOrganization: {
|
|
42
|
-
readonly name: "ListOrganization";
|
|
43
|
-
readonly I: typeof ListOrganizationsRequest;
|
|
44
|
-
readonly O: typeof ListOrganizationsResponse;
|
|
45
|
-
readonly kind: MethodKind.Unary;
|
|
46
|
-
};
|
|
47
|
-
/**
|
|
48
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.SearchOrganization
|
|
49
|
-
*/
|
|
50
|
-
readonly searchOrganization: {
|
|
51
|
-
readonly name: "SearchOrganization";
|
|
52
|
-
readonly I: typeof SearchOrganizationsRequest;
|
|
53
|
-
readonly O: typeof SearchOrganizationsResponse;
|
|
54
|
-
readonly kind: MethodKind.Unary;
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* Delete an Organization
|
|
58
|
-
*
|
|
59
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.DeleteOrganization
|
|
60
|
-
*/
|
|
61
|
-
readonly deleteOrganization: {
|
|
62
|
-
readonly name: "DeleteOrganization";
|
|
63
|
-
readonly I: typeof DeleteOrganizationRequest;
|
|
64
|
-
readonly O: typeof Empty;
|
|
65
|
-
readonly kind: MethodKind.Unary;
|
|
66
|
-
};
|
|
67
|
-
/**
|
|
68
|
-
* Generate Portal Link for Org
|
|
69
|
-
*
|
|
70
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GeneratePortalLink
|
|
71
|
-
*/
|
|
72
|
-
readonly generatePortalLink: {
|
|
73
|
-
readonly name: "GeneratePortalLink";
|
|
74
|
-
readonly I: typeof GeneratePortalLinkRequest;
|
|
75
|
-
readonly O: typeof GeneratePortalLinkResponse;
|
|
76
|
-
readonly kind: MethodKind.Unary;
|
|
77
|
-
};
|
|
78
|
-
/**
|
|
79
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.DeletePortalLink
|
|
80
|
-
*/
|
|
81
|
-
readonly deletePortalLink: {
|
|
82
|
-
readonly name: "DeletePortalLink";
|
|
83
|
-
readonly I: typeof DeletePortalLinkRequest;
|
|
84
|
-
readonly O: typeof Empty;
|
|
85
|
-
readonly kind: MethodKind.Unary;
|
|
86
|
-
};
|
|
87
|
-
/**
|
|
88
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.DeletePortalLinkByID
|
|
89
|
-
*/
|
|
90
|
-
readonly deletePortalLinkByID: {
|
|
91
|
-
readonly name: "DeletePortalLinkByID";
|
|
92
|
-
readonly I: typeof DeletePortalLinkByIdRequest;
|
|
93
|
-
readonly O: typeof Empty;
|
|
94
|
-
readonly kind: MethodKind.Unary;
|
|
95
|
-
};
|
|
96
|
-
/**
|
|
97
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GetPortalLinks
|
|
98
|
-
*/
|
|
99
|
-
readonly getPortalLinks: {
|
|
100
|
-
readonly name: "GetPortalLinks";
|
|
101
|
-
readonly I: typeof GetPortalLinkRequest;
|
|
102
|
-
readonly O: typeof GetPortalLinksResponse;
|
|
103
|
-
readonly kind: MethodKind.Unary;
|
|
104
|
-
};
|
|
105
|
-
/**
|
|
106
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganizationSettings
|
|
107
|
-
*/
|
|
108
|
-
readonly updateOrganizationSettings: {
|
|
109
|
-
readonly name: "UpdateOrganizationSettings";
|
|
110
|
-
readonly I: typeof UpdateOrganizationSettingsRequest;
|
|
111
|
-
readonly O: typeof GetOrganizationResponse;
|
|
112
|
-
readonly kind: MethodKind.Unary;
|
|
113
|
-
};
|
|
114
|
-
/**
|
|
115
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.CreateOrganizationSessionSettings
|
|
116
|
-
*/
|
|
117
|
-
readonly createOrganizationSessionSettings: {
|
|
118
|
-
readonly name: "CreateOrganizationSessionSettings";
|
|
119
|
-
readonly I: typeof CreateOrganizationSessionSettingsRequest;
|
|
120
|
-
readonly O: typeof CreateOrganizationSessionSettingsResponse;
|
|
121
|
-
readonly kind: MethodKind.Unary;
|
|
122
|
-
};
|
|
123
|
-
/**
|
|
124
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganizationSessionSettings
|
|
125
|
-
*/
|
|
126
|
-
readonly getOrganizationSessionSettings: {
|
|
127
|
-
readonly name: "GetOrganizationSessionSettings";
|
|
128
|
-
readonly I: typeof GetOrganizationSessionSettingsRequest;
|
|
129
|
-
readonly O: typeof GetOrganizationSessionSettingsResponse;
|
|
130
|
-
readonly kind: MethodKind.Unary;
|
|
131
|
-
};
|
|
132
|
-
/**
|
|
133
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganizationSessionSettings
|
|
134
|
-
*/
|
|
135
|
-
readonly updateOrganizationSessionSettings: {
|
|
136
|
-
readonly name: "UpdateOrganizationSessionSettings";
|
|
137
|
-
readonly I: typeof UpdateOrganizationSessionSettingsRequest;
|
|
138
|
-
readonly O: typeof UpdateOrganizationSessionSettingsResponse;
|
|
139
|
-
readonly kind: MethodKind.Unary;
|
|
140
|
-
};
|
|
141
|
-
/**
|
|
142
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.DeleteOrganizationSessionSettings
|
|
143
|
-
*/
|
|
144
|
-
readonly deleteOrganizationSessionSettings: {
|
|
145
|
-
readonly name: "DeleteOrganizationSessionSettings";
|
|
146
|
-
readonly I: typeof DeleteOrganizationSessionSettingsRequest;
|
|
147
|
-
readonly O: typeof Empty;
|
|
148
|
-
readonly kind: MethodKind.Unary;
|
|
149
|
-
};
|
|
150
|
-
/**
|
|
151
|
-
* Update user management setting for an organization
|
|
152
|
-
*
|
|
153
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.UpsertUserManagementSettings
|
|
154
|
-
*/
|
|
155
|
-
readonly upsertUserManagementSettings: {
|
|
156
|
-
readonly name: "UpsertUserManagementSettings";
|
|
157
|
-
readonly I: typeof UpsertUserManagementSettingsRequest;
|
|
158
|
-
readonly O: typeof UpsertUserManagementSettingsResponse;
|
|
159
|
-
readonly kind: MethodKind.Unary;
|
|
160
|
-
};
|
|
161
|
-
/**
|
|
162
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganizationUserManagementSetting
|
|
163
|
-
*/
|
|
164
|
-
readonly getOrganizationUserManagementSetting: {
|
|
165
|
-
readonly name: "GetOrganizationUserManagementSetting";
|
|
166
|
-
readonly I: typeof GetOrganizationUserManagementSettingsRequest;
|
|
167
|
-
readonly O: typeof GetOrganizationUserManagementSettingsResponse;
|
|
168
|
-
readonly kind: MethodKind.Unary;
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
|
-
};
|
|
@@ -1,179 +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/organizations/organizations.proto (package scalekit.v1.organizations, syntax proto3)
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
// @ts-nocheck
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.OrganizationService = void 0;
|
|
8
|
-
const organizations_pb_js_1 = require("./organizations_pb.js");
|
|
9
|
-
const protobuf_1 = require("@bufbuild/protobuf");
|
|
10
|
-
/**
|
|
11
|
-
* @generated from service scalekit.v1.organizations.OrganizationService
|
|
12
|
-
*/
|
|
13
|
-
exports.OrganizationService = {
|
|
14
|
-
typeName: "scalekit.v1.organizations.OrganizationService",
|
|
15
|
-
methods: {
|
|
16
|
-
/**
|
|
17
|
-
* Create Organization
|
|
18
|
-
*
|
|
19
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.CreateOrganization
|
|
20
|
-
*/
|
|
21
|
-
createOrganization: {
|
|
22
|
-
name: "CreateOrganization",
|
|
23
|
-
I: organizations_pb_js_1.CreateOrganizationRequest,
|
|
24
|
-
O: organizations_pb_js_1.CreateOrganizationResponse,
|
|
25
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
26
|
-
},
|
|
27
|
-
/**
|
|
28
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganization
|
|
29
|
-
*/
|
|
30
|
-
updateOrganization: {
|
|
31
|
-
name: "UpdateOrganization",
|
|
32
|
-
I: organizations_pb_js_1.UpdateOrganizationRequest,
|
|
33
|
-
O: organizations_pb_js_1.UpdateOrganizationResponse,
|
|
34
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
35
|
-
},
|
|
36
|
-
/**
|
|
37
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganization
|
|
38
|
-
*/
|
|
39
|
-
getOrganization: {
|
|
40
|
-
name: "GetOrganization",
|
|
41
|
-
I: organizations_pb_js_1.GetOrganizationRequest,
|
|
42
|
-
O: organizations_pb_js_1.GetOrganizationResponse,
|
|
43
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
44
|
-
},
|
|
45
|
-
/**
|
|
46
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.ListOrganization
|
|
47
|
-
*/
|
|
48
|
-
listOrganization: {
|
|
49
|
-
name: "ListOrganization",
|
|
50
|
-
I: organizations_pb_js_1.ListOrganizationsRequest,
|
|
51
|
-
O: organizations_pb_js_1.ListOrganizationsResponse,
|
|
52
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
53
|
-
},
|
|
54
|
-
/**
|
|
55
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.SearchOrganization
|
|
56
|
-
*/
|
|
57
|
-
searchOrganization: {
|
|
58
|
-
name: "SearchOrganization",
|
|
59
|
-
I: organizations_pb_js_1.SearchOrganizationsRequest,
|
|
60
|
-
O: organizations_pb_js_1.SearchOrganizationsResponse,
|
|
61
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
62
|
-
},
|
|
63
|
-
/**
|
|
64
|
-
* Delete an Organization
|
|
65
|
-
*
|
|
66
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.DeleteOrganization
|
|
67
|
-
*/
|
|
68
|
-
deleteOrganization: {
|
|
69
|
-
name: "DeleteOrganization",
|
|
70
|
-
I: organizations_pb_js_1.DeleteOrganizationRequest,
|
|
71
|
-
O: protobuf_1.Empty,
|
|
72
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
73
|
-
},
|
|
74
|
-
/**
|
|
75
|
-
* Generate Portal Link for Org
|
|
76
|
-
*
|
|
77
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GeneratePortalLink
|
|
78
|
-
*/
|
|
79
|
-
generatePortalLink: {
|
|
80
|
-
name: "GeneratePortalLink",
|
|
81
|
-
I: organizations_pb_js_1.GeneratePortalLinkRequest,
|
|
82
|
-
O: organizations_pb_js_1.GeneratePortalLinkResponse,
|
|
83
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
84
|
-
},
|
|
85
|
-
/**
|
|
86
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.DeletePortalLink
|
|
87
|
-
*/
|
|
88
|
-
deletePortalLink: {
|
|
89
|
-
name: "DeletePortalLink",
|
|
90
|
-
I: organizations_pb_js_1.DeletePortalLinkRequest,
|
|
91
|
-
O: protobuf_1.Empty,
|
|
92
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
93
|
-
},
|
|
94
|
-
/**
|
|
95
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.DeletePortalLinkByID
|
|
96
|
-
*/
|
|
97
|
-
deletePortalLinkByID: {
|
|
98
|
-
name: "DeletePortalLinkByID",
|
|
99
|
-
I: organizations_pb_js_1.DeletePortalLinkByIdRequest,
|
|
100
|
-
O: protobuf_1.Empty,
|
|
101
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
102
|
-
},
|
|
103
|
-
/**
|
|
104
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GetPortalLinks
|
|
105
|
-
*/
|
|
106
|
-
getPortalLinks: {
|
|
107
|
-
name: "GetPortalLinks",
|
|
108
|
-
I: organizations_pb_js_1.GetPortalLinkRequest,
|
|
109
|
-
O: organizations_pb_js_1.GetPortalLinksResponse,
|
|
110
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
111
|
-
},
|
|
112
|
-
/**
|
|
113
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganizationSettings
|
|
114
|
-
*/
|
|
115
|
-
updateOrganizationSettings: {
|
|
116
|
-
name: "UpdateOrganizationSettings",
|
|
117
|
-
I: organizations_pb_js_1.UpdateOrganizationSettingsRequest,
|
|
118
|
-
O: organizations_pb_js_1.GetOrganizationResponse,
|
|
119
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
120
|
-
},
|
|
121
|
-
/**
|
|
122
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.CreateOrganizationSessionSettings
|
|
123
|
-
*/
|
|
124
|
-
createOrganizationSessionSettings: {
|
|
125
|
-
name: "CreateOrganizationSessionSettings",
|
|
126
|
-
I: organizations_pb_js_1.CreateOrganizationSessionSettingsRequest,
|
|
127
|
-
O: organizations_pb_js_1.CreateOrganizationSessionSettingsResponse,
|
|
128
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
129
|
-
},
|
|
130
|
-
/**
|
|
131
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganizationSessionSettings
|
|
132
|
-
*/
|
|
133
|
-
getOrganizationSessionSettings: {
|
|
134
|
-
name: "GetOrganizationSessionSettings",
|
|
135
|
-
I: organizations_pb_js_1.GetOrganizationSessionSettingsRequest,
|
|
136
|
-
O: organizations_pb_js_1.GetOrganizationSessionSettingsResponse,
|
|
137
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
138
|
-
},
|
|
139
|
-
/**
|
|
140
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.UpdateOrganizationSessionSettings
|
|
141
|
-
*/
|
|
142
|
-
updateOrganizationSessionSettings: {
|
|
143
|
-
name: "UpdateOrganizationSessionSettings",
|
|
144
|
-
I: organizations_pb_js_1.UpdateOrganizationSessionSettingsRequest,
|
|
145
|
-
O: organizations_pb_js_1.UpdateOrganizationSessionSettingsResponse,
|
|
146
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
147
|
-
},
|
|
148
|
-
/**
|
|
149
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.DeleteOrganizationSessionSettings
|
|
150
|
-
*/
|
|
151
|
-
deleteOrganizationSessionSettings: {
|
|
152
|
-
name: "DeleteOrganizationSessionSettings",
|
|
153
|
-
I: organizations_pb_js_1.DeleteOrganizationSessionSettingsRequest,
|
|
154
|
-
O: protobuf_1.Empty,
|
|
155
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
156
|
-
},
|
|
157
|
-
/**
|
|
158
|
-
* Update user management setting for an organization
|
|
159
|
-
*
|
|
160
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.UpsertUserManagementSettings
|
|
161
|
-
*/
|
|
162
|
-
upsertUserManagementSettings: {
|
|
163
|
-
name: "UpsertUserManagementSettings",
|
|
164
|
-
I: organizations_pb_js_1.UpsertUserManagementSettingsRequest,
|
|
165
|
-
O: organizations_pb_js_1.UpsertUserManagementSettingsResponse,
|
|
166
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
167
|
-
},
|
|
168
|
-
/**
|
|
169
|
-
* @generated from rpc scalekit.v1.organizations.OrganizationService.GetOrganizationUserManagementSetting
|
|
170
|
-
*/
|
|
171
|
-
getOrganizationUserManagementSetting: {
|
|
172
|
-
name: "GetOrganizationUserManagementSetting",
|
|
173
|
-
I: organizations_pb_js_1.GetOrganizationUserManagementSettingsRequest,
|
|
174
|
-
O: organizations_pb_js_1.GetOrganizationUserManagementSettingsResponse,
|
|
175
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
176
|
-
},
|
|
177
|
-
}
|
|
178
|
-
};
|
|
179
|
-
//# sourceMappingURL=organizations_connect.js.map
|