@nxtedition/types 23.0.38 → 23.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,6 +63,11 @@ export declare const randomPublishRecord: () => {
63
63
  marginR?: string | undefined;
64
64
  marginV?: string | undefined;
65
65
  encoding?: string | undefined;
66
+ previewSettings?: {
67
+ aspectRatio?: string | undefined;
68
+ backgroundAssetId?: string | undefined;
69
+ text?: string | undefined;
70
+ } | undefined;
66
71
  } | undefined;
67
72
  };
68
73
  } | undefined;
@@ -158,6 +163,11 @@ export declare const randomPublishRecord: () => {
158
163
  marginR?: string | undefined;
159
164
  marginV?: string | undefined;
160
165
  encoding?: string | undefined;
166
+ previewSettings?: {
167
+ aspectRatio?: string | undefined;
168
+ backgroundAssetId?: string | undefined;
169
+ text?: string | undefined;
170
+ } | undefined;
161
171
  } | undefined;
162
172
  };
163
173
  } | undefined;
@@ -259,6 +269,11 @@ export declare const randomPublishRecord: () => {
259
269
  marginR?: string | undefined;
260
270
  marginV?: string | undefined;
261
271
  encoding?: string | undefined;
272
+ previewSettings?: {
273
+ aspectRatio?: string | undefined;
274
+ backgroundAssetId?: string | undefined;
275
+ text?: string | undefined;
276
+ } | undefined;
262
277
  } | undefined;
263
278
  };
264
279
  } | undefined;
@@ -368,6 +383,11 @@ export declare const randomPublishRecord: () => {
368
383
  marginR?: string | undefined;
369
384
  marginV?: string | undefined;
370
385
  encoding?: string | undefined;
386
+ previewSettings?: {
387
+ aspectRatio?: string | undefined;
388
+ backgroundAssetId?: string | undefined;
389
+ text?: string | undefined;
390
+ } | undefined;
371
391
  } | undefined;
372
392
  };
373
393
  } | undefined;
@@ -482,6 +502,11 @@ export declare const randomPublishRecord: () => {
482
502
  marginR?: string | undefined;
483
503
  marginV?: string | undefined;
484
504
  encoding?: string | undefined;
505
+ previewSettings?: {
506
+ aspectRatio?: string | undefined;
507
+ backgroundAssetId?: string | undefined;
508
+ text?: string | undefined;
509
+ } | undefined;
485
510
  } | undefined;
486
511
  };
487
512
  } | undefined;
@@ -623,6 +648,11 @@ export declare const randomPublishStatsRecord: () => {
623
648
  marginR?: string | undefined;
624
649
  marginV?: string | undefined;
625
650
  encoding?: string | undefined;
651
+ previewSettings?: {
652
+ aspectRatio?: string | undefined;
653
+ backgroundAssetId?: string | undefined;
654
+ text?: string | undefined;
655
+ } | undefined;
626
656
  } | undefined;
627
657
  };
628
658
  } | undefined;
@@ -811,6 +841,11 @@ export declare const randomFilePublishRecord: () => {
811
841
  marginR?: string | undefined;
812
842
  marginV?: string | undefined;
813
843
  encoding?: string | undefined;
844
+ previewSettings?: {
845
+ aspectRatio?: string | undefined;
846
+ backgroundAssetId?: string | undefined;
847
+ text?: string | undefined;
848
+ } | undefined;
814
849
  } | undefined;
815
850
  };
816
851
  } | undefined;
@@ -920,6 +955,11 @@ export declare const randomFilePublishRecord: () => {
920
955
  marginR?: string | undefined;
921
956
  marginV?: string | undefined;
922
957
  encoding?: string | undefined;
958
+ previewSettings?: {
959
+ aspectRatio?: string | undefined;
960
+ backgroundAssetId?: string | undefined;
961
+ text?: string | undefined;
962
+ } | undefined;
923
963
  } | undefined;
924
964
  };
925
965
  } | undefined;
@@ -1051,6 +1091,11 @@ export declare const randomFilePublishRender: () => string | {
1051
1091
  marginR?: string | undefined;
1052
1092
  marginV?: string | undefined;
1053
1093
  encoding?: string | undefined;
1094
+ previewSettings?: {
1095
+ aspectRatio?: string | undefined;
1096
+ backgroundAssetId?: string | undefined;
1097
+ text?: string | undefined;
1098
+ } | undefined;
1054
1099
  } | undefined;
1055
1100
  };
1056
1101
  } | undefined;
@@ -1216,6 +1261,11 @@ export declare const randomFilePublishStatsRecord: () => {
1216
1261
  marginR?: string | undefined;
1217
1262
  marginV?: string | undefined;
1218
1263
  encoding?: string | undefined;
1264
+ previewSettings?: {
1265
+ aspectRatio?: string | undefined;
1266
+ backgroundAssetId?: string | undefined;
1267
+ text?: string | undefined;
1268
+ } | undefined;
1219
1269
  } | undefined;
1220
1270
  };
1221
1271
  } | undefined;
@@ -1343,6 +1393,11 @@ export declare const randomFilePublishDefaults: () => {
1343
1393
  marginR?: string | undefined;
1344
1394
  marginV?: string | undefined;
1345
1395
  encoding?: string | undefined;
1396
+ previewSettings?: {
1397
+ aspectRatio?: string | undefined;
1398
+ backgroundAssetId?: string | undefined;
1399
+ text?: string | undefined;
1400
+ } | undefined;
1346
1401
  } | undefined;
1347
1402
  };
1348
1403
  } | undefined;