@indigina/wms-api 0.0.81 → 0.0.82

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.
Files changed (109) hide show
  1. package/README.md +75 -126
  2. package/fesm2022/indigina-wms-api.mjs +972 -3144
  3. package/fesm2022/indigina-wms-api.mjs.map +1 -1
  4. package/index.d.ts +3781 -6
  5. package/package.json +2 -2
  6. package/api/analytics.service.d.ts +0 -210
  7. package/api/api.d.ts +0 -45
  8. package/api/carrierProviderIntegrations.service.d.ts +0 -42
  9. package/api/companies.service.d.ts +0 -63
  10. package/api/dcs.service.d.ts +0 -161
  11. package/api/deliveries.service.d.ts +0 -287
  12. package/api/deliveryItems.service.d.ts +0 -130
  13. package/api/dispatchItems.service.d.ts +0 -43
  14. package/api/dispatches.service.d.ts +0 -178
  15. package/api/health.service.d.ts +0 -36
  16. package/api/notes.service.d.ts +0 -96
  17. package/api/permissions.service.d.ts +0 -37
  18. package/api/productMasters.service.d.ts +0 -42
  19. package/api/productQuantities.service.d.ts +0 -42
  20. package/api/reasons.service.d.ts +0 -42
  21. package/api/replenishment.service.d.ts +0 -42
  22. package/api/settings.service.d.ts +0 -147
  23. package/api/summary.service.d.ts +0 -38
  24. package/api/taskCompletionTime.service.d.ts +0 -128
  25. package/api/taskOperations.service.d.ts +0 -128
  26. package/api/taskUserRecords.service.d.ts +0 -201
  27. package/api/user.service.d.ts +0 -103
  28. package/api/usersInternal.service.d.ts +0 -42
  29. package/api.module.d.ts +0 -11
  30. package/configuration.d.ts +0 -104
  31. package/encoder.d.ts +0 -11
  32. package/model/access.d.ts +0 -14
  33. package/model/applicationSetting.d.ts +0 -14
  34. package/model/carrierProviderIntegration.d.ts +0 -18
  35. package/model/carrierProviderIntegrations.d.ts +0 -14
  36. package/model/commandStatusResult.d.ts +0 -12
  37. package/model/companies.d.ts +0 -14
  38. package/model/company.d.ts +0 -14
  39. package/model/countingSummary.d.ts +0 -16
  40. package/model/currentUser.d.ts +0 -24
  41. package/model/dc.d.ts +0 -16
  42. package/model/dcs.d.ts +0 -14
  43. package/model/deliveries.d.ts +0 -14
  44. package/model/delivery.d.ts +0 -37
  45. package/model/deliveryGridView.d.ts +0 -44
  46. package/model/deliveryItem.d.ts +0 -31
  47. package/model/deliveryItemView.d.ts +0 -29
  48. package/model/deliveryItems.d.ts +0 -14
  49. package/model/deliverySummary.d.ts +0 -36
  50. package/model/deliveryType.d.ts +0 -17
  51. package/model/deliveryView.d.ts +0 -32
  52. package/model/deviceType.d.ts +0 -15
  53. package/model/dispatch.d.ts +0 -85
  54. package/model/dispatchGridView.d.ts +0 -60
  55. package/model/dispatchItemView.d.ts +0 -32
  56. package/model/dispatchItems.d.ts +0 -14
  57. package/model/dispatchSummary.d.ts +0 -17
  58. package/model/dispatchSummaryView.d.ts +0 -86
  59. package/model/dispatchView.d.ts +0 -53
  60. package/model/dispatches.d.ts +0 -14
  61. package/model/embedReport.d.ts +0 -18
  62. package/model/embedTokenDto.d.ts +0 -13
  63. package/model/entityList.d.ts +0 -13
  64. package/model/failures.d.ts +0 -16
  65. package/model/group.d.ts +0 -20
  66. package/model/modelError.d.ts +0 -15
  67. package/model/models.d.ts +0 -75
  68. package/model/note.d.ts +0 -20
  69. package/model/noteCategory.d.ts +0 -16
  70. package/model/noteSourceType.d.ts +0 -14
  71. package/model/noteView.d.ts +0 -16
  72. package/model/notes.d.ts +0 -14
  73. package/model/orderStatus.d.ts +0 -30
  74. package/model/orderType.d.ts +0 -20
  75. package/model/packingProcesses.d.ts +0 -20
  76. package/model/pickingProcesses.d.ts +0 -20
  77. package/model/productMaster.d.ts +0 -20
  78. package/model/productMasters.d.ts +0 -14
  79. package/model/productQuantities.d.ts +0 -14
  80. package/model/productQuantity.d.ts +0 -14
  81. package/model/qcType.d.ts +0 -13
  82. package/model/reason.d.ts +0 -17
  83. package/model/reasonType.d.ts +0 -14
  84. package/model/reasons.d.ts +0 -14
  85. package/model/receivingSummary.d.ts +0 -16
  86. package/model/recordType.d.ts +0 -14
  87. package/model/replenishmentAccessGridView.d.ts +0 -18
  88. package/model/replenishmentAccessView.d.ts +0 -14
  89. package/model/replenishmentSummary.d.ts +0 -16
  90. package/model/report.d.ts +0 -26
  91. package/model/setNewFeaturesVisibilityCommand.d.ts +0 -12
  92. package/model/settingValue.d.ts +0 -13
  93. package/model/settingView.d.ts +0 -14
  94. package/model/taskCompletionTime.d.ts +0 -16
  95. package/model/taskCompletionTimes.d.ts +0 -14
  96. package/model/taskOperation.d.ts +0 -18
  97. package/model/taskOperations.d.ts +0 -14
  98. package/model/taskUserRecord.d.ts +0 -24
  99. package/model/taskUserRecordSelf.d.ts +0 -17
  100. package/model/taskUserRecordView.d.ts +0 -29
  101. package/model/taskUserRecords.d.ts +0 -14
  102. package/model/userApplication.d.ts +0 -13
  103. package/model/userApplications.d.ts +0 -13
  104. package/model/userCompanyType.d.ts +0 -22
  105. package/model/userInfo.d.ts +0 -14
  106. package/model/userInfos.d.ts +0 -14
  107. package/model/userPermissions.d.ts +0 -12
  108. package/param.d.ts +0 -37
  109. package/variables.d.ts +0 -8
@@ -1,36 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { Configuration } from '../configuration';
4
- import * as i0 from "@angular/core";
5
- export declare class HealthService {
6
- protected httpClient: HttpClient;
7
- protected basePath: string;
8
- defaultHeaders: HttpHeaders;
9
- configuration: Configuration;
10
- encoder: HttpParameterCodec;
11
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
12
- private addToHttpParams;
13
- private addToHttpParamsRecursive;
14
- /**
15
- * Api health check
16
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
17
- * @param reportProgress flag to report request and response progress.
18
- */
19
- getHealth(observe?: 'body', reportProgress?: boolean, options?: {
20
- httpHeaderAccept?: 'text/plain' | 'application/json';
21
- context?: HttpContext;
22
- transferCache?: boolean;
23
- }): Observable<string>;
24
- getHealth(observe?: 'response', reportProgress?: boolean, options?: {
25
- httpHeaderAccept?: 'text/plain' | 'application/json';
26
- context?: HttpContext;
27
- transferCache?: boolean;
28
- }): Observable<HttpResponse<string>>;
29
- getHealth(observe?: 'events', reportProgress?: boolean, options?: {
30
- httpHeaderAccept?: 'text/plain' | 'application/json';
31
- context?: HttpContext;
32
- transferCache?: boolean;
33
- }): Observable<HttpEvent<string>>;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<HealthService, [null, { optional: true; }, { optional: true; }]>;
35
- static ɵprov: i0.ɵɵInjectableDeclaration<HealthService>;
36
- }
@@ -1,96 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { Note } from '../model/note';
4
- import { NoteCategory } from '../model/noteCategory';
5
- import { NoteSourceType } from '../model/noteSourceType';
6
- import { Notes } from '../model/notes';
7
- import { Configuration } from '../configuration';
8
- import * as i0 from "@angular/core";
9
- export declare class NotesService {
10
- protected httpClient: HttpClient;
11
- protected basePath: string;
12
- defaultHeaders: HttpHeaders;
13
- configuration: Configuration;
14
- encoder: HttpParameterCodec;
15
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
16
- private addToHttpParams;
17
- private addToHttpParamsRecursive;
18
- /**
19
- * Create new note
20
- * @param note
21
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
22
- * @param reportProgress flag to report request and response progress.
23
- */
24
- createNote(note?: Note, observe?: 'body', reportProgress?: boolean, options?: {
25
- httpHeaderAccept?: 'application/json';
26
- context?: HttpContext;
27
- transferCache?: boolean;
28
- }): Observable<Note>;
29
- createNote(note?: Note, observe?: 'response', reportProgress?: boolean, options?: {
30
- httpHeaderAccept?: 'application/json';
31
- context?: HttpContext;
32
- transferCache?: boolean;
33
- }): Observable<HttpResponse<Note>>;
34
- createNote(note?: Note, observe?: 'events', reportProgress?: boolean, options?: {
35
- httpHeaderAccept?: 'application/json';
36
- context?: HttpContext;
37
- transferCache?: boolean;
38
- }): Observable<HttpEvent<Note>>;
39
- /**
40
- * Getting notes
41
- * @param sourceId
42
- * @param type
43
- * @param $skip
44
- * @param $top
45
- * @param $orderby
46
- * @param $filter
47
- * @param $search
48
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
49
- * @param reportProgress flag to report request and response progress.
50
- */
51
- getNotes(sourceId: string, type: NoteSourceType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
52
- httpHeaderAccept?: 'application/json';
53
- context?: HttpContext;
54
- transferCache?: boolean;
55
- }): Observable<Notes>;
56
- getNotes(sourceId: string, type: NoteSourceType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
57
- httpHeaderAccept?: 'application/json';
58
- context?: HttpContext;
59
- transferCache?: boolean;
60
- }): Observable<HttpResponse<Notes>>;
61
- getNotes(sourceId: string, type: NoteSourceType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
62
- httpHeaderAccept?: 'application/json';
63
- context?: HttpContext;
64
- transferCache?: boolean;
65
- }): Observable<HttpEvent<Notes>>;
66
- /**
67
- * Getting notes by category
68
- * @param sourceId
69
- * @param type
70
- * @param category
71
- * @param $skip
72
- * @param $top
73
- * @param $orderby
74
- * @param $filter
75
- * @param $search
76
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
77
- * @param reportProgress flag to report request and response progress.
78
- */
79
- getNotesByCategory(sourceId: string, type: NoteSourceType, category: NoteCategory, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
80
- httpHeaderAccept?: 'application/json';
81
- context?: HttpContext;
82
- transferCache?: boolean;
83
- }): Observable<Notes>;
84
- getNotesByCategory(sourceId: string, type: NoteSourceType, category: NoteCategory, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
85
- httpHeaderAccept?: 'application/json';
86
- context?: HttpContext;
87
- transferCache?: boolean;
88
- }): Observable<HttpResponse<Notes>>;
89
- getNotesByCategory(sourceId: string, type: NoteSourceType, category: NoteCategory, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
90
- httpHeaderAccept?: 'application/json';
91
- context?: HttpContext;
92
- transferCache?: boolean;
93
- }): Observable<HttpEvent<Notes>>;
94
- static ɵfac: i0.ɵɵFactoryDeclaration<NotesService, [null, { optional: true; }, { optional: true; }]>;
95
- static ɵprov: i0.ɵɵInjectableDeclaration<NotesService>;
96
- }
@@ -1,37 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { UserPermissions } from '../model/userPermissions';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class PermissionsService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
15
- /**
16
- * User permissions
17
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
18
- * @param reportProgress flag to report request and response progress.
19
- */
20
- getUserPermissions(observe?: 'body', reportProgress?: boolean, options?: {
21
- httpHeaderAccept?: 'application/json';
22
- context?: HttpContext;
23
- transferCache?: boolean;
24
- }): Observable<UserPermissions>;
25
- getUserPermissions(observe?: 'response', reportProgress?: boolean, options?: {
26
- httpHeaderAccept?: 'application/json';
27
- context?: HttpContext;
28
- transferCache?: boolean;
29
- }): Observable<HttpResponse<UserPermissions>>;
30
- getUserPermissions(observe?: 'events', reportProgress?: boolean, options?: {
31
- httpHeaderAccept?: 'application/json';
32
- context?: HttpContext;
33
- transferCache?: boolean;
34
- }): Observable<HttpEvent<UserPermissions>>;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<PermissionsService, [null, { optional: true; }, { optional: true; }]>;
36
- static ɵprov: i0.ɵɵInjectableDeclaration<PermissionsService>;
37
- }
@@ -1,42 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { ProductMasters } from '../model/productMasters';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class ProductMastersService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
15
- /**
16
- * Getting productMasters
17
- * @param $skip
18
- * @param $top
19
- * @param $orderby
20
- * @param $filter
21
- * @param $search
22
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
23
- * @param reportProgress flag to report request and response progress.
24
- */
25
- getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
26
- httpHeaderAccept?: 'application/json';
27
- context?: HttpContext;
28
- transferCache?: boolean;
29
- }): Observable<ProductMasters>;
30
- getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
31
- httpHeaderAccept?: 'application/json';
32
- context?: HttpContext;
33
- transferCache?: boolean;
34
- }): Observable<HttpResponse<ProductMasters>>;
35
- getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
36
- httpHeaderAccept?: 'application/json';
37
- context?: HttpContext;
38
- transferCache?: boolean;
39
- }): Observable<HttpEvent<ProductMasters>>;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<ProductMastersService, [null, { optional: true; }, { optional: true; }]>;
41
- static ɵprov: i0.ɵɵInjectableDeclaration<ProductMastersService>;
42
- }
@@ -1,42 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { ProductQuantities } from '../model/productQuantities';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class ProductQuantitiesService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
15
- /**
16
- * Getting productQuantities
17
- * @param $skip
18
- * @param $top
19
- * @param $orderby
20
- * @param $filter
21
- * @param $search
22
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
23
- * @param reportProgress flag to report request and response progress.
24
- */
25
- getProductQuantities($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
26
- httpHeaderAccept?: 'application/json';
27
- context?: HttpContext;
28
- transferCache?: boolean;
29
- }): Observable<ProductQuantities>;
30
- getProductQuantities($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
31
- httpHeaderAccept?: 'application/json';
32
- context?: HttpContext;
33
- transferCache?: boolean;
34
- }): Observable<HttpResponse<ProductQuantities>>;
35
- getProductQuantities($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
36
- httpHeaderAccept?: 'application/json';
37
- context?: HttpContext;
38
- transferCache?: boolean;
39
- }): Observable<HttpEvent<ProductQuantities>>;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<ProductQuantitiesService, [null, { optional: true; }, { optional: true; }]>;
41
- static ɵprov: i0.ɵɵInjectableDeclaration<ProductQuantitiesService>;
42
- }
@@ -1,42 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { Reasons } from '../model/reasons';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class ReasonsService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
15
- /**
16
- * Getting reasons
17
- * @param $skip
18
- * @param $top
19
- * @param $orderby
20
- * @param $filter
21
- * @param $search
22
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
23
- * @param reportProgress flag to report request and response progress.
24
- */
25
- getReasons($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
26
- httpHeaderAccept?: 'application/json';
27
- context?: HttpContext;
28
- transferCache?: boolean;
29
- }): Observable<Reasons>;
30
- getReasons($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
31
- httpHeaderAccept?: 'application/json';
32
- context?: HttpContext;
33
- transferCache?: boolean;
34
- }): Observable<HttpResponse<Reasons>>;
35
- getReasons($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
36
- httpHeaderAccept?: 'application/json';
37
- context?: HttpContext;
38
- transferCache?: boolean;
39
- }): Observable<HttpEvent<Reasons>>;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<ReasonsService, [null, { optional: true; }, { optional: true; }]>;
41
- static ɵprov: i0.ɵɵInjectableDeclaration<ReasonsService>;
42
- }
@@ -1,42 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { Access } from '../model/access';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class ReplenishmentService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
15
- /**
16
- * Getting replenishment access
17
- * @param $skip
18
- * @param $top
19
- * @param $orderby
20
- * @param $filter
21
- * @param $search
22
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
23
- * @param reportProgress flag to report request and response progress.
24
- */
25
- getAccess($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
26
- httpHeaderAccept?: 'application/json';
27
- context?: HttpContext;
28
- transferCache?: boolean;
29
- }): Observable<Access>;
30
- getAccess($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
31
- httpHeaderAccept?: 'application/json';
32
- context?: HttpContext;
33
- transferCache?: boolean;
34
- }): Observable<HttpResponse<Access>>;
35
- getAccess($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
36
- httpHeaderAccept?: 'application/json';
37
- context?: HttpContext;
38
- transferCache?: boolean;
39
- }): Observable<HttpEvent<Access>>;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<ReplenishmentService, [null, { optional: true; }, { optional: true; }]>;
41
- static ɵprov: i0.ɵɵInjectableDeclaration<ReplenishmentService>;
42
- }
@@ -1,147 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { SettingValue } from '../model/settingValue';
4
- import { SettingView } from '../model/settingView';
5
- import { Configuration } from '../configuration';
6
- import * as i0 from "@angular/core";
7
- export declare class SettingsService {
8
- protected httpClient: HttpClient;
9
- protected basePath: string;
10
- defaultHeaders: HttpHeaders;
11
- configuration: Configuration;
12
- encoder: HttpParameterCodec;
13
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
14
- private addToHttpParams;
15
- private addToHttpParamsRecursive;
16
- /**
17
- * Delete a specific setting by group and key
18
- * @param key
19
- * @param group
20
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
21
- * @param reportProgress flag to report request and response progress.
22
- */
23
- deleteSettingByGroupAndKey(key: string, group: string, observe?: 'body', reportProgress?: boolean, options?: {
24
- httpHeaderAccept?: undefined;
25
- context?: HttpContext;
26
- transferCache?: boolean;
27
- }): Observable<any>;
28
- deleteSettingByGroupAndKey(key: string, group: string, observe?: 'response', reportProgress?: boolean, options?: {
29
- httpHeaderAccept?: undefined;
30
- context?: HttpContext;
31
- transferCache?: boolean;
32
- }): Observable<HttpResponse<any>>;
33
- deleteSettingByGroupAndKey(key: string, group: string, observe?: 'events', reportProgress?: boolean, options?: {
34
- httpHeaderAccept?: undefined;
35
- context?: HttpContext;
36
- transferCache?: boolean;
37
- }): Observable<HttpEvent<any>>;
38
- /**
39
- * Delete a specific setting by key
40
- * @param key
41
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
42
- * @param reportProgress flag to report request and response progress.
43
- */
44
- deleteSettingByKey(key: string, observe?: 'body', reportProgress?: boolean, options?: {
45
- httpHeaderAccept?: undefined;
46
- context?: HttpContext;
47
- transferCache?: boolean;
48
- }): Observable<any>;
49
- deleteSettingByKey(key: string, observe?: 'response', reportProgress?: boolean, options?: {
50
- httpHeaderAccept?: undefined;
51
- context?: HttpContext;
52
- transferCache?: boolean;
53
- }): Observable<HttpResponse<any>>;
54
- deleteSettingByKey(key: string, observe?: 'events', reportProgress?: boolean, options?: {
55
- httpHeaderAccept?: undefined;
56
- context?: HttpContext;
57
- transferCache?: boolean;
58
- }): Observable<HttpEvent<any>>;
59
- /**
60
- * Get a specific setting by group and key
61
- * @param key
62
- * @param group
63
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
64
- * @param reportProgress flag to report request and response progress.
65
- */
66
- getSettingByGroupAndKey(key: string, group: string, observe?: 'body', reportProgress?: boolean, options?: {
67
- httpHeaderAccept?: 'application/json';
68
- context?: HttpContext;
69
- transferCache?: boolean;
70
- }): Observable<SettingValue>;
71
- getSettingByGroupAndKey(key: string, group: string, observe?: 'response', reportProgress?: boolean, options?: {
72
- httpHeaderAccept?: 'application/json';
73
- context?: HttpContext;
74
- transferCache?: boolean;
75
- }): Observable<HttpResponse<SettingValue>>;
76
- getSettingByGroupAndKey(key: string, group: string, observe?: 'events', reportProgress?: boolean, options?: {
77
- httpHeaderAccept?: 'application/json';
78
- context?: HttpContext;
79
- transferCache?: boolean;
80
- }): Observable<HttpEvent<SettingValue>>;
81
- /**
82
- * Get a specific setting by key
83
- * @param key
84
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
85
- * @param reportProgress flag to report request and response progress.
86
- */
87
- getSettingByKey(key: string, observe?: 'body', reportProgress?: boolean, options?: {
88
- httpHeaderAccept?: 'application/json';
89
- context?: HttpContext;
90
- transferCache?: boolean;
91
- }): Observable<SettingValue>;
92
- getSettingByKey(key: string, observe?: 'response', reportProgress?: boolean, options?: {
93
- httpHeaderAccept?: 'application/json';
94
- context?: HttpContext;
95
- transferCache?: boolean;
96
- }): Observable<HttpResponse<SettingValue>>;
97
- getSettingByKey(key: string, observe?: 'events', reportProgress?: boolean, options?: {
98
- httpHeaderAccept?: 'application/json';
99
- context?: HttpContext;
100
- transferCache?: boolean;
101
- }): Observable<HttpEvent<SettingValue>>;
102
- /**
103
- * Get settings by group
104
- * @param group
105
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
106
- * @param reportProgress flag to report request and response progress.
107
- */
108
- getSettingsByGroup(group: string, observe?: 'body', reportProgress?: boolean, options?: {
109
- httpHeaderAccept?: 'application/json';
110
- context?: HttpContext;
111
- transferCache?: boolean;
112
- }): Observable<Array<SettingView>>;
113
- getSettingsByGroup(group: string, observe?: 'response', reportProgress?: boolean, options?: {
114
- httpHeaderAccept?: 'application/json';
115
- context?: HttpContext;
116
- transferCache?: boolean;
117
- }): Observable<HttpResponse<Array<SettingView>>>;
118
- getSettingsByGroup(group: string, observe?: 'events', reportProgress?: boolean, options?: {
119
- httpHeaderAccept?: 'application/json';
120
- context?: HttpContext;
121
- transferCache?: boolean;
122
- }): Observable<HttpEvent<Array<SettingView>>>;
123
- /**
124
- * Create or update a specific setting by key
125
- * @param key
126
- * @param settingValue
127
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
128
- * @param reportProgress flag to report request and response progress.
129
- */
130
- setSettingByKey(key: string, settingValue: SettingValue, observe?: 'body', reportProgress?: boolean, options?: {
131
- httpHeaderAccept?: 'application/json';
132
- context?: HttpContext;
133
- transferCache?: boolean;
134
- }): Observable<SettingValue>;
135
- setSettingByKey(key: string, settingValue: SettingValue, observe?: 'response', reportProgress?: boolean, options?: {
136
- httpHeaderAccept?: 'application/json';
137
- context?: HttpContext;
138
- transferCache?: boolean;
139
- }): Observable<HttpResponse<SettingValue>>;
140
- setSettingByKey(key: string, settingValue: SettingValue, observe?: 'events', reportProgress?: boolean, options?: {
141
- httpHeaderAccept?: 'application/json';
142
- context?: HttpContext;
143
- transferCache?: boolean;
144
- }): Observable<HttpEvent<SettingValue>>;
145
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingsService, [null, { optional: true; }, { optional: true; }]>;
146
- static ɵprov: i0.ɵɵInjectableDeclaration<SettingsService>;
147
- }
@@ -1,38 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { EmbedReport } from '../model/embedReport';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class SummaryService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
15
- /**
16
- * Request WMS summary dashboard report embedding links
17
- * @param dashboardName The name of the dashboard report to retrieve
18
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
19
- * @param reportProgress flag to report request and response progress.
20
- */
21
- getSummaryDashboardReport(dashboardName: string, observe?: 'body', reportProgress?: boolean, options?: {
22
- httpHeaderAccept?: 'application/json';
23
- context?: HttpContext;
24
- transferCache?: boolean;
25
- }): Observable<EmbedReport>;
26
- getSummaryDashboardReport(dashboardName: string, observe?: 'response', reportProgress?: boolean, options?: {
27
- httpHeaderAccept?: 'application/json';
28
- context?: HttpContext;
29
- transferCache?: boolean;
30
- }): Observable<HttpResponse<EmbedReport>>;
31
- getSummaryDashboardReport(dashboardName: string, observe?: 'events', reportProgress?: boolean, options?: {
32
- httpHeaderAccept?: 'application/json';
33
- context?: HttpContext;
34
- transferCache?: boolean;
35
- }): Observable<HttpEvent<EmbedReport>>;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryService, [null, { optional: true; }, { optional: true; }]>;
37
- static ɵprov: i0.ɵɵInjectableDeclaration<SummaryService>;
38
- }
@@ -1,128 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { TaskCompletionTime } from '../model/taskCompletionTime';
4
- import { TaskCompletionTimes } from '../model/taskCompletionTimes';
5
- import { Configuration } from '../configuration';
6
- import * as i0 from "@angular/core";
7
- export declare class TaskCompletionTimeService {
8
- protected httpClient: HttpClient;
9
- protected basePath: string;
10
- defaultHeaders: HttpHeaders;
11
- configuration: Configuration;
12
- encoder: HttpParameterCodec;
13
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
14
- private addToHttpParams;
15
- private addToHttpParamsRecursive;
16
- /**
17
- * Create a new task completion time
18
- * @param taskCompletionTime
19
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
20
- * @param reportProgress flag to report request and response progress.
21
- */
22
- createTaskCompletionTime(taskCompletionTime: TaskCompletionTime, observe?: 'body', reportProgress?: boolean, options?: {
23
- httpHeaderAccept?: 'application/json';
24
- context?: HttpContext;
25
- transferCache?: boolean;
26
- }): Observable<TaskCompletionTime>;
27
- createTaskCompletionTime(taskCompletionTime: TaskCompletionTime, observe?: 'response', reportProgress?: boolean, options?: {
28
- httpHeaderAccept?: 'application/json';
29
- context?: HttpContext;
30
- transferCache?: boolean;
31
- }): Observable<HttpResponse<TaskCompletionTime>>;
32
- createTaskCompletionTime(taskCompletionTime: TaskCompletionTime, observe?: 'events', reportProgress?: boolean, options?: {
33
- httpHeaderAccept?: 'application/json';
34
- context?: HttpContext;
35
- transferCache?: boolean;
36
- }): Observable<HttpEvent<TaskCompletionTime>>;
37
- /**
38
- * Delete a task completion time
39
- * @param id
40
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
41
- * @param reportProgress flag to report request and response progress.
42
- */
43
- deleteTaskCompletionTime(id: number, observe?: 'body', reportProgress?: boolean, options?: {
44
- httpHeaderAccept?: undefined;
45
- context?: HttpContext;
46
- transferCache?: boolean;
47
- }): Observable<any>;
48
- deleteTaskCompletionTime(id: number, observe?: 'response', reportProgress?: boolean, options?: {
49
- httpHeaderAccept?: undefined;
50
- context?: HttpContext;
51
- transferCache?: boolean;
52
- }): Observable<HttpResponse<any>>;
53
- deleteTaskCompletionTime(id: number, observe?: 'events', reportProgress?: boolean, options?: {
54
- httpHeaderAccept?: undefined;
55
- context?: HttpContext;
56
- transferCache?: boolean;
57
- }): Observable<HttpEvent<any>>;
58
- /**
59
- * Retrieve a task completion time by ID
60
- * @param id
61
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
62
- * @param reportProgress flag to report request and response progress.
63
- */
64
- getTaskCompletionTimeById(id: number, observe?: 'body', reportProgress?: boolean, options?: {
65
- httpHeaderAccept?: 'application/json';
66
- context?: HttpContext;
67
- transferCache?: boolean;
68
- }): Observable<TaskCompletionTime>;
69
- getTaskCompletionTimeById(id: number, observe?: 'response', reportProgress?: boolean, options?: {
70
- httpHeaderAccept?: 'application/json';
71
- context?: HttpContext;
72
- transferCache?: boolean;
73
- }): Observable<HttpResponse<TaskCompletionTime>>;
74
- getTaskCompletionTimeById(id: number, observe?: 'events', reportProgress?: boolean, options?: {
75
- httpHeaderAccept?: 'application/json';
76
- context?: HttpContext;
77
- transferCache?: boolean;
78
- }): Observable<HttpEvent<TaskCompletionTime>>;
79
- /**
80
- * Getting task completion times
81
- * @param $skip
82
- * @param $top
83
- * @param $orderby
84
- * @param $filter
85
- * @param $search
86
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
87
- * @param reportProgress flag to report request and response progress.
88
- */
89
- getTaskCompletionTimes($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
90
- httpHeaderAccept?: 'application/json';
91
- context?: HttpContext;
92
- transferCache?: boolean;
93
- }): Observable<TaskCompletionTimes>;
94
- getTaskCompletionTimes($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
95
- httpHeaderAccept?: 'application/json';
96
- context?: HttpContext;
97
- transferCache?: boolean;
98
- }): Observable<HttpResponse<TaskCompletionTimes>>;
99
- getTaskCompletionTimes($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
100
- httpHeaderAccept?: 'application/json';
101
- context?: HttpContext;
102
- transferCache?: boolean;
103
- }): Observable<HttpEvent<TaskCompletionTimes>>;
104
- /**
105
- * Update an existing task completion time
106
- * @param id
107
- * @param taskCompletionTime
108
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
109
- * @param reportProgress flag to report request and response progress.
110
- */
111
- updateTaskCompletionTime(id: number, taskCompletionTime: TaskCompletionTime, observe?: 'body', reportProgress?: boolean, options?: {
112
- httpHeaderAccept?: 'application/json';
113
- context?: HttpContext;
114
- transferCache?: boolean;
115
- }): Observable<TaskCompletionTime>;
116
- updateTaskCompletionTime(id: number, taskCompletionTime: TaskCompletionTime, observe?: 'response', reportProgress?: boolean, options?: {
117
- httpHeaderAccept?: 'application/json';
118
- context?: HttpContext;
119
- transferCache?: boolean;
120
- }): Observable<HttpResponse<TaskCompletionTime>>;
121
- updateTaskCompletionTime(id: number, taskCompletionTime: TaskCompletionTime, observe?: 'events', reportProgress?: boolean, options?: {
122
- httpHeaderAccept?: 'application/json';
123
- context?: HttpContext;
124
- transferCache?: boolean;
125
- }): Observable<HttpEvent<TaskCompletionTime>>;
126
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskCompletionTimeService, [null, { optional: true; }, { optional: true; }]>;
127
- static ɵprov: i0.ɵɵInjectableDeclaration<TaskCompletionTimeService>;
128
- }