@experts_hub/shared 1.0.93 → 1.0.94

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.
@@ -33,5 +33,5 @@ export declare class FreelancerProfile extends BaseEntity {
33
33
  githubProfileLink: string;
34
34
  stackOverflowProfileLink: string;
35
35
  portfolioLink: string;
36
- oboardingStepCompleted: OnboardingStepEnum;
36
+ onboardingStepCompleted: OnboardingStepEnum;
37
37
  }
package/dist/index.d.mts CHANGED
@@ -293,7 +293,7 @@ declare class FreelancerProfile extends BaseEntity {
293
293
  githubProfileLink: string;
294
294
  stackOverflowProfileLink: string;
295
295
  portfolioLink: string;
296
- oboardingStepCompleted: OnboardingStepEnum;
296
+ onboardingStepCompleted: OnboardingStepEnum;
297
297
  }
298
298
 
299
299
  declare class Skill extends BaseEntity {
package/dist/index.d.ts CHANGED
@@ -293,7 +293,7 @@ declare class FreelancerProfile extends BaseEntity {
293
293
  githubProfileLink: string;
294
294
  stackOverflowProfileLink: string;
295
295
  portfolioLink: string;
296
- oboardingStepCompleted: OnboardingStepEnum;
296
+ onboardingStepCompleted: OnboardingStepEnum;
297
297
  }
298
298
 
299
299
  declare class Skill extends BaseEntity {
package/dist/index.js CHANGED
@@ -723,7 +723,7 @@ __decorateClass([
723
723
  enum: OnboardingStepEnum,
724
724
  nullable: true
725
725
  })
726
- ], FreelancerProfile.prototype, "oboardingStepCompleted", 2);
726
+ ], FreelancerProfile.prototype, "onboardingStepCompleted", 2);
727
727
  FreelancerProfile = __decorateClass([
728
728
  (0, import_typeorm5.Entity)("freelancer_profiles")
729
729
  ], FreelancerProfile);
package/dist/index.mjs CHANGED
@@ -722,7 +722,7 @@ __decorateClass([
722
722
  enum: OnboardingStepEnum,
723
723
  nullable: true
724
724
  })
725
- ], FreelancerProfile.prototype, "oboardingStepCompleted", 2);
725
+ ], FreelancerProfile.prototype, "onboardingStepCompleted", 2);
726
726
  FreelancerProfile = __decorateClass([
727
727
  Entity4("freelancer_profiles")
728
728
  ], FreelancerProfile);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",