Skip to content

Commit 56e77cb

Browse files
committed
Update schema
1 parent bcda3fd commit 56e77cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cma-client/src/generated/ApiTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7892,7 +7892,7 @@ export type ItemValidateExistingSchema<
78927892
> = {
78937893
id?: ItemIdentity;
78947894
type?: ItemType1;
7895-
item_type: ItemTypeData<D>;
7895+
item_type?: ItemTypeData<D>;
78967896
creator?:
78977897
| AccountData
78987898
| AccessTokenData

packages/cma-client/src/generated/RawApiTypes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7599,11 +7599,11 @@ export type ItemValidateExistingSchema<
75997599
* The JSON data associated to the record
76007600
*/
76017601
attributes: ToItemAttributesInRequest<D>;
7602-
relationships: {
7602+
relationships?: {
76037603
/**
76047604
* The record's model
76057605
*/
7606-
item_type: {
7606+
item_type?: {
76077607
data: ItemTypeData<D>;
76087608
};
76097609
/**

0 commit comments

Comments
 (0)