@saritasa/crm-delmar-core-sdk 0.1.165 → 0.1.304

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
@@ -140,6 +140,7 @@ export * from "./paginated-role-list.dto";
140
140
  export * from "./paginated-simple-client-list.dto";
141
141
  export * from "./paginated-simple-project-list.dto";
142
142
  export * from "./paginated-simple-project-priority-list.dto";
143
+ export * from "./paginated-simple-user-list.dto";
143
144
  export * from "./paginated-simple-vendor-list.dto";
144
145
  export * from "./paginated-sprint-hourly-report-list.dto";
145
146
  export * from "./paginated-sprint-list.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 { SimpleUserDto } from "./simple-user.dto";
11
+ export interface PaginatedSimpleUserListDto {
12
+ count: number;
13
+ results: Array<SimpleUserDto>;
14
+ next?: string | null;
15
+ previous?: string | null;
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.165",
3
+ "version": "0.1.304",
4
4
  "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.57)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {