@uniformdev/canvas 19.27.0 → 19.27.1-alpha.3
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.ts +14 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -5342,6 +5342,8 @@ interface external$3 {
|
|
5342
5342
|
* If false, the `_id` will not be present in the API response.
|
5343
5343
|
*/
|
5344
5344
|
withComponentIDs?: external$3["../../../lambda/functions/v1-route.swagger.yml"]["components"]["parameters"]["withComponentIDs"];
|
5345
|
+
/** @deprecated Includes content source map metadata on supported parameters */
|
5346
|
+
withContentSourceMap?: external$3["../../../lambda/functions/v1-route.swagger.yml"]["components"]["parameters"]["withContentSourceMap"];
|
5345
5347
|
};
|
5346
5348
|
};
|
5347
5349
|
responses: {
|
@@ -5436,6 +5438,11 @@ interface external$3 {
|
|
5436
5438
|
* If false, the `_id` will not be present in the API response.
|
5437
5439
|
*/
|
5438
5440
|
withComponentIDs: boolean;
|
5441
|
+
/**
|
5442
|
+
* @deprecated
|
5443
|
+
* @description Includes content source map metadata on supported parameters
|
5444
|
+
*/
|
5445
|
+
withContentSourceMap: boolean;
|
5439
5446
|
};
|
5440
5447
|
};
|
5441
5448
|
operations: {};
|
@@ -5483,6 +5490,8 @@ interface paths$2 {
|
|
5483
5490
|
* If false, the `_id` will not be present in the API response.
|
5484
5491
|
*/
|
5485
5492
|
withComponentIDs?: components["parameters"]["withComponentIDs"];
|
5493
|
+
/** @deprecated Includes content source map metadata on supported parameters */
|
5494
|
+
withContentSourceMap?: components["parameters"]["withContentSourceMap"];
|
5486
5495
|
};
|
5487
5496
|
};
|
5488
5497
|
responses: {
|
@@ -5577,6 +5586,11 @@ interface components {
|
|
5577
5586
|
* If false, the `_id` will not be present in the API response.
|
5578
5587
|
*/
|
5579
5588
|
withComponentIDs: boolean;
|
5589
|
+
/**
|
5590
|
+
* @deprecated
|
5591
|
+
* @description Includes content source map metadata on supported parameters
|
5592
|
+
*/
|
5593
|
+
withContentSourceMap: boolean;
|
5580
5594
|
};
|
5581
5595
|
}
|
5582
5596
|
interface external$2 {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.27.
|
3
|
+
"version": "19.27.1-alpha.3+9f5adae97",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"pusher-js": "8.0.1"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/context": "19.27.
|
41
|
+
"@uniformdev/context": "19.27.1-alpha.3+9f5adae97",
|
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": "
|
50
|
+
"gitHead": "9f5adae974295b306b539dea3657d728fed7f527"
|
51
51
|
}
|