@frontegg/types 6.188.0-alpha.3 → 6.188.0-alpha.5

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.
@@ -136,6 +136,14 @@ export interface ProvisioningLocalization {
136
136
  * Required field text
137
137
  */
138
138
  validation_requiredField: string;
139
+ /**
140
+ * Connection name required field
141
+ */
142
+ connectionNameIsRequired: string;
143
+ /**
144
+ * Connection name invalid length message
145
+ */
146
+ invalidConnectionNameLength: string;
139
147
  /**
140
148
  * Warning to show when SCIM guide configuration is not completed
141
149
  */
@@ -327,6 +327,10 @@ export interface SsoLocalization {
327
327
  * Back button text to close sso configuration dialog
328
328
  */
329
329
  backToSSO: string;
330
+ /**
331
+ * Back button text to close scim configuration dialog
332
+ */
333
+ backToScim: string;
330
334
  /**
331
335
  * Text display in first column inside MDX key value table
332
336
  */
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.188.0-alpha.3
1
+ /** @license Frontegg v6.188.0-alpha.5
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.188.0-alpha.3
1
+ /** @license Frontegg v6.188.0-alpha.5
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "6.188.0-alpha.3",
3
+ "version": "6.188.0-alpha.5",
4
4
  "main": "./node/index.js",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
8
  "@babel/runtime": "^7.18.6",
9
- "@frontegg/redux-store": "6.188.0-alpha.3",
9
+ "@frontegg/redux-store": "6.188.0-alpha.5",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },