@inceptionbg/main 2.0.78 → 2.0.79
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.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1096,6 +1096,7 @@ interface DocumentIndicies {
|
|
|
1096
1096
|
interface IIndexData {
|
|
1097
1097
|
uuid?: string;
|
|
1098
1098
|
name?: string;
|
|
1099
|
+
code?: string;
|
|
1099
1100
|
fieldType?: IndexDataFieldType;
|
|
1100
1101
|
fieldTypeObj?: ISelectData;
|
|
1101
1102
|
codebook?: Partial<IIndexDataCodebook>;
|
|
@@ -1108,7 +1109,6 @@ interface IIndexData {
|
|
|
1108
1109
|
minLength?: number;
|
|
1109
1110
|
maxLength?: number;
|
|
1110
1111
|
indexOrder?: number;
|
|
1111
|
-
code?: string;
|
|
1112
1112
|
}
|
|
1113
1113
|
interface IIndex {
|
|
1114
1114
|
uuid?: string;
|