@saritasa/crm-delmar-core-sdk 0.1.52 → 0.1.54
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/model/client.dto.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/model/client.dto.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export interface ClientDto {
|
|
|
52
52
|
billing_notes: string;
|
|
53
53
|
readonly created_by: number | null;
|
|
54
54
|
readonly updated_by: number | null;
|
|
55
|
+
readonly total_time_limit: number;
|
|
55
56
|
contacts_data: Array<WritableClientContactDto>;
|
|
56
57
|
readonly statistics_data: ClientStatisticsDto;
|
|
57
58
|
readonly account_manager_data: SimpleUserDto;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.
|
|
3
|
+
"version": "0.1.54",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.40)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|