@saritasa/crm-delmar-core-sdk 0.0.135 → 0.0.137
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/branch-periods-api.service.d.ts +12 -12
- package/api/branches-api.service.d.ts +12 -12
- package/api/client-notes-api.service.d.ts +3 -3
- package/api/clients-api.service.d.ts +3 -3
- package/api/departments-api.service.d.ts +12 -12
- package/api/dismissal-reasons-api.service.d.ts +12 -12
- package/api/export-jobs-api.service.d.ts +9 -9
- package/api/export-jobs-api.serviceInterface.d.ts +1 -0
- package/api/export-tasks-api.service.d.ts +9 -9
- package/api/export-tasks-api.serviceInterface.d.ts +1 -0
- package/api/export-user-periods-api.service.d.ts +9 -9
- package/api/export-user-periods-api.serviceInterface.d.ts +1 -0
- package/api/export-users-api.service.d.ts +9 -9
- package/api/jira-client-api.service.d.ts +3 -3
- package/api/jira-instances-api.service.d.ts +3 -3
- package/api/jobs-api.service.d.ts +9 -9
- package/api/locations-api.service.d.ts +12 -12
- package/api/notifications-api.service.d.ts +12 -12
- package/api/profile-api.service.d.ts +3 -3
- package/api/project-notes-api.service.d.ts +3 -3
- package/api/project-priorities-api.service.d.ts +3 -3
- package/api/projects-api.service.d.ts +3 -3
- package/api/roles-api.service.d.ts +12 -12
- package/api/s3-api.service.d.ts +3 -3
- package/api/search-periods-api.service.d.ts +3 -3
- package/api/sso-api.service.d.ts +6 -6
- package/api/tasks-api.service.d.ts +3 -3
- package/api/token-api.service.d.ts +6 -6
- package/api/user-capacities-api.service.d.ts +9 -9
- package/api/user-logins-api.service.d.ts +6 -6
- package/api/user-periods-api.service.d.ts +15 -15
- package/api/user-scores-api.service.d.ts +6 -6
- package/api/user-timezone-setting-api.service.d.ts +3 -3
- package/api/user-timezones-api.service.d.ts +3 -3
- package/api/users-api.service.d.ts +12 -12
- package/api/vendors-api.service.d.ts +12 -12
- package/api/work-types-api.service.d.ts +12 -12
- package/esm2022/api/branch-periods-api.service.mjs +1 -1
- package/esm2022/api/branches-api.service.mjs +1 -1
- package/esm2022/api/client-notes-api.service.mjs +1 -1
- package/esm2022/api/clients-api.service.mjs +1 -1
- package/esm2022/api/departments-api.service.mjs +1 -1
- package/esm2022/api/dismissal-reasons-api.service.mjs +1 -1
- package/esm2022/api/export-jobs-api.service.mjs +5 -1
- package/esm2022/api/export-jobs-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-tasks-api.service.mjs +5 -1
- package/esm2022/api/export-tasks-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-user-periods-api.service.mjs +5 -1
- package/esm2022/api/export-user-periods-api.serviceInterface.mjs +1 -1
- package/esm2022/api/export-users-api.service.mjs +1 -1
- package/esm2022/api/jira-client-api.service.mjs +1 -1
- package/esm2022/api/jira-instances-api.service.mjs +1 -1
- package/esm2022/api/jobs-api.service.mjs +1 -1
- package/esm2022/api/locations-api.service.mjs +1 -1
- package/esm2022/api/notifications-api.service.mjs +1 -1
- package/esm2022/api/profile-api.service.mjs +1 -1
- package/esm2022/api/project-notes-api.service.mjs +1 -1
- package/esm2022/api/project-priorities-api.service.mjs +1 -1
- package/esm2022/api/projects-api.service.mjs +1 -1
- package/esm2022/api/roles-api.service.mjs +1 -1
- package/esm2022/api/s3-api.service.mjs +1 -1
- package/esm2022/api/search-periods-api.service.mjs +1 -1
- package/esm2022/api/sso-api.service.mjs +1 -1
- package/esm2022/api/tasks-api.service.mjs +1 -1
- package/esm2022/api/token-api.service.mjs +1 -1
- package/esm2022/api/user-capacities-api.service.mjs +1 -1
- package/esm2022/api/user-logins-api.service.mjs +1 -1
- package/esm2022/api/user-periods-api.service.mjs +1 -1
- package/esm2022/api/user-scores-api.service.mjs +1 -1
- package/esm2022/api/user-timezone-setting-api.service.mjs +1 -1
- package/esm2022/api/user-timezones-api.service.mjs +1 -1
- package/esm2022/api/users-api.service.mjs +1 -1
- package/esm2022/api/vendors-api.service.mjs +1 -1
- package/esm2022/api/work-types-api.service.mjs +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +12 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3545,6 +3545,7 @@ class ExportJobsApiService {
|
|
|
3545
3545
|
const idIn = requestParameters?.idIn;
|
|
3546
3546
|
const isBillable = requestParameters?.isBillable;
|
|
3547
3547
|
const ordering = requestParameters?.ordering;
|
|
3548
|
+
const search = requestParameters?.search;
|
|
3548
3549
|
const task = requestParameters?.task;
|
|
3549
3550
|
const taskIn = requestParameters?.taskIn;
|
|
3550
3551
|
const taskProject = requestParameters?.taskProject;
|
|
@@ -3594,6 +3595,9 @@ class ExportJobsApiService {
|
|
|
3594
3595
|
if (ordering !== undefined && ordering !== null) {
|
|
3595
3596
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, ordering, "ordering");
|
|
3596
3597
|
}
|
|
3598
|
+
if (search !== undefined && search !== null) {
|
|
3599
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, search, "search");
|
|
3600
|
+
}
|
|
3597
3601
|
if (task !== undefined && task !== null) {
|
|
3598
3602
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, task, "task");
|
|
3599
3603
|
}
|
|
@@ -3990,6 +3994,7 @@ class ExportTasksApiService {
|
|
|
3990
3994
|
const projectClient = requestParameters?.projectClient;
|
|
3991
3995
|
const projectClientIn = requestParameters?.projectClientIn;
|
|
3992
3996
|
const projectIn = requestParameters?.projectIn;
|
|
3997
|
+
const search = requestParameters?.search;
|
|
3993
3998
|
const sprint = requestParameters?.sprint;
|
|
3994
3999
|
const sprintIn = requestParameters?.sprintIn;
|
|
3995
4000
|
const status = requestParameters?.status;
|
|
@@ -4048,6 +4053,9 @@ class ExportTasksApiService {
|
|
|
4048
4053
|
if (projectIn) {
|
|
4049
4054
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, [...projectIn].join(COLLECTION_FORMATS["csv"]), "project__in");
|
|
4050
4055
|
}
|
|
4056
|
+
if (search !== undefined && search !== null) {
|
|
4057
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, search, "search");
|
|
4058
|
+
}
|
|
4051
4059
|
if (sprint !== undefined && sprint !== null) {
|
|
4052
4060
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sprint, "sprint");
|
|
4053
4061
|
}
|
|
@@ -4413,6 +4421,7 @@ class ExportUserPeriodsApiService {
|
|
|
4413
4421
|
const idIn = requestParameters?.idIn;
|
|
4414
4422
|
const ordering = requestParameters?.ordering;
|
|
4415
4423
|
const periodOverlap = requestParameters?.periodOverlap;
|
|
4424
|
+
const search = requestParameters?.search;
|
|
4416
4425
|
const status = requestParameters?.status;
|
|
4417
4426
|
const statusIn = requestParameters?.statusIn;
|
|
4418
4427
|
const type = requestParameters?.type;
|
|
@@ -4438,6 +4447,9 @@ class ExportUserPeriodsApiService {
|
|
|
4438
4447
|
if (periodOverlap !== undefined && periodOverlap !== null) {
|
|
4439
4448
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, periodOverlap, "period__overlap");
|
|
4440
4449
|
}
|
|
4450
|
+
if (search !== undefined && search !== null) {
|
|
4451
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, search, "search");
|
|
4452
|
+
}
|
|
4441
4453
|
if (status !== undefined && status !== null) {
|
|
4442
4454
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, status, "status");
|
|
4443
4455
|
}
|