Skip to content

Commit 9b9f785

Browse files
Codegen: CMS HubDB
1 parent fdb3f18 commit 9b9f785

37 files changed

+565
-296
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/13.3.0...HEAD)
99

10+
## [13.4.0] - 2025-09-22
11+
12+
## Updates
13+
14+
- Added `isGetLocalizedSchema` after `archived` parameters to `cms.hubdb.tablesApi.getAllDraftTables()` and `cms.hubdb.tablesApi.getAllTables()`.
15+
- Added new method `cms.hubdb.tablesApi.removeTableVersion()`
16+
- Added property `maxNumberOfCharacters` and `maxNumberOfOptions` to `cms/hubdb/models/FileUpdateInput`.
17+
- Added `discriminator` and `mapping` to `cms/hubdb/models/UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3`.
18+
1019
## [13.3.0] - 2025-09-18
1120

1221
## Updates

codegen/cms/hubdb/apis/TablesApi.ts

Lines changed: 134 additions & 42 deletions
Large diffs are not rendered by default.

codegen/cms/hubdb/models/BatchInputHubDbTableRowBatchCloneRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
55
* OpenAPI spec version: v3
6-
*
6+
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech

codegen/cms/hubdb/models/BatchInputHubDbTableRowV3BatchUpdateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
55
* OpenAPI spec version: v3
6-
*
6+
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech

codegen/cms/hubdb/models/BatchInputHubDbTableRowV3Request.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
55
* OpenAPI spec version: v3
6-
*
6+
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
@@ -13,9 +13,6 @@
1313
import { HubDbTableRowV3Request } from '../models/HubDbTableRowV3Request';
1414

1515
export class BatchInputHubDbTableRowV3Request {
16-
/**
17-
*
18-
*/
1916
'inputs': Array<HubDbTableRowV3Request>;
2017

2118
static readonly discriminator: string | undefined = undefined;

codegen/cms/hubdb/models/BatchInputString.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
55
* OpenAPI spec version: v3
6-
*
6+
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
@@ -12,9 +12,6 @@
1212

1313

1414
export class BatchInputString {
15-
/**
16-
*
17-
*/
1815
'inputs': Array<string>;
1916

2017
static readonly discriminator: string | undefined = undefined;

codegen/cms/hubdb/models/BatchResponseHubDbTableRowV3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Hubdb
3-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3+
* Basepom for all HubSpot Projects
44
*
55
* OpenAPI spec version: v3
66
*

codegen/cms/hubdb/models/BatchResponseHubDbTableRowV3WithErrors.ts

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Hubdb
3-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3+
* Basepom for all HubSpot Projects
44
*
55
* OpenAPI spec version: v3
66
*
@@ -14,37 +14,13 @@ import { HubDbTableRowV3 } from '../models/HubDbTableRowV3';
1414
import { StandardError } from '../models/StandardError';
1515

1616
export class BatchResponseHubDbTableRowV3WithErrors {
17-
/**
18-
*
19-
*/
2017
'completedAt': Date;
21-
/**
22-
*
23-
*/
2418
'numErrors'?: number;
25-
/**
26-
*
27-
*/
2819
'requestedAt'?: Date;
29-
/**
30-
*
31-
*/
3220
'startedAt': Date;
33-
/**
34-
*
35-
*/
3621
'links'?: { [key: string]: string; };
37-
/**
38-
*
39-
*/
4022
'results': Array<HubDbTableRowV3>;
41-
/**
42-
*
43-
*/
4423
'errors'?: Array<StandardError>;
45-
/**
46-
*
47-
*/
4824
'status': BatchResponseHubDbTableRowV3WithErrorsStatusEnum;
4925

5026
static readonly discriminator: string | undefined = undefined;

codegen/cms/hubdb/models/BoundedNextPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Hubdb
3-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3+
* Basepom for all HubSpot Projects
44
*
55
* OpenAPI spec version: v3
66
*

codegen/cms/hubdb/models/BoundedPaging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Hubdb
3-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3+
* Basepom for all HubSpot Projects
44
*
55
* OpenAPI spec version: v3
66
*

0 commit comments

Comments
 (0)