yellowgrid-api-ts 3.2.127-dev.0 → 3.2.128-dev.0
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/api.ts +1 -1
- package/dist/api.d.ts +1 -1
- package/docs/CrmActivityDto.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
package/dist/api.d.ts
CHANGED
package/docs/CrmActivityDto.md
CHANGED
|
@@ -7,7 +7,7 @@ CRM Activity
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**type** | **string** | Activity Type | [optional] [default to undefined]
|
|
10
|
-
**
|
|
10
|
+
**timestamp** | **string** | Date Time | [optional] [default to undefined]
|
|
11
11
|
**title** | **string** | Activity Title | [optional] [default to undefined]
|
|
12
12
|
**description** | **string** | Activity Description | [optional] [default to undefined]
|
|
13
13
|
**url** | **string** | Activity URL | [optional] [default to undefined]
|
|
@@ -21,7 +21,7 @@ import { CrmActivityDTO } from 'yellowgrid-api-ts';
|
|
|
21
21
|
|
|
22
22
|
const instance: CrmActivityDTO = {
|
|
23
23
|
type,
|
|
24
|
-
|
|
24
|
+
timestamp,
|
|
25
25
|
title,
|
|
26
26
|
description,
|
|
27
27
|
url,
|