@saritasa/crm-delmar-core-sdk 0.0.282 → 0.0.284

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 CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/crm-delmar-core-sdk@0.0.282
1
+ # @@saritasa/crm-delmar-core-sdk@0.0.284
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.0.282 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.0.284 --save
5
5
  ```
package/api/api.d.ts CHANGED
@@ -112,6 +112,9 @@ export * from "./user-capacities-api.serviceInterface";
112
112
  export * from "./user-logins-api.service";
113
113
  import { UserLoginsApiService } from "./user-logins-api.service";
114
114
  export * from "./user-logins-api.serviceInterface";
115
+ export * from "./user-period-approvers-api.service";
116
+ import { UserPeriodApproversApiService } from "./user-period-approvers-api.service";
117
+ export * from "./user-period-approvers-api.serviceInterface";
115
118
  export * from "./user-periods-api.service";
116
119
  import { UserPeriodsApiService } from "./user-periods-api.service";
117
120
  export * from "./user-periods-api.serviceInterface";
@@ -136,4 +139,4 @@ export * from "./who-am-i-api.serviceInterface";
136
139
  export * from "./work-types-api.service";
137
140
  import { WorkTypesApiService } from "./work-types-api.service";
138
141
  export * from "./work-types-api.serviceInterface";
139
- export declare const APIS: (typeof BranchPeriodsApiService | typeof BranchesApiService | typeof ClientNotesApiService | typeof ClientsApiService | typeof ComponentsApiService | typeof DepartmentsApiService | typeof DismissalReasonsApiService | typeof ExportClientNotesApiService | typeof ExportClientsApiService | typeof ExportJobReportsDepartmentsApiService | typeof ExportJobReportsUsersApiService | typeof ExportJobsApiService | typeof ExportProjectNotesApiService | typeof ExportProjectResourcesApiService | typeof ExportProjectsApiService | typeof ExportTasksApiService | typeof ExportUserPeriodsApiService | typeof ExportUsersApiService | typeof JiraClientApiService | typeof JiraInstancesApiService | typeof JobsApiService | typeof LocationsApiService | typeof NotificationsApiService | typeof PermissionDataApiService | typeof ProfileApiService | typeof ProjectNotesApiService | typeof ProjectPrioritiesApiService | typeof ProjectResourcesApiService | typeof ProjectsApiService | typeof RolesApiService | typeof S3ApiService | typeof SearchPeriodsApiService | typeof SprintsApiService | typeof SsoApiService | typeof TasksApiService | typeof TokenApiService | typeof UserCapacitiesApiService | typeof UserLoginsApiService | typeof UserPeriodsApiService | typeof UserScoresApiService | typeof UserTimezoneSettingApiService | typeof UserTimezonesApiService | typeof UsersApiService | typeof VendorsApiService | typeof WhoAmIApiService | typeof WorkTypesApiService)[];
142
+ export declare const APIS: (typeof BranchPeriodsApiService | typeof BranchesApiService | typeof ClientNotesApiService | typeof ClientsApiService | typeof ComponentsApiService | typeof DepartmentsApiService | typeof DismissalReasonsApiService | typeof ExportClientNotesApiService | typeof ExportClientsApiService | typeof ExportJobReportsDepartmentsApiService | typeof ExportJobReportsUsersApiService | typeof ExportJobsApiService | typeof ExportProjectNotesApiService | typeof ExportProjectResourcesApiService | typeof ExportProjectsApiService | typeof ExportTasksApiService | typeof ExportUserPeriodsApiService | typeof ExportUsersApiService | typeof JiraClientApiService | typeof JiraInstancesApiService | typeof JobsApiService | typeof LocationsApiService | typeof NotificationsApiService | typeof PermissionDataApiService | typeof ProfileApiService | typeof ProjectNotesApiService | typeof ProjectPrioritiesApiService | typeof ProjectResourcesApiService | typeof ProjectsApiService | typeof RolesApiService | typeof S3ApiService | typeof SearchPeriodsApiService | typeof SprintsApiService | typeof SsoApiService | typeof TasksApiService | typeof TokenApiService | typeof UserCapacitiesApiService | typeof UserLoginsApiService | typeof UserPeriodApproversApiService | typeof UserPeriodsApiService | typeof UserScoresApiService | typeof UserTimezoneSettingApiService | typeof UserTimezonesApiService | typeof UsersApiService | typeof VendorsApiService | typeof WhoAmIApiService | typeof WorkTypesApiService)[];
@@ -0,0 +1,33 @@
1
+ import { HttpClient, HttpResponse, HttpEvent, HttpContext } from "@angular/common/http";
2
+ import { Observable } from "rxjs";
3
+ import { Configuration } from "../configuration";
4
+ import { BaseService } from "../api.base.service";
5
+ import { UserPeriodApproversApiServiceInterface, UserPeriodApproversDestroyRequestParams } from "./user-period-approvers-api.serviceInterface";
6
+ import * as i0 from "@angular/core";
7
+ export declare class UserPeriodApproversApiService extends BaseService implements UserPeriodApproversApiServiceInterface {
8
+ protected httpClient: HttpClient;
9
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
10
+ /**
11
+ * View set for managing UserPeriodApprover model.
12
+ * @param requestParameters
13
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
14
+ * @param reportProgress flag to report request and response progress.
15
+ */
16
+ userPeriodApproversDestroy(requestParameters: UserPeriodApproversDestroyRequestParams, observe?: "body", reportProgress?: boolean, options?: {
17
+ httpHeaderAccept?: "application/json";
18
+ context?: HttpContext;
19
+ transferCache?: boolean;
20
+ }): Observable<any>;
21
+ userPeriodApproversDestroy(requestParameters: UserPeriodApproversDestroyRequestParams, observe?: "response", reportProgress?: boolean, options?: {
22
+ httpHeaderAccept?: "application/json";
23
+ context?: HttpContext;
24
+ transferCache?: boolean;
25
+ }): Observable<HttpResponse<any>>;
26
+ userPeriodApproversDestroy(requestParameters: UserPeriodApproversDestroyRequestParams, observe?: "events", reportProgress?: boolean, options?: {
27
+ httpHeaderAccept?: "application/json";
28
+ context?: HttpContext;
29
+ transferCache?: boolean;
30
+ }): Observable<HttpEvent<any>>;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserPeriodApproversApiService, [null, { optional: true; }, { optional: true; }]>;
32
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserPeriodApproversApiService>;
33
+ }
@@ -0,0 +1,25 @@
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 { HttpHeaders } from "@angular/common/http";
11
+ import { Observable } from "rxjs";
12
+ import { Configuration } from "../configuration";
13
+ export interface UserPeriodApproversDestroyRequestParams {
14
+ id: number;
15
+ }
16
+ export interface UserPeriodApproversApiServiceInterface {
17
+ defaultHeaders: HttpHeaders;
18
+ configuration: Configuration;
19
+ /**
20
+ *
21
+ * View set for managing UserPeriodApprover model.
22
+ * @param requestParameters
23
+ */
24
+ userPeriodApproversDestroy(requestParameters: UserPeriodApproversDestroyRequestParams, extraHttpRequestParams?: any): Observable<{}>;
25
+ }