diff --git a/package.json b/package.json index dc35542a..e886b5a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.10.0-SNAPSHOT-250403141218", + "version": "1.10.0-SNAPSHOT-250404074615", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/user.ts b/user.ts index 25b239ff..74c335ae 100644 --- a/user.ts +++ b/user.ts @@ -664,10 +664,6 @@ export interface ListUserPlatformRolesResult { * @generated from protobuf field: repeated string Roles = 1 [json_name = "Roles"]; */ roles: string[]; - /** - * @generated from protobuf field: repeated string InheritedRoles = 2 [json_name = "InheritedRoles"]; - */ - inheritedRoles: string[]; } /** * @generated from protobuf message api.ListUserOrganisationRolesResult @@ -677,10 +673,6 @@ export interface ListUserOrganisationRolesResult { * @generated from protobuf field: repeated string Roles = 1 [json_name = "Roles"]; */ roles: string[]; - /** - * @generated from protobuf field: repeated string InheritedRoles = 2 [json_name = "InheritedRoles"]; - */ - inheritedRoles: string[]; } /** * @generated from protobuf message api.ListUserProjectRolesResult @@ -690,10 +682,6 @@ export interface ListUserProjectRolesResult { * @generated from protobuf field: repeated string Roles = 1 [json_name = "Roles"]; */ roles: string[]; - /** - * @generated from protobuf field: repeated string InheritedRoles = 2 [json_name = "InheritedRoles"]; - */ - inheritedRoles: string[]; } /** * @generated from protobuf message api.ListUserPartnerAppRolesResult @@ -703,10 +691,6 @@ export interface ListUserPartnerAppRolesResult { * @generated from protobuf field: repeated string Roles = 1 [json_name = "Roles"]; */ roles: string[]; - /** - * @generated from protobuf field: repeated string InheritedRoles = 2 [json_name = "InheritedRoles"]; - */ - inheritedRoles: string[]; } /** * @generated from protobuf message api.ListUserConnectionRolesResult @@ -716,10 +700,6 @@ export interface ListUserConnectionRolesResult { * @generated from protobuf field: repeated string Roles = 1 [json_name = "Roles"]; */ roles: string[]; - /** - * @generated from protobuf field: repeated string InheritedRoles = 2 [json_name = "InheritedRoles"]; - */ - inheritedRoles: string[]; } /** * @generated from protobuf message api.ListUserAttachmentTypeRolesResult @@ -729,10 +709,6 @@ export interface ListUserAttachmentTypeRolesResult { * @generated from protobuf field: repeated string Roles = 1 [json_name = "Roles"]; */ roles: string[]; - /** - * @generated from protobuf field: repeated string InheritedRoles = 2 [json_name = "InheritedRoles"]; - */ - inheritedRoles: string[]; } /** * @generated from protobuf message api.SetUserPlatformRolesResult @@ -3704,14 +3680,12 @@ export const GetProjectUserResult = new GetProjectUserResult$Type(); class ListUserPlatformRolesResult$Type extends MessageType { constructor() { super("api.ListUserPlatformRolesResult", [ - { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "InheritedRoles", kind: "scalar", jsonName: "InheritedRoles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } + { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } ]); } create(value?: PartialMessage): ListUserPlatformRolesResult { const message = globalThis.Object.create((this.messagePrototype!)); message.roles = []; - message.inheritedRoles = []; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -3724,9 +3698,6 @@ class ListUserPlatformRolesResult$Type extends MessageType { constructor() { super("api.ListUserOrganisationRolesResult", [ - { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "InheritedRoles", kind: "scalar", jsonName: "InheritedRoles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } + { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } ]); } create(value?: PartialMessage): ListUserOrganisationRolesResult { const message = globalThis.Object.create((this.messagePrototype!)); message.roles = []; - message.inheritedRoles = []; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -3779,9 +3745,6 @@ class ListUserOrganisationRolesResult$Type extends MessageType { constructor() { super("api.ListUserProjectRolesResult", [ - { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "InheritedRoles", kind: "scalar", jsonName: "InheritedRoles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } + { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } ]); } create(value?: PartialMessage): ListUserProjectRolesResult { const message = globalThis.Object.create((this.messagePrototype!)); message.roles = []; - message.inheritedRoles = []; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -3834,9 +3792,6 @@ class ListUserProjectRolesResult$Type extends MessageType { constructor() { super("api.ListUserPartnerAppRolesResult", [ - { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "InheritedRoles", kind: "scalar", jsonName: "InheritedRoles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } + { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } ]); } create(value?: PartialMessage): ListUserPartnerAppRolesResult { const message = globalThis.Object.create((this.messagePrototype!)); message.roles = []; - message.inheritedRoles = []; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -3889,9 +3839,6 @@ class ListUserPartnerAppRolesResult$Type extends MessageType { constructor() { super("api.ListUserConnectionRolesResult", [ - { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "InheritedRoles", kind: "scalar", jsonName: "InheritedRoles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } + { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } ]); } create(value?: PartialMessage): ListUserConnectionRolesResult { const message = globalThis.Object.create((this.messagePrototype!)); message.roles = []; - message.inheritedRoles = []; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -3944,9 +3886,6 @@ class ListUserConnectionRolesResult$Type extends MessageType { constructor() { super("api.ListUserAttachmentTypeRolesResult", [ - { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }, - { no: 2, name: "InheritedRoles", kind: "scalar", jsonName: "InheritedRoles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } + { no: 1, name: "Roles", kind: "scalar", jsonName: "Roles", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ } ]); } create(value?: PartialMessage): ListUserAttachmentTypeRolesResult { const message = globalThis.Object.create((this.messagePrototype!)); message.roles = []; - message.inheritedRoles = []; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -3999,9 +3933,6 @@ class ListUserAttachmentTypeRolesResult$Type extends MessageType