@milaboratories/pl-client 2.7.14 → 2.8.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/dist/core/client.d.ts +4 -1
- package/dist/core/client.d.ts.map +1 -1
- package/dist/core/ll_client.d.ts +12 -2
- package/dist/core/ll_client.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4341 -4316
- package/dist/index.mjs.map +1 -1
- package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts +15 -15
- package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts +4 -4
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +59 -59
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +72 -72
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts +152 -152
- package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +156 -156
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +790 -773
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +163 -163
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +22 -22
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +32 -32
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +78 -78
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +1 -1
- package/dist/proto/google/protobuf/any.d.ts +52 -52
- package/dist/proto/google/protobuf/any.d.ts.map +1 -1
- package/dist/proto/google/protobuf/duration.d.ts +19 -19
- package/dist/proto/google/protobuf/duration.d.ts.map +1 -1
- package/dist/proto/google/protobuf/empty.d.ts.map +1 -1
- package/dist/proto/google/protobuf/struct.d.ts +56 -56
- package/dist/proto/google/protobuf/struct.d.ts.map +1 -1
- package/dist/proto/google/protobuf/timestamp.d.ts +25 -25
- package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/proto/google/protobuf/wrappers.d.ts +72 -72
- package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/core/client.ts +31 -35
- package/src/core/ll_client.ts +48 -23
- package/src/proto/github.com/googleapis/googleapis/google/rpc/status.ts +72 -75
- package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.ts +21 -22
- package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.ts +276 -291
- package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.ts +54 -59
- package/src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.ts +470 -491
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +238 -263
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.ts +11058 -11752
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.ts +1115 -1156
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.ts +126 -132
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/import.ts +201 -204
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.ts +541 -560
- package/src/proto/google/protobuf/any.ts +140 -150
- package/src/proto/google/protobuf/duration.ts +103 -108
- package/src/proto/google/protobuf/empty.ts +39 -42
- package/src/proto/google/protobuf/struct.ts +323 -337
- package/src/proto/google/protobuf/timestamp.ts +124 -132
- package/src/proto/google/protobuf/wrappers.ts +492 -537
|
@@ -1,431 +1,406 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none
|
|
2
2
|
// @generated from protobuf file "github.com/milaboratory/pl/plapi/plapiproto/api.proto" (package "MiLaboratories.PL.API", syntax proto3)
|
|
3
3
|
// tslint:disable
|
|
4
|
-
import type { RpcTransport } from
|
|
5
|
-
import type { ServiceInfo } from
|
|
6
|
-
import { Platform } from
|
|
7
|
-
import type { MaintenanceAPI_Ping_Response } from
|
|
8
|
-
import type { MaintenanceAPI_Ping_Request } from
|
|
9
|
-
import type { MiscAPI_ListResourceTypes_Response } from
|
|
10
|
-
import type { MiscAPI_ListResourceTypes_Request } from
|
|
11
|
-
import type { AuthAPI_GetJWTToken_Response } from
|
|
12
|
-
import type { AuthAPI_GetJWTToken_Request } from
|
|
13
|
-
import type { AuthAPI_ListMethods_Response } from
|
|
14
|
-
import type { AuthAPI_ListMethods_Request } from
|
|
15
|
-
import type { LocksAPI_Lease_Release_Response } from
|
|
16
|
-
import type { LocksAPI_Lease_Release_Request } from
|
|
17
|
-
import type { LocksAPI_Lease_Update_Response } from
|
|
18
|
-
import type { LocksAPI_Lease_Update_Request } from
|
|
19
|
-
import type { LocksAPI_Lease_Create_Response } from
|
|
20
|
-
import type { LocksAPI_Lease_Create_Request } from
|
|
21
|
-
import type { ControllerAPI_ClearFeatures_Response } from
|
|
22
|
-
import type { ControllerAPI_ClearFeatures_Request } from
|
|
23
|
-
import type { ControllerAPI_SetFeatures_Response } from
|
|
24
|
-
import type { ControllerAPI_SetFeatures_Request } from
|
|
25
|
-
import type { ControllerAPI_GetUrl_Response } from
|
|
26
|
-
import type { ControllerAPI_GetUrl_Request } from
|
|
27
|
-
import type { ControllerAPI_RemoveAliasesAndUrls_Response } from
|
|
28
|
-
import type { ControllerAPI_RemoveAliasesAndUrls_Request } from
|
|
29
|
-
import type { ControllerAPI_WriteAliasesAndUrls_Response } from
|
|
30
|
-
import type { ControllerAPI_WriteAliasesAndUrls_Request } from
|
|
31
|
-
import type { ControllerAPI_GetNotifications_Response } from
|
|
32
|
-
import type { ControllerAPI_GetNotifications_Request } from
|
|
33
|
-
import type { ControllerAPI_AttachSubscription_Response } from
|
|
34
|
-
import type { ControllerAPI_AttachSubscription_Request } from
|
|
35
|
-
import type { ControllerAPI_Update_Response } from
|
|
36
|
-
import type { ControllerAPI_Update_Request } from
|
|
37
|
-
import type { ControllerAPI_Get_Response } from
|
|
38
|
-
import type { ControllerAPI_Get_Request } from
|
|
39
|
-
import type { ControllerAPI_Exists_Response } from
|
|
40
|
-
import type { ControllerAPI_Exists_Request } from
|
|
41
|
-
import type { ControllerAPI_Create_Response } from
|
|
42
|
-
import type { ControllerAPI_Create_Request } from
|
|
43
|
-
import type { ControllerAPI_Deregister_Response } from
|
|
44
|
-
import type { ControllerAPI_Deregister_Request } from
|
|
45
|
-
import type { ControllerAPI_Register_Response } from
|
|
46
|
-
import type { ControllerAPI_Register_Request } from
|
|
47
|
-
import type { NotificationAPI_Get_Response } from
|
|
48
|
-
import type { NotificationAPI_Get_Request } from
|
|
49
|
-
import type { SubscriptionAPI_DetachFilter_Response } from
|
|
50
|
-
import type { SubscriptionAPI_DetachFilter_Request } from
|
|
51
|
-
import type { SubscriptionAPI_AttachFilter_Response } from
|
|
52
|
-
import type { SubscriptionAPI_AttachFilter_Request } from
|
|
53
|
-
import type { TxAPI_Sync_Response } from
|
|
54
|
-
import type { TxAPI_Sync_Request } from
|
|
55
|
-
import type { UnaryCall } from
|
|
56
|
-
import { stackIntercept } from
|
|
57
|
-
import type { TxAPI_ServerMessage } from
|
|
58
|
-
import type { TxAPI_ClientMessage } from
|
|
59
|
-
import type { DuplexStreamingCall } from
|
|
60
|
-
import type { RpcOptions } from
|
|
4
|
+
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
|
5
|
+
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
|
|
6
|
+
import { Platform } from "./api";
|
|
7
|
+
import type { MaintenanceAPI_Ping_Response } from "./api";
|
|
8
|
+
import type { MaintenanceAPI_Ping_Request } from "./api";
|
|
9
|
+
import type { MiscAPI_ListResourceTypes_Response } from "./api";
|
|
10
|
+
import type { MiscAPI_ListResourceTypes_Request } from "./api";
|
|
11
|
+
import type { AuthAPI_GetJWTToken_Response } from "./api";
|
|
12
|
+
import type { AuthAPI_GetJWTToken_Request } from "./api";
|
|
13
|
+
import type { AuthAPI_ListMethods_Response } from "./api";
|
|
14
|
+
import type { AuthAPI_ListMethods_Request } from "./api";
|
|
15
|
+
import type { LocksAPI_Lease_Release_Response } from "./api";
|
|
16
|
+
import type { LocksAPI_Lease_Release_Request } from "./api";
|
|
17
|
+
import type { LocksAPI_Lease_Update_Response } from "./api";
|
|
18
|
+
import type { LocksAPI_Lease_Update_Request } from "./api";
|
|
19
|
+
import type { LocksAPI_Lease_Create_Response } from "./api";
|
|
20
|
+
import type { LocksAPI_Lease_Create_Request } from "./api";
|
|
21
|
+
import type { ControllerAPI_ClearFeatures_Response } from "./api";
|
|
22
|
+
import type { ControllerAPI_ClearFeatures_Request } from "./api";
|
|
23
|
+
import type { ControllerAPI_SetFeatures_Response } from "./api";
|
|
24
|
+
import type { ControllerAPI_SetFeatures_Request } from "./api";
|
|
25
|
+
import type { ControllerAPI_GetUrl_Response } from "./api";
|
|
26
|
+
import type { ControllerAPI_GetUrl_Request } from "./api";
|
|
27
|
+
import type { ControllerAPI_RemoveAliasesAndUrls_Response } from "./api";
|
|
28
|
+
import type { ControllerAPI_RemoveAliasesAndUrls_Request } from "./api";
|
|
29
|
+
import type { ControllerAPI_WriteAliasesAndUrls_Response } from "./api";
|
|
30
|
+
import type { ControllerAPI_WriteAliasesAndUrls_Request } from "./api";
|
|
31
|
+
import type { ControllerAPI_GetNotifications_Response } from "./api";
|
|
32
|
+
import type { ControllerAPI_GetNotifications_Request } from "./api";
|
|
33
|
+
import type { ControllerAPI_AttachSubscription_Response } from "./api";
|
|
34
|
+
import type { ControllerAPI_AttachSubscription_Request } from "./api";
|
|
35
|
+
import type { ControllerAPI_Update_Response } from "./api";
|
|
36
|
+
import type { ControllerAPI_Update_Request } from "./api";
|
|
37
|
+
import type { ControllerAPI_Get_Response } from "./api";
|
|
38
|
+
import type { ControllerAPI_Get_Request } from "./api";
|
|
39
|
+
import type { ControllerAPI_Exists_Response } from "./api";
|
|
40
|
+
import type { ControllerAPI_Exists_Request } from "./api";
|
|
41
|
+
import type { ControllerAPI_Create_Response } from "./api";
|
|
42
|
+
import type { ControllerAPI_Create_Request } from "./api";
|
|
43
|
+
import type { ControllerAPI_Deregister_Response } from "./api";
|
|
44
|
+
import type { ControllerAPI_Deregister_Request } from "./api";
|
|
45
|
+
import type { ControllerAPI_Register_Response } from "./api";
|
|
46
|
+
import type { ControllerAPI_Register_Request } from "./api";
|
|
47
|
+
import type { NotificationAPI_Get_Response } from "./api";
|
|
48
|
+
import type { NotificationAPI_Get_Request } from "./api";
|
|
49
|
+
import type { SubscriptionAPI_DetachFilter_Response } from "./api";
|
|
50
|
+
import type { SubscriptionAPI_DetachFilter_Request } from "./api";
|
|
51
|
+
import type { SubscriptionAPI_AttachFilter_Response } from "./api";
|
|
52
|
+
import type { SubscriptionAPI_AttachFilter_Request } from "./api";
|
|
53
|
+
import type { TxAPI_Sync_Response } from "./api";
|
|
54
|
+
import type { TxAPI_Sync_Request } from "./api";
|
|
55
|
+
import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
56
|
+
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
|
|
57
|
+
import type { TxAPI_ServerMessage } from "./api";
|
|
58
|
+
import type { TxAPI_ClientMessage } from "./api";
|
|
59
|
+
import type { DuplexStreamingCall } from "@protobuf-ts/runtime-rpc";
|
|
60
|
+
import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
|
61
61
|
/**
|
|
62
62
|
* @generated from protobuf service MiLaboratories.PL.API.Platform
|
|
63
63
|
*/
|
|
64
64
|
export interface IPlatformClient {
|
|
65
|
-
|
|
65
|
+
/**
|
|
66
66
|
*
|
|
67
67
|
* Transactions
|
|
68
68
|
*
|
|
69
69
|
*
|
|
70
70
|
* @generated from protobuf rpc: Tx(stream MiLaboratories.PL.API.TxAPI.ClientMessage) returns (stream MiLaboratories.PL.API.TxAPI.ServerMessage);
|
|
71
71
|
*/
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
tx(options?: RpcOptions): DuplexStreamingCall<TxAPI_ClientMessage, TxAPI_ServerMessage>;
|
|
73
|
+
/**
|
|
74
74
|
* @generated from protobuf rpc: TxSync(MiLaboratories.PL.API.TxAPI.Sync.Request) returns (MiLaboratories.PL.API.TxAPI.Sync.Response);
|
|
75
75
|
*/
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
txSync(input: TxAPI_Sync_Request, options?: RpcOptions): UnaryCall<TxAPI_Sync_Request, TxAPI_Sync_Response>;
|
|
77
|
+
/**
|
|
78
78
|
*
|
|
79
79
|
* Subscriptions
|
|
80
80
|
*
|
|
81
81
|
*
|
|
82
82
|
* @generated from protobuf rpc: SubscriptionAttachFilter(MiLaboratories.PL.API.SubscriptionAPI.AttachFilter.Request) returns (MiLaboratories.PL.API.SubscriptionAPI.AttachFilter.Response);
|
|
83
83
|
*/
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
subscriptionAttachFilter(input: SubscriptionAPI_AttachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response>;
|
|
85
|
+
/**
|
|
86
86
|
* @generated from protobuf rpc: SubscriptionDetachFilter(MiLaboratories.PL.API.SubscriptionAPI.DetachFilter.Request) returns (MiLaboratories.PL.API.SubscriptionAPI.DetachFilter.Response);
|
|
87
87
|
*/
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
subscriptionDetachFilter(input: SubscriptionAPI_DetachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response>;
|
|
89
|
+
/**
|
|
90
90
|
* @generated from protobuf rpc: NotificationsGet(MiLaboratories.PL.API.NotificationAPI.Get.Request) returns (MiLaboratories.PL.API.NotificationAPI.Get.Response);
|
|
91
91
|
*/
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
notificationsGet(input: NotificationAPI_Get_Request, options?: RpcOptions): UnaryCall<NotificationAPI_Get_Request, NotificationAPI_Get_Response>;
|
|
93
|
+
/**
|
|
94
94
|
*
|
|
95
95
|
* Controllers
|
|
96
96
|
*
|
|
97
97
|
*
|
|
98
98
|
* @generated from protobuf rpc: ControllerRegister(MiLaboratories.PL.API.ControllerAPI.Register.Request) returns (MiLaboratories.PL.API.ControllerAPI.Register.Response);
|
|
99
99
|
*/
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
controllerRegister(input: ControllerAPI_Register_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Register_Request, ControllerAPI_Register_Response>;
|
|
101
|
+
/**
|
|
102
102
|
* @generated from protobuf rpc: ControllerDeregister(MiLaboratories.PL.API.ControllerAPI.Deregister.Request) returns (MiLaboratories.PL.API.ControllerAPI.Deregister.Response);
|
|
103
103
|
*/
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
controllerDeregister(input: ControllerAPI_Deregister_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response>;
|
|
105
|
+
/**
|
|
106
106
|
* @generated from protobuf rpc: ControllerCreate(MiLaboratories.PL.API.ControllerAPI.Create.Request) returns (MiLaboratories.PL.API.ControllerAPI.Create.Response);
|
|
107
107
|
*/
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
controllerCreate(input: ControllerAPI_Create_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Create_Request, ControllerAPI_Create_Response>;
|
|
109
|
+
/**
|
|
110
110
|
* @generated from protobuf rpc: ControllerExists(MiLaboratories.PL.API.ControllerAPI.Exists.Request) returns (MiLaboratories.PL.API.ControllerAPI.Exists.Response);
|
|
111
111
|
*/
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
controllerExists(input: ControllerAPI_Exists_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response>;
|
|
113
|
+
/**
|
|
114
114
|
* @generated from protobuf rpc: ControllerGet(MiLaboratories.PL.API.ControllerAPI.Get.Request) returns (MiLaboratories.PL.API.ControllerAPI.Get.Response);
|
|
115
115
|
*/
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
controllerGet(input: ControllerAPI_Get_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Get_Request, ControllerAPI_Get_Response>;
|
|
117
|
+
/**
|
|
118
118
|
* @generated from protobuf rpc: ControllerUpdate(MiLaboratories.PL.API.ControllerAPI.Update.Request) returns (MiLaboratories.PL.API.ControllerAPI.Update.Response);
|
|
119
119
|
*/
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
controllerUpdate(input: ControllerAPI_Update_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Update_Request, ControllerAPI_Update_Response>;
|
|
121
|
+
/**
|
|
122
122
|
* @generated from protobuf rpc: ControllerAttachSubscription(MiLaboratories.PL.API.ControllerAPI.AttachSubscription.Request) returns (MiLaboratories.PL.API.ControllerAPI.AttachSubscription.Response);
|
|
123
123
|
*/
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
controllerAttachSubscription(input: ControllerAPI_AttachSubscription_Request, options?: RpcOptions): UnaryCall<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response>;
|
|
125
|
+
/**
|
|
126
126
|
* @generated from protobuf rpc: GetControllerNotifications(MiLaboratories.PL.API.ControllerAPI.GetNotifications.Request) returns (MiLaboratories.PL.API.ControllerAPI.GetNotifications.Response);
|
|
127
127
|
*/
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
getControllerNotifications(input: ControllerAPI_GetNotifications_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response>;
|
|
129
|
+
/**
|
|
130
130
|
* @generated from protobuf rpc: WriteControllerAliasesAndUrls(MiLaboratories.PL.API.ControllerAPI.WriteAliasesAndUrls.Request) returns (MiLaboratories.PL.API.ControllerAPI.WriteAliasesAndUrls.Response);
|
|
131
131
|
*/
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
writeControllerAliasesAndUrls(input: ControllerAPI_WriteAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response>;
|
|
133
|
+
/**
|
|
134
134
|
* @generated from protobuf rpc: RemoveControllerAliasesAndUrls(MiLaboratories.PL.API.ControllerAPI.RemoveAliasesAndUrls.Request) returns (MiLaboratories.PL.API.ControllerAPI.RemoveAliasesAndUrls.Response);
|
|
135
135
|
*/
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
removeControllerAliasesAndUrls(input: ControllerAPI_RemoveAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response>;
|
|
137
|
+
/**
|
|
138
138
|
* @generated from protobuf rpc: GetControllerUrl(MiLaboratories.PL.API.ControllerAPI.GetUrl.Request) returns (MiLaboratories.PL.API.ControllerAPI.GetUrl.Response);
|
|
139
139
|
*/
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
getControllerUrl(input: ControllerAPI_GetUrl_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response>;
|
|
141
|
+
/**
|
|
142
142
|
* @generated from protobuf rpc: ControllerSetFeatures(MiLaboratories.PL.API.ControllerAPI.SetFeatures.Request) returns (MiLaboratories.PL.API.ControllerAPI.SetFeatures.Response);
|
|
143
143
|
*/
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
controllerSetFeatures(input: ControllerAPI_SetFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response>;
|
|
145
|
+
/**
|
|
146
146
|
* @generated from protobuf rpc: ControllerClearFeatures(MiLaboratories.PL.API.ControllerAPI.ClearFeatures.Request) returns (MiLaboratories.PL.API.ControllerAPI.ClearFeatures.Response);
|
|
147
147
|
*/
|
|
148
|
-
|
|
149
|
-
|
|
148
|
+
controllerClearFeatures(input: ControllerAPI_ClearFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response>;
|
|
149
|
+
/**
|
|
150
150
|
*
|
|
151
151
|
* Locks
|
|
152
152
|
*
|
|
153
153
|
*
|
|
154
154
|
* @generated from protobuf rpc: LeaseResource(MiLaboratories.PL.API.LocksAPI.Lease.Create.Request) returns (MiLaboratories.PL.API.LocksAPI.Lease.Create.Response);
|
|
155
155
|
*/
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
leaseResource(input: LocksAPI_Lease_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response>;
|
|
157
|
+
/**
|
|
158
158
|
* @generated from protobuf rpc: UpdateLease(MiLaboratories.PL.API.LocksAPI.Lease.Update.Request) returns (MiLaboratories.PL.API.LocksAPI.Lease.Update.Response);
|
|
159
159
|
*/
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
updateLease(input: LocksAPI_Lease_Update_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response>;
|
|
161
|
+
/**
|
|
162
162
|
* @generated from protobuf rpc: ReleaseLease(MiLaboratories.PL.API.LocksAPI.Lease.Release.Request) returns (MiLaboratories.PL.API.LocksAPI.Lease.Release.Response);
|
|
163
163
|
*/
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
releaseLease(input: LocksAPI_Lease_Release_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response>;
|
|
165
|
+
/**
|
|
166
166
|
*
|
|
167
167
|
* Authentication
|
|
168
168
|
*
|
|
169
169
|
*
|
|
170
170
|
* @generated from protobuf rpc: AuthMethods(MiLaboratories.PL.API.AuthAPI.ListMethods.Request) returns (MiLaboratories.PL.API.AuthAPI.ListMethods.Response);
|
|
171
171
|
*/
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
authMethods(input: AuthAPI_ListMethods_Request, options?: RpcOptions): UnaryCall<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response>;
|
|
173
|
+
/**
|
|
174
174
|
* @generated from protobuf rpc: GetJWTToken(MiLaboratories.PL.API.AuthAPI.GetJWTToken.Request) returns (MiLaboratories.PL.API.AuthAPI.GetJWTToken.Response);
|
|
175
175
|
*/
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
getJWTToken(input: AuthAPI_GetJWTToken_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response>;
|
|
177
|
+
/**
|
|
178
178
|
*
|
|
179
179
|
* Other stuff
|
|
180
180
|
*
|
|
181
181
|
*
|
|
182
182
|
* @generated from protobuf rpc: ListResourceTypes(MiLaboratories.PL.API.MiscAPI.ListResourceTypes.Request) returns (MiLaboratories.PL.API.MiscAPI.ListResourceTypes.Response);
|
|
183
183
|
*/
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
listResourceTypes(input: MiscAPI_ListResourceTypes_Request, options?: RpcOptions): UnaryCall<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response>;
|
|
185
|
+
/**
|
|
186
186
|
*
|
|
187
187
|
* Various service requests
|
|
188
188
|
*
|
|
189
189
|
*
|
|
190
190
|
* @generated from protobuf rpc: Ping(MiLaboratories.PL.API.MaintenanceAPI.Ping.Request) returns (MiLaboratories.PL.API.MaintenanceAPI.Ping.Response);
|
|
191
191
|
*/
|
|
192
|
-
|
|
192
|
+
ping(input: MaintenanceAPI_Ping_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response>;
|
|
193
193
|
}
|
|
194
194
|
/**
|
|
195
195
|
* @generated from protobuf service MiLaboratories.PL.API.Platform
|
|
196
196
|
*/
|
|
197
197
|
export class PlatformClient implements IPlatformClient, ServiceInfo {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
/**
|
|
198
|
+
typeName = Platform.typeName;
|
|
199
|
+
methods = Platform.methods;
|
|
200
|
+
options = Platform.options;
|
|
201
|
+
constructor(private readonly _transport: RpcTransport) {
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
205
204
|
*
|
|
206
205
|
* Transactions
|
|
207
206
|
*
|
|
208
207
|
*
|
|
209
208
|
* @generated from protobuf rpc: Tx(stream MiLaboratories.PL.API.TxAPI.ClientMessage) returns (stream MiLaboratories.PL.API.TxAPI.ServerMessage);
|
|
210
209
|
*/
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
/**
|
|
210
|
+
tx(options?: RpcOptions): DuplexStreamingCall<TxAPI_ClientMessage, TxAPI_ServerMessage> {
|
|
211
|
+
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
|
212
|
+
return stackIntercept<TxAPI_ClientMessage, TxAPI_ServerMessage>("duplex", this._transport, method, opt);
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
217
215
|
* @generated from protobuf rpc: TxSync(MiLaboratories.PL.API.TxAPI.Sync.Request) returns (MiLaboratories.PL.API.TxAPI.Sync.Response);
|
|
218
216
|
*/
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
/**
|
|
217
|
+
txSync(input: TxAPI_Sync_Request, options?: RpcOptions): UnaryCall<TxAPI_Sync_Request, TxAPI_Sync_Response> {
|
|
218
|
+
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
|
219
|
+
return stackIntercept<TxAPI_Sync_Request, TxAPI_Sync_Response>("unary", this._transport, method, opt, input);
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
225
222
|
*
|
|
226
223
|
* Subscriptions
|
|
227
224
|
*
|
|
228
225
|
*
|
|
229
226
|
* @generated from protobuf rpc: SubscriptionAttachFilter(MiLaboratories.PL.API.SubscriptionAPI.AttachFilter.Request) returns (MiLaboratories.PL.API.SubscriptionAPI.AttachFilter.Response);
|
|
230
227
|
*/
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
/**
|
|
228
|
+
subscriptionAttachFilter(input: SubscriptionAPI_AttachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response> {
|
|
229
|
+
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
|
230
|
+
return stackIntercept<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response>("unary", this._transport, method, opt, input);
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
237
233
|
* @generated from protobuf rpc: SubscriptionDetachFilter(MiLaboratories.PL.API.SubscriptionAPI.DetachFilter.Request) returns (MiLaboratories.PL.API.SubscriptionAPI.DetachFilter.Response);
|
|
238
234
|
*/
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
/**
|
|
235
|
+
subscriptionDetachFilter(input: SubscriptionAPI_DetachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response> {
|
|
236
|
+
const method = this.methods[3], opt = this._transport.mergeOptions(options);
|
|
237
|
+
return stackIntercept<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response>("unary", this._transport, method, opt, input);
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
245
240
|
* @generated from protobuf rpc: NotificationsGet(MiLaboratories.PL.API.NotificationAPI.Get.Request) returns (MiLaboratories.PL.API.NotificationAPI.Get.Response);
|
|
246
241
|
*/
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
/**
|
|
242
|
+
notificationsGet(input: NotificationAPI_Get_Request, options?: RpcOptions): UnaryCall<NotificationAPI_Get_Request, NotificationAPI_Get_Response> {
|
|
243
|
+
const method = this.methods[4], opt = this._transport.mergeOptions(options);
|
|
244
|
+
return stackIntercept<NotificationAPI_Get_Request, NotificationAPI_Get_Response>("unary", this._transport, method, opt, input);
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
253
247
|
*
|
|
254
248
|
* Controllers
|
|
255
249
|
*
|
|
256
250
|
*
|
|
257
251
|
* @generated from protobuf rpc: ControllerRegister(MiLaboratories.PL.API.ControllerAPI.Register.Request) returns (MiLaboratories.PL.API.ControllerAPI.Register.Response);
|
|
258
252
|
*/
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
/**
|
|
253
|
+
controllerRegister(input: ControllerAPI_Register_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Register_Request, ControllerAPI_Register_Response> {
|
|
254
|
+
const method = this.methods[5], opt = this._transport.mergeOptions(options);
|
|
255
|
+
return stackIntercept<ControllerAPI_Register_Request, ControllerAPI_Register_Response>("unary", this._transport, method, opt, input);
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
265
258
|
* @generated from protobuf rpc: ControllerDeregister(MiLaboratories.PL.API.ControllerAPI.Deregister.Request) returns (MiLaboratories.PL.API.ControllerAPI.Deregister.Response);
|
|
266
259
|
*/
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
/**
|
|
260
|
+
controllerDeregister(input: ControllerAPI_Deregister_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response> {
|
|
261
|
+
const method = this.methods[6], opt = this._transport.mergeOptions(options);
|
|
262
|
+
return stackIntercept<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response>("unary", this._transport, method, opt, input);
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
273
265
|
* @generated from protobuf rpc: ControllerCreate(MiLaboratories.PL.API.ControllerAPI.Create.Request) returns (MiLaboratories.PL.API.ControllerAPI.Create.Response);
|
|
274
266
|
*/
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
/**
|
|
267
|
+
controllerCreate(input: ControllerAPI_Create_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Create_Request, ControllerAPI_Create_Response> {
|
|
268
|
+
const method = this.methods[7], opt = this._transport.mergeOptions(options);
|
|
269
|
+
return stackIntercept<ControllerAPI_Create_Request, ControllerAPI_Create_Response>("unary", this._transport, method, opt, input);
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
281
272
|
* @generated from protobuf rpc: ControllerExists(MiLaboratories.PL.API.ControllerAPI.Exists.Request) returns (MiLaboratories.PL.API.ControllerAPI.Exists.Response);
|
|
282
273
|
*/
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
/**
|
|
274
|
+
controllerExists(input: ControllerAPI_Exists_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response> {
|
|
275
|
+
const method = this.methods[8], opt = this._transport.mergeOptions(options);
|
|
276
|
+
return stackIntercept<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response>("unary", this._transport, method, opt, input);
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
289
279
|
* @generated from protobuf rpc: ControllerGet(MiLaboratories.PL.API.ControllerAPI.Get.Request) returns (MiLaboratories.PL.API.ControllerAPI.Get.Response);
|
|
290
280
|
*/
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
/**
|
|
281
|
+
controllerGet(input: ControllerAPI_Get_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Get_Request, ControllerAPI_Get_Response> {
|
|
282
|
+
const method = this.methods[9], opt = this._transport.mergeOptions(options);
|
|
283
|
+
return stackIntercept<ControllerAPI_Get_Request, ControllerAPI_Get_Response>("unary", this._transport, method, opt, input);
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
297
286
|
* @generated from protobuf rpc: ControllerUpdate(MiLaboratories.PL.API.ControllerAPI.Update.Request) returns (MiLaboratories.PL.API.ControllerAPI.Update.Response);
|
|
298
287
|
*/
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
/**
|
|
288
|
+
controllerUpdate(input: ControllerAPI_Update_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Update_Request, ControllerAPI_Update_Response> {
|
|
289
|
+
const method = this.methods[10], opt = this._transport.mergeOptions(options);
|
|
290
|
+
return stackIntercept<ControllerAPI_Update_Request, ControllerAPI_Update_Response>("unary", this._transport, method, opt, input);
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
305
293
|
* @generated from protobuf rpc: ControllerAttachSubscription(MiLaboratories.PL.API.ControllerAPI.AttachSubscription.Request) returns (MiLaboratories.PL.API.ControllerAPI.AttachSubscription.Response);
|
|
306
294
|
*/
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
/**
|
|
295
|
+
controllerAttachSubscription(input: ControllerAPI_AttachSubscription_Request, options?: RpcOptions): UnaryCall<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response> {
|
|
296
|
+
const method = this.methods[11], opt = this._transport.mergeOptions(options);
|
|
297
|
+
return stackIntercept<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response>("unary", this._transport, method, opt, input);
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
313
300
|
* @generated from protobuf rpc: GetControllerNotifications(MiLaboratories.PL.API.ControllerAPI.GetNotifications.Request) returns (MiLaboratories.PL.API.ControllerAPI.GetNotifications.Response);
|
|
314
301
|
*/
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
/**
|
|
302
|
+
getControllerNotifications(input: ControllerAPI_GetNotifications_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response> {
|
|
303
|
+
const method = this.methods[12], opt = this._transport.mergeOptions(options);
|
|
304
|
+
return stackIntercept<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response>("unary", this._transport, method, opt, input);
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
321
307
|
* @generated from protobuf rpc: WriteControllerAliasesAndUrls(MiLaboratories.PL.API.ControllerAPI.WriteAliasesAndUrls.Request) returns (MiLaboratories.PL.API.ControllerAPI.WriteAliasesAndUrls.Response);
|
|
322
308
|
*/
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
/**
|
|
309
|
+
writeControllerAliasesAndUrls(input: ControllerAPI_WriteAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response> {
|
|
310
|
+
const method = this.methods[13], opt = this._transport.mergeOptions(options);
|
|
311
|
+
return stackIntercept<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response>("unary", this._transport, method, opt, input);
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
329
314
|
* @generated from protobuf rpc: RemoveControllerAliasesAndUrls(MiLaboratories.PL.API.ControllerAPI.RemoveAliasesAndUrls.Request) returns (MiLaboratories.PL.API.ControllerAPI.RemoveAliasesAndUrls.Response);
|
|
330
315
|
*/
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
/**
|
|
316
|
+
removeControllerAliasesAndUrls(input: ControllerAPI_RemoveAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response> {
|
|
317
|
+
const method = this.methods[14], opt = this._transport.mergeOptions(options);
|
|
318
|
+
return stackIntercept<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response>("unary", this._transport, method, opt, input);
|
|
319
|
+
}
|
|
320
|
+
/**
|
|
337
321
|
* @generated from protobuf rpc: GetControllerUrl(MiLaboratories.PL.API.ControllerAPI.GetUrl.Request) returns (MiLaboratories.PL.API.ControllerAPI.GetUrl.Response);
|
|
338
322
|
*/
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
/**
|
|
323
|
+
getControllerUrl(input: ControllerAPI_GetUrl_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response> {
|
|
324
|
+
const method = this.methods[15], opt = this._transport.mergeOptions(options);
|
|
325
|
+
return stackIntercept<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response>("unary", this._transport, method, opt, input);
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
345
328
|
* @generated from protobuf rpc: ControllerSetFeatures(MiLaboratories.PL.API.ControllerAPI.SetFeatures.Request) returns (MiLaboratories.PL.API.ControllerAPI.SetFeatures.Response);
|
|
346
329
|
*/
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
/**
|
|
330
|
+
controllerSetFeatures(input: ControllerAPI_SetFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response> {
|
|
331
|
+
const method = this.methods[16], opt = this._transport.mergeOptions(options);
|
|
332
|
+
return stackIntercept<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response>("unary", this._transport, method, opt, input);
|
|
333
|
+
}
|
|
334
|
+
/**
|
|
353
335
|
* @generated from protobuf rpc: ControllerClearFeatures(MiLaboratories.PL.API.ControllerAPI.ClearFeatures.Request) returns (MiLaboratories.PL.API.ControllerAPI.ClearFeatures.Response);
|
|
354
336
|
*/
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
/**
|
|
337
|
+
controllerClearFeatures(input: ControllerAPI_ClearFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response> {
|
|
338
|
+
const method = this.methods[17], opt = this._transport.mergeOptions(options);
|
|
339
|
+
return stackIntercept<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response>("unary", this._transport, method, opt, input);
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
361
342
|
*
|
|
362
343
|
* Locks
|
|
363
344
|
*
|
|
364
345
|
*
|
|
365
346
|
* @generated from protobuf rpc: LeaseResource(MiLaboratories.PL.API.LocksAPI.Lease.Create.Request) returns (MiLaboratories.PL.API.LocksAPI.Lease.Create.Response);
|
|
366
347
|
*/
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
/**
|
|
348
|
+
leaseResource(input: LocksAPI_Lease_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response> {
|
|
349
|
+
const method = this.methods[18], opt = this._transport.mergeOptions(options);
|
|
350
|
+
return stackIntercept<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response>("unary", this._transport, method, opt, input);
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
373
353
|
* @generated from protobuf rpc: UpdateLease(MiLaboratories.PL.API.LocksAPI.Lease.Update.Request) returns (MiLaboratories.PL.API.LocksAPI.Lease.Update.Response);
|
|
374
354
|
*/
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
/**
|
|
355
|
+
updateLease(input: LocksAPI_Lease_Update_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response> {
|
|
356
|
+
const method = this.methods[19], opt = this._transport.mergeOptions(options);
|
|
357
|
+
return stackIntercept<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response>("unary", this._transport, method, opt, input);
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
381
360
|
* @generated from protobuf rpc: ReleaseLease(MiLaboratories.PL.API.LocksAPI.Lease.Release.Request) returns (MiLaboratories.PL.API.LocksAPI.Lease.Release.Response);
|
|
382
361
|
*/
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
/**
|
|
362
|
+
releaseLease(input: LocksAPI_Lease_Release_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response> {
|
|
363
|
+
const method = this.methods[20], opt = this._transport.mergeOptions(options);
|
|
364
|
+
return stackIntercept<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response>("unary", this._transport, method, opt, input);
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
389
367
|
*
|
|
390
368
|
* Authentication
|
|
391
369
|
*
|
|
392
370
|
*
|
|
393
371
|
* @generated from protobuf rpc: AuthMethods(MiLaboratories.PL.API.AuthAPI.ListMethods.Request) returns (MiLaboratories.PL.API.AuthAPI.ListMethods.Response);
|
|
394
372
|
*/
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
/**
|
|
373
|
+
authMethods(input: AuthAPI_ListMethods_Request, options?: RpcOptions): UnaryCall<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response> {
|
|
374
|
+
const method = this.methods[21], opt = this._transport.mergeOptions(options);
|
|
375
|
+
return stackIntercept<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response>("unary", this._transport, method, opt, input);
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
401
378
|
* @generated from protobuf rpc: GetJWTToken(MiLaboratories.PL.API.AuthAPI.GetJWTToken.Request) returns (MiLaboratories.PL.API.AuthAPI.GetJWTToken.Response);
|
|
402
379
|
*/
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
/**
|
|
380
|
+
getJWTToken(input: AuthAPI_GetJWTToken_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response> {
|
|
381
|
+
const method = this.methods[22], opt = this._transport.mergeOptions(options);
|
|
382
|
+
return stackIntercept<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response>("unary", this._transport, method, opt, input);
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
409
385
|
*
|
|
410
386
|
* Other stuff
|
|
411
387
|
*
|
|
412
388
|
*
|
|
413
389
|
* @generated from protobuf rpc: ListResourceTypes(MiLaboratories.PL.API.MiscAPI.ListResourceTypes.Request) returns (MiLaboratories.PL.API.MiscAPI.ListResourceTypes.Response);
|
|
414
390
|
*/
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
/**
|
|
391
|
+
listResourceTypes(input: MiscAPI_ListResourceTypes_Request, options?: RpcOptions): UnaryCall<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response> {
|
|
392
|
+
const method = this.methods[23], opt = this._transport.mergeOptions(options);
|
|
393
|
+
return stackIntercept<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response>("unary", this._transport, method, opt, input);
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
421
396
|
*
|
|
422
397
|
* Various service requests
|
|
423
398
|
*
|
|
424
399
|
*
|
|
425
400
|
* @generated from protobuf rpc: Ping(MiLaboratories.PL.API.MaintenanceAPI.Ping.Request) returns (MiLaboratories.PL.API.MaintenanceAPI.Ping.Response);
|
|
426
401
|
*/
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
402
|
+
ping(input: MaintenanceAPI_Ping_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response> {
|
|
403
|
+
const method = this.methods[24], opt = this._transport.mergeOptions(options);
|
|
404
|
+
return stackIntercept<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response>("unary", this._transport, method, opt, input);
|
|
405
|
+
}
|
|
431
406
|
}
|