Skip to content

Commit 0532bf9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f6cf0e5 of spec repo (#138)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4cd83af commit 0532bf9

18 files changed

+295
-20
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev6",
7-
"regenerated": "2021-05-19 07:45:55.048760",
8-
"spec_repo_commit": "ccb4b9f"
7+
"regenerated": "2021-05-20 06:32:08.149879",
8+
"spec_repo_commit": "f6cf0e5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-19 07:46:01.011673",
13-
"spec_repo_commit": "ccb4b9f"
12+
"regenerated": "2021-05-20 06:32:14.083451",
13+
"spec_repo_commit": "f6cf0e5"
1414
}
1515
}
1616
}

packages/datadog-api-client-v1/.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ models/NotebookUpdateData.ts
294294
models/NotebookUpdateDataAttributes.ts
295295
models/NotebookUpdateRequest.ts
296296
models/NotebooksResponse.ts
297+
models/NotebooksResponseData.ts
298+
models/NotebooksResponseDataAttributes.ts
297299
models/NotebooksResponseMeta.ts
298300
models/NotebooksResponsePage.ts
299301
models/ObjectSerializer.ts

packages/datadog-api-client-v1/models/NotebookCreateDataAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class NotebookCreateDataAttributes {
2424
*/
2525
'cells': Array<NotebookCellCreateRequest>;
2626
/**
27-
* Notebook name.
27+
* The name of the notebook.
2828
*/
2929
'name': string;
3030
'status'?: NotebookStatus;

packages/datadog-api-client-v1/models/NotebookDistributionCellAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { HttpFile } from '../http/http';
1616
import { ObjectSerializer } from './ObjectSerializer';
1717

1818
/**
19-
* The attributes of a notebook distribution cell.
19+
* The attributes of a notebook `distribution` cell.
2020
*/
2121

2222
export class NotebookDistributionCellAttributes {

packages/datadog-api-client-v1/models/NotebookHeatMapCellAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { HttpFile } from '../http/http';
1616
import { ObjectSerializer } from './ObjectSerializer';
1717

1818
/**
19-
* The attributes of a notebook heat map cell.
19+
* The attributes of a notebook `heatmap` cell.
2020
*/
2121

2222
export class NotebookHeatMapCellAttributes {

packages/datadog-api-client-v1/models/NotebookLogStreamCellAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { HttpFile } from '../http/http';
1515
import { ObjectSerializer } from './ObjectSerializer';
1616

1717
/**
18-
* The attributes of a notebook log stream cell.
18+
* The attributes of a notebook `log_stream` cell.
1919
*/
2020

2121
export class NotebookLogStreamCellAttributes {

packages/datadog-api-client-v1/models/NotebookMarkdownCellAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { HttpFile } from '../http/http';
1313
import { ObjectSerializer } from './ObjectSerializer';
1414

1515
/**
16-
* The attributes of a notebooks markdown cell.
16+
* The attributes of a notebook `markdown` cell.
1717
*/
1818

1919
export class NotebookMarkdownCellAttributes {

packages/datadog-api-client-v1/models/NotebookResponseDataAttributes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ export class NotebookResponseDataAttributes {
2626
*/
2727
'cells': Array<NotebookCellResponse>;
2828
/**
29-
* UTC time stamp.
29+
* UTC time stamp for when the notebook was created.
3030
*/
3131
'created'?: Date;
3232
/**
33-
* UTC time stamp.
33+
* UTC time stamp for when the notebook was last modified.
3434
*/
3535
'modified'?: Date;
3636
/**
37-
* Notebook name.
37+
* The name of the notebook.
3838
*/
3939
'name': string;
4040
'status'?: NotebookStatus;

packages/datadog-api-client-v1/models/NotebookTimeseriesCellAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { HttpFile } from '../http/http';
1616
import { ObjectSerializer } from './ObjectSerializer';
1717

1818
/**
19-
* The attributes of a notebook timeseries cell.
19+
* The attributes of a notebook `timeseries` cell.
2020
*/
2121

2222
export class NotebookTimeseriesCellAttributes {

packages/datadog-api-client-v1/models/NotebookToplistCellAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { HttpFile } from '../http/http';
1616
import { ObjectSerializer } from './ObjectSerializer';
1717

1818
/**
19-
* The attributes of a notebook toplist cell.
19+
* The attributes of a notebook `toplist` cell.
2020
*/
2121

2222
export class NotebookToplistCellAttributes {

0 commit comments

Comments
 (0)