eehitus-my-task-list-ui 1.2.6 → 1.3.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/705.index.cjs.js +2 -0
- package/dist/705.index.cjs.js.LICENSE.txt +6 -0
- package/dist/705.index.esm.js +2 -0
- package/dist/705.index.esm.js.LICENSE.txt +6 -0
- package/dist/705.index.umd.js +2 -0
- package/dist/705.index.umd.js.LICENSE.txt +6 -0
- package/dist/index.cjs.js +74 -1
- package/dist/index.cjs.js.LICENSE.txt +50 -0
- package/dist/index.esm.js +74 -1
- package/dist/index.esm.js.LICENSE.txt +50 -0
- package/dist/index.umd.js +74 -1
- package/dist/index.umd.js.LICENSE.txt +50 -0
- package/dist/l10n/eehitus-my-task-list-ui-combined_translations_et.json +1 -1
- package/dist/types/components/DemoApprovals.d.ts +2 -2
- package/dist/types/components/DemoCoordinations.d.ts +3 -0
- package/dist/types/components/DemoPlannings.d.ts +3 -0
- package/dist/types/components/common/classificators/DocumentStates.d.ts +5 -1
- package/dist/types/components/common/components/accordionSelect/AccordionSelect.d.ts +15 -0
- package/dist/types/components/common/components/icons/EhrIcon.d.ts +3 -0
- package/dist/types/components/common/components/modalWrapper/DeleteModal.d.ts +16 -0
- package/dist/types/components/common/components/modalWrapper/ModalWrapper.d.ts +27 -0
- package/dist/types/components/common/components/pageTitle/PageTitle.d.ts +6 -0
- package/dist/types/components/common/components/tediTable/TediTable.d.ts +9 -0
- package/dist/types/components/common/components/tediTable/tediTableHelpers.d.ts +3 -0
- package/dist/types/components/common/constants/Constants.d.ts +161 -11
- package/dist/types/components/common/constants/planningDotyConsts.d.ts +21 -0
- package/dist/types/components/common/stateServices/DocumentStateService.d.ts +5 -3
- package/dist/types/components/common/stateServices/OperationStateService.d.ts +11 -7
- package/dist/types/components/common/stateServices/ProceedingStateService.d.ts +8 -4
- package/dist/types/components/common/table/IconWithText.d.ts +7 -0
- package/dist/types/components/common/table/TableRowButtons.d.ts +17 -0
- package/dist/types/components/common/table/tableButtonsHelpers.d.ts +17 -0
- package/dist/types/components/page/detailsearch/tables/detailSearchHelper.d.ts +1 -1
- package/dist/types/components/page/myApprovals/MyApprovalsPage.d.ts +9 -0
- package/dist/types/components/page/myApprovals/TediWrappedMyApprovalsPage.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/ApprovalsAllAssignedSection.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/ApprovalsIncomingSection.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/ApprovalsOngoingSection.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/ApprovalsToCommentSection.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/operationsTable/ApprovalsOperationsTable.d.ts +4 -0
- package/dist/types/components/page/myApprovals/components/operationsTable/tableHelpers.d.ts +6 -0
- package/dist/types/components/page/{myapprovals/myapprovals.d.ts → myCoordinations/MyCoordinationsPage.d.ts} +3 -3
- package/dist/types/components/page/myPlannings/MyPlanningsPage.d.ts +9 -0
- package/dist/types/components/page/myPlannings/TediWrappedMyPlanningsPage.d.ts +3 -0
- package/dist/types/components/page/myPlannings/components/AddExistingPlanningButton.d.ts +6 -0
- package/dist/types/components/page/myPlannings/components/AddNewPlanningButton.d.ts +6 -0
- package/dist/types/components/page/myPlannings/util/helper.d.ts +4 -0
- package/dist/types/components/page/myproceedings/proceedingTable/MyProceedingsTable.d.ts +4 -2
- package/dist/types/components/page/myproceedings/proceedingTable/cells/AddressCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/BuildingNameCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/DeadlineCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/DocumentLinkCell.d.ts +7 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/EhrCodeCell.d.ts +7 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/InnerCommentDeadlineCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/ProceedingLinkCell.d.ts +8 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/StateCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/columnMappings.d.ts +6 -0
- package/dist/types/components/page/search/SearchPage.d.ts +3 -0
- package/dist/types/components/page/search/components/SearchFilterButtons.d.ts +3 -0
- package/dist/types/components/sections/BuildingSearchSection/BuildingSearchSection.d.ts +3 -0
- package/dist/types/components/sections/DocumentsSearchSection/DocumentsSearchSection.d.ts +3 -0
- package/dist/types/components/sections/PlanningsSearchSection/PlanningSearchSection.d.ts +3 -0
- package/dist/types/components/sections/planningsCompleted/PlanningsCompletedSection.d.ts +5 -0
- package/dist/types/components/sections/planningsCompleted/components/CompletedDocsTable.d.ts +12 -0
- package/dist/types/components/sections/planningsCompleted/components/completedDocsTableHelpers.d.ts +7 -0
- package/dist/types/components/sections/planningsIncoming/PlanningsIncomingSection.d.ts +3 -0
- package/dist/types/components/sections/planningsIncoming/components/IncomingDocsTable.d.ts +11 -0
- package/dist/types/components/sections/planningsIncoming/components/incomingDocTableHelpers.d.ts +6 -0
- package/dist/types/components/sections/planningsOngoing/PlanningsOngoingSection.d.ts +7 -0
- package/dist/types/components/sections/planningsOngoing/components/OngoingDocsTable.d.ts +16 -0
- package/dist/types/components/sections/planningsOngoing/components/ongoingDocTableHelpers.d.ts +6 -0
- package/dist/types/components/sections/planningsProceedings/PlanningsProceedingsSection.d.ts +3 -0
- package/dist/types/components/sections/planningsProceedings/components/proceedingsTable/PlanningsProceedingsTable.d.ts +3 -0
- package/dist/types/components/sections/planningsProceedings/components/proceedingsTable/planningsProcTableHelpers.d.ts +6 -0
- package/dist/types/components/sections/planningsToComment/PlanningsToCommentSection.d.ts +3 -0
- package/dist/types/components/sections/planningsToComment/components/PlanningsOperationsTable.d.ts +3 -0
- package/dist/types/components/sections/planningsToComment/components/planningsOpTableHelpers.d.ts +6 -0
- package/dist/types/components/sections/planningsToSign/PlanningsToSignSection.d.ts +3 -0
- package/dist/types/components/sections/planningsToSign/components/ToSignDocsTable.d.ts +11 -0
- package/dist/types/components/sections/planningsToSign/components/toSignDocsTableHelpers.d.ts +7 -0
- package/dist/types/components/services/my_views_api_client/api.d.ts +929 -246
- package/dist/types/components/services/my_views_api_client/base.d.ts +2 -14
- package/dist/types/components/services/my_views_api_client/configuration.d.ts +0 -8
- package/dist/types/components/util/TranslationUtils.d.ts +7 -0
- package/dist/types/components/util/link-utils.d.ts +2 -2
- package/dist/types/components/util/redirect-utils.d.ts +5 -2
- package/dist/types/contexts/NavigationContext.d.ts +21 -0
- package/dist/types/hooks/useIsBreakpoint/useIsBreakpoint.d.ts +3 -0
- package/dist/types/indexExport.d.ts +3 -1
- package/dist/types/redux/api/index.d.ts +2 -1
- package/dist/types/redux/{documentThunks → reducers/documentThunks}/createDocument.d.ts +1 -1
- package/dist/types/redux/reducers/documentsSlice.d.ts +10 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getAllApprovalsData.d.ts +14 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getAllAssignedOperations.d.ts +15 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getApprovalInvitations.d.ts +15 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getOperations.d.ts +15 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getToCommentOperations.d.ts +15 -0
- package/dist/types/redux/reducers/myApprovals/myApprovalsSlice.d.ts +23 -0
- package/dist/types/redux/reducers/myApprovals/types.d.ts +20 -0
- package/dist/types/redux/reducers/myPlannings/myPlanningsSlice.d.ts +35 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/deleteDocument.d.ts +14 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getAllPlanningsData.d.ts +14 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getFinishedDocuments.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getIncomingDocuments.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getProceedings.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getSigningDocuments.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getToCommentOperations.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getWorkingDocuments.d.ts +18 -0
- package/dist/types/redux/reducers/myPlannings/types.d.ts +46 -0
- package/dist/types/redux/reducers/proceedingThunks/getMyProceedings.d.ts +22 -0
- package/dist/types/redux/reducers/proceedingsSlice.d.ts +39 -3
- package/dist/types/redux/reducers/proceedingsState.d.ts +16 -2
- package/dist/types/redux/reducers/rootReducer.d.ts +2 -0
- package/package.json +8 -5
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Configuration } from './configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance,
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
14
14
|
import globalAxios from 'axios';
|
|
15
15
|
import type { RequestArgs } from './base';
|
|
16
16
|
import { BaseAPI } from './base';
|
|
@@ -104,6 +104,12 @@ export interface BaseMyDocument {
|
|
|
104
104
|
* @memberof BaseMyDocument
|
|
105
105
|
*/
|
|
106
106
|
'presenter'?: Array<string>;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {Array<string>}
|
|
110
|
+
* @memberof BaseMyDocument
|
|
111
|
+
*/
|
|
112
|
+
'interestedPerson'?: Array<string>;
|
|
107
113
|
/**
|
|
108
114
|
*
|
|
109
115
|
* @type {Array<string>}
|
|
@@ -122,6 +128,18 @@ export interface BaseMyDocument {
|
|
|
122
128
|
* @memberof BaseMyDocument
|
|
123
129
|
*/
|
|
124
130
|
'generatedFileId'?: number;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof BaseMyDocument
|
|
135
|
+
*/
|
|
136
|
+
'areaCode'?: string;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof BaseMyDocument
|
|
141
|
+
*/
|
|
142
|
+
'areaName'?: string;
|
|
125
143
|
}
|
|
126
144
|
/**
|
|
127
145
|
*
|
|
@@ -383,12 +401,30 @@ export interface DocDetail {
|
|
|
383
401
|
* @memberof DocDetail
|
|
384
402
|
*/
|
|
385
403
|
'institutionId'?: number;
|
|
404
|
+
/**
|
|
405
|
+
*
|
|
406
|
+
* @type {string}
|
|
407
|
+
* @memberof DocDetail
|
|
408
|
+
*/
|
|
409
|
+
'proceederName'?: string;
|
|
410
|
+
/**
|
|
411
|
+
*
|
|
412
|
+
* @type {string}
|
|
413
|
+
* @memberof DocDetail
|
|
414
|
+
*/
|
|
415
|
+
'proceederJurName'?: string;
|
|
416
|
+
/**
|
|
417
|
+
*
|
|
418
|
+
* @type {Date}
|
|
419
|
+
* @memberof DocDetail
|
|
420
|
+
*/
|
|
421
|
+
'proceedingEndDate'?: Date;
|
|
386
422
|
/**
|
|
387
423
|
*
|
|
388
424
|
* @type {number}
|
|
389
425
|
* @memberof DocDetail
|
|
390
426
|
*/
|
|
391
|
-
'
|
|
427
|
+
'proceedingDuration'?: number;
|
|
392
428
|
}
|
|
393
429
|
/**
|
|
394
430
|
*
|
|
@@ -439,6 +475,61 @@ export interface DocumentBaseQueryDto {
|
|
|
439
475
|
*/
|
|
440
476
|
'offset'?: number;
|
|
441
477
|
}
|
|
478
|
+
/**
|
|
479
|
+
*
|
|
480
|
+
* @export
|
|
481
|
+
* @interface DocumentPagedQueryDto
|
|
482
|
+
*/
|
|
483
|
+
export interface DocumentPagedQueryDto {
|
|
484
|
+
/**
|
|
485
|
+
*
|
|
486
|
+
* @type {number}
|
|
487
|
+
* @memberof DocumentPagedQueryDto
|
|
488
|
+
*/
|
|
489
|
+
'userId'?: number;
|
|
490
|
+
/**
|
|
491
|
+
*
|
|
492
|
+
* @type {number}
|
|
493
|
+
* @memberof DocumentPagedQueryDto
|
|
494
|
+
*/
|
|
495
|
+
'personId'?: number;
|
|
496
|
+
/**
|
|
497
|
+
*
|
|
498
|
+
* @type {Array<string>}
|
|
499
|
+
* @memberof DocumentPagedQueryDto
|
|
500
|
+
*/
|
|
501
|
+
'dotys'?: Array<string>;
|
|
502
|
+
/**
|
|
503
|
+
*
|
|
504
|
+
* @type {Array<string>}
|
|
505
|
+
* @memberof DocumentPagedQueryDto
|
|
506
|
+
*/
|
|
507
|
+
'states'?: Array<string>;
|
|
508
|
+
/**
|
|
509
|
+
*
|
|
510
|
+
* @type {Array<string>}
|
|
511
|
+
* @memberof DocumentPagedQueryDto
|
|
512
|
+
*/
|
|
513
|
+
'roles'?: Array<string>;
|
|
514
|
+
/**
|
|
515
|
+
*
|
|
516
|
+
* @type {string}
|
|
517
|
+
* @memberof DocumentPagedQueryDto
|
|
518
|
+
*/
|
|
519
|
+
'orderBy'?: string;
|
|
520
|
+
/**
|
|
521
|
+
*
|
|
522
|
+
* @type {number}
|
|
523
|
+
* @memberof DocumentPagedQueryDto
|
|
524
|
+
*/
|
|
525
|
+
'pageNumber'?: number;
|
|
526
|
+
/**
|
|
527
|
+
*
|
|
528
|
+
* @type {number}
|
|
529
|
+
* @memberof DocumentPagedQueryDto
|
|
530
|
+
*/
|
|
531
|
+
'pageSize'?: number;
|
|
532
|
+
}
|
|
442
533
|
/**
|
|
443
534
|
*
|
|
444
535
|
* @export
|
|
@@ -537,6 +628,12 @@ export interface DocumentSearchDto {
|
|
|
537
628
|
* @memberof DocumentSearchDto
|
|
538
629
|
*/
|
|
539
630
|
'documentNr'?: string;
|
|
631
|
+
/**
|
|
632
|
+
*
|
|
633
|
+
* @type {string}
|
|
634
|
+
* @memberof DocumentSearchDto
|
|
635
|
+
*/
|
|
636
|
+
'proceedingNr'?: string;
|
|
540
637
|
/**
|
|
541
638
|
*
|
|
542
639
|
* @type {Array<string>}
|
|
@@ -555,6 +652,12 @@ export interface DocumentSearchDto {
|
|
|
555
652
|
* @memberof DocumentSearchDto
|
|
556
653
|
*/
|
|
557
654
|
'orderBy'?: Array<string>;
|
|
655
|
+
/**
|
|
656
|
+
*
|
|
657
|
+
* @type {string}
|
|
658
|
+
* @memberof DocumentSearchDto
|
|
659
|
+
*/
|
|
660
|
+
'sortDirection'?: string;
|
|
558
661
|
/**
|
|
559
662
|
*
|
|
560
663
|
* @type {number}
|
|
@@ -567,6 +670,12 @@ export interface DocumentSearchDto {
|
|
|
567
670
|
* @memberof DocumentSearchDto
|
|
568
671
|
*/
|
|
569
672
|
'limit'?: number;
|
|
673
|
+
/**
|
|
674
|
+
*
|
|
675
|
+
* @type {boolean}
|
|
676
|
+
* @memberof DocumentSearchDto
|
|
677
|
+
*/
|
|
678
|
+
'hasRunningDisclosureOperations'?: boolean;
|
|
570
679
|
}
|
|
571
680
|
/**
|
|
572
681
|
*
|
|
@@ -801,322 +910,729 @@ export interface MyOperationDto {
|
|
|
801
910
|
/**
|
|
802
911
|
*
|
|
803
912
|
* @export
|
|
804
|
-
* @interface
|
|
913
|
+
* @interface MyPlanningProceedingDto
|
|
805
914
|
*/
|
|
806
|
-
export interface
|
|
915
|
+
export interface MyPlanningProceedingDto {
|
|
807
916
|
/**
|
|
808
917
|
*
|
|
809
918
|
* @type {number}
|
|
810
|
-
* @memberof
|
|
919
|
+
* @memberof MyPlanningProceedingDto
|
|
811
920
|
*/
|
|
812
921
|
'id'?: number;
|
|
813
922
|
/**
|
|
814
923
|
*
|
|
815
924
|
* @type {string}
|
|
816
|
-
* @memberof
|
|
925
|
+
* @memberof MyPlanningProceedingDto
|
|
817
926
|
*/
|
|
818
927
|
'operationsCount'?: string;
|
|
819
928
|
/**
|
|
820
929
|
*
|
|
821
930
|
* @type {string}
|
|
822
|
-
* @memberof
|
|
931
|
+
* @memberof MyPlanningProceedingDto
|
|
823
932
|
*/
|
|
824
933
|
'proceedingCircleNr'?: string;
|
|
825
934
|
/**
|
|
826
935
|
*
|
|
827
936
|
* @type {Array<string>}
|
|
828
|
-
* @memberof
|
|
937
|
+
* @memberof MyPlanningProceedingDto
|
|
829
938
|
*/
|
|
830
939
|
'ehrCode'?: Array<string>;
|
|
831
940
|
/**
|
|
832
941
|
*
|
|
833
942
|
* @type {Array<string>}
|
|
834
|
-
* @memberof
|
|
943
|
+
* @memberof MyPlanningProceedingDto
|
|
835
944
|
*/
|
|
836
945
|
'buildingName'?: Array<string>;
|
|
837
946
|
/**
|
|
838
947
|
*
|
|
839
948
|
* @type {Array<string>}
|
|
840
|
-
* @memberof
|
|
949
|
+
* @memberof MyPlanningProceedingDto
|
|
841
950
|
*/
|
|
842
951
|
'address'?: Array<string>;
|
|
843
952
|
/**
|
|
844
953
|
*
|
|
845
954
|
* @type {string}
|
|
846
|
-
* @memberof
|
|
955
|
+
* @memberof MyPlanningProceedingDto
|
|
847
956
|
*/
|
|
848
957
|
'archived'?: string;
|
|
849
958
|
/**
|
|
850
959
|
*
|
|
851
960
|
* @type {string}
|
|
852
|
-
* @memberof
|
|
961
|
+
* @memberof MyPlanningProceedingDto
|
|
853
962
|
*/
|
|
854
963
|
'supervisor'?: string;
|
|
855
964
|
/**
|
|
856
965
|
*
|
|
857
966
|
* @type {number}
|
|
858
|
-
* @memberof
|
|
967
|
+
* @memberof MyPlanningProceedingDto
|
|
859
968
|
*/
|
|
860
969
|
'supervisorId'?: number;
|
|
861
970
|
/**
|
|
862
971
|
*
|
|
863
972
|
* @type {number}
|
|
864
|
-
* @memberof
|
|
973
|
+
* @memberof MyPlanningProceedingDto
|
|
865
974
|
*/
|
|
866
975
|
'supervisorJurId'?: number;
|
|
867
976
|
/**
|
|
868
977
|
*
|
|
869
978
|
* @type {Date}
|
|
870
|
-
* @memberof
|
|
979
|
+
* @memberof MyPlanningProceedingDto
|
|
871
980
|
*/
|
|
872
981
|
'dateStart'?: Date;
|
|
873
982
|
/**
|
|
874
983
|
*
|
|
875
984
|
* @type {string}
|
|
876
|
-
* @memberof
|
|
985
|
+
* @memberof MyPlanningProceedingDto
|
|
877
986
|
*/
|
|
878
987
|
'proceedingName'?: string;
|
|
879
988
|
/**
|
|
880
989
|
*
|
|
881
990
|
* @type {string}
|
|
882
|
-
* @memberof
|
|
991
|
+
* @memberof MyPlanningProceedingDto
|
|
883
992
|
*/
|
|
884
993
|
'proceedingNr'?: string;
|
|
885
994
|
/**
|
|
886
995
|
*
|
|
887
996
|
* @type {number}
|
|
888
|
-
* @memberof
|
|
997
|
+
* @memberof MyPlanningProceedingDto
|
|
889
998
|
*/
|
|
890
999
|
'proceedingLength'?: number;
|
|
891
1000
|
/**
|
|
892
1001
|
*
|
|
893
1002
|
* @type {string}
|
|
894
|
-
* @memberof
|
|
1003
|
+
* @memberof MyPlanningProceedingDto
|
|
895
1004
|
*/
|
|
896
1005
|
'state'?: string;
|
|
897
1006
|
/**
|
|
898
1007
|
*
|
|
899
1008
|
* @type {string}
|
|
900
|
-
* @memberof
|
|
1009
|
+
* @memberof MyPlanningProceedingDto
|
|
901
1010
|
*/
|
|
902
1011
|
'stateCode'?: string;
|
|
903
1012
|
/**
|
|
904
1013
|
*
|
|
905
1014
|
* @type {string}
|
|
906
|
-
* @memberof
|
|
1015
|
+
* @memberof MyPlanningProceedingDto
|
|
907
1016
|
*/
|
|
908
1017
|
'documentType'?: string;
|
|
909
1018
|
/**
|
|
910
1019
|
*
|
|
911
1020
|
* @type {string}
|
|
912
|
-
* @memberof
|
|
1021
|
+
* @memberof MyPlanningProceedingDto
|
|
913
1022
|
*/
|
|
914
1023
|
'documentPresenter'?: string;
|
|
915
1024
|
/**
|
|
916
1025
|
*
|
|
917
1026
|
* @type {string}
|
|
918
|
-
* @memberof
|
|
1027
|
+
* @memberof MyPlanningProceedingDto
|
|
919
1028
|
*/
|
|
920
1029
|
'document'?: string;
|
|
921
1030
|
/**
|
|
922
1031
|
*
|
|
923
1032
|
* @type {string}
|
|
924
|
-
* @memberof
|
|
1033
|
+
* @memberof MyPlanningProceedingDto
|
|
925
1034
|
*/
|
|
926
1035
|
'doty'?: string;
|
|
927
1036
|
/**
|
|
928
1037
|
*
|
|
929
1038
|
* @type {Date}
|
|
930
|
-
* @memberof
|
|
1039
|
+
* @memberof MyPlanningProceedingDto
|
|
931
1040
|
*/
|
|
932
1041
|
'deadline'?: Date;
|
|
933
1042
|
/**
|
|
934
1043
|
*
|
|
935
1044
|
* @type {Date}
|
|
936
|
-
* @memberof
|
|
1045
|
+
* @memberof MyPlanningProceedingDto
|
|
937
1046
|
*/
|
|
938
1047
|
'innerCommentDeadline'?: Date;
|
|
939
1048
|
/**
|
|
940
1049
|
*
|
|
941
1050
|
* @type {Date}
|
|
942
|
-
* @memberof
|
|
1051
|
+
* @memberof MyPlanningProceedingDto
|
|
943
1052
|
*/
|
|
944
1053
|
'lastEventDate'?: Date;
|
|
1054
|
+
/**
|
|
1055
|
+
*
|
|
1056
|
+
* @type {string}
|
|
1057
|
+
* @memberof MyPlanningProceedingDto
|
|
1058
|
+
*/
|
|
1059
|
+
'interestedPerson'?: string;
|
|
1060
|
+
/**
|
|
1061
|
+
*
|
|
1062
|
+
* @type {string}
|
|
1063
|
+
* @memberof MyPlanningProceedingDto
|
|
1064
|
+
*/
|
|
1065
|
+
'planningName'?: string;
|
|
945
1066
|
}
|
|
946
1067
|
/**
|
|
947
1068
|
*
|
|
948
1069
|
* @export
|
|
949
|
-
* @interface
|
|
1070
|
+
* @interface MyProceedingsDto
|
|
950
1071
|
*/
|
|
951
|
-
export interface
|
|
1072
|
+
export interface MyProceedingsDto {
|
|
952
1073
|
/**
|
|
953
1074
|
*
|
|
954
1075
|
* @type {number}
|
|
955
|
-
* @memberof
|
|
1076
|
+
* @memberof MyProceedingsDto
|
|
956
1077
|
*/
|
|
957
|
-
'
|
|
1078
|
+
'id'?: number;
|
|
958
1079
|
/**
|
|
959
1080
|
*
|
|
960
|
-
* @type {
|
|
961
|
-
* @memberof
|
|
1081
|
+
* @type {string}
|
|
1082
|
+
* @memberof MyProceedingsDto
|
|
962
1083
|
*/
|
|
963
|
-
'
|
|
1084
|
+
'operationsCount'?: string;
|
|
964
1085
|
/**
|
|
965
1086
|
*
|
|
966
|
-
* @type {
|
|
967
|
-
* @memberof
|
|
1087
|
+
* @type {string}
|
|
1088
|
+
* @memberof MyProceedingsDto
|
|
968
1089
|
*/
|
|
969
|
-
'
|
|
1090
|
+
'proceedingCircleNr'?: string;
|
|
970
1091
|
/**
|
|
971
1092
|
*
|
|
972
1093
|
* @type {Array<string>}
|
|
973
|
-
* @memberof
|
|
974
|
-
*/
|
|
975
|
-
'dotys'?: Array<string>;
|
|
976
|
-
}
|
|
977
|
-
/**
|
|
978
|
-
*
|
|
979
|
-
* @export
|
|
980
|
-
* @interface OperationQueryDto
|
|
981
|
-
*/
|
|
982
|
-
export interface OperationQueryDto {
|
|
983
|
-
/**
|
|
984
|
-
*
|
|
985
|
-
* @type {number}
|
|
986
|
-
* @memberof OperationQueryDto
|
|
1094
|
+
* @memberof MyProceedingsDto
|
|
987
1095
|
*/
|
|
988
|
-
'
|
|
1096
|
+
'ehrCode'?: Array<string>;
|
|
989
1097
|
/**
|
|
990
1098
|
*
|
|
991
|
-
* @type {
|
|
992
|
-
* @memberof
|
|
1099
|
+
* @type {Array<string>}
|
|
1100
|
+
* @memberof MyProceedingsDto
|
|
993
1101
|
*/
|
|
994
|
-
'
|
|
1102
|
+
'buildingName'?: Array<string>;
|
|
995
1103
|
/**
|
|
996
1104
|
*
|
|
997
1105
|
* @type {Array<string>}
|
|
998
|
-
* @memberof
|
|
1106
|
+
* @memberof MyProceedingsDto
|
|
999
1107
|
*/
|
|
1000
|
-
'
|
|
1108
|
+
'address'?: Array<string>;
|
|
1001
1109
|
/**
|
|
1002
1110
|
*
|
|
1003
|
-
* @type {
|
|
1004
|
-
* @memberof
|
|
1111
|
+
* @type {string}
|
|
1112
|
+
* @memberof MyProceedingsDto
|
|
1005
1113
|
*/
|
|
1006
|
-
'
|
|
1114
|
+
'archived'?: string;
|
|
1007
1115
|
/**
|
|
1008
1116
|
*
|
|
1009
|
-
* @type {
|
|
1010
|
-
* @memberof
|
|
1117
|
+
* @type {string}
|
|
1118
|
+
* @memberof MyProceedingsDto
|
|
1011
1119
|
*/
|
|
1012
|
-
'
|
|
1120
|
+
'supervisor'?: string;
|
|
1013
1121
|
/**
|
|
1014
1122
|
*
|
|
1015
1123
|
* @type {number}
|
|
1016
|
-
* @memberof
|
|
1124
|
+
* @memberof MyProceedingsDto
|
|
1017
1125
|
*/
|
|
1018
|
-
'
|
|
1019
|
-
}
|
|
1020
|
-
/**
|
|
1021
|
-
*
|
|
1022
|
-
* @export
|
|
1023
|
-
* @interface ProceedingDetail
|
|
1024
|
-
*/
|
|
1025
|
-
export interface ProceedingDetail {
|
|
1126
|
+
'supervisorId'?: number;
|
|
1026
1127
|
/**
|
|
1027
1128
|
*
|
|
1028
1129
|
* @type {number}
|
|
1029
|
-
* @memberof
|
|
1130
|
+
* @memberof MyProceedingsDto
|
|
1030
1131
|
*/
|
|
1031
|
-
'
|
|
1132
|
+
'supervisorJurId'?: number;
|
|
1032
1133
|
/**
|
|
1033
1134
|
*
|
|
1034
1135
|
* @type {Date}
|
|
1035
|
-
* @memberof
|
|
1136
|
+
* @memberof MyProceedingsDto
|
|
1036
1137
|
*/
|
|
1037
1138
|
'dateStart'?: Date;
|
|
1038
1139
|
/**
|
|
1039
1140
|
*
|
|
1040
|
-
* @type {
|
|
1041
|
-
* @memberof
|
|
1042
|
-
*/
|
|
1043
|
-
'dateEnd'?: Date;
|
|
1044
|
-
/**
|
|
1045
|
-
*
|
|
1046
|
-
* @type {Date}
|
|
1047
|
-
* @memberof ProceedingDetail
|
|
1141
|
+
* @type {string}
|
|
1142
|
+
* @memberof MyProceedingsDto
|
|
1048
1143
|
*/
|
|
1049
|
-
'
|
|
1144
|
+
'proceedingName'?: string;
|
|
1050
1145
|
/**
|
|
1051
1146
|
*
|
|
1052
1147
|
* @type {string}
|
|
1053
|
-
* @memberof
|
|
1148
|
+
* @memberof MyProceedingsDto
|
|
1054
1149
|
*/
|
|
1055
1150
|
'proceedingNr'?: string;
|
|
1056
1151
|
/**
|
|
1057
1152
|
*
|
|
1058
|
-
* @type {
|
|
1059
|
-
* @memberof
|
|
1153
|
+
* @type {number}
|
|
1154
|
+
* @memberof MyProceedingsDto
|
|
1060
1155
|
*/
|
|
1061
|
-
'
|
|
1156
|
+
'proceedingLength'?: number;
|
|
1062
1157
|
/**
|
|
1063
1158
|
*
|
|
1064
1159
|
* @type {string}
|
|
1065
|
-
* @memberof
|
|
1160
|
+
* @memberof MyProceedingsDto
|
|
1066
1161
|
*/
|
|
1067
|
-
'
|
|
1162
|
+
'state'?: string;
|
|
1068
1163
|
/**
|
|
1069
1164
|
*
|
|
1070
1165
|
* @type {string}
|
|
1071
|
-
* @memberof
|
|
1166
|
+
* @memberof MyProceedingsDto
|
|
1072
1167
|
*/
|
|
1073
|
-
'
|
|
1168
|
+
'stateCode'?: string;
|
|
1074
1169
|
/**
|
|
1075
1170
|
*
|
|
1076
1171
|
* @type {string}
|
|
1077
|
-
* @memberof
|
|
1172
|
+
* @memberof MyProceedingsDto
|
|
1078
1173
|
*/
|
|
1079
1174
|
'documentType'?: string;
|
|
1080
1175
|
/**
|
|
1081
1176
|
*
|
|
1082
1177
|
* @type {string}
|
|
1083
|
-
* @memberof
|
|
1084
|
-
*/
|
|
1085
|
-
'proceedingName'?: string;
|
|
1086
|
-
/**
|
|
1087
|
-
*
|
|
1088
|
-
* @type {number}
|
|
1089
|
-
* @memberof ProceedingDetail
|
|
1178
|
+
* @memberof MyProceedingsDto
|
|
1090
1179
|
*/
|
|
1091
|
-
'
|
|
1180
|
+
'documentPresenter'?: string;
|
|
1092
1181
|
/**
|
|
1093
1182
|
*
|
|
1094
|
-
* @type {
|
|
1095
|
-
* @memberof
|
|
1183
|
+
* @type {string}
|
|
1184
|
+
* @memberof MyProceedingsDto
|
|
1096
1185
|
*/
|
|
1097
|
-
'
|
|
1186
|
+
'document'?: string;
|
|
1098
1187
|
/**
|
|
1099
1188
|
*
|
|
1100
1189
|
* @type {string}
|
|
1101
|
-
* @memberof
|
|
1190
|
+
* @memberof MyProceedingsDto
|
|
1102
1191
|
*/
|
|
1103
|
-
'
|
|
1192
|
+
'doty'?: string;
|
|
1104
1193
|
/**
|
|
1105
1194
|
*
|
|
1106
|
-
* @type {
|
|
1107
|
-
* @memberof
|
|
1195
|
+
* @type {Date}
|
|
1196
|
+
* @memberof MyProceedingsDto
|
|
1108
1197
|
*/
|
|
1109
|
-
'
|
|
1198
|
+
'deadline'?: Date;
|
|
1110
1199
|
/**
|
|
1111
1200
|
*
|
|
1112
|
-
* @type {
|
|
1113
|
-
* @memberof
|
|
1201
|
+
* @type {Date}
|
|
1202
|
+
* @memberof MyProceedingsDto
|
|
1114
1203
|
*/
|
|
1115
|
-
'
|
|
1204
|
+
'innerCommentDeadline'?: Date;
|
|
1116
1205
|
/**
|
|
1117
1206
|
*
|
|
1118
|
-
* @type {
|
|
1119
|
-
* @memberof
|
|
1207
|
+
* @type {Date}
|
|
1208
|
+
* @memberof MyProceedingsDto
|
|
1209
|
+
*/
|
|
1210
|
+
'lastEventDate'?: Date;
|
|
1211
|
+
}
|
|
1212
|
+
/**
|
|
1213
|
+
*
|
|
1214
|
+
* @export
|
|
1215
|
+
* @interface OperationQueryDto
|
|
1216
|
+
*/
|
|
1217
|
+
export interface OperationQueryDto {
|
|
1218
|
+
/**
|
|
1219
|
+
*
|
|
1220
|
+
* @type {number}
|
|
1221
|
+
* @memberof OperationQueryDto
|
|
1222
|
+
*/
|
|
1223
|
+
'userId'?: number;
|
|
1224
|
+
/**
|
|
1225
|
+
*
|
|
1226
|
+
* @type {number}
|
|
1227
|
+
* @memberof OperationQueryDto
|
|
1228
|
+
*/
|
|
1229
|
+
'personId'?: number;
|
|
1230
|
+
/**
|
|
1231
|
+
*
|
|
1232
|
+
* @type {Array<string>}
|
|
1233
|
+
* @memberof OperationQueryDto
|
|
1234
|
+
*/
|
|
1235
|
+
'type'?: Array<string>;
|
|
1236
|
+
/**
|
|
1237
|
+
*
|
|
1238
|
+
* @type {Array<string>}
|
|
1239
|
+
* @memberof OperationQueryDto
|
|
1240
|
+
*/
|
|
1241
|
+
'states'?: Array<string>;
|
|
1242
|
+
/**
|
|
1243
|
+
*
|
|
1244
|
+
* @type {Array<string>}
|
|
1245
|
+
* @memberof OperationQueryDto
|
|
1246
|
+
*/
|
|
1247
|
+
'orderBy'?: Array<string>;
|
|
1248
|
+
/**
|
|
1249
|
+
*
|
|
1250
|
+
* @type {number}
|
|
1251
|
+
* @memberof OperationQueryDto
|
|
1252
|
+
*/
|
|
1253
|
+
'offset'?: number;
|
|
1254
|
+
}
|
|
1255
|
+
/**
|
|
1256
|
+
*
|
|
1257
|
+
* @export
|
|
1258
|
+
* @interface PageBaseMyDocument
|
|
1259
|
+
*/
|
|
1260
|
+
export interface PageBaseMyDocument {
|
|
1261
|
+
/**
|
|
1262
|
+
*
|
|
1263
|
+
* @type {number}
|
|
1264
|
+
* @memberof PageBaseMyDocument
|
|
1265
|
+
*/
|
|
1266
|
+
'totalPages'?: number;
|
|
1267
|
+
/**
|
|
1268
|
+
*
|
|
1269
|
+
* @type {number}
|
|
1270
|
+
* @memberof PageBaseMyDocument
|
|
1271
|
+
*/
|
|
1272
|
+
'totalElements'?: number;
|
|
1273
|
+
/**
|
|
1274
|
+
*
|
|
1275
|
+
* @type {number}
|
|
1276
|
+
* @memberof PageBaseMyDocument
|
|
1277
|
+
*/
|
|
1278
|
+
'size'?: number;
|
|
1279
|
+
/**
|
|
1280
|
+
*
|
|
1281
|
+
* @type {Array<BaseMyDocument>}
|
|
1282
|
+
* @memberof PageBaseMyDocument
|
|
1283
|
+
*/
|
|
1284
|
+
'content'?: Array<BaseMyDocument>;
|
|
1285
|
+
/**
|
|
1286
|
+
*
|
|
1287
|
+
* @type {number}
|
|
1288
|
+
* @memberof PageBaseMyDocument
|
|
1289
|
+
*/
|
|
1290
|
+
'number'?: number;
|
|
1291
|
+
/**
|
|
1292
|
+
*
|
|
1293
|
+
* @type {SortObject}
|
|
1294
|
+
* @memberof PageBaseMyDocument
|
|
1295
|
+
*/
|
|
1296
|
+
'sort'?: SortObject;
|
|
1297
|
+
/**
|
|
1298
|
+
*
|
|
1299
|
+
* @type {boolean}
|
|
1300
|
+
* @memberof PageBaseMyDocument
|
|
1301
|
+
*/
|
|
1302
|
+
'first'?: boolean;
|
|
1303
|
+
/**
|
|
1304
|
+
*
|
|
1305
|
+
* @type {boolean}
|
|
1306
|
+
* @memberof PageBaseMyDocument
|
|
1307
|
+
*/
|
|
1308
|
+
'last'?: boolean;
|
|
1309
|
+
/**
|
|
1310
|
+
*
|
|
1311
|
+
* @type {number}
|
|
1312
|
+
* @memberof PageBaseMyDocument
|
|
1313
|
+
*/
|
|
1314
|
+
'numberOfElements'?: number;
|
|
1315
|
+
/**
|
|
1316
|
+
*
|
|
1317
|
+
* @type {PageableObject}
|
|
1318
|
+
* @memberof PageBaseMyDocument
|
|
1319
|
+
*/
|
|
1320
|
+
'pageable'?: PageableObject;
|
|
1321
|
+
/**
|
|
1322
|
+
*
|
|
1323
|
+
* @type {boolean}
|
|
1324
|
+
* @memberof PageBaseMyDocument
|
|
1325
|
+
*/
|
|
1326
|
+
'empty'?: boolean;
|
|
1327
|
+
}
|
|
1328
|
+
/**
|
|
1329
|
+
*
|
|
1330
|
+
* @export
|
|
1331
|
+
* @interface PageDocDetail
|
|
1332
|
+
*/
|
|
1333
|
+
export interface PageDocDetail {
|
|
1334
|
+
/**
|
|
1335
|
+
*
|
|
1336
|
+
* @type {number}
|
|
1337
|
+
* @memberof PageDocDetail
|
|
1338
|
+
*/
|
|
1339
|
+
'totalPages'?: number;
|
|
1340
|
+
/**
|
|
1341
|
+
*
|
|
1342
|
+
* @type {number}
|
|
1343
|
+
* @memberof PageDocDetail
|
|
1344
|
+
*/
|
|
1345
|
+
'totalElements'?: number;
|
|
1346
|
+
/**
|
|
1347
|
+
*
|
|
1348
|
+
* @type {number}
|
|
1349
|
+
* @memberof PageDocDetail
|
|
1350
|
+
*/
|
|
1351
|
+
'size'?: number;
|
|
1352
|
+
/**
|
|
1353
|
+
*
|
|
1354
|
+
* @type {Array<DocDetail>}
|
|
1355
|
+
* @memberof PageDocDetail
|
|
1356
|
+
*/
|
|
1357
|
+
'content'?: Array<DocDetail>;
|
|
1358
|
+
/**
|
|
1359
|
+
*
|
|
1360
|
+
* @type {number}
|
|
1361
|
+
* @memberof PageDocDetail
|
|
1362
|
+
*/
|
|
1363
|
+
'number'?: number;
|
|
1364
|
+
/**
|
|
1365
|
+
*
|
|
1366
|
+
* @type {SortObject}
|
|
1367
|
+
* @memberof PageDocDetail
|
|
1368
|
+
*/
|
|
1369
|
+
'sort'?: SortObject;
|
|
1370
|
+
/**
|
|
1371
|
+
*
|
|
1372
|
+
* @type {boolean}
|
|
1373
|
+
* @memberof PageDocDetail
|
|
1374
|
+
*/
|
|
1375
|
+
'first'?: boolean;
|
|
1376
|
+
/**
|
|
1377
|
+
*
|
|
1378
|
+
* @type {boolean}
|
|
1379
|
+
* @memberof PageDocDetail
|
|
1380
|
+
*/
|
|
1381
|
+
'last'?: boolean;
|
|
1382
|
+
/**
|
|
1383
|
+
*
|
|
1384
|
+
* @type {number}
|
|
1385
|
+
* @memberof PageDocDetail
|
|
1386
|
+
*/
|
|
1387
|
+
'numberOfElements'?: number;
|
|
1388
|
+
/**
|
|
1389
|
+
*
|
|
1390
|
+
* @type {PageableObject}
|
|
1391
|
+
* @memberof PageDocDetail
|
|
1392
|
+
*/
|
|
1393
|
+
'pageable'?: PageableObject;
|
|
1394
|
+
/**
|
|
1395
|
+
*
|
|
1396
|
+
* @type {boolean}
|
|
1397
|
+
* @memberof PageDocDetail
|
|
1398
|
+
*/
|
|
1399
|
+
'empty'?: boolean;
|
|
1400
|
+
}
|
|
1401
|
+
/**
|
|
1402
|
+
*
|
|
1403
|
+
* @export
|
|
1404
|
+
* @interface PageMyProceedingsDto
|
|
1405
|
+
*/
|
|
1406
|
+
export interface PageMyProceedingsDto {
|
|
1407
|
+
/**
|
|
1408
|
+
*
|
|
1409
|
+
* @type {number}
|
|
1410
|
+
* @memberof PageMyProceedingsDto
|
|
1411
|
+
*/
|
|
1412
|
+
'totalPages'?: number;
|
|
1413
|
+
/**
|
|
1414
|
+
*
|
|
1415
|
+
* @type {number}
|
|
1416
|
+
* @memberof PageMyProceedingsDto
|
|
1417
|
+
*/
|
|
1418
|
+
'totalElements'?: number;
|
|
1419
|
+
/**
|
|
1420
|
+
*
|
|
1421
|
+
* @type {number}
|
|
1422
|
+
* @memberof PageMyProceedingsDto
|
|
1423
|
+
*/
|
|
1424
|
+
'size'?: number;
|
|
1425
|
+
/**
|
|
1426
|
+
*
|
|
1427
|
+
* @type {Array<MyProceedingsDto>}
|
|
1428
|
+
* @memberof PageMyProceedingsDto
|
|
1429
|
+
*/
|
|
1430
|
+
'content'?: Array<MyProceedingsDto>;
|
|
1431
|
+
/**
|
|
1432
|
+
*
|
|
1433
|
+
* @type {number}
|
|
1434
|
+
* @memberof PageMyProceedingsDto
|
|
1435
|
+
*/
|
|
1436
|
+
'number'?: number;
|
|
1437
|
+
/**
|
|
1438
|
+
*
|
|
1439
|
+
* @type {SortObject}
|
|
1440
|
+
* @memberof PageMyProceedingsDto
|
|
1441
|
+
*/
|
|
1442
|
+
'sort'?: SortObject;
|
|
1443
|
+
/**
|
|
1444
|
+
*
|
|
1445
|
+
* @type {boolean}
|
|
1446
|
+
* @memberof PageMyProceedingsDto
|
|
1447
|
+
*/
|
|
1448
|
+
'first'?: boolean;
|
|
1449
|
+
/**
|
|
1450
|
+
*
|
|
1451
|
+
* @type {boolean}
|
|
1452
|
+
* @memberof PageMyProceedingsDto
|
|
1453
|
+
*/
|
|
1454
|
+
'last'?: boolean;
|
|
1455
|
+
/**
|
|
1456
|
+
*
|
|
1457
|
+
* @type {number}
|
|
1458
|
+
* @memberof PageMyProceedingsDto
|
|
1459
|
+
*/
|
|
1460
|
+
'numberOfElements'?: number;
|
|
1461
|
+
/**
|
|
1462
|
+
*
|
|
1463
|
+
* @type {PageableObject}
|
|
1464
|
+
* @memberof PageMyProceedingsDto
|
|
1465
|
+
*/
|
|
1466
|
+
'pageable'?: PageableObject;
|
|
1467
|
+
/**
|
|
1468
|
+
*
|
|
1469
|
+
* @type {boolean}
|
|
1470
|
+
* @memberof PageMyProceedingsDto
|
|
1471
|
+
*/
|
|
1472
|
+
'empty'?: boolean;
|
|
1473
|
+
}
|
|
1474
|
+
/**
|
|
1475
|
+
*
|
|
1476
|
+
* @export
|
|
1477
|
+
* @interface PageableObject
|
|
1478
|
+
*/
|
|
1479
|
+
export interface PageableObject {
|
|
1480
|
+
/**
|
|
1481
|
+
*
|
|
1482
|
+
* @type {number}
|
|
1483
|
+
* @memberof PageableObject
|
|
1484
|
+
*/
|
|
1485
|
+
'offset'?: number;
|
|
1486
|
+
/**
|
|
1487
|
+
*
|
|
1488
|
+
* @type {SortObject}
|
|
1489
|
+
* @memberof PageableObject
|
|
1490
|
+
*/
|
|
1491
|
+
'sort'?: SortObject;
|
|
1492
|
+
/**
|
|
1493
|
+
*
|
|
1494
|
+
* @type {boolean}
|
|
1495
|
+
* @memberof PageableObject
|
|
1496
|
+
*/
|
|
1497
|
+
'paged'?: boolean;
|
|
1498
|
+
/**
|
|
1499
|
+
*
|
|
1500
|
+
* @type {number}
|
|
1501
|
+
* @memberof PageableObject
|
|
1502
|
+
*/
|
|
1503
|
+
'pageSize'?: number;
|
|
1504
|
+
/**
|
|
1505
|
+
*
|
|
1506
|
+
* @type {number}
|
|
1507
|
+
* @memberof PageableObject
|
|
1508
|
+
*/
|
|
1509
|
+
'pageNumber'?: number;
|
|
1510
|
+
/**
|
|
1511
|
+
*
|
|
1512
|
+
* @type {boolean}
|
|
1513
|
+
* @memberof PageableObject
|
|
1514
|
+
*/
|
|
1515
|
+
'unpaged'?: boolean;
|
|
1516
|
+
}
|
|
1517
|
+
/**
|
|
1518
|
+
*
|
|
1519
|
+
* @export
|
|
1520
|
+
* @interface ProceedingDateRangeDto
|
|
1521
|
+
*/
|
|
1522
|
+
export interface ProceedingDateRangeDto {
|
|
1523
|
+
/**
|
|
1524
|
+
*
|
|
1525
|
+
* @type {string}
|
|
1526
|
+
* @memberof ProceedingDateRangeDto
|
|
1527
|
+
*/
|
|
1528
|
+
'from'?: string;
|
|
1529
|
+
/**
|
|
1530
|
+
*
|
|
1531
|
+
* @type {string}
|
|
1532
|
+
* @memberof ProceedingDateRangeDto
|
|
1533
|
+
*/
|
|
1534
|
+
'to'?: string;
|
|
1535
|
+
}
|
|
1536
|
+
/**
|
|
1537
|
+
*
|
|
1538
|
+
* @export
|
|
1539
|
+
* @interface ProceedingDetail
|
|
1540
|
+
*/
|
|
1541
|
+
export interface ProceedingDetail {
|
|
1542
|
+
/**
|
|
1543
|
+
*
|
|
1544
|
+
* @type {number}
|
|
1545
|
+
* @memberof ProceedingDetail
|
|
1546
|
+
*/
|
|
1547
|
+
'proceedingId'?: number;
|
|
1548
|
+
/**
|
|
1549
|
+
*
|
|
1550
|
+
* @type {Date}
|
|
1551
|
+
* @memberof ProceedingDetail
|
|
1552
|
+
*/
|
|
1553
|
+
'dateStart'?: Date;
|
|
1554
|
+
/**
|
|
1555
|
+
*
|
|
1556
|
+
* @type {Date}
|
|
1557
|
+
* @memberof ProceedingDetail
|
|
1558
|
+
*/
|
|
1559
|
+
'dateEnd'?: Date;
|
|
1560
|
+
/**
|
|
1561
|
+
*
|
|
1562
|
+
* @type {Date}
|
|
1563
|
+
* @memberof ProceedingDetail
|
|
1564
|
+
*/
|
|
1565
|
+
'proceedingDeadLine'?: Date;
|
|
1566
|
+
/**
|
|
1567
|
+
*
|
|
1568
|
+
* @type {string}
|
|
1569
|
+
* @memberof ProceedingDetail
|
|
1570
|
+
*/
|
|
1571
|
+
'proceedingNr'?: string;
|
|
1572
|
+
/**
|
|
1573
|
+
*
|
|
1574
|
+
* @type {string}
|
|
1575
|
+
* @memberof ProceedingDetail
|
|
1576
|
+
*/
|
|
1577
|
+
'proceedingState'?: string;
|
|
1578
|
+
/**
|
|
1579
|
+
*
|
|
1580
|
+
* @type {string}
|
|
1581
|
+
* @memberof ProceedingDetail
|
|
1582
|
+
*/
|
|
1583
|
+
'proceedingStateCode'?: string;
|
|
1584
|
+
/**
|
|
1585
|
+
*
|
|
1586
|
+
* @type {string}
|
|
1587
|
+
* @memberof ProceedingDetail
|
|
1588
|
+
*/
|
|
1589
|
+
'docNr'?: string;
|
|
1590
|
+
/**
|
|
1591
|
+
*
|
|
1592
|
+
* @type {string}
|
|
1593
|
+
* @memberof ProceedingDetail
|
|
1594
|
+
*/
|
|
1595
|
+
'documentType'?: string;
|
|
1596
|
+
/**
|
|
1597
|
+
*
|
|
1598
|
+
* @type {string}
|
|
1599
|
+
* @memberof ProceedingDetail
|
|
1600
|
+
*/
|
|
1601
|
+
'proceedingName'?: string;
|
|
1602
|
+
/**
|
|
1603
|
+
*
|
|
1604
|
+
* @type {number}
|
|
1605
|
+
* @memberof ProceedingDetail
|
|
1606
|
+
*/
|
|
1607
|
+
'institutionId'?: number;
|
|
1608
|
+
/**
|
|
1609
|
+
*
|
|
1610
|
+
* @type {number}
|
|
1611
|
+
* @memberof ProceedingDetail
|
|
1612
|
+
*/
|
|
1613
|
+
'supervisorId'?: number;
|
|
1614
|
+
/**
|
|
1615
|
+
*
|
|
1616
|
+
* @type {string}
|
|
1617
|
+
* @memberof ProceedingDetail
|
|
1618
|
+
*/
|
|
1619
|
+
'supervisorName'?: string;
|
|
1620
|
+
/**
|
|
1621
|
+
*
|
|
1622
|
+
* @type {string}
|
|
1623
|
+
* @memberof ProceedingDetail
|
|
1624
|
+
*/
|
|
1625
|
+
'archived'?: string;
|
|
1626
|
+
/**
|
|
1627
|
+
*
|
|
1628
|
+
* @type {Array<string>}
|
|
1629
|
+
* @memberof ProceedingDetail
|
|
1630
|
+
*/
|
|
1631
|
+
'buildingName'?: Array<string>;
|
|
1632
|
+
/**
|
|
1633
|
+
*
|
|
1634
|
+
* @type {Array<string>}
|
|
1635
|
+
* @memberof ProceedingDetail
|
|
1120
1636
|
*/
|
|
1121
1637
|
'ehrCode'?: Array<string>;
|
|
1122
1638
|
/**
|
|
@@ -1162,6 +1678,90 @@ export interface ProceedingQueryDto {
|
|
|
1162
1678
|
* @memberof ProceedingQueryDto
|
|
1163
1679
|
*/
|
|
1164
1680
|
'dotyIds'?: Array<string>;
|
|
1681
|
+
/**
|
|
1682
|
+
*
|
|
1683
|
+
* @type {number}
|
|
1684
|
+
* @memberof ProceedingQueryDto
|
|
1685
|
+
*/
|
|
1686
|
+
'pageSize'?: number;
|
|
1687
|
+
/**
|
|
1688
|
+
*
|
|
1689
|
+
* @type {number}
|
|
1690
|
+
* @memberof ProceedingQueryDto
|
|
1691
|
+
*/
|
|
1692
|
+
'pageNumber'?: number;
|
|
1693
|
+
/**
|
|
1694
|
+
*
|
|
1695
|
+
* @type {string}
|
|
1696
|
+
* @memberof ProceedingQueryDto
|
|
1697
|
+
*/
|
|
1698
|
+
'sortColumn'?: string;
|
|
1699
|
+
/**
|
|
1700
|
+
*
|
|
1701
|
+
* @type {string}
|
|
1702
|
+
* @memberof ProceedingQueryDto
|
|
1703
|
+
*/
|
|
1704
|
+
'sortOrder'?: string;
|
|
1705
|
+
/**
|
|
1706
|
+
*
|
|
1707
|
+
* @type {string}
|
|
1708
|
+
* @memberof ProceedingQueryDto
|
|
1709
|
+
*/
|
|
1710
|
+
'ehrCode'?: string;
|
|
1711
|
+
/**
|
|
1712
|
+
*
|
|
1713
|
+
* @type {string}
|
|
1714
|
+
* @memberof ProceedingQueryDto
|
|
1715
|
+
*/
|
|
1716
|
+
'buildingName'?: string;
|
|
1717
|
+
/**
|
|
1718
|
+
*
|
|
1719
|
+
* @type {string}
|
|
1720
|
+
* @memberof ProceedingQueryDto
|
|
1721
|
+
*/
|
|
1722
|
+
'wordInAddress'?: string;
|
|
1723
|
+
/**
|
|
1724
|
+
*
|
|
1725
|
+
* @type {string}
|
|
1726
|
+
* @memberof ProceedingQueryDto
|
|
1727
|
+
*/
|
|
1728
|
+
'proceedingNumber'?: string;
|
|
1729
|
+
/**
|
|
1730
|
+
*
|
|
1731
|
+
* @type {Array<string>}
|
|
1732
|
+
* @memberof ProceedingQueryDto
|
|
1733
|
+
*/
|
|
1734
|
+
'proceedingStates'?: Array<string>;
|
|
1735
|
+
/**
|
|
1736
|
+
*
|
|
1737
|
+
* @type {string}
|
|
1738
|
+
* @memberof ProceedingQueryDto
|
|
1739
|
+
*/
|
|
1740
|
+
'connectedPerson'?: string;
|
|
1741
|
+
/**
|
|
1742
|
+
*
|
|
1743
|
+
* @type {boolean}
|
|
1744
|
+
* @memberof ProceedingQueryDto
|
|
1745
|
+
*/
|
|
1746
|
+
'showProceedingInArchive'?: boolean;
|
|
1747
|
+
/**
|
|
1748
|
+
*
|
|
1749
|
+
* @type {Array<number>}
|
|
1750
|
+
* @memberof ProceedingQueryDto
|
|
1751
|
+
*/
|
|
1752
|
+
'supervisors'?: Array<number>;
|
|
1753
|
+
/**
|
|
1754
|
+
*
|
|
1755
|
+
* @type {ProceedingDateRangeDto}
|
|
1756
|
+
* @memberof ProceedingQueryDto
|
|
1757
|
+
*/
|
|
1758
|
+
'proceedingDate'?: ProceedingDateRangeDto;
|
|
1759
|
+
/**
|
|
1760
|
+
*
|
|
1761
|
+
* @type {string}
|
|
1762
|
+
* @memberof ProceedingQueryDto
|
|
1763
|
+
*/
|
|
1764
|
+
'lastEventDate'?: string;
|
|
1165
1765
|
}
|
|
1166
1766
|
/**
|
|
1167
1767
|
*
|
|
@@ -1218,25 +1818,57 @@ export interface ProceedingSearchDto {
|
|
|
1218
1818
|
*/
|
|
1219
1819
|
'limit'?: number;
|
|
1220
1820
|
}
|
|
1821
|
+
/**
|
|
1822
|
+
*
|
|
1823
|
+
* @export
|
|
1824
|
+
* @interface SortObject
|
|
1825
|
+
*/
|
|
1826
|
+
export interface SortObject {
|
|
1827
|
+
/**
|
|
1828
|
+
*
|
|
1829
|
+
* @type {boolean}
|
|
1830
|
+
* @memberof SortObject
|
|
1831
|
+
*/
|
|
1832
|
+
'empty'?: boolean;
|
|
1833
|
+
/**
|
|
1834
|
+
*
|
|
1835
|
+
* @type {boolean}
|
|
1836
|
+
* @memberof SortObject
|
|
1837
|
+
*/
|
|
1838
|
+
'sorted'?: boolean;
|
|
1839
|
+
/**
|
|
1840
|
+
*
|
|
1841
|
+
* @type {boolean}
|
|
1842
|
+
* @memberof SortObject
|
|
1843
|
+
*/
|
|
1844
|
+
'unsorted'?: boolean;
|
|
1845
|
+
}
|
|
1221
1846
|
/**
|
|
1222
1847
|
* BaseMyDocumentsApi - axios parameter creator
|
|
1223
1848
|
* @export
|
|
1224
1849
|
*/
|
|
1225
1850
|
export declare const BaseMyDocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1226
1851
|
/**
|
|
1227
|
-
*
|
|
1852
|
+
* This endpoint is **public**<br/><br/>
|
|
1228
1853
|
* @param {DocumentBaseQueryDto} documentBaseQueryDto
|
|
1229
1854
|
* @param {*} [options] Override http request option.
|
|
1230
1855
|
* @throws {RequiredError}
|
|
1231
1856
|
*/
|
|
1232
|
-
|
|
1857
|
+
findBaseIncomingDocuments: (documentBaseQueryDto: DocumentBaseQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1233
1858
|
/**
|
|
1234
|
-
*
|
|
1859
|
+
* This endpoint is **public**<br/><br/>
|
|
1235
1860
|
* @param {DocumentBaseQueryDto} documentBaseQueryDto
|
|
1236
1861
|
* @param {*} [options] Override http request option.
|
|
1237
1862
|
* @throws {RequiredError}
|
|
1238
1863
|
*/
|
|
1239
|
-
|
|
1864
|
+
findBaseWorkingDocuments: (documentBaseQueryDto: DocumentBaseQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1865
|
+
/**
|
|
1866
|
+
* This endpoint is **public**<br/><br/>
|
|
1867
|
+
* @param {DocumentPagedQueryDto} documentPagedQueryDto
|
|
1868
|
+
* @param {*} [options] Override http request option.
|
|
1869
|
+
* @throws {RequiredError}
|
|
1870
|
+
*/
|
|
1871
|
+
findBaseWorkingDocumentsPaged: (documentPagedQueryDto: DocumentPagedQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1240
1872
|
};
|
|
1241
1873
|
/**
|
|
1242
1874
|
* BaseMyDocumentsApi - functional programming interface
|
|
@@ -1244,19 +1876,26 @@ export declare const BaseMyDocumentsApiAxiosParamCreator: (configuration?: Confi
|
|
|
1244
1876
|
*/
|
|
1245
1877
|
export declare const BaseMyDocumentsApiFp: (configuration?: Configuration) => {
|
|
1246
1878
|
/**
|
|
1247
|
-
*
|
|
1879
|
+
* This endpoint is **public**<br/><br/>
|
|
1248
1880
|
* @param {DocumentBaseQueryDto} documentBaseQueryDto
|
|
1249
1881
|
* @param {*} [options] Override http request option.
|
|
1250
1882
|
* @throws {RequiredError}
|
|
1251
1883
|
*/
|
|
1252
|
-
|
|
1884
|
+
findBaseIncomingDocuments(documentBaseQueryDto: DocumentBaseQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BaseMyDocument>>>;
|
|
1253
1885
|
/**
|
|
1254
|
-
*
|
|
1886
|
+
* This endpoint is **public**<br/><br/>
|
|
1255
1887
|
* @param {DocumentBaseQueryDto} documentBaseQueryDto
|
|
1256
1888
|
* @param {*} [options] Override http request option.
|
|
1257
1889
|
* @throws {RequiredError}
|
|
1258
1890
|
*/
|
|
1259
|
-
|
|
1891
|
+
findBaseWorkingDocuments(documentBaseQueryDto: DocumentBaseQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BaseMyDocument>>>;
|
|
1892
|
+
/**
|
|
1893
|
+
* This endpoint is **public**<br/><br/>
|
|
1894
|
+
* @param {DocumentPagedQueryDto} documentPagedQueryDto
|
|
1895
|
+
* @param {*} [options] Override http request option.
|
|
1896
|
+
* @throws {RequiredError}
|
|
1897
|
+
*/
|
|
1898
|
+
findBaseWorkingDocumentsPaged(documentPagedQueryDto: DocumentPagedQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PageBaseMyDocument>>;
|
|
1260
1899
|
};
|
|
1261
1900
|
/**
|
|
1262
1901
|
* BaseMyDocumentsApi - factory interface
|
|
@@ -1264,19 +1903,26 @@ export declare const BaseMyDocumentsApiFp: (configuration?: Configuration) => {
|
|
|
1264
1903
|
*/
|
|
1265
1904
|
export declare const BaseMyDocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1266
1905
|
/**
|
|
1267
|
-
*
|
|
1906
|
+
* This endpoint is **public**<br/><br/>
|
|
1268
1907
|
* @param {DocumentBaseQueryDto} documentBaseQueryDto
|
|
1269
1908
|
* @param {*} [options] Override http request option.
|
|
1270
1909
|
* @throws {RequiredError}
|
|
1271
1910
|
*/
|
|
1272
|
-
|
|
1911
|
+
findBaseIncomingDocuments(documentBaseQueryDto: DocumentBaseQueryDto, options?: any): AxiosPromise<Array<BaseMyDocument>>;
|
|
1273
1912
|
/**
|
|
1274
|
-
*
|
|
1913
|
+
* This endpoint is **public**<br/><br/>
|
|
1275
1914
|
* @param {DocumentBaseQueryDto} documentBaseQueryDto
|
|
1276
1915
|
* @param {*} [options] Override http request option.
|
|
1277
1916
|
* @throws {RequiredError}
|
|
1278
1917
|
*/
|
|
1279
|
-
|
|
1918
|
+
findBaseWorkingDocuments(documentBaseQueryDto: DocumentBaseQueryDto, options?: any): AxiosPromise<Array<BaseMyDocument>>;
|
|
1919
|
+
/**
|
|
1920
|
+
* This endpoint is **public**<br/><br/>
|
|
1921
|
+
* @param {DocumentPagedQueryDto} documentPagedQueryDto
|
|
1922
|
+
* @param {*} [options] Override http request option.
|
|
1923
|
+
* @throws {RequiredError}
|
|
1924
|
+
*/
|
|
1925
|
+
findBaseWorkingDocumentsPaged(documentPagedQueryDto: DocumentPagedQueryDto, options?: any): AxiosPromise<PageBaseMyDocument>;
|
|
1280
1926
|
};
|
|
1281
1927
|
/**
|
|
1282
1928
|
* BaseMyDocumentsApi - object-oriented interface
|
|
@@ -1286,21 +1932,29 @@ export declare const BaseMyDocumentsApiFactory: (configuration?: Configuration,
|
|
|
1286
1932
|
*/
|
|
1287
1933
|
export declare class BaseMyDocumentsApi extends BaseAPI {
|
|
1288
1934
|
/**
|
|
1289
|
-
*
|
|
1935
|
+
* This endpoint is **public**<br/><br/>
|
|
1290
1936
|
* @param {DocumentBaseQueryDto} documentBaseQueryDto
|
|
1291
1937
|
* @param {*} [options] Override http request option.
|
|
1292
1938
|
* @throws {RequiredError}
|
|
1293
1939
|
* @memberof BaseMyDocumentsApi
|
|
1294
1940
|
*/
|
|
1295
|
-
|
|
1941
|
+
findBaseIncomingDocuments(documentBaseQueryDto: DocumentBaseQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<BaseMyDocument[], any>>;
|
|
1296
1942
|
/**
|
|
1297
|
-
*
|
|
1943
|
+
* This endpoint is **public**<br/><br/>
|
|
1298
1944
|
* @param {DocumentBaseQueryDto} documentBaseQueryDto
|
|
1299
1945
|
* @param {*} [options] Override http request option.
|
|
1300
1946
|
* @throws {RequiredError}
|
|
1301
1947
|
* @memberof BaseMyDocumentsApi
|
|
1302
1948
|
*/
|
|
1303
|
-
|
|
1949
|
+
findBaseWorkingDocuments(documentBaseQueryDto: DocumentBaseQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<BaseMyDocument[], any>>;
|
|
1950
|
+
/**
|
|
1951
|
+
* This endpoint is **public**<br/><br/>
|
|
1952
|
+
* @param {DocumentPagedQueryDto} documentPagedQueryDto
|
|
1953
|
+
* @param {*} [options] Override http request option.
|
|
1954
|
+
* @throws {RequiredError}
|
|
1955
|
+
* @memberof BaseMyDocumentsApi
|
|
1956
|
+
*/
|
|
1957
|
+
findBaseWorkingDocumentsPaged(documentPagedQueryDto: DocumentPagedQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<PageBaseMyDocument, any>>;
|
|
1304
1958
|
}
|
|
1305
1959
|
/**
|
|
1306
1960
|
* DetailSearchesApi - axios parameter creator
|
|
@@ -1308,26 +1962,26 @@ export declare class BaseMyDocumentsApi extends BaseAPI {
|
|
|
1308
1962
|
*/
|
|
1309
1963
|
export declare const DetailSearchesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1310
1964
|
/**
|
|
1311
|
-
*
|
|
1965
|
+
* This endpoint is **public**<br/><br/>
|
|
1312
1966
|
* @param {BuildingSearchDto} buildingSearchDto
|
|
1313
1967
|
* @param {*} [options] Override http request option.
|
|
1314
1968
|
* @throws {RequiredError}
|
|
1315
1969
|
*/
|
|
1316
|
-
searchDetailBuildings: (buildingSearchDto: BuildingSearchDto, options?:
|
|
1970
|
+
searchDetailBuildings: (buildingSearchDto: BuildingSearchDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1317
1971
|
/**
|
|
1318
|
-
*
|
|
1972
|
+
* This endpoint is **public**<br/><br/>
|
|
1319
1973
|
* @param {DocumentSearchDto} documentSearchDto
|
|
1320
1974
|
* @param {*} [options] Override http request option.
|
|
1321
1975
|
* @throws {RequiredError}
|
|
1322
1976
|
*/
|
|
1323
|
-
searchDetailDocuments: (documentSearchDto: DocumentSearchDto, options?:
|
|
1977
|
+
searchDetailDocuments: (documentSearchDto: DocumentSearchDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1324
1978
|
/**
|
|
1325
|
-
*
|
|
1979
|
+
* This endpoint is **public**<br/><br/>
|
|
1326
1980
|
* @param {ProceedingSearchDto} proceedingSearchDto
|
|
1327
1981
|
* @param {*} [options] Override http request option.
|
|
1328
1982
|
* @throws {RequiredError}
|
|
1329
1983
|
*/
|
|
1330
|
-
searchDetailProceedings: (proceedingSearchDto: ProceedingSearchDto, options?:
|
|
1984
|
+
searchDetailProceedings: (proceedingSearchDto: ProceedingSearchDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1331
1985
|
};
|
|
1332
1986
|
/**
|
|
1333
1987
|
* DetailSearchesApi - functional programming interface
|
|
@@ -1335,26 +1989,26 @@ export declare const DetailSearchesApiAxiosParamCreator: (configuration?: Config
|
|
|
1335
1989
|
*/
|
|
1336
1990
|
export declare const DetailSearchesApiFp: (configuration?: Configuration) => {
|
|
1337
1991
|
/**
|
|
1338
|
-
*
|
|
1992
|
+
* This endpoint is **public**<br/><br/>
|
|
1339
1993
|
* @param {BuildingSearchDto} buildingSearchDto
|
|
1340
1994
|
* @param {*} [options] Override http request option.
|
|
1341
1995
|
* @throws {RequiredError}
|
|
1342
1996
|
*/
|
|
1343
|
-
searchDetailBuildings(buildingSearchDto: BuildingSearchDto, options?:
|
|
1997
|
+
searchDetailBuildings(buildingSearchDto: BuildingSearchDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BuildingDetail>>>;
|
|
1344
1998
|
/**
|
|
1345
|
-
*
|
|
1999
|
+
* This endpoint is **public**<br/><br/>
|
|
1346
2000
|
* @param {DocumentSearchDto} documentSearchDto
|
|
1347
2001
|
* @param {*} [options] Override http request option.
|
|
1348
2002
|
* @throws {RequiredError}
|
|
1349
2003
|
*/
|
|
1350
|
-
searchDetailDocuments(documentSearchDto: DocumentSearchDto, options?:
|
|
2004
|
+
searchDetailDocuments(documentSearchDto: DocumentSearchDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PageDocDetail>>;
|
|
1351
2005
|
/**
|
|
1352
|
-
*
|
|
2006
|
+
* This endpoint is **public**<br/><br/>
|
|
1353
2007
|
* @param {ProceedingSearchDto} proceedingSearchDto
|
|
1354
2008
|
* @param {*} [options] Override http request option.
|
|
1355
2009
|
* @throws {RequiredError}
|
|
1356
2010
|
*/
|
|
1357
|
-
searchDetailProceedings(proceedingSearchDto: ProceedingSearchDto, options?:
|
|
2011
|
+
searchDetailProceedings(proceedingSearchDto: ProceedingSearchDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProceedingDetail>>>;
|
|
1358
2012
|
};
|
|
1359
2013
|
/**
|
|
1360
2014
|
* DetailSearchesApi - factory interface
|
|
@@ -1362,26 +2016,26 @@ export declare const DetailSearchesApiFp: (configuration?: Configuration) => {
|
|
|
1362
2016
|
*/
|
|
1363
2017
|
export declare const DetailSearchesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1364
2018
|
/**
|
|
1365
|
-
*
|
|
2019
|
+
* This endpoint is **public**<br/><br/>
|
|
1366
2020
|
* @param {BuildingSearchDto} buildingSearchDto
|
|
1367
2021
|
* @param {*} [options] Override http request option.
|
|
1368
2022
|
* @throws {RequiredError}
|
|
1369
2023
|
*/
|
|
1370
|
-
searchDetailBuildings(buildingSearchDto: BuildingSearchDto, options?:
|
|
2024
|
+
searchDetailBuildings(buildingSearchDto: BuildingSearchDto, options?: any): AxiosPromise<Array<BuildingDetail>>;
|
|
1371
2025
|
/**
|
|
1372
|
-
*
|
|
2026
|
+
* This endpoint is **public**<br/><br/>
|
|
1373
2027
|
* @param {DocumentSearchDto} documentSearchDto
|
|
1374
2028
|
* @param {*} [options] Override http request option.
|
|
1375
2029
|
* @throws {RequiredError}
|
|
1376
2030
|
*/
|
|
1377
|
-
searchDetailDocuments(documentSearchDto: DocumentSearchDto, options?:
|
|
2031
|
+
searchDetailDocuments(documentSearchDto: DocumentSearchDto, options?: any): AxiosPromise<PageDocDetail>;
|
|
1378
2032
|
/**
|
|
1379
|
-
*
|
|
2033
|
+
* This endpoint is **public**<br/><br/>
|
|
1380
2034
|
* @param {ProceedingSearchDto} proceedingSearchDto
|
|
1381
2035
|
* @param {*} [options] Override http request option.
|
|
1382
2036
|
* @throws {RequiredError}
|
|
1383
2037
|
*/
|
|
1384
|
-
searchDetailProceedings(proceedingSearchDto: ProceedingSearchDto, options?:
|
|
2038
|
+
searchDetailProceedings(proceedingSearchDto: ProceedingSearchDto, options?: any): AxiosPromise<Array<ProceedingDetail>>;
|
|
1385
2039
|
};
|
|
1386
2040
|
/**
|
|
1387
2041
|
* DetailSearchesApi - object-oriented interface
|
|
@@ -1391,29 +2045,29 @@ export declare const DetailSearchesApiFactory: (configuration?: Configuration, b
|
|
|
1391
2045
|
*/
|
|
1392
2046
|
export declare class DetailSearchesApi extends BaseAPI {
|
|
1393
2047
|
/**
|
|
1394
|
-
*
|
|
2048
|
+
* This endpoint is **public**<br/><br/>
|
|
1395
2049
|
* @param {BuildingSearchDto} buildingSearchDto
|
|
1396
2050
|
* @param {*} [options] Override http request option.
|
|
1397
2051
|
* @throws {RequiredError}
|
|
1398
2052
|
* @memberof DetailSearchesApi
|
|
1399
2053
|
*/
|
|
1400
|
-
searchDetailBuildings(buildingSearchDto: BuildingSearchDto, options?:
|
|
2054
|
+
searchDetailBuildings(buildingSearchDto: BuildingSearchDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<BuildingDetail[], any>>;
|
|
1401
2055
|
/**
|
|
1402
|
-
*
|
|
2056
|
+
* This endpoint is **public**<br/><br/>
|
|
1403
2057
|
* @param {DocumentSearchDto} documentSearchDto
|
|
1404
2058
|
* @param {*} [options] Override http request option.
|
|
1405
2059
|
* @throws {RequiredError}
|
|
1406
2060
|
* @memberof DetailSearchesApi
|
|
1407
2061
|
*/
|
|
1408
|
-
searchDetailDocuments(documentSearchDto: DocumentSearchDto, options?:
|
|
2062
|
+
searchDetailDocuments(documentSearchDto: DocumentSearchDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<PageDocDetail, any>>;
|
|
1409
2063
|
/**
|
|
1410
|
-
*
|
|
2064
|
+
* This endpoint is **public**<br/><br/>
|
|
1411
2065
|
* @param {ProceedingSearchDto} proceedingSearchDto
|
|
1412
2066
|
* @param {*} [options] Override http request option.
|
|
1413
2067
|
* @throws {RequiredError}
|
|
1414
2068
|
* @memberof DetailSearchesApi
|
|
1415
2069
|
*/
|
|
1416
|
-
searchDetailProceedings(proceedingSearchDto: ProceedingSearchDto, options?:
|
|
2070
|
+
searchDetailProceedings(proceedingSearchDto: ProceedingSearchDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<ProceedingDetail[], any>>;
|
|
1417
2071
|
}
|
|
1418
2072
|
/**
|
|
1419
2073
|
* MyDocumentsApi - axios parameter creator
|
|
@@ -1421,45 +2075,45 @@ export declare class DetailSearchesApi extends BaseAPI {
|
|
|
1421
2075
|
*/
|
|
1422
2076
|
export declare const MyDocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1423
2077
|
/**
|
|
1424
|
-
*
|
|
2078
|
+
* This endpoint is **public**<br/><br/>
|
|
1425
2079
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1426
2080
|
* @param {*} [options] Override http request option.
|
|
1427
2081
|
* @throws {RequiredError}
|
|
1428
2082
|
*/
|
|
1429
|
-
findFinishedDocuments: (documentQueryDto: DocumentQueryDto, options?:
|
|
2083
|
+
findFinishedDocuments: (documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1430
2084
|
/**
|
|
1431
|
-
*
|
|
2085
|
+
* This endpoint is **public**<br/><br/>
|
|
1432
2086
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1433
2087
|
* @param {*} [options] Override http request option.
|
|
1434
2088
|
* @throws {RequiredError}
|
|
1435
2089
|
*/
|
|
1436
|
-
findIncomingDocuments: (documentQueryDto: DocumentQueryDto, options?:
|
|
2090
|
+
findIncomingDocuments: (documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1437
2091
|
/**
|
|
1438
|
-
*
|
|
2092
|
+
* This endpoint is **public**<br/><br/>
|
|
1439
2093
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1440
2094
|
* @param {*} [options] Override http request option.
|
|
1441
2095
|
* @throws {RequiredError}
|
|
1442
2096
|
*/
|
|
1443
|
-
findToSignDocuments: (documentQueryDto: DocumentQueryDto, options?:
|
|
2097
|
+
findToSignDocuments: (documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1444
2098
|
/**
|
|
1445
|
-
*
|
|
2099
|
+
* This endpoint is **public**<br/><br/>
|
|
1446
2100
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1447
2101
|
* @param {*} [options] Override http request option.
|
|
1448
2102
|
* @throws {RequiredError}
|
|
1449
2103
|
*/
|
|
1450
|
-
|
|
2104
|
+
findWorkingDocuments: (documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1451
2105
|
/**
|
|
1452
|
-
*
|
|
2106
|
+
* This endpoint is **public**<br/><br/>
|
|
1453
2107
|
* @param {*} [options] Override http request option.
|
|
1454
2108
|
* @throws {RequiredError}
|
|
1455
2109
|
*/
|
|
1456
|
-
getHealth: (options?:
|
|
2110
|
+
getHealth: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1457
2111
|
/**
|
|
1458
|
-
*
|
|
2112
|
+
* This endpoint is **public**<br/><br/>
|
|
1459
2113
|
* @param {*} [options] Override http request option.
|
|
1460
2114
|
* @throws {RequiredError}
|
|
1461
2115
|
*/
|
|
1462
|
-
versionAlive: (options?:
|
|
2116
|
+
versionAlive: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1463
2117
|
};
|
|
1464
2118
|
/**
|
|
1465
2119
|
* MyDocumentsApi - functional programming interface
|
|
@@ -1467,45 +2121,45 @@ export declare const MyDocumentsApiAxiosParamCreator: (configuration?: Configura
|
|
|
1467
2121
|
*/
|
|
1468
2122
|
export declare const MyDocumentsApiFp: (configuration?: Configuration) => {
|
|
1469
2123
|
/**
|
|
1470
|
-
*
|
|
2124
|
+
* This endpoint is **public**<br/><br/>
|
|
1471
2125
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1472
2126
|
* @param {*} [options] Override http request option.
|
|
1473
2127
|
* @throws {RequiredError}
|
|
1474
2128
|
*/
|
|
1475
|
-
findFinishedDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2129
|
+
findFinishedDocuments(documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyDocumentsDto>>>;
|
|
1476
2130
|
/**
|
|
1477
|
-
*
|
|
2131
|
+
* This endpoint is **public**<br/><br/>
|
|
1478
2132
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1479
2133
|
* @param {*} [options] Override http request option.
|
|
1480
2134
|
* @throws {RequiredError}
|
|
1481
2135
|
*/
|
|
1482
|
-
findIncomingDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2136
|
+
findIncomingDocuments(documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyDocumentsDto>>>;
|
|
1483
2137
|
/**
|
|
1484
|
-
*
|
|
2138
|
+
* This endpoint is **public**<br/><br/>
|
|
1485
2139
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1486
2140
|
* @param {*} [options] Override http request option.
|
|
1487
2141
|
* @throws {RequiredError}
|
|
1488
2142
|
*/
|
|
1489
|
-
findToSignDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2143
|
+
findToSignDocuments(documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyDocumentsDto>>>;
|
|
1490
2144
|
/**
|
|
1491
|
-
*
|
|
2145
|
+
* This endpoint is **public**<br/><br/>
|
|
1492
2146
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1493
2147
|
* @param {*} [options] Override http request option.
|
|
1494
2148
|
* @throws {RequiredError}
|
|
1495
2149
|
*/
|
|
1496
|
-
|
|
2150
|
+
findWorkingDocuments(documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyDocumentsDto>>>;
|
|
1497
2151
|
/**
|
|
1498
|
-
*
|
|
2152
|
+
* This endpoint is **public**<br/><br/>
|
|
1499
2153
|
* @param {*} [options] Override http request option.
|
|
1500
2154
|
* @throws {RequiredError}
|
|
1501
2155
|
*/
|
|
1502
|
-
getHealth(options?:
|
|
2156
|
+
getHealth(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1503
2157
|
/**
|
|
1504
|
-
*
|
|
2158
|
+
* This endpoint is **public**<br/><br/>
|
|
1505
2159
|
* @param {*} [options] Override http request option.
|
|
1506
2160
|
* @throws {RequiredError}
|
|
1507
2161
|
*/
|
|
1508
|
-
versionAlive(options?:
|
|
2162
|
+
versionAlive(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
1509
2163
|
};
|
|
1510
2164
|
/**
|
|
1511
2165
|
* MyDocumentsApi - factory interface
|
|
@@ -1513,45 +2167,45 @@ export declare const MyDocumentsApiFp: (configuration?: Configuration) => {
|
|
|
1513
2167
|
*/
|
|
1514
2168
|
export declare const MyDocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1515
2169
|
/**
|
|
1516
|
-
*
|
|
2170
|
+
* This endpoint is **public**<br/><br/>
|
|
1517
2171
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1518
2172
|
* @param {*} [options] Override http request option.
|
|
1519
2173
|
* @throws {RequiredError}
|
|
1520
2174
|
*/
|
|
1521
|
-
findFinishedDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2175
|
+
findFinishedDocuments(documentQueryDto: DocumentQueryDto, options?: any): AxiosPromise<Array<MyDocumentsDto>>;
|
|
1522
2176
|
/**
|
|
1523
|
-
*
|
|
2177
|
+
* This endpoint is **public**<br/><br/>
|
|
1524
2178
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1525
2179
|
* @param {*} [options] Override http request option.
|
|
1526
2180
|
* @throws {RequiredError}
|
|
1527
2181
|
*/
|
|
1528
|
-
findIncomingDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2182
|
+
findIncomingDocuments(documentQueryDto: DocumentQueryDto, options?: any): AxiosPromise<Array<MyDocumentsDto>>;
|
|
1529
2183
|
/**
|
|
1530
|
-
*
|
|
2184
|
+
* This endpoint is **public**<br/><br/>
|
|
1531
2185
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1532
2186
|
* @param {*} [options] Override http request option.
|
|
1533
2187
|
* @throws {RequiredError}
|
|
1534
2188
|
*/
|
|
1535
|
-
findToSignDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2189
|
+
findToSignDocuments(documentQueryDto: DocumentQueryDto, options?: any): AxiosPromise<Array<MyDocumentsDto>>;
|
|
1536
2190
|
/**
|
|
1537
|
-
*
|
|
2191
|
+
* This endpoint is **public**<br/><br/>
|
|
1538
2192
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1539
2193
|
* @param {*} [options] Override http request option.
|
|
1540
2194
|
* @throws {RequiredError}
|
|
1541
2195
|
*/
|
|
1542
|
-
|
|
2196
|
+
findWorkingDocuments(documentQueryDto: DocumentQueryDto, options?: any): AxiosPromise<Array<MyDocumentsDto>>;
|
|
1543
2197
|
/**
|
|
1544
|
-
*
|
|
2198
|
+
* This endpoint is **public**<br/><br/>
|
|
1545
2199
|
* @param {*} [options] Override http request option.
|
|
1546
2200
|
* @throws {RequiredError}
|
|
1547
2201
|
*/
|
|
1548
|
-
getHealth(options?:
|
|
2202
|
+
getHealth(options?: any): AxiosPromise<void>;
|
|
1549
2203
|
/**
|
|
1550
|
-
*
|
|
2204
|
+
* This endpoint is **public**<br/><br/>
|
|
1551
2205
|
* @param {*} [options] Override http request option.
|
|
1552
2206
|
* @throws {RequiredError}
|
|
1553
2207
|
*/
|
|
1554
|
-
versionAlive(options?:
|
|
2208
|
+
versionAlive(options?: any): AxiosPromise<string>;
|
|
1555
2209
|
};
|
|
1556
2210
|
/**
|
|
1557
2211
|
* MyDocumentsApi - object-oriented interface
|
|
@@ -1561,51 +2215,51 @@ export declare const MyDocumentsApiFactory: (configuration?: Configuration, base
|
|
|
1561
2215
|
*/
|
|
1562
2216
|
export declare class MyDocumentsApi extends BaseAPI {
|
|
1563
2217
|
/**
|
|
1564
|
-
*
|
|
2218
|
+
* This endpoint is **public**<br/><br/>
|
|
1565
2219
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1566
2220
|
* @param {*} [options] Override http request option.
|
|
1567
2221
|
* @throws {RequiredError}
|
|
1568
2222
|
* @memberof MyDocumentsApi
|
|
1569
2223
|
*/
|
|
1570
|
-
findFinishedDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2224
|
+
findFinishedDocuments(documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyDocumentsDto[], any>>;
|
|
1571
2225
|
/**
|
|
1572
|
-
*
|
|
2226
|
+
* This endpoint is **public**<br/><br/>
|
|
1573
2227
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1574
2228
|
* @param {*} [options] Override http request option.
|
|
1575
2229
|
* @throws {RequiredError}
|
|
1576
2230
|
* @memberof MyDocumentsApi
|
|
1577
2231
|
*/
|
|
1578
|
-
findIncomingDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2232
|
+
findIncomingDocuments(documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyDocumentsDto[], any>>;
|
|
1579
2233
|
/**
|
|
1580
|
-
*
|
|
2234
|
+
* This endpoint is **public**<br/><br/>
|
|
1581
2235
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1582
2236
|
* @param {*} [options] Override http request option.
|
|
1583
2237
|
* @throws {RequiredError}
|
|
1584
2238
|
* @memberof MyDocumentsApi
|
|
1585
2239
|
*/
|
|
1586
|
-
findToSignDocuments(documentQueryDto: DocumentQueryDto, options?:
|
|
2240
|
+
findToSignDocuments(documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyDocumentsDto[], any>>;
|
|
1587
2241
|
/**
|
|
1588
|
-
*
|
|
2242
|
+
* This endpoint is **public**<br/><br/>
|
|
1589
2243
|
* @param {DocumentQueryDto} documentQueryDto
|
|
1590
2244
|
* @param {*} [options] Override http request option.
|
|
1591
2245
|
* @throws {RequiredError}
|
|
1592
2246
|
* @memberof MyDocumentsApi
|
|
1593
2247
|
*/
|
|
1594
|
-
|
|
2248
|
+
findWorkingDocuments(documentQueryDto: DocumentQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyDocumentsDto[], any>>;
|
|
1595
2249
|
/**
|
|
1596
|
-
*
|
|
2250
|
+
* This endpoint is **public**<br/><br/>
|
|
1597
2251
|
* @param {*} [options] Override http request option.
|
|
1598
2252
|
* @throws {RequiredError}
|
|
1599
2253
|
* @memberof MyDocumentsApi
|
|
1600
2254
|
*/
|
|
1601
|
-
getHealth(options?:
|
|
2255
|
+
getHealth(options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
|
|
1602
2256
|
/**
|
|
1603
|
-
*
|
|
2257
|
+
* This endpoint is **public**<br/><br/>
|
|
1604
2258
|
* @param {*} [options] Override http request option.
|
|
1605
2259
|
* @throws {RequiredError}
|
|
1606
2260
|
* @memberof MyDocumentsApi
|
|
1607
2261
|
*/
|
|
1608
|
-
versionAlive(options?:
|
|
2262
|
+
versionAlive(options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<string, any>>;
|
|
1609
2263
|
}
|
|
1610
2264
|
/**
|
|
1611
2265
|
* MyOperationsApi - axios parameter creator
|
|
@@ -1613,26 +2267,26 @@ export declare class MyDocumentsApi extends BaseAPI {
|
|
|
1613
2267
|
*/
|
|
1614
2268
|
export declare const MyOperationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1615
2269
|
/**
|
|
1616
|
-
*
|
|
2270
|
+
* This endpoint is **public**<br/><br/>
|
|
1617
2271
|
* @param {OperationQueryDto} operationQueryDto
|
|
1618
2272
|
* @param {*} [options] Override http request option.
|
|
1619
2273
|
* @throws {RequiredError}
|
|
1620
2274
|
*/
|
|
1621
|
-
findOperationInvitations: (operationQueryDto: OperationQueryDto, options?:
|
|
2275
|
+
findOperationInvitations: (operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1622
2276
|
/**
|
|
1623
|
-
*
|
|
2277
|
+
* This endpoint is **public**<br/><br/>
|
|
1624
2278
|
* @param {OperationQueryDto} operationQueryDto
|
|
1625
2279
|
* @param {*} [options] Override http request option.
|
|
1626
2280
|
* @throws {RequiredError}
|
|
1627
2281
|
*/
|
|
1628
|
-
findOperations: (operationQueryDto: OperationQueryDto, options?:
|
|
2282
|
+
findOperations: (operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1629
2283
|
/**
|
|
1630
|
-
*
|
|
2284
|
+
* This endpoint is **public**<br/><br/>
|
|
1631
2285
|
* @param {OperationQueryDto} operationQueryDto
|
|
1632
2286
|
* @param {*} [options] Override http request option.
|
|
1633
2287
|
* @throws {RequiredError}
|
|
1634
2288
|
*/
|
|
1635
|
-
findOperationsToComment: (operationQueryDto: OperationQueryDto, options?:
|
|
2289
|
+
findOperationsToComment: (operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1636
2290
|
};
|
|
1637
2291
|
/**
|
|
1638
2292
|
* MyOperationsApi - functional programming interface
|
|
@@ -1640,26 +2294,26 @@ export declare const MyOperationsApiAxiosParamCreator: (configuration?: Configur
|
|
|
1640
2294
|
*/
|
|
1641
2295
|
export declare const MyOperationsApiFp: (configuration?: Configuration) => {
|
|
1642
2296
|
/**
|
|
1643
|
-
*
|
|
2297
|
+
* This endpoint is **public**<br/><br/>
|
|
1644
2298
|
* @param {OperationQueryDto} operationQueryDto
|
|
1645
2299
|
* @param {*} [options] Override http request option.
|
|
1646
2300
|
* @throws {RequiredError}
|
|
1647
2301
|
*/
|
|
1648
|
-
findOperationInvitations(operationQueryDto: OperationQueryDto, options?:
|
|
2302
|
+
findOperationInvitations(operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyOperationDto>>>;
|
|
1649
2303
|
/**
|
|
1650
|
-
*
|
|
2304
|
+
* This endpoint is **public**<br/><br/>
|
|
1651
2305
|
* @param {OperationQueryDto} operationQueryDto
|
|
1652
2306
|
* @param {*} [options] Override http request option.
|
|
1653
2307
|
* @throws {RequiredError}
|
|
1654
2308
|
*/
|
|
1655
|
-
findOperations(operationQueryDto: OperationQueryDto, options?:
|
|
2309
|
+
findOperations(operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyOperationDto>>>;
|
|
1656
2310
|
/**
|
|
1657
|
-
*
|
|
2311
|
+
* This endpoint is **public**<br/><br/>
|
|
1658
2312
|
* @param {OperationQueryDto} operationQueryDto
|
|
1659
2313
|
* @param {*} [options] Override http request option.
|
|
1660
2314
|
* @throws {RequiredError}
|
|
1661
2315
|
*/
|
|
1662
|
-
findOperationsToComment(operationQueryDto: OperationQueryDto, options?:
|
|
2316
|
+
findOperationsToComment(operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyOperationDto>>>;
|
|
1663
2317
|
};
|
|
1664
2318
|
/**
|
|
1665
2319
|
* MyOperationsApi - factory interface
|
|
@@ -1667,26 +2321,26 @@ export declare const MyOperationsApiFp: (configuration?: Configuration) => {
|
|
|
1667
2321
|
*/
|
|
1668
2322
|
export declare const MyOperationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1669
2323
|
/**
|
|
1670
|
-
*
|
|
2324
|
+
* This endpoint is **public**<br/><br/>
|
|
1671
2325
|
* @param {OperationQueryDto} operationQueryDto
|
|
1672
2326
|
* @param {*} [options] Override http request option.
|
|
1673
2327
|
* @throws {RequiredError}
|
|
1674
2328
|
*/
|
|
1675
|
-
findOperationInvitations(operationQueryDto: OperationQueryDto, options?:
|
|
2329
|
+
findOperationInvitations(operationQueryDto: OperationQueryDto, options?: any): AxiosPromise<Array<MyOperationDto>>;
|
|
1676
2330
|
/**
|
|
1677
|
-
*
|
|
2331
|
+
* This endpoint is **public**<br/><br/>
|
|
1678
2332
|
* @param {OperationQueryDto} operationQueryDto
|
|
1679
2333
|
* @param {*} [options] Override http request option.
|
|
1680
2334
|
* @throws {RequiredError}
|
|
1681
2335
|
*/
|
|
1682
|
-
findOperations(operationQueryDto: OperationQueryDto, options?:
|
|
2336
|
+
findOperations(operationQueryDto: OperationQueryDto, options?: any): AxiosPromise<Array<MyOperationDto>>;
|
|
1683
2337
|
/**
|
|
1684
|
-
*
|
|
2338
|
+
* This endpoint is **public**<br/><br/>
|
|
1685
2339
|
* @param {OperationQueryDto} operationQueryDto
|
|
1686
2340
|
* @param {*} [options] Override http request option.
|
|
1687
2341
|
* @throws {RequiredError}
|
|
1688
2342
|
*/
|
|
1689
|
-
findOperationsToComment(operationQueryDto: OperationQueryDto, options?:
|
|
2343
|
+
findOperationsToComment(operationQueryDto: OperationQueryDto, options?: any): AxiosPromise<Array<MyOperationDto>>;
|
|
1690
2344
|
};
|
|
1691
2345
|
/**
|
|
1692
2346
|
* MyOperationsApi - object-oriented interface
|
|
@@ -1696,29 +2350,29 @@ export declare const MyOperationsApiFactory: (configuration?: Configuration, bas
|
|
|
1696
2350
|
*/
|
|
1697
2351
|
export declare class MyOperationsApi extends BaseAPI {
|
|
1698
2352
|
/**
|
|
1699
|
-
*
|
|
2353
|
+
* This endpoint is **public**<br/><br/>
|
|
1700
2354
|
* @param {OperationQueryDto} operationQueryDto
|
|
1701
2355
|
* @param {*} [options] Override http request option.
|
|
1702
2356
|
* @throws {RequiredError}
|
|
1703
2357
|
* @memberof MyOperationsApi
|
|
1704
2358
|
*/
|
|
1705
|
-
findOperationInvitations(operationQueryDto: OperationQueryDto, options?:
|
|
2359
|
+
findOperationInvitations(operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyOperationDto[], any>>;
|
|
1706
2360
|
/**
|
|
1707
|
-
*
|
|
2361
|
+
* This endpoint is **public**<br/><br/>
|
|
1708
2362
|
* @param {OperationQueryDto} operationQueryDto
|
|
1709
2363
|
* @param {*} [options] Override http request option.
|
|
1710
2364
|
* @throws {RequiredError}
|
|
1711
2365
|
* @memberof MyOperationsApi
|
|
1712
2366
|
*/
|
|
1713
|
-
findOperations(operationQueryDto: OperationQueryDto, options?:
|
|
2367
|
+
findOperations(operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyOperationDto[], any>>;
|
|
1714
2368
|
/**
|
|
1715
|
-
*
|
|
2369
|
+
* This endpoint is **public**<br/><br/>
|
|
1716
2370
|
* @param {OperationQueryDto} operationQueryDto
|
|
1717
2371
|
* @param {*} [options] Override http request option.
|
|
1718
2372
|
* @throws {RequiredError}
|
|
1719
2373
|
* @memberof MyOperationsApi
|
|
1720
2374
|
*/
|
|
1721
|
-
findOperationsToComment(operationQueryDto: OperationQueryDto, options?:
|
|
2375
|
+
findOperationsToComment(operationQueryDto: OperationQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyOperationDto[], any>>;
|
|
1722
2376
|
}
|
|
1723
2377
|
/**
|
|
1724
2378
|
* MyProceedingsApi - axios parameter creator
|
|
@@ -1726,19 +2380,26 @@ export declare class MyOperationsApi extends BaseAPI {
|
|
|
1726
2380
|
*/
|
|
1727
2381
|
export declare const MyProceedingsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1728
2382
|
/**
|
|
1729
|
-
*
|
|
2383
|
+
* This endpoint is using: **Additional Role Checkers** for determining final access.<br/><br/>
|
|
1730
2384
|
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
1731
2385
|
* @param {*} [options] Override http request option.
|
|
1732
2386
|
* @throws {RequiredError}
|
|
1733
2387
|
*/
|
|
1734
|
-
findAreaProceedings: (proceedingQueryDto: ProceedingQueryDto, options?:
|
|
2388
|
+
findAreaProceedings: (proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1735
2389
|
/**
|
|
1736
|
-
*
|
|
1737
|
-
* @param {
|
|
2390
|
+
* This endpoint is **public**<br/><br/>
|
|
2391
|
+
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
2392
|
+
* @param {*} [options] Override http request option.
|
|
2393
|
+
* @throws {RequiredError}
|
|
2394
|
+
*/
|
|
2395
|
+
findPlanningProceedings: (proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2396
|
+
/**
|
|
2397
|
+
* This endpoint is **public**<br/><br/>
|
|
2398
|
+
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
1738
2399
|
* @param {*} [options] Override http request option.
|
|
1739
2400
|
* @throws {RequiredError}
|
|
1740
2401
|
*/
|
|
1741
|
-
findProceedings: (
|
|
2402
|
+
findProceedings: (proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1742
2403
|
};
|
|
1743
2404
|
/**
|
|
1744
2405
|
* MyProceedingsApi - functional programming interface
|
|
@@ -1746,19 +2407,26 @@ export declare const MyProceedingsApiAxiosParamCreator: (configuration?: Configu
|
|
|
1746
2407
|
*/
|
|
1747
2408
|
export declare const MyProceedingsApiFp: (configuration?: Configuration) => {
|
|
1748
2409
|
/**
|
|
1749
|
-
*
|
|
2410
|
+
* This endpoint is using: **Additional Role Checkers** for determining final access.<br/><br/>
|
|
1750
2411
|
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
1751
2412
|
* @param {*} [options] Override http request option.
|
|
1752
2413
|
* @throws {RequiredError}
|
|
1753
2414
|
*/
|
|
1754
|
-
findAreaProceedings(proceedingQueryDto: ProceedingQueryDto, options?:
|
|
2415
|
+
findAreaProceedings(proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyProceedingsDto>>>;
|
|
1755
2416
|
/**
|
|
1756
|
-
*
|
|
1757
|
-
* @param {
|
|
2417
|
+
* This endpoint is **public**<br/><br/>
|
|
2418
|
+
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
2419
|
+
* @param {*} [options] Override http request option.
|
|
2420
|
+
* @throws {RequiredError}
|
|
2421
|
+
*/
|
|
2422
|
+
findPlanningProceedings(proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MyPlanningProceedingDto>>>;
|
|
2423
|
+
/**
|
|
2424
|
+
* This endpoint is **public**<br/><br/>
|
|
2425
|
+
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
1758
2426
|
* @param {*} [options] Override http request option.
|
|
1759
2427
|
* @throws {RequiredError}
|
|
1760
2428
|
*/
|
|
1761
|
-
findProceedings(
|
|
2429
|
+
findProceedings(proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PageMyProceedingsDto>>;
|
|
1762
2430
|
};
|
|
1763
2431
|
/**
|
|
1764
2432
|
* MyProceedingsApi - factory interface
|
|
@@ -1766,19 +2434,26 @@ export declare const MyProceedingsApiFp: (configuration?: Configuration) => {
|
|
|
1766
2434
|
*/
|
|
1767
2435
|
export declare const MyProceedingsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1768
2436
|
/**
|
|
1769
|
-
*
|
|
2437
|
+
* This endpoint is using: **Additional Role Checkers** for determining final access.<br/><br/>
|
|
1770
2438
|
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
1771
2439
|
* @param {*} [options] Override http request option.
|
|
1772
2440
|
* @throws {RequiredError}
|
|
1773
2441
|
*/
|
|
1774
|
-
findAreaProceedings(proceedingQueryDto: ProceedingQueryDto, options?:
|
|
2442
|
+
findAreaProceedings(proceedingQueryDto: ProceedingQueryDto, options?: any): AxiosPromise<Array<MyProceedingsDto>>;
|
|
1775
2443
|
/**
|
|
1776
|
-
*
|
|
1777
|
-
* @param {
|
|
2444
|
+
* This endpoint is **public**<br/><br/>
|
|
2445
|
+
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
2446
|
+
* @param {*} [options] Override http request option.
|
|
2447
|
+
* @throws {RequiredError}
|
|
2448
|
+
*/
|
|
2449
|
+
findPlanningProceedings(proceedingQueryDto: ProceedingQueryDto, options?: any): AxiosPromise<Array<MyPlanningProceedingDto>>;
|
|
2450
|
+
/**
|
|
2451
|
+
* This endpoint is **public**<br/><br/>
|
|
2452
|
+
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
1778
2453
|
* @param {*} [options] Override http request option.
|
|
1779
2454
|
* @throws {RequiredError}
|
|
1780
2455
|
*/
|
|
1781
|
-
findProceedings(
|
|
2456
|
+
findProceedings(proceedingQueryDto: ProceedingQueryDto, options?: any): AxiosPromise<PageMyProceedingsDto>;
|
|
1782
2457
|
};
|
|
1783
2458
|
/**
|
|
1784
2459
|
* MyProceedingsApi - object-oriented interface
|
|
@@ -1788,19 +2463,27 @@ export declare const MyProceedingsApiFactory: (configuration?: Configuration, ba
|
|
|
1788
2463
|
*/
|
|
1789
2464
|
export declare class MyProceedingsApi extends BaseAPI {
|
|
1790
2465
|
/**
|
|
1791
|
-
*
|
|
2466
|
+
* This endpoint is using: **Additional Role Checkers** for determining final access.<br/><br/>
|
|
1792
2467
|
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
1793
2468
|
* @param {*} [options] Override http request option.
|
|
1794
2469
|
* @throws {RequiredError}
|
|
1795
2470
|
* @memberof MyProceedingsApi
|
|
1796
2471
|
*/
|
|
1797
|
-
findAreaProceedings(proceedingQueryDto: ProceedingQueryDto, options?:
|
|
2472
|
+
findAreaProceedings(proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyProceedingsDto[], any>>;
|
|
1798
2473
|
/**
|
|
1799
|
-
*
|
|
1800
|
-
* @param {
|
|
2474
|
+
* This endpoint is **public**<br/><br/>
|
|
2475
|
+
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
2476
|
+
* @param {*} [options] Override http request option.
|
|
2477
|
+
* @throws {RequiredError}
|
|
2478
|
+
* @memberof MyProceedingsApi
|
|
2479
|
+
*/
|
|
2480
|
+
findPlanningProceedings(proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<MyPlanningProceedingDto[], any>>;
|
|
2481
|
+
/**
|
|
2482
|
+
* This endpoint is **public**<br/><br/>
|
|
2483
|
+
* @param {ProceedingQueryDto} proceedingQueryDto
|
|
1801
2484
|
* @param {*} [options] Override http request option.
|
|
1802
2485
|
* @throws {RequiredError}
|
|
1803
2486
|
* @memberof MyProceedingsApi
|
|
1804
2487
|
*/
|
|
1805
|
-
findProceedings(
|
|
2488
|
+
findProceedings(proceedingQueryDto: ProceedingQueryDto, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<PageMyProceedingsDto, any>>;
|
|
1806
2489
|
}
|