We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcda3fd commit 56e77cbCopy full SHA for 56e77cb
2 files changed
packages/cma-client/src/generated/ApiTypes.ts
@@ -7892,7 +7892,7 @@ export type ItemValidateExistingSchema<
7892
> = {
7893
id?: ItemIdentity;
7894
type?: ItemType1;
7895
- item_type: ItemTypeData<D>;
+ item_type?: ItemTypeData<D>;
7896
creator?:
7897
| AccountData
7898
| AccessTokenData
packages/cma-client/src/generated/RawApiTypes.ts
@@ -7599,11 +7599,11 @@ export type ItemValidateExistingSchema<
7599
* The JSON data associated to the record
7600
*/
7601
attributes: ToItemAttributesInRequest<D>;
7602
- relationships: {
+ relationships?: {
7603
/**
7604
* The record's model
7605
7606
- item_type: {
+ item_type?: {
7607
data: ItemTypeData<D>;
7608
};
7609
0 commit comments