@retailcrm/embed-ui-v1-types 0.5.23-alpha.2 → 0.5.23-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.
Files changed (2) hide show
  1. package/context.d.ts +1 -0
  2. package/package.json +1 -1
package/context.d.ts CHANGED
@@ -28,6 +28,7 @@ export type ContextSchemaList = {
28
28
  [key: string]: ContextSchema;
29
29
  }
30
30
 
31
+ /** @deprecated Use ContextSchemaList instead */
31
32
  export type ContextSchemaMap = ContextSchemaList
32
33
 
33
34
  export type Context<S extends ContextSchema> = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@retailcrm/embed-ui-v1-types",
3
3
  "description": "Basic types declarations for RetailCRM JS API",
4
4
  "type": "module",
5
- "version": "0.5.23-alpha.2",
5
+ "version": "0.5.23-alpha.3",
6
6
  "license": "MIT",
7
7
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
8
8
  "repository": "git@github.com:retailcrm/embed-ui.git",