@uniformdev/canvas 19.57.0 → 19.58.1-alpha.16

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
@@ -1,5 +1,6 @@
1
1
  import { ApiClient, ExceptProject, ClientOptions, ApiClientError } from '@uniformdev/context/api';
2
2
  export { ApiClientError } from '@uniformdev/context/api';
3
+ import { AssetGetResponseSingle } from '@uniformdev/assets';
3
4
  import Pusher from 'pusher-js';
4
5
  import { Options as Options$1 } from 'p-retry';
5
6
  import { Options } from 'p-throttle';
@@ -9659,6 +9660,7 @@ type CanvasDefinitions = {
9659
9660
  categories?: Array<Category>;
9660
9661
  contentTypes?: Array<ContentType>;
9661
9662
  entries?: Array<Entry>;
9663
+ assets?: Array<AssetGetResponseSingle>;
9662
9664
  };
9663
9665
  /** Defines shared parameters for requests getting a single composition */
9664
9666
  type CompositionGetOneSharedParameters = Pick<CompositionGetParameters, 'state' | 'skipEnhance' | 'skipPatternResolution' | 'withComponentIDs' | 'withUIStatus' | 'withTotalCount' | 'skipOverridesResolution' | 'withContentSourceMap' | 'versionId'>;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import { ApiClient, ExceptProject, ClientOptions, ApiClientError } from '@uniformdev/context/api';
2
2
  export { ApiClientError } from '@uniformdev/context/api';
3
+ import { AssetGetResponseSingle } from '@uniformdev/assets';
3
4
  import Pusher from 'pusher-js';
4
5
  import { Options as Options$1 } from 'p-retry';
5
6
  import { Options } from 'p-throttle';
@@ -9659,6 +9660,7 @@ type CanvasDefinitions = {
9659
9660
  categories?: Array<Category>;
9660
9661
  contentTypes?: Array<ContentType>;
9661
9662
  entries?: Array<Entry>;
9663
+ assets?: Array<AssetGetResponseSingle>;
9662
9664
  };
9663
9665
  /** Defines shared parameters for requests getting a single composition */
9664
9666
  type CompositionGetOneSharedParameters = Pick<CompositionGetParameters, 'state' | 'skipEnhance' | 'skipPatternResolution' | 'withComponentIDs' | 'withUIStatus' | 'withTotalCount' | 'skipOverridesResolution' | 'withContentSourceMap' | 'versionId'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.57.0",
3
+ "version": "19.58.1-alpha.16+5b13596bc",
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,8 @@
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/context": "19.57.0",
41
+ "@uniformdev/assets": "19.58.1-alpha.16+5b13596bc",
42
+ "@uniformdev/context": "19.58.1-alpha.16+5b13596bc",
42
43
  "immer": "9.0.21"
43
44
  },
44
45
  "files": [
@@ -47,5 +48,5 @@
47
48
  "publishConfig": {
48
49
  "access": "public"
49
50
  },
50
- "gitHead": "34b8d4a74f9029d507640eb8ef52d7bcf7e6d552"
51
+ "gitHead": "5b13596bc07ad3b8d3809122c9843d17e4a6f413"
51
52
  }