@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.
- package/dist/entities/freelancer-profile.entity.d.ts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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, "
|
|
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, "
|
|
725
|
+
], FreelancerProfile.prototype, "onboardingStepCompleted", 2);
|
|
726
726
|
FreelancerProfile = __decorateClass([
|
|
727
727
|
Entity4("freelancer_profiles")
|
|
728
728
|
], FreelancerProfile);
|