@rlvt/entity-manager-openapi-client 1.0.72 → 1.0.73

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 CHANGED
@@ -141,19 +141,6 @@ export default class {
141
141
  readonly id: string & {
142
142
  readonly?: "__readonly" | undefined;
143
143
  };
144
- password?: {
145
- passwordDuration?: number | undefined;
146
- nbSpCharacter?: number | undefined;
147
- nbIsNotAlphabeticCharacter?: number | undefined;
148
- nbNumberCharacter?: number | undefined;
149
- nbLetterInLowercase?: number | undefined;
150
- nbLetterInUppercase?: number | undefined;
151
- nbCharacter?: number | undefined;
152
- nbAttempts?: number | undefined;
153
- timeEachAttempts?: number | undefined;
154
- timeLockAfterNextAttempts?: number | undefined;
155
- infiniteTimeLock?: boolean | undefined;
156
- } | undefined;
157
144
  defaultRoleId: string;
158
145
  defaultResourceGroupIds: string[];
159
146
  readonly createdAt: string & {
@@ -425,19 +412,6 @@ export default class {
425
412
  readonly id: string & {
426
413
  readonly?: "__readonly" | undefined;
427
414
  };
428
- password?: {
429
- passwordDuration?: number | undefined;
430
- nbSpCharacter?: number | undefined;
431
- nbIsNotAlphabeticCharacter?: number | undefined;
432
- nbNumberCharacter?: number | undefined;
433
- nbLetterInLowercase?: number | undefined;
434
- nbLetterInUppercase?: number | undefined;
435
- nbCharacter?: number | undefined;
436
- nbAttempts?: number | undefined;
437
- timeEachAttempts?: number | undefined;
438
- timeLockAfterNextAttempts?: number | undefined;
439
- infiniteTimeLock?: boolean | undefined;
440
- } | undefined;
441
415
  defaultRoleId: string;
442
416
  defaultResourceGroupIds: string[];
443
417
  readonly createdAt: string & {
@@ -725,19 +699,6 @@ export default class {
725
699
  readonly id: string & {
726
700
  readonly?: "__readonly" | undefined;
727
701
  };
728
- password?: {
729
- passwordDuration?: number | undefined;
730
- nbSpCharacter?: number | undefined;
731
- nbIsNotAlphabeticCharacter?: number | undefined;
732
- nbNumberCharacter?: number | undefined;
733
- nbLetterInLowercase?: number | undefined;
734
- nbLetterInUppercase?: number | undefined;
735
- nbCharacter?: number | undefined;
736
- nbAttempts?: number | undefined;
737
- timeEachAttempts?: number | undefined;
738
- timeLockAfterNextAttempts?: number | undefined;
739
- infiniteTimeLock?: boolean | undefined;
740
- } | undefined;
741
702
  defaultRoleId: string;
742
703
  defaultResourceGroupIds: string[];
743
704
  readonly createdAt: string & {
@@ -1381,21 +1342,7 @@ export default class {
1381
1342
  readonly updatedAt: string & {
1382
1343
  readonly?: "__readonly" | undefined;
1383
1344
  };
1384
- readonly disabled: boolean & {
1385
- readonly?: "__readonly" | undefined;
1386
- };
1387
1345
  email: string;
1388
- readonly lastPasswordUpdate: string & {
1389
- readonly?: "__readonly" | undefined;
1390
- };
1391
- readonly mustUpdatePassword: boolean & {
1392
- readonly?: "__readonly" | undefined;
1393
- };
1394
- readonly connection: {
1395
- readonly?: "__readonly" | undefined;
1396
- lastAttempts?: string | undefined;
1397
- nbFail?: number | undefined;
1398
- };
1399
1346
  profile?: {
1400
1347
  firstname?: string | undefined;
1401
1348
  lastname?: string | undefined;
@@ -1482,21 +1429,7 @@ export default class {
1482
1429
  readonly updatedAt: string & {
1483
1430
  readonly?: "__readonly" | undefined;
1484
1431
  };
1485
- readonly disabled: boolean & {
1486
- readonly?: "__readonly" | undefined;
1487
- };
1488
1432
  email: string;
1489
- readonly lastPasswordUpdate: string & {
1490
- readonly?: "__readonly" | undefined;
1491
- };
1492
- readonly mustUpdatePassword: boolean & {
1493
- readonly?: "__readonly" | undefined;
1494
- };
1495
- readonly connection: {
1496
- readonly?: "__readonly" | undefined;
1497
- lastAttempts?: string | undefined;
1498
- nbFail?: number | undefined;
1499
- };
1500
1433
  profile?: {
1501
1434
  firstname?: string | undefined;
1502
1435
  lastname?: string | undefined;
@@ -1576,21 +1509,7 @@ export default class {
1576
1509
  readonly updatedAt: string & {
1577
1510
  readonly?: "__readonly" | undefined;
1578
1511
  };
1579
- readonly disabled: boolean & {
1580
- readonly?: "__readonly" | undefined;
1581
- };
1582
1512
  email: string;
1583
- readonly lastPasswordUpdate: string & {
1584
- readonly?: "__readonly" | undefined;
1585
- };
1586
- readonly mustUpdatePassword: boolean & {
1587
- readonly?: "__readonly" | undefined;
1588
- };
1589
- readonly connection: {
1590
- readonly?: "__readonly" | undefined;
1591
- lastAttempts?: string | undefined;
1592
- nbFail?: number | undefined;
1593
- };
1594
1513
  profile?: {
1595
1514
  firstname?: string | undefined;
1596
1515
  lastname?: string | undefined;
@@ -1641,21 +1560,7 @@ export default class {
1641
1560
  readonly updatedAt: string & {
1642
1561
  readonly?: "__readonly" | undefined;
1643
1562
  };
1644
- readonly disabled: boolean & {
1645
- readonly?: "__readonly" | undefined;
1646
- };
1647
1563
  email: string;
1648
- readonly lastPasswordUpdate: string & {
1649
- readonly?: "__readonly" | undefined;
1650
- };
1651
- readonly mustUpdatePassword: boolean & {
1652
- readonly?: "__readonly" | undefined;
1653
- };
1654
- readonly connection: {
1655
- readonly?: "__readonly" | undefined;
1656
- lastAttempts?: string | undefined;
1657
- nbFail?: number | undefined;
1658
- };
1659
1564
  profile?: {
1660
1565
  firstname?: string | undefined;
1661
1566
  lastname?: string | undefined;
@@ -1708,21 +1613,7 @@ export default class {
1708
1613
  readonly updatedAt: string & {
1709
1614
  readonly?: "__readonly" | undefined;
1710
1615
  };
1711
- readonly disabled: boolean & {
1712
- readonly?: "__readonly" | undefined;
1713
- };
1714
1616
  email: string;
1715
- readonly lastPasswordUpdate: string & {
1716
- readonly?: "__readonly" | undefined;
1717
- };
1718
- readonly mustUpdatePassword: boolean & {
1719
- readonly?: "__readonly" | undefined;
1720
- };
1721
- readonly connection: {
1722
- readonly?: "__readonly" | undefined;
1723
- lastAttempts?: string | undefined;
1724
- nbFail?: number | undefined;
1725
- };
1726
1617
  profile?: {
1727
1618
  firstname?: string | undefined;
1728
1619
  lastname?: string | undefined;
@@ -1775,21 +1666,7 @@ export default class {
1775
1666
  readonly updatedAt: string & {
1776
1667
  readonly?: "__readonly" | undefined;
1777
1668
  };
1778
- readonly disabled: boolean & {
1779
- readonly?: "__readonly" | undefined;
1780
- };
1781
1669
  email: string;
1782
- readonly lastPasswordUpdate: string & {
1783
- readonly?: "__readonly" | undefined;
1784
- };
1785
- readonly mustUpdatePassword: boolean & {
1786
- readonly?: "__readonly" | undefined;
1787
- };
1788
- readonly connection: {
1789
- readonly?: "__readonly" | undefined;
1790
- lastAttempts?: string | undefined;
1791
- nbFail?: number | undefined;
1792
- };
1793
1670
  profile?: {
1794
1671
  firstname?: string | undefined;
1795
1672
  lastname?: string | undefined;
@@ -1847,21 +1724,7 @@ export default class {
1847
1724
  readonly updatedAt: string & {
1848
1725
  readonly?: "__readonly" | undefined;
1849
1726
  };
1850
- readonly disabled: boolean & {
1851
- readonly?: "__readonly" | undefined;
1852
- };
1853
1727
  email: string;
1854
- readonly lastPasswordUpdate: string & {
1855
- readonly?: "__readonly" | undefined;
1856
- };
1857
- readonly mustUpdatePassword: boolean & {
1858
- readonly?: "__readonly" | undefined;
1859
- };
1860
- readonly connection: {
1861
- readonly?: "__readonly" | undefined;
1862
- lastAttempts?: string | undefined;
1863
- nbFail?: number | undefined;
1864
- };
1865
1728
  profile?: {
1866
1729
  firstname?: string | undefined;
1867
1730
  lastname?: string | undefined;
@@ -26,19 +26,6 @@ export declare type InternalResponse = {
26
26
  message: string;
27
27
  data: {};
28
28
  };
29
- export declare type PasswordPolicy = {
30
- passwordDuration?: number;
31
- nbSpCharacter?: number;
32
- nbIsNotAlphabeticCharacter?: number;
33
- nbNumberCharacter?: number;
34
- nbLetterInLowercase?: number;
35
- nbLetterInUppercase?: number;
36
- nbCharacter?: number;
37
- nbAttempts?: number;
38
- timeEachAttempts?: number;
39
- timeLockAfterNextAttempts?: number;
40
- infiniteTimeLock?: boolean;
41
- };
42
29
  export declare type Plan_Without_Name_Features_ToJSON__id = {
43
30
  quotaType?: "individual" | "display";
44
31
  quota?: number;
@@ -192,7 +179,6 @@ export declare type SerializedCompany = {
192
179
  readonly createdAt: (string) & readonlyP;
193
180
  readonly updatedAt: (string) & readonlyP;
194
181
  name: string;
195
- password?: PasswordPolicy;
196
182
  readonly plan: (Plan_Without_Name_Features_ToJSON__id & {
197
183
  name?: string;
198
184
  startDate?: string;
@@ -344,14 +330,7 @@ export declare type SerializedUser = {
344
330
  readonly resourceGroupIds: (string[]) & readonlyP;
345
331
  readonly createdAt: (string) & readonlyP;
346
332
  readonly updatedAt: (string) & readonlyP;
347
- readonly disabled: (boolean) & readonlyP;
348
333
  email: string;
349
- readonly lastPasswordUpdate: (string) & readonlyP;
350
- readonly mustUpdatePassword: (boolean) & readonlyP;
351
- readonly connection: ({
352
- lastAttempts?: string;
353
- nbFail?: number;
354
- }) & readonlyP;
355
334
  profile?: UserProfile;
356
335
  readonly hasOtp: (boolean) & readonlyP;
357
336
  readonly accountType?: ("user" | "service-account") & readonlyP;
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcVJwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQXdHRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBdVFwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQWlHRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/entity-manager-openapi-client",
3
- "version": "1.0.72+cbfccbb",
3
+ "version": "1.0.73+190dc36",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",