@saritasa/crm-delmar-core-sdk 0.2.129 → 0.2.132

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/model/models.d.ts CHANGED
@@ -272,6 +272,7 @@ export * from "./user-day-for-utilization-report.dto";
272
272
  export * from "./user.dto";
273
273
  export * from "./user-login.dto";
274
274
  export * from "./user-login-request.dto";
275
+ export * from "./user-metrics-resource-create-export-job-request.dto";
275
276
  export * from "./user-period-approver-payload.dto";
276
277
  export * from "./user-period.dto";
277
278
  export * from "./user-period-for-stats.dto";
@@ -0,0 +1,16 @@
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 { FileFormatEnumDto } from "./file-format-enum.dto";
11
+ /**
12
+ * Serializer to start export job.
13
+ */
14
+ export interface UserMetricsResourceCreateExportJobRequestDto {
15
+ file_format: FileFormatEnumDto;
16
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.2.129",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.2.3)",
3
+ "version": "0.2.132",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.2.4)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",