@saritasa/crm-delmar-core-sdk 0.0.80 → 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.
- package/README.md +2 -2
- package/api/jobs-api.service.d.ts +23 -1
- package/api/jobs-api.serviceInterface.d.ts +34 -0
- package/esm2022/api/jobs-api.service.mjs +159 -1
- package/esm2022/api/jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/model/jobs-production-chart-list-billed-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-billed-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-branch-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-branch-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-date-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-date-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/jobs-production-chart-list-error.dto.mjs +2 -0
- package/esm2022/model/jobs-production-chart-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-production-chart-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-production-chart-list-task-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-task-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-task-project-client-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-task-project-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-task-project-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-task-project-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-time-span-error-component.dto.mjs +19 -0
- package/esm2022/model/jobs-production-chart-list-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/jobs-production-chart-list-work-type-error-component.dto.mjs +18 -0
- package/esm2022/model/jobs-production-chart-list-work-type-in-error-component.dto.mjs +18 -0
- package/esm2022/model/models.mjs +29 -1
- package/esm2022/model/production-chart-point.dto.mjs +2 -0
- package/esm2022/model/production-chart.dto.mjs +2 -0
- package/esm2022/model/simple-user-request.dto.mjs +1 -1
- package/esm2022/model/simple-user.dto.mjs +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +576 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/jobs-production-chart-list-billed-by-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-billed-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-branch-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-branch-in-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-created-by-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-date-gte-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-date-lte-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-error-response400.dto.d.ts +16 -0
- package/model/jobs-production-chart-list-error.dto.d.ts +37 -0
- package/model/jobs-production-chart-list-id-error-component.dto.d.ts +27 -0
- package/model/jobs-production-chart-list-id-in-error-component.dto.d.ts +27 -0
- package/model/jobs-production-chart-list-task-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-task-in-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-task-project-client-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-task-project-client-in-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-task-project-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-task-project-in-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-time-span-error-component.dto.d.ts +27 -0
- package/model/jobs-production-chart-list-type-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-type-in-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-updated-by-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-validation-error.dto.d.ts +15 -0
- package/model/jobs-production-chart-list-work-type-error-component.dto.d.ts +26 -0
- package/model/jobs-production-chart-list-work-type-in-error-component.dto.d.ts +26 -0
- package/model/models.d.ts +28 -0
- package/model/production-chart-point.dto.d.ts +21 -0
- package/model/production-chart.dto.d.ts +18 -0
- package/model/simple-user-request.dto.d.ts +1 -0
- package/model/simple-user.dto.d.ts +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
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 JobsProductionChartListWorkTypeErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `work_type` - work_type
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsProductionChartListWorkTypeErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsProductionChartListWorkTypeErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsProductionChartListWorkTypeErrorComponentDtoAttrEnum {
|
|
22
|
+
WorkType = "work_type"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsProductionChartListWorkTypeErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
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 JobsProductionChartListWorkTypeInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `work_type__in` - work_type__in
|
|
13
|
+
*/
|
|
14
|
+
attr: JobsProductionChartListWorkTypeInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: JobsProductionChartListWorkTypeInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum JobsProductionChartListWorkTypeInErrorComponentDtoAttrEnum {
|
|
22
|
+
WorkTypeIn = "work_type__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum JobsProductionChartListWorkTypeInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -204,6 +204,32 @@ export * from "./jobs-list-updated-by-in-error-component.dto";
|
|
|
204
204
|
export * from "./jobs-list-validation-error.dto";
|
|
205
205
|
export * from "./jobs-list-work-type-error-component.dto";
|
|
206
206
|
export * from "./jobs-list-work-type-in-error-component.dto";
|
|
207
|
+
export * from "./jobs-production-chart-list-billed-by-error-component.dto";
|
|
208
|
+
export * from "./jobs-production-chart-list-billed-by-in-error-component.dto";
|
|
209
|
+
export * from "./jobs-production-chart-list-branch-error-component.dto";
|
|
210
|
+
export * from "./jobs-production-chart-list-branch-in-error-component.dto";
|
|
211
|
+
export * from "./jobs-production-chart-list-created-by-error-component.dto";
|
|
212
|
+
export * from "./jobs-production-chart-list-created-by-in-error-component.dto";
|
|
213
|
+
export * from "./jobs-production-chart-list-date-gte-error-component.dto";
|
|
214
|
+
export * from "./jobs-production-chart-list-date-lte-error-component.dto";
|
|
215
|
+
export * from "./jobs-production-chart-list-error.dto";
|
|
216
|
+
export * from "./jobs-production-chart-list-error-response400.dto";
|
|
217
|
+
export * from "./jobs-production-chart-list-id-error-component.dto";
|
|
218
|
+
export * from "./jobs-production-chart-list-id-in-error-component.dto";
|
|
219
|
+
export * from "./jobs-production-chart-list-task-error-component.dto";
|
|
220
|
+
export * from "./jobs-production-chart-list-task-in-error-component.dto";
|
|
221
|
+
export * from "./jobs-production-chart-list-task-project-client-error-component.dto";
|
|
222
|
+
export * from "./jobs-production-chart-list-task-project-client-in-error-component.dto";
|
|
223
|
+
export * from "./jobs-production-chart-list-task-project-error-component.dto";
|
|
224
|
+
export * from "./jobs-production-chart-list-task-project-in-error-component.dto";
|
|
225
|
+
export * from "./jobs-production-chart-list-time-span-error-component.dto";
|
|
226
|
+
export * from "./jobs-production-chart-list-type-error-component.dto";
|
|
227
|
+
export * from "./jobs-production-chart-list-type-in-error-component.dto";
|
|
228
|
+
export * from "./jobs-production-chart-list-updated-by-error-component.dto";
|
|
229
|
+
export * from "./jobs-production-chart-list-updated-by-in-error-component.dto";
|
|
230
|
+
export * from "./jobs-production-chart-list-validation-error.dto";
|
|
231
|
+
export * from "./jobs-production-chart-list-work-type-error-component.dto";
|
|
232
|
+
export * from "./jobs-production-chart-list-work-type-in-error-component.dto";
|
|
207
233
|
export * from "./jobs-retrieve-error-response400.dto";
|
|
208
234
|
export * from "./location.dto";
|
|
209
235
|
export * from "./location-request.dto";
|
|
@@ -294,6 +320,8 @@ export * from "./permission-data-request.dto";
|
|
|
294
320
|
export * from "./permission-enum.dto";
|
|
295
321
|
export * from "./permission-group-enum.dto";
|
|
296
322
|
export * from "./priority-enum.dto";
|
|
323
|
+
export * from "./production-chart.dto";
|
|
324
|
+
export * from "./production-chart-point.dto";
|
|
297
325
|
export * from "./profile.dto";
|
|
298
326
|
export * from "./profile-request.dto";
|
|
299
327
|
export * from "./profile-retrieve-error-response400.dto";
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
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 { DateRangeFieldDto } from "./date-range-field.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Representation of point in production chart.
|
|
13
|
+
*/
|
|
14
|
+
export interface ProductionChartPointDto {
|
|
15
|
+
project_id: number;
|
|
16
|
+
project_name: string;
|
|
17
|
+
billable: number;
|
|
18
|
+
unbillable: number;
|
|
19
|
+
total: number;
|
|
20
|
+
period: DateRangeFieldDto;
|
|
21
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
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 { ProductionChartPointDto } from "./production-chart-point.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Representation of production chart.
|
|
13
|
+
*/
|
|
14
|
+
export interface ProductionChartDto {
|
|
15
|
+
project_id: number;
|
|
16
|
+
project_name: string;
|
|
17
|
+
points: Array<ProductionChartPointDto>;
|
|
18
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.
|
|
3
|
+
"version": "0.0.82",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.61)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|