@gen-epix/ui 1.8.7 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +96 -85
- package/dist/index.js +53702 -53634
- package/package.json +44 -44
package/dist/index.d.ts
CHANGED
|
@@ -4792,96 +4792,96 @@ export declare const colTypePresentationValues: Record<ColType, string>;
|
|
|
4792
4792
|
* @ {string}
|
|
4793
4793
|
*/
|
|
4794
4794
|
export declare const CommandName: {
|
|
4795
|
-
readonly
|
|
4796
|
-
readonly RetrieveOrganizationContactCommand: "RetrieveOrganizationContactCommand";
|
|
4797
|
-
readonly RetrieveCasesByQueryCommand: "RetrieveCasesByQueryCommand";
|
|
4798
|
-
readonly CaseDataCollectionLinkCrudCommand: "CaseDataCollectionLinkCrudCommand";
|
|
4799
|
-
readonly UserCrudCommand: "UserCrudCommand";
|
|
4800
|
-
readonly RetrieveOrganizationAdminNameEmailsCommand: "RetrieveOrganizationAdminNameEmailsCommand";
|
|
4801
|
-
readonly RetrieveGeneticSequenceByIdCommand: "RetrieveGeneticSequenceByIdCommand";
|
|
4802
|
-
readonly RetrieveCompleteCaseTypeCommand: "RetrieveCompleteCaseTypeCommand";
|
|
4803
|
-
readonly OrganizationAdminPolicyCrudCommand: "OrganizationAdminPolicyCrudCommand";
|
|
4804
|
-
readonly UserInvitationCrudCommand: "UserInvitationCrudCommand";
|
|
4805
|
-
readonly CaseTypeSetCrudCommand: "CaseTypeSetCrudCommand";
|
|
4806
|
-
readonly UpdateUserCommand: "UpdateUserCommand";
|
|
4795
|
+
readonly OrganizationSetOrganizationUpdateAssociationCommand: "OrganizationSetOrganizationUpdateAssociationCommand";
|
|
4807
4796
|
readonly RetrieveGeneticSequenceByCaseCommand: "RetrieveGeneticSequenceByCaseCommand";
|
|
4808
|
-
readonly
|
|
4797
|
+
readonly CaseTypeColSetCrudCommand: "CaseTypeColSetCrudCommand";
|
|
4798
|
+
readonly CaseTypeColSetCaseTypeColUpdateAssociationCommand: "CaseTypeColSetCaseTypeColUpdateAssociationCommand";
|
|
4799
|
+
readonly DataCollectionSetDataCollectionUpdateAssociationCommand: "DataCollectionSetDataCollectionUpdateAssociationCommand";
|
|
4800
|
+
readonly CaseSetCrudCommand: "CaseSetCrudCommand";
|
|
4801
|
+
readonly CreateCaseSetCommand: "CreateCaseSetCommand";
|
|
4802
|
+
readonly RegisterInvitedUserCommand: "RegisterInvitedUserCommand";
|
|
4803
|
+
readonly RetrieveContainingRegionCommand: "RetrieveContainingRegionCommand";
|
|
4804
|
+
readonly CaseSetMemberCrudCommand: "CaseSetMemberCrudCommand";
|
|
4805
|
+
readonly UpdateUserCommand: "UpdateUserCommand";
|
|
4806
|
+
readonly CaseCrudCommand: "CaseCrudCommand";
|
|
4807
|
+
readonly RetrieveCasesByQueryCommand: "RetrieveCasesByQueryCommand";
|
|
4809
4808
|
readonly RetrieveLicensesCommand: "RetrieveLicensesCommand";
|
|
4810
|
-
readonly
|
|
4811
|
-
readonly
|
|
4812
|
-
readonly DiseaseEtiologicalAgentUpdateAssociationCommand: "DiseaseEtiologicalAgentUpdateAssociationCommand";
|
|
4813
|
-
readonly EtiologicalAgentCrudCommand: "EtiologicalAgentCrudCommand";
|
|
4809
|
+
readonly RetrieveCaseSetRightsCommand: "RetrieveCaseSetRightsCommand";
|
|
4810
|
+
readonly RetrieveCaseRightsCommand: "RetrieveCaseRightsCommand";
|
|
4814
4811
|
readonly ValidateCasesCommand: "ValidateCasesCommand";
|
|
4815
|
-
readonly
|
|
4816
|
-
readonly
|
|
4817
|
-
readonly
|
|
4818
|
-
readonly
|
|
4819
|
-
readonly
|
|
4820
|
-
readonly
|
|
4821
|
-
readonly RetrievePhylogeneticTreeBySequencesCommand: "RetrievePhylogeneticTreeBySequencesCommand";
|
|
4822
|
-
readonly ColCrudCommand: "ColCrudCommand";
|
|
4812
|
+
readonly RetrieveOrganizationAdminNameEmailsCommand: "RetrieveOrganizationAdminNameEmailsCommand";
|
|
4813
|
+
readonly ConceptRelationCrudCommand: "ConceptRelationCrudCommand";
|
|
4814
|
+
readonly CaseTypeSetCaseTypeUpdateAssociationCommand: "CaseTypeSetCaseTypeUpdateAssociationCommand";
|
|
4815
|
+
readonly DiseaseCrudCommand: "DiseaseCrudCommand";
|
|
4816
|
+
readonly OrganizationSetMemberCrudCommand: "OrganizationSetMemberCrudCommand";
|
|
4817
|
+
readonly RetrieveOrganizationContactCommand: "RetrieveOrganizationContactCommand";
|
|
4823
4818
|
readonly RetrieveCasesByIdCommand: "RetrieveCasesByIdCommand";
|
|
4824
|
-
readonly
|
|
4825
|
-
readonly
|
|
4826
|
-
readonly
|
|
4819
|
+
readonly RetrieveSubRolesCommand: "RetrieveSubRolesCommand";
|
|
4820
|
+
readonly RetrieveLibraryPrepProtocolsCommand: "RetrieveLibraryPrepProtocolsCommand";
|
|
4821
|
+
readonly RetrievePhylogeneticTreeBySequencesCommand: "RetrievePhylogeneticTreeBySequencesCommand";
|
|
4827
4822
|
readonly SiteCrudCommand: "SiteCrudCommand";
|
|
4828
|
-
readonly
|
|
4829
|
-
readonly
|
|
4830
|
-
readonly CreateReadSetsForCasesCommand: "CreateReadSetsForCasesCommand";
|
|
4831
|
-
readonly DataCollectionCrudCommand: "DataCollectionCrudCommand";
|
|
4832
|
-
readonly RetrieveCaseSetStatsCommand: "RetrieveCaseSetStatsCommand";
|
|
4833
|
-
readonly OrganizationSetCrudCommand: "OrganizationSetCrudCommand";
|
|
4834
|
-
readonly CaseTypeSetCategoryCrudCommand: "CaseTypeSetCategoryCrudCommand";
|
|
4835
|
-
readonly RetrieveCaseTypeStatsCommand: "RetrieveCaseTypeStatsCommand";
|
|
4836
|
-
readonly CreateFileForSeqCommand: "CreateFileForSeqCommand";
|
|
4837
|
-
readonly SubjectIdentifierCrudCommand: "SubjectIdentifierCrudCommand";
|
|
4823
|
+
readonly UserCrudCommand: "UserCrudCommand";
|
|
4824
|
+
readonly CaseTypeCrudCommand: "CaseTypeCrudCommand";
|
|
4838
4825
|
readonly RetrieveGeneticSequenceFastaByCaseCommand: "RetrieveGeneticSequenceFastaByCaseCommand";
|
|
4826
|
+
readonly OutageCrudCommand: "OutageCrudCommand";
|
|
4827
|
+
readonly GeneticDistanceProtocolCrudCommand: "GeneticDistanceProtocolCrudCommand";
|
|
4828
|
+
readonly CaseTypeSetMemberCrudCommand: "CaseTypeSetMemberCrudCommand";
|
|
4829
|
+
readonly DataCollectionSetMemberCrudCommand: "DataCollectionSetMemberCrudCommand";
|
|
4830
|
+
readonly RetrieveCompleteCaseTypeCommand: "RetrieveCompleteCaseTypeCommand";
|
|
4831
|
+
readonly ConceptCrudCommand: "ConceptCrudCommand";
|
|
4832
|
+
readonly DimCrudCommand: "DimCrudCommand";
|
|
4833
|
+
readonly InviteUserCommand: "InviteUserCommand";
|
|
4834
|
+
readonly CaseDataCollectionLinkCrudCommand: "CaseDataCollectionLinkCrudCommand";
|
|
4835
|
+
readonly RetrieveCaseTypeStatsCommand: "RetrieveCaseTypeStatsCommand";
|
|
4839
4836
|
readonly UpdateUserOwnOrganizationCommand: "UpdateUserOwnOrganizationCommand";
|
|
4840
|
-
readonly
|
|
4841
|
-
readonly
|
|
4842
|
-
readonly
|
|
4843
|
-
readonly RegionRelationCrudCommand: "RegionRelationCrudCommand";
|
|
4837
|
+
readonly TreeAlgorithmClassCrudCommand: "TreeAlgorithmClassCrudCommand";
|
|
4838
|
+
readonly IdentifierIssuerCrudCommand: "IdentifierIssuerCrudCommand";
|
|
4839
|
+
readonly CreateReadSetsForCasesCommand: "CreateReadSetsForCasesCommand";
|
|
4844
4840
|
readonly UserAccessCasePolicyCrudCommand: "UserAccessCasePolicyCrudCommand";
|
|
4841
|
+
readonly UserInvitationCrudCommand: "UserInvitationCrudCommand";
|
|
4842
|
+
readonly RegionSetShapeCrudCommand: "RegionSetShapeCrudCommand";
|
|
4843
|
+
readonly OrganizationCrudCommand: "OrganizationCrudCommand";
|
|
4844
|
+
readonly CaseSetStatusCrudCommand: "CaseSetStatusCrudCommand";
|
|
4845
|
+
readonly GetIdentityProvidersCommand: "GetIdentityProvidersCommand";
|
|
4846
|
+
readonly RetrieveInviteUserConstraintsCommand: "RetrieveInviteUserConstraintsCommand";
|
|
4847
|
+
readonly CreateSeqsForCasesCommand: "CreateSeqsForCasesCommand";
|
|
4845
4848
|
readonly CaseTypeColCrudCommand: "CaseTypeColCrudCommand";
|
|
4846
|
-
readonly
|
|
4847
|
-
readonly
|
|
4848
|
-
readonly
|
|
4849
|
-
readonly CaseTypeSetMemberCrudCommand: "CaseTypeSetMemberCrudCommand";
|
|
4850
|
-
readonly RetrieveCaseRightsCommand: "RetrieveCaseRightsCommand";
|
|
4851
|
-
readonly RetrieveCaseSetRightsCommand: "RetrieveCaseSetRightsCommand";
|
|
4852
|
-
readonly RegionCrudCommand: "RegionCrudCommand";
|
|
4853
|
-
readonly DataCollectionSetDataCollectionUpdateAssociationCommand: "DataCollectionSetDataCollectionUpdateAssociationCommand";
|
|
4849
|
+
readonly CaseTypeColSetMemberCrudCommand: "CaseTypeColSetMemberCrudCommand";
|
|
4850
|
+
readonly SubjectCrudCommand: "SubjectCrudCommand";
|
|
4851
|
+
readonly RetrieveCaseSetStatsCommand: "RetrieveCaseSetStatsCommand";
|
|
4854
4852
|
readonly ContactCrudCommand: "ContactCrudCommand";
|
|
4855
|
-
readonly CaseTypeSetCaseTypeUpdateAssociationCommand: "CaseTypeSetCaseTypeUpdateAssociationCommand";
|
|
4856
4853
|
readonly ConceptSetCrudCommand: "ConceptSetCrudCommand";
|
|
4857
|
-
readonly
|
|
4858
|
-
readonly
|
|
4859
|
-
readonly
|
|
4860
|
-
readonly
|
|
4861
|
-
readonly
|
|
4862
|
-
readonly
|
|
4863
|
-
readonly
|
|
4864
|
-
readonly DataCollectionSetMemberCrudCommand: "DataCollectionSetMemberCrudCommand";
|
|
4865
|
-
readonly CaseCrudCommand: "CaseCrudCommand";
|
|
4866
|
-
readonly OrganizationCrudCommand: "OrganizationCrudCommand";
|
|
4867
|
-
readonly TreeAlgorithmCrudCommand: "TreeAlgorithmCrudCommand";
|
|
4868
|
-
readonly OrganizationShareCasePolicyCrudCommand: "OrganizationShareCasePolicyCrudCommand";
|
|
4854
|
+
readonly ColCrudCommand: "ColCrudCommand";
|
|
4855
|
+
readonly RegionCrudCommand: "RegionCrudCommand";
|
|
4856
|
+
readonly RegionRelationCrudCommand: "RegionRelationCrudCommand";
|
|
4857
|
+
readonly RetrieveOwnPermissionsCommand: "RetrieveOwnPermissionsCommand";
|
|
4858
|
+
readonly SubjectIdentifierCrudCommand: "SubjectIdentifierCrudCommand";
|
|
4859
|
+
readonly RetrievePhylogeneticTreeByCasesCommand: "RetrievePhylogeneticTreeByCasesCommand";
|
|
4860
|
+
readonly EtiologyCrudCommand: "EtiologyCrudCommand";
|
|
4869
4861
|
readonly CreateCasesCommand: "CreateCasesCommand";
|
|
4870
|
-
readonly
|
|
4871
|
-
readonly
|
|
4872
|
-
readonly
|
|
4873
|
-
readonly
|
|
4874
|
-
readonly
|
|
4875
|
-
readonly
|
|
4876
|
-
readonly RegionSetShapeCrudCommand: "RegionSetShapeCrudCommand";
|
|
4862
|
+
readonly CaseSetCategoryCrudCommand: "CaseSetCategoryCrudCommand";
|
|
4863
|
+
readonly DataCollectionCrudCommand: "DataCollectionCrudCommand";
|
|
4864
|
+
readonly CaseTypeSetCrudCommand: "CaseTypeSetCrudCommand";
|
|
4865
|
+
readonly RetrieveAssemblyProtocolsCommand: "RetrieveAssemblyProtocolsCommand";
|
|
4866
|
+
readonly CaseTypeSetCategoryCrudCommand: "CaseTypeSetCategoryCrudCommand";
|
|
4867
|
+
readonly OrganizationAdminPolicyCrudCommand: "OrganizationAdminPolicyCrudCommand";
|
|
4877
4868
|
readonly OrganizationAccessCasePolicyCrudCommand: "OrganizationAccessCasePolicyCrudCommand";
|
|
4869
|
+
readonly RetrieveAlleleProfileCommand: "RetrieveAlleleProfileCommand";
|
|
4870
|
+
readonly RetrieveOrganizationsUnderAdminCommand: "RetrieveOrganizationsUnderAdminCommand";
|
|
4871
|
+
readonly EtiologicalAgentCrudCommand: "EtiologicalAgentCrudCommand";
|
|
4872
|
+
readonly RetrieveGeneticSequenceByIdCommand: "RetrieveGeneticSequenceByIdCommand";
|
|
4873
|
+
readonly DataCollectionSetCrudCommand: "DataCollectionSetCrudCommand";
|
|
4874
|
+
readonly UserShareCasePolicyCrudCommand: "UserShareCasePolicyCrudCommand";
|
|
4878
4875
|
readonly CaseSetDataCollectionLinkCrudCommand: "CaseSetDataCollectionLinkCrudCommand";
|
|
4879
|
-
readonly
|
|
4880
|
-
readonly
|
|
4881
|
-
readonly
|
|
4882
|
-
readonly
|
|
4883
|
-
readonly
|
|
4884
|
-
readonly
|
|
4876
|
+
readonly RegionSetCrudCommand: "RegionSetCrudCommand";
|
|
4877
|
+
readonly RetrieveOutagesCommand: "RetrieveOutagesCommand";
|
|
4878
|
+
readonly CreateFileForReadSetCommand: "CreateFileForReadSetCommand";
|
|
4879
|
+
readonly OrganizationShareCasePolicyCrudCommand: "OrganizationShareCasePolicyCrudCommand";
|
|
4880
|
+
readonly RetrieveGeneticSequenceFastaByIdCommand: "RetrieveGeneticSequenceFastaByIdCommand";
|
|
4881
|
+
readonly DiseaseEtiologicalAgentUpdateAssociationCommand: "DiseaseEtiologicalAgentUpdateAssociationCommand";
|
|
4882
|
+
readonly OrganizationSetCrudCommand: "OrganizationSetCrudCommand";
|
|
4883
|
+
readonly CreateFileForSeqCommand: "CreateFileForSeqCommand";
|
|
4884
|
+
readonly TreeAlgorithmCrudCommand: "TreeAlgorithmCrudCommand";
|
|
4885
4885
|
};
|
|
4886
4886
|
|
|
4887
4887
|
export declare type CommandName = typeof CommandName[keyof typeof CommandName];
|
|
@@ -5412,7 +5412,7 @@ export declare class Configuration {
|
|
|
5412
5412
|
* Gen-EpiX casedb
|
|
5413
5413
|
* The casedb app manages data of cases of a disease.
|
|
5414
5414
|
*
|
|
5415
|
-
* The version of the OpenAPI document:
|
|
5415
|
+
* The version of the OpenAPI document: 7.0.5
|
|
5416
5416
|
* Contact: ids-bioinformatics@rivm.nl
|
|
5417
5417
|
*
|
|
5418
5418
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5617,10 +5617,10 @@ export declare const createEpiUploadStore: () => StoreApi<EpiUploadStore>;
|
|
|
5617
5617
|
export declare interface CreateFileForForReadSetRequestBody {
|
|
5618
5618
|
/**
|
|
5619
5619
|
* The content of the file to create.
|
|
5620
|
-
* @type {
|
|
5620
|
+
* @type {File}
|
|
5621
5621
|
* @memberof CreateFileForForReadSetRequestBody
|
|
5622
5622
|
*/
|
|
5623
|
-
'file_content':
|
|
5623
|
+
'file_content': File;
|
|
5624
5624
|
/**
|
|
5625
5625
|
* Whether the file is for the forward reads (True) or reverse reads (False).
|
|
5626
5626
|
* @type {boolean}
|
|
@@ -5637,10 +5637,10 @@ export declare interface CreateFileForForReadSetRequestBody {
|
|
|
5637
5637
|
export declare interface CreateFileForSeqRequestBody {
|
|
5638
5638
|
/**
|
|
5639
5639
|
* The content of the file to create.
|
|
5640
|
-
* @type {
|
|
5640
|
+
* @type {File}
|
|
5641
5641
|
* @memberof CreateFileForSeqRequestBody
|
|
5642
5642
|
*/
|
|
5643
|
-
'file_content':
|
|
5643
|
+
'file_content': File;
|
|
5644
5644
|
}
|
|
5645
5645
|
|
|
5646
5646
|
export declare const createOidcStoreInitialState: () => OidcStoreState;
|
|
@@ -7449,7 +7449,7 @@ export declare type GenericErrorMessageProps = {
|
|
|
7449
7449
|
readonly shouldHideActionButtons?: boolean;
|
|
7450
7450
|
};
|
|
7451
7451
|
|
|
7452
|
-
export declare const GenericForm: <TFormFields>({ formFieldDefinitions, formId, onSubmit, formMethods, renderField, wrapForm, }: GenericFormProps<TFormFields>) => JSX.Element;
|
|
7452
|
+
export declare const GenericForm: <TFormFields>({ formFieldDefinitions, formId, onSubmit, formMethods, renderField, wrapForm, disableAll, }: GenericFormProps<TFormFields>) => JSX.Element;
|
|
7453
7453
|
|
|
7454
7454
|
export declare type GenericFormProps<TFormFields> = {
|
|
7455
7455
|
readonly formFieldDefinitions: FormFieldDefinition<TFormFields>[];
|
|
@@ -7458,6 +7458,7 @@ export declare type GenericFormProps<TFormFields> = {
|
|
|
7458
7458
|
readonly formMethods: UseFormReturn<TFormFields>;
|
|
7459
7459
|
readonly renderField?: (definition: FormFieldDefinition<TFormFields>, element: ReactElement) => ReactElement;
|
|
7460
7460
|
readonly wrapForm?: (children: ReactElement) => ReactElement;
|
|
7461
|
+
readonly disableAll?: boolean;
|
|
7461
7462
|
};
|
|
7462
7463
|
|
|
7463
7464
|
/**
|
|
@@ -10579,6 +10580,16 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
10579
10580
|
* @memberof OrganizationApi
|
|
10580
10581
|
*/
|
|
10581
10582
|
sitesPutSome(site: Array<Site>, options?: RawAxiosRequestConfig): Promise<AxiosResponse<Site[], any, {}>>;
|
|
10583
|
+
/**
|
|
10584
|
+
* Updates an existing User with new properties such as active status, roles, and organization membership. The target user is identified by tgt_user_id. Any field set to None will leave that property unchanged. Roles cannot be set to an empty set. Cache is invalidated after successful update.
|
|
10585
|
+
* @summary Updateuser
|
|
10586
|
+
* @param {string} objectId
|
|
10587
|
+
* @param {UpdateUserRequestBody} updateUserRequestBody
|
|
10588
|
+
* @param {*} [options] Override http request option.
|
|
10589
|
+
* @throws {RequiredError}
|
|
10590
|
+
* @memberof OrganizationApi
|
|
10591
|
+
*/
|
|
10592
|
+
updateUser(objectId: string, updateUserRequestBody: UpdateUserRequestBody, options?: RawAxiosRequestConfig): Promise<AxiosResponse<User, any, {}>>;
|
|
10582
10593
|
/**
|
|
10583
10594
|
* Updates the current user\'s Organization membership. This command allows a user to change their own organization association. The is_new_user flag indicates whether this is part of a new user registration process.
|
|
10584
10595
|
* @summary Updateuserownorganizationcommand
|
|
@@ -14358,7 +14369,7 @@ export declare interface User {
|
|
|
14358
14369
|
*/
|
|
14359
14370
|
'id'?: string | null;
|
|
14360
14371
|
/**
|
|
14361
|
-
* The key of the user, UNIQUE
|
|
14372
|
+
* The key of the user, lowercase, UNIQUE
|
|
14362
14373
|
* @type {string}
|
|
14363
14374
|
* @memberof User
|
|
14364
14375
|
*/
|
|
@@ -14576,7 +14587,7 @@ export declare interface UserInvitation {
|
|
|
14576
14587
|
*/
|
|
14577
14588
|
'id'?: string | null;
|
|
14578
14589
|
/**
|
|
14579
|
-
* The key of the user, UNIQUE
|
|
14590
|
+
* The key of the user, lowercase, UNIQUE
|
|
14580
14591
|
* @type {string}
|
|
14581
14592
|
* @memberof UserInvitation
|
|
14582
14593
|
*/
|
|
@@ -14670,7 +14681,7 @@ export declare interface UserInvitationConstraints {
|
|
|
14670
14681
|
*/
|
|
14671
14682
|
export declare interface UserInvitationRequestBody {
|
|
14672
14683
|
/**
|
|
14673
|
-
* The key of the user, UNIQUE
|
|
14684
|
+
* The key of the user, lowercase, UNIQUE
|
|
14674
14685
|
* @type {string}
|
|
14675
14686
|
* @memberof UserInvitationRequestBody
|
|
14676
14687
|
*/
|