@milaboratories/pl-client 3.2.4 → 3.3.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.cjs +24 -56
- package/dist/core/client.cjs.map +1 -1
- package/dist/core/client.d.ts +12 -8
- package/dist/core/client.d.ts.map +1 -1
- package/dist/core/client.js +26 -58
- package/dist/core/client.js.map +1 -1
- package/dist/core/errors.cjs +20 -0
- package/dist/core/errors.cjs.map +1 -1
- package/dist/core/errors.d.ts +6 -1
- package/dist/core/errors.d.ts.map +1 -1
- package/dist/core/errors.js +19 -1
- package/dist/core/errors.js.map +1 -1
- package/dist/core/final.cjs +6 -5
- package/dist/core/final.cjs.map +1 -1
- package/dist/core/final.d.ts.map +1 -1
- package/dist/core/final.js +7 -6
- package/dist/core/final.js.map +1 -1
- package/dist/core/ll_client.cjs +18 -1
- package/dist/core/ll_client.cjs.map +1 -1
- package/dist/core/ll_client.d.ts +6 -2
- package/dist/core/ll_client.d.ts.map +1 -1
- package/dist/core/ll_client.js +19 -2
- package/dist/core/ll_client.js.map +1 -1
- package/dist/core/transaction.cjs +109 -75
- package/dist/core/transaction.cjs.map +1 -1
- package/dist/core/transaction.d.ts +30 -22
- package/dist/core/transaction.d.ts.map +1 -1
- package/dist/core/transaction.js +111 -76
- package/dist/core/transaction.js.map +1 -1
- package/dist/core/type_conversion.cjs +14 -6
- package/dist/core/type_conversion.cjs.map +1 -1
- package/dist/core/type_conversion.js +14 -6
- package/dist/core/type_conversion.js.map +1 -1
- package/dist/core/types.cjs +77 -17
- package/dist/core/types.cjs.map +1 -1
- package/dist/core/types.d.ts +49 -26
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js +66 -14
- package/dist/core/types.js.map +1 -1
- package/dist/core/user_resources.cjs +181 -0
- package/dist/core/user_resources.cjs.map +1 -0
- package/dist/core/user_resources.d.ts +75 -0
- package/dist/core/user_resources.d.ts.map +1 -0
- package/dist/core/user_resources.js +180 -0
- package/dist/core/user_resources.js.map +1 -0
- package/dist/helpers/poll.cjs +4 -4
- package/dist/helpers/poll.cjs.map +1 -1
- package/dist/helpers/poll.d.ts +3 -3
- package/dist/helpers/poll.d.ts.map +1 -1
- package/dist/helpers/poll.js +5 -5
- package/dist/helpers/poll.js.map +1 -1
- package/dist/helpers/tx_helpers.cjs +1 -1
- package/dist/helpers/tx_helpers.cjs.map +1 -1
- package/dist/helpers/tx_helpers.d.ts +3 -3
- package/dist/helpers/tx_helpers.d.ts.map +1 -1
- package/dist/helpers/tx_helpers.js +2 -2
- package/dist/helpers/tx_helpers.js.map +1 -1
- package/dist/index.cjs +16 -5
- package/dist/index.d.ts +5 -4
- package/dist/index.js +5 -4
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs +724 -188
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs +34 -9
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +37 -5
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js +34 -9
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.js.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +326 -136
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js +724 -188
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.js.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs +18 -7
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +11 -7
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.js +18 -7
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.js.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs +57 -2
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.cjs.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +26 -3
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -1
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.js +57 -3
- package/dist/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.js.map +1 -1
- package/dist/proto-rest/plapi.d.ts +421 -207
- package/dist/proto-rest/plapi.d.ts.map +1 -1
- package/dist/test/test_config.cjs +6 -3
- package/dist/test/test_config.cjs.map +1 -1
- package/dist/test/test_config.d.ts.map +1 -1
- package/dist/test/test_config.js +7 -4
- package/dist/test/test_config.js.map +1 -1
- package/package.json +5 -5
- package/src/core/client.ts +58 -103
- package/src/core/errors.ts +23 -0
- package/src/core/final.ts +16 -6
- package/src/core/ll_client.ts +39 -3
- package/src/core/ll_transaction.test.ts +41 -6
- package/src/core/transaction.ts +176 -86
- package/src/core/type_conversion.ts +24 -9
- package/src/core/types.ts +147 -41
- package/src/core/user_resources.ts +332 -0
- package/src/helpers/poll.ts +15 -8
- package/src/helpers/state_helpers.ts +2 -2
- package/src/helpers/tx_helpers.ts +5 -5
- package/src/index.ts +1 -0
- package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +61 -14
- package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.ts +1045 -379
- package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api_types.ts +33 -18
- package/src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/base_types.ts +75 -6
- package/src/proto-grpc/google/protobuf/descriptor.ts +5 -2
- package/src/proto-rest/plapi.ts +447 -225
- package/src/test/test_config.ts +8 -5
|
@@ -216,31 +216,56 @@ var PlatformClient = class {
|
|
|
216
216
|
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
|
-
* @generated from protobuf rpc:
|
|
219
|
+
* @generated from protobuf rpc: GetSessionInfo
|
|
220
220
|
*/
|
|
221
|
-
|
|
221
|
+
getSessionInfo(input, options) {
|
|
222
222
|
const method = this.methods[24], opt = this._transport.mergeOptions(options);
|
|
223
223
|
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
|
-
* @generated from protobuf rpc:
|
|
226
|
+
* @generated from protobuf rpc: GrantAccess
|
|
227
227
|
*/
|
|
228
|
-
|
|
228
|
+
grantAccess(input, options) {
|
|
229
229
|
const method = this.methods[25], opt = this._transport.mergeOptions(options);
|
|
230
230
|
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
|
+
* @generated from protobuf rpc: RevokeAccess
|
|
234
|
+
*/
|
|
235
|
+
revokeAccess(input, options) {
|
|
236
|
+
const method = this.methods[26], opt = this._transport.mergeOptions(options);
|
|
237
|
+
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
233
240
|
* @generated from protobuf rpc: ListGrants
|
|
234
241
|
*/
|
|
235
242
|
listGrants(input, options) {
|
|
236
|
-
const method = this.methods[
|
|
243
|
+
const method = this.methods[27], opt = this._transport.mergeOptions(options);
|
|
237
244
|
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("serverStreaming", this._transport, method, opt, input);
|
|
238
245
|
}
|
|
239
246
|
/**
|
|
247
|
+
* MintSignature creates a resource signature bound to a target session.
|
|
248
|
+
* Controllers use it during workflow bootstrap to pre-sign resources
|
|
249
|
+
* so the workflow can access them under its own isolated session.
|
|
250
|
+
*
|
|
251
|
+
* @generated from protobuf rpc: MintSignature
|
|
252
|
+
*/
|
|
253
|
+
mintSignature(input, options) {
|
|
254
|
+
const method = this.methods[28], opt = this._transport.mergeOptions(options);
|
|
255
|
+
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* @generated from protobuf rpc: GetUserRoot
|
|
259
|
+
*/
|
|
260
|
+
getUserRoot(input, options) {
|
|
261
|
+
const method = this.methods[29], opt = this._transport.mergeOptions(options);
|
|
262
|
+
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
240
265
|
* @generated from protobuf rpc: ListUserResources
|
|
241
266
|
*/
|
|
242
267
|
listUserResources(input, options) {
|
|
243
|
-
const method = this.methods[
|
|
268
|
+
const method = this.methods[30], opt = this._transport.mergeOptions(options);
|
|
244
269
|
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("serverStreaming", this._transport, method, opt, input);
|
|
245
270
|
}
|
|
246
271
|
/**
|
|
@@ -251,7 +276,7 @@ var PlatformClient = class {
|
|
|
251
276
|
* @generated from protobuf rpc: ListResourceTypes
|
|
252
277
|
*/
|
|
253
278
|
listResourceTypes(input, options) {
|
|
254
|
-
const method = this.methods[
|
|
279
|
+
const method = this.methods[31], opt = this._transport.mergeOptions(options);
|
|
255
280
|
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
256
281
|
}
|
|
257
282
|
/**
|
|
@@ -262,14 +287,14 @@ var PlatformClient = class {
|
|
|
262
287
|
* @generated from protobuf rpc: Ping
|
|
263
288
|
*/
|
|
264
289
|
ping(input, options) {
|
|
265
|
-
const method = this.methods[
|
|
290
|
+
const method = this.methods[32], opt = this._transport.mergeOptions(options);
|
|
266
291
|
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
267
292
|
}
|
|
268
293
|
/**
|
|
269
294
|
* @generated from protobuf rpc: License
|
|
270
295
|
*/
|
|
271
296
|
license(input, options) {
|
|
272
|
-
const method = this.methods[
|
|
297
|
+
const method = this.methods[33], opt = this._transport.mergeOptions(options);
|
|
273
298
|
return (0, _protobuf_ts_runtime_rpc.stackIntercept)("unary", this._transport, method, opt, input);
|
|
274
299
|
}
|
|
275
300
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.client.cjs","names":["Platform"],"sources":["../../../../../../../src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/plapi/plapiproto/api.proto\" (package \"MiLaboratories.PL.API\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { Platform } from \"./api\";\nimport type { MaintenanceAPI_License_Response } from \"./api\";\nimport type { MaintenanceAPI_License_Request } from \"./api\";\nimport type { MaintenanceAPI_Ping_Response } from \"./api\";\nimport type { MaintenanceAPI_Ping_Request } from \"./api\";\nimport type { MiscAPI_ListResourceTypes_Response } from \"./api\";\nimport type { MiscAPI_ListResourceTypes_Request } from \"./api\";\nimport type { AuthAPI_ListUserResources_Response } from \"./api\";\nimport type { AuthAPI_ListUserResources_Request } from \"./api\";\nimport type { AuthAPI_ListGrants_Response } from \"./api\";\nimport type { AuthAPI_ListGrants_Request } from \"./api\";\nimport type { ServerStreamingCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { AuthAPI_RevokeGrant_Response } from \"./api\";\nimport type { AuthAPI_RevokeGrant_Request } from \"./api\";\nimport type { AuthAPI_GrantAccess_Response } from \"./api\";\nimport type { AuthAPI_GrantAccess_Request } from \"./api\";\nimport type { AuthAPI_GetJWTToken_Response } from \"./api\";\nimport type { AuthAPI_GetJWTToken_Request } from \"./api\";\nimport type { AuthAPI_ListMethods_Response } from \"./api\";\nimport type { AuthAPI_ListMethods_Request } from \"./api\";\nimport type { LocksAPI_Lease_Release_Response } from \"./api\";\nimport type { LocksAPI_Lease_Release_Request } from \"./api\";\nimport type { LocksAPI_Lease_Update_Response } from \"./api\";\nimport type { LocksAPI_Lease_Update_Request } from \"./api\";\nimport type { LocksAPI_Lease_Create_Response } from \"./api\";\nimport type { LocksAPI_Lease_Create_Request } from \"./api\";\nimport type { LocksAPI_LockFieldValues_Create_Response } from \"./api\";\nimport type { LocksAPI_LockFieldValues_Create_Request } from \"./api\";\nimport type { ControllerAPI_ClearFeatures_Response } from \"./api\";\nimport type { ControllerAPI_ClearFeatures_Request } from \"./api\";\nimport type { ControllerAPI_SetFeatures_Response } from \"./api\";\nimport type { ControllerAPI_SetFeatures_Request } from \"./api\";\nimport type { ControllerAPI_GetUrl_Response } from \"./api\";\nimport type { ControllerAPI_GetUrl_Request } from \"./api\";\nimport type { ControllerAPI_RemoveAliasesAndUrls_Response } from \"./api\";\nimport type { ControllerAPI_RemoveAliasesAndUrls_Request } from \"./api\";\nimport type { ControllerAPI_WriteAliasesAndUrls_Response } from \"./api\";\nimport type { ControllerAPI_WriteAliasesAndUrls_Request } from \"./api\";\nimport type { ControllerAPI_GetNotifications_Response } from \"./api\";\nimport type { ControllerAPI_GetNotifications_Request } from \"./api\";\nimport type { ControllerAPI_AttachSubscription_Response } from \"./api\";\nimport type { ControllerAPI_AttachSubscription_Request } from \"./api\";\nimport type { ControllerAPI_Update_Response } from \"./api\";\nimport type { ControllerAPI_Update_Request } from \"./api\";\nimport type { ControllerAPI_Get_Response } from \"./api\";\nimport type { ControllerAPI_Get_Request } from \"./api\";\nimport type { ControllerAPI_Exists_Response } from \"./api\";\nimport type { ControllerAPI_Exists_Request } from \"./api\";\nimport type { ControllerAPI_Create_Response } from \"./api\";\nimport type { ControllerAPI_Create_Request } from \"./api\";\nimport type { ControllerAPI_Deregister_Response } from \"./api\";\nimport type { ControllerAPI_Deregister_Request } from \"./api\";\nimport type { ControllerAPI_Register_Response } from \"./api\";\nimport type { ControllerAPI_Register_Request } from \"./api\";\nimport type { NotificationAPI_Get_Response } from \"./api\";\nimport type { NotificationAPI_Get_Request } from \"./api\";\nimport type { SubscriptionAPI_DetachFilter_Response } from \"./api\";\nimport type { SubscriptionAPI_DetachFilter_Request } from \"./api\";\nimport type { SubscriptionAPI_AttachFilter_Response } from \"./api\";\nimport type { SubscriptionAPI_AttachFilter_Request } from \"./api\";\nimport type { TxAPI_Sync_Response } from \"./api\";\nimport type { TxAPI_Sync_Request } from \"./api\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { TxAPI_ServerMessage } from \"./api\";\nimport type { TxAPI_ClientMessage } from \"./api\";\nimport type { DuplexStreamingCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n * @generated from protobuf service MiLaboratories.PL.API.Platform\n */\nexport interface IPlatformClient {\n /**\n *\n * Transactions\n *\n *\n * @generated from protobuf rpc: Tx\n */\n tx(options?: RpcOptions): DuplexStreamingCall<TxAPI_ClientMessage, TxAPI_ServerMessage>;\n /**\n * @generated from protobuf rpc: TxSync\n */\n txSync(input: TxAPI_Sync_Request, options?: RpcOptions): UnaryCall<TxAPI_Sync_Request, TxAPI_Sync_Response>;\n /**\n *\n * Subscriptions\n *\n *\n * @generated from protobuf rpc: SubscriptionAttachFilter\n */\n subscriptionAttachFilter(input: SubscriptionAPI_AttachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response>;\n /**\n * @generated from protobuf rpc: SubscriptionDetachFilter\n */\n subscriptionDetachFilter(input: SubscriptionAPI_DetachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response>;\n /**\n * @generated from protobuf rpc: NotificationsGet\n */\n notificationsGet(input: NotificationAPI_Get_Request, options?: RpcOptions): UnaryCall<NotificationAPI_Get_Request, NotificationAPI_Get_Response>;\n /**\n *\n * Controllers\n *\n *\n * @generated from protobuf rpc: ControllerRegister\n */\n controllerRegister(input: ControllerAPI_Register_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Register_Request, ControllerAPI_Register_Response>;\n /**\n * @generated from protobuf rpc: ControllerDeregister\n */\n controllerDeregister(input: ControllerAPI_Deregister_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response>;\n /**\n * @generated from protobuf rpc: ControllerCreate\n */\n controllerCreate(input: ControllerAPI_Create_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Create_Request, ControllerAPI_Create_Response>;\n /**\n * @generated from protobuf rpc: ControllerExists\n */\n controllerExists(input: ControllerAPI_Exists_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response>;\n /**\n * @generated from protobuf rpc: ControllerGet\n */\n controllerGet(input: ControllerAPI_Get_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Get_Request, ControllerAPI_Get_Response>;\n /**\n * @generated from protobuf rpc: ControllerUpdate\n */\n controllerUpdate(input: ControllerAPI_Update_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Update_Request, ControllerAPI_Update_Response>;\n /**\n * @generated from protobuf rpc: ControllerAttachSubscription\n */\n controllerAttachSubscription(input: ControllerAPI_AttachSubscription_Request, options?: RpcOptions): UnaryCall<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response>;\n /**\n * @generated from protobuf rpc: GetControllerNotifications\n */\n getControllerNotifications(input: ControllerAPI_GetNotifications_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response>;\n /**\n * @generated from protobuf rpc: WriteControllerAliasesAndUrls\n */\n writeControllerAliasesAndUrls(input: ControllerAPI_WriteAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response>;\n /**\n * @generated from protobuf rpc: RemoveControllerAliasesAndUrls\n */\n removeControllerAliasesAndUrls(input: ControllerAPI_RemoveAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response>;\n /**\n * @generated from protobuf rpc: GetControllerUrl\n */\n getControllerUrl(input: ControllerAPI_GetUrl_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response>;\n /**\n * @generated from protobuf rpc: ControllerSetFeatures\n */\n controllerSetFeatures(input: ControllerAPI_SetFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response>;\n /**\n * @generated from protobuf rpc: ControllerClearFeatures\n */\n controllerClearFeatures(input: ControllerAPI_ClearFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response>;\n // \n // Locks\n // \n\n /**\n * LockFieldValues gets the resource and obtains a lock on all resolved values of listed fields:\n * - get the resource that will take the lock ('FOR' resource) (lock cannot be obtained 'FOR' or 'ON' deleted resource)\n * - list resource's fields, take fields with names set in request\n * - get resolved values of listed fields (IDs of 'ON' resources).\n * - acquire lock on all 'ON' resources, marking 'FOR' resource as an owner.\n *\n * Lock logic constraints:\n * - Locking is optimistic: if two processes try to obtain a lock on the same resource, one of them\n * succeeds, while the other fails with an error (no long waiting)\n * - Only resolved reference can be locked: to obtain a lock for a particular field's value, the backend needs to know\n * the resource ID this field points to. Unless all listed field references are resolved to a final ID, the lock will fail.\n * - Only an original resource can be locked: if a resource is 'pure' (supports deduplication), it has to pass deduplication before\n * being lockable. An attempt to lock a resource that has not become original will fail.\n * - Locking is a one-way operation: it cannot be 'released' or 'revoked'.\n *\n * @generated from protobuf rpc: LockFieldValues\n */\n lockFieldValues(input: LocksAPI_LockFieldValues_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response>;\n /**\n * LeaseResource creates a lease for a resource. A lease is a temporary lock that needs periodic renewal to stay valid.\n * Leases are a separate mechanism from locks: leases are focused on 'clients', while locks are focused on 'resources'.\n * To keep the lease active, the client needs the lease ID that is generated when a lease is created and used for lease updates.\n *\n * @generated from protobuf rpc: LeaseResource\n */\n leaseResource(input: LocksAPI_Lease_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response>;\n /**\n * @generated from protobuf rpc: UpdateLease\n */\n updateLease(input: LocksAPI_Lease_Update_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response>;\n /**\n * @generated from protobuf rpc: ReleaseLease\n */\n releaseLease(input: LocksAPI_Lease_Release_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response>;\n /**\n *\n * Authentication\n *\n *\n * @generated from protobuf rpc: AuthMethods\n */\n authMethods(input: AuthAPI_ListMethods_Request, options?: RpcOptions): UnaryCall<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response>;\n /**\n * @generated from protobuf rpc: GetJWTToken\n */\n getJWTToken(input: AuthAPI_GetJWTToken_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response>;\n /**\n * @generated from protobuf rpc: GrantAccess\n */\n grantAccess(input: AuthAPI_GrantAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response>;\n /**\n * @generated from protobuf rpc: RevokeGrant\n */\n revokeGrant(input: AuthAPI_RevokeGrant_Request, options?: RpcOptions): UnaryCall<AuthAPI_RevokeGrant_Request, AuthAPI_RevokeGrant_Response>;\n /**\n * @generated from protobuf rpc: ListGrants\n */\n listGrants(input: AuthAPI_ListGrants_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response>;\n /**\n * @generated from protobuf rpc: ListUserResources\n */\n listUserResources(input: AuthAPI_ListUserResources_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response>;\n /**\n *\n * Other stuff\n *\n *\n * @generated from protobuf rpc: ListResourceTypes\n */\n listResourceTypes(input: MiscAPI_ListResourceTypes_Request, options?: RpcOptions): UnaryCall<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response>;\n /**\n *\n * Various service requests\n *\n *\n * @generated from protobuf rpc: Ping\n */\n ping(input: MaintenanceAPI_Ping_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response>;\n /**\n * @generated from protobuf rpc: License\n */\n license(input: MaintenanceAPI_License_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_License_Request, MaintenanceAPI_License_Response>;\n}\n/**\n * @generated from protobuf service MiLaboratories.PL.API.Platform\n */\nexport class PlatformClient implements IPlatformClient, ServiceInfo {\n typeName = Platform.typeName;\n methods = Platform.methods;\n options = Platform.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n *\n * Transactions\n *\n *\n * @generated from protobuf rpc: Tx\n */\n tx(options?: RpcOptions): DuplexStreamingCall<TxAPI_ClientMessage, TxAPI_ServerMessage> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<TxAPI_ClientMessage, TxAPI_ServerMessage>(\"duplex\", this._transport, method, opt);\n }\n /**\n * @generated from protobuf rpc: TxSync\n */\n txSync(input: TxAPI_Sync_Request, options?: RpcOptions): UnaryCall<TxAPI_Sync_Request, TxAPI_Sync_Response> {\n const method = this.methods[1], opt = this._transport.mergeOptions(options);\n return stackIntercept<TxAPI_Sync_Request, TxAPI_Sync_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n *\n * Subscriptions\n *\n *\n * @generated from protobuf rpc: SubscriptionAttachFilter\n */\n subscriptionAttachFilter(input: SubscriptionAPI_AttachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response> {\n const method = this.methods[2], opt = this._transport.mergeOptions(options);\n return stackIntercept<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: SubscriptionDetachFilter\n */\n subscriptionDetachFilter(input: SubscriptionAPI_DetachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response> {\n const method = this.methods[3], opt = this._transport.mergeOptions(options);\n return stackIntercept<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: NotificationsGet\n */\n notificationsGet(input: NotificationAPI_Get_Request, options?: RpcOptions): UnaryCall<NotificationAPI_Get_Request, NotificationAPI_Get_Response> {\n const method = this.methods[4], opt = this._transport.mergeOptions(options);\n return stackIntercept<NotificationAPI_Get_Request, NotificationAPI_Get_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n *\n * Controllers\n *\n *\n * @generated from protobuf rpc: ControllerRegister\n */\n controllerRegister(input: ControllerAPI_Register_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Register_Request, ControllerAPI_Register_Response> {\n const method = this.methods[5], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Register_Request, ControllerAPI_Register_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerDeregister\n */\n controllerDeregister(input: ControllerAPI_Deregister_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response> {\n const method = this.methods[6], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerCreate\n */\n controllerCreate(input: ControllerAPI_Create_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Create_Request, ControllerAPI_Create_Response> {\n const method = this.methods[7], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Create_Request, ControllerAPI_Create_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerExists\n */\n controllerExists(input: ControllerAPI_Exists_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response> {\n const method = this.methods[8], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerGet\n */\n controllerGet(input: ControllerAPI_Get_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Get_Request, ControllerAPI_Get_Response> {\n const method = this.methods[9], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Get_Request, ControllerAPI_Get_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerUpdate\n */\n controllerUpdate(input: ControllerAPI_Update_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Update_Request, ControllerAPI_Update_Response> {\n const method = this.methods[10], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Update_Request, ControllerAPI_Update_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerAttachSubscription\n */\n controllerAttachSubscription(input: ControllerAPI_AttachSubscription_Request, options?: RpcOptions): UnaryCall<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response> {\n const method = this.methods[11], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GetControllerNotifications\n */\n getControllerNotifications(input: ControllerAPI_GetNotifications_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response> {\n const method = this.methods[12], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: WriteControllerAliasesAndUrls\n */\n writeControllerAliasesAndUrls(input: ControllerAPI_WriteAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response> {\n const method = this.methods[13], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: RemoveControllerAliasesAndUrls\n */\n removeControllerAliasesAndUrls(input: ControllerAPI_RemoveAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response> {\n const method = this.methods[14], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GetControllerUrl\n */\n getControllerUrl(input: ControllerAPI_GetUrl_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response> {\n const method = this.methods[15], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerSetFeatures\n */\n controllerSetFeatures(input: ControllerAPI_SetFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response> {\n const method = this.methods[16], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerClearFeatures\n */\n controllerClearFeatures(input: ControllerAPI_ClearFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response> {\n const method = this.methods[17], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response>(\"unary\", this._transport, method, opt, input);\n }\n // \n // Locks\n // \n\n /**\n * LockFieldValues gets the resource and obtains a lock on all resolved values of listed fields:\n * - get the resource that will take the lock ('FOR' resource) (lock cannot be obtained 'FOR' or 'ON' deleted resource)\n * - list resource's fields, take fields with names set in request\n * - get resolved values of listed fields (IDs of 'ON' resources).\n * - acquire lock on all 'ON' resources, marking 'FOR' resource as an owner.\n *\n * Lock logic constraints:\n * - Locking is optimistic: if two processes try to obtain a lock on the same resource, one of them\n * succeeds, while the other fails with an error (no long waiting)\n * - Only resolved reference can be locked: to obtain a lock for a particular field's value, the backend needs to know\n * the resource ID this field points to. Unless all listed field references are resolved to a final ID, the lock will fail.\n * - Only an original resource can be locked: if a resource is 'pure' (supports deduplication), it has to pass deduplication before\n * being lockable. An attempt to lock a resource that has not become original will fail.\n * - Locking is a one-way operation: it cannot be 'released' or 'revoked'.\n *\n * @generated from protobuf rpc: LockFieldValues\n */\n lockFieldValues(input: LocksAPI_LockFieldValues_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response> {\n const method = this.methods[18], opt = this._transport.mergeOptions(options);\n return stackIntercept<LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * LeaseResource creates a lease for a resource. A lease is a temporary lock that needs periodic renewal to stay valid.\n * Leases are a separate mechanism from locks: leases are focused on 'clients', while locks are focused on 'resources'.\n * To keep the lease active, the client needs the lease ID that is generated when a lease is created and used for lease updates.\n *\n * @generated from protobuf rpc: LeaseResource\n */\n leaseResource(input: LocksAPI_Lease_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response> {\n const method = this.methods[19], opt = this._transport.mergeOptions(options);\n return stackIntercept<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: UpdateLease\n */\n updateLease(input: LocksAPI_Lease_Update_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response> {\n const method = this.methods[20], opt = this._transport.mergeOptions(options);\n return stackIntercept<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ReleaseLease\n */\n releaseLease(input: LocksAPI_Lease_Release_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response> {\n const method = this.methods[21], opt = this._transport.mergeOptions(options);\n return stackIntercept<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n *\n * Authentication\n *\n *\n * @generated from protobuf rpc: AuthMethods\n */\n authMethods(input: AuthAPI_ListMethods_Request, options?: RpcOptions): UnaryCall<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response> {\n const method = this.methods[22], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GetJWTToken\n */\n getJWTToken(input: AuthAPI_GetJWTToken_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response> {\n const method = this.methods[23], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GrantAccess\n */\n grantAccess(input: AuthAPI_GrantAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response> {\n const method = this.methods[24], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: RevokeGrant\n */\n revokeGrant(input: AuthAPI_RevokeGrant_Request, options?: RpcOptions): UnaryCall<AuthAPI_RevokeGrant_Request, AuthAPI_RevokeGrant_Response> {\n const method = this.methods[25], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_RevokeGrant_Request, AuthAPI_RevokeGrant_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ListGrants\n */\n listGrants(input: AuthAPI_ListGrants_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response> {\n const method = this.methods[26], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response>(\"serverStreaming\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ListUserResources\n */\n listUserResources(input: AuthAPI_ListUserResources_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response> {\n const method = this.methods[27], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response>(\"serverStreaming\", this._transport, method, opt, input);\n }\n /**\n *\n * Other stuff\n *\n *\n * @generated from protobuf rpc: ListResourceTypes\n */\n listResourceTypes(input: MiscAPI_ListResourceTypes_Request, options?: RpcOptions): UnaryCall<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response> {\n const method = this.methods[28], opt = this._transport.mergeOptions(options);\n return stackIntercept<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n *\n * Various service requests\n *\n *\n * @generated from protobuf rpc: Ping\n */\n ping(input: MaintenanceAPI_Ping_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response> {\n const method = this.methods[29], opt = this._transport.mergeOptions(options);\n return stackIntercept<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: License\n */\n license(input: MaintenanceAPI_License_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_License_Request, MaintenanceAPI_License_Response> {\n const method = this.methods[30], opt = this._transport.mergeOptions(options);\n return stackIntercept<MaintenanceAPI_License_Request, MaintenanceAPI_License_Response>(\"unary\", this._transport, method, opt, input);\n }\n}\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"api.client.cjs","names":["Platform"],"sources":["../../../../../../../src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter client_generic,optimize_speed,generate_dependencies,force_server_none\n// @generated from protobuf file \"github.com/milaboratory/pl/plapi/plapiproto/api.proto\" (package \"MiLaboratories.PL.API\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { Platform } from \"./api\";\nimport type { MaintenanceAPI_License_Response } from \"./api\";\nimport type { MaintenanceAPI_License_Request } from \"./api\";\nimport type { MaintenanceAPI_Ping_Response } from \"./api\";\nimport type { MaintenanceAPI_Ping_Request } from \"./api\";\nimport type { MiscAPI_ListResourceTypes_Response } from \"./api\";\nimport type { MiscAPI_ListResourceTypes_Request } from \"./api\";\nimport type { AuthAPI_ListUserResources_Response } from \"./api\";\nimport type { AuthAPI_ListUserResources_Request } from \"./api\";\nimport type { AuthAPI_GetUserRoot_Response } from \"./api\";\nimport type { AuthAPI_GetUserRoot_Request } from \"./api\";\nimport type { AuthAPI_MintSignature_Response } from \"./api\";\nimport type { AuthAPI_MintSignature_Request } from \"./api\";\nimport type { AuthAPI_ListGrants_Response } from \"./api\";\nimport type { AuthAPI_ListGrants_Request } from \"./api\";\nimport type { ServerStreamingCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { AuthAPI_RevokeAccess_Response } from \"./api\";\nimport type { AuthAPI_RevokeAccess_Request } from \"./api\";\nimport type { AuthAPI_GrantAccess_Response } from \"./api\";\nimport type { AuthAPI_GrantAccess_Request } from \"./api\";\nimport type { AuthAPI_GetSessionInfo_Response } from \"./api\";\nimport type { AuthAPI_GetSessionInfo_Request } from \"./api\";\nimport type { AuthAPI_GetJWTToken_Response } from \"./api\";\nimport type { AuthAPI_GetJWTToken_Request } from \"./api\";\nimport type { AuthAPI_ListMethods_Response } from \"./api\";\nimport type { AuthAPI_ListMethods_Request } from \"./api\";\nimport type { LocksAPI_Lease_Release_Response } from \"./api\";\nimport type { LocksAPI_Lease_Release_Request } from \"./api\";\nimport type { LocksAPI_Lease_Update_Response } from \"./api\";\nimport type { LocksAPI_Lease_Update_Request } from \"./api\";\nimport type { LocksAPI_Lease_Create_Response } from \"./api\";\nimport type { LocksAPI_Lease_Create_Request } from \"./api\";\nimport type { LocksAPI_LockFieldValues_Create_Response } from \"./api\";\nimport type { LocksAPI_LockFieldValues_Create_Request } from \"./api\";\nimport type { ControllerAPI_ClearFeatures_Response } from \"./api\";\nimport type { ControllerAPI_ClearFeatures_Request } from \"./api\";\nimport type { ControllerAPI_SetFeatures_Response } from \"./api\";\nimport type { ControllerAPI_SetFeatures_Request } from \"./api\";\nimport type { ControllerAPI_GetUrl_Response } from \"./api\";\nimport type { ControllerAPI_GetUrl_Request } from \"./api\";\nimport type { ControllerAPI_RemoveAliasesAndUrls_Response } from \"./api\";\nimport type { ControllerAPI_RemoveAliasesAndUrls_Request } from \"./api\";\nimport type { ControllerAPI_WriteAliasesAndUrls_Response } from \"./api\";\nimport type { ControllerAPI_WriteAliasesAndUrls_Request } from \"./api\";\nimport type { ControllerAPI_GetNotifications_Response } from \"./api\";\nimport type { ControllerAPI_GetNotifications_Request } from \"./api\";\nimport type { ControllerAPI_AttachSubscription_Response } from \"./api\";\nimport type { ControllerAPI_AttachSubscription_Request } from \"./api\";\nimport type { ControllerAPI_Update_Response } from \"./api\";\nimport type { ControllerAPI_Update_Request } from \"./api\";\nimport type { ControllerAPI_Get_Response } from \"./api\";\nimport type { ControllerAPI_Get_Request } from \"./api\";\nimport type { ControllerAPI_Exists_Response } from \"./api\";\nimport type { ControllerAPI_Exists_Request } from \"./api\";\nimport type { ControllerAPI_Create_Response } from \"./api\";\nimport type { ControllerAPI_Create_Request } from \"./api\";\nimport type { ControllerAPI_Deregister_Response } from \"./api\";\nimport type { ControllerAPI_Deregister_Request } from \"./api\";\nimport type { ControllerAPI_Register_Response } from \"./api\";\nimport type { ControllerAPI_Register_Request } from \"./api\";\nimport type { NotificationAPI_Get_Response } from \"./api\";\nimport type { NotificationAPI_Get_Request } from \"./api\";\nimport type { SubscriptionAPI_DetachFilter_Response } from \"./api\";\nimport type { SubscriptionAPI_DetachFilter_Request } from \"./api\";\nimport type { SubscriptionAPI_AttachFilter_Response } from \"./api\";\nimport type { SubscriptionAPI_AttachFilter_Request } from \"./api\";\nimport type { TxAPI_Sync_Response } from \"./api\";\nimport type { TxAPI_Sync_Request } from \"./api\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { TxAPI_ServerMessage } from \"./api\";\nimport type { TxAPI_ClientMessage } from \"./api\";\nimport type { DuplexStreamingCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n * @generated from protobuf service MiLaboratories.PL.API.Platform\n */\nexport interface IPlatformClient {\n /**\n *\n * Transactions\n *\n *\n * @generated from protobuf rpc: Tx\n */\n tx(options?: RpcOptions): DuplexStreamingCall<TxAPI_ClientMessage, TxAPI_ServerMessage>;\n /**\n * @generated from protobuf rpc: TxSync\n */\n txSync(input: TxAPI_Sync_Request, options?: RpcOptions): UnaryCall<TxAPI_Sync_Request, TxAPI_Sync_Response>;\n /**\n *\n * Subscriptions\n *\n *\n * @generated from protobuf rpc: SubscriptionAttachFilter\n */\n subscriptionAttachFilter(input: SubscriptionAPI_AttachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response>;\n /**\n * @generated from protobuf rpc: SubscriptionDetachFilter\n */\n subscriptionDetachFilter(input: SubscriptionAPI_DetachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response>;\n /**\n * @generated from protobuf rpc: NotificationsGet\n */\n notificationsGet(input: NotificationAPI_Get_Request, options?: RpcOptions): UnaryCall<NotificationAPI_Get_Request, NotificationAPI_Get_Response>;\n /**\n *\n * Controllers\n *\n *\n * @generated from protobuf rpc: ControllerRegister\n */\n controllerRegister(input: ControllerAPI_Register_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Register_Request, ControllerAPI_Register_Response>;\n /**\n * @generated from protobuf rpc: ControllerDeregister\n */\n controllerDeregister(input: ControllerAPI_Deregister_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response>;\n /**\n * @generated from protobuf rpc: ControllerCreate\n */\n controllerCreate(input: ControllerAPI_Create_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Create_Request, ControllerAPI_Create_Response>;\n /**\n * @generated from protobuf rpc: ControllerExists\n */\n controllerExists(input: ControllerAPI_Exists_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response>;\n /**\n * @generated from protobuf rpc: ControllerGet\n */\n controllerGet(input: ControllerAPI_Get_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Get_Request, ControllerAPI_Get_Response>;\n /**\n * @generated from protobuf rpc: ControllerUpdate\n */\n controllerUpdate(input: ControllerAPI_Update_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Update_Request, ControllerAPI_Update_Response>;\n /**\n * @generated from protobuf rpc: ControllerAttachSubscription\n */\n controllerAttachSubscription(input: ControllerAPI_AttachSubscription_Request, options?: RpcOptions): UnaryCall<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response>;\n /**\n * @generated from protobuf rpc: GetControllerNotifications\n */\n getControllerNotifications(input: ControllerAPI_GetNotifications_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response>;\n /**\n * @generated from protobuf rpc: WriteControllerAliasesAndUrls\n */\n writeControllerAliasesAndUrls(input: ControllerAPI_WriteAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response>;\n /**\n * @generated from protobuf rpc: RemoveControllerAliasesAndUrls\n */\n removeControllerAliasesAndUrls(input: ControllerAPI_RemoveAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response>;\n /**\n * @generated from protobuf rpc: GetControllerUrl\n */\n getControllerUrl(input: ControllerAPI_GetUrl_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response>;\n /**\n * @generated from protobuf rpc: ControllerSetFeatures\n */\n controllerSetFeatures(input: ControllerAPI_SetFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response>;\n /**\n * @generated from protobuf rpc: ControllerClearFeatures\n */\n controllerClearFeatures(input: ControllerAPI_ClearFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response>;\n // \n // Locks\n // \n\n /**\n * LockFieldValues gets the resource and obtains a lock on all resolved values of listed fields:\n * - get the resource that will take the lock ('FOR' resource) (lock cannot be obtained 'FOR' or 'ON' deleted resource)\n * - list resource's fields, take fields with names set in request\n * - get resolved values of listed fields (IDs of 'ON' resources).\n * - acquire lock on all 'ON' resources, marking 'FOR' resource as an owner.\n *\n * Lock logic constraints:\n * - Locking is optimistic: if two processes try to obtain a lock on the same resource, one of them\n * succeeds, while the other fails with an error (no long waiting)\n * - Only resolved reference can be locked: to obtain a lock for a particular field's value, the backend needs to know\n * the resource ID this field points to. Unless all listed field references are resolved to a final ID, the lock will fail.\n * - Only an original resource can be locked: if a resource is 'pure' (supports deduplication), it has to pass deduplication before\n * being lockable. An attempt to lock a resource that has not become original will fail.\n * - Locking is a one-way operation: it cannot be 'released' or 'revoked'.\n *\n * @generated from protobuf rpc: LockFieldValues\n */\n lockFieldValues(input: LocksAPI_LockFieldValues_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response>;\n /**\n * LeaseResource creates a lease for a resource. A lease is a temporary lock that needs periodic renewal to stay valid.\n * Leases are a separate mechanism from locks: leases are focused on 'clients', while locks are focused on 'resources'.\n * To keep the lease active, the client needs the lease ID that is generated when a lease is created and used for lease updates.\n *\n * @generated from protobuf rpc: LeaseResource\n */\n leaseResource(input: LocksAPI_Lease_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response>;\n /**\n * @generated from protobuf rpc: UpdateLease\n */\n updateLease(input: LocksAPI_Lease_Update_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response>;\n /**\n * @generated from protobuf rpc: ReleaseLease\n */\n releaseLease(input: LocksAPI_Lease_Release_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response>;\n /**\n *\n * Authentication\n *\n *\n * @generated from protobuf rpc: AuthMethods\n */\n authMethods(input: AuthAPI_ListMethods_Request, options?: RpcOptions): UnaryCall<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response>;\n /**\n * @generated from protobuf rpc: GetJWTToken\n */\n getJWTToken(input: AuthAPI_GetJWTToken_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response>;\n /**\n * @generated from protobuf rpc: GetSessionInfo\n */\n getSessionInfo(input: AuthAPI_GetSessionInfo_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetSessionInfo_Request, AuthAPI_GetSessionInfo_Response>;\n /**\n * @generated from protobuf rpc: GrantAccess\n */\n grantAccess(input: AuthAPI_GrantAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response>;\n /**\n * @generated from protobuf rpc: RevokeAccess\n */\n revokeAccess(input: AuthAPI_RevokeAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_RevokeAccess_Request, AuthAPI_RevokeAccess_Response>;\n /**\n * @generated from protobuf rpc: ListGrants\n */\n listGrants(input: AuthAPI_ListGrants_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response>;\n /**\n * MintSignature creates a resource signature bound to a target session.\n * Controllers use it during workflow bootstrap to pre-sign resources\n * so the workflow can access them under its own isolated session.\n *\n * @generated from protobuf rpc: MintSignature\n */\n mintSignature(input: AuthAPI_MintSignature_Request, options?: RpcOptions): UnaryCall<AuthAPI_MintSignature_Request, AuthAPI_MintSignature_Response>;\n /**\n * @generated from protobuf rpc: GetUserRoot\n */\n getUserRoot(input: AuthAPI_GetUserRoot_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetUserRoot_Request, AuthAPI_GetUserRoot_Response>;\n /**\n * @generated from protobuf rpc: ListUserResources\n */\n listUserResources(input: AuthAPI_ListUserResources_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response>;\n /**\n *\n * Other stuff\n *\n *\n * @generated from protobuf rpc: ListResourceTypes\n */\n listResourceTypes(input: MiscAPI_ListResourceTypes_Request, options?: RpcOptions): UnaryCall<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response>;\n /**\n *\n * Various service requests\n *\n *\n * @generated from protobuf rpc: Ping\n */\n ping(input: MaintenanceAPI_Ping_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response>;\n /**\n * @generated from protobuf rpc: License\n */\n license(input: MaintenanceAPI_License_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_License_Request, MaintenanceAPI_License_Response>;\n}\n/**\n * @generated from protobuf service MiLaboratories.PL.API.Platform\n */\nexport class PlatformClient implements IPlatformClient, ServiceInfo {\n typeName = Platform.typeName;\n methods = Platform.methods;\n options = Platform.options;\n constructor(private readonly _transport: RpcTransport) {\n }\n /**\n *\n * Transactions\n *\n *\n * @generated from protobuf rpc: Tx\n */\n tx(options?: RpcOptions): DuplexStreamingCall<TxAPI_ClientMessage, TxAPI_ServerMessage> {\n const method = this.methods[0], opt = this._transport.mergeOptions(options);\n return stackIntercept<TxAPI_ClientMessage, TxAPI_ServerMessage>(\"duplex\", this._transport, method, opt);\n }\n /**\n * @generated from protobuf rpc: TxSync\n */\n txSync(input: TxAPI_Sync_Request, options?: RpcOptions): UnaryCall<TxAPI_Sync_Request, TxAPI_Sync_Response> {\n const method = this.methods[1], opt = this._transport.mergeOptions(options);\n return stackIntercept<TxAPI_Sync_Request, TxAPI_Sync_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n *\n * Subscriptions\n *\n *\n * @generated from protobuf rpc: SubscriptionAttachFilter\n */\n subscriptionAttachFilter(input: SubscriptionAPI_AttachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response> {\n const method = this.methods[2], opt = this._transport.mergeOptions(options);\n return stackIntercept<SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: SubscriptionDetachFilter\n */\n subscriptionDetachFilter(input: SubscriptionAPI_DetachFilter_Request, options?: RpcOptions): UnaryCall<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response> {\n const method = this.methods[3], opt = this._transport.mergeOptions(options);\n return stackIntercept<SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: NotificationsGet\n */\n notificationsGet(input: NotificationAPI_Get_Request, options?: RpcOptions): UnaryCall<NotificationAPI_Get_Request, NotificationAPI_Get_Response> {\n const method = this.methods[4], opt = this._transport.mergeOptions(options);\n return stackIntercept<NotificationAPI_Get_Request, NotificationAPI_Get_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n *\n * Controllers\n *\n *\n * @generated from protobuf rpc: ControllerRegister\n */\n controllerRegister(input: ControllerAPI_Register_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Register_Request, ControllerAPI_Register_Response> {\n const method = this.methods[5], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Register_Request, ControllerAPI_Register_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerDeregister\n */\n controllerDeregister(input: ControllerAPI_Deregister_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response> {\n const method = this.methods[6], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerCreate\n */\n controllerCreate(input: ControllerAPI_Create_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Create_Request, ControllerAPI_Create_Response> {\n const method = this.methods[7], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Create_Request, ControllerAPI_Create_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerExists\n */\n controllerExists(input: ControllerAPI_Exists_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response> {\n const method = this.methods[8], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Exists_Request, ControllerAPI_Exists_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerGet\n */\n controllerGet(input: ControllerAPI_Get_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Get_Request, ControllerAPI_Get_Response> {\n const method = this.methods[9], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Get_Request, ControllerAPI_Get_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerUpdate\n */\n controllerUpdate(input: ControllerAPI_Update_Request, options?: RpcOptions): UnaryCall<ControllerAPI_Update_Request, ControllerAPI_Update_Response> {\n const method = this.methods[10], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_Update_Request, ControllerAPI_Update_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerAttachSubscription\n */\n controllerAttachSubscription(input: ControllerAPI_AttachSubscription_Request, options?: RpcOptions): UnaryCall<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response> {\n const method = this.methods[11], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GetControllerNotifications\n */\n getControllerNotifications(input: ControllerAPI_GetNotifications_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response> {\n const method = this.methods[12], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: WriteControllerAliasesAndUrls\n */\n writeControllerAliasesAndUrls(input: ControllerAPI_WriteAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response> {\n const method = this.methods[13], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: RemoveControllerAliasesAndUrls\n */\n removeControllerAliasesAndUrls(input: ControllerAPI_RemoveAliasesAndUrls_Request, options?: RpcOptions): UnaryCall<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response> {\n const method = this.methods[14], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GetControllerUrl\n */\n getControllerUrl(input: ControllerAPI_GetUrl_Request, options?: RpcOptions): UnaryCall<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response> {\n const method = this.methods[15], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerSetFeatures\n */\n controllerSetFeatures(input: ControllerAPI_SetFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response> {\n const method = this.methods[16], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ControllerClearFeatures\n */\n controllerClearFeatures(input: ControllerAPI_ClearFeatures_Request, options?: RpcOptions): UnaryCall<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response> {\n const method = this.methods[17], opt = this._transport.mergeOptions(options);\n return stackIntercept<ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response>(\"unary\", this._transport, method, opt, input);\n }\n // \n // Locks\n // \n\n /**\n * LockFieldValues gets the resource and obtains a lock on all resolved values of listed fields:\n * - get the resource that will take the lock ('FOR' resource) (lock cannot be obtained 'FOR' or 'ON' deleted resource)\n * - list resource's fields, take fields with names set in request\n * - get resolved values of listed fields (IDs of 'ON' resources).\n * - acquire lock on all 'ON' resources, marking 'FOR' resource as an owner.\n *\n * Lock logic constraints:\n * - Locking is optimistic: if two processes try to obtain a lock on the same resource, one of them\n * succeeds, while the other fails with an error (no long waiting)\n * - Only resolved reference can be locked: to obtain a lock for a particular field's value, the backend needs to know\n * the resource ID this field points to. Unless all listed field references are resolved to a final ID, the lock will fail.\n * - Only an original resource can be locked: if a resource is 'pure' (supports deduplication), it has to pass deduplication before\n * being lockable. An attempt to lock a resource that has not become original will fail.\n * - Locking is a one-way operation: it cannot be 'released' or 'revoked'.\n *\n * @generated from protobuf rpc: LockFieldValues\n */\n lockFieldValues(input: LocksAPI_LockFieldValues_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response> {\n const method = this.methods[18], opt = this._transport.mergeOptions(options);\n return stackIntercept<LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * LeaseResource creates a lease for a resource. A lease is a temporary lock that needs periodic renewal to stay valid.\n * Leases are a separate mechanism from locks: leases are focused on 'clients', while locks are focused on 'resources'.\n * To keep the lease active, the client needs the lease ID that is generated when a lease is created and used for lease updates.\n *\n * @generated from protobuf rpc: LeaseResource\n */\n leaseResource(input: LocksAPI_Lease_Create_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response> {\n const method = this.methods[19], opt = this._transport.mergeOptions(options);\n return stackIntercept<LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: UpdateLease\n */\n updateLease(input: LocksAPI_Lease_Update_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response> {\n const method = this.methods[20], opt = this._transport.mergeOptions(options);\n return stackIntercept<LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ReleaseLease\n */\n releaseLease(input: LocksAPI_Lease_Release_Request, options?: RpcOptions): UnaryCall<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response> {\n const method = this.methods[21], opt = this._transport.mergeOptions(options);\n return stackIntercept<LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n *\n * Authentication\n *\n *\n * @generated from protobuf rpc: AuthMethods\n */\n authMethods(input: AuthAPI_ListMethods_Request, options?: RpcOptions): UnaryCall<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response> {\n const method = this.methods[22], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GetJWTToken\n */\n getJWTToken(input: AuthAPI_GetJWTToken_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response> {\n const method = this.methods[23], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GetSessionInfo\n */\n getSessionInfo(input: AuthAPI_GetSessionInfo_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetSessionInfo_Request, AuthAPI_GetSessionInfo_Response> {\n const method = this.methods[24], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_GetSessionInfo_Request, AuthAPI_GetSessionInfo_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GrantAccess\n */\n grantAccess(input: AuthAPI_GrantAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response> {\n const method = this.methods[25], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: RevokeAccess\n */\n revokeAccess(input: AuthAPI_RevokeAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_RevokeAccess_Request, AuthAPI_RevokeAccess_Response> {\n const method = this.methods[26], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_RevokeAccess_Request, AuthAPI_RevokeAccess_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ListGrants\n */\n listGrants(input: AuthAPI_ListGrants_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response> {\n const method = this.methods[27], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response>(\"serverStreaming\", this._transport, method, opt, input);\n }\n /**\n * MintSignature creates a resource signature bound to a target session.\n * Controllers use it during workflow bootstrap to pre-sign resources\n * so the workflow can access them under its own isolated session.\n *\n * @generated from protobuf rpc: MintSignature\n */\n mintSignature(input: AuthAPI_MintSignature_Request, options?: RpcOptions): UnaryCall<AuthAPI_MintSignature_Request, AuthAPI_MintSignature_Response> {\n const method = this.methods[28], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_MintSignature_Request, AuthAPI_MintSignature_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: GetUserRoot\n */\n getUserRoot(input: AuthAPI_GetUserRoot_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetUserRoot_Request, AuthAPI_GetUserRoot_Response> {\n const method = this.methods[29], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_GetUserRoot_Request, AuthAPI_GetUserRoot_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: ListUserResources\n */\n listUserResources(input: AuthAPI_ListUserResources_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response> {\n const method = this.methods[30], opt = this._transport.mergeOptions(options);\n return stackIntercept<AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response>(\"serverStreaming\", this._transport, method, opt, input);\n }\n /**\n *\n * Other stuff\n *\n *\n * @generated from protobuf rpc: ListResourceTypes\n */\n listResourceTypes(input: MiscAPI_ListResourceTypes_Request, options?: RpcOptions): UnaryCall<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response> {\n const method = this.methods[31], opt = this._transport.mergeOptions(options);\n return stackIntercept<MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n *\n * Various service requests\n *\n *\n * @generated from protobuf rpc: Ping\n */\n ping(input: MaintenanceAPI_Ping_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response> {\n const method = this.methods[32], opt = this._transport.mergeOptions(options);\n return stackIntercept<MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response>(\"unary\", this._transport, method, opt, input);\n }\n /**\n * @generated from protobuf rpc: License\n */\n license(input: MaintenanceAPI_License_Request, options?: RpcOptions): UnaryCall<MaintenanceAPI_License_Request, MaintenanceAPI_License_Response> {\n const method = this.methods[33], opt = this._transport.mergeOptions(options);\n return stackIntercept<MaintenanceAPI_License_Request, MaintenanceAPI_License_Response>(\"unary\", this._transport, method, opt, input);\n }\n}\n"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response, AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response, AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response, AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response, AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response,
|
|
1
|
+
import { AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response, AuthAPI_GetSessionInfo_Request, AuthAPI_GetSessionInfo_Response, AuthAPI_GetUserRoot_Request, AuthAPI_GetUserRoot_Response, AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response, AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response, AuthAPI_ListMethods_Request, AuthAPI_ListMethods_Response, AuthAPI_ListUserResources_Request, AuthAPI_ListUserResources_Response, AuthAPI_MintSignature_Request, AuthAPI_MintSignature_Response, AuthAPI_RevokeAccess_Request, AuthAPI_RevokeAccess_Response, ControllerAPI_AttachSubscription_Request, ControllerAPI_AttachSubscription_Response, ControllerAPI_ClearFeatures_Request, ControllerAPI_ClearFeatures_Response, ControllerAPI_Create_Request, ControllerAPI_Create_Response, ControllerAPI_Deregister_Request, ControllerAPI_Deregister_Response, ControllerAPI_Exists_Request, ControllerAPI_Exists_Response, ControllerAPI_GetNotifications_Request, ControllerAPI_GetNotifications_Response, ControllerAPI_GetUrl_Request, ControllerAPI_GetUrl_Response, ControllerAPI_Get_Request, ControllerAPI_Get_Response, ControllerAPI_Register_Request, ControllerAPI_Register_Response, ControllerAPI_RemoveAliasesAndUrls_Request, ControllerAPI_RemoveAliasesAndUrls_Response, ControllerAPI_SetFeatures_Request, ControllerAPI_SetFeatures_Response, ControllerAPI_Update_Request, ControllerAPI_Update_Response, ControllerAPI_WriteAliasesAndUrls_Request, ControllerAPI_WriteAliasesAndUrls_Response, LocksAPI_Lease_Create_Request, LocksAPI_Lease_Create_Response, LocksAPI_Lease_Release_Request, LocksAPI_Lease_Release_Response, LocksAPI_Lease_Update_Request, LocksAPI_Lease_Update_Response, LocksAPI_LockFieldValues_Create_Request, LocksAPI_LockFieldValues_Create_Response, MaintenanceAPI_License_Request, MaintenanceAPI_License_Response, MaintenanceAPI_Ping_Request, MaintenanceAPI_Ping_Response, MiscAPI_ListResourceTypes_Request, MiscAPI_ListResourceTypes_Response, NotificationAPI_Get_Request, NotificationAPI_Get_Response, SubscriptionAPI_AttachFilter_Request, SubscriptionAPI_AttachFilter_Response, SubscriptionAPI_DetachFilter_Request, SubscriptionAPI_DetachFilter_Response, TxAPI_ClientMessage, TxAPI_ServerMessage, TxAPI_Sync_Request, TxAPI_Sync_Response } from "./api.js";
|
|
2
2
|
import * as _$_protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc";
|
|
3
3
|
import { DuplexStreamingCall, RpcOptions, RpcTransport, ServerStreamingCall, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
4
4
|
import * as _$_protobuf_ts_runtime0 from "@protobuf-ts/runtime";
|
|
@@ -139,18 +139,34 @@ interface IPlatformClient {
|
|
|
139
139
|
* @generated from protobuf rpc: GetJWTToken
|
|
140
140
|
*/
|
|
141
141
|
getJWTToken(input: AuthAPI_GetJWTToken_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response>;
|
|
142
|
+
/**
|
|
143
|
+
* @generated from protobuf rpc: GetSessionInfo
|
|
144
|
+
*/
|
|
145
|
+
getSessionInfo(input: AuthAPI_GetSessionInfo_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetSessionInfo_Request, AuthAPI_GetSessionInfo_Response>;
|
|
142
146
|
/**
|
|
143
147
|
* @generated from protobuf rpc: GrantAccess
|
|
144
148
|
*/
|
|
145
149
|
grantAccess(input: AuthAPI_GrantAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response>;
|
|
146
150
|
/**
|
|
147
|
-
* @generated from protobuf rpc:
|
|
151
|
+
* @generated from protobuf rpc: RevokeAccess
|
|
148
152
|
*/
|
|
149
|
-
|
|
153
|
+
revokeAccess(input: AuthAPI_RevokeAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_RevokeAccess_Request, AuthAPI_RevokeAccess_Response>;
|
|
150
154
|
/**
|
|
151
155
|
* @generated from protobuf rpc: ListGrants
|
|
152
156
|
*/
|
|
153
157
|
listGrants(input: AuthAPI_ListGrants_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response>;
|
|
158
|
+
/**
|
|
159
|
+
* MintSignature creates a resource signature bound to a target session.
|
|
160
|
+
* Controllers use it during workflow bootstrap to pre-sign resources
|
|
161
|
+
* so the workflow can access them under its own isolated session.
|
|
162
|
+
*
|
|
163
|
+
* @generated from protobuf rpc: MintSignature
|
|
164
|
+
*/
|
|
165
|
+
mintSignature(input: AuthAPI_MintSignature_Request, options?: RpcOptions): UnaryCall<AuthAPI_MintSignature_Request, AuthAPI_MintSignature_Response>;
|
|
166
|
+
/**
|
|
167
|
+
* @generated from protobuf rpc: GetUserRoot
|
|
168
|
+
*/
|
|
169
|
+
getUserRoot(input: AuthAPI_GetUserRoot_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetUserRoot_Request, AuthAPI_GetUserRoot_Response>;
|
|
154
170
|
/**
|
|
155
171
|
* @generated from protobuf rpc: ListUserResources
|
|
156
172
|
*/
|
|
@@ -318,18 +334,34 @@ declare class PlatformClient implements IPlatformClient, ServiceInfo {
|
|
|
318
334
|
* @generated from protobuf rpc: GetJWTToken
|
|
319
335
|
*/
|
|
320
336
|
getJWTToken(input: AuthAPI_GetJWTToken_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetJWTToken_Request, AuthAPI_GetJWTToken_Response>;
|
|
337
|
+
/**
|
|
338
|
+
* @generated from protobuf rpc: GetSessionInfo
|
|
339
|
+
*/
|
|
340
|
+
getSessionInfo(input: AuthAPI_GetSessionInfo_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetSessionInfo_Request, AuthAPI_GetSessionInfo_Response>;
|
|
321
341
|
/**
|
|
322
342
|
* @generated from protobuf rpc: GrantAccess
|
|
323
343
|
*/
|
|
324
344
|
grantAccess(input: AuthAPI_GrantAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_GrantAccess_Request, AuthAPI_GrantAccess_Response>;
|
|
325
345
|
/**
|
|
326
|
-
* @generated from protobuf rpc:
|
|
346
|
+
* @generated from protobuf rpc: RevokeAccess
|
|
327
347
|
*/
|
|
328
|
-
|
|
348
|
+
revokeAccess(input: AuthAPI_RevokeAccess_Request, options?: RpcOptions): UnaryCall<AuthAPI_RevokeAccess_Request, AuthAPI_RevokeAccess_Response>;
|
|
329
349
|
/**
|
|
330
350
|
* @generated from protobuf rpc: ListGrants
|
|
331
351
|
*/
|
|
332
352
|
listGrants(input: AuthAPI_ListGrants_Request, options?: RpcOptions): ServerStreamingCall<AuthAPI_ListGrants_Request, AuthAPI_ListGrants_Response>;
|
|
353
|
+
/**
|
|
354
|
+
* MintSignature creates a resource signature bound to a target session.
|
|
355
|
+
* Controllers use it during workflow bootstrap to pre-sign resources
|
|
356
|
+
* so the workflow can access them under its own isolated session.
|
|
357
|
+
*
|
|
358
|
+
* @generated from protobuf rpc: MintSignature
|
|
359
|
+
*/
|
|
360
|
+
mintSignature(input: AuthAPI_MintSignature_Request, options?: RpcOptions): UnaryCall<AuthAPI_MintSignature_Request, AuthAPI_MintSignature_Response>;
|
|
361
|
+
/**
|
|
362
|
+
* @generated from protobuf rpc: GetUserRoot
|
|
363
|
+
*/
|
|
364
|
+
getUserRoot(input: AuthAPI_GetUserRoot_Request, options?: RpcOptions): UnaryCall<AuthAPI_GetUserRoot_Request, AuthAPI_GetUserRoot_Response>;
|
|
333
365
|
/**
|
|
334
366
|
* @generated from protobuf rpc: ListUserResources
|
|
335
367
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.client.d.ts","names":[],"sources":["../../../../../../../src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts"],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"api.client.d.ts","names":[],"sources":["../../../../../../../src/proto-grpc/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts"],"mappings":"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"}
|
|
@@ -215,31 +215,56 @@ var PlatformClient = class {
|
|
|
215
215
|
return stackIntercept("unary", this._transport, method, opt, input);
|
|
216
216
|
}
|
|
217
217
|
/**
|
|
218
|
-
* @generated from protobuf rpc:
|
|
218
|
+
* @generated from protobuf rpc: GetSessionInfo
|
|
219
219
|
*/
|
|
220
|
-
|
|
220
|
+
getSessionInfo(input, options) {
|
|
221
221
|
const method = this.methods[24], opt = this._transport.mergeOptions(options);
|
|
222
222
|
return stackIntercept("unary", this._transport, method, opt, input);
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
|
-
* @generated from protobuf rpc:
|
|
225
|
+
* @generated from protobuf rpc: GrantAccess
|
|
226
226
|
*/
|
|
227
|
-
|
|
227
|
+
grantAccess(input, options) {
|
|
228
228
|
const method = this.methods[25], opt = this._transport.mergeOptions(options);
|
|
229
229
|
return stackIntercept("unary", this._transport, method, opt, input);
|
|
230
230
|
}
|
|
231
231
|
/**
|
|
232
|
+
* @generated from protobuf rpc: RevokeAccess
|
|
233
|
+
*/
|
|
234
|
+
revokeAccess(input, options) {
|
|
235
|
+
const method = this.methods[26], opt = this._transport.mergeOptions(options);
|
|
236
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
232
239
|
* @generated from protobuf rpc: ListGrants
|
|
233
240
|
*/
|
|
234
241
|
listGrants(input, options) {
|
|
235
|
-
const method = this.methods[
|
|
242
|
+
const method = this.methods[27], opt = this._transport.mergeOptions(options);
|
|
236
243
|
return stackIntercept("serverStreaming", this._transport, method, opt, input);
|
|
237
244
|
}
|
|
238
245
|
/**
|
|
246
|
+
* MintSignature creates a resource signature bound to a target session.
|
|
247
|
+
* Controllers use it during workflow bootstrap to pre-sign resources
|
|
248
|
+
* so the workflow can access them under its own isolated session.
|
|
249
|
+
*
|
|
250
|
+
* @generated from protobuf rpc: MintSignature
|
|
251
|
+
*/
|
|
252
|
+
mintSignature(input, options) {
|
|
253
|
+
const method = this.methods[28], opt = this._transport.mergeOptions(options);
|
|
254
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* @generated from protobuf rpc: GetUserRoot
|
|
258
|
+
*/
|
|
259
|
+
getUserRoot(input, options) {
|
|
260
|
+
const method = this.methods[29], opt = this._transport.mergeOptions(options);
|
|
261
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
239
264
|
* @generated from protobuf rpc: ListUserResources
|
|
240
265
|
*/
|
|
241
266
|
listUserResources(input, options) {
|
|
242
|
-
const method = this.methods[
|
|
267
|
+
const method = this.methods[30], opt = this._transport.mergeOptions(options);
|
|
243
268
|
return stackIntercept("serverStreaming", this._transport, method, opt, input);
|
|
244
269
|
}
|
|
245
270
|
/**
|
|
@@ -250,7 +275,7 @@ var PlatformClient = class {
|
|
|
250
275
|
* @generated from protobuf rpc: ListResourceTypes
|
|
251
276
|
*/
|
|
252
277
|
listResourceTypes(input, options) {
|
|
253
|
-
const method = this.methods[
|
|
278
|
+
const method = this.methods[31], opt = this._transport.mergeOptions(options);
|
|
254
279
|
return stackIntercept("unary", this._transport, method, opt, input);
|
|
255
280
|
}
|
|
256
281
|
/**
|
|
@@ -261,14 +286,14 @@ var PlatformClient = class {
|
|
|
261
286
|
* @generated from protobuf rpc: Ping
|
|
262
287
|
*/
|
|
263
288
|
ping(input, options) {
|
|
264
|
-
const method = this.methods[
|
|
289
|
+
const method = this.methods[32], opt = this._transport.mergeOptions(options);
|
|
265
290
|
return stackIntercept("unary", this._transport, method, opt, input);
|
|
266
291
|
}
|
|
267
292
|
/**
|
|
268
293
|
* @generated from protobuf rpc: License
|
|
269
294
|
*/
|
|
270
295
|
license(input, options) {
|
|
271
|
-
const method = this.methods[
|
|
296
|
+
const method = this.methods[33], opt = this._transport.mergeOptions(options);
|
|
272
297
|
return stackIntercept("unary", this._transport, method, opt, input);
|
|
273
298
|
}
|
|
274
299
|
};
|