@etsoo/react 1.3.40 → 1.3.41

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.
@@ -6,6 +6,10 @@ export declare type RefreshTokenRQ = {
6
6
  * Service id
7
7
  */
8
8
  serviceId?: number;
9
+ /**
10
+ * Service Uid
11
+ */
12
+ serviceUid?: string;
9
13
  /**
10
14
  * Time zone
11
15
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/react",
3
- "version": "1.3.40",
3
+ "version": "1.3.41",
4
4
  "description": "TypeScript ReactJs framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -7,6 +7,11 @@ export type RefreshTokenRQ = {
7
7
  */
8
8
  serviceId?: number;
9
9
 
10
+ /**
11
+ * Service Uid
12
+ */
13
+ serviceUid?: string;
14
+
10
15
  /**
11
16
  * Time zone
12
17
  */