@rlvt/entity-manager-openapi-client 1.0.105 → 1.0.107
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/build/api.d.ts +12 -1
- package/build/definitions.d.ts +1 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -128,6 +128,7 @@ export default class {
|
|
|
128
128
|
jobtitle?: string | undefined;
|
|
129
129
|
phone?: string | undefined;
|
|
130
130
|
preferredLang?: string | undefined;
|
|
131
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
131
132
|
} | undefined;
|
|
132
133
|
readonly hasOtp: boolean & {
|
|
133
134
|
readonly?: "__readonly" | undefined;
|
|
@@ -1375,7 +1376,7 @@ export default class {
|
|
|
1375
1376
|
list: (params: {
|
|
1376
1377
|
page?: number | undefined;
|
|
1377
1378
|
perPage?: number | undefined;
|
|
1378
|
-
email?: string | undefined;
|
|
1379
|
+
email?: string | string[] | undefined;
|
|
1379
1380
|
ids?: string[] | undefined;
|
|
1380
1381
|
resourceGroupIds?: string[] | undefined;
|
|
1381
1382
|
roleId?: string | undefined;
|
|
@@ -1413,6 +1414,7 @@ export default class {
|
|
|
1413
1414
|
jobtitle?: string | undefined;
|
|
1414
1415
|
phone?: string | undefined;
|
|
1415
1416
|
preferredLang?: string | undefined;
|
|
1417
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1416
1418
|
} | undefined;
|
|
1417
1419
|
readonly hasOtp: boolean & {
|
|
1418
1420
|
readonly?: "__readonly" | undefined;
|
|
@@ -1468,6 +1470,7 @@ export default class {
|
|
|
1468
1470
|
jobtitle?: string | undefined;
|
|
1469
1471
|
phone?: string | undefined;
|
|
1470
1472
|
preferredLang?: string | undefined;
|
|
1473
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1471
1474
|
} | undefined;
|
|
1472
1475
|
readonly hasOtp: boolean & {
|
|
1473
1476
|
readonly?: "__readonly" | undefined;
|
|
@@ -1506,6 +1509,7 @@ export default class {
|
|
|
1506
1509
|
jobtitle?: string | undefined;
|
|
1507
1510
|
phone?: string | undefined;
|
|
1508
1511
|
preferredLang?: string | undefined;
|
|
1512
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1509
1513
|
} | undefined;
|
|
1510
1514
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1511
1515
|
status: "success";
|
|
@@ -1537,6 +1541,7 @@ export default class {
|
|
|
1537
1541
|
jobtitle?: string | undefined;
|
|
1538
1542
|
phone?: string | undefined;
|
|
1539
1543
|
preferredLang?: string | undefined;
|
|
1544
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1540
1545
|
} | undefined;
|
|
1541
1546
|
readonly hasOtp: boolean & {
|
|
1542
1547
|
readonly?: "__readonly" | undefined;
|
|
@@ -1584,6 +1589,7 @@ export default class {
|
|
|
1584
1589
|
jobtitle?: string | undefined;
|
|
1585
1590
|
phone?: string | undefined;
|
|
1586
1591
|
preferredLang?: string | undefined;
|
|
1592
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1587
1593
|
} | undefined;
|
|
1588
1594
|
readonly hasOtp: boolean & {
|
|
1589
1595
|
readonly?: "__readonly" | undefined;
|
|
@@ -1607,6 +1613,7 @@ export default class {
|
|
|
1607
1613
|
jobtitle?: string | undefined;
|
|
1608
1614
|
phone?: string | undefined;
|
|
1609
1615
|
preferredLang?: string | undefined;
|
|
1616
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1610
1617
|
};
|
|
1611
1618
|
password: string;
|
|
1612
1619
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -1640,6 +1647,7 @@ export default class {
|
|
|
1640
1647
|
jobtitle?: string | undefined;
|
|
1641
1648
|
phone?: string | undefined;
|
|
1642
1649
|
preferredLang?: string | undefined;
|
|
1650
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1643
1651
|
} | undefined;
|
|
1644
1652
|
readonly hasOtp: boolean & {
|
|
1645
1653
|
readonly?: "__readonly" | undefined;
|
|
@@ -1937,6 +1945,7 @@ export default class {
|
|
|
1937
1945
|
jobtitle?: string | undefined;
|
|
1938
1946
|
phone?: string | undefined;
|
|
1939
1947
|
preferredLang?: string | undefined;
|
|
1948
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1940
1949
|
} | undefined;
|
|
1941
1950
|
readonly hasOtp: boolean & {
|
|
1942
1951
|
readonly?: "__readonly" | undefined;
|
|
@@ -1986,6 +1995,7 @@ export default class {
|
|
|
1986
1995
|
jobtitle?: string | undefined;
|
|
1987
1996
|
phone?: string | undefined;
|
|
1988
1997
|
preferredLang?: string | undefined;
|
|
1998
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
1989
1999
|
} | undefined;
|
|
1990
2000
|
readonly hasOtp: boolean & {
|
|
1991
2001
|
readonly?: "__readonly" | undefined;
|
|
@@ -2040,6 +2050,7 @@ export default class {
|
|
|
2040
2050
|
jobtitle?: string | undefined;
|
|
2041
2051
|
phone?: string | undefined;
|
|
2042
2052
|
preferredLang?: string | undefined;
|
|
2053
|
+
theme?: "light" | "dark" | "system" | undefined;
|
|
2043
2054
|
} | undefined;
|
|
2044
2055
|
readonly hasOtp: boolean & {
|
|
2045
2056
|
readonly?: "__readonly" | undefined;
|
package/build/definitions.d.ts
CHANGED
package/build/definitions.js
CHANGED
|
@@ -18,4 +18,4 @@ var Variables;
|
|
|
18
18
|
Variables["UTM_MEDIUM"] = "utm_medium";
|
|
19
19
|
Variables["UTM_TERM"] = "utm_term";
|
|
20
20
|
})(Variables = exports.Variables || (exports.Variables = {}));
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcVlwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTJJRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/entity-manager-openapi-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.107+5e35bec",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|