@retailcrm/embed-ui-v1-types 0.5.2-alpha.3 → 0.5.2-alpha.4

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 +0 -2
  2. package/package.json +1 -1
package/context.d.ts CHANGED
@@ -127,9 +127,7 @@ export type CustomDictionaryItem = {
127
127
 
128
128
  export type CustomDictionaryFilter = {
129
129
  after?: string;
130
- before?: string;
131
130
  first?: number;
132
- last?: number;
133
131
  }
134
132
 
135
133
  export interface BasicCustomField<K extends string, T> {
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.2-alpha.3",
5
+ "version": "0.5.2-alpha.4",
6
6
  "license": "MIT",
7
7
  "author": "RetailDriverLLC <integration@retailcrm.ru>",
8
8
  "repository": "git@github.com:retailcrm/embed-ui.git",