@gen-epix/ui 1.9.1 → 1.9.2
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 +82 -82
- package/dist/index.js +76 -76
- package/package.json +1 -1
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
|
|
4797
|
-
readonly
|
|
4795
|
+
readonly UserCrudCommand: "UserCrudCommand";
|
|
4796
|
+
readonly CaseSetCategoryCrudCommand: "CaseSetCategoryCrudCommand";
|
|
4797
|
+
readonly OrganizationSetMemberCrudCommand: "OrganizationSetMemberCrudCommand";
|
|
4798
|
+
readonly ConceptCrudCommand: "ConceptCrudCommand";
|
|
4799
|
+
readonly CaseSetDataCollectionLinkCrudCommand: "CaseSetDataCollectionLinkCrudCommand";
|
|
4800
|
+
readonly RetrieveOwnPermissionsCommand: "RetrieveOwnPermissionsCommand";
|
|
4801
|
+
readonly RetrieveSubRolesCommand: "RetrieveSubRolesCommand";
|
|
4802
|
+
readonly RetrievePhylogeneticTreeByCasesCommand: "RetrievePhylogeneticTreeByCasesCommand";
|
|
4803
|
+
readonly RetrieveGeneticSequenceByIdCommand: "RetrieveGeneticSequenceByIdCommand";
|
|
4804
|
+
readonly DataCollectionSetCrudCommand: "DataCollectionSetCrudCommand";
|
|
4805
|
+
readonly UpdateUserCommand: "UpdateUserCommand";
|
|
4806
|
+
readonly CaseTypeSetCrudCommand: "CaseTypeSetCrudCommand";
|
|
4807
|
+
readonly RetrieveOutagesCommand: "RetrieveOutagesCommand";
|
|
4808
|
+
readonly RegionSetCrudCommand: "RegionSetCrudCommand";
|
|
4798
4809
|
readonly CaseTypeColSetCaseTypeColUpdateAssociationCommand: "CaseTypeColSetCaseTypeColUpdateAssociationCommand";
|
|
4799
4810
|
readonly DataCollectionSetDataCollectionUpdateAssociationCommand: "DataCollectionSetDataCollectionUpdateAssociationCommand";
|
|
4800
|
-
readonly
|
|
4801
|
-
readonly
|
|
4802
|
-
readonly
|
|
4803
|
-
readonly
|
|
4811
|
+
readonly CaseSetStatusCrudCommand: "CaseSetStatusCrudCommand";
|
|
4812
|
+
readonly CreateSeqsForCasesCommand: "CreateSeqsForCasesCommand";
|
|
4813
|
+
readonly CaseTypeColCrudCommand: "CaseTypeColCrudCommand";
|
|
4814
|
+
readonly RetrieveCaseTypeStatsCommand: "RetrieveCaseTypeStatsCommand";
|
|
4815
|
+
readonly OrganizationCrudCommand: "OrganizationCrudCommand";
|
|
4816
|
+
readonly RetrieveOrganizationsUnderAdminCommand: "RetrieveOrganizationsUnderAdminCommand";
|
|
4817
|
+
readonly RegionRelationCrudCommand: "RegionRelationCrudCommand";
|
|
4818
|
+
readonly OrganizationAdminPolicyCrudCommand: "OrganizationAdminPolicyCrudCommand";
|
|
4804
4819
|
readonly CaseSetMemberCrudCommand: "CaseSetMemberCrudCommand";
|
|
4805
|
-
readonly
|
|
4806
|
-
readonly
|
|
4807
|
-
readonly
|
|
4820
|
+
readonly CaseSetCrudCommand: "CaseSetCrudCommand";
|
|
4821
|
+
readonly DataCollectionCrudCommand: "DataCollectionCrudCommand";
|
|
4822
|
+
readonly UserShareCasePolicyCrudCommand: "UserShareCasePolicyCrudCommand";
|
|
4823
|
+
readonly SubjectCrudCommand: "SubjectCrudCommand";
|
|
4824
|
+
readonly CaseTypeSetCategoryCrudCommand: "CaseTypeSetCategoryCrudCommand";
|
|
4825
|
+
readonly RetrieveCompleteCaseTypeCommand: "RetrieveCompleteCaseTypeCommand";
|
|
4826
|
+
readonly RetrieveLibraryPrepProtocolsCommand: "RetrieveLibraryPrepProtocolsCommand";
|
|
4808
4827
|
readonly RetrieveLicensesCommand: "RetrieveLicensesCommand";
|
|
4809
|
-
readonly
|
|
4810
|
-
readonly
|
|
4828
|
+
readonly ContactCrudCommand: "ContactCrudCommand";
|
|
4829
|
+
readonly RetrieveGeneticSequenceFastaByCaseCommand: "RetrieveGeneticSequenceFastaByCaseCommand";
|
|
4830
|
+
readonly CaseTypeCrudCommand: "CaseTypeCrudCommand";
|
|
4831
|
+
readonly DimCrudCommand: "DimCrudCommand";
|
|
4832
|
+
readonly UserInvitationCrudCommand: "UserInvitationCrudCommand";
|
|
4811
4833
|
readonly ValidateCasesCommand: "ValidateCasesCommand";
|
|
4812
|
-
readonly
|
|
4834
|
+
readonly CaseCrudCommand: "CaseCrudCommand";
|
|
4835
|
+
readonly RegionCrudCommand: "RegionCrudCommand";
|
|
4836
|
+
readonly SubjectIdentifierCrudCommand: "SubjectIdentifierCrudCommand";
|
|
4813
4837
|
readonly ConceptRelationCrudCommand: "ConceptRelationCrudCommand";
|
|
4814
|
-
readonly
|
|
4815
|
-
readonly
|
|
4816
|
-
readonly
|
|
4817
|
-
readonly
|
|
4838
|
+
readonly CreateFileForSeqCommand: "CreateFileForSeqCommand";
|
|
4839
|
+
readonly OrganizationShareCasePolicyCrudCommand: "OrganizationShareCasePolicyCrudCommand";
|
|
4840
|
+
readonly UpdateUserOwnOrganizationCommand: "UpdateUserOwnOrganizationCommand";
|
|
4841
|
+
readonly CaseTypeColSetCrudCommand: "CaseTypeColSetCrudCommand";
|
|
4818
4842
|
readonly RetrieveCasesByIdCommand: "RetrieveCasesByIdCommand";
|
|
4819
|
-
readonly
|
|
4820
|
-
readonly
|
|
4821
|
-
readonly
|
|
4822
|
-
readonly
|
|
4823
|
-
readonly
|
|
4824
|
-
readonly CaseTypeCrudCommand: "CaseTypeCrudCommand";
|
|
4825
|
-
readonly RetrieveGeneticSequenceFastaByCaseCommand: "RetrieveGeneticSequenceFastaByCaseCommand";
|
|
4826
|
-
readonly OutageCrudCommand: "OutageCrudCommand";
|
|
4827
|
-
readonly GeneticDistanceProtocolCrudCommand: "GeneticDistanceProtocolCrudCommand";
|
|
4843
|
+
readonly OrganizationAccessCasePolicyCrudCommand: "OrganizationAccessCasePolicyCrudCommand";
|
|
4844
|
+
readonly TreeAlgorithmClassCrudCommand: "TreeAlgorithmClassCrudCommand";
|
|
4845
|
+
readonly RetrieveGeneticSequenceFastaByIdCommand: "RetrieveGeneticSequenceFastaByIdCommand";
|
|
4846
|
+
readonly ColCrudCommand: "ColCrudCommand";
|
|
4847
|
+
readonly RetrieveCaseRightsCommand: "RetrieveCaseRightsCommand";
|
|
4828
4848
|
readonly CaseTypeSetMemberCrudCommand: "CaseTypeSetMemberCrudCommand";
|
|
4829
|
-
readonly
|
|
4830
|
-
readonly
|
|
4831
|
-
readonly
|
|
4832
|
-
readonly
|
|
4849
|
+
readonly OrganizationSetCrudCommand: "OrganizationSetCrudCommand";
|
|
4850
|
+
readonly EtiologyCrudCommand: "EtiologyCrudCommand";
|
|
4851
|
+
readonly GeneticDistanceProtocolCrudCommand: "GeneticDistanceProtocolCrudCommand";
|
|
4852
|
+
readonly RetrieveCasesByQueryCommand: "RetrieveCasesByQueryCommand";
|
|
4853
|
+
readonly DiseaseCrudCommand: "DiseaseCrudCommand";
|
|
4833
4854
|
readonly InviteUserCommand: "InviteUserCommand";
|
|
4834
|
-
readonly
|
|
4835
|
-
readonly RetrieveCaseTypeStatsCommand: "RetrieveCaseTypeStatsCommand";
|
|
4836
|
-
readonly UpdateUserOwnOrganizationCommand: "UpdateUserOwnOrganizationCommand";
|
|
4837
|
-
readonly TreeAlgorithmClassCrudCommand: "TreeAlgorithmClassCrudCommand";
|
|
4838
|
-
readonly IdentifierIssuerCrudCommand: "IdentifierIssuerCrudCommand";
|
|
4839
|
-
readonly CreateReadSetsForCasesCommand: "CreateReadSetsForCasesCommand";
|
|
4855
|
+
readonly DataCollectionSetMemberCrudCommand: "DataCollectionSetMemberCrudCommand";
|
|
4840
4856
|
readonly UserAccessCasePolicyCrudCommand: "UserAccessCasePolicyCrudCommand";
|
|
4841
|
-
readonly
|
|
4842
|
-
readonly
|
|
4843
|
-
readonly OrganizationCrudCommand: "OrganizationCrudCommand";
|
|
4844
|
-
readonly CaseSetStatusCrudCommand: "CaseSetStatusCrudCommand";
|
|
4845
|
-
readonly GetIdentityProvidersCommand: "GetIdentityProvidersCommand";
|
|
4846
|
-
readonly RetrieveInviteUserConstraintsCommand: "RetrieveInviteUserConstraintsCommand";
|
|
4847
|
-
readonly CreateSeqsForCasesCommand: "CreateSeqsForCasesCommand";
|
|
4848
|
-
readonly CaseTypeColCrudCommand: "CaseTypeColCrudCommand";
|
|
4857
|
+
readonly OrganizationSetOrganizationUpdateAssociationCommand: "OrganizationSetOrganizationUpdateAssociationCommand";
|
|
4858
|
+
readonly RegisterInvitedUserCommand: "RegisterInvitedUserCommand";
|
|
4849
4859
|
readonly CaseTypeColSetMemberCrudCommand: "CaseTypeColSetMemberCrudCommand";
|
|
4850
|
-
readonly
|
|
4851
|
-
readonly
|
|
4852
|
-
readonly
|
|
4853
|
-
readonly
|
|
4854
|
-
readonly
|
|
4855
|
-
readonly
|
|
4856
|
-
readonly RegionRelationCrudCommand: "RegionRelationCrudCommand";
|
|
4857
|
-
readonly RetrieveOwnPermissionsCommand: "RetrieveOwnPermissionsCommand";
|
|
4858
|
-
readonly SubjectIdentifierCrudCommand: "SubjectIdentifierCrudCommand";
|
|
4859
|
-
readonly RetrievePhylogeneticTreeByCasesCommand: "RetrievePhylogeneticTreeByCasesCommand";
|
|
4860
|
-
readonly EtiologyCrudCommand: "EtiologyCrudCommand";
|
|
4860
|
+
readonly OutageCrudCommand: "OutageCrudCommand";
|
|
4861
|
+
readonly CreateReadSetsForCasesCommand: "CreateReadSetsForCasesCommand";
|
|
4862
|
+
readonly CaseDataCollectionLinkCrudCommand: "CaseDataCollectionLinkCrudCommand";
|
|
4863
|
+
readonly RetrieveCaseSetRightsCommand: "RetrieveCaseSetRightsCommand";
|
|
4864
|
+
readonly RetrieveInviteUserConstraintsCommand: "RetrieveInviteUserConstraintsCommand";
|
|
4865
|
+
readonly GetIdentityProvidersCommand: "GetIdentityProvidersCommand";
|
|
4861
4866
|
readonly CreateCasesCommand: "CreateCasesCommand";
|
|
4862
|
-
readonly CaseSetCategoryCrudCommand: "CaseSetCategoryCrudCommand";
|
|
4863
|
-
readonly DataCollectionCrudCommand: "DataCollectionCrudCommand";
|
|
4864
|
-
readonly CaseTypeSetCrudCommand: "CaseTypeSetCrudCommand";
|
|
4865
|
-
readonly RetrieveAssemblyProtocolsCommand: "RetrieveAssemblyProtocolsCommand";
|
|
4866
|
-
readonly CaseTypeSetCategoryCrudCommand: "CaseTypeSetCategoryCrudCommand";
|
|
4867
|
-
readonly OrganizationAdminPolicyCrudCommand: "OrganizationAdminPolicyCrudCommand";
|
|
4868
|
-
readonly OrganizationAccessCasePolicyCrudCommand: "OrganizationAccessCasePolicyCrudCommand";
|
|
4869
|
-
readonly RetrieveAlleleProfileCommand: "RetrieveAlleleProfileCommand";
|
|
4870
|
-
readonly RetrieveOrganizationsUnderAdminCommand: "RetrieveOrganizationsUnderAdminCommand";
|
|
4871
4867
|
readonly EtiologicalAgentCrudCommand: "EtiologicalAgentCrudCommand";
|
|
4872
|
-
readonly
|
|
4873
|
-
readonly DataCollectionSetCrudCommand: "DataCollectionSetCrudCommand";
|
|
4874
|
-
readonly UserShareCasePolicyCrudCommand: "UserShareCasePolicyCrudCommand";
|
|
4875
|
-
readonly CaseSetDataCollectionLinkCrudCommand: "CaseSetDataCollectionLinkCrudCommand";
|
|
4876
|
-
readonly RegionSetCrudCommand: "RegionSetCrudCommand";
|
|
4877
|
-
readonly RetrieveOutagesCommand: "RetrieveOutagesCommand";
|
|
4878
|
-
readonly CreateFileForReadSetCommand: "CreateFileForReadSetCommand";
|
|
4879
|
-
readonly OrganizationShareCasePolicyCrudCommand: "OrganizationShareCasePolicyCrudCommand";
|
|
4880
|
-
readonly RetrieveGeneticSequenceFastaByIdCommand: "RetrieveGeneticSequenceFastaByIdCommand";
|
|
4868
|
+
readonly RetrieveAssemblyProtocolsCommand: "RetrieveAssemblyProtocolsCommand";
|
|
4881
4869
|
readonly DiseaseEtiologicalAgentUpdateAssociationCommand: "DiseaseEtiologicalAgentUpdateAssociationCommand";
|
|
4882
|
-
readonly
|
|
4883
|
-
readonly
|
|
4870
|
+
readonly RetrieveGeneticSequenceByCaseCommand: "RetrieveGeneticSequenceByCaseCommand";
|
|
4871
|
+
readonly RetrievePhylogeneticTreeBySequencesCommand: "RetrievePhylogeneticTreeBySequencesCommand";
|
|
4872
|
+
readonly RetrieveOrganizationAdminNameEmailsCommand: "RetrieveOrganizationAdminNameEmailsCommand";
|
|
4873
|
+
readonly CreateFileForReadSetCommand: "CreateFileForReadSetCommand";
|
|
4874
|
+
readonly CaseTypeSetCaseTypeUpdateAssociationCommand: "CaseTypeSetCaseTypeUpdateAssociationCommand";
|
|
4875
|
+
readonly RetrieveCaseSetStatsCommand: "RetrieveCaseSetStatsCommand";
|
|
4876
|
+
readonly SiteCrudCommand: "SiteCrudCommand";
|
|
4877
|
+
readonly RetrieveAlleleProfileCommand: "RetrieveAlleleProfileCommand";
|
|
4878
|
+
readonly ConceptSetCrudCommand: "ConceptSetCrudCommand";
|
|
4879
|
+
readonly IdentifierIssuerCrudCommand: "IdentifierIssuerCrudCommand";
|
|
4880
|
+
readonly RetrieveContainingRegionCommand: "RetrieveContainingRegionCommand";
|
|
4884
4881
|
readonly TreeAlgorithmCrudCommand: "TreeAlgorithmCrudCommand";
|
|
4882
|
+
readonly RetrieveOrganizationContactCommand: "RetrieveOrganizationContactCommand";
|
|
4883
|
+
readonly CreateCaseSetCommand: "CreateCaseSetCommand";
|
|
4884
|
+
readonly RegionSetShapeCrudCommand: "RegionSetShapeCrudCommand";
|
|
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: 7.
|
|
5415
|
+
* The version of the OpenAPI document: 7.1.1
|
|
5416
5416
|
* Contact: ids-bioinformatics@rivm.nl
|
|
5417
5417
|
*
|
|
5418
5418
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5616,11 +5616,11 @@ export declare const createEpiUploadStore: () => StoreApi<EpiUploadStore>;
|
|
|
5616
5616
|
*/
|
|
5617
5617
|
export declare interface CreateFileForForReadSetRequestBody {
|
|
5618
5618
|
/**
|
|
5619
|
-
* The content of the file to create.
|
|
5620
|
-
* @type {
|
|
5619
|
+
* The content of the file to create (base64 encoded bytes).
|
|
5620
|
+
* @type {string}
|
|
5621
5621
|
* @memberof CreateFileForForReadSetRequestBody
|
|
5622
5622
|
*/
|
|
5623
|
-
'file_content':
|
|
5623
|
+
'file_content': string;
|
|
5624
5624
|
/**
|
|
5625
5625
|
* Whether the file is for the forward reads (True) or reverse reads (False).
|
|
5626
5626
|
* @type {boolean}
|
|
@@ -5636,11 +5636,11 @@ export declare interface CreateFileForForReadSetRequestBody {
|
|
|
5636
5636
|
*/
|
|
5637
5637
|
export declare interface CreateFileForSeqRequestBody {
|
|
5638
5638
|
/**
|
|
5639
|
-
* The content of the file to create.
|
|
5640
|
-
* @type {
|
|
5639
|
+
* The content of the file to create (base64 encoded bytes).
|
|
5640
|
+
* @type {string}
|
|
5641
5641
|
* @memberof CreateFileForSeqRequestBody
|
|
5642
5642
|
*/
|
|
5643
|
-
'file_content':
|
|
5643
|
+
'file_content': string;
|
|
5644
5644
|
}
|
|
5645
5645
|
|
|
5646
5646
|
export declare const createOidcStoreInitialState: () => OidcStoreState;
|
package/dist/index.js
CHANGED
|
@@ -9465,96 +9465,96 @@ const z = function(r, ...e) {
|
|
|
9465
9465
|
ORGANIZATION: "ORGANIZATION",
|
|
9466
9466
|
OTHER: "OTHER"
|
|
9467
9467
|
}, ke = {
|
|
9468
|
-
|
|
9469
|
-
|
|
9470
|
-
|
|
9468
|
+
UserCrudCommand: "UserCrudCommand",
|
|
9469
|
+
CaseSetCategoryCrudCommand: "CaseSetCategoryCrudCommand",
|
|
9470
|
+
OrganizationSetMemberCrudCommand: "OrganizationSetMemberCrudCommand",
|
|
9471
|
+
ConceptCrudCommand: "ConceptCrudCommand",
|
|
9472
|
+
CaseSetDataCollectionLinkCrudCommand: "CaseSetDataCollectionLinkCrudCommand",
|
|
9473
|
+
RetrieveOwnPermissionsCommand: "RetrieveOwnPermissionsCommand",
|
|
9474
|
+
RetrieveSubRolesCommand: "RetrieveSubRolesCommand",
|
|
9475
|
+
RetrievePhylogeneticTreeByCasesCommand: "RetrievePhylogeneticTreeByCasesCommand",
|
|
9476
|
+
RetrieveGeneticSequenceByIdCommand: "RetrieveGeneticSequenceByIdCommand",
|
|
9477
|
+
DataCollectionSetCrudCommand: "DataCollectionSetCrudCommand",
|
|
9478
|
+
UpdateUserCommand: "UpdateUserCommand",
|
|
9479
|
+
CaseTypeSetCrudCommand: "CaseTypeSetCrudCommand",
|
|
9480
|
+
RetrieveOutagesCommand: "RetrieveOutagesCommand",
|
|
9481
|
+
RegionSetCrudCommand: "RegionSetCrudCommand",
|
|
9471
9482
|
CaseTypeColSetCaseTypeColUpdateAssociationCommand: "CaseTypeColSetCaseTypeColUpdateAssociationCommand",
|
|
9472
9483
|
DataCollectionSetDataCollectionUpdateAssociationCommand: "DataCollectionSetDataCollectionUpdateAssociationCommand",
|
|
9473
|
-
|
|
9474
|
-
|
|
9475
|
-
|
|
9476
|
-
|
|
9484
|
+
CaseSetStatusCrudCommand: "CaseSetStatusCrudCommand",
|
|
9485
|
+
CreateSeqsForCasesCommand: "CreateSeqsForCasesCommand",
|
|
9486
|
+
CaseTypeColCrudCommand: "CaseTypeColCrudCommand",
|
|
9487
|
+
RetrieveCaseTypeStatsCommand: "RetrieveCaseTypeStatsCommand",
|
|
9488
|
+
OrganizationCrudCommand: "OrganizationCrudCommand",
|
|
9489
|
+
RetrieveOrganizationsUnderAdminCommand: "RetrieveOrganizationsUnderAdminCommand",
|
|
9490
|
+
RegionRelationCrudCommand: "RegionRelationCrudCommand",
|
|
9491
|
+
OrganizationAdminPolicyCrudCommand: "OrganizationAdminPolicyCrudCommand",
|
|
9477
9492
|
CaseSetMemberCrudCommand: "CaseSetMemberCrudCommand",
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9493
|
+
CaseSetCrudCommand: "CaseSetCrudCommand",
|
|
9494
|
+
DataCollectionCrudCommand: "DataCollectionCrudCommand",
|
|
9495
|
+
UserShareCasePolicyCrudCommand: "UserShareCasePolicyCrudCommand",
|
|
9496
|
+
SubjectCrudCommand: "SubjectCrudCommand",
|
|
9497
|
+
CaseTypeSetCategoryCrudCommand: "CaseTypeSetCategoryCrudCommand",
|
|
9498
|
+
RetrieveCompleteCaseTypeCommand: "RetrieveCompleteCaseTypeCommand",
|
|
9499
|
+
RetrieveLibraryPrepProtocolsCommand: "RetrieveLibraryPrepProtocolsCommand",
|
|
9481
9500
|
RetrieveLicensesCommand: "RetrieveLicensesCommand",
|
|
9482
|
-
|
|
9483
|
-
|
|
9501
|
+
ContactCrudCommand: "ContactCrudCommand",
|
|
9502
|
+
RetrieveGeneticSequenceFastaByCaseCommand: "RetrieveGeneticSequenceFastaByCaseCommand",
|
|
9503
|
+
CaseTypeCrudCommand: "CaseTypeCrudCommand",
|
|
9504
|
+
DimCrudCommand: "DimCrudCommand",
|
|
9505
|
+
UserInvitationCrudCommand: "UserInvitationCrudCommand",
|
|
9484
9506
|
ValidateCasesCommand: "ValidateCasesCommand",
|
|
9485
|
-
|
|
9507
|
+
CaseCrudCommand: "CaseCrudCommand",
|
|
9508
|
+
RegionCrudCommand: "RegionCrudCommand",
|
|
9509
|
+
SubjectIdentifierCrudCommand: "SubjectIdentifierCrudCommand",
|
|
9486
9510
|
ConceptRelationCrudCommand: "ConceptRelationCrudCommand",
|
|
9487
|
-
|
|
9488
|
-
|
|
9489
|
-
|
|
9490
|
-
|
|
9511
|
+
CreateFileForSeqCommand: "CreateFileForSeqCommand",
|
|
9512
|
+
OrganizationShareCasePolicyCrudCommand: "OrganizationShareCasePolicyCrudCommand",
|
|
9513
|
+
UpdateUserOwnOrganizationCommand: "UpdateUserOwnOrganizationCommand",
|
|
9514
|
+
CaseTypeColSetCrudCommand: "CaseTypeColSetCrudCommand",
|
|
9491
9515
|
RetrieveCasesByIdCommand: "RetrieveCasesByIdCommand",
|
|
9492
|
-
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
CaseTypeCrudCommand: "CaseTypeCrudCommand",
|
|
9498
|
-
RetrieveGeneticSequenceFastaByCaseCommand: "RetrieveGeneticSequenceFastaByCaseCommand",
|
|
9499
|
-
OutageCrudCommand: "OutageCrudCommand",
|
|
9500
|
-
GeneticDistanceProtocolCrudCommand: "GeneticDistanceProtocolCrudCommand",
|
|
9516
|
+
OrganizationAccessCasePolicyCrudCommand: "OrganizationAccessCasePolicyCrudCommand",
|
|
9517
|
+
TreeAlgorithmClassCrudCommand: "TreeAlgorithmClassCrudCommand",
|
|
9518
|
+
RetrieveGeneticSequenceFastaByIdCommand: "RetrieveGeneticSequenceFastaByIdCommand",
|
|
9519
|
+
ColCrudCommand: "ColCrudCommand",
|
|
9520
|
+
RetrieveCaseRightsCommand: "RetrieveCaseRightsCommand",
|
|
9501
9521
|
CaseTypeSetMemberCrudCommand: "CaseTypeSetMemberCrudCommand",
|
|
9502
|
-
|
|
9503
|
-
|
|
9504
|
-
|
|
9505
|
-
|
|
9522
|
+
OrganizationSetCrudCommand: "OrganizationSetCrudCommand",
|
|
9523
|
+
EtiologyCrudCommand: "EtiologyCrudCommand",
|
|
9524
|
+
GeneticDistanceProtocolCrudCommand: "GeneticDistanceProtocolCrudCommand",
|
|
9525
|
+
RetrieveCasesByQueryCommand: "RetrieveCasesByQueryCommand",
|
|
9526
|
+
DiseaseCrudCommand: "DiseaseCrudCommand",
|
|
9506
9527
|
InviteUserCommand: "InviteUserCommand",
|
|
9507
|
-
|
|
9508
|
-
RetrieveCaseTypeStatsCommand: "RetrieveCaseTypeStatsCommand",
|
|
9509
|
-
UpdateUserOwnOrganizationCommand: "UpdateUserOwnOrganizationCommand",
|
|
9510
|
-
TreeAlgorithmClassCrudCommand: "TreeAlgorithmClassCrudCommand",
|
|
9511
|
-
IdentifierIssuerCrudCommand: "IdentifierIssuerCrudCommand",
|
|
9512
|
-
CreateReadSetsForCasesCommand: "CreateReadSetsForCasesCommand",
|
|
9528
|
+
DataCollectionSetMemberCrudCommand: "DataCollectionSetMemberCrudCommand",
|
|
9513
9529
|
UserAccessCasePolicyCrudCommand: "UserAccessCasePolicyCrudCommand",
|
|
9514
|
-
|
|
9515
|
-
|
|
9516
|
-
OrganizationCrudCommand: "OrganizationCrudCommand",
|
|
9517
|
-
CaseSetStatusCrudCommand: "CaseSetStatusCrudCommand",
|
|
9518
|
-
GetIdentityProvidersCommand: "GetIdentityProvidersCommand",
|
|
9519
|
-
RetrieveInviteUserConstraintsCommand: "RetrieveInviteUserConstraintsCommand",
|
|
9520
|
-
CreateSeqsForCasesCommand: "CreateSeqsForCasesCommand",
|
|
9521
|
-
CaseTypeColCrudCommand: "CaseTypeColCrudCommand",
|
|
9530
|
+
OrganizationSetOrganizationUpdateAssociationCommand: "OrganizationSetOrganizationUpdateAssociationCommand",
|
|
9531
|
+
RegisterInvitedUserCommand: "RegisterInvitedUserCommand",
|
|
9522
9532
|
CaseTypeColSetMemberCrudCommand: "CaseTypeColSetMemberCrudCommand",
|
|
9523
|
-
|
|
9524
|
-
|
|
9525
|
-
|
|
9526
|
-
|
|
9527
|
-
|
|
9528
|
-
|
|
9529
|
-
RegionRelationCrudCommand: "RegionRelationCrudCommand",
|
|
9530
|
-
RetrieveOwnPermissionsCommand: "RetrieveOwnPermissionsCommand",
|
|
9531
|
-
SubjectIdentifierCrudCommand: "SubjectIdentifierCrudCommand",
|
|
9532
|
-
RetrievePhylogeneticTreeByCasesCommand: "RetrievePhylogeneticTreeByCasesCommand",
|
|
9533
|
-
EtiologyCrudCommand: "EtiologyCrudCommand",
|
|
9533
|
+
OutageCrudCommand: "OutageCrudCommand",
|
|
9534
|
+
CreateReadSetsForCasesCommand: "CreateReadSetsForCasesCommand",
|
|
9535
|
+
CaseDataCollectionLinkCrudCommand: "CaseDataCollectionLinkCrudCommand",
|
|
9536
|
+
RetrieveCaseSetRightsCommand: "RetrieveCaseSetRightsCommand",
|
|
9537
|
+
RetrieveInviteUserConstraintsCommand: "RetrieveInviteUserConstraintsCommand",
|
|
9538
|
+
GetIdentityProvidersCommand: "GetIdentityProvidersCommand",
|
|
9534
9539
|
CreateCasesCommand: "CreateCasesCommand",
|
|
9535
|
-
CaseSetCategoryCrudCommand: "CaseSetCategoryCrudCommand",
|
|
9536
|
-
DataCollectionCrudCommand: "DataCollectionCrudCommand",
|
|
9537
|
-
CaseTypeSetCrudCommand: "CaseTypeSetCrudCommand",
|
|
9538
|
-
RetrieveAssemblyProtocolsCommand: "RetrieveAssemblyProtocolsCommand",
|
|
9539
|
-
CaseTypeSetCategoryCrudCommand: "CaseTypeSetCategoryCrudCommand",
|
|
9540
|
-
OrganizationAdminPolicyCrudCommand: "OrganizationAdminPolicyCrudCommand",
|
|
9541
|
-
OrganizationAccessCasePolicyCrudCommand: "OrganizationAccessCasePolicyCrudCommand",
|
|
9542
|
-
RetrieveAlleleProfileCommand: "RetrieveAlleleProfileCommand",
|
|
9543
|
-
RetrieveOrganizationsUnderAdminCommand: "RetrieveOrganizationsUnderAdminCommand",
|
|
9544
9540
|
EtiologicalAgentCrudCommand: "EtiologicalAgentCrudCommand",
|
|
9545
|
-
|
|
9546
|
-
DataCollectionSetCrudCommand: "DataCollectionSetCrudCommand",
|
|
9547
|
-
UserShareCasePolicyCrudCommand: "UserShareCasePolicyCrudCommand",
|
|
9548
|
-
CaseSetDataCollectionLinkCrudCommand: "CaseSetDataCollectionLinkCrudCommand",
|
|
9549
|
-
RegionSetCrudCommand: "RegionSetCrudCommand",
|
|
9550
|
-
RetrieveOutagesCommand: "RetrieveOutagesCommand",
|
|
9551
|
-
CreateFileForReadSetCommand: "CreateFileForReadSetCommand",
|
|
9552
|
-
OrganizationShareCasePolicyCrudCommand: "OrganizationShareCasePolicyCrudCommand",
|
|
9553
|
-
RetrieveGeneticSequenceFastaByIdCommand: "RetrieveGeneticSequenceFastaByIdCommand",
|
|
9541
|
+
RetrieveAssemblyProtocolsCommand: "RetrieveAssemblyProtocolsCommand",
|
|
9554
9542
|
DiseaseEtiologicalAgentUpdateAssociationCommand: "DiseaseEtiologicalAgentUpdateAssociationCommand",
|
|
9555
|
-
|
|
9556
|
-
|
|
9557
|
-
|
|
9543
|
+
RetrieveGeneticSequenceByCaseCommand: "RetrieveGeneticSequenceByCaseCommand",
|
|
9544
|
+
RetrievePhylogeneticTreeBySequencesCommand: "RetrievePhylogeneticTreeBySequencesCommand",
|
|
9545
|
+
RetrieveOrganizationAdminNameEmailsCommand: "RetrieveOrganizationAdminNameEmailsCommand",
|
|
9546
|
+
CreateFileForReadSetCommand: "CreateFileForReadSetCommand",
|
|
9547
|
+
CaseTypeSetCaseTypeUpdateAssociationCommand: "CaseTypeSetCaseTypeUpdateAssociationCommand",
|
|
9548
|
+
RetrieveCaseSetStatsCommand: "RetrieveCaseSetStatsCommand",
|
|
9549
|
+
SiteCrudCommand: "SiteCrudCommand",
|
|
9550
|
+
RetrieveAlleleProfileCommand: "RetrieveAlleleProfileCommand",
|
|
9551
|
+
ConceptSetCrudCommand: "ConceptSetCrudCommand",
|
|
9552
|
+
IdentifierIssuerCrudCommand: "IdentifierIssuerCrudCommand",
|
|
9553
|
+
RetrieveContainingRegionCommand: "RetrieveContainingRegionCommand",
|
|
9554
|
+
TreeAlgorithmCrudCommand: "TreeAlgorithmCrudCommand",
|
|
9555
|
+
RetrieveOrganizationContactCommand: "RetrieveOrganizationContactCommand",
|
|
9556
|
+
CreateCaseSetCommand: "CreateCaseSetCommand",
|
|
9557
|
+
RegionSetShapeCrudCommand: "RegionSetShapeCrudCommand"
|
|
9558
9558
|
}, EN = {
|
|
9559
9559
|
Less_Than: "<",
|
|
9560
9560
|
Less_Than_Or_Equal_To: "<=",
|