sowhat-types 2.1.14 → 2.1.16
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/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -589,6 +589,10 @@ interface UpdateProLeadsAlertInput {
|
|
|
589
589
|
personalSalaryRanges?: PersonalSalaryRangeEnum[];
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
+
/**
|
|
593
|
+
* @deprecated Use OnboardingDataInput instead
|
|
594
|
+
* deprecated since April 2026
|
|
595
|
+
*/
|
|
592
596
|
interface CreateProjectInput {
|
|
593
597
|
option: ProjectOptionEnum;
|
|
594
598
|
initialAmount: number;
|
|
@@ -898,6 +902,7 @@ interface UserAuthenticatedResponse {
|
|
|
898
902
|
authenticated: boolean;
|
|
899
903
|
errorMessage: string | null;
|
|
900
904
|
hasPincode: boolean;
|
|
905
|
+
userCreated: boolean;
|
|
901
906
|
}
|
|
902
907
|
|
|
903
908
|
interface ProBillingPortalSessionResponse {
|
package/dist/index.d.ts
CHANGED
|
@@ -589,6 +589,10 @@ interface UpdateProLeadsAlertInput {
|
|
|
589
589
|
personalSalaryRanges?: PersonalSalaryRangeEnum[];
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
+
/**
|
|
593
|
+
* @deprecated Use OnboardingDataInput instead
|
|
594
|
+
* deprecated since April 2026
|
|
595
|
+
*/
|
|
592
596
|
interface CreateProjectInput {
|
|
593
597
|
option: ProjectOptionEnum;
|
|
594
598
|
initialAmount: number;
|
|
@@ -898,6 +902,7 @@ interface UserAuthenticatedResponse {
|
|
|
898
902
|
authenticated: boolean;
|
|
899
903
|
errorMessage: string | null;
|
|
900
904
|
hasPincode: boolean;
|
|
905
|
+
userCreated: boolean;
|
|
901
906
|
}
|
|
902
907
|
|
|
903
908
|
interface ProBillingPortalSessionResponse {
|