@uniformdev/canvas 20.13.2 → 20.13.3-alpha.12

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
@@ -10105,10 +10105,7 @@ interface paths$6 {
10105
10105
  path?: never;
10106
10106
  cookie?: never;
10107
10107
  };
10108
- /**
10109
- * @deprecated
10110
- * @description Gets all preview URLs
10111
- */
10108
+ /** @description Gets all preview URLs */
10112
10109
  get: {
10113
10110
  parameters: {
10114
10111
  query: {
@@ -10153,10 +10150,7 @@ interface paths$6 {
10153
10150
  500: components$6["responses"]["InternalServerError"];
10154
10151
  };
10155
10152
  };
10156
- /**
10157
- * @deprecated
10158
- * @description Upserts a preview URL
10159
- */
10153
+ /** @description Upserts a preview URL */
10160
10154
  put: {
10161
10155
  parameters: {
10162
10156
  query?: never;
@@ -10218,10 +10212,7 @@ interface paths$6 {
10218
10212
  };
10219
10213
  };
10220
10214
  post?: never;
10221
- /**
10222
- * @deprecated
10223
- * @description Deletes a preview URL
10224
- */
10215
+ /** @description Deletes a preview URL */
10225
10216
  delete: {
10226
10217
  parameters: {
10227
10218
  query?: never;
@@ -12402,8 +12393,6 @@ declare const createCanvasChannel: ({ listenTo, broadcastTo, }: {
12402
12393
 
12403
12394
  /**
12404
12395
  * API client to work with Uniform Project Preview entities
12405
- *
12406
- * @deprecated beta functionality subject to change
12407
12396
  */
12408
12397
  declare class PreviewClient extends ApiClient {
12409
12398
  constructor(options: ClientOptions);
package/dist/index.d.ts CHANGED
@@ -10105,10 +10105,7 @@ interface paths$6 {
10105
10105
  path?: never;
10106
10106
  cookie?: never;
10107
10107
  };
10108
- /**
10109
- * @deprecated
10110
- * @description Gets all preview URLs
10111
- */
10108
+ /** @description Gets all preview URLs */
10112
10109
  get: {
10113
10110
  parameters: {
10114
10111
  query: {
@@ -10153,10 +10150,7 @@ interface paths$6 {
10153
10150
  500: components$6["responses"]["InternalServerError"];
10154
10151
  };
10155
10152
  };
10156
- /**
10157
- * @deprecated
10158
- * @description Upserts a preview URL
10159
- */
10153
+ /** @description Upserts a preview URL */
10160
10154
  put: {
10161
10155
  parameters: {
10162
10156
  query?: never;
@@ -10218,10 +10212,7 @@ interface paths$6 {
10218
10212
  };
10219
10213
  };
10220
10214
  post?: never;
10221
- /**
10222
- * @deprecated
10223
- * @description Deletes a preview URL
10224
- */
10215
+ /** @description Deletes a preview URL */
10225
10216
  delete: {
10226
10217
  parameters: {
10227
10218
  query?: never;
@@ -12402,8 +12393,6 @@ declare const createCanvasChannel: ({ listenTo, broadcastTo, }: {
12402
12393
 
12403
12394
  /**
12404
12395
  * API client to work with Uniform Project Preview entities
12405
- *
12406
- * @deprecated beta functionality subject to change
12407
12396
  */
12408
12397
  declare class PreviewClient extends ApiClient {
12409
12398
  constructor(options: ClientOptions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.13.2",
3
+ "version": "20.13.3-alpha.12+21928e999b",
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,9 +38,9 @@
38
38
  "p-throttle": "5.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "20.13.2",
42
- "@uniformdev/context": "20.13.2",
43
- "@uniformdev/richtext": "20.13.2",
41
+ "@uniformdev/assets": "20.13.3-alpha.12+21928e999b",
42
+ "@uniformdev/context": "20.13.3-alpha.12+21928e999b",
43
+ "@uniformdev/richtext": "20.13.3-alpha.12+21928e999b",
44
44
  "immer": "10.1.1"
45
45
  },
46
46
  "files": [
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "a9f1943df4e10e77972224d0e2d679e4fcda25c6"
52
+ "gitHead": "21928e999b3570c04b285c4e9793a34ad6c43b5e"
53
53
  }