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

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 & {
@@ -202,8 +189,6 @@ export default class {
202
189
  }[];
203
190
  sso?: {
204
191
  domains: string[];
205
- metadata: string;
206
- emailProperty: string[] | "nameID"[];
207
192
  mode: "invitation" | "create";
208
193
  mandatory: boolean;
209
194
  readonly identityProvider: {
@@ -272,6 +257,7 @@ export default class {
272
257
  relayState?: string | undefined;
273
258
  clockDrifts?: number[] | undefined;
274
259
  loginResponseTemplate?: {
260
+ context: string;
275
261
  attributes?: {
276
262
  name: string;
277
263
  nameFormat: string;
@@ -280,7 +266,6 @@ export default class {
280
266
  valueXmlnsXs?: string | undefined;
281
267
  valueXmlnsXsi?: string | undefined;
282
268
  }[] | undefined;
283
- context: string;
284
269
  } | undefined;
285
270
  generateID?: unknown;
286
271
  singleSignOnService?: {
@@ -363,6 +348,7 @@ export default class {
363
348
  relayState?: string | undefined;
364
349
  clockDrifts?: number[] | undefined;
365
350
  loginResponseTemplate?: {
351
+ context: string;
366
352
  attributes?: {
367
353
  name: string;
368
354
  nameFormat: string;
@@ -371,7 +357,6 @@ export default class {
371
357
  valueXmlnsXs?: string | undefined;
372
358
  valueXmlnsXsi?: string | undefined;
373
359
  }[] | undefined;
374
- context: string;
375
360
  } | undefined;
376
361
  generateID?: unknown;
377
362
  singleSignOnService?: {
@@ -425,19 +410,6 @@ export default class {
425
410
  readonly id: string & {
426
411
  readonly?: "__readonly" | undefined;
427
412
  };
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
413
  defaultRoleId: string;
442
414
  defaultResourceGroupIds: string[];
443
415
  readonly createdAt: string & {
@@ -486,8 +458,6 @@ export default class {
486
458
  }[];
487
459
  sso?: {
488
460
  domains: string[];
489
- metadata: string;
490
- emailProperty: string[] | "nameID"[];
491
461
  mode: "invitation" | "create";
492
462
  mandatory: boolean;
493
463
  readonly identityProvider: {
@@ -556,6 +526,7 @@ export default class {
556
526
  relayState?: string | undefined;
557
527
  clockDrifts?: number[] | undefined;
558
528
  loginResponseTemplate?: {
529
+ context: string;
559
530
  attributes?: {
560
531
  name: string;
561
532
  nameFormat: string;
@@ -564,7 +535,6 @@ export default class {
564
535
  valueXmlnsXs?: string | undefined;
565
536
  valueXmlnsXsi?: string | undefined;
566
537
  }[] | undefined;
567
- context: string;
568
538
  } | undefined;
569
539
  generateID?: unknown;
570
540
  singleSignOnService?: {
@@ -647,6 +617,7 @@ export default class {
647
617
  relayState?: string | undefined;
648
618
  clockDrifts?: number[] | undefined;
649
619
  loginResponseTemplate?: {
620
+ context: string;
650
621
  attributes?: {
651
622
  name: string;
652
623
  nameFormat: string;
@@ -655,7 +626,6 @@ export default class {
655
626
  valueXmlnsXs?: string | undefined;
656
627
  valueXmlnsXsi?: string | undefined;
657
628
  }[] | undefined;
658
- context: string;
659
629
  } | undefined;
660
630
  generateID?: unknown;
661
631
  singleSignOnService?: {
@@ -725,19 +695,6 @@ export default class {
725
695
  readonly id: string & {
726
696
  readonly?: "__readonly" | undefined;
727
697
  };
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
698
  defaultRoleId: string;
742
699
  defaultResourceGroupIds: string[];
743
700
  readonly createdAt: string & {
@@ -786,8 +743,6 @@ export default class {
786
743
  }[];
787
744
  sso?: {
788
745
  domains: string[];
789
- metadata: string;
790
- emailProperty: string[] | "nameID"[];
791
746
  mode: "invitation" | "create";
792
747
  mandatory: boolean;
793
748
  readonly identityProvider: {
@@ -856,6 +811,7 @@ export default class {
856
811
  relayState?: string | undefined;
857
812
  clockDrifts?: number[] | undefined;
858
813
  loginResponseTemplate?: {
814
+ context: string;
859
815
  attributes?: {
860
816
  name: string;
861
817
  nameFormat: string;
@@ -864,7 +820,6 @@ export default class {
864
820
  valueXmlnsXs?: string | undefined;
865
821
  valueXmlnsXsi?: string | undefined;
866
822
  }[] | undefined;
867
- context: string;
868
823
  } | undefined;
869
824
  generateID?: unknown;
870
825
  singleSignOnService?: {
@@ -947,6 +902,7 @@ export default class {
947
902
  relayState?: string | undefined;
948
903
  clockDrifts?: number[] | undefined;
949
904
  loginResponseTemplate?: {
905
+ context: string;
950
906
  attributes?: {
951
907
  name: string;
952
908
  nameFormat: string;
@@ -955,7 +911,6 @@ export default class {
955
911
  valueXmlnsXs?: string | undefined;
956
912
  valueXmlnsXsi?: string | undefined;
957
913
  }[] | undefined;
958
- context: string;
959
914
  } | undefined;
960
915
  generateID?: unknown;
961
916
  singleSignOnService?: {
@@ -1381,34 +1336,13 @@ export default class {
1381
1336
  readonly updatedAt: string & {
1382
1337
  readonly?: "__readonly" | undefined;
1383
1338
  };
1384
- readonly disabled: boolean & {
1385
- readonly?: "__readonly" | undefined;
1386
- };
1387
1339
  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
1340
  profile?: {
1400
1341
  firstname?: string | undefined;
1401
1342
  lastname?: string | undefined;
1402
1343
  jobtitle?: string | undefined;
1403
1344
  phone?: string | undefined;
1404
1345
  preferredLang?: string | undefined;
1405
- preferredRecipientId?: string | undefined;
1406
- preferredMessageId?: string | undefined;
1407
- preferredUtm?: {
1408
- medium?: string | undefined;
1409
- source?: string | undefined;
1410
- campaign?: string | undefined;
1411
- } | undefined;
1412
1346
  } | undefined;
1413
1347
  readonly hasOtp: boolean & {
1414
1348
  readonly?: "__readonly" | undefined;
@@ -1432,13 +1366,6 @@ export default class {
1432
1366
  jobtitle?: string | undefined;
1433
1367
  phone?: string | undefined;
1434
1368
  preferredLang?: string | undefined;
1435
- preferredRecipientId?: string | undefined;
1436
- preferredMessageId?: string | undefined;
1437
- preferredUtm?: {
1438
- medium?: string | undefined;
1439
- source?: string | undefined;
1440
- campaign?: string | undefined;
1441
- } | undefined;
1442
1369
  };
1443
1370
  password: string;
1444
1371
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -1482,34 +1409,13 @@ export default class {
1482
1409
  readonly updatedAt: string & {
1483
1410
  readonly?: "__readonly" | undefined;
1484
1411
  };
1485
- readonly disabled: boolean & {
1486
- readonly?: "__readonly" | undefined;
1487
- };
1488
1412
  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
1413
  profile?: {
1501
1414
  firstname?: string | undefined;
1502
1415
  lastname?: string | undefined;
1503
1416
  jobtitle?: string | undefined;
1504
1417
  phone?: string | undefined;
1505
1418
  preferredLang?: string | undefined;
1506
- preferredRecipientId?: string | undefined;
1507
- preferredMessageId?: string | undefined;
1508
- preferredUtm?: {
1509
- medium?: string | undefined;
1510
- source?: string | undefined;
1511
- campaign?: string | undefined;
1512
- } | undefined;
1513
1419
  } | undefined;
1514
1420
  readonly hasOtp: boolean & {
1515
1421
  readonly?: "__readonly" | undefined;
@@ -1548,13 +1454,6 @@ export default class {
1548
1454
  jobtitle?: string | undefined;
1549
1455
  phone?: string | undefined;
1550
1456
  preferredLang?: string | undefined;
1551
- preferredRecipientId?: string | undefined;
1552
- preferredMessageId?: string | undefined;
1553
- preferredUtm?: {
1554
- medium?: string | undefined;
1555
- source?: string | undefined;
1556
- campaign?: string | undefined;
1557
- } | undefined;
1558
1457
  } | undefined;
1559
1458
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
1560
1459
  status: "success";
@@ -1576,34 +1475,13 @@ export default class {
1576
1475
  readonly updatedAt: string & {
1577
1476
  readonly?: "__readonly" | undefined;
1578
1477
  };
1579
- readonly disabled: boolean & {
1580
- readonly?: "__readonly" | undefined;
1581
- };
1582
1478
  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
1479
  profile?: {
1595
1480
  firstname?: string | undefined;
1596
1481
  lastname?: string | undefined;
1597
1482
  jobtitle?: string | undefined;
1598
1483
  phone?: string | undefined;
1599
1484
  preferredLang?: string | undefined;
1600
- preferredRecipientId?: string | undefined;
1601
- preferredMessageId?: string | undefined;
1602
- preferredUtm?: {
1603
- medium?: string | undefined;
1604
- source?: string | undefined;
1605
- campaign?: string | undefined;
1606
- } | undefined;
1607
1485
  } | undefined;
1608
1486
  readonly hasOtp: boolean & {
1609
1487
  readonly?: "__readonly" | undefined;
@@ -1641,34 +1519,13 @@ export default class {
1641
1519
  readonly updatedAt: string & {
1642
1520
  readonly?: "__readonly" | undefined;
1643
1521
  };
1644
- readonly disabled: boolean & {
1645
- readonly?: "__readonly" | undefined;
1646
- };
1647
1522
  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
1523
  profile?: {
1660
1524
  firstname?: string | undefined;
1661
1525
  lastname?: string | undefined;
1662
1526
  jobtitle?: string | undefined;
1663
1527
  phone?: string | undefined;
1664
1528
  preferredLang?: string | undefined;
1665
- preferredRecipientId?: string | undefined;
1666
- preferredMessageId?: string | undefined;
1667
- preferredUtm?: {
1668
- medium?: string | undefined;
1669
- source?: string | undefined;
1670
- campaign?: string | undefined;
1671
- } | undefined;
1672
1529
  } | undefined;
1673
1530
  readonly hasOtp: boolean & {
1674
1531
  readonly?: "__readonly" | undefined;
@@ -1708,34 +1565,13 @@ export default class {
1708
1565
  readonly updatedAt: string & {
1709
1566
  readonly?: "__readonly" | undefined;
1710
1567
  };
1711
- readonly disabled: boolean & {
1712
- readonly?: "__readonly" | undefined;
1713
- };
1714
1568
  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
1569
  profile?: {
1727
1570
  firstname?: string | undefined;
1728
1571
  lastname?: string | undefined;
1729
1572
  jobtitle?: string | undefined;
1730
1573
  phone?: string | undefined;
1731
1574
  preferredLang?: string | undefined;
1732
- preferredRecipientId?: string | undefined;
1733
- preferredMessageId?: string | undefined;
1734
- preferredUtm?: {
1735
- medium?: string | undefined;
1736
- source?: string | undefined;
1737
- campaign?: string | undefined;
1738
- } | undefined;
1739
1575
  } | undefined;
1740
1576
  readonly hasOtp: boolean & {
1741
1577
  readonly?: "__readonly" | undefined;
@@ -1775,34 +1611,13 @@ export default class {
1775
1611
  readonly updatedAt: string & {
1776
1612
  readonly?: "__readonly" | undefined;
1777
1613
  };
1778
- readonly disabled: boolean & {
1779
- readonly?: "__readonly" | undefined;
1780
- };
1781
1614
  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
1615
  profile?: {
1794
1616
  firstname?: string | undefined;
1795
1617
  lastname?: string | undefined;
1796
1618
  jobtitle?: string | undefined;
1797
1619
  phone?: string | undefined;
1798
1620
  preferredLang?: string | undefined;
1799
- preferredRecipientId?: string | undefined;
1800
- preferredMessageId?: string | undefined;
1801
- preferredUtm?: {
1802
- medium?: string | undefined;
1803
- source?: string | undefined;
1804
- campaign?: string | undefined;
1805
- } | undefined;
1806
1621
  } | undefined;
1807
1622
  readonly hasOtp: boolean & {
1808
1623
  readonly?: "__readonly" | undefined;
@@ -1847,34 +1662,13 @@ export default class {
1847
1662
  readonly updatedAt: string & {
1848
1663
  readonly?: "__readonly" | undefined;
1849
1664
  };
1850
- readonly disabled: boolean & {
1851
- readonly?: "__readonly" | undefined;
1852
- };
1853
1665
  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
1666
  profile?: {
1866
1667
  firstname?: string | undefined;
1867
1668
  lastname?: string | undefined;
1868
1669
  jobtitle?: string | undefined;
1869
1670
  phone?: string | undefined;
1870
1671
  preferredLang?: string | undefined;
1871
- preferredRecipientId?: string | undefined;
1872
- preferredMessageId?: string | undefined;
1873
- preferredUtm?: {
1874
- medium?: string | undefined;
1875
- source?: string | undefined;
1876
- campaign?: string | undefined;
1877
- } | undefined;
1878
1672
  } | undefined;
1879
1673
  readonly hasOtp: boolean & {
1880
1674
  readonly?: "__readonly" | 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;
@@ -175,16 +162,14 @@ export declare type ServiceProvider = {
175
162
  entitySetting: ServiceProviderSettings & IdentityProviderSettings;
176
163
  entityType: string;
177
164
  };
178
- export declare type SSOConfiguration_Without_ToJSON_PrivateKey_Certificate = {
165
+ export declare type SSOConfiguration_Without_ToJSON_PropertyLookup_Metadata_PrivateKey_Certificate = {
179
166
  domains: string[];
180
- metadata: string;
181
- emailProperty: "nameID"[] | ("attributes" | string)[];
182
167
  mode: "invitation" | "create";
183
168
  mandatory: boolean;
184
169
  readonly identityProvider: (IdentityProvider) & readonlyP;
185
170
  readonly serviceProvider: (ServiceProvider) & readonlyP;
186
171
  };
187
- export declare type SSOConfiguration = SSOConfiguration_Without_ToJSON_PrivateKey_Certificate;
172
+ export declare type SSOConfiguration = SSOConfiguration_Without_ToJSON_PropertyLookup_Metadata_PrivateKey_Certificate;
188
173
  export declare type SerializedCompany = {
189
174
  readonly id: (string) & readonlyP;
190
175
  defaultRoleId: string;
@@ -192,7 +177,6 @@ export declare type SerializedCompany = {
192
177
  readonly createdAt: (string) & readonlyP;
193
178
  readonly updatedAt: (string) & readonlyP;
194
179
  name: string;
195
- password?: PasswordPolicy;
196
180
  readonly plan: (Plan_Without_Name_Features_ToJSON__id & {
197
181
  name?: string;
198
182
  startDate?: string;
@@ -329,13 +313,6 @@ export declare type UserProfile = {
329
313
  jobtitle?: string;
330
314
  phone?: string;
331
315
  preferredLang?: string;
332
- preferredRecipientId?: string;
333
- preferredMessageId?: string;
334
- preferredUtm?: {
335
- medium?: string;
336
- source?: string;
337
- campaign?: string;
338
- };
339
316
  };
340
317
  export declare type SerializedUser = {
341
318
  readonly id: (string) & readonlyP;
@@ -344,14 +321,7 @@ export declare type SerializedUser = {
344
321
  readonly resourceGroupIds: (string[]) & readonlyP;
345
322
  readonly createdAt: (string) & readonlyP;
346
323
  readonly updatedAt: (string) & readonlyP;
347
- readonly disabled: (boolean) & readonlyP;
348
324
  email: string;
349
- readonly lastPasswordUpdate: (string) & readonlyP;
350
- readonly mustUpdatePassword: (boolean) & readonlyP;
351
- readonly connection: ({
352
- lastAttempts?: string;
353
- nbFail?: number;
354
- }) & readonlyP;
355
325
  profile?: UserProfile;
356
326
  readonly hasOtp: (boolean) & readonlyP;
357
327
  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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcVFwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTBGRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
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.74+0d0ed5c",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",