@uniformdev/canvas 19.42.1-alpha.7 → 19.45.0

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.
package/dist/index.d.mts CHANGED
@@ -409,11 +409,13 @@ interface components$4 {
409
409
  headers?: {
410
410
  key: string;
411
411
  value: string;
412
+ omitIfEmpty?: boolean;
412
413
  }[];
413
414
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
414
415
  parameters?: {
415
416
  key: string;
416
417
  value: string;
418
+ omitIfEmpty?: boolean;
417
419
  }[];
418
420
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
419
421
  body?: string;
@@ -1057,11 +1059,13 @@ interface external$a {
1057
1059
  headers?: {
1058
1060
  key: string;
1059
1061
  value: string;
1062
+ omitIfEmpty?: boolean;
1060
1063
  }[];
1061
1064
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
1062
1065
  parameters?: {
1063
1066
  key: string;
1064
1067
  value: string;
1068
+ omitIfEmpty?: boolean;
1065
1069
  }[];
1066
1070
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
1067
1071
  body?: string;
@@ -1706,11 +1710,13 @@ interface external$9 {
1706
1710
  headers?: {
1707
1711
  key: string;
1708
1712
  value: string;
1713
+ omitIfEmpty?: boolean;
1709
1714
  }[];
1710
1715
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
1711
1716
  parameters?: {
1712
1717
  key: string;
1713
1718
  value: string;
1719
+ omitIfEmpty?: boolean;
1714
1720
  }[];
1715
1721
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
1716
1722
  body?: string;
@@ -2351,11 +2357,13 @@ interface external$8 {
2351
2357
  headers?: {
2352
2358
  key: string;
2353
2359
  value: string;
2360
+ omitIfEmpty?: boolean;
2354
2361
  }[];
2355
2362
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
2356
2363
  parameters?: {
2357
2364
  key: string;
2358
2365
  value: string;
2366
+ omitIfEmpty?: boolean;
2359
2367
  }[];
2360
2368
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
2361
2369
  body?: string;
@@ -2939,11 +2947,13 @@ interface external$7 {
2939
2947
  headers?: {
2940
2948
  key: string;
2941
2949
  value: string;
2950
+ omitIfEmpty?: boolean;
2942
2951
  }[];
2943
2952
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
2944
2953
  parameters?: {
2945
2954
  key: string;
2946
2955
  value: string;
2956
+ omitIfEmpty?: boolean;
2947
2957
  }[];
2948
2958
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
2949
2959
  body?: string;
@@ -3562,11 +3572,13 @@ interface external$6 {
3562
3572
  headers?: {
3563
3573
  key: string;
3564
3574
  value: string;
3575
+ omitIfEmpty?: boolean;
3565
3576
  }[];
3566
3577
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
3567
3578
  parameters?: {
3568
3579
  key: string;
3569
3580
  value: string;
3581
+ omitIfEmpty?: boolean;
3570
3582
  }[];
3571
3583
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
3572
3584
  body?: string;
@@ -4610,11 +4622,13 @@ interface external$5 {
4610
4622
  headers?: {
4611
4623
  key: string;
4612
4624
  value: string;
4625
+ omitIfEmpty?: boolean;
4613
4626
  }[];
4614
4627
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
4615
4628
  parameters?: {
4616
4629
  key: string;
4617
4630
  value: string;
4631
+ omitIfEmpty?: boolean;
4618
4632
  }[];
4619
4633
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
4620
4634
  body?: string;
@@ -5449,11 +5463,13 @@ interface external$3 {
5449
5463
  headers?: {
5450
5464
  key: string;
5451
5465
  value: string;
5466
+ omitIfEmpty?: boolean;
5452
5467
  }[];
5453
5468
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
5454
5469
  parameters?: {
5455
5470
  key: string;
5456
5471
  value: string;
5472
+ omitIfEmpty?: boolean;
5457
5473
  }[];
5458
5474
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
5459
5475
  body?: string;
@@ -6952,11 +6968,13 @@ interface external$2 {
6952
6968
  headers?: {
6953
6969
  key: string;
6954
6970
  value: string;
6971
+ omitIfEmpty?: boolean;
6955
6972
  }[];
6956
6973
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
6957
6974
  parameters?: {
6958
6975
  key: string;
6959
6976
  value: string;
6977
+ omitIfEmpty?: boolean;
6960
6978
  }[];
6961
6979
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
6962
6980
  body?: string;
@@ -8464,7 +8482,7 @@ type ContextualEditingComponentReference = {
8464
8482
  parentId?: string;
8465
8483
  parentType?: string;
8466
8484
  isLocalized?: boolean;
8467
- isEditable?: boolean | undefined;
8485
+ isReadOnly?: boolean | undefined;
8468
8486
  };
8469
8487
 
8470
8488
  type EnhancerContext = {
package/dist/index.d.ts CHANGED
@@ -409,11 +409,13 @@ interface components$4 {
409
409
  headers?: {
410
410
  key: string;
411
411
  value: string;
412
+ omitIfEmpty?: boolean;
412
413
  }[];
413
414
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
414
415
  parameters?: {
415
416
  key: string;
416
417
  value: string;
418
+ omitIfEmpty?: boolean;
417
419
  }[];
418
420
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
419
421
  body?: string;
@@ -1057,11 +1059,13 @@ interface external$a {
1057
1059
  headers?: {
1058
1060
  key: string;
1059
1061
  value: string;
1062
+ omitIfEmpty?: boolean;
1060
1063
  }[];
1061
1064
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
1062
1065
  parameters?: {
1063
1066
  key: string;
1064
1067
  value: string;
1068
+ omitIfEmpty?: boolean;
1065
1069
  }[];
1066
1070
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
1067
1071
  body?: string;
@@ -1706,11 +1710,13 @@ interface external$9 {
1706
1710
  headers?: {
1707
1711
  key: string;
1708
1712
  value: string;
1713
+ omitIfEmpty?: boolean;
1709
1714
  }[];
1710
1715
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
1711
1716
  parameters?: {
1712
1717
  key: string;
1713
1718
  value: string;
1719
+ omitIfEmpty?: boolean;
1714
1720
  }[];
1715
1721
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
1716
1722
  body?: string;
@@ -2351,11 +2357,13 @@ interface external$8 {
2351
2357
  headers?: {
2352
2358
  key: string;
2353
2359
  value: string;
2360
+ omitIfEmpty?: boolean;
2354
2361
  }[];
2355
2362
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
2356
2363
  parameters?: {
2357
2364
  key: string;
2358
2365
  value: string;
2366
+ omitIfEmpty?: boolean;
2359
2367
  }[];
2360
2368
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
2361
2369
  body?: string;
@@ -2939,11 +2947,13 @@ interface external$7 {
2939
2947
  headers?: {
2940
2948
  key: string;
2941
2949
  value: string;
2950
+ omitIfEmpty?: boolean;
2942
2951
  }[];
2943
2952
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
2944
2953
  parameters?: {
2945
2954
  key: string;
2946
2955
  value: string;
2956
+ omitIfEmpty?: boolean;
2947
2957
  }[];
2948
2958
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
2949
2959
  body?: string;
@@ -3562,11 +3572,13 @@ interface external$6 {
3562
3572
  headers?: {
3563
3573
  key: string;
3564
3574
  value: string;
3575
+ omitIfEmpty?: boolean;
3565
3576
  }[];
3566
3577
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
3567
3578
  parameters?: {
3568
3579
  key: string;
3569
3580
  value: string;
3581
+ omitIfEmpty?: boolean;
3570
3582
  }[];
3571
3583
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
3572
3584
  body?: string;
@@ -4610,11 +4622,13 @@ interface external$5 {
4610
4622
  headers?: {
4611
4623
  key: string;
4612
4624
  value: string;
4625
+ omitIfEmpty?: boolean;
4613
4626
  }[];
4614
4627
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
4615
4628
  parameters?: {
4616
4629
  key: string;
4617
4630
  value: string;
4631
+ omitIfEmpty?: boolean;
4618
4632
  }[];
4619
4633
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
4620
4634
  body?: string;
@@ -5449,11 +5463,13 @@ interface external$3 {
5449
5463
  headers?: {
5450
5464
  key: string;
5451
5465
  value: string;
5466
+ omitIfEmpty?: boolean;
5452
5467
  }[];
5453
5468
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
5454
5469
  parameters?: {
5455
5470
  key: string;
5456
5471
  value: string;
5472
+ omitIfEmpty?: boolean;
5457
5473
  }[];
5458
5474
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
5459
5475
  body?: string;
@@ -6952,11 +6968,13 @@ interface external$2 {
6952
6968
  headers?: {
6953
6969
  key: string;
6954
6970
  value: string;
6971
+ omitIfEmpty?: boolean;
6955
6972
  }[];
6956
6973
  /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys. */
6957
6974
  parameters?: {
6958
6975
  key: string;
6959
6976
  value: string;
6977
+ omitIfEmpty?: boolean;
6960
6978
  }[];
6961
6979
  /** @description Body to pass with requests to the data type (ignored unless method is POST) */
6962
6980
  body?: string;
@@ -8464,7 +8482,7 @@ type ContextualEditingComponentReference = {
8464
8482
  parentId?: string;
8465
8483
  parentType?: string;
8466
8484
  isLocalized?: boolean;
8467
- isEditable?: boolean | undefined;
8485
+ isReadOnly?: boolean | undefined;
8468
8486
  };
8469
8487
 
8470
8488
  type EnhancerContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.42.1-alpha.7+1380aadd7",
3
+ "version": "19.45.0",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/retry": "0.12.1",
35
- "lexical": "^0.11.3",
35
+ "lexical": "^0.12.0",
36
36
  "p-retry": "5.1.2",
37
37
  "p-throttle": "5.0.0",
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/context": "19.42.1-alpha.7+1380aadd7",
41
+ "@uniformdev/context": "19.45.0",
42
42
  "immer": "9.0.21"
43
43
  },
44
44
  "files": [
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "1380aadd7c71f6f120f933a40e73e113518e3716"
50
+ "gitHead": "ff90cd6bd6d9db14f0d3a2ba8bd4db538b66548c"
51
51
  }