@rlvt/entity-manager-openapi-client 1.0.158 → 1.0.159
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 +0 -336
- package/build/definitions.d.ts +0 -10
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -494,90 +494,6 @@ export default class {
|
|
|
494
494
|
};
|
|
495
495
|
entityType: string;
|
|
496
496
|
};
|
|
497
|
-
readonly serviceProvider: {
|
|
498
|
-
readonly?: "__readonly" | undefined;
|
|
499
|
-
entityMeta: {
|
|
500
|
-
meta: unknown;
|
|
501
|
-
xmlString: string;
|
|
502
|
-
};
|
|
503
|
-
entitySetting: {
|
|
504
|
-
metadata?: string | undefined;
|
|
505
|
-
entityID?: string | undefined;
|
|
506
|
-
authnRequestsSigned?: boolean | undefined;
|
|
507
|
-
wantAssertionsSigned?: boolean | undefined;
|
|
508
|
-
wantMessageSigned?: boolean | undefined;
|
|
509
|
-
wantLogoutResponseSigned?: boolean | undefined;
|
|
510
|
-
wantLogoutRequestSigned?: boolean | undefined;
|
|
511
|
-
privateKey?: string | undefined;
|
|
512
|
-
privateKeyPass?: string | undefined;
|
|
513
|
-
isAssertionEncrypted?: boolean | undefined;
|
|
514
|
-
requestSignatureAlgorithm?: string | undefined;
|
|
515
|
-
encPrivateKey?: string | undefined;
|
|
516
|
-
encPrivateKeyPass?: string | undefined;
|
|
517
|
-
assertionConsumerService?: {
|
|
518
|
-
isDefault?: boolean | undefined;
|
|
519
|
-
Binding: string;
|
|
520
|
-
Location: string;
|
|
521
|
-
}[] | undefined;
|
|
522
|
-
singleLogoutService?: {
|
|
523
|
-
isDefault?: boolean | undefined;
|
|
524
|
-
Binding: string;
|
|
525
|
-
Location: string;
|
|
526
|
-
}[] | undefined;
|
|
527
|
-
signatureConfig?: {
|
|
528
|
-
prefix?: string | undefined;
|
|
529
|
-
location?: {
|
|
530
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
531
|
-
reference?: string | undefined;
|
|
532
|
-
} | undefined;
|
|
533
|
-
} | undefined;
|
|
534
|
-
loginRequestTemplate?: {
|
|
535
|
-
context?: string | undefined;
|
|
536
|
-
} | undefined;
|
|
537
|
-
logoutRequestTemplate?: {
|
|
538
|
-
context?: string | undefined;
|
|
539
|
-
} | undefined;
|
|
540
|
-
signingCert?: string | string[] | undefined;
|
|
541
|
-
encryptCert?: string | string[] | undefined;
|
|
542
|
-
transformationAlgorithms?: string[] | undefined;
|
|
543
|
-
nameIDFormat?: string[] | undefined;
|
|
544
|
-
allowCreate?: boolean | undefined;
|
|
545
|
-
relayState?: string | undefined;
|
|
546
|
-
clockDrifts?: number[] | undefined;
|
|
547
|
-
loginResponseTemplate?: {
|
|
548
|
-
context: string;
|
|
549
|
-
attributes?: {
|
|
550
|
-
name: string;
|
|
551
|
-
nameFormat: string;
|
|
552
|
-
valueXsiType: string;
|
|
553
|
-
valueTag: string;
|
|
554
|
-
valueXmlnsXs?: string | undefined;
|
|
555
|
-
valueXmlnsXsi?: string | undefined;
|
|
556
|
-
}[] | undefined;
|
|
557
|
-
additionalTemplates?: {
|
|
558
|
-
attributeStatementTemplate?: {
|
|
559
|
-
context: string;
|
|
560
|
-
} | undefined;
|
|
561
|
-
attributeTemplate?: {
|
|
562
|
-
context: string;
|
|
563
|
-
} | undefined;
|
|
564
|
-
} | undefined;
|
|
565
|
-
} | undefined;
|
|
566
|
-
generateID?: unknown;
|
|
567
|
-
singleSignOnService?: {
|
|
568
|
-
isDefault?: boolean | undefined;
|
|
569
|
-
Binding: string;
|
|
570
|
-
Location: string;
|
|
571
|
-
}[] | undefined;
|
|
572
|
-
messageSigningOrder?: string | undefined;
|
|
573
|
-
wantAuthnRequestsSigned?: boolean | undefined;
|
|
574
|
-
wantLogoutRequestSignedResponseSigned?: boolean | undefined;
|
|
575
|
-
tagPrefix?: {
|
|
576
|
-
[x: string]: string;
|
|
577
|
-
} | undefined;
|
|
578
|
-
};
|
|
579
|
-
entityType: string;
|
|
580
|
-
};
|
|
581
497
|
} | undefined;
|
|
582
498
|
custom?: {
|
|
583
499
|
colors?: string[] | undefined;
|
|
@@ -1177,90 +1093,6 @@ export default class {
|
|
|
1177
1093
|
};
|
|
1178
1094
|
entityType: string;
|
|
1179
1095
|
};
|
|
1180
|
-
readonly serviceProvider: {
|
|
1181
|
-
readonly?: "__readonly" | undefined;
|
|
1182
|
-
entityMeta: {
|
|
1183
|
-
meta: unknown;
|
|
1184
|
-
xmlString: string;
|
|
1185
|
-
};
|
|
1186
|
-
entitySetting: {
|
|
1187
|
-
metadata?: string | undefined;
|
|
1188
|
-
entityID?: string | undefined;
|
|
1189
|
-
authnRequestsSigned?: boolean | undefined;
|
|
1190
|
-
wantAssertionsSigned?: boolean | undefined;
|
|
1191
|
-
wantMessageSigned?: boolean | undefined;
|
|
1192
|
-
wantLogoutResponseSigned?: boolean | undefined;
|
|
1193
|
-
wantLogoutRequestSigned?: boolean | undefined;
|
|
1194
|
-
privateKey?: string | undefined;
|
|
1195
|
-
privateKeyPass?: string | undefined;
|
|
1196
|
-
isAssertionEncrypted?: boolean | undefined;
|
|
1197
|
-
requestSignatureAlgorithm?: string | undefined;
|
|
1198
|
-
encPrivateKey?: string | undefined;
|
|
1199
|
-
encPrivateKeyPass?: string | undefined;
|
|
1200
|
-
assertionConsumerService?: {
|
|
1201
|
-
isDefault?: boolean | undefined;
|
|
1202
|
-
Binding: string;
|
|
1203
|
-
Location: string;
|
|
1204
|
-
}[] | undefined;
|
|
1205
|
-
singleLogoutService?: {
|
|
1206
|
-
isDefault?: boolean | undefined;
|
|
1207
|
-
Binding: string;
|
|
1208
|
-
Location: string;
|
|
1209
|
-
}[] | undefined;
|
|
1210
|
-
signatureConfig?: {
|
|
1211
|
-
prefix?: string | undefined;
|
|
1212
|
-
location?: {
|
|
1213
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1214
|
-
reference?: string | undefined;
|
|
1215
|
-
} | undefined;
|
|
1216
|
-
} | undefined;
|
|
1217
|
-
loginRequestTemplate?: {
|
|
1218
|
-
context?: string | undefined;
|
|
1219
|
-
} | undefined;
|
|
1220
|
-
logoutRequestTemplate?: {
|
|
1221
|
-
context?: string | undefined;
|
|
1222
|
-
} | undefined;
|
|
1223
|
-
signingCert?: string | string[] | undefined;
|
|
1224
|
-
encryptCert?: string | string[] | undefined;
|
|
1225
|
-
transformationAlgorithms?: string[] | undefined;
|
|
1226
|
-
nameIDFormat?: string[] | undefined;
|
|
1227
|
-
allowCreate?: boolean | undefined;
|
|
1228
|
-
relayState?: string | undefined;
|
|
1229
|
-
clockDrifts?: number[] | undefined;
|
|
1230
|
-
loginResponseTemplate?: {
|
|
1231
|
-
context: string;
|
|
1232
|
-
attributes?: {
|
|
1233
|
-
name: string;
|
|
1234
|
-
nameFormat: string;
|
|
1235
|
-
valueXsiType: string;
|
|
1236
|
-
valueTag: string;
|
|
1237
|
-
valueXmlnsXs?: string | undefined;
|
|
1238
|
-
valueXmlnsXsi?: string | undefined;
|
|
1239
|
-
}[] | undefined;
|
|
1240
|
-
additionalTemplates?: {
|
|
1241
|
-
attributeStatementTemplate?: {
|
|
1242
|
-
context: string;
|
|
1243
|
-
} | undefined;
|
|
1244
|
-
attributeTemplate?: {
|
|
1245
|
-
context: string;
|
|
1246
|
-
} | undefined;
|
|
1247
|
-
} | undefined;
|
|
1248
|
-
} | undefined;
|
|
1249
|
-
generateID?: unknown;
|
|
1250
|
-
singleSignOnService?: {
|
|
1251
|
-
isDefault?: boolean | undefined;
|
|
1252
|
-
Binding: string;
|
|
1253
|
-
Location: string;
|
|
1254
|
-
}[] | undefined;
|
|
1255
|
-
messageSigningOrder?: string | undefined;
|
|
1256
|
-
wantAuthnRequestsSigned?: boolean | undefined;
|
|
1257
|
-
wantLogoutRequestSignedResponseSigned?: boolean | undefined;
|
|
1258
|
-
tagPrefix?: {
|
|
1259
|
-
[x: string]: string;
|
|
1260
|
-
} | undefined;
|
|
1261
|
-
};
|
|
1262
|
-
entityType: string;
|
|
1263
|
-
};
|
|
1264
1096
|
} | undefined;
|
|
1265
1097
|
custom?: {
|
|
1266
1098
|
colors?: string[] | undefined;
|
|
@@ -1435,90 +1267,6 @@ export default class {
|
|
|
1435
1267
|
};
|
|
1436
1268
|
entityType: string;
|
|
1437
1269
|
};
|
|
1438
|
-
readonly serviceProvider: {
|
|
1439
|
-
readonly?: "__readonly" | undefined;
|
|
1440
|
-
entityMeta: {
|
|
1441
|
-
meta: unknown;
|
|
1442
|
-
xmlString: string;
|
|
1443
|
-
};
|
|
1444
|
-
entitySetting: {
|
|
1445
|
-
metadata?: string | undefined;
|
|
1446
|
-
entityID?: string | undefined;
|
|
1447
|
-
authnRequestsSigned?: boolean | undefined;
|
|
1448
|
-
wantAssertionsSigned?: boolean | undefined;
|
|
1449
|
-
wantMessageSigned?: boolean | undefined;
|
|
1450
|
-
wantLogoutResponseSigned?: boolean | undefined;
|
|
1451
|
-
wantLogoutRequestSigned?: boolean | undefined;
|
|
1452
|
-
privateKey?: string | undefined;
|
|
1453
|
-
privateKeyPass?: string | undefined;
|
|
1454
|
-
isAssertionEncrypted?: boolean | undefined;
|
|
1455
|
-
requestSignatureAlgorithm?: string | undefined;
|
|
1456
|
-
encPrivateKey?: string | undefined;
|
|
1457
|
-
encPrivateKeyPass?: string | undefined;
|
|
1458
|
-
assertionConsumerService?: {
|
|
1459
|
-
isDefault?: boolean | undefined;
|
|
1460
|
-
Binding: string;
|
|
1461
|
-
Location: string;
|
|
1462
|
-
}[] | undefined;
|
|
1463
|
-
singleLogoutService?: {
|
|
1464
|
-
isDefault?: boolean | undefined;
|
|
1465
|
-
Binding: string;
|
|
1466
|
-
Location: string;
|
|
1467
|
-
}[] | undefined;
|
|
1468
|
-
signatureConfig?: {
|
|
1469
|
-
prefix?: string | undefined;
|
|
1470
|
-
location?: {
|
|
1471
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1472
|
-
reference?: string | undefined;
|
|
1473
|
-
} | undefined;
|
|
1474
|
-
} | undefined;
|
|
1475
|
-
loginRequestTemplate?: {
|
|
1476
|
-
context?: string | undefined;
|
|
1477
|
-
} | undefined;
|
|
1478
|
-
logoutRequestTemplate?: {
|
|
1479
|
-
context?: string | undefined;
|
|
1480
|
-
} | undefined;
|
|
1481
|
-
signingCert?: string | string[] | undefined;
|
|
1482
|
-
encryptCert?: string | string[] | undefined;
|
|
1483
|
-
transformationAlgorithms?: string[] | undefined;
|
|
1484
|
-
nameIDFormat?: string[] | undefined;
|
|
1485
|
-
allowCreate?: boolean | undefined;
|
|
1486
|
-
relayState?: string | undefined;
|
|
1487
|
-
clockDrifts?: number[] | undefined;
|
|
1488
|
-
loginResponseTemplate?: {
|
|
1489
|
-
context: string;
|
|
1490
|
-
attributes?: {
|
|
1491
|
-
name: string;
|
|
1492
|
-
nameFormat: string;
|
|
1493
|
-
valueXsiType: string;
|
|
1494
|
-
valueTag: string;
|
|
1495
|
-
valueXmlnsXs?: string | undefined;
|
|
1496
|
-
valueXmlnsXsi?: string | undefined;
|
|
1497
|
-
}[] | undefined;
|
|
1498
|
-
additionalTemplates?: {
|
|
1499
|
-
attributeStatementTemplate?: {
|
|
1500
|
-
context: string;
|
|
1501
|
-
} | undefined;
|
|
1502
|
-
attributeTemplate?: {
|
|
1503
|
-
context: string;
|
|
1504
|
-
} | undefined;
|
|
1505
|
-
} | undefined;
|
|
1506
|
-
} | undefined;
|
|
1507
|
-
generateID?: unknown;
|
|
1508
|
-
singleSignOnService?: {
|
|
1509
|
-
isDefault?: boolean | undefined;
|
|
1510
|
-
Binding: string;
|
|
1511
|
-
Location: string;
|
|
1512
|
-
}[] | undefined;
|
|
1513
|
-
messageSigningOrder?: string | undefined;
|
|
1514
|
-
wantAuthnRequestsSigned?: boolean | undefined;
|
|
1515
|
-
wantLogoutRequestSignedResponseSigned?: boolean | undefined;
|
|
1516
|
-
tagPrefix?: {
|
|
1517
|
-
[x: string]: string;
|
|
1518
|
-
} | undefined;
|
|
1519
|
-
};
|
|
1520
|
-
entityType: string;
|
|
1521
|
-
};
|
|
1522
1270
|
} | undefined;
|
|
1523
1271
|
custom?: {
|
|
1524
1272
|
colors?: string[] | undefined;
|
|
@@ -1715,90 +1463,6 @@ export default class {
|
|
|
1715
1463
|
};
|
|
1716
1464
|
entityType: string;
|
|
1717
1465
|
};
|
|
1718
|
-
readonly serviceProvider: {
|
|
1719
|
-
readonly?: "__readonly" | undefined;
|
|
1720
|
-
entityMeta: {
|
|
1721
|
-
meta: unknown;
|
|
1722
|
-
xmlString: string;
|
|
1723
|
-
};
|
|
1724
|
-
entitySetting: {
|
|
1725
|
-
metadata?: string | undefined;
|
|
1726
|
-
entityID?: string | undefined;
|
|
1727
|
-
authnRequestsSigned?: boolean | undefined;
|
|
1728
|
-
wantAssertionsSigned?: boolean | undefined;
|
|
1729
|
-
wantMessageSigned?: boolean | undefined;
|
|
1730
|
-
wantLogoutResponseSigned?: boolean | undefined;
|
|
1731
|
-
wantLogoutRequestSigned?: boolean | undefined;
|
|
1732
|
-
privateKey?: string | undefined;
|
|
1733
|
-
privateKeyPass?: string | undefined;
|
|
1734
|
-
isAssertionEncrypted?: boolean | undefined;
|
|
1735
|
-
requestSignatureAlgorithm?: string | undefined;
|
|
1736
|
-
encPrivateKey?: string | undefined;
|
|
1737
|
-
encPrivateKeyPass?: string | undefined;
|
|
1738
|
-
assertionConsumerService?: {
|
|
1739
|
-
isDefault?: boolean | undefined;
|
|
1740
|
-
Binding: string;
|
|
1741
|
-
Location: string;
|
|
1742
|
-
}[] | undefined;
|
|
1743
|
-
singleLogoutService?: {
|
|
1744
|
-
isDefault?: boolean | undefined;
|
|
1745
|
-
Binding: string;
|
|
1746
|
-
Location: string;
|
|
1747
|
-
}[] | undefined;
|
|
1748
|
-
signatureConfig?: {
|
|
1749
|
-
prefix?: string | undefined;
|
|
1750
|
-
location?: {
|
|
1751
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1752
|
-
reference?: string | undefined;
|
|
1753
|
-
} | undefined;
|
|
1754
|
-
} | undefined;
|
|
1755
|
-
loginRequestTemplate?: {
|
|
1756
|
-
context?: string | undefined;
|
|
1757
|
-
} | undefined;
|
|
1758
|
-
logoutRequestTemplate?: {
|
|
1759
|
-
context?: string | undefined;
|
|
1760
|
-
} | undefined;
|
|
1761
|
-
signingCert?: string | string[] | undefined;
|
|
1762
|
-
encryptCert?: string | string[] | undefined;
|
|
1763
|
-
transformationAlgorithms?: string[] | undefined;
|
|
1764
|
-
nameIDFormat?: string[] | undefined;
|
|
1765
|
-
allowCreate?: boolean | undefined;
|
|
1766
|
-
relayState?: string | undefined;
|
|
1767
|
-
clockDrifts?: number[] | undefined;
|
|
1768
|
-
loginResponseTemplate?: {
|
|
1769
|
-
context: string;
|
|
1770
|
-
attributes?: {
|
|
1771
|
-
name: string;
|
|
1772
|
-
nameFormat: string;
|
|
1773
|
-
valueXsiType: string;
|
|
1774
|
-
valueTag: string;
|
|
1775
|
-
valueXmlnsXs?: string | undefined;
|
|
1776
|
-
valueXmlnsXsi?: string | undefined;
|
|
1777
|
-
}[] | undefined;
|
|
1778
|
-
additionalTemplates?: {
|
|
1779
|
-
attributeStatementTemplate?: {
|
|
1780
|
-
context: string;
|
|
1781
|
-
} | undefined;
|
|
1782
|
-
attributeTemplate?: {
|
|
1783
|
-
context: string;
|
|
1784
|
-
} | undefined;
|
|
1785
|
-
} | undefined;
|
|
1786
|
-
} | undefined;
|
|
1787
|
-
generateID?: unknown;
|
|
1788
|
-
singleSignOnService?: {
|
|
1789
|
-
isDefault?: boolean | undefined;
|
|
1790
|
-
Binding: string;
|
|
1791
|
-
Location: string;
|
|
1792
|
-
}[] | undefined;
|
|
1793
|
-
messageSigningOrder?: string | undefined;
|
|
1794
|
-
wantAuthnRequestsSigned?: boolean | undefined;
|
|
1795
|
-
wantLogoutRequestSignedResponseSigned?: boolean | undefined;
|
|
1796
|
-
tagPrefix?: {
|
|
1797
|
-
[x: string]: string;
|
|
1798
|
-
} | undefined;
|
|
1799
|
-
};
|
|
1800
|
-
entityType: string;
|
|
1801
|
-
};
|
|
1802
1466
|
} | undefined;
|
|
1803
1467
|
custom?: {
|
|
1804
1468
|
colors?: string[] | undefined;
|
package/build/definitions.d.ts
CHANGED
|
@@ -213,21 +213,11 @@ export declare type IdentityProvider = {
|
|
|
213
213
|
entitySetting: ServiceProviderSettings & IdentityProviderSettings;
|
|
214
214
|
entityType: string;
|
|
215
215
|
};
|
|
216
|
-
export declare type SpMetadata = {
|
|
217
|
-
xmlString: string;
|
|
218
|
-
meta: AnyValue;
|
|
219
|
-
};
|
|
220
|
-
export declare type ServiceProvider = {
|
|
221
|
-
entityMeta: SpMetadata;
|
|
222
|
-
entitySetting: ServiceProviderSettings & IdentityProviderSettings;
|
|
223
|
-
entityType: string;
|
|
224
|
-
};
|
|
225
216
|
export declare type SSOConfiguration_Without_ToJSON_PropertyLookup_Metadata_PrivateKey_Certificate = {
|
|
226
217
|
domains: string[];
|
|
227
218
|
mode: "invitation" | "create";
|
|
228
219
|
mandatory: boolean;
|
|
229
220
|
readonly identityProvider: (IdentityProvider) & readonlyP;
|
|
230
|
-
readonly serviceProvider: (ServiceProvider) & readonlyP;
|
|
231
221
|
};
|
|
232
222
|
export declare type SSOConfiguration = SSOConfiguration_Without_ToJSON_PropertyLookup_Metadata_PrivateKey_Certificate;
|
|
233
223
|
export declare type SerializedCompany = {
|
package/build/definitions.js
CHANGED
|
@@ -23,4 +23,4 @@ var Variables;
|
|
|
23
23
|
Variables["UTM_MEDIUM"] = "utm_medium";
|
|
24
24
|
Variables["UTM_TERM"] = "utm_term";
|
|
25
25
|
})(Variables = exports.Variables || (exports.Variables = {}));
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBc1RwQixJQUFZLG9CQUdYO0FBSEQsV0FBWSxvQkFBb0I7SUFDNUIsdUNBQWUsQ0FBQTtJQUNmLHVDQUFlLENBQUE7QUFDbkIsQ0FBQyxFQUhXLG9CQUFvQixHQUFwQiw0QkFBb0IsS0FBcEIsNEJBQW9CLFFBRy9CO0FBb0JELElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2QixzQ0FBbUIsQ0FBQTtJQUNuQixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUpXLGVBQWUsR0FBZix1QkFBZSxLQUFmLHVCQUFlLFFBSTFCO0FBa1JELElBQVksU0FPWDtBQVBELFdBQVksU0FBUztJQUNqQiw4QkFBbUIsQ0FBQTtJQUNuQiw4QkFBbUIsQ0FBQTtJQUNuQiwwQ0FBNkIsQ0FBQTtJQUM3QixzQ0FBeUIsQ0FBQTtJQUN6QixzQ0FBeUIsQ0FBQTtJQUN6QixrQ0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBUFcsU0FBUyxHQUFULGlCQUFTLEtBQVQsaUJBQVMsUUFPcEIifQ==
|
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.159+e687713",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|