@uniformdev/canvas 20.13.0 → 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
@@ -553,7 +553,7 @@ interface components$n {
553
553
  categoryId?: string | null;
554
554
  /** @description Description of the component definition */
555
555
  description?: string;
556
- /** @description Description of the component definition */
556
+ /** @description Preview image URL for the component definition (shown in the UI) */
557
557
  previewImageUrl?: string;
558
558
  /**
559
559
  * @description if this component uses team permissions or custom permissions
@@ -778,7 +778,7 @@ interface components$m {
778
778
  categoryId?: string | null;
779
779
  /** @description Description of the component definition */
780
780
  description?: string;
781
- /** @description Description of the component definition */
781
+ /** @description Preview image URL for the component definition (shown in the UI) */
782
782
  previewImageUrl?: string;
783
783
  /**
784
784
  * @description if this component uses team permissions or custom permissions
@@ -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
@@ -553,7 +553,7 @@ interface components$n {
553
553
  categoryId?: string | null;
554
554
  /** @description Description of the component definition */
555
555
  description?: string;
556
- /** @description Description of the component definition */
556
+ /** @description Preview image URL for the component definition (shown in the UI) */
557
557
  previewImageUrl?: string;
558
558
  /**
559
559
  * @description if this component uses team permissions or custom permissions
@@ -778,7 +778,7 @@ interface components$m {
778
778
  categoryId?: string | null;
779
779
  /** @description Description of the component definition */
780
780
  description?: string;
781
- /** @description Description of the component definition */
781
+ /** @description Preview image URL for the component definition (shown in the UI) */
782
782
  previewImageUrl?: string;
783
783
  /**
784
784
  * @description if this component uses team permissions or custom permissions
@@ -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.0",
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.0",
42
- "@uniformdev/context": "20.13.0",
43
- "@uniformdev/richtext": "20.13.0",
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": "36c83896202c3bc07890f4ce940fb2047fa51042"
52
+ "gitHead": "21928e999b3570c04b285c4e9793a34ad6c43b5e"
53
53
  }