@indigina/wms-api 0.0.81 → 0.0.83

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,128 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { TaskOperation } from '../model/taskOperation';
4
- import { TaskOperations } from '../model/taskOperations';
5
- import { Configuration } from '../configuration';
6
- import * as i0 from "@angular/core";
7
- export declare class TaskOperationsService {
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 operation
18
- * @param taskOperation
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
- createTaskOperation(taskOperation: TaskOperation, observe?: 'body', reportProgress?: boolean, options?: {
23
- httpHeaderAccept?: 'application/json';
24
- context?: HttpContext;
25
- transferCache?: boolean;
26
- }): Observable<TaskOperation>;
27
- createTaskOperation(taskOperation: TaskOperation, observe?: 'response', reportProgress?: boolean, options?: {
28
- httpHeaderAccept?: 'application/json';
29
- context?: HttpContext;
30
- transferCache?: boolean;
31
- }): Observable<HttpResponse<TaskOperation>>;
32
- createTaskOperation(taskOperation: TaskOperation, observe?: 'events', reportProgress?: boolean, options?: {
33
- httpHeaderAccept?: 'application/json';
34
- context?: HttpContext;
35
- transferCache?: boolean;
36
- }): Observable<HttpEvent<TaskOperation>>;
37
- /**
38
- * Delete a task operation
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
- deleteTaskOperation(id: number, observe?: 'body', reportProgress?: boolean, options?: {
44
- httpHeaderAccept?: undefined;
45
- context?: HttpContext;
46
- transferCache?: boolean;
47
- }): Observable<any>;
48
- deleteTaskOperation(id: number, observe?: 'response', reportProgress?: boolean, options?: {
49
- httpHeaderAccept?: undefined;
50
- context?: HttpContext;
51
- transferCache?: boolean;
52
- }): Observable<HttpResponse<any>>;
53
- deleteTaskOperation(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 operation 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
- getTaskOperationById(id: number, observe?: 'body', reportProgress?: boolean, options?: {
65
- httpHeaderAccept?: 'application/json';
66
- context?: HttpContext;
67
- transferCache?: boolean;
68
- }): Observable<TaskOperation>;
69
- getTaskOperationById(id: number, observe?: 'response', reportProgress?: boolean, options?: {
70
- httpHeaderAccept?: 'application/json';
71
- context?: HttpContext;
72
- transferCache?: boolean;
73
- }): Observable<HttpResponse<TaskOperation>>;
74
- getTaskOperationById(id: number, observe?: 'events', reportProgress?: boolean, options?: {
75
- httpHeaderAccept?: 'application/json';
76
- context?: HttpContext;
77
- transferCache?: boolean;
78
- }): Observable<HttpEvent<TaskOperation>>;
79
- /**
80
- * Getting task operations
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
- getTaskOperations($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<TaskOperations>;
94
- getTaskOperations($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<TaskOperations>>;
99
- getTaskOperations($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<TaskOperations>>;
104
- /**
105
- * Update an existing task operation
106
- * @param id
107
- * @param taskOperation
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
- updateTaskOperation(id: number, taskOperation: TaskOperation, observe?: 'body', reportProgress?: boolean, options?: {
112
- httpHeaderAccept?: 'application/json';
113
- context?: HttpContext;
114
- transferCache?: boolean;
115
- }): Observable<TaskOperation>;
116
- updateTaskOperation(id: number, taskOperation: TaskOperation, observe?: 'response', reportProgress?: boolean, options?: {
117
- httpHeaderAccept?: 'application/json';
118
- context?: HttpContext;
119
- transferCache?: boolean;
120
- }): Observable<HttpResponse<TaskOperation>>;
121
- updateTaskOperation(id: number, taskOperation: TaskOperation, observe?: 'events', reportProgress?: boolean, options?: {
122
- httpHeaderAccept?: 'application/json';
123
- context?: HttpContext;
124
- transferCache?: boolean;
125
- }): Observable<HttpEvent<TaskOperation>>;
126
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskOperationsService, [null, { optional: true; }, { optional: true; }]>;
127
- static ɵprov: i0.ɵɵInjectableDeclaration<TaskOperationsService>;
128
- }
@@ -1,201 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { TaskUserRecord } from '../model/taskUserRecord';
4
- import { TaskUserRecordSelf } from '../model/taskUserRecordSelf';
5
- import { TaskUserRecords } from '../model/taskUserRecords';
6
- import { Configuration } from '../configuration';
7
- import * as i0 from "@angular/core";
8
- export declare class TaskUserRecordsService {
9
- protected httpClient: HttpClient;
10
- protected basePath: string;
11
- defaultHeaders: HttpHeaders;
12
- configuration: Configuration;
13
- encoder: HttpParameterCodec;
14
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
15
- private addToHttpParams;
16
- private addToHttpParamsRecursive;
17
- /**
18
- * Create a new task user record
19
- * @param taskUserRecord
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
- createTaskUserRecord(taskUserRecord: TaskUserRecord, observe?: 'body', reportProgress?: boolean, options?: {
24
- httpHeaderAccept?: 'application/json';
25
- context?: HttpContext;
26
- transferCache?: boolean;
27
- }): Observable<TaskUserRecord>;
28
- createTaskUserRecord(taskUserRecord: TaskUserRecord, observe?: 'response', reportProgress?: boolean, options?: {
29
- httpHeaderAccept?: 'application/json';
30
- context?: HttpContext;
31
- transferCache?: boolean;
32
- }): Observable<HttpResponse<TaskUserRecord>>;
33
- createTaskUserRecord(taskUserRecord: TaskUserRecord, observe?: 'events', reportProgress?: boolean, options?: {
34
- httpHeaderAccept?: 'application/json';
35
- context?: HttpContext;
36
- transferCache?: boolean;
37
- }): Observable<HttpEvent<TaskUserRecord>>;
38
- /**
39
- * Marks the specified task user record as finished for the current user.
40
- * @param id
41
- * @param finishedDeviceType
42
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
43
- * @param reportProgress flag to report request and response progress.
44
- */
45
- finishTaskUserRecord(id: number, finishedDeviceType: 'Unknown' | 'Desktop' | 'HHT', observe?: 'body', reportProgress?: boolean, options?: {
46
- httpHeaderAccept?: 'application/json';
47
- context?: HttpContext;
48
- transferCache?: boolean;
49
- }): Observable<TaskUserRecord>;
50
- finishTaskUserRecord(id: number, finishedDeviceType: 'Unknown' | 'Desktop' | 'HHT', observe?: 'response', reportProgress?: boolean, options?: {
51
- httpHeaderAccept?: 'application/json';
52
- context?: HttpContext;
53
- transferCache?: boolean;
54
- }): Observable<HttpResponse<TaskUserRecord>>;
55
- finishTaskUserRecord(id: number, finishedDeviceType: 'Unknown' | 'Desktop' | 'HHT', observe?: 'events', reportProgress?: boolean, options?: {
56
- httpHeaderAccept?: 'application/json';
57
- context?: HttpContext;
58
- transferCache?: boolean;
59
- }): Observable<HttpEvent<TaskUserRecord>>;
60
- /**
61
- * Retrieve a task user record by ID
62
- * @param id
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
- getTaskUserRecordById(id: number, observe?: 'body', reportProgress?: boolean, options?: {
67
- httpHeaderAccept?: 'application/json';
68
- context?: HttpContext;
69
- transferCache?: boolean;
70
- }): Observable<TaskUserRecord>;
71
- getTaskUserRecordById(id: number, observe?: 'response', reportProgress?: boolean, options?: {
72
- httpHeaderAccept?: 'application/json';
73
- context?: HttpContext;
74
- transferCache?: boolean;
75
- }): Observable<HttpResponse<TaskUserRecord>>;
76
- getTaskUserRecordById(id: number, observe?: 'events', reportProgress?: boolean, options?: {
77
- httpHeaderAccept?: 'application/json';
78
- context?: HttpContext;
79
- transferCache?: boolean;
80
- }): Observable<HttpEvent<TaskUserRecord>>;
81
- /**
82
- * Getting task user records
83
- * @param $skip
84
- * @param $top
85
- * @param $orderby
86
- * @param $filter
87
- * @param $search
88
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
89
- * @param reportProgress flag to report request and response progress.
90
- */
91
- getTaskUserRecords($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
92
- httpHeaderAccept?: 'application/json';
93
- context?: HttpContext;
94
- transferCache?: boolean;
95
- }): Observable<TaskUserRecords>;
96
- getTaskUserRecords($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
97
- httpHeaderAccept?: 'application/json';
98
- context?: HttpContext;
99
- transferCache?: boolean;
100
- }): Observable<HttpResponse<TaskUserRecords>>;
101
- getTaskUserRecords($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
102
- httpHeaderAccept?: 'application/json';
103
- context?: HttpContext;
104
- transferCache?: boolean;
105
- }): Observable<HttpEvent<TaskUserRecords>>;
106
- /**
107
- * Getting task user records
108
- * @param $skip
109
- * @param $top
110
- * @param $orderby
111
- * @param $filter
112
- * @param $search
113
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
114
- * @param reportProgress flag to report request and response progress.
115
- */
116
- getTaskUserRecordsForSelf($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
117
- httpHeaderAccept?: 'application/json';
118
- context?: HttpContext;
119
- transferCache?: boolean;
120
- }): Observable<TaskUserRecords>;
121
- getTaskUserRecordsForSelf($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
122
- httpHeaderAccept?: 'application/json';
123
- context?: HttpContext;
124
- transferCache?: boolean;
125
- }): Observable<HttpResponse<TaskUserRecords>>;
126
- getTaskUserRecordsForSelf($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
127
- httpHeaderAccept?: 'application/json';
128
- context?: HttpContext;
129
- transferCache?: boolean;
130
- }): Observable<HttpEvent<TaskUserRecords>>;
131
- /**
132
- * Getting task user records
133
- * @param $skip
134
- * @param $top
135
- * @param $orderby
136
- * @param $filter
137
- * @param searchTerm
138
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
139
- * @param reportProgress flag to report request and response progress.
140
- */
141
- getTaskUserRecordsFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'body', reportProgress?: boolean, options?: {
142
- httpHeaderAccept?: 'application/json';
143
- context?: HttpContext;
144
- transferCache?: boolean;
145
- }): Observable<TaskUserRecords>;
146
- getTaskUserRecordsFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'response', reportProgress?: boolean, options?: {
147
- httpHeaderAccept?: 'application/json';
148
- context?: HttpContext;
149
- transferCache?: boolean;
150
- }): Observable<HttpResponse<TaskUserRecords>>;
151
- getTaskUserRecordsFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'events', reportProgress?: boolean, options?: {
152
- httpHeaderAccept?: 'application/json';
153
- context?: HttpContext;
154
- transferCache?: boolean;
155
- }): Observable<HttpEvent<TaskUserRecords>>;
156
- /**
157
- * Create a new task user record for the current user
158
- * @param taskUserRecordSelf
159
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
160
- * @param reportProgress flag to report request and response progress.
161
- */
162
- startTaskUserRecord(taskUserRecordSelf: TaskUserRecordSelf, observe?: 'body', reportProgress?: boolean, options?: {
163
- httpHeaderAccept?: 'application/json';
164
- context?: HttpContext;
165
- transferCache?: boolean;
166
- }): Observable<TaskUserRecord>;
167
- startTaskUserRecord(taskUserRecordSelf: TaskUserRecordSelf, observe?: 'response', reportProgress?: boolean, options?: {
168
- httpHeaderAccept?: 'application/json';
169
- context?: HttpContext;
170
- transferCache?: boolean;
171
- }): Observable<HttpResponse<TaskUserRecord>>;
172
- startTaskUserRecord(taskUserRecordSelf: TaskUserRecordSelf, observe?: 'events', reportProgress?: boolean, options?: {
173
- httpHeaderAccept?: 'application/json';
174
- context?: HttpContext;
175
- transferCache?: boolean;
176
- }): Observable<HttpEvent<TaskUserRecord>>;
177
- /**
178
- * Update an existing task user record
179
- * @param id
180
- * @param taskUserRecord
181
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
182
- * @param reportProgress flag to report request and response progress.
183
- */
184
- updateTaskUserRecord(id: number, taskUserRecord: TaskUserRecord, observe?: 'body', reportProgress?: boolean, options?: {
185
- httpHeaderAccept?: 'application/json';
186
- context?: HttpContext;
187
- transferCache?: boolean;
188
- }): Observable<TaskUserRecord>;
189
- updateTaskUserRecord(id: number, taskUserRecord: TaskUserRecord, observe?: 'response', reportProgress?: boolean, options?: {
190
- httpHeaderAccept?: 'application/json';
191
- context?: HttpContext;
192
- transferCache?: boolean;
193
- }): Observable<HttpResponse<TaskUserRecord>>;
194
- updateTaskUserRecord(id: number, taskUserRecord: TaskUserRecord, observe?: 'events', reportProgress?: boolean, options?: {
195
- httpHeaderAccept?: 'application/json';
196
- context?: HttpContext;
197
- transferCache?: boolean;
198
- }): Observable<HttpEvent<TaskUserRecord>>;
199
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskUserRecordsService, [null, { optional: true; }, { optional: true; }]>;
200
- static ɵprov: i0.ɵɵInjectableDeclaration<TaskUserRecordsService>;
201
- }
@@ -1,103 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { ApplicationSetting } from '../model/applicationSetting';
4
- import { CommandStatusResult } from '../model/commandStatusResult';
5
- import { CurrentUser } from '../model/currentUser';
6
- import { SetNewFeaturesVisibilityCommand } from '../model/setNewFeaturesVisibilityCommand';
7
- import { UserApplications } from '../model/userApplications';
8
- import { Configuration } from '../configuration';
9
- import * as i0 from "@angular/core";
10
- export declare class UserService {
11
- protected httpClient: HttpClient;
12
- protected basePath: string;
13
- defaultHeaders: HttpHeaders;
14
- configuration: Configuration;
15
- encoder: HttpParameterCodec;
16
- constructor(httpClient: HttpClient, basePath: string | string[], configuration: Configuration);
17
- private addToHttpParams;
18
- private addToHttpParamsRecursive;
19
- /**
20
- * Get a specific application setting by name
21
- * @param name The name of the application setting to retrieve
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
- getApplicationSetting(name: string, observe?: 'body', reportProgress?: boolean, options?: {
26
- httpHeaderAccept?: 'application/json';
27
- context?: HttpContext;
28
- transferCache?: boolean;
29
- }): Observable<ApplicationSetting>;
30
- getApplicationSetting(name: string, observe?: 'response', reportProgress?: boolean, options?: {
31
- httpHeaderAccept?: 'application/json';
32
- context?: HttpContext;
33
- transferCache?: boolean;
34
- }): Observable<HttpResponse<ApplicationSetting>>;
35
- getApplicationSetting(name: string, observe?: 'events', reportProgress?: boolean, options?: {
36
- httpHeaderAccept?: 'application/json';
37
- context?: HttpContext;
38
- transferCache?: boolean;
39
- }): Observable<HttpEvent<ApplicationSetting>>;
40
- /**
41
- * Get User application list
42
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
43
- * @param reportProgress flag to report request and response progress.
44
- */
45
- getUserApplicationList(observe?: 'body', reportProgress?: boolean, options?: {
46
- httpHeaderAccept?: 'application/json';
47
- context?: HttpContext;
48
- transferCache?: boolean;
49
- }): Observable<UserApplications>;
50
- getUserApplicationList(observe?: 'response', reportProgress?: boolean, options?: {
51
- httpHeaderAccept?: 'application/json';
52
- context?: HttpContext;
53
- transferCache?: boolean;
54
- }): Observable<HttpResponse<UserApplications>>;
55
- getUserApplicationList(observe?: 'events', reportProgress?: boolean, options?: {
56
- httpHeaderAccept?: 'application/json';
57
- context?: HttpContext;
58
- transferCache?: boolean;
59
- }): Observable<HttpEvent<UserApplications>>;
60
- /**
61
- * User information
62
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
63
- * @param reportProgress flag to report request and response progress.
64
- */
65
- getUserInfo(observe?: 'body', reportProgress?: boolean, options?: {
66
- httpHeaderAccept?: 'application/json';
67
- context?: HttpContext;
68
- transferCache?: boolean;
69
- }): Observable<CurrentUser>;
70
- getUserInfo(observe?: 'response', reportProgress?: boolean, options?: {
71
- httpHeaderAccept?: 'application/json';
72
- context?: HttpContext;
73
- transferCache?: boolean;
74
- }): Observable<HttpResponse<CurrentUser>>;
75
- getUserInfo(observe?: 'events', reportProgress?: boolean, options?: {
76
- httpHeaderAccept?: 'application/json';
77
- context?: HttpContext;
78
- transferCache?: boolean;
79
- }): Observable<HttpEvent<CurrentUser>>;
80
- /**
81
- * Set NewFeaturesVisibility setting
82
- * @param setNewFeaturesVisibilityCommand
83
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
84
- * @param reportProgress flag to report request and response progress.
85
- */
86
- setNewFeaturesVisibility(setNewFeaturesVisibilityCommand?: SetNewFeaturesVisibilityCommand, observe?: 'body', reportProgress?: boolean, options?: {
87
- httpHeaderAccept?: 'application/json';
88
- context?: HttpContext;
89
- transferCache?: boolean;
90
- }): Observable<CommandStatusResult>;
91
- setNewFeaturesVisibility(setNewFeaturesVisibilityCommand?: SetNewFeaturesVisibilityCommand, observe?: 'response', reportProgress?: boolean, options?: {
92
- httpHeaderAccept?: 'application/json';
93
- context?: HttpContext;
94
- transferCache?: boolean;
95
- }): Observable<HttpResponse<CommandStatusResult>>;
96
- setNewFeaturesVisibility(setNewFeaturesVisibilityCommand?: SetNewFeaturesVisibilityCommand, observe?: 'events', reportProgress?: boolean, options?: {
97
- httpHeaderAccept?: 'application/json';
98
- context?: HttpContext;
99
- transferCache?: boolean;
100
- }): Observable<HttpEvent<CommandStatusResult>>;
101
- static ɵfac: i0.ɵɵFactoryDeclaration<UserService, [null, { optional: true; }, { optional: true; }]>;
102
- static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
103
- }
@@ -1,42 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { UserInfos } from '../model/userInfos';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class UsersInternalService {
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
- * Retrieve a paginated list of users based on a specification
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
- getUsersInternal($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<UserInfos>;
30
- getUsersInternal($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<UserInfos>>;
35
- getUsersInternal($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<UserInfos>>;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<UsersInternalService, [null, { optional: true; }, { optional: true; }]>;
41
- static ɵprov: i0.ɵɵInjectableDeclaration<UsersInternalService>;
42
- }
package/api.module.d.ts DELETED
@@ -1,11 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { Configuration } from './configuration';
3
- import { HttpClient } from '@angular/common/http';
4
- import * as i0 from "@angular/core";
5
- export declare class ApiModule {
6
- static forRoot(configurationFactory: () => Configuration): ModuleWithProviders<ApiModule>;
7
- constructor(parentModule: ApiModule, http: HttpClient);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ApiModule, [{ optional: true; skipSelf: true; }, { optional: true; }]>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ApiModule, never, never, never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ApiModule>;
11
- }
@@ -1,104 +0,0 @@
1
- import { HttpParameterCodec } from '@angular/common/http';
2
- import { Param } from './param';
3
- export interface ConfigurationParameters {
4
- /**
5
- * @deprecated Since 5.0. Use credentials instead
6
- */
7
- apiKeys?: {
8
- [key: string]: string;
9
- };
10
- username?: string;
11
- password?: string;
12
- /**
13
- * @deprecated Since 5.0. Use credentials instead
14
- */
15
- accessToken?: string | (() => string);
16
- basePath?: string;
17
- withCredentials?: boolean;
18
- /**
19
- * Takes care of encoding query- and form-parameters.
20
- */
21
- encoder?: HttpParameterCodec;
22
- /**
23
- * Override the default method for encoding path parameters in various
24
- * <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-values">styles</a>.
25
- * <p>
26
- * See {@link README.md} for more details
27
- * </p>
28
- */
29
- encodeParam?: (param: Param) => string;
30
- /**
31
- * The keys are the names in the securitySchemes section of the OpenAPI
32
- * document. They should map to the value used for authentication
33
- * minus any standard prefixes such as 'Basic' or 'Bearer'.
34
- */
35
- credentials?: {
36
- [key: string]: string | (() => string | undefined);
37
- };
38
- }
39
- export declare class Configuration {
40
- /**
41
- * @deprecated Since 5.0. Use credentials instead
42
- */
43
- apiKeys?: {
44
- [key: string]: string;
45
- };
46
- username?: string;
47
- password?: string;
48
- /**
49
- * @deprecated Since 5.0. Use credentials instead
50
- */
51
- accessToken?: string | (() => string);
52
- basePath?: string;
53
- withCredentials?: boolean;
54
- /**
55
- * Takes care of encoding query- and form-parameters.
56
- */
57
- encoder?: HttpParameterCodec;
58
- /**
59
- * Encoding of various path parameter
60
- * <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-values">styles</a>.
61
- * <p>
62
- * See {@link README.md} for more details
63
- * </p>
64
- */
65
- encodeParam: (param: Param) => string;
66
- /**
67
- * The keys are the names in the securitySchemes section of the OpenAPI
68
- * document. They should map to the value used for authentication
69
- * minus any standard prefixes such as 'Basic' or 'Bearer'.
70
- */
71
- credentials: {
72
- [key: string]: string | (() => string | undefined);
73
- };
74
- constructor(configurationParameters?: ConfigurationParameters);
75
- /**
76
- * Select the correct content-type to use for a request.
77
- * Uses {@link Configuration#isJsonMime} to determine the correct content-type.
78
- * If no content type is found return the first found type if the contentTypes is not empty
79
- * @param contentTypes - the array of content types that are available for selection
80
- * @returns the selected content-type or <code>undefined</code> if no selection could be made.
81
- */
82
- selectHeaderContentType(contentTypes: string[]): string | undefined;
83
- /**
84
- * Select the correct accept content-type to use for a request.
85
- * Uses {@link Configuration#isJsonMime} to determine the correct accept content-type.
86
- * If no content type is found return the first found type if the contentTypes is not empty
87
- * @param accepts - the array of content types that are available for selection.
88
- * @returns the selected content-type or <code>undefined</code> if no selection could be made.
89
- */
90
- selectHeaderAccept(accepts: string[]): string | undefined;
91
- /**
92
- * Check if the given MIME is a JSON MIME.
93
- * JSON MIME examples:
94
- * application/json
95
- * application/json; charset=UTF8
96
- * APPLICATION/JSON
97
- * application/vnd.company+json
98
- * @param mime - MIME (Multipurpose Internet Mail Extensions)
99
- * @return True if the given MIME is JSON, false otherwise.
100
- */
101
- isJsonMime(mime: string): boolean;
102
- lookupCredential(key: string): string | undefined;
103
- private defaultEncodeParam;
104
- }
package/encoder.d.ts DELETED
@@ -1,11 +0,0 @@
1
- import { HttpParameterCodec } from '@angular/common/http';
2
- /**
3
- * Custom HttpParameterCodec
4
- * Workaround for https://github.com/angular/angular/issues/18261
5
- */
6
- export declare class CustomHttpParameterCodec implements HttpParameterCodec {
7
- encodeKey(k: string): string;
8
- encodeValue(v: string): string;
9
- decodeKey(k: string): string;
10
- decodeValue(v: string): string;
11
- }
package/model/access.d.ts DELETED
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { ReplenishmentAccessGridView } from './replenishmentAccessGridView';
11
- export interface Access {
12
- total: number;
13
- data: Array<ReplenishmentAccessGridView>;
14
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface ApplicationSetting {
11
- id: string;
12
- name: string;
13
- defaultValue: string;
14
- }
@@ -1,18 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface CarrierProviderIntegration {
11
- id?: string;
12
- createdDate?: string;
13
- carrierProviderName?: string | null;
14
- carrierProviderId?: string | null;
15
- customerId?: string | null;
16
- dcId?: string | null;
17
- carrierId?: string | null;
18
- }