kui-crm 0.0.330 → 0.0.331

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/index.d.ts CHANGED
@@ -960,7 +960,7 @@ declare const _default$l: typeof CompanyAutocomplete;
960
960
 
961
961
  declare class FileStore implements FileStoreInterface {
962
962
  id: number | null;
963
- index?: number;
963
+ index?: number | null;
964
964
  name: string;
965
965
  url: string;
966
966
  date: DateTime | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.330",
3
+ "version": "0.0.331",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -237,7 +237,7 @@ type CompanyAutocompleteFields = {
237
237
 
238
238
  declare class FileStore implements FileStoreInterface {
239
239
  id: number | null;
240
- index?: number;
240
+ index?: number | null;
241
241
  name: string;
242
242
  url: string;
243
243
  date: DateTime | null;
package/utils/index.d.ts CHANGED
@@ -147,7 +147,7 @@ declare type CountryParams = {
147
147
 
148
148
  declare class FileStore implements FileStoreInterface {
149
149
  id: number | null;
150
- index?: number;
150
+ index?: number | null;
151
151
  name: string;
152
152
  url: string;
153
153
  date: DateTime | null;