@rebasepro/cms-types 0.21.1 → 0.21.2-canary.g1ea48be
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.
|
@@ -626,6 +626,7 @@ export interface RebaseTranslations {
|
|
|
626
626
|
auth_wrong_password: string;
|
|
627
627
|
auth_user_disabled: string;
|
|
628
628
|
auth_account_exists_with_different_credential: string;
|
|
629
|
+
auth_account_exists_sign_in_with_password: string;
|
|
629
630
|
auth_email_already_in_use: string;
|
|
630
631
|
auth_google_permissions_required: string;
|
|
631
632
|
auth_invalid_email_password: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebasepro/cms-types",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.2-canary.g1ea48be",
|
|
4
4
|
"description": "Type definitions for the Rebase admin panel — CMS and Studio — the React-flavoured half of the type surface",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rebase",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"node": ">=22.22.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@rebasepro/types": "0.21.
|
|
35
|
+
"@rebasepro/types": "0.21.2-canary.g1ea48be"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/jest": "^30.0.0",
|