@aldb2b/common 1.0.835 → 1.0.839
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/build/enums/elastic-dynamic-property-type.enum.d.ts +5 -0
- package/build/enums/elastic-dynamic-property-type.enum.js +10 -0
- package/build/enums/elastic-dynamic-property-type.enum.js.map +1 -0
- package/build/events/delete-company-custom-fields.interface.d.ts +11 -0
- package/build/events/{update-company-custom-fields.interface.js → delete-company-custom-fields.interface.js} +1 -1
- package/build/events/delete-company-custom-fields.interface.js.map +1 -0
- package/build/events/subjects.d.ts +2 -2
- package/build/events/subjects.js +2 -2
- package/build/events/subjects.js.map +1 -1
- package/build/events/update-elastic-dynamic-property.interface.d.ts +17 -0
- package/build/events/{get-company-custom-fields.interface.js → update-elastic-dynamic-property.interface.js} +1 -1
- package/build/events/update-elastic-dynamic-property.interface.js.map +1 -0
- package/build/index.d.ts +3 -3
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/build/events/get-company-custom-fields.interface.d.ts +0 -10
- package/build/events/get-company-custom-fields.interface.js.map +0 -1
- package/build/events/update-company-custom-fields.interface.d.ts +0 -14
- package/build/events/update-company-custom-fields.interface.js.map +0 -1
- package/build/types/custom-field.interface.d.ts +0 -12
- package/build/types/custom-field.interface.js +0 -3
- package/build/types/custom-field.interface.js.map +0 -1
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-custom-fields.interface.js","sourceRoot":"","sources":["../../src/events/get-company-custom-fields.interface.ts"],"names":[],"mappings":""}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { CustomFieldInterface } from '../types/custom-field.interface';
|
|
2
|
-
import { Subjects } from './subjects';
|
|
3
|
-
export declare namespace UpdateCompanyCustomFields {
|
|
4
|
-
interface Context {
|
|
5
|
-
subject: Subjects.UpdateCompanyCustomFields;
|
|
6
|
-
data: Data;
|
|
7
|
-
}
|
|
8
|
-
interface Data {
|
|
9
|
-
eventId: string;
|
|
10
|
-
deletedProfileItemIds: string[];
|
|
11
|
-
newCustomFields: CustomFieldInterface[];
|
|
12
|
-
editedCustomFields: CustomFieldInterface[];
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-company-custom-fields.interface.js","sourceRoot":"","sources":["../../src/events/update-company-custom-fields.interface.ts"],"names":[],"mappings":""}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ProfileItemCustomType } from '../enums/profile-item-custom-type.enum';
|
|
2
|
-
export interface CustomFieldInterface {
|
|
3
|
-
profileItemId: string;
|
|
4
|
-
name: string;
|
|
5
|
-
label: string;
|
|
6
|
-
customType: ProfileItemCustomType;
|
|
7
|
-
customTypePossibleValues: CustomTypePossibleValueInterface[];
|
|
8
|
-
}
|
|
9
|
-
export interface CustomTypePossibleValueInterface {
|
|
10
|
-
identifier: number;
|
|
11
|
-
value: string;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"custom-field.interface.js","sourceRoot":"","sources":["../../src/types/custom-field.interface.ts"],"names":[],"mappings":""}
|