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 CHANGED
@@ -1626,7 +1626,7 @@ export interface CrmActivityDTO {
1626
1626
  /**
1627
1627
  * Date Time
1628
1628
  */
1629
- 'timeStamp'?: string | null;
1629
+ 'timestamp'?: string | null;
1630
1630
  /**
1631
1631
  * Activity Title
1632
1632
  */
package/dist/api.d.ts CHANGED
@@ -1609,7 +1609,7 @@ export interface CrmActivityDTO {
1609
1609
  /**
1610
1610
  * Date Time
1611
1611
  */
1612
- 'timeStamp'?: string | null;
1612
+ 'timestamp'?: string | null;
1613
1613
  /**
1614
1614
  * Activity Title
1615
1615
  */
@@ -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
- **timeStamp** | **string** | Date Time | [optional] [default to undefined]
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
- timeStamp,
24
+ timestamp,
25
25
  title,
26
26
  description,
27
27
  url,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.127-dev.0",
3
+ "version": "3.2.128-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {