@experts_hub/shared 1.0.282 → 1.0.284

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.
@@ -1,2 +1,3 @@
1
1
  export * from './match.decorator';
2
2
  export * from './is-valid-mobile-number.decorator';
3
+ export * from './is-business-email.decorator';
@@ -0,0 +1,7 @@
1
+ import { ValidationOptions, ValidatorConstraintInterface, ValidationArguments } from "class-validator";
2
+ export declare class IsBusinessEmailConstraint implements ValidatorConstraintInterface {
3
+ private readonly blockedDomains;
4
+ validate(value: any): boolean;
5
+ defaultMessage(args: ValidationArguments): string;
6
+ }
7
+ export declare function IsBusinessEmail(validationOptions?: ValidationOptions): (object: Object, propertyName: string) => void;
@@ -68,4 +68,5 @@ export declare class FreelancerProfile extends BaseEntity {
68
68
  profileCompletedPercentage: Record<string, number>;
69
69
  serviceAgreementUrl: string;
70
70
  serviceAggrementSignedOn: Date;
71
+ isExpertshubVerified: boolean;
71
72
  }
package/dist/index.d.mts CHANGED
@@ -735,6 +735,7 @@ declare class FreelancerProfile extends BaseEntity {
735
735
  profileCompletedPercentage: Record<string, number>;
736
736
  serviceAgreementUrl: string;
737
737
  serviceAggrementSignedOn: Date;
738
+ isExpertshubVerified: boolean;
738
739
  }
739
740
 
740
741
  declare enum KindOfHire {
package/dist/index.d.ts CHANGED
@@ -735,6 +735,7 @@ declare class FreelancerProfile extends BaseEntity {
735
735
  profileCompletedPercentage: Record<string, number>;
736
736
  serviceAgreementUrl: string;
737
737
  serviceAggrementSignedOn: Date;
738
+ isExpertshubVerified: boolean;
738
739
  }
739
740
 
740
741
  declare enum KindOfHire {