@lansweeper/multitenant-api-grpc 0.4.79 → 0.4.80
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/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_grpc_pb.d.ts +17 -0
- package/gen-proto/multitenant_grpc_pb.js +33 -0
- package/gen-proto/multitenant_pb.d.ts +43 -0
- package/gen-proto/multitenant_pb.js +334 -0
- package/generated-go/multitenant.pb.go +274 -124
- package/generated-go/multitenant_grpc.pb.go +38 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +10 -0
|
@@ -7007,6 +7007,108 @@ func (x *GetInstallationSettingsResponse) GetDigitalLicenseToken() string {
|
|
|
7007
7007
|
return ""
|
|
7008
7008
|
}
|
|
7009
7009
|
|
|
7010
|
+
type CreateFlowBuilderBotAccountRequest struct {
|
|
7011
|
+
state protoimpl.MessageState
|
|
7012
|
+
sizeCache protoimpl.SizeCache
|
|
7013
|
+
unknownFields protoimpl.UnknownFields
|
|
7014
|
+
|
|
7015
|
+
TraceId string `protobuf:"bytes,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
|
|
7016
|
+
SiteId string `protobuf:"bytes,2,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"`
|
|
7017
|
+
}
|
|
7018
|
+
|
|
7019
|
+
func (x *CreateFlowBuilderBotAccountRequest) Reset() {
|
|
7020
|
+
*x = CreateFlowBuilderBotAccountRequest{}
|
|
7021
|
+
if protoimpl.UnsafeEnabled {
|
|
7022
|
+
mi := &file_multitenant_proto_msgTypes[117]
|
|
7023
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7024
|
+
ms.StoreMessageInfo(mi)
|
|
7025
|
+
}
|
|
7026
|
+
}
|
|
7027
|
+
|
|
7028
|
+
func (x *CreateFlowBuilderBotAccountRequest) String() string {
|
|
7029
|
+
return protoimpl.X.MessageStringOf(x)
|
|
7030
|
+
}
|
|
7031
|
+
|
|
7032
|
+
func (*CreateFlowBuilderBotAccountRequest) ProtoMessage() {}
|
|
7033
|
+
|
|
7034
|
+
func (x *CreateFlowBuilderBotAccountRequest) ProtoReflect() protoreflect.Message {
|
|
7035
|
+
mi := &file_multitenant_proto_msgTypes[117]
|
|
7036
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
7037
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7038
|
+
if ms.LoadMessageInfo() == nil {
|
|
7039
|
+
ms.StoreMessageInfo(mi)
|
|
7040
|
+
}
|
|
7041
|
+
return ms
|
|
7042
|
+
}
|
|
7043
|
+
return mi.MessageOf(x)
|
|
7044
|
+
}
|
|
7045
|
+
|
|
7046
|
+
// Deprecated: Use CreateFlowBuilderBotAccountRequest.ProtoReflect.Descriptor instead.
|
|
7047
|
+
func (*CreateFlowBuilderBotAccountRequest) Descriptor() ([]byte, []int) {
|
|
7048
|
+
return file_multitenant_proto_rawDescGZIP(), []int{117}
|
|
7049
|
+
}
|
|
7050
|
+
|
|
7051
|
+
func (x *CreateFlowBuilderBotAccountRequest) GetTraceId() string {
|
|
7052
|
+
if x != nil {
|
|
7053
|
+
return x.TraceId
|
|
7054
|
+
}
|
|
7055
|
+
return ""
|
|
7056
|
+
}
|
|
7057
|
+
|
|
7058
|
+
func (x *CreateFlowBuilderBotAccountRequest) GetSiteId() string {
|
|
7059
|
+
if x != nil {
|
|
7060
|
+
return x.SiteId
|
|
7061
|
+
}
|
|
7062
|
+
return ""
|
|
7063
|
+
}
|
|
7064
|
+
|
|
7065
|
+
type CreateFlowBuilderBotAccountResponse struct {
|
|
7066
|
+
state protoimpl.MessageState
|
|
7067
|
+
sizeCache protoimpl.SizeCache
|
|
7068
|
+
unknownFields protoimpl.UnknownFields
|
|
7069
|
+
|
|
7070
|
+
AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
|
|
7071
|
+
}
|
|
7072
|
+
|
|
7073
|
+
func (x *CreateFlowBuilderBotAccountResponse) Reset() {
|
|
7074
|
+
*x = CreateFlowBuilderBotAccountResponse{}
|
|
7075
|
+
if protoimpl.UnsafeEnabled {
|
|
7076
|
+
mi := &file_multitenant_proto_msgTypes[118]
|
|
7077
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7078
|
+
ms.StoreMessageInfo(mi)
|
|
7079
|
+
}
|
|
7080
|
+
}
|
|
7081
|
+
|
|
7082
|
+
func (x *CreateFlowBuilderBotAccountResponse) String() string {
|
|
7083
|
+
return protoimpl.X.MessageStringOf(x)
|
|
7084
|
+
}
|
|
7085
|
+
|
|
7086
|
+
func (*CreateFlowBuilderBotAccountResponse) ProtoMessage() {}
|
|
7087
|
+
|
|
7088
|
+
func (x *CreateFlowBuilderBotAccountResponse) ProtoReflect() protoreflect.Message {
|
|
7089
|
+
mi := &file_multitenant_proto_msgTypes[118]
|
|
7090
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
7091
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7092
|
+
if ms.LoadMessageInfo() == nil {
|
|
7093
|
+
ms.StoreMessageInfo(mi)
|
|
7094
|
+
}
|
|
7095
|
+
return ms
|
|
7096
|
+
}
|
|
7097
|
+
return mi.MessageOf(x)
|
|
7098
|
+
}
|
|
7099
|
+
|
|
7100
|
+
// Deprecated: Use CreateFlowBuilderBotAccountResponse.ProtoReflect.Descriptor instead.
|
|
7101
|
+
func (*CreateFlowBuilderBotAccountResponse) Descriptor() ([]byte, []int) {
|
|
7102
|
+
return file_multitenant_proto_rawDescGZIP(), []int{118}
|
|
7103
|
+
}
|
|
7104
|
+
|
|
7105
|
+
func (x *CreateFlowBuilderBotAccountResponse) GetAccountId() string {
|
|
7106
|
+
if x != nil {
|
|
7107
|
+
return x.AccountId
|
|
7108
|
+
}
|
|
7109
|
+
return ""
|
|
7110
|
+
}
|
|
7111
|
+
|
|
7010
7112
|
type CheckAccessToSiteByAccountIdRequest_UserInfo struct {
|
|
7011
7113
|
state protoimpl.MessageState
|
|
7012
7114
|
sizeCache protoimpl.SizeCache
|
|
@@ -7019,7 +7121,7 @@ type CheckAccessToSiteByAccountIdRequest_UserInfo struct {
|
|
|
7019
7121
|
func (x *CheckAccessToSiteByAccountIdRequest_UserInfo) Reset() {
|
|
7020
7122
|
*x = CheckAccessToSiteByAccountIdRequest_UserInfo{}
|
|
7021
7123
|
if protoimpl.UnsafeEnabled {
|
|
7022
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7124
|
+
mi := &file_multitenant_proto_msgTypes[119]
|
|
7023
7125
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7024
7126
|
ms.StoreMessageInfo(mi)
|
|
7025
7127
|
}
|
|
@@ -7032,7 +7134,7 @@ func (x *CheckAccessToSiteByAccountIdRequest_UserInfo) String() string {
|
|
|
7032
7134
|
func (*CheckAccessToSiteByAccountIdRequest_UserInfo) ProtoMessage() {}
|
|
7033
7135
|
|
|
7034
7136
|
func (x *CheckAccessToSiteByAccountIdRequest_UserInfo) ProtoReflect() protoreflect.Message {
|
|
7035
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7137
|
+
mi := &file_multitenant_proto_msgTypes[119]
|
|
7036
7138
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7037
7139
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7038
7140
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7075,7 +7177,7 @@ type Install_InstallState struct {
|
|
|
7075
7177
|
func (x *Install_InstallState) Reset() {
|
|
7076
7178
|
*x = Install_InstallState{}
|
|
7077
7179
|
if protoimpl.UnsafeEnabled {
|
|
7078
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7180
|
+
mi := &file_multitenant_proto_msgTypes[120]
|
|
7079
7181
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7080
7182
|
ms.StoreMessageInfo(mi)
|
|
7081
7183
|
}
|
|
@@ -7088,7 +7190,7 @@ func (x *Install_InstallState) String() string {
|
|
|
7088
7190
|
func (*Install_InstallState) ProtoMessage() {}
|
|
7089
7191
|
|
|
7090
7192
|
func (x *Install_InstallState) ProtoReflect() protoreflect.Message {
|
|
7091
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7193
|
+
mi := &file_multitenant_proto_msgTypes[120]
|
|
7092
7194
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7093
7195
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7094
7196
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7139,7 +7241,7 @@ type GetInstallsBySiteRequest_Filter struct {
|
|
|
7139
7241
|
func (x *GetInstallsBySiteRequest_Filter) Reset() {
|
|
7140
7242
|
*x = GetInstallsBySiteRequest_Filter{}
|
|
7141
7243
|
if protoimpl.UnsafeEnabled {
|
|
7142
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7244
|
+
mi := &file_multitenant_proto_msgTypes[121]
|
|
7143
7245
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7144
7246
|
ms.StoreMessageInfo(mi)
|
|
7145
7247
|
}
|
|
@@ -7152,7 +7254,7 @@ func (x *GetInstallsBySiteRequest_Filter) String() string {
|
|
|
7152
7254
|
func (*GetInstallsBySiteRequest_Filter) ProtoMessage() {}
|
|
7153
7255
|
|
|
7154
7256
|
func (x *GetInstallsBySiteRequest_Filter) ProtoReflect() protoreflect.Message {
|
|
7155
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7257
|
+
mi := &file_multitenant_proto_msgTypes[121]
|
|
7156
7258
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7157
7259
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7158
7260
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7204,7 +7306,7 @@ type UpdateInstallByClientIdRequest_SyncerSettings struct {
|
|
|
7204
7306
|
func (x *UpdateInstallByClientIdRequest_SyncerSettings) Reset() {
|
|
7205
7307
|
*x = UpdateInstallByClientIdRequest_SyncerSettings{}
|
|
7206
7308
|
if protoimpl.UnsafeEnabled {
|
|
7207
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7309
|
+
mi := &file_multitenant_proto_msgTypes[122]
|
|
7208
7310
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7209
7311
|
ms.StoreMessageInfo(mi)
|
|
7210
7312
|
}
|
|
@@ -7217,7 +7319,7 @@ func (x *UpdateInstallByClientIdRequest_SyncerSettings) String() string {
|
|
|
7217
7319
|
func (*UpdateInstallByClientIdRequest_SyncerSettings) ProtoMessage() {}
|
|
7218
7320
|
|
|
7219
7321
|
func (x *UpdateInstallByClientIdRequest_SyncerSettings) ProtoReflect() protoreflect.Message {
|
|
7220
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7322
|
+
mi := &file_multitenant_proto_msgTypes[122]
|
|
7221
7323
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7222
7324
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7223
7325
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7273,7 +7375,7 @@ type RemoveInstallDataBySiteIdResponse_Result struct {
|
|
|
7273
7375
|
func (x *RemoveInstallDataBySiteIdResponse_Result) Reset() {
|
|
7274
7376
|
*x = RemoveInstallDataBySiteIdResponse_Result{}
|
|
7275
7377
|
if protoimpl.UnsafeEnabled {
|
|
7276
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7378
|
+
mi := &file_multitenant_proto_msgTypes[123]
|
|
7277
7379
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7278
7380
|
ms.StoreMessageInfo(mi)
|
|
7279
7381
|
}
|
|
@@ -7286,7 +7388,7 @@ func (x *RemoveInstallDataBySiteIdResponse_Result) String() string {
|
|
|
7286
7388
|
func (*RemoveInstallDataBySiteIdResponse_Result) ProtoMessage() {}
|
|
7287
7389
|
|
|
7288
7390
|
func (x *RemoveInstallDataBySiteIdResponse_Result) ProtoReflect() protoreflect.Message {
|
|
7289
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7391
|
+
mi := &file_multitenant_proto_msgTypes[123]
|
|
7290
7392
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7291
7393
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7292
7394
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7328,7 +7430,7 @@ type GetUserPermissionsResponse_AuthorizationAction struct {
|
|
|
7328
7430
|
func (x *GetUserPermissionsResponse_AuthorizationAction) Reset() {
|
|
7329
7431
|
*x = GetUserPermissionsResponse_AuthorizationAction{}
|
|
7330
7432
|
if protoimpl.UnsafeEnabled {
|
|
7331
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7433
|
+
mi := &file_multitenant_proto_msgTypes[124]
|
|
7332
7434
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7333
7435
|
ms.StoreMessageInfo(mi)
|
|
7334
7436
|
}
|
|
@@ -7341,7 +7443,7 @@ func (x *GetUserPermissionsResponse_AuthorizationAction) String() string {
|
|
|
7341
7443
|
func (*GetUserPermissionsResponse_AuthorizationAction) ProtoMessage() {}
|
|
7342
7444
|
|
|
7343
7445
|
func (x *GetUserPermissionsResponse_AuthorizationAction) ProtoReflect() protoreflect.Message {
|
|
7344
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7446
|
+
mi := &file_multitenant_proto_msgTypes[124]
|
|
7345
7447
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7346
7448
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7347
7449
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7382,7 +7484,7 @@ type GetUserPermissionsResponse_Scope struct {
|
|
|
7382
7484
|
func (x *GetUserPermissionsResponse_Scope) Reset() {
|
|
7383
7485
|
*x = GetUserPermissionsResponse_Scope{}
|
|
7384
7486
|
if protoimpl.UnsafeEnabled {
|
|
7385
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7487
|
+
mi := &file_multitenant_proto_msgTypes[125]
|
|
7386
7488
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7387
7489
|
ms.StoreMessageInfo(mi)
|
|
7388
7490
|
}
|
|
@@ -7395,7 +7497,7 @@ func (x *GetUserPermissionsResponse_Scope) String() string {
|
|
|
7395
7497
|
func (*GetUserPermissionsResponse_Scope) ProtoMessage() {}
|
|
7396
7498
|
|
|
7397
7499
|
func (x *GetUserPermissionsResponse_Scope) ProtoReflect() protoreflect.Message {
|
|
7398
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7500
|
+
mi := &file_multitenant_proto_msgTypes[125]
|
|
7399
7501
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7400
7502
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7401
7503
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7432,7 +7534,7 @@ type GetUserPermissionsResponse_Role struct {
|
|
|
7432
7534
|
func (x *GetUserPermissionsResponse_Role) Reset() {
|
|
7433
7535
|
*x = GetUserPermissionsResponse_Role{}
|
|
7434
7536
|
if protoimpl.UnsafeEnabled {
|
|
7435
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7537
|
+
mi := &file_multitenant_proto_msgTypes[126]
|
|
7436
7538
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7437
7539
|
ms.StoreMessageInfo(mi)
|
|
7438
7540
|
}
|
|
@@ -7445,7 +7547,7 @@ func (x *GetUserPermissionsResponse_Role) String() string {
|
|
|
7445
7547
|
func (*GetUserPermissionsResponse_Role) ProtoMessage() {}
|
|
7446
7548
|
|
|
7447
7549
|
func (x *GetUserPermissionsResponse_Role) ProtoReflect() protoreflect.Message {
|
|
7448
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7550
|
+
mi := &file_multitenant_proto_msgTypes[126]
|
|
7449
7551
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7450
7552
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7451
7553
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7504,7 +7606,7 @@ type DisableWebhookEmailRequest_WebhookError struct {
|
|
|
7504
7606
|
func (x *DisableWebhookEmailRequest_WebhookError) Reset() {
|
|
7505
7607
|
*x = DisableWebhookEmailRequest_WebhookError{}
|
|
7506
7608
|
if protoimpl.UnsafeEnabled {
|
|
7507
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7609
|
+
mi := &file_multitenant_proto_msgTypes[127]
|
|
7508
7610
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7509
7611
|
ms.StoreMessageInfo(mi)
|
|
7510
7612
|
}
|
|
@@ -7517,7 +7619,7 @@ func (x *DisableWebhookEmailRequest_WebhookError) String() string {
|
|
|
7517
7619
|
func (*DisableWebhookEmailRequest_WebhookError) ProtoMessage() {}
|
|
7518
7620
|
|
|
7519
7621
|
func (x *DisableWebhookEmailRequest_WebhookError) ProtoReflect() protoreflect.Message {
|
|
7520
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7622
|
+
mi := &file_multitenant_proto_msgTypes[127]
|
|
7521
7623
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7522
7624
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7523
7625
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7574,7 +7676,7 @@ type GetMsmpOrganizationListRequest_MsmpPaginationRequest struct {
|
|
|
7574
7676
|
func (x *GetMsmpOrganizationListRequest_MsmpPaginationRequest) Reset() {
|
|
7575
7677
|
*x = GetMsmpOrganizationListRequest_MsmpPaginationRequest{}
|
|
7576
7678
|
if protoimpl.UnsafeEnabled {
|
|
7577
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7679
|
+
mi := &file_multitenant_proto_msgTypes[129]
|
|
7578
7680
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7579
7681
|
ms.StoreMessageInfo(mi)
|
|
7580
7682
|
}
|
|
@@ -7587,7 +7689,7 @@ func (x *GetMsmpOrganizationListRequest_MsmpPaginationRequest) String() string {
|
|
|
7587
7689
|
func (*GetMsmpOrganizationListRequest_MsmpPaginationRequest) ProtoMessage() {}
|
|
7588
7690
|
|
|
7589
7691
|
func (x *GetMsmpOrganizationListRequest_MsmpPaginationRequest) ProtoReflect() protoreflect.Message {
|
|
7590
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7692
|
+
mi := &file_multitenant_proto_msgTypes[129]
|
|
7591
7693
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7592
7694
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7593
7695
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7629,7 +7731,7 @@ type GetMsmpOrganizationListResponse_MsmpOrganization struct {
|
|
|
7629
7731
|
func (x *GetMsmpOrganizationListResponse_MsmpOrganization) Reset() {
|
|
7630
7732
|
*x = GetMsmpOrganizationListResponse_MsmpOrganization{}
|
|
7631
7733
|
if protoimpl.UnsafeEnabled {
|
|
7632
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7734
|
+
mi := &file_multitenant_proto_msgTypes[130]
|
|
7633
7735
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7634
7736
|
ms.StoreMessageInfo(mi)
|
|
7635
7737
|
}
|
|
@@ -7642,7 +7744,7 @@ func (x *GetMsmpOrganizationListResponse_MsmpOrganization) String() string {
|
|
|
7642
7744
|
func (*GetMsmpOrganizationListResponse_MsmpOrganization) ProtoMessage() {}
|
|
7643
7745
|
|
|
7644
7746
|
func (x *GetMsmpOrganizationListResponse_MsmpOrganization) ProtoReflect() protoreflect.Message {
|
|
7645
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7747
|
+
mi := &file_multitenant_proto_msgTypes[130]
|
|
7646
7748
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7647
7749
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7648
7750
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -7686,7 +7788,7 @@ type GetMsmpOrganizationListResponse_MsmpPageInfo struct {
|
|
|
7686
7788
|
func (x *GetMsmpOrganizationListResponse_MsmpPageInfo) Reset() {
|
|
7687
7789
|
*x = GetMsmpOrganizationListResponse_MsmpPageInfo{}
|
|
7688
7790
|
if protoimpl.UnsafeEnabled {
|
|
7689
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7791
|
+
mi := &file_multitenant_proto_msgTypes[131]
|
|
7690
7792
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7691
7793
|
ms.StoreMessageInfo(mi)
|
|
7692
7794
|
}
|
|
@@ -7699,7 +7801,7 @@ func (x *GetMsmpOrganizationListResponse_MsmpPageInfo) String() string {
|
|
|
7699
7801
|
func (*GetMsmpOrganizationListResponse_MsmpPageInfo) ProtoMessage() {}
|
|
7700
7802
|
|
|
7701
7803
|
func (x *GetMsmpOrganizationListResponse_MsmpPageInfo) ProtoReflect() protoreflect.Message {
|
|
7702
|
-
mi := &file_multitenant_proto_msgTypes[
|
|
7804
|
+
mi := &file_multitenant_proto_msgTypes[131]
|
|
7703
7805
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
7704
7806
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
7705
7807
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -8754,7 +8856,17 @@ var file_multitenant_proto_rawDesc = []byte{
|
|
|
8754
8856
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x64, 0x69, 0x67, 0x69, 0x74,
|
|
8755
8857
|
0x61, 0x6c, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01,
|
|
8756
8858
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x4c, 0x69, 0x63,
|
|
8757
|
-
0x65, 0x6e, 0x73, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
|
|
8859
|
+
0x65, 0x6e, 0x73, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x58, 0x0a, 0x22, 0x43, 0x72, 0x65,
|
|
8860
|
+
0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0x6f,
|
|
8861
|
+
0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
8862
|
+
0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
8863
|
+
0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x69,
|
|
8864
|
+
0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x69, 0x74,
|
|
8865
|
+
0x65, 0x49, 0x64, 0x22, 0x44, 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f,
|
|
8866
|
+
0x77, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0x6f, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75,
|
|
8867
|
+
0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x63,
|
|
8868
|
+
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
8869
|
+
0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x2a, 0x4e, 0x0a, 0x08, 0x53, 0x69, 0x74,
|
|
8758
8870
|
0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x4e, 0x45, 0x53, 0x50, 0x45, 0x43,
|
|
8759
8871
|
0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x4c, 0x4f, 0x55, 0x44,
|
|
8760
8872
|
0x5f, 0x4e, 0x41, 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x4d,
|
|
@@ -8788,7 +8900,7 @@ var file_multitenant_proto_rawDesc = []byte{
|
|
|
8788
8900
|
0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x50, 0x52, 0x4f, 0x10, 0x04, 0x12, 0x26, 0x0a, 0x22, 0x53,
|
|
8789
8901
|
0x55, 0x42, 0x53, 0x43, 0x52, 0x49, 0x50, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45,
|
|
8790
8902
|
0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x5f, 0x45, 0x4e, 0x54, 0x45, 0x52, 0x50, 0x52, 0x49, 0x53,
|
|
8791
|
-
0x45, 0x10, 0x05, 0x32,
|
|
8903
|
+
0x45, 0x10, 0x05, 0x32, 0xc7, 0x3c, 0x0a, 0x0b, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65, 0x6e,
|
|
8792
8904
|
0x61, 0x6e, 0x74, 0x12, 0xa1, 0x01, 0x0a, 0x1c, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x41, 0x63, 0x63,
|
|
8793
8905
|
0x65, 0x73, 0x73, 0x54, 0x6f, 0x53, 0x69, 0x74, 0x65, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75,
|
|
8794
8906
|
0x6e, 0x74, 0x49, 0x64, 0x12, 0x3e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
@@ -9262,9 +9374,19 @@ var file_multitenant_proto_rawDesc = []byte{
|
|
|
9262
9374
|
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
|
|
9263
9375
|
0x69, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e,
|
|
9264
9376
|
0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
|
|
9265
|
-
0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
9266
|
-
|
|
9267
|
-
|
|
9377
|
+
0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a,
|
|
9378
|
+
0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x42, 0x75, 0x69, 0x6c, 0x64,
|
|
9379
|
+
0x65, 0x72, 0x42, 0x6f, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3d, 0x2e, 0x6c,
|
|
9380
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74,
|
|
9381
|
+
0x65, 0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46,
|
|
9382
|
+
0x6c, 0x6f, 0x77, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0x6f, 0x74, 0x41, 0x63, 0x63,
|
|
9383
|
+
0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, 0x2e, 0x6c, 0x61,
|
|
9384
|
+
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x74, 0x65,
|
|
9385
|
+
0x6e, 0x61, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c,
|
|
9386
|
+
0x6f, 0x77, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0x6f, 0x74, 0x41, 0x63, 0x63, 0x6f,
|
|
9387
|
+
0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a,
|
|
9388
|
+
0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62,
|
|
9389
|
+
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
9268
9390
|
}
|
|
9269
9391
|
|
|
9270
9392
|
var (
|
|
@@ -9280,7 +9402,7 @@ func file_multitenant_proto_rawDescGZIP() []byte {
|
|
|
9280
9402
|
}
|
|
9281
9403
|
|
|
9282
9404
|
var file_multitenant_proto_enumTypes = make([]protoimpl.EnumInfo, 5)
|
|
9283
|
-
var file_multitenant_proto_msgTypes = make([]protoimpl.MessageInfo,
|
|
9405
|
+
var file_multitenant_proto_msgTypes = make([]protoimpl.MessageInfo, 132)
|
|
9284
9406
|
var file_multitenant_proto_goTypes = []any{
|
|
9285
9407
|
(SiteMode)(0), // 0: lansweeper.multitenant.v1.SiteMode
|
|
9286
9408
|
(InstallStateValue)(0), // 1: lansweeper.multitenant.v1.InstallStateValue
|
|
@@ -9404,21 +9526,23 @@ var file_multitenant_proto_goTypes = []any{
|
|
|
9404
9526
|
(*CreateOwnerPersonalAccessTokenResponse)(nil), // 119: lansweeper.multitenant.v1.CreateOwnerPersonalAccessTokenResponse
|
|
9405
9527
|
(*GetInstallationSettingsRequest)(nil), // 120: lansweeper.multitenant.v1.GetInstallationSettingsRequest
|
|
9406
9528
|
(*GetInstallationSettingsResponse)(nil), // 121: lansweeper.multitenant.v1.GetInstallationSettingsResponse
|
|
9407
|
-
(*
|
|
9408
|
-
(*
|
|
9409
|
-
(*
|
|
9410
|
-
(*
|
|
9411
|
-
(*
|
|
9412
|
-
(*
|
|
9413
|
-
(*
|
|
9414
|
-
(*
|
|
9415
|
-
(*
|
|
9416
|
-
nil,
|
|
9417
|
-
(*
|
|
9418
|
-
|
|
9419
|
-
(*
|
|
9420
|
-
(*
|
|
9421
|
-
(*
|
|
9529
|
+
(*CreateFlowBuilderBotAccountRequest)(nil), // 122: lansweeper.multitenant.v1.CreateFlowBuilderBotAccountRequest
|
|
9530
|
+
(*CreateFlowBuilderBotAccountResponse)(nil), // 123: lansweeper.multitenant.v1.CreateFlowBuilderBotAccountResponse
|
|
9531
|
+
(*CheckAccessToSiteByAccountIdRequest_UserInfo)(nil), // 124: lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo
|
|
9532
|
+
(*Install_InstallState)(nil), // 125: lansweeper.multitenant.v1.Install.InstallState
|
|
9533
|
+
(*GetInstallsBySiteRequest_Filter)(nil), // 126: lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter
|
|
9534
|
+
(*UpdateInstallByClientIdRequest_SyncerSettings)(nil), // 127: lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings
|
|
9535
|
+
(*RemoveInstallDataBySiteIdResponse_Result)(nil), // 128: lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result
|
|
9536
|
+
(*GetUserPermissionsResponse_AuthorizationAction)(nil), // 129: lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction
|
|
9537
|
+
(*GetUserPermissionsResponse_Scope)(nil), // 130: lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope
|
|
9538
|
+
(*GetUserPermissionsResponse_Role)(nil), // 131: lansweeper.multitenant.v1.GetUserPermissionsResponse.Role
|
|
9539
|
+
(*DisableWebhookEmailRequest_WebhookError)(nil), // 132: lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError
|
|
9540
|
+
nil, // 133: lansweeper.multitenant.v1.GetSiteLimitsResponse.SiteLimitsEntry
|
|
9541
|
+
(*GetMsmpOrganizationListRequest_MsmpPaginationRequest)(nil), // 134: lansweeper.multitenant.v1.GetMsmpOrganizationListRequest.MsmpPaginationRequest
|
|
9542
|
+
(*GetMsmpOrganizationListResponse_MsmpOrganization)(nil), // 135: lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.MsmpOrganization
|
|
9543
|
+
(*GetMsmpOrganizationListResponse_MsmpPageInfo)(nil), // 136: lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.MsmpPageInfo
|
|
9544
|
+
(*generated_go.SiteLimits)(nil), // 137: lansweeper.shared.limits.v1.SiteLimits
|
|
9545
|
+
(*emptypb.Empty)(nil), // 138: google.protobuf.Empty
|
|
9422
9546
|
}
|
|
9423
9547
|
var file_multitenant_proto_depIdxs = []int32{
|
|
9424
9548
|
5, // 0: lansweeper.multitenant.v1.GetPreviewAccountByIdResponse.account:type_name -> lansweeper.multitenant.v1.PreviewAccount
|
|
@@ -9431,13 +9555,13 @@ var file_multitenant_proto_depIdxs = []int32{
|
|
|
9431
9555
|
13, // 7: lansweeper.multitenant.v1.Profile.site:type_name -> lansweeper.multitenant.v1.PreviewSite
|
|
9432
9556
|
16, // 8: lansweeper.multitenant.v1.ListProfilesByAccountIdResponse.profile:type_name -> lansweeper.multitenant.v1.Profile
|
|
9433
9557
|
16, // 9: lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.profile:type_name -> lansweeper.multitenant.v1.Profile
|
|
9434
|
-
|
|
9435
|
-
|
|
9558
|
+
124, // 10: lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.user_info:type_name -> lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo
|
|
9559
|
+
125, // 11: lansweeper.multitenant.v1.Install.state:type_name -> lansweeper.multitenant.v1.Install.InstallState
|
|
9436
9560
|
2, // 12: lansweeper.multitenant.v1.Install.install_type:type_name -> lansweeper.multitenant.v1.InstallType
|
|
9437
9561
|
25, // 13: lansweeper.multitenant.v1.GetInstallsByIdResponse.install:type_name -> lansweeper.multitenant.v1.Install
|
|
9438
9562
|
25, // 14: lansweeper.multitenant.v1.GetInstallsByExternalIdsResponse.install:type_name -> lansweeper.multitenant.v1.Install
|
|
9439
9563
|
2, // 15: lansweeper.multitenant.v1.NullableInstallType.data:type_name -> lansweeper.multitenant.v1.InstallType
|
|
9440
|
-
|
|
9564
|
+
126, // 16: lansweeper.multitenant.v1.GetInstallsBySiteRequest.filter:type_name -> lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter
|
|
9441
9565
|
25, // 17: lansweeper.multitenant.v1.GetInstallsBySiteResponse.install:type_name -> lansweeper.multitenant.v1.Install
|
|
9442
9566
|
25, // 18: lansweeper.multitenant.v1.GetInstallsForMultipleSitesResponse.installs:type_name -> lansweeper.multitenant.v1.Install
|
|
9443
9567
|
25, // 19: lansweeper.multitenant.v1.GetInstallbyClientIdResponse.install:type_name -> lansweeper.multitenant.v1.Install
|
|
@@ -9447,23 +9571,23 @@ var file_multitenant_proto_depIdxs = []int32{
|
|
|
9447
9571
|
2, // 23: lansweeper.multitenant.v1.CreateAndLinkInstallRequest.type:type_name -> lansweeper.multitenant.v1.InstallType
|
|
9448
9572
|
25, // 24: lansweeper.multitenant.v1.CreateAndLinkInstallResponse.install:type_name -> lansweeper.multitenant.v1.Install
|
|
9449
9573
|
26, // 25: lansweeper.multitenant.v1.CreateAndLinkInstallResponse.credentials:type_name -> lansweeper.multitenant.v1.InstallCredentials
|
|
9450
|
-
|
|
9574
|
+
127, // 26: lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.syncer_settings:type_name -> lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings
|
|
9451
9575
|
25, // 27: lansweeper.multitenant.v1.UpdateInstallByClientIdResponse.install:type_name -> lansweeper.multitenant.v1.Install
|
|
9452
9576
|
2, // 28: lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest.type:type_name -> lansweeper.multitenant.v1.InstallType
|
|
9453
9577
|
25, // 29: lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse.install:type_name -> lansweeper.multitenant.v1.Install
|
|
9454
9578
|
26, // 30: lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse.credentials:type_name -> lansweeper.multitenant.v1.InstallCredentials
|
|
9455
9579
|
13, // 31: lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse.site:type_name -> lansweeper.multitenant.v1.PreviewSite
|
|
9456
|
-
|
|
9580
|
+
128, // 32: lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.result:type_name -> lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result
|
|
9457
9581
|
25, // 33: lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse.install:type_name -> lansweeper.multitenant.v1.Install
|
|
9458
|
-
|
|
9459
|
-
|
|
9582
|
+
131, // 34: lansweeper.multitenant.v1.GetUserPermissionsResponse.roles:type_name -> lansweeper.multitenant.v1.GetUserPermissionsResponse.Role
|
|
9583
|
+
132, // 35: lansweeper.multitenant.v1.DisableWebhookEmailRequest.errors:type_name -> lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError
|
|
9460
9584
|
62, // 36: lansweeper.multitenant.v1.AuthorizedSitesResponse.site:type_name -> lansweeper.multitenant.v1.Site
|
|
9461
9585
|
3, // 37: lansweeper.multitenant.v1.Subscription.type:type_name -> lansweeper.multitenant.v1.SubscriptionType
|
|
9462
9586
|
3, // 38: lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest.type:type_name -> lansweeper.multitenant.v1.SubscriptionType
|
|
9463
9587
|
69, // 39: lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse.subscription:type_name -> lansweeper.multitenant.v1.Subscription
|
|
9464
9588
|
16, // 40: lansweeper.multitenant.v1.AllProfilesExistResponse.profiles:type_name -> lansweeper.multitenant.v1.Profile
|
|
9465
9589
|
5, // 41: lansweeper.multitenant.v1.AllProfilesExistResponse.createdBy:type_name -> lansweeper.multitenant.v1.PreviewAccount
|
|
9466
|
-
|
|
9590
|
+
133, // 42: lansweeper.multitenant.v1.GetSiteLimitsResponse.site_limits:type_name -> lansweeper.multitenant.v1.GetSiteLimitsResponse.SiteLimitsEntry
|
|
9467
9591
|
4, // 43: lansweeper.multitenant.v1.SiteHierarchyIdsItem.parent_type:type_name -> lansweeper.multitenant.v1.SiteHierarchyIdsItem.ParentType
|
|
9468
9592
|
94, // 44: lansweeper.multitenant.v1.GetSiteHierarchyIdsResponse.items:type_name -> lansweeper.multitenant.v1.SiteHierarchyIdsItem
|
|
9469
9593
|
95, // 45: lansweeper.multitenant.v1.GetSiteHierarchyIdsResponse.page_info:type_name -> lansweeper.multitenant.v1.SiteHierarchyIdsPageInfo
|
|
@@ -9471,9 +9595,9 @@ var file_multitenant_proto_depIdxs = []int32{
|
|
|
9471
9595
|
99, // 47: lansweeper.multitenant.v1.SiteItem.metadata:type_name -> lansweeper.multitenant.v1.SiteItemMetadata
|
|
9472
9596
|
100, // 48: lansweeper.multitenant.v1.GetSitesResponse.items:type_name -> lansweeper.multitenant.v1.SiteItem
|
|
9473
9597
|
101, // 49: lansweeper.multitenant.v1.GetSitesResponse.page_info:type_name -> lansweeper.multitenant.v1.GetSitesPageInfo
|
|
9474
|
-
|
|
9475
|
-
|
|
9476
|
-
|
|
9598
|
+
134, // 50: lansweeper.multitenant.v1.GetMsmpOrganizationListRequest.msmp_pagination:type_name -> lansweeper.multitenant.v1.GetMsmpOrganizationListRequest.MsmpPaginationRequest
|
|
9599
|
+
135, // 51: lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.organizations:type_name -> lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.MsmpOrganization
|
|
9600
|
+
136, // 52: lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.msmp_page_info:type_name -> lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.MsmpPageInfo
|
|
9477
9601
|
103, // 53: lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdRequest.msmp_pagination:type_name -> lansweeper.multitenant.v1.MsmpPagination
|
|
9478
9602
|
13, // 54: lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdResponse.sites:type_name -> lansweeper.multitenant.v1.PreviewSite
|
|
9479
9603
|
104, // 55: lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdResponse.msmp_pagination_info:type_name -> lansweeper.multitenant.v1.MsmpPaginationInfo
|
|
@@ -9482,10 +9606,10 @@ var file_multitenant_proto_depIdxs = []int32{
|
|
|
9482
9606
|
1, // 58: lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.state:type_name -> lansweeper.multitenant.v1.InstallStateValue
|
|
9483
9607
|
2, // 59: lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.type:type_name -> lansweeper.multitenant.v1.InstallType
|
|
9484
9608
|
33, // 60: lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.install_type:type_name -> lansweeper.multitenant.v1.NullableInstallType
|
|
9485
|
-
|
|
9609
|
+
129, // 61: lansweeper.multitenant.v1.GetUserPermissionsResponse.Role.actions:type_name -> lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction
|
|
9486
9610
|
25, // 62: lansweeper.multitenant.v1.GetUserPermissionsResponse.Role.installations:type_name -> lansweeper.multitenant.v1.Install
|
|
9487
|
-
|
|
9488
|
-
|
|
9611
|
+
130, // 63: lansweeper.multitenant.v1.GetUserPermissionsResponse.Role.scopes:type_name -> lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope
|
|
9612
|
+
137, // 64: lansweeper.multitenant.v1.GetSiteLimitsResponse.SiteLimitsEntry.value:type_name -> lansweeper.shared.limits.v1.SiteLimits
|
|
9489
9613
|
21, // 65: lansweeper.multitenant.v1.Multitenant.CheckAccessToSiteByAccountId:input_type -> lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest
|
|
9490
9614
|
23, // 66: lansweeper.multitenant.v1.Multitenant.CheckAccessToSiteByClientId:input_type -> lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest
|
|
9491
9615
|
6, // 67: lansweeper.multitenant.v1.Multitenant.GetPreviewAccountById:input_type -> lansweeper.multitenant.v1.GetPreviewAccountByIdRequest
|
|
@@ -9537,59 +9661,61 @@ var file_multitenant_proto_depIdxs = []int32{
|
|
|
9537
9661
|
98, // 113: lansweeper.multitenant.v1.Multitenant.GetSites:input_type -> lansweeper.multitenant.v1.GetSitesRequest
|
|
9538
9662
|
118, // 114: lansweeper.multitenant.v1.Multitenant.CreateOwnerPersonalAccessToken:input_type -> lansweeper.multitenant.v1.CreateOwnerPersonalAccessTokenRequest
|
|
9539
9663
|
120, // 115: lansweeper.multitenant.v1.Multitenant.GetInstallationSettings:input_type -> lansweeper.multitenant.v1.GetInstallationSettingsRequest
|
|
9540
|
-
|
|
9541
|
-
|
|
9542
|
-
|
|
9543
|
-
|
|
9544
|
-
|
|
9545
|
-
|
|
9546
|
-
|
|
9547
|
-
|
|
9548
|
-
|
|
9549
|
-
|
|
9550
|
-
|
|
9551
|
-
|
|
9552
|
-
|
|
9553
|
-
|
|
9554
|
-
|
|
9555
|
-
|
|
9556
|
-
|
|
9557
|
-
|
|
9558
|
-
|
|
9559
|
-
|
|
9560
|
-
|
|
9561
|
-
|
|
9562
|
-
|
|
9563
|
-
|
|
9564
|
-
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
|
-
|
|
9569
|
-
|
|
9570
|
-
|
|
9571
|
-
|
|
9572
|
-
|
|
9573
|
-
|
|
9574
|
-
|
|
9575
|
-
|
|
9576
|
-
|
|
9577
|
-
|
|
9578
|
-
|
|
9579
|
-
|
|
9580
|
-
|
|
9581
|
-
|
|
9582
|
-
|
|
9583
|
-
|
|
9584
|
-
|
|
9585
|
-
|
|
9586
|
-
|
|
9587
|
-
|
|
9588
|
-
|
|
9589
|
-
|
|
9590
|
-
|
|
9591
|
-
|
|
9592
|
-
|
|
9664
|
+
122, // 116: lansweeper.multitenant.v1.Multitenant.CreateFlowBuilderBotAccount:input_type -> lansweeper.multitenant.v1.CreateFlowBuilderBotAccountRequest
|
|
9665
|
+
22, // 117: lansweeper.multitenant.v1.Multitenant.CheckAccessToSiteByAccountId:output_type -> lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse
|
|
9666
|
+
24, // 118: lansweeper.multitenant.v1.Multitenant.CheckAccessToSiteByClientId:output_type -> lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse
|
|
9667
|
+
7, // 119: lansweeper.multitenant.v1.Multitenant.GetPreviewAccountById:output_type -> lansweeper.multitenant.v1.GetPreviewAccountByIdResponse
|
|
9668
|
+
9, // 120: lansweeper.multitenant.v1.Multitenant.SearchPreviewAccountsBySiteIds:output_type -> lansweeper.multitenant.v1.SearchPreviewAccountsBySiteIdsResponse
|
|
9669
|
+
11, // 121: lansweeper.multitenant.v1.Multitenant.GetPreviewAccountsByAccountIds:output_type -> lansweeper.multitenant.v1.GetPreviewAccountsByAccountIdsResponse
|
|
9670
|
+
18, // 122: lansweeper.multitenant.v1.Multitenant.ListProfilesByAccountId:output_type -> lansweeper.multitenant.v1.ListProfilesByAccountIdResponse
|
|
9671
|
+
20, // 123: lansweeper.multitenant.v1.Multitenant.ListAuthorizedLinkProfiles:output_type -> lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse
|
|
9672
|
+
15, // 124: lansweeper.multitenant.v1.Multitenant.PatchSiteMode:output_type -> lansweeper.multitenant.v1.PatchSiteModeResponse
|
|
9673
|
+
41, // 125: lansweeper.multitenant.v1.Multitenant.CreateInstall:output_type -> lansweeper.multitenant.v1.CreateInstallResponse
|
|
9674
|
+
43, // 126: lansweeper.multitenant.v1.Multitenant.CreateAndLinkInstall:output_type -> lansweeper.multitenant.v1.CreateAndLinkInstallResponse
|
|
9675
|
+
35, // 127: lansweeper.multitenant.v1.Multitenant.GetInstallsBySite:output_type -> lansweeper.multitenant.v1.GetInstallsBySiteResponse
|
|
9676
|
+
37, // 128: lansweeper.multitenant.v1.Multitenant.GetInstallsforMultipleSites:output_type -> lansweeper.multitenant.v1.GetInstallsForMultipleSitesResponse
|
|
9677
|
+
30, // 129: lansweeper.multitenant.v1.Multitenant.GetInstallsById:output_type -> lansweeper.multitenant.v1.GetInstallsByIdResponse
|
|
9678
|
+
28, // 130: lansweeper.multitenant.v1.Multitenant.GetInstallsCountBySite:output_type -> lansweeper.multitenant.v1.GetInstallsCountResponse
|
|
9679
|
+
39, // 131: lansweeper.multitenant.v1.Multitenant.GetInstallbyClientId:output_type -> lansweeper.multitenant.v1.GetInstallbyClientIdResponse
|
|
9680
|
+
45, // 132: lansweeper.multitenant.v1.Multitenant.UpdateInstallByClientId:output_type -> lansweeper.multitenant.v1.UpdateInstallByClientIdResponse
|
|
9681
|
+
47, // 133: lansweeper.multitenant.v1.Multitenant.RotateInstallByClientId:output_type -> lansweeper.multitenant.v1.RotateInstallByClientIdResponse
|
|
9682
|
+
51, // 134: lansweeper.multitenant.v1.Multitenant.LinkTrialInstallByClientId:output_type -> lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse
|
|
9683
|
+
49, // 135: lansweeper.multitenant.v1.Multitenant.UnlinkInstallByClientId:output_type -> lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse
|
|
9684
|
+
53, // 136: lansweeper.multitenant.v1.Multitenant.RemoveInstallDataBySiteId:output_type -> lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse
|
|
9685
|
+
55, // 137: lansweeper.multitenant.v1.Multitenant.GetDuplicatedInstallsByGlobalId:output_type -> lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse
|
|
9686
|
+
57, // 138: lansweeper.multitenant.v1.Multitenant.GetUserPermissions:output_type -> lansweeper.multitenant.v1.GetUserPermissionsResponse
|
|
9687
|
+
59, // 139: lansweeper.multitenant.v1.Multitenant.ValidateApplicationPersonalAccessToken:output_type -> lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse
|
|
9688
|
+
61, // 140: lansweeper.multitenant.v1.Multitenant.SendDisabledWebhookEmail:output_type -> lansweeper.multitenant.v1.DisableWebhookEmailResponse
|
|
9689
|
+
64, // 141: lansweeper.multitenant.v1.Multitenant.GetAuthorizedSitesByApplicationId:output_type -> lansweeper.multitenant.v1.AuthorizedSitesResponse
|
|
9690
|
+
66, // 142: lansweeper.multitenant.v1.Multitenant.GetAccountIdsBySiteId:output_type -> lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse
|
|
9691
|
+
68, // 143: lansweeper.multitenant.v1.Multitenant.CheckManagerInApplication:output_type -> lansweeper.multitenant.v1.CheckManagerInApplicationResponse
|
|
9692
|
+
71, // 144: lansweeper.multitenant.v1.Multitenant.UpdateSiteSubscription:output_type -> lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse
|
|
9693
|
+
73, // 145: lansweeper.multitenant.v1.Multitenant.CreateTrialSiteAndInstaller:output_type -> lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse
|
|
9694
|
+
75, // 146: lansweeper.multitenant.v1.Multitenant.GetInstallationLicenseByClientId:output_type -> lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse
|
|
9695
|
+
79, // 147: lansweeper.multitenant.v1.Multitenant.AllProfilesExist:output_type -> lansweeper.multitenant.v1.AllProfilesExistResponse
|
|
9696
|
+
81, // 148: lansweeper.multitenant.v1.Multitenant.SendInviteLocalUsersMail:output_type -> lansweeper.multitenant.v1.SendInviteLocalUsersMailResponse
|
|
9697
|
+
77, // 149: lansweeper.multitenant.v1.Multitenant.AllProfileExists:output_type -> lansweeper.multitenant.v1.AllProfileExistsResponse
|
|
9698
|
+
83, // 150: lansweeper.multitenant.v1.Multitenant.CreateLinkingCode:output_type -> lansweeper.multitenant.v1.CreateLinkingCodeResponse
|
|
9699
|
+
84, // 151: lansweeper.multitenant.v1.Multitenant.GetSiteIdsWithIntegrationBySiteId:output_type -> lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData
|
|
9700
|
+
86, // 152: lansweeper.multitenant.v1.Multitenant.CheckStandardizedSoftwareEnabled:output_type -> lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse
|
|
9701
|
+
88, // 153: lansweeper.multitenant.v1.Multitenant.UpdateSiteMetadata:output_type -> lansweeper.multitenant.v1.UpdateSiteMetadataResponse
|
|
9702
|
+
92, // 154: lansweeper.multitenant.v1.Multitenant.GetSiteLimits:output_type -> lansweeper.multitenant.v1.GetSiteLimitsResponse
|
|
9703
|
+
106, // 155: lansweeper.multitenant.v1.Multitenant.GetMsmpOrganizationList:output_type -> lansweeper.multitenant.v1.GetMsmpOrganizationListResponse
|
|
9704
|
+
108, // 156: lansweeper.multitenant.v1.Multitenant.GetMsmpOrganizationAccount:output_type -> lansweeper.multitenant.v1.GetMsmpOrganizationAccountResponse
|
|
9705
|
+
110, // 157: lansweeper.multitenant.v1.Multitenant.GetSitesByMsmpOrganizationId:output_type -> lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdResponse
|
|
9706
|
+
32, // 158: lansweeper.multitenant.v1.Multitenant.GetInstallsByExternalIds:output_type -> lansweeper.multitenant.v1.GetInstallsByExternalIdsResponse
|
|
9707
|
+
138, // 159: lansweeper.multitenant.v1.Multitenant.SetEnabledCustomFieldsFederation:output_type -> google.protobuf.Empty
|
|
9708
|
+
114, // 160: lansweeper.multitenant.v1.Multitenant.IsCustomFieldsFederationEnabled:output_type -> lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse
|
|
9709
|
+
115, // 161: lansweeper.multitenant.v1.Multitenant.IsMetadataFieldsFederationEnabled:output_type -> lansweeper.multitenant.v1.IsMetadataFieldsFederationEnabledResponse
|
|
9710
|
+
117, // 162: lansweeper.multitenant.v1.Multitenant.GetSitePreview:output_type -> lansweeper.multitenant.v1.GetSitePreviewResponse
|
|
9711
|
+
90, // 163: lansweeper.multitenant.v1.Multitenant.UpdateSiteSkipDataExport:output_type -> lansweeper.multitenant.v1.UpdateSiteSkipDataExportResponse
|
|
9712
|
+
96, // 164: lansweeper.multitenant.v1.Multitenant.GetSiteHierarchyIds:output_type -> lansweeper.multitenant.v1.GetSiteHierarchyIdsResponse
|
|
9713
|
+
102, // 165: lansweeper.multitenant.v1.Multitenant.GetSites:output_type -> lansweeper.multitenant.v1.GetSitesResponse
|
|
9714
|
+
119, // 166: lansweeper.multitenant.v1.Multitenant.CreateOwnerPersonalAccessToken:output_type -> lansweeper.multitenant.v1.CreateOwnerPersonalAccessTokenResponse
|
|
9715
|
+
121, // 167: lansweeper.multitenant.v1.Multitenant.GetInstallationSettings:output_type -> lansweeper.multitenant.v1.GetInstallationSettingsResponse
|
|
9716
|
+
123, // 168: lansweeper.multitenant.v1.Multitenant.CreateFlowBuilderBotAccount:output_type -> lansweeper.multitenant.v1.CreateFlowBuilderBotAccountResponse
|
|
9717
|
+
117, // [117:169] is the sub-list for method output_type
|
|
9718
|
+
65, // [65:117] is the sub-list for method input_type
|
|
9593
9719
|
65, // [65:65] is the sub-list for extension type_name
|
|
9594
9720
|
65, // [65:65] is the sub-list for extension extendee
|
|
9595
9721
|
0, // [0:65] is the sub-list for field type_name
|
|
@@ -11006,7 +11132,7 @@ func file_multitenant_proto_init() {
|
|
|
11006
11132
|
}
|
|
11007
11133
|
}
|
|
11008
11134
|
file_multitenant_proto_msgTypes[117].Exporter = func(v any, i int) any {
|
|
11009
|
-
switch v := v.(*
|
|
11135
|
+
switch v := v.(*CreateFlowBuilderBotAccountRequest); i {
|
|
11010
11136
|
case 0:
|
|
11011
11137
|
return &v.state
|
|
11012
11138
|
case 1:
|
|
@@ -11018,7 +11144,7 @@ func file_multitenant_proto_init() {
|
|
|
11018
11144
|
}
|
|
11019
11145
|
}
|
|
11020
11146
|
file_multitenant_proto_msgTypes[118].Exporter = func(v any, i int) any {
|
|
11021
|
-
switch v := v.(*
|
|
11147
|
+
switch v := v.(*CreateFlowBuilderBotAccountResponse); i {
|
|
11022
11148
|
case 0:
|
|
11023
11149
|
return &v.state
|
|
11024
11150
|
case 1:
|
|
@@ -11030,7 +11156,7 @@ func file_multitenant_proto_init() {
|
|
|
11030
11156
|
}
|
|
11031
11157
|
}
|
|
11032
11158
|
file_multitenant_proto_msgTypes[119].Exporter = func(v any, i int) any {
|
|
11033
|
-
switch v := v.(*
|
|
11159
|
+
switch v := v.(*CheckAccessToSiteByAccountIdRequest_UserInfo); i {
|
|
11034
11160
|
case 0:
|
|
11035
11161
|
return &v.state
|
|
11036
11162
|
case 1:
|
|
@@ -11042,7 +11168,7 @@ func file_multitenant_proto_init() {
|
|
|
11042
11168
|
}
|
|
11043
11169
|
}
|
|
11044
11170
|
file_multitenant_proto_msgTypes[120].Exporter = func(v any, i int) any {
|
|
11045
|
-
switch v := v.(*
|
|
11171
|
+
switch v := v.(*Install_InstallState); i {
|
|
11046
11172
|
case 0:
|
|
11047
11173
|
return &v.state
|
|
11048
11174
|
case 1:
|
|
@@ -11054,7 +11180,7 @@ func file_multitenant_proto_init() {
|
|
|
11054
11180
|
}
|
|
11055
11181
|
}
|
|
11056
11182
|
file_multitenant_proto_msgTypes[121].Exporter = func(v any, i int) any {
|
|
11057
|
-
switch v := v.(*
|
|
11183
|
+
switch v := v.(*GetInstallsBySiteRequest_Filter); i {
|
|
11058
11184
|
case 0:
|
|
11059
11185
|
return &v.state
|
|
11060
11186
|
case 1:
|
|
@@ -11066,7 +11192,7 @@ func file_multitenant_proto_init() {
|
|
|
11066
11192
|
}
|
|
11067
11193
|
}
|
|
11068
11194
|
file_multitenant_proto_msgTypes[122].Exporter = func(v any, i int) any {
|
|
11069
|
-
switch v := v.(*
|
|
11195
|
+
switch v := v.(*UpdateInstallByClientIdRequest_SyncerSettings); i {
|
|
11070
11196
|
case 0:
|
|
11071
11197
|
return &v.state
|
|
11072
11198
|
case 1:
|
|
@@ -11078,7 +11204,7 @@ func file_multitenant_proto_init() {
|
|
|
11078
11204
|
}
|
|
11079
11205
|
}
|
|
11080
11206
|
file_multitenant_proto_msgTypes[123].Exporter = func(v any, i int) any {
|
|
11081
|
-
switch v := v.(*
|
|
11207
|
+
switch v := v.(*RemoveInstallDataBySiteIdResponse_Result); i {
|
|
11082
11208
|
case 0:
|
|
11083
11209
|
return &v.state
|
|
11084
11210
|
case 1:
|
|
@@ -11090,7 +11216,7 @@ func file_multitenant_proto_init() {
|
|
|
11090
11216
|
}
|
|
11091
11217
|
}
|
|
11092
11218
|
file_multitenant_proto_msgTypes[124].Exporter = func(v any, i int) any {
|
|
11093
|
-
switch v := v.(*
|
|
11219
|
+
switch v := v.(*GetUserPermissionsResponse_AuthorizationAction); i {
|
|
11094
11220
|
case 0:
|
|
11095
11221
|
return &v.state
|
|
11096
11222
|
case 1:
|
|
@@ -11102,7 +11228,19 @@ func file_multitenant_proto_init() {
|
|
|
11102
11228
|
}
|
|
11103
11229
|
}
|
|
11104
11230
|
file_multitenant_proto_msgTypes[125].Exporter = func(v any, i int) any {
|
|
11105
|
-
switch v := v.(*
|
|
11231
|
+
switch v := v.(*GetUserPermissionsResponse_Scope); i {
|
|
11232
|
+
case 0:
|
|
11233
|
+
return &v.state
|
|
11234
|
+
case 1:
|
|
11235
|
+
return &v.sizeCache
|
|
11236
|
+
case 2:
|
|
11237
|
+
return &v.unknownFields
|
|
11238
|
+
default:
|
|
11239
|
+
return nil
|
|
11240
|
+
}
|
|
11241
|
+
}
|
|
11242
|
+
file_multitenant_proto_msgTypes[126].Exporter = func(v any, i int) any {
|
|
11243
|
+
switch v := v.(*GetUserPermissionsResponse_Role); i {
|
|
11106
11244
|
case 0:
|
|
11107
11245
|
return &v.state
|
|
11108
11246
|
case 1:
|
|
@@ -11114,6 +11252,18 @@ func file_multitenant_proto_init() {
|
|
|
11114
11252
|
}
|
|
11115
11253
|
}
|
|
11116
11254
|
file_multitenant_proto_msgTypes[127].Exporter = func(v any, i int) any {
|
|
11255
|
+
switch v := v.(*DisableWebhookEmailRequest_WebhookError); i {
|
|
11256
|
+
case 0:
|
|
11257
|
+
return &v.state
|
|
11258
|
+
case 1:
|
|
11259
|
+
return &v.sizeCache
|
|
11260
|
+
case 2:
|
|
11261
|
+
return &v.unknownFields
|
|
11262
|
+
default:
|
|
11263
|
+
return nil
|
|
11264
|
+
}
|
|
11265
|
+
}
|
|
11266
|
+
file_multitenant_proto_msgTypes[129].Exporter = func(v any, i int) any {
|
|
11117
11267
|
switch v := v.(*GetMsmpOrganizationListRequest_MsmpPaginationRequest); i {
|
|
11118
11268
|
case 0:
|
|
11119
11269
|
return &v.state
|
|
@@ -11125,7 +11275,7 @@ func file_multitenant_proto_init() {
|
|
|
11125
11275
|
return nil
|
|
11126
11276
|
}
|
|
11127
11277
|
}
|
|
11128
|
-
file_multitenant_proto_msgTypes[
|
|
11278
|
+
file_multitenant_proto_msgTypes[130].Exporter = func(v any, i int) any {
|
|
11129
11279
|
switch v := v.(*GetMsmpOrganizationListResponse_MsmpOrganization); i {
|
|
11130
11280
|
case 0:
|
|
11131
11281
|
return &v.state
|
|
@@ -11137,7 +11287,7 @@ func file_multitenant_proto_init() {
|
|
|
11137
11287
|
return nil
|
|
11138
11288
|
}
|
|
11139
11289
|
}
|
|
11140
|
-
file_multitenant_proto_msgTypes[
|
|
11290
|
+
file_multitenant_proto_msgTypes[131].Exporter = func(v any, i int) any {
|
|
11141
11291
|
switch v := v.(*GetMsmpOrganizationListResponse_MsmpPageInfo); i {
|
|
11142
11292
|
case 0:
|
|
11143
11293
|
return &v.state
|
|
@@ -11164,7 +11314,7 @@ func file_multitenant_proto_init() {
|
|
|
11164
11314
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
11165
11315
|
RawDescriptor: file_multitenant_proto_rawDesc,
|
|
11166
11316
|
NumEnums: 5,
|
|
11167
|
-
NumMessages:
|
|
11317
|
+
NumMessages: 132,
|
|
11168
11318
|
NumExtensions: 0,
|
|
11169
11319
|
NumServices: 1,
|
|
11170
11320
|
},
|