@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.835",
3
+ "version": "1.0.839",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -1,10 +0,0 @@
1
- import { Subjects } from './subjects';
2
- export declare namespace GetCompanyCustomFields {
3
- interface Context {
4
- subject: Subjects.GetCompanyCustomFields;
5
- data: Data;
6
- }
7
- interface Data {
8
- eventId: string;
9
- }
10
- }
@@ -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,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=custom-field.interface.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"custom-field.interface.js","sourceRoot":"","sources":["../../src/types/custom-field.interface.ts"],"names":[],"mappings":""}