@saritasa/crm-delmar-core-sdk 0.0.77 → 0.0.78
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/user-periods-api.serviceInterface.d.ts +2 -0
- package/esm2022/api/user-periods-api.service.mjs +9 -1
- package/esm2022/api/user-periods-api.serviceInterface.mjs +1 -1
- package/esm2022/model/models.mjs +3 -1
- package/esm2022/model/user-periods-list-error.dto.mjs +1 -1
- package/esm2022/model/user-periods-list-period-endswith-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/user-periods-list-period-startswith-gte-error-component.dto.mjs +18 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +45 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +2 -0
- package/model/user-periods-list-error.dto.d.ts +3 -1
- package/model/user-periods-list-period-endswith-lte-error-component.dto.d.ts +26 -0
- package/model/user-periods-list-period-startswith-gte-error-component.dto.d.ts +26 -0
- package/package.json +1 -1
package/model/models.d.ts
CHANGED
|
@@ -514,6 +514,8 @@ export * from "./user-periods-list-error.dto";
|
|
|
514
514
|
export * from "./user-periods-list-error-response400.dto";
|
|
515
515
|
export * from "./user-periods-list-id-error-component.dto";
|
|
516
516
|
export * from "./user-periods-list-id-in-error-component.dto";
|
|
517
|
+
export * from "./user-periods-list-period-endswith-lte-error-component.dto";
|
|
518
|
+
export * from "./user-periods-list-period-startswith-gte-error-component.dto";
|
|
517
519
|
export * from "./user-periods-list-status-error-component.dto";
|
|
518
520
|
export * from "./user-periods-list-status-in-error-component.dto";
|
|
519
521
|
export * from "./user-periods-list-type-error-component.dto";
|
|
@@ -17,12 +17,14 @@ import { UserPeriodsListStatusInErrorComponentDto } from "./user-periods-list-st
|
|
|
17
17
|
import { UserPeriodsListUserIdInErrorComponentDto } from "./user-periods-list-user-id-in-error-component.dto";
|
|
18
18
|
import { UserPeriodsListUserStatusInErrorComponentDto } from "./user-periods-list-user-status-in-error-component.dto";
|
|
19
19
|
import { UserPeriodsListTypeErrorComponentDto } from "./user-periods-list-type-error-component.dto";
|
|
20
|
+
import { UserPeriodsListPeriodStartswithGteErrorComponentDto } from "./user-periods-list-period-startswith-gte-error-component.dto";
|
|
20
21
|
import { UserPeriodsListUserBranchIdInErrorComponentDto } from "./user-periods-list-user-branch-id-in-error-component.dto";
|
|
21
22
|
import { UserPeriodsListUserDepartmentIdInErrorComponentDto } from "./user-periods-list-user-department-id-in-error-component.dto";
|
|
22
23
|
import { UserPeriodsListUserSuperviseesIdInErrorComponentDto } from "./user-periods-list-user-supervisees-id-in-error-component.dto";
|
|
24
|
+
import { UserPeriodsListPeriodEndswithLteErrorComponentDto } from "./user-periods-list-period-endswith-lte-error-component.dto";
|
|
23
25
|
import { UserPeriodsListIdErrorComponentDto } from "./user-periods-list-id-error-component.dto";
|
|
24
26
|
/**
|
|
25
27
|
* @type UserPeriodsListErrorDto
|
|
26
28
|
* @export
|
|
27
29
|
*/
|
|
28
|
-
export type UserPeriodsListErrorDto = UserPeriodsListIdErrorComponentDto | UserPeriodsListIdInErrorComponentDto | UserPeriodsListStatusErrorComponentDto | UserPeriodsListStatusInErrorComponentDto | UserPeriodsListTypeErrorComponentDto | UserPeriodsListTypeInErrorComponentDto | UserPeriodsListUserBranchIdInErrorComponentDto | UserPeriodsListUserDepartmentIdInErrorComponentDto | UserPeriodsListUserIdInErrorComponentDto | UserPeriodsListUserStatusErrorComponentDto | UserPeriodsListUserStatusInErrorComponentDto | UserPeriodsListUserSuperviseesIdInErrorComponentDto | UserPeriodsListUserSupervisorsIdInErrorComponentDto | UserPeriodsListUserWorkTypeIdInErrorComponentDto;
|
|
30
|
+
export type UserPeriodsListErrorDto = UserPeriodsListIdErrorComponentDto | UserPeriodsListIdInErrorComponentDto | UserPeriodsListPeriodEndswithLteErrorComponentDto | UserPeriodsListPeriodStartswithGteErrorComponentDto | UserPeriodsListStatusErrorComponentDto | UserPeriodsListStatusInErrorComponentDto | UserPeriodsListTypeErrorComponentDto | UserPeriodsListTypeInErrorComponentDto | UserPeriodsListUserBranchIdInErrorComponentDto | UserPeriodsListUserDepartmentIdInErrorComponentDto | UserPeriodsListUserIdInErrorComponentDto | UserPeriodsListUserStatusErrorComponentDto | UserPeriodsListUserStatusInErrorComponentDto | UserPeriodsListUserSuperviseesIdInErrorComponentDto | UserPeriodsListUserSupervisorsIdInErrorComponentDto | UserPeriodsListUserWorkTypeIdInErrorComponentDto;
|
|
@@ -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 UserPeriodsListPeriodEndswithLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `period__endswith__lte` - period__endswith__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: UserPeriodsListPeriodEndswithLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: UserPeriodsListPeriodEndswithLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserPeriodsListPeriodEndswithLteErrorComponentDtoAttrEnum {
|
|
22
|
+
PeriodEndswithLte = "period__endswith__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserPeriodsListPeriodEndswithLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
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 UserPeriodsListPeriodStartswithGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `period__startswith__gte` - period__startswith__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: UserPeriodsListPeriodStartswithGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: UserPeriodsListPeriodStartswithGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum UserPeriodsListPeriodStartswithGteErrorComponentDtoAttrEnum {
|
|
22
|
+
PeriodStartswithGte = "period__startswith__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum UserPeriodsListPeriodStartswithGteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
package/package.json
CHANGED