@rlvt/entity-manager-openapi-client 1.0.100 → 1.0.101
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 +27 -0
- package/build/definitions.d.ts +1 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -119,6 +119,9 @@ export default class {
|
|
|
119
119
|
readonly?: "__readonly" | undefined;
|
|
120
120
|
};
|
|
121
121
|
email: string;
|
|
122
|
+
readonly lastConnection: string & {
|
|
123
|
+
readonly?: "__readonly" | undefined;
|
|
124
|
+
};
|
|
122
125
|
profile?: {
|
|
123
126
|
firstname?: string | undefined;
|
|
124
127
|
lastname?: string | undefined;
|
|
@@ -1404,6 +1407,9 @@ export default class {
|
|
|
1404
1407
|
readonly?: "__readonly" | undefined;
|
|
1405
1408
|
};
|
|
1406
1409
|
email: string;
|
|
1410
|
+
readonly lastConnection: string & {
|
|
1411
|
+
readonly?: "__readonly" | undefined;
|
|
1412
|
+
};
|
|
1407
1413
|
profile?: {
|
|
1408
1414
|
firstname?: string | undefined;
|
|
1409
1415
|
lastname?: string | undefined;
|
|
@@ -1456,6 +1462,9 @@ export default class {
|
|
|
1456
1462
|
readonly?: "__readonly" | undefined;
|
|
1457
1463
|
};
|
|
1458
1464
|
email: string;
|
|
1465
|
+
readonly lastConnection: string & {
|
|
1466
|
+
readonly?: "__readonly" | undefined;
|
|
1467
|
+
};
|
|
1459
1468
|
profile?: {
|
|
1460
1469
|
firstname?: string | undefined;
|
|
1461
1470
|
lastname?: string | undefined;
|
|
@@ -1522,6 +1531,9 @@ export default class {
|
|
|
1522
1531
|
readonly?: "__readonly" | undefined;
|
|
1523
1532
|
};
|
|
1524
1533
|
email: string;
|
|
1534
|
+
readonly lastConnection: string & {
|
|
1535
|
+
readonly?: "__readonly" | undefined;
|
|
1536
|
+
};
|
|
1525
1537
|
profile?: {
|
|
1526
1538
|
firstname?: string | undefined;
|
|
1527
1539
|
lastname?: string | undefined;
|
|
@@ -1566,6 +1578,9 @@ export default class {
|
|
|
1566
1578
|
readonly?: "__readonly" | undefined;
|
|
1567
1579
|
};
|
|
1568
1580
|
email: string;
|
|
1581
|
+
readonly lastConnection: string & {
|
|
1582
|
+
readonly?: "__readonly" | undefined;
|
|
1583
|
+
};
|
|
1569
1584
|
profile?: {
|
|
1570
1585
|
firstname?: string | undefined;
|
|
1571
1586
|
lastname?: string | undefined;
|
|
@@ -1619,6 +1634,9 @@ export default class {
|
|
|
1619
1634
|
readonly?: "__readonly" | undefined;
|
|
1620
1635
|
};
|
|
1621
1636
|
email: string;
|
|
1637
|
+
readonly lastConnection: string & {
|
|
1638
|
+
readonly?: "__readonly" | undefined;
|
|
1639
|
+
};
|
|
1622
1640
|
profile?: {
|
|
1623
1641
|
firstname?: string | undefined;
|
|
1624
1642
|
lastname?: string | undefined;
|
|
@@ -1913,6 +1931,9 @@ export default class {
|
|
|
1913
1931
|
readonly?: "__readonly" | undefined;
|
|
1914
1932
|
};
|
|
1915
1933
|
email: string;
|
|
1934
|
+
readonly lastConnection: string & {
|
|
1935
|
+
readonly?: "__readonly" | undefined;
|
|
1936
|
+
};
|
|
1916
1937
|
profile?: {
|
|
1917
1938
|
firstname?: string | undefined;
|
|
1918
1939
|
lastname?: string | undefined;
|
|
@@ -1959,6 +1980,9 @@ export default class {
|
|
|
1959
1980
|
readonly?: "__readonly" | undefined;
|
|
1960
1981
|
};
|
|
1961
1982
|
email: string;
|
|
1983
|
+
readonly lastConnection: string & {
|
|
1984
|
+
readonly?: "__readonly" | undefined;
|
|
1985
|
+
};
|
|
1962
1986
|
profile?: {
|
|
1963
1987
|
firstname?: string | undefined;
|
|
1964
1988
|
lastname?: string | undefined;
|
|
@@ -2010,6 +2034,9 @@ export default class {
|
|
|
2010
2034
|
readonly?: "__readonly" | undefined;
|
|
2011
2035
|
};
|
|
2012
2036
|
email: string;
|
|
2037
|
+
readonly lastConnection: string & {
|
|
2038
|
+
readonly?: "__readonly" | undefined;
|
|
2039
|
+
};
|
|
2013
2040
|
profile?: {
|
|
2014
2041
|
firstname?: string | undefined;
|
|
2015
2042
|
lastname?: string | undefined;
|
package/build/definitions.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export declare type SerializedUser = {
|
|
|
60
60
|
readonly resourceGroupIds: (string[]) & readonlyP;
|
|
61
61
|
readonly createdAt: (string) & readonlyP;
|
|
62
62
|
readonly updatedAt: (string) & readonlyP;
|
|
63
|
+
readonly lastConnection: (string) & readonlyP;
|
|
63
64
|
email: string;
|
|
64
65
|
profile?: UserProfile;
|
|
65
66
|
readonly hasOtp: (boolean) & readonlyP;
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBb1lwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTBJRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
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.101+8265859",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|