You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realign cma-client-analysis snapshots to canonical single-quote output
The previous snapshot update captured a transient state where the
generated `.d.ts` files briefly had double-quoted string literal types.
After the full `generate -> format -> build` flow (which runs biome
with --unsafe and normalizes quotes to single), the sources stably
serialize with single quotes. Re-record the snapshots from this stable
state so `npm run publish` no longer fails on the test step.
* If this model is single-instance, this tells whether the single-instance record has already been created or not. This property only applies to models, not block models
65
65
*/
@@ -155,11 +155,11 @@ export type ItemType = {
155
155
/**
156
156
* The way the model collection should be presented to the editors
157
157
*/
158
-
collection_appeareance?:"compact"|"table";
158
+
collection_appeareance?:'compact'|'table';
159
159
/**
160
160
* The way the model/block model collection should be presented to the editors
161
161
*/
162
-
collection_appearance: "compact"|"table";
162
+
collection_appearance: 'compact'|'table';
163
163
/**
164
164
* Whether the model is single-instance or not. This property only applies to models, not block models
165
165
*/
@@ -191,11 +191,11 @@ export type ItemType = {
191
191
/**
192
192
* If an ordering field is set, this field specifies the sorting direction. This property does not apply to block models
193
193
*/
194
-
ordering_direction: null|"asc"|"desc";
194
+
ordering_direction: null|'asc'|'desc';
195
195
/**
196
196
* Specifies the model's sorting method. Cannot be set in concurrency with ordering_field. This property does not apply to block models
* If this model is single-instance, this tells whether the single-instance record has already been created or not. This property only applies to models, not block models
201
201
*/
@@ -223,14 +223,14 @@ export type ItemType = {
223
223
224
224
exporttypeItemTypeIdentity=string;
225
225
226
-
exporttypeItemTypeType="item_type";
226
+
exporttypeItemTypeType='item_type';
227
227
228
228
exporttypeItemData= {
229
229
type: ItemType1;
230
230
id: ItemIdentity;
231
231
};
232
232
233
-
exporttypeItemType1="item";
233
+
exporttypeItemType1='item';
234
234
235
235
exporttypeItemIdentity=string;
236
236
@@ -239,7 +239,7 @@ export type FieldData = {
239
239
id: FieldIdentity;
240
240
};
241
241
242
-
exporttypeFieldType="field";
242
+
exporttypeFieldType='field';
243
243
244
244
exporttypeFieldIdentity=string;
245
245
@@ -248,7 +248,7 @@ export type FieldsetData = {
248
248
id: FieldsetIdentity;
249
249
};
250
250
251
-
exporttypeFieldsetType="fieldset";
251
+
exporttypeFieldsetType='fieldset';
252
252
253
253
exporttypeFieldsetIdentity=string;
254
254
@@ -257,7 +257,7 @@ export type WorkflowData = {
257
257
id: WorkflowIdentity;
258
258
};
259
259
260
-
exporttypeWorkflowType="workflow";
260
+
exporttypeWorkflowType='workflow';
261
261
262
262
exporttypeWorkflowIdentity=string;
263
263
@@ -314,11 +314,11 @@ export type ItemType = {
314
314
/**
315
315
* The way the model collection should be presented to the editors
316
316
*/
317
-
collection_appeareance?:"compact"|"table";
317
+
collection_appeareance?:'compact'|'table';
318
318
/**
319
319
* The way the model/block model collection should be presented to the editors
320
320
*/
321
-
collection_appearance: "compact"|"table";
321
+
collection_appearance: 'compact'|'table';
322
322
/**
323
323
* Whether the model is single-instance or not. This property only applies to models, not block models
324
324
*/
@@ -350,11 +350,11 @@ export type ItemType = {
350
350
/**
351
351
* If an ordering field is set, this field specifies the sorting direction. This property does not apply to block models
352
352
*/
353
-
ordering_direction: null|"asc"|"desc";
353
+
ordering_direction: null|'asc'|'desc';
354
354
/**
355
355
* Specifies the model's sorting method. Cannot be set in concurrency with ordering_field. This property does not apply to block models
* If this model is single-instance, this tells whether the single-instance record has already been created or not. This property only applies to models, not block models
360
360
*/
@@ -417,11 +417,11 @@ export type ItemType = {
417
417
/**
418
418
* The way the model collection should be presented to the editors
419
419
*/
420
-
collection_appeareance?:"compact"|"table";
420
+
collection_appeareance?:'compact'|'table';
421
421
/**
422
422
* The way the model/block model collection should be presented to the editors
423
423
*/
424
-
collection_appearance: "compact"|"table";
424
+
collection_appearance: 'compact'|'table';
425
425
/**
426
426
* Whether the model is single-instance or not. This property only applies to models, not block models
427
427
*/
@@ -453,11 +453,11 @@ export type ItemType = {
453
453
/**
454
454
* If an ordering field is set, this field specifies the sorting direction. This property does not apply to block models
455
455
*/
456
-
ordering_direction: null|"asc"|"desc";
456
+
ordering_direction: null|'asc'|'desc';
457
457
/**
458
458
* Specifies the model's sorting method. Cannot be set in concurrency with ordering_field. This property does not apply to block models
* If this model is single-instance, this tells whether the single-instance record has already been created or not. This property only applies to models, not block models
463
463
*/
@@ -544,7 +544,7 @@ exports[`TypeScript Compiler API - Unit Tests extractTypeDependencies items.find
0 commit comments