File tree Expand file tree Collapse file tree
dashboard-client/src/generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export {
1717 fromNormalizedFieldValueEntries ,
1818 generateId ,
1919 inspectItem ,
20+ isBlockOfType ,
2021 isBooleanFieldValue ,
2122 isColorFieldValue ,
2223 isDateFieldValue ,
@@ -181,6 +182,7 @@ export type {
181182 LocalizedFieldValue ,
182183 MapEditorConfiguration ,
183184 MarkdownEditorConfiguration ,
185+ NarrowBlockByItemType ,
184186 NewBlockInRequest ,
185187 NormalizedFieldValueEntry ,
186188 NumberRangeValidator ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export {
1717 fromNormalizedFieldValueEntries ,
1818 generateId ,
1919 inspectItem ,
20+ isBlockOfType ,
2021 isBooleanFieldValue ,
2122 isColorFieldValue ,
2223 isDateFieldValue ,
@@ -181,6 +182,7 @@ export type {
181182 LocalizedFieldValue ,
182183 MapEditorConfiguration ,
183184 MarkdownEditorConfiguration ,
185+ NarrowBlockByItemType ,
184186 NewBlockInRequest ,
185187 NormalizedFieldValueEntry ,
186188 NumberRangeValidator ,
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ export class Client {
151151 ...this . config ,
152152 ...options ,
153153 logFn : this . config . logFn || console . log ,
154- userAgent : '@datocms/cma-client' ,
154+ userAgent : '@datocms/cma-client v5.4.5 ' ,
155155 baseUrl : this . baseUrl ,
156156 preCallStack : new Error ( ) . stack ,
157157 extraHeaders : {
Original file line number Diff line number Diff line change @@ -6365,7 +6365,7 @@ export type FieldUpdateSchemaStableShell = {
63656365 data : {
63666366 type : FieldType ;
63676367 id : FieldIdentity ;
6368- attributes : {
6368+ attributes ? : {
63696369 /**
63706370 * Default value for Field. When field is localized accepts an object of default values with site locales as keys
63716371 */
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export class Client {
114114 ...this . config ,
115115 ...options ,
116116 logFn : this . config . logFn || console . log ,
117- userAgent : '@datocms/dashboard-client' ,
117+ userAgent : '@datocms/dashboard-client v5.4.3 ' ,
118118 baseUrl : this . baseUrl ,
119119 preCallStack : new Error ( ) . stack ,
120120 extraHeaders : {
You can’t perform that action at this time.
0 commit comments