Skip to content

Commit

Permalink
build(codegen): updating SDK (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
  • Loading branch information
ct-sdks[bot] authored Nov 7, 2024
1 parent 03e722b commit b423ae1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/importapi-sdk/src/generated/models/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ImportResource, LocalizedString } from './common'
*/
export type TypeTextInputHint = 'MultiLine' | 'SingleLine' | string
/**
* IDs indicating the [customizable resources and data types](/../api/projects/types#list-of-customizable-data-types). Maps to `Type.resourceTypeId`.
* With Types, you can model your own Custom Fields on the following resources and data types. Maps to `Type.resourceTypeId`.
*
*/
export type ResourceTypeId =
Expand Down
8 changes: 4 additions & 4 deletions packages/platform-sdk/src/generated/models/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ export interface CustomFields {
*/
readonly type: TypeReference
/**
* Object containing the Custom Fields for the [customized resource or data type](/../api/projects/types#list-of-customizable-data-types).
* Object containing the Custom Fields for the [customized resource or data type](/../api/projects/types#resourcetypeid).
*
*
*/
readonly fields: FieldContainer
}
/**
* The representation used when creating or updating a [customizable data type](/../api/projects/types#list-of-customizable-data-types) with Custom Fields.
* The representation used when creating or updating a [customizable data type](/../api/projects/types#resourcetypeid) with Custom Fields.
*
*/
export interface CustomFieldsDraft {
Expand All @@ -101,7 +101,7 @@ export interface CustomFieldsDraft {
*/
readonly type: TypeResourceIdentifier
/**
* Object containing the Custom Fields for the [customized resource or data type](/../api/projects/types#list-of-customizable-data-types).
* Object containing the Custom Fields for the [customized resource or data type](/../api/projects/types#resourcetypeid).
*
*
*/
Expand Down Expand Up @@ -267,7 +267,7 @@ export interface CustomFieldTimeType {
readonly name: 'Time'
}
/**
* IDs indicating the [customizable resources and data types](/../api/projects/types#list-of-customizable-data-types).
* With Types, you can model your own Custom Fields on the following resources and data types.
*
*/
export type ResourceTypeId =
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,4 @@ d410bad973f2fe90ea8239c4cb586fe0cfc13856
0dec565903d52229b25140447f4216f4781bd976
ccf4522140c12b0093aefe0e2a27d62bcc4834a6
6bb8d35316a92441d0a59417b49ad3a8c7037e45
07b822efee634159a97f9ba24f86114b984d8d4c

0 comments on commit b423ae1

Please sign in to comment.