@milaboratories/pl-client 2.11.10 → 2.11.12
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 +3 -0
- package/dist/core/client.cjs.map +1 -1
- package/dist/core/client.d.ts +2 -1
- package/dist/core/client.d.ts.map +1 -1
- package/dist/core/client.js +3 -0
- package/dist/core/client.js.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.cjs +759 -124
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.cjs.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs +7 -0
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.cjs.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +10 -0
- 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.client.js +7 -0
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.js.map +1 -1
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +270 -0
- 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.js +752 -125
- package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.js.map +1 -1
- package/dist/proto/google/protobuf/any.cjs.map +1 -1
- package/dist/proto/google/protobuf/any.d.ts +5 -9
- package/dist/proto/google/protobuf/any.d.ts.map +1 -1
- package/dist/proto/google/protobuf/any.js.map +1 -1
- package/dist/proto/google/protobuf/descriptor.d.ts +45 -878
- package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -1
- package/dist/proto/google/protobuf/duration.cjs.map +1 -1
- package/dist/proto/google/protobuf/duration.d.ts +1 -0
- package/dist/proto/google/protobuf/duration.d.ts.map +1 -1
- package/dist/proto/google/protobuf/duration.js.map +1 -1
- package/dist/proto/google/protobuf/struct.d.ts +1 -1
- package/dist/proto/google/protobuf/timestamp.cjs.map +1 -1
- package/dist/proto/google/protobuf/timestamp.d.ts +4 -1
- package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/proto/google/protobuf/timestamp.js.map +1 -1
- package/dist/proto/google/protobuf/wrappers.d.ts +0 -27
- package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/core/client.ts +5 -1
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.ts +13 -0
- package/src/proto/github.com/milaboratory/pl/plapi/plapiproto/api.ts +859 -82
- package/src/proto/google/protobuf/any.ts +5 -9
- package/src/proto/google/protobuf/descriptor.ts +75 -1465
- package/src/proto/google/protobuf/duration.ts +1 -0
- package/src/proto/google/protobuf/struct.ts +1 -1
- package/src/proto/google/protobuf/timestamp.ts +4 -1
- package/src/proto/google/protobuf/wrappers.ts +4 -37
|
@@ -447,6 +447,24 @@ export interface TxAPI_ClientMessage {
|
|
|
447
447
|
* @generated from protobuf field: MiLaboratories.PL.API.ControllerKVAPI.GetIfExists.Request controller_key_value_get_if_exists = 252
|
|
448
448
|
*/
|
|
449
449
|
controllerKeyValueGetIfExists: ControllerKVAPI_GetIfExists_Request;
|
|
450
|
+
} | {
|
|
451
|
+
oneofKind: "controllerKeyValueSetFlag";
|
|
452
|
+
/**
|
|
453
|
+
* @generated from protobuf field: MiLaboratories.PL.API.ControllerKVAPI.SetFlag.Request controller_key_value_set_flag = 253
|
|
454
|
+
*/
|
|
455
|
+
controllerKeyValueSetFlag: ControllerKVAPI_SetFlag_Request;
|
|
456
|
+
} | {
|
|
457
|
+
oneofKind: "controllerKeyValueGetFlag";
|
|
458
|
+
/**
|
|
459
|
+
* @generated from protobuf field: MiLaboratories.PL.API.ControllerKVAPI.GetFlag.Request controller_key_value_get_flag = 254
|
|
460
|
+
*/
|
|
461
|
+
controllerKeyValueGetFlag: ControllerKVAPI_GetFlag_Request;
|
|
462
|
+
} | {
|
|
463
|
+
oneofKind: "controllerKeyValueGetFlagIfExists";
|
|
464
|
+
/**
|
|
465
|
+
* @generated from protobuf field: MiLaboratories.PL.API.ControllerKVAPI.GetFlagIfExists.Request controller_key_value_get_flag_if_exists = 255
|
|
466
|
+
*/
|
|
467
|
+
controllerKeyValueGetFlagIfExists: ControllerKVAPI_GetFlagIfExists_Request;
|
|
450
468
|
} | {
|
|
451
469
|
oneofKind: "cacheSetToField";
|
|
452
470
|
/**
|
|
@@ -793,6 +811,24 @@ export interface TxAPI_ServerMessage {
|
|
|
793
811
|
* @generated from protobuf field: MiLaboratories.PL.API.ControllerKVAPI.GetIfExists.Response controller_key_value_get_if_exists = 252
|
|
794
812
|
*/
|
|
795
813
|
controllerKeyValueGetIfExists: ControllerKVAPI_GetIfExists_Response;
|
|
814
|
+
} | {
|
|
815
|
+
oneofKind: "controllerKeyValueSetFlag";
|
|
816
|
+
/**
|
|
817
|
+
* @generated from protobuf field: MiLaboratories.PL.API.ControllerKVAPI.SetFlag.Response controller_key_value_set_flag = 253
|
|
818
|
+
*/
|
|
819
|
+
controllerKeyValueSetFlag: ControllerKVAPI_SetFlag_Response;
|
|
820
|
+
} | {
|
|
821
|
+
oneofKind: "controllerKeyValueGetFlag";
|
|
822
|
+
/**
|
|
823
|
+
* @generated from protobuf field: MiLaboratories.PL.API.ControllerKVAPI.GetFlag.Response controller_key_value_get_flag = 254
|
|
824
|
+
*/
|
|
825
|
+
controllerKeyValueGetFlag: ControllerKVAPI_GetFlag_Response;
|
|
826
|
+
} | {
|
|
827
|
+
oneofKind: "controllerKeyValueGetFlagIfExists";
|
|
828
|
+
/**
|
|
829
|
+
* @generated from protobuf field: MiLaboratories.PL.API.ControllerKVAPI.GetFlagIfExists.Response controller_key_value_get_flag_if_exists = 255
|
|
830
|
+
*/
|
|
831
|
+
controllerKeyValueGetFlagIfExists: ControllerKVAPI_GetFlagIfExists_Response;
|
|
796
832
|
} | {
|
|
797
833
|
oneofKind: "cacheSetToField";
|
|
798
834
|
/**
|
|
@@ -2648,6 +2684,91 @@ export interface ControllerKVAPI_GetIfExists_Response {
|
|
|
2648
2684
|
*/
|
|
2649
2685
|
exists: boolean;
|
|
2650
2686
|
}
|
|
2687
|
+
/**
|
|
2688
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.SetFlag
|
|
2689
|
+
*/
|
|
2690
|
+
export interface ControllerKVAPI_SetFlag {
|
|
2691
|
+
}
|
|
2692
|
+
/**
|
|
2693
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.SetFlag.Request
|
|
2694
|
+
*/
|
|
2695
|
+
export interface ControllerKVAPI_SetFlag_Request {
|
|
2696
|
+
/**
|
|
2697
|
+
* @generated from protobuf field: string controller_type = 1
|
|
2698
|
+
*/
|
|
2699
|
+
controllerType: string;
|
|
2700
|
+
/**
|
|
2701
|
+
* @generated from protobuf field: string key = 2
|
|
2702
|
+
*/
|
|
2703
|
+
key: string;
|
|
2704
|
+
/**
|
|
2705
|
+
* @generated from protobuf field: bool value = 3
|
|
2706
|
+
*/
|
|
2707
|
+
value: boolean;
|
|
2708
|
+
}
|
|
2709
|
+
/**
|
|
2710
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.SetFlag.Response
|
|
2711
|
+
*/
|
|
2712
|
+
export interface ControllerKVAPI_SetFlag_Response {
|
|
2713
|
+
}
|
|
2714
|
+
/**
|
|
2715
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlag
|
|
2716
|
+
*/
|
|
2717
|
+
export interface ControllerKVAPI_GetFlag {
|
|
2718
|
+
}
|
|
2719
|
+
/**
|
|
2720
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlag.Request
|
|
2721
|
+
*/
|
|
2722
|
+
export interface ControllerKVAPI_GetFlag_Request {
|
|
2723
|
+
/**
|
|
2724
|
+
* @generated from protobuf field: string controller_type = 1
|
|
2725
|
+
*/
|
|
2726
|
+
controllerType: string;
|
|
2727
|
+
/**
|
|
2728
|
+
* @generated from protobuf field: string key = 2
|
|
2729
|
+
*/
|
|
2730
|
+
key: string;
|
|
2731
|
+
}
|
|
2732
|
+
/**
|
|
2733
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlag.Response
|
|
2734
|
+
*/
|
|
2735
|
+
export interface ControllerKVAPI_GetFlag_Response {
|
|
2736
|
+
/**
|
|
2737
|
+
* @generated from protobuf field: bool value = 1
|
|
2738
|
+
*/
|
|
2739
|
+
value: boolean;
|
|
2740
|
+
}
|
|
2741
|
+
/**
|
|
2742
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlagIfExists
|
|
2743
|
+
*/
|
|
2744
|
+
export interface ControllerKVAPI_GetFlagIfExists {
|
|
2745
|
+
}
|
|
2746
|
+
/**
|
|
2747
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlagIfExists.Request
|
|
2748
|
+
*/
|
|
2749
|
+
export interface ControllerKVAPI_GetFlagIfExists_Request {
|
|
2750
|
+
/**
|
|
2751
|
+
* @generated from protobuf field: string controller_type = 1
|
|
2752
|
+
*/
|
|
2753
|
+
controllerType: string;
|
|
2754
|
+
/**
|
|
2755
|
+
* @generated from protobuf field: string key = 2
|
|
2756
|
+
*/
|
|
2757
|
+
key: string;
|
|
2758
|
+
}
|
|
2759
|
+
/**
|
|
2760
|
+
* @generated from protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlagIfExists.Response
|
|
2761
|
+
*/
|
|
2762
|
+
export interface ControllerKVAPI_GetFlagIfExists_Response {
|
|
2763
|
+
/**
|
|
2764
|
+
* @generated from protobuf field: bool value = 1
|
|
2765
|
+
*/
|
|
2766
|
+
value: boolean;
|
|
2767
|
+
/**
|
|
2768
|
+
* @generated from protobuf field: bool exists = 2
|
|
2769
|
+
*/
|
|
2770
|
+
exists: boolean;
|
|
2771
|
+
}
|
|
2651
2772
|
/**
|
|
2652
2773
|
* @generated from protobuf message MiLaboratories.PL.API.CacheAPI
|
|
2653
2774
|
*/
|
|
@@ -2936,6 +3057,35 @@ export declare enum MaintenanceAPI_Ping_Response_Compression {
|
|
|
2936
3057
|
*/
|
|
2937
3058
|
GZIP = 1
|
|
2938
3059
|
}
|
|
3060
|
+
/**
|
|
3061
|
+
* @generated from protobuf message MiLaboratories.PL.API.MaintenanceAPI.License
|
|
3062
|
+
*/
|
|
3063
|
+
export interface MaintenanceAPI_License {
|
|
3064
|
+
}
|
|
3065
|
+
/**
|
|
3066
|
+
* @generated from protobuf message MiLaboratories.PL.API.MaintenanceAPI.License.Request
|
|
3067
|
+
*/
|
|
3068
|
+
export interface MaintenanceAPI_License_Request {
|
|
3069
|
+
}
|
|
3070
|
+
/**
|
|
3071
|
+
* @generated from protobuf message MiLaboratories.PL.API.MaintenanceAPI.License.Response
|
|
3072
|
+
*/
|
|
3073
|
+
export interface MaintenanceAPI_License_Response {
|
|
3074
|
+
/**
|
|
3075
|
+
* @generated from protobuf field: int32 status = 1
|
|
3076
|
+
*/
|
|
3077
|
+
status: number;
|
|
3078
|
+
/**
|
|
3079
|
+
* @generated from protobuf field: bool is_ok = 2
|
|
3080
|
+
*/
|
|
3081
|
+
isOk: boolean;
|
|
3082
|
+
/**
|
|
3083
|
+
* Raw response body as it was received from the license server.
|
|
3084
|
+
*
|
|
3085
|
+
* @generated from protobuf field: bytes response_body = 3
|
|
3086
|
+
*/
|
|
3087
|
+
responseBody: Uint8Array;
|
|
3088
|
+
}
|
|
2939
3089
|
declare class TxAPI$Type extends MessageType<TxAPI> {
|
|
2940
3090
|
constructor();
|
|
2941
3091
|
create(value?: PartialMessage<TxAPI>): TxAPI;
|
|
@@ -5009,6 +5159,96 @@ declare class ControllerKVAPI_GetIfExists_Response$Type extends MessageType<Cont
|
|
|
5009
5159
|
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetIfExists.Response
|
|
5010
5160
|
*/
|
|
5011
5161
|
export declare const ControllerKVAPI_GetIfExists_Response: ControllerKVAPI_GetIfExists_Response$Type;
|
|
5162
|
+
declare class ControllerKVAPI_SetFlag$Type extends MessageType<ControllerKVAPI_SetFlag> {
|
|
5163
|
+
constructor();
|
|
5164
|
+
create(value?: PartialMessage<ControllerKVAPI_SetFlag>): ControllerKVAPI_SetFlag;
|
|
5165
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_SetFlag): ControllerKVAPI_SetFlag;
|
|
5166
|
+
internalBinaryWrite(message: ControllerKVAPI_SetFlag, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5167
|
+
}
|
|
5168
|
+
/**
|
|
5169
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.SetFlag
|
|
5170
|
+
*/
|
|
5171
|
+
export declare const ControllerKVAPI_SetFlag: ControllerKVAPI_SetFlag$Type;
|
|
5172
|
+
declare class ControllerKVAPI_SetFlag_Request$Type extends MessageType<ControllerKVAPI_SetFlag_Request> {
|
|
5173
|
+
constructor();
|
|
5174
|
+
create(value?: PartialMessage<ControllerKVAPI_SetFlag_Request>): ControllerKVAPI_SetFlag_Request;
|
|
5175
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_SetFlag_Request): ControllerKVAPI_SetFlag_Request;
|
|
5176
|
+
internalBinaryWrite(message: ControllerKVAPI_SetFlag_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5177
|
+
}
|
|
5178
|
+
/**
|
|
5179
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.SetFlag.Request
|
|
5180
|
+
*/
|
|
5181
|
+
export declare const ControllerKVAPI_SetFlag_Request: ControllerKVAPI_SetFlag_Request$Type;
|
|
5182
|
+
declare class ControllerKVAPI_SetFlag_Response$Type extends MessageType<ControllerKVAPI_SetFlag_Response> {
|
|
5183
|
+
constructor();
|
|
5184
|
+
create(value?: PartialMessage<ControllerKVAPI_SetFlag_Response>): ControllerKVAPI_SetFlag_Response;
|
|
5185
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_SetFlag_Response): ControllerKVAPI_SetFlag_Response;
|
|
5186
|
+
internalBinaryWrite(message: ControllerKVAPI_SetFlag_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5187
|
+
}
|
|
5188
|
+
/**
|
|
5189
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.SetFlag.Response
|
|
5190
|
+
*/
|
|
5191
|
+
export declare const ControllerKVAPI_SetFlag_Response: ControllerKVAPI_SetFlag_Response$Type;
|
|
5192
|
+
declare class ControllerKVAPI_GetFlag$Type extends MessageType<ControllerKVAPI_GetFlag> {
|
|
5193
|
+
constructor();
|
|
5194
|
+
create(value?: PartialMessage<ControllerKVAPI_GetFlag>): ControllerKVAPI_GetFlag;
|
|
5195
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_GetFlag): ControllerKVAPI_GetFlag;
|
|
5196
|
+
internalBinaryWrite(message: ControllerKVAPI_GetFlag, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5197
|
+
}
|
|
5198
|
+
/**
|
|
5199
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlag
|
|
5200
|
+
*/
|
|
5201
|
+
export declare const ControllerKVAPI_GetFlag: ControllerKVAPI_GetFlag$Type;
|
|
5202
|
+
declare class ControllerKVAPI_GetFlag_Request$Type extends MessageType<ControllerKVAPI_GetFlag_Request> {
|
|
5203
|
+
constructor();
|
|
5204
|
+
create(value?: PartialMessage<ControllerKVAPI_GetFlag_Request>): ControllerKVAPI_GetFlag_Request;
|
|
5205
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_GetFlag_Request): ControllerKVAPI_GetFlag_Request;
|
|
5206
|
+
internalBinaryWrite(message: ControllerKVAPI_GetFlag_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5207
|
+
}
|
|
5208
|
+
/**
|
|
5209
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlag.Request
|
|
5210
|
+
*/
|
|
5211
|
+
export declare const ControllerKVAPI_GetFlag_Request: ControllerKVAPI_GetFlag_Request$Type;
|
|
5212
|
+
declare class ControllerKVAPI_GetFlag_Response$Type extends MessageType<ControllerKVAPI_GetFlag_Response> {
|
|
5213
|
+
constructor();
|
|
5214
|
+
create(value?: PartialMessage<ControllerKVAPI_GetFlag_Response>): ControllerKVAPI_GetFlag_Response;
|
|
5215
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_GetFlag_Response): ControllerKVAPI_GetFlag_Response;
|
|
5216
|
+
internalBinaryWrite(message: ControllerKVAPI_GetFlag_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5217
|
+
}
|
|
5218
|
+
/**
|
|
5219
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlag.Response
|
|
5220
|
+
*/
|
|
5221
|
+
export declare const ControllerKVAPI_GetFlag_Response: ControllerKVAPI_GetFlag_Response$Type;
|
|
5222
|
+
declare class ControllerKVAPI_GetFlagIfExists$Type extends MessageType<ControllerKVAPI_GetFlagIfExists> {
|
|
5223
|
+
constructor();
|
|
5224
|
+
create(value?: PartialMessage<ControllerKVAPI_GetFlagIfExists>): ControllerKVAPI_GetFlagIfExists;
|
|
5225
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_GetFlagIfExists): ControllerKVAPI_GetFlagIfExists;
|
|
5226
|
+
internalBinaryWrite(message: ControllerKVAPI_GetFlagIfExists, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5227
|
+
}
|
|
5228
|
+
/**
|
|
5229
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlagIfExists
|
|
5230
|
+
*/
|
|
5231
|
+
export declare const ControllerKVAPI_GetFlagIfExists: ControllerKVAPI_GetFlagIfExists$Type;
|
|
5232
|
+
declare class ControllerKVAPI_GetFlagIfExists_Request$Type extends MessageType<ControllerKVAPI_GetFlagIfExists_Request> {
|
|
5233
|
+
constructor();
|
|
5234
|
+
create(value?: PartialMessage<ControllerKVAPI_GetFlagIfExists_Request>): ControllerKVAPI_GetFlagIfExists_Request;
|
|
5235
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_GetFlagIfExists_Request): ControllerKVAPI_GetFlagIfExists_Request;
|
|
5236
|
+
internalBinaryWrite(message: ControllerKVAPI_GetFlagIfExists_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5237
|
+
}
|
|
5238
|
+
/**
|
|
5239
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlagIfExists.Request
|
|
5240
|
+
*/
|
|
5241
|
+
export declare const ControllerKVAPI_GetFlagIfExists_Request: ControllerKVAPI_GetFlagIfExists_Request$Type;
|
|
5242
|
+
declare class ControllerKVAPI_GetFlagIfExists_Response$Type extends MessageType<ControllerKVAPI_GetFlagIfExists_Response> {
|
|
5243
|
+
constructor();
|
|
5244
|
+
create(value?: PartialMessage<ControllerKVAPI_GetFlagIfExists_Response>): ControllerKVAPI_GetFlagIfExists_Response;
|
|
5245
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ControllerKVAPI_GetFlagIfExists_Response): ControllerKVAPI_GetFlagIfExists_Response;
|
|
5246
|
+
internalBinaryWrite(message: ControllerKVAPI_GetFlagIfExists_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5247
|
+
}
|
|
5248
|
+
/**
|
|
5249
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.ControllerKVAPI.GetFlagIfExists.Response
|
|
5250
|
+
*/
|
|
5251
|
+
export declare const ControllerKVAPI_GetFlagIfExists_Response: ControllerKVAPI_GetFlagIfExists_Response$Type;
|
|
5012
5252
|
declare class CacheAPI$Type extends MessageType<CacheAPI> {
|
|
5013
5253
|
constructor();
|
|
5014
5254
|
create(value?: PartialMessage<CacheAPI>): CacheAPI;
|
|
@@ -5350,6 +5590,36 @@ declare class MaintenanceAPI_Ping_Response$Type extends MessageType<MaintenanceA
|
|
|
5350
5590
|
* @generated MessageType for protobuf message MiLaboratories.PL.API.MaintenanceAPI.Ping.Response
|
|
5351
5591
|
*/
|
|
5352
5592
|
export declare const MaintenanceAPI_Ping_Response: MaintenanceAPI_Ping_Response$Type;
|
|
5593
|
+
declare class MaintenanceAPI_License$Type extends MessageType<MaintenanceAPI_License> {
|
|
5594
|
+
constructor();
|
|
5595
|
+
create(value?: PartialMessage<MaintenanceAPI_License>): MaintenanceAPI_License;
|
|
5596
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MaintenanceAPI_License): MaintenanceAPI_License;
|
|
5597
|
+
internalBinaryWrite(message: MaintenanceAPI_License, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5598
|
+
}
|
|
5599
|
+
/**
|
|
5600
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.MaintenanceAPI.License
|
|
5601
|
+
*/
|
|
5602
|
+
export declare const MaintenanceAPI_License: MaintenanceAPI_License$Type;
|
|
5603
|
+
declare class MaintenanceAPI_License_Request$Type extends MessageType<MaintenanceAPI_License_Request> {
|
|
5604
|
+
constructor();
|
|
5605
|
+
create(value?: PartialMessage<MaintenanceAPI_License_Request>): MaintenanceAPI_License_Request;
|
|
5606
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MaintenanceAPI_License_Request): MaintenanceAPI_License_Request;
|
|
5607
|
+
internalBinaryWrite(message: MaintenanceAPI_License_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5608
|
+
}
|
|
5609
|
+
/**
|
|
5610
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.MaintenanceAPI.License.Request
|
|
5611
|
+
*/
|
|
5612
|
+
export declare const MaintenanceAPI_License_Request: MaintenanceAPI_License_Request$Type;
|
|
5613
|
+
declare class MaintenanceAPI_License_Response$Type extends MessageType<MaintenanceAPI_License_Response> {
|
|
5614
|
+
constructor();
|
|
5615
|
+
create(value?: PartialMessage<MaintenanceAPI_License_Response>): MaintenanceAPI_License_Response;
|
|
5616
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MaintenanceAPI_License_Response): MaintenanceAPI_License_Response;
|
|
5617
|
+
internalBinaryWrite(message: MaintenanceAPI_License_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5618
|
+
}
|
|
5619
|
+
/**
|
|
5620
|
+
* @generated MessageType for protobuf message MiLaboratories.PL.API.MaintenanceAPI.License.Response
|
|
5621
|
+
*/
|
|
5622
|
+
export declare const MaintenanceAPI_License_Response: MaintenanceAPI_License_Response$Type;
|
|
5353
5623
|
/**
|
|
5354
5624
|
* @generated ServiceType for protobuf service MiLaboratories.PL.API.Platform
|
|
5355
5625
|
*/
|