@lansweeper/multitenant-api-grpc 0.4.81 → 0.4.83
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/.ignorecompat +0 -0
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_grpc_pb.d.ts +14 -14
- package/gen-proto/multitenant_grpc_pb.js +30 -30
- package/gen-proto/multitenant_pb.d.ts +26 -25
- package/gen-proto/multitenant_pb.js +96 -108
- package/generated-go/multitenant.pb.go +645 -645
- package/generated-go/multitenant_grpc.pb.go +15 -15
- package/package.json +2 -2
- package/proto/multitenant.proto +8 -6
|
@@ -62,7 +62,7 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
|
|
|
62
62
|
createOwnerPersonalAccessToken: IMultitenantService_ICreateOwnerPersonalAccessToken;
|
|
63
63
|
getInstallationSettings: IMultitenantService_IGetInstallationSettings;
|
|
64
64
|
createFlowBuilderBotAccount: IMultitenantService_ICreateFlowBuilderBotAccount;
|
|
65
|
-
|
|
65
|
+
getManualInstallation: IMultitenantService_IGetManualInstallation;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
interface IMultitenantService_ICheckAccessToSiteByAccountId extends grpc.MethodDefinition<multitenant_pb.CheckAccessToSiteByAccountIdRequest, multitenant_pb.CheckAccessToSiteByAccountIdResponse> {
|
|
@@ -533,14 +533,14 @@ interface IMultitenantService_ICreateFlowBuilderBotAccount extends grpc.MethodDe
|
|
|
533
533
|
responseSerialize: grpc.serialize<multitenant_pb.CreateFlowBuilderBotAccountResponse>;
|
|
534
534
|
responseDeserialize: grpc.deserialize<multitenant_pb.CreateFlowBuilderBotAccountResponse>;
|
|
535
535
|
}
|
|
536
|
-
interface
|
|
537
|
-
path: "/lansweeper.multitenant.v1.Multitenant/
|
|
536
|
+
interface IMultitenantService_IGetManualInstallation extends grpc.MethodDefinition<multitenant_pb.GetManualInstallationRequest, multitenant_pb.GetManualInstallationResponse> {
|
|
537
|
+
path: "/lansweeper.multitenant.v1.Multitenant/GetManualInstallation";
|
|
538
538
|
requestStream: false;
|
|
539
539
|
responseStream: false;
|
|
540
|
-
requestSerialize: grpc.serialize<multitenant_pb.
|
|
541
|
-
requestDeserialize: grpc.deserialize<multitenant_pb.
|
|
542
|
-
responseSerialize: grpc.serialize<multitenant_pb.
|
|
543
|
-
responseDeserialize: grpc.deserialize<multitenant_pb.
|
|
540
|
+
requestSerialize: grpc.serialize<multitenant_pb.GetManualInstallationRequest>;
|
|
541
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.GetManualInstallationRequest>;
|
|
542
|
+
responseSerialize: grpc.serialize<multitenant_pb.GetManualInstallationResponse>;
|
|
543
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.GetManualInstallationResponse>;
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
export const MultitenantService: IMultitenantService;
|
|
@@ -598,7 +598,7 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
|
|
|
598
598
|
createOwnerPersonalAccessToken: grpc.handleUnaryCall<multitenant_pb.CreateOwnerPersonalAccessTokenRequest, multitenant_pb.CreateOwnerPersonalAccessTokenResponse>;
|
|
599
599
|
getInstallationSettings: grpc.handleUnaryCall<multitenant_pb.GetInstallationSettingsRequest, multitenant_pb.GetInstallationSettingsResponse>;
|
|
600
600
|
createFlowBuilderBotAccount: grpc.handleUnaryCall<multitenant_pb.CreateFlowBuilderBotAccountRequest, multitenant_pb.CreateFlowBuilderBotAccountResponse>;
|
|
601
|
-
|
|
601
|
+
getManualInstallation: grpc.handleUnaryCall<multitenant_pb.GetManualInstallationRequest, multitenant_pb.GetManualInstallationResponse>;
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
export interface IMultitenantClient {
|
|
@@ -758,9 +758,9 @@ export interface IMultitenantClient {
|
|
|
758
758
|
createFlowBuilderBotAccount(request: multitenant_pb.CreateFlowBuilderBotAccountRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateFlowBuilderBotAccountResponse) => void): grpc.ClientUnaryCall;
|
|
759
759
|
createFlowBuilderBotAccount(request: multitenant_pb.CreateFlowBuilderBotAccountRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateFlowBuilderBotAccountResponse) => void): grpc.ClientUnaryCall;
|
|
760
760
|
createFlowBuilderBotAccount(request: multitenant_pb.CreateFlowBuilderBotAccountRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateFlowBuilderBotAccountResponse) => void): grpc.ClientUnaryCall;
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
761
|
+
getManualInstallation(request: multitenant_pb.GetManualInstallationRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetManualInstallationResponse) => void): grpc.ClientUnaryCall;
|
|
762
|
+
getManualInstallation(request: multitenant_pb.GetManualInstallationRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetManualInstallationResponse) => void): grpc.ClientUnaryCall;
|
|
763
|
+
getManualInstallation(request: multitenant_pb.GetManualInstallationRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetManualInstallationResponse) => void): grpc.ClientUnaryCall;
|
|
764
764
|
}
|
|
765
765
|
|
|
766
766
|
export class MultitenantClient extends grpc.Client implements IMultitenantClient {
|
|
@@ -921,7 +921,7 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
|
|
|
921
921
|
public createFlowBuilderBotAccount(request: multitenant_pb.CreateFlowBuilderBotAccountRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateFlowBuilderBotAccountResponse) => void): grpc.ClientUnaryCall;
|
|
922
922
|
public createFlowBuilderBotAccount(request: multitenant_pb.CreateFlowBuilderBotAccountRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateFlowBuilderBotAccountResponse) => void): grpc.ClientUnaryCall;
|
|
923
923
|
public createFlowBuilderBotAccount(request: multitenant_pb.CreateFlowBuilderBotAccountRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateFlowBuilderBotAccountResponse) => void): grpc.ClientUnaryCall;
|
|
924
|
-
public
|
|
925
|
-
public
|
|
926
|
-
public
|
|
924
|
+
public getManualInstallation(request: multitenant_pb.GetManualInstallationRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetManualInstallationResponse) => void): grpc.ClientUnaryCall;
|
|
925
|
+
public getManualInstallation(request: multitenant_pb.GetManualInstallationRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetManualInstallationResponse) => void): grpc.ClientUnaryCall;
|
|
926
|
+
public getManualInstallation(request: multitenant_pb.GetManualInstallationRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetManualInstallationResponse) => void): grpc.ClientUnaryCall;
|
|
927
927
|
}
|
|
@@ -347,28 +347,6 @@ function deserialize_lansweeper_multitenant_v1_GetAccountIdsBySiteIdResponse(buf
|
|
|
347
347
|
return multitenant_pb.GetAccountIdsBySiteIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
function serialize_lansweeper_multitenant_v1_GetAllInstallsPaginatedRequest(arg) {
|
|
351
|
-
if (!(arg instanceof multitenant_pb.GetAllInstallsPaginatedRequest)) {
|
|
352
|
-
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetAllInstallsPaginatedRequest');
|
|
353
|
-
}
|
|
354
|
-
return Buffer.from(arg.serializeBinary());
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
function deserialize_lansweeper_multitenant_v1_GetAllInstallsPaginatedRequest(buffer_arg) {
|
|
358
|
-
return multitenant_pb.GetAllInstallsPaginatedRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
function serialize_lansweeper_multitenant_v1_GetAllInstallsPaginatedResponse(arg) {
|
|
362
|
-
if (!(arg instanceof multitenant_pb.GetAllInstallsPaginatedResponse)) {
|
|
363
|
-
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse');
|
|
364
|
-
}
|
|
365
|
-
return Buffer.from(arg.serializeBinary());
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
function deserialize_lansweeper_multitenant_v1_GetAllInstallsPaginatedResponse(buffer_arg) {
|
|
369
|
-
return multitenant_pb.GetAllInstallsPaginatedResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
370
|
-
}
|
|
371
|
-
|
|
372
350
|
function serialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdRequest(arg) {
|
|
373
351
|
if (!(arg instanceof multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest)) {
|
|
374
352
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest');
|
|
@@ -567,6 +545,28 @@ function deserialize_lansweeper_multitenant_v1_GetInstallsForMultipleSitesRespon
|
|
|
567
545
|
return multitenant_pb.GetInstallsForMultipleSitesResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
568
546
|
}
|
|
569
547
|
|
|
548
|
+
function serialize_lansweeper_multitenant_v1_GetManualInstallationRequest(arg) {
|
|
549
|
+
if (!(arg instanceof multitenant_pb.GetManualInstallationRequest)) {
|
|
550
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetManualInstallationRequest');
|
|
551
|
+
}
|
|
552
|
+
return Buffer.from(arg.serializeBinary());
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
function deserialize_lansweeper_multitenant_v1_GetManualInstallationRequest(buffer_arg) {
|
|
556
|
+
return multitenant_pb.GetManualInstallationRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
function serialize_lansweeper_multitenant_v1_GetManualInstallationResponse(arg) {
|
|
560
|
+
if (!(arg instanceof multitenant_pb.GetManualInstallationResponse)) {
|
|
561
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetManualInstallationResponse');
|
|
562
|
+
}
|
|
563
|
+
return Buffer.from(arg.serializeBinary());
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
function deserialize_lansweeper_multitenant_v1_GetManualInstallationResponse(buffer_arg) {
|
|
567
|
+
return multitenant_pb.GetManualInstallationResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
568
|
+
}
|
|
569
|
+
|
|
570
570
|
function serialize_lansweeper_multitenant_v1_GetMsmpOrganizationAccountRequest(arg) {
|
|
571
571
|
if (!(arg instanceof multitenant_pb.GetMsmpOrganizationAccountRequest)) {
|
|
572
572
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetMsmpOrganizationAccountRequest');
|
|
@@ -1735,16 +1735,16 @@ var MultitenantService = exports.MultitenantService = {
|
|
|
1735
1735
|
responseSerialize: serialize_lansweeper_multitenant_v1_CreateFlowBuilderBotAccountResponse,
|
|
1736
1736
|
responseDeserialize: deserialize_lansweeper_multitenant_v1_CreateFlowBuilderBotAccountResponse,
|
|
1737
1737
|
},
|
|
1738
|
-
|
|
1739
|
-
path: '/lansweeper.multitenant.v1.Multitenant/
|
|
1738
|
+
getManualInstallation: {
|
|
1739
|
+
path: '/lansweeper.multitenant.v1.Multitenant/GetManualInstallation',
|
|
1740
1740
|
requestStream: false,
|
|
1741
1741
|
responseStream: false,
|
|
1742
|
-
requestType: multitenant_pb.
|
|
1743
|
-
responseType: multitenant_pb.
|
|
1744
|
-
requestSerialize:
|
|
1745
|
-
requestDeserialize:
|
|
1746
|
-
responseSerialize:
|
|
1747
|
-
responseDeserialize:
|
|
1742
|
+
requestType: multitenant_pb.GetManualInstallationRequest,
|
|
1743
|
+
responseType: multitenant_pb.GetManualInstallationResponse,
|
|
1744
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_GetManualInstallationRequest,
|
|
1745
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_GetManualInstallationRequest,
|
|
1746
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_GetManualInstallationResponse,
|
|
1747
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_GetManualInstallationResponse,
|
|
1748
1748
|
},
|
|
1749
1749
|
};
|
|
1750
1750
|
|
|
@@ -3347,48 +3347,49 @@ export namespace CreateFlowBuilderBotAccountResponse {
|
|
|
3347
3347
|
}
|
|
3348
3348
|
}
|
|
3349
3349
|
|
|
3350
|
-
export class
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3350
|
+
export class GetManualInstallationRequest extends jspb.Message {
|
|
3351
|
+
getSiteId(): string;
|
|
3352
|
+
setSiteId(value: string): GetManualInstallationRequest;
|
|
3353
|
+
|
|
3354
|
+
hasUserId(): boolean;
|
|
3355
|
+
clearUserId(): void;
|
|
3356
|
+
getUserId(): string | undefined;
|
|
3357
|
+
setUserId(value: string): GetManualInstallationRequest;
|
|
3355
3358
|
|
|
3356
3359
|
serializeBinary(): Uint8Array;
|
|
3357
|
-
toObject(includeInstance?: boolean):
|
|
3358
|
-
static toObject(includeInstance: boolean, msg:
|
|
3360
|
+
toObject(includeInstance?: boolean): GetManualInstallationRequest.AsObject;
|
|
3361
|
+
static toObject(includeInstance: boolean, msg: GetManualInstallationRequest): GetManualInstallationRequest.AsObject;
|
|
3359
3362
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3360
3363
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3361
|
-
static serializeBinaryToWriter(message:
|
|
3362
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
3363
|
-
static deserializeBinaryFromReader(message:
|
|
3364
|
+
static serializeBinaryToWriter(message: GetManualInstallationRequest, writer: jspb.BinaryWriter): void;
|
|
3365
|
+
static deserializeBinary(bytes: Uint8Array): GetManualInstallationRequest;
|
|
3366
|
+
static deserializeBinaryFromReader(message: GetManualInstallationRequest, reader: jspb.BinaryReader): GetManualInstallationRequest;
|
|
3364
3367
|
}
|
|
3365
3368
|
|
|
3366
|
-
export namespace
|
|
3369
|
+
export namespace GetManualInstallationRequest {
|
|
3367
3370
|
export type AsObject = {
|
|
3368
|
-
|
|
3369
|
-
|
|
3371
|
+
siteId: string,
|
|
3372
|
+
userId?: string,
|
|
3370
3373
|
}
|
|
3371
3374
|
}
|
|
3372
3375
|
|
|
3373
|
-
export class
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
setInstallsList(value: Array<Install>): GetAllInstallsPaginatedResponse;
|
|
3377
|
-
addInstalls(value?: Install, index?: number): Install;
|
|
3376
|
+
export class GetManualInstallationResponse extends jspb.Message {
|
|
3377
|
+
getManualInstallId(): string;
|
|
3378
|
+
setManualInstallId(value: string): GetManualInstallationResponse;
|
|
3378
3379
|
|
|
3379
3380
|
serializeBinary(): Uint8Array;
|
|
3380
|
-
toObject(includeInstance?: boolean):
|
|
3381
|
-
static toObject(includeInstance: boolean, msg:
|
|
3381
|
+
toObject(includeInstance?: boolean): GetManualInstallationResponse.AsObject;
|
|
3382
|
+
static toObject(includeInstance: boolean, msg: GetManualInstallationResponse): GetManualInstallationResponse.AsObject;
|
|
3382
3383
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3383
3384
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3384
|
-
static serializeBinaryToWriter(message:
|
|
3385
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
3386
|
-
static deserializeBinaryFromReader(message:
|
|
3385
|
+
static serializeBinaryToWriter(message: GetManualInstallationResponse, writer: jspb.BinaryWriter): void;
|
|
3386
|
+
static deserializeBinary(bytes: Uint8Array): GetManualInstallationResponse;
|
|
3387
|
+
static deserializeBinaryFromReader(message: GetManualInstallationResponse, reader: jspb.BinaryReader): GetManualInstallationResponse;
|
|
3387
3388
|
}
|
|
3388
3389
|
|
|
3389
|
-
export namespace
|
|
3390
|
+
export namespace GetManualInstallationResponse {
|
|
3390
3391
|
export type AsObject = {
|
|
3391
|
-
|
|
3392
|
+
manualInstallId: string,
|
|
3392
3393
|
}
|
|
3393
3394
|
}
|
|
3394
3395
|
|
|
@@ -57,8 +57,6 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.DisableWebhookEmailRequest.We
|
|
|
57
57
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.DisableWebhookEmailResponse', null, global);
|
|
58
58
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest', null, global);
|
|
59
59
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse', null, global);
|
|
60
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedRequest', null, global);
|
|
61
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse', null, global);
|
|
62
60
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest', null, global);
|
|
63
61
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse', null, global);
|
|
64
62
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest', null, global);
|
|
@@ -78,6 +76,8 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsCountBySiteRequest
|
|
|
78
76
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsCountResponse', null, global);
|
|
79
77
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsForMultipleSitesRequest', null, global);
|
|
80
78
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsForMultipleSitesResponse', null, global);
|
|
79
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetManualInstallationRequest', null, global);
|
|
80
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetManualInstallationResponse', null, global);
|
|
81
81
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetMsmpOrganizationAccountRequest', null, global);
|
|
82
82
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetMsmpOrganizationAccountResponse', null, global);
|
|
83
83
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetMsmpOrganizationListRequest', null, global);
|
|
@@ -2925,16 +2925,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2925
2925
|
* @extends {jspb.Message}
|
|
2926
2926
|
* @constructor
|
|
2927
2927
|
*/
|
|
2928
|
-
proto.lansweeper.multitenant.v1.
|
|
2928
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest = function(opt_data) {
|
|
2929
2929
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2930
2930
|
};
|
|
2931
|
-
goog.inherits(proto.lansweeper.multitenant.v1.
|
|
2931
|
+
goog.inherits(proto.lansweeper.multitenant.v1.GetManualInstallationRequest, jspb.Message);
|
|
2932
2932
|
if (goog.DEBUG && !COMPILED) {
|
|
2933
2933
|
/**
|
|
2934
2934
|
* @public
|
|
2935
2935
|
* @override
|
|
2936
2936
|
*/
|
|
2937
|
-
proto.lansweeper.multitenant.v1.
|
|
2937
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.displayName = 'proto.lansweeper.multitenant.v1.GetManualInstallationRequest';
|
|
2938
2938
|
}
|
|
2939
2939
|
/**
|
|
2940
2940
|
* Generated by JsPbCodeGenerator.
|
|
@@ -2946,16 +2946,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2946
2946
|
* @extends {jspb.Message}
|
|
2947
2947
|
* @constructor
|
|
2948
2948
|
*/
|
|
2949
|
-
proto.lansweeper.multitenant.v1.
|
|
2950
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
2949
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse = function(opt_data) {
|
|
2950
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2951
2951
|
};
|
|
2952
|
-
goog.inherits(proto.lansweeper.multitenant.v1.
|
|
2952
|
+
goog.inherits(proto.lansweeper.multitenant.v1.GetManualInstallationResponse, jspb.Message);
|
|
2953
2953
|
if (goog.DEBUG && !COMPILED) {
|
|
2954
2954
|
/**
|
|
2955
2955
|
* @public
|
|
2956
2956
|
* @override
|
|
2957
2957
|
*/
|
|
2958
|
-
proto.lansweeper.multitenant.v1.
|
|
2958
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.displayName = 'proto.lansweeper.multitenant.v1.GetManualInstallationResponse';
|
|
2959
2959
|
}
|
|
2960
2960
|
|
|
2961
2961
|
|
|
@@ -26810,8 +26810,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
26810
26810
|
* http://goto/soy-param-migration
|
|
26811
26811
|
* @return {!Object}
|
|
26812
26812
|
*/
|
|
26813
|
-
proto.lansweeper.multitenant.v1.
|
|
26814
|
-
return proto.lansweeper.multitenant.v1.
|
|
26813
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.prototype.toObject = function(opt_includeInstance) {
|
|
26814
|
+
return proto.lansweeper.multitenant.v1.GetManualInstallationRequest.toObject(opt_includeInstance, this);
|
|
26815
26815
|
};
|
|
26816
26816
|
|
|
26817
26817
|
|
|
@@ -26820,14 +26820,14 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedRequest.prototype.toObjec
|
|
|
26820
26820
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
26821
26821
|
* the JSPB instance for transitional soy proto support:
|
|
26822
26822
|
* http://goto/soy-param-migration
|
|
26823
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
26823
|
+
* @param {!proto.lansweeper.multitenant.v1.GetManualInstallationRequest} msg The msg instance to transform.
|
|
26824
26824
|
* @return {!Object}
|
|
26825
26825
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
26826
26826
|
*/
|
|
26827
|
-
proto.lansweeper.multitenant.v1.
|
|
26827
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.toObject = function(includeInstance, msg) {
|
|
26828
26828
|
var f, obj = {
|
|
26829
|
-
|
|
26830
|
-
|
|
26829
|
+
siteId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
26830
|
+
userId: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
26831
26831
|
};
|
|
26832
26832
|
|
|
26833
26833
|
if (includeInstance) {
|
|
@@ -26841,23 +26841,23 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedRequest.toObject = functi
|
|
|
26841
26841
|
/**
|
|
26842
26842
|
* Deserializes binary data (in protobuf wire format).
|
|
26843
26843
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
26844
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
26844
|
+
* @return {!proto.lansweeper.multitenant.v1.GetManualInstallationRequest}
|
|
26845
26845
|
*/
|
|
26846
|
-
proto.lansweeper.multitenant.v1.
|
|
26846
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.deserializeBinary = function(bytes) {
|
|
26847
26847
|
var reader = new jspb.BinaryReader(bytes);
|
|
26848
|
-
var msg = new proto.lansweeper.multitenant.v1.
|
|
26849
|
-
return proto.lansweeper.multitenant.v1.
|
|
26848
|
+
var msg = new proto.lansweeper.multitenant.v1.GetManualInstallationRequest;
|
|
26849
|
+
return proto.lansweeper.multitenant.v1.GetManualInstallationRequest.deserializeBinaryFromReader(msg, reader);
|
|
26850
26850
|
};
|
|
26851
26851
|
|
|
26852
26852
|
|
|
26853
26853
|
/**
|
|
26854
26854
|
* Deserializes binary data (in protobuf wire format) from the
|
|
26855
26855
|
* given reader into the given message object.
|
|
26856
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
26856
|
+
* @param {!proto.lansweeper.multitenant.v1.GetManualInstallationRequest} msg The message object to deserialize into.
|
|
26857
26857
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
26858
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
26858
|
+
* @return {!proto.lansweeper.multitenant.v1.GetManualInstallationRequest}
|
|
26859
26859
|
*/
|
|
26860
|
-
proto.lansweeper.multitenant.v1.
|
|
26860
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
26861
26861
|
while (reader.nextField()) {
|
|
26862
26862
|
if (reader.isEndGroup()) {
|
|
26863
26863
|
break;
|
|
@@ -26865,12 +26865,12 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedRequest.deserializeBinary
|
|
|
26865
26865
|
var field = reader.getFieldNumber();
|
|
26866
26866
|
switch (field) {
|
|
26867
26867
|
case 1:
|
|
26868
|
-
var value = /** @type {
|
|
26869
|
-
msg.
|
|
26868
|
+
var value = /** @type {string} */ (reader.readString());
|
|
26869
|
+
msg.setSiteId(value);
|
|
26870
26870
|
break;
|
|
26871
26871
|
case 2:
|
|
26872
|
-
var value = /** @type {
|
|
26873
|
-
msg.
|
|
26872
|
+
var value = /** @type {string} */ (reader.readString());
|
|
26873
|
+
msg.setUserId(value);
|
|
26874
26874
|
break;
|
|
26875
26875
|
default:
|
|
26876
26876
|
reader.skipField();
|
|
@@ -26885,9 +26885,9 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedRequest.deserializeBinary
|
|
|
26885
26885
|
* Serializes the message to binary data (in protobuf wire format).
|
|
26886
26886
|
* @return {!Uint8Array}
|
|
26887
26887
|
*/
|
|
26888
|
-
proto.lansweeper.multitenant.v1.
|
|
26888
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.prototype.serializeBinary = function() {
|
|
26889
26889
|
var writer = new jspb.BinaryWriter();
|
|
26890
|
-
proto.lansweeper.multitenant.v1.
|
|
26890
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.serializeBinaryToWriter(this, writer);
|
|
26891
26891
|
return writer.getResultBuffer();
|
|
26892
26892
|
};
|
|
26893
26893
|
|
|
@@ -26895,22 +26895,22 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedRequest.prototype.seriali
|
|
|
26895
26895
|
/**
|
|
26896
26896
|
* Serializes the given message to binary data (in protobuf wire
|
|
26897
26897
|
* format), writing to the given BinaryWriter.
|
|
26898
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
26898
|
+
* @param {!proto.lansweeper.multitenant.v1.GetManualInstallationRequest} message
|
|
26899
26899
|
* @param {!jspb.BinaryWriter} writer
|
|
26900
26900
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
26901
26901
|
*/
|
|
26902
|
-
proto.lansweeper.multitenant.v1.
|
|
26902
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.serializeBinaryToWriter = function(message, writer) {
|
|
26903
26903
|
var f = undefined;
|
|
26904
|
-
f = message.
|
|
26905
|
-
if (f
|
|
26906
|
-
writer.
|
|
26904
|
+
f = message.getSiteId();
|
|
26905
|
+
if (f.length > 0) {
|
|
26906
|
+
writer.writeString(
|
|
26907
26907
|
1,
|
|
26908
26908
|
f
|
|
26909
26909
|
);
|
|
26910
26910
|
}
|
|
26911
|
-
f =
|
|
26912
|
-
if (f
|
|
26913
|
-
writer.
|
|
26911
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
26912
|
+
if (f != null) {
|
|
26913
|
+
writer.writeString(
|
|
26914
26914
|
2,
|
|
26915
26915
|
f
|
|
26916
26916
|
);
|
|
@@ -26919,48 +26919,59 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedRequest.serializeBinaryTo
|
|
|
26919
26919
|
|
|
26920
26920
|
|
|
26921
26921
|
/**
|
|
26922
|
-
* optional
|
|
26923
|
-
* @return {
|
|
26922
|
+
* optional string site_id = 1;
|
|
26923
|
+
* @return {string}
|
|
26924
26924
|
*/
|
|
26925
|
-
proto.lansweeper.multitenant.v1.
|
|
26926
|
-
return /** @type {
|
|
26925
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.prototype.getSiteId = function() {
|
|
26926
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
26927
26927
|
};
|
|
26928
26928
|
|
|
26929
26929
|
|
|
26930
26930
|
/**
|
|
26931
|
-
* @param {
|
|
26932
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
26931
|
+
* @param {string} value
|
|
26932
|
+
* @return {!proto.lansweeper.multitenant.v1.GetManualInstallationRequest} returns this
|
|
26933
26933
|
*/
|
|
26934
|
-
proto.lansweeper.multitenant.v1.
|
|
26935
|
-
return jspb.Message.
|
|
26934
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.prototype.setSiteId = function(value) {
|
|
26935
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
26936
26936
|
};
|
|
26937
26937
|
|
|
26938
26938
|
|
|
26939
26939
|
/**
|
|
26940
|
-
* optional
|
|
26941
|
-
* @return {
|
|
26940
|
+
* optional string user_id = 2;
|
|
26941
|
+
* @return {string}
|
|
26942
26942
|
*/
|
|
26943
|
-
proto.lansweeper.multitenant.v1.
|
|
26944
|
-
return /** @type {
|
|
26943
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.prototype.getUserId = function() {
|
|
26944
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
26945
26945
|
};
|
|
26946
26946
|
|
|
26947
26947
|
|
|
26948
26948
|
/**
|
|
26949
|
-
* @param {
|
|
26950
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
26949
|
+
* @param {string} value
|
|
26950
|
+
* @return {!proto.lansweeper.multitenant.v1.GetManualInstallationRequest} returns this
|
|
26951
26951
|
*/
|
|
26952
|
-
proto.lansweeper.multitenant.v1.
|
|
26953
|
-
return jspb.Message.
|
|
26952
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.prototype.setUserId = function(value) {
|
|
26953
|
+
return jspb.Message.setField(this, 2, value);
|
|
26954
26954
|
};
|
|
26955
26955
|
|
|
26956
26956
|
|
|
26957
|
+
/**
|
|
26958
|
+
* Clears the field making it undefined.
|
|
26959
|
+
* @return {!proto.lansweeper.multitenant.v1.GetManualInstallationRequest} returns this
|
|
26960
|
+
*/
|
|
26961
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.prototype.clearUserId = function() {
|
|
26962
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
26963
|
+
};
|
|
26964
|
+
|
|
26957
26965
|
|
|
26958
26966
|
/**
|
|
26959
|
-
*
|
|
26960
|
-
* @
|
|
26961
|
-
* @const
|
|
26967
|
+
* Returns whether this field is set.
|
|
26968
|
+
* @return {boolean}
|
|
26962
26969
|
*/
|
|
26963
|
-
proto.lansweeper.multitenant.v1.
|
|
26970
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationRequest.prototype.hasUserId = function() {
|
|
26971
|
+
return jspb.Message.getField(this, 2) != null;
|
|
26972
|
+
};
|
|
26973
|
+
|
|
26974
|
+
|
|
26964
26975
|
|
|
26965
26976
|
|
|
26966
26977
|
|
|
@@ -26977,8 +26988,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
26977
26988
|
* http://goto/soy-param-migration
|
|
26978
26989
|
* @return {!Object}
|
|
26979
26990
|
*/
|
|
26980
|
-
proto.lansweeper.multitenant.v1.
|
|
26981
|
-
return proto.lansweeper.multitenant.v1.
|
|
26991
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.prototype.toObject = function(opt_includeInstance) {
|
|
26992
|
+
return proto.lansweeper.multitenant.v1.GetManualInstallationResponse.toObject(opt_includeInstance, this);
|
|
26982
26993
|
};
|
|
26983
26994
|
|
|
26984
26995
|
|
|
@@ -26987,14 +26998,13 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse.prototype.toObje
|
|
|
26987
26998
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
26988
26999
|
* the JSPB instance for transitional soy proto support:
|
|
26989
27000
|
* http://goto/soy-param-migration
|
|
26990
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
27001
|
+
* @param {!proto.lansweeper.multitenant.v1.GetManualInstallationResponse} msg The msg instance to transform.
|
|
26991
27002
|
* @return {!Object}
|
|
26992
27003
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
26993
27004
|
*/
|
|
26994
|
-
proto.lansweeper.multitenant.v1.
|
|
27005
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.toObject = function(includeInstance, msg) {
|
|
26995
27006
|
var f, obj = {
|
|
26996
|
-
|
|
26997
|
-
proto.lansweeper.multitenant.v1.Install.toObject, includeInstance)
|
|
27007
|
+
manualInstallId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
26998
27008
|
};
|
|
26999
27009
|
|
|
27000
27010
|
if (includeInstance) {
|
|
@@ -27008,23 +27018,23 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse.toObject = funct
|
|
|
27008
27018
|
/**
|
|
27009
27019
|
* Deserializes binary data (in protobuf wire format).
|
|
27010
27020
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
27011
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
27021
|
+
* @return {!proto.lansweeper.multitenant.v1.GetManualInstallationResponse}
|
|
27012
27022
|
*/
|
|
27013
|
-
proto.lansweeper.multitenant.v1.
|
|
27023
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.deserializeBinary = function(bytes) {
|
|
27014
27024
|
var reader = new jspb.BinaryReader(bytes);
|
|
27015
|
-
var msg = new proto.lansweeper.multitenant.v1.
|
|
27016
|
-
return proto.lansweeper.multitenant.v1.
|
|
27025
|
+
var msg = new proto.lansweeper.multitenant.v1.GetManualInstallationResponse;
|
|
27026
|
+
return proto.lansweeper.multitenant.v1.GetManualInstallationResponse.deserializeBinaryFromReader(msg, reader);
|
|
27017
27027
|
};
|
|
27018
27028
|
|
|
27019
27029
|
|
|
27020
27030
|
/**
|
|
27021
27031
|
* Deserializes binary data (in protobuf wire format) from the
|
|
27022
27032
|
* given reader into the given message object.
|
|
27023
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
27033
|
+
* @param {!proto.lansweeper.multitenant.v1.GetManualInstallationResponse} msg The message object to deserialize into.
|
|
27024
27034
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
27025
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
27035
|
+
* @return {!proto.lansweeper.multitenant.v1.GetManualInstallationResponse}
|
|
27026
27036
|
*/
|
|
27027
|
-
proto.lansweeper.multitenant.v1.
|
|
27037
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
27028
27038
|
while (reader.nextField()) {
|
|
27029
27039
|
if (reader.isEndGroup()) {
|
|
27030
27040
|
break;
|
|
@@ -27032,9 +27042,8 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse.deserializeBinar
|
|
|
27032
27042
|
var field = reader.getFieldNumber();
|
|
27033
27043
|
switch (field) {
|
|
27034
27044
|
case 1:
|
|
27035
|
-
var value =
|
|
27036
|
-
|
|
27037
|
-
msg.addInstalls(value);
|
|
27045
|
+
var value = /** @type {string} */ (reader.readString());
|
|
27046
|
+
msg.setManualInstallId(value);
|
|
27038
27047
|
break;
|
|
27039
27048
|
default:
|
|
27040
27049
|
reader.skipField();
|
|
@@ -27049,9 +27058,9 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse.deserializeBinar
|
|
|
27049
27058
|
* Serializes the message to binary data (in protobuf wire format).
|
|
27050
27059
|
* @return {!Uint8Array}
|
|
27051
27060
|
*/
|
|
27052
|
-
proto.lansweeper.multitenant.v1.
|
|
27061
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.prototype.serializeBinary = function() {
|
|
27053
27062
|
var writer = new jspb.BinaryWriter();
|
|
27054
|
-
proto.lansweeper.multitenant.v1.
|
|
27063
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.serializeBinaryToWriter(this, writer);
|
|
27055
27064
|
return writer.getResultBuffer();
|
|
27056
27065
|
};
|
|
27057
27066
|
|
|
@@ -27059,58 +27068,37 @@ proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse.prototype.serial
|
|
|
27059
27068
|
/**
|
|
27060
27069
|
* Serializes the given message to binary data (in protobuf wire
|
|
27061
27070
|
* format), writing to the given BinaryWriter.
|
|
27062
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
27071
|
+
* @param {!proto.lansweeper.multitenant.v1.GetManualInstallationResponse} message
|
|
27063
27072
|
* @param {!jspb.BinaryWriter} writer
|
|
27064
27073
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
27065
27074
|
*/
|
|
27066
|
-
proto.lansweeper.multitenant.v1.
|
|
27075
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.serializeBinaryToWriter = function(message, writer) {
|
|
27067
27076
|
var f = undefined;
|
|
27068
|
-
f = message.
|
|
27077
|
+
f = message.getManualInstallId();
|
|
27069
27078
|
if (f.length > 0) {
|
|
27070
|
-
writer.
|
|
27079
|
+
writer.writeString(
|
|
27071
27080
|
1,
|
|
27072
|
-
f
|
|
27073
|
-
proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter
|
|
27081
|
+
f
|
|
27074
27082
|
);
|
|
27075
27083
|
}
|
|
27076
27084
|
};
|
|
27077
27085
|
|
|
27078
27086
|
|
|
27079
27087
|
/**
|
|
27080
|
-
*
|
|
27081
|
-
* @return {
|
|
27082
|
-
*/
|
|
27083
|
-
proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse.prototype.getInstallsList = function() {
|
|
27084
|
-
return /** @type{!Array<!proto.lansweeper.multitenant.v1.Install>} */ (
|
|
27085
|
-
jspb.Message.getRepeatedWrapperField(this, proto.lansweeper.multitenant.v1.Install, 1));
|
|
27086
|
-
};
|
|
27087
|
-
|
|
27088
|
-
|
|
27089
|
-
/**
|
|
27090
|
-
* @param {!Array<!proto.lansweeper.multitenant.v1.Install>} value
|
|
27091
|
-
* @return {!proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse} returns this
|
|
27092
|
-
*/
|
|
27093
|
-
proto.lansweeper.multitenant.v1.GetAllInstallsPaginatedResponse.prototype.setInstallsList = function(value) {
|
|
27094
|
-
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
27095
|
-
};
|
|
27096
|
-
|
|
27097
|
-
|
|
27098
|
-
/**
|
|
27099
|
-
* @param {!proto.lansweeper.multitenant.v1.Install=} opt_value
|
|
27100
|
-
* @param {number=} opt_index
|
|
27101
|
-
* @return {!proto.lansweeper.multitenant.v1.Install}
|
|
27088
|
+
* optional string manual_install_id = 1;
|
|
27089
|
+
* @return {string}
|
|
27102
27090
|
*/
|
|
27103
|
-
proto.lansweeper.multitenant.v1.
|
|
27104
|
-
return jspb.Message.
|
|
27091
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.prototype.getManualInstallId = function() {
|
|
27092
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
27105
27093
|
};
|
|
27106
27094
|
|
|
27107
27095
|
|
|
27108
27096
|
/**
|
|
27109
|
-
*
|
|
27110
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
27097
|
+
* @param {string} value
|
|
27098
|
+
* @return {!proto.lansweeper.multitenant.v1.GetManualInstallationResponse} returns this
|
|
27111
27099
|
*/
|
|
27112
|
-
proto.lansweeper.multitenant.v1.
|
|
27113
|
-
return
|
|
27100
|
+
proto.lansweeper.multitenant.v1.GetManualInstallationResponse.prototype.setManualInstallId = function(value) {
|
|
27101
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
27114
27102
|
};
|
|
27115
27103
|
|
|
27116
27104
|
|