@rlvt/entity-manager-openapi-client 1.0.73 → 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 +6 -75
- package/build/definitions.d.ts +2 -11
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -189,8 +189,6 @@ export default class {
|
|
|
189
189
|
}[];
|
|
190
190
|
sso?: {
|
|
191
191
|
domains: string[];
|
|
192
|
-
metadata: string;
|
|
193
|
-
emailProperty: string[] | "nameID"[];
|
|
194
192
|
mode: "invitation" | "create";
|
|
195
193
|
mandatory: boolean;
|
|
196
194
|
readonly identityProvider: {
|
|
@@ -259,6 +257,7 @@ export default class {
|
|
|
259
257
|
relayState?: string | undefined;
|
|
260
258
|
clockDrifts?: number[] | undefined;
|
|
261
259
|
loginResponseTemplate?: {
|
|
260
|
+
context: string;
|
|
262
261
|
attributes?: {
|
|
263
262
|
name: string;
|
|
264
263
|
nameFormat: string;
|
|
@@ -267,7 +266,6 @@ export default class {
|
|
|
267
266
|
valueXmlnsXs?: string | undefined;
|
|
268
267
|
valueXmlnsXsi?: string | undefined;
|
|
269
268
|
}[] | undefined;
|
|
270
|
-
context: string;
|
|
271
269
|
} | undefined;
|
|
272
270
|
generateID?: unknown;
|
|
273
271
|
singleSignOnService?: {
|
|
@@ -350,6 +348,7 @@ export default class {
|
|
|
350
348
|
relayState?: string | undefined;
|
|
351
349
|
clockDrifts?: number[] | undefined;
|
|
352
350
|
loginResponseTemplate?: {
|
|
351
|
+
context: string;
|
|
353
352
|
attributes?: {
|
|
354
353
|
name: string;
|
|
355
354
|
nameFormat: string;
|
|
@@ -358,7 +357,6 @@ export default class {
|
|
|
358
357
|
valueXmlnsXs?: string | undefined;
|
|
359
358
|
valueXmlnsXsi?: string | undefined;
|
|
360
359
|
}[] | undefined;
|
|
361
|
-
context: string;
|
|
362
360
|
} | undefined;
|
|
363
361
|
generateID?: unknown;
|
|
364
362
|
singleSignOnService?: {
|
|
@@ -460,8 +458,6 @@ export default class {
|
|
|
460
458
|
}[];
|
|
461
459
|
sso?: {
|
|
462
460
|
domains: string[];
|
|
463
|
-
metadata: string;
|
|
464
|
-
emailProperty: string[] | "nameID"[];
|
|
465
461
|
mode: "invitation" | "create";
|
|
466
462
|
mandatory: boolean;
|
|
467
463
|
readonly identityProvider: {
|
|
@@ -530,6 +526,7 @@ export default class {
|
|
|
530
526
|
relayState?: string | undefined;
|
|
531
527
|
clockDrifts?: number[] | undefined;
|
|
532
528
|
loginResponseTemplate?: {
|
|
529
|
+
context: string;
|
|
533
530
|
attributes?: {
|
|
534
531
|
name: string;
|
|
535
532
|
nameFormat: string;
|
|
@@ -538,7 +535,6 @@ export default class {
|
|
|
538
535
|
valueXmlnsXs?: string | undefined;
|
|
539
536
|
valueXmlnsXsi?: string | undefined;
|
|
540
537
|
}[] | undefined;
|
|
541
|
-
context: string;
|
|
542
538
|
} | undefined;
|
|
543
539
|
generateID?: unknown;
|
|
544
540
|
singleSignOnService?: {
|
|
@@ -621,6 +617,7 @@ export default class {
|
|
|
621
617
|
relayState?: string | undefined;
|
|
622
618
|
clockDrifts?: number[] | undefined;
|
|
623
619
|
loginResponseTemplate?: {
|
|
620
|
+
context: string;
|
|
624
621
|
attributes?: {
|
|
625
622
|
name: string;
|
|
626
623
|
nameFormat: string;
|
|
@@ -629,7 +626,6 @@ export default class {
|
|
|
629
626
|
valueXmlnsXs?: string | undefined;
|
|
630
627
|
valueXmlnsXsi?: string | undefined;
|
|
631
628
|
}[] | undefined;
|
|
632
|
-
context: string;
|
|
633
629
|
} | undefined;
|
|
634
630
|
generateID?: unknown;
|
|
635
631
|
singleSignOnService?: {
|
|
@@ -747,8 +743,6 @@ export default class {
|
|
|
747
743
|
}[];
|
|
748
744
|
sso?: {
|
|
749
745
|
domains: string[];
|
|
750
|
-
metadata: string;
|
|
751
|
-
emailProperty: string[] | "nameID"[];
|
|
752
746
|
mode: "invitation" | "create";
|
|
753
747
|
mandatory: boolean;
|
|
754
748
|
readonly identityProvider: {
|
|
@@ -817,6 +811,7 @@ export default class {
|
|
|
817
811
|
relayState?: string | undefined;
|
|
818
812
|
clockDrifts?: number[] | undefined;
|
|
819
813
|
loginResponseTemplate?: {
|
|
814
|
+
context: string;
|
|
820
815
|
attributes?: {
|
|
821
816
|
name: string;
|
|
822
817
|
nameFormat: string;
|
|
@@ -825,7 +820,6 @@ export default class {
|
|
|
825
820
|
valueXmlnsXs?: string | undefined;
|
|
826
821
|
valueXmlnsXsi?: string | undefined;
|
|
827
822
|
}[] | undefined;
|
|
828
|
-
context: string;
|
|
829
823
|
} | undefined;
|
|
830
824
|
generateID?: unknown;
|
|
831
825
|
singleSignOnService?: {
|
|
@@ -908,6 +902,7 @@ export default class {
|
|
|
908
902
|
relayState?: string | undefined;
|
|
909
903
|
clockDrifts?: number[] | undefined;
|
|
910
904
|
loginResponseTemplate?: {
|
|
905
|
+
context: string;
|
|
911
906
|
attributes?: {
|
|
912
907
|
name: string;
|
|
913
908
|
nameFormat: string;
|
|
@@ -916,7 +911,6 @@ export default class {
|
|
|
916
911
|
valueXmlnsXs?: string | undefined;
|
|
917
912
|
valueXmlnsXsi?: string | undefined;
|
|
918
913
|
}[] | undefined;
|
|
919
|
-
context: string;
|
|
920
914
|
} | undefined;
|
|
921
915
|
generateID?: unknown;
|
|
922
916
|
singleSignOnService?: {
|
|
@@ -1349,13 +1343,6 @@ export default class {
|
|
|
1349
1343
|
jobtitle?: string | undefined;
|
|
1350
1344
|
phone?: string | undefined;
|
|
1351
1345
|
preferredLang?: string | undefined;
|
|
1352
|
-
preferredRecipientId?: string | undefined;
|
|
1353
|
-
preferredMessageId?: string | undefined;
|
|
1354
|
-
preferredUtm?: {
|
|
1355
|
-
medium?: string | undefined;
|
|
1356
|
-
source?: string | undefined;
|
|
1357
|
-
campaign?: string | undefined;
|
|
1358
|
-
} | undefined;
|
|
1359
1346
|
} | undefined;
|
|
1360
1347
|
readonly hasOtp: boolean & {
|
|
1361
1348
|
readonly?: "__readonly" | undefined;
|
|
@@ -1379,13 +1366,6 @@ export default class {
|
|
|
1379
1366
|
jobtitle?: string | undefined;
|
|
1380
1367
|
phone?: string | undefined;
|
|
1381
1368
|
preferredLang?: string | undefined;
|
|
1382
|
-
preferredRecipientId?: string | undefined;
|
|
1383
|
-
preferredMessageId?: string | undefined;
|
|
1384
|
-
preferredUtm?: {
|
|
1385
|
-
medium?: string | undefined;
|
|
1386
|
-
source?: string | undefined;
|
|
1387
|
-
campaign?: string | undefined;
|
|
1388
|
-
} | undefined;
|
|
1389
1369
|
};
|
|
1390
1370
|
password: string;
|
|
1391
1371
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -1436,13 +1416,6 @@ export default class {
|
|
|
1436
1416
|
jobtitle?: string | undefined;
|
|
1437
1417
|
phone?: string | undefined;
|
|
1438
1418
|
preferredLang?: string | undefined;
|
|
1439
|
-
preferredRecipientId?: string | undefined;
|
|
1440
|
-
preferredMessageId?: string | undefined;
|
|
1441
|
-
preferredUtm?: {
|
|
1442
|
-
medium?: string | undefined;
|
|
1443
|
-
source?: string | undefined;
|
|
1444
|
-
campaign?: string | undefined;
|
|
1445
|
-
} | undefined;
|
|
1446
1419
|
} | undefined;
|
|
1447
1420
|
readonly hasOtp: boolean & {
|
|
1448
1421
|
readonly?: "__readonly" | undefined;
|
|
@@ -1481,13 +1454,6 @@ export default class {
|
|
|
1481
1454
|
jobtitle?: string | undefined;
|
|
1482
1455
|
phone?: string | undefined;
|
|
1483
1456
|
preferredLang?: string | undefined;
|
|
1484
|
-
preferredRecipientId?: string | undefined;
|
|
1485
|
-
preferredMessageId?: string | undefined;
|
|
1486
|
-
preferredUtm?: {
|
|
1487
|
-
medium?: string | undefined;
|
|
1488
|
-
source?: string | undefined;
|
|
1489
|
-
campaign?: string | undefined;
|
|
1490
|
-
} | undefined;
|
|
1491
1457
|
} | undefined;
|
|
1492
1458
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1493
1459
|
status: "success";
|
|
@@ -1516,13 +1482,6 @@ export default class {
|
|
|
1516
1482
|
jobtitle?: string | undefined;
|
|
1517
1483
|
phone?: string | undefined;
|
|
1518
1484
|
preferredLang?: string | undefined;
|
|
1519
|
-
preferredRecipientId?: string | undefined;
|
|
1520
|
-
preferredMessageId?: string | undefined;
|
|
1521
|
-
preferredUtm?: {
|
|
1522
|
-
medium?: string | undefined;
|
|
1523
|
-
source?: string | undefined;
|
|
1524
|
-
campaign?: string | undefined;
|
|
1525
|
-
} | undefined;
|
|
1526
1485
|
} | undefined;
|
|
1527
1486
|
readonly hasOtp: boolean & {
|
|
1528
1487
|
readonly?: "__readonly" | undefined;
|
|
@@ -1567,13 +1526,6 @@ export default class {
|
|
|
1567
1526
|
jobtitle?: string | undefined;
|
|
1568
1527
|
phone?: string | undefined;
|
|
1569
1528
|
preferredLang?: string | undefined;
|
|
1570
|
-
preferredRecipientId?: string | undefined;
|
|
1571
|
-
preferredMessageId?: string | undefined;
|
|
1572
|
-
preferredUtm?: {
|
|
1573
|
-
medium?: string | undefined;
|
|
1574
|
-
source?: string | undefined;
|
|
1575
|
-
campaign?: string | undefined;
|
|
1576
|
-
} | undefined;
|
|
1577
1529
|
} | undefined;
|
|
1578
1530
|
readonly hasOtp: boolean & {
|
|
1579
1531
|
readonly?: "__readonly" | undefined;
|
|
@@ -1620,13 +1572,6 @@ export default class {
|
|
|
1620
1572
|
jobtitle?: string | undefined;
|
|
1621
1573
|
phone?: string | undefined;
|
|
1622
1574
|
preferredLang?: string | undefined;
|
|
1623
|
-
preferredRecipientId?: string | undefined;
|
|
1624
|
-
preferredMessageId?: string | undefined;
|
|
1625
|
-
preferredUtm?: {
|
|
1626
|
-
medium?: string | undefined;
|
|
1627
|
-
source?: string | undefined;
|
|
1628
|
-
campaign?: string | undefined;
|
|
1629
|
-
} | undefined;
|
|
1630
1575
|
} | undefined;
|
|
1631
1576
|
readonly hasOtp: boolean & {
|
|
1632
1577
|
readonly?: "__readonly" | undefined;
|
|
@@ -1673,13 +1618,6 @@ export default class {
|
|
|
1673
1618
|
jobtitle?: string | undefined;
|
|
1674
1619
|
phone?: string | undefined;
|
|
1675
1620
|
preferredLang?: string | undefined;
|
|
1676
|
-
preferredRecipientId?: string | undefined;
|
|
1677
|
-
preferredMessageId?: string | undefined;
|
|
1678
|
-
preferredUtm?: {
|
|
1679
|
-
medium?: string | undefined;
|
|
1680
|
-
source?: string | undefined;
|
|
1681
|
-
campaign?: string | undefined;
|
|
1682
|
-
} | undefined;
|
|
1683
1621
|
} | undefined;
|
|
1684
1622
|
readonly hasOtp: boolean & {
|
|
1685
1623
|
readonly?: "__readonly" | undefined;
|
|
@@ -1731,13 +1669,6 @@ export default class {
|
|
|
1731
1669
|
jobtitle?: string | undefined;
|
|
1732
1670
|
phone?: string | undefined;
|
|
1733
1671
|
preferredLang?: string | undefined;
|
|
1734
|
-
preferredRecipientId?: string | undefined;
|
|
1735
|
-
preferredMessageId?: string | undefined;
|
|
1736
|
-
preferredUtm?: {
|
|
1737
|
-
medium?: string | undefined;
|
|
1738
|
-
source?: string | undefined;
|
|
1739
|
-
campaign?: string | undefined;
|
|
1740
|
-
} | undefined;
|
|
1741
1672
|
} | undefined;
|
|
1742
1673
|
readonly hasOtp: boolean & {
|
|
1743
1674
|
readonly?: "__readonly" | undefined;
|
package/build/definitions.d.ts
CHANGED
|
@@ -162,16 +162,14 @@ export declare type ServiceProvider = {
|
|
|
162
162
|
entitySetting: ServiceProviderSettings & IdentityProviderSettings;
|
|
163
163
|
entityType: string;
|
|
164
164
|
};
|
|
165
|
-
export declare type
|
|
165
|
+
export declare type SSOConfiguration_Without_ToJSON_PropertyLookup_Metadata_PrivateKey_Certificate = {
|
|
166
166
|
domains: string[];
|
|
167
|
-
metadata: string;
|
|
168
|
-
emailProperty: "nameID"[] | ("attributes" | string)[];
|
|
169
167
|
mode: "invitation" | "create";
|
|
170
168
|
mandatory: boolean;
|
|
171
169
|
readonly identityProvider: (IdentityProvider) & readonlyP;
|
|
172
170
|
readonly serviceProvider: (ServiceProvider) & readonlyP;
|
|
173
171
|
};
|
|
174
|
-
export declare type SSOConfiguration =
|
|
172
|
+
export declare type SSOConfiguration = SSOConfiguration_Without_ToJSON_PropertyLookup_Metadata_PrivateKey_Certificate;
|
|
175
173
|
export declare type SerializedCompany = {
|
|
176
174
|
readonly id: (string) & readonlyP;
|
|
177
175
|
defaultRoleId: string;
|
|
@@ -315,13 +313,6 @@ export declare type UserProfile = {
|
|
|
315
313
|
jobtitle?: string;
|
|
316
314
|
phone?: string;
|
|
317
315
|
preferredLang?: string;
|
|
318
|
-
preferredRecipientId?: string;
|
|
319
|
-
preferredMessageId?: string;
|
|
320
|
-
preferredUtm?: {
|
|
321
|
-
medium?: string;
|
|
322
|
-
source?: string;
|
|
323
|
-
campaign?: string;
|
|
324
|
-
};
|
|
325
316
|
};
|
|
326
317
|
export declare type SerializedUser = {
|
|
327
318
|
readonly id: (string) & 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcVFwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTBGRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
package/package.json
CHANGED