@rlvt/entity-manager-openapi-client 1.0.73 → 1.0.75
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 +30 -90
- package/build/definitions.d.ts +11 -16
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -152,11 +152,14 @@ export default class {
|
|
|
152
152
|
name: string;
|
|
153
153
|
readonly plan: {
|
|
154
154
|
readonly?: "__readonly" | undefined;
|
|
155
|
-
name
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
155
|
+
name: string;
|
|
156
|
+
quotas: {
|
|
157
|
+
type: "datasource" | "individual" | "display";
|
|
158
|
+
subtype?: string | undefined;
|
|
159
|
+
quota: number;
|
|
160
|
+
}[];
|
|
161
|
+
startDate: string;
|
|
162
|
+
endDate: string;
|
|
160
163
|
attributionPeriod?: number | undefined;
|
|
161
164
|
};
|
|
162
165
|
securityPolicy: {
|
|
@@ -189,8 +192,6 @@ export default class {
|
|
|
189
192
|
}[];
|
|
190
193
|
sso?: {
|
|
191
194
|
domains: string[];
|
|
192
|
-
metadata: string;
|
|
193
|
-
emailProperty: string[] | "nameID"[];
|
|
194
195
|
mode: "invitation" | "create";
|
|
195
196
|
mandatory: boolean;
|
|
196
197
|
readonly identityProvider: {
|
|
@@ -259,6 +260,7 @@ export default class {
|
|
|
259
260
|
relayState?: string | undefined;
|
|
260
261
|
clockDrifts?: number[] | undefined;
|
|
261
262
|
loginResponseTemplate?: {
|
|
263
|
+
context: string;
|
|
262
264
|
attributes?: {
|
|
263
265
|
name: string;
|
|
264
266
|
nameFormat: string;
|
|
@@ -267,7 +269,6 @@ export default class {
|
|
|
267
269
|
valueXmlnsXs?: string | undefined;
|
|
268
270
|
valueXmlnsXsi?: string | undefined;
|
|
269
271
|
}[] | undefined;
|
|
270
|
-
context: string;
|
|
271
272
|
} | undefined;
|
|
272
273
|
generateID?: unknown;
|
|
273
274
|
singleSignOnService?: {
|
|
@@ -350,6 +351,7 @@ export default class {
|
|
|
350
351
|
relayState?: string | undefined;
|
|
351
352
|
clockDrifts?: number[] | undefined;
|
|
352
353
|
loginResponseTemplate?: {
|
|
354
|
+
context: string;
|
|
353
355
|
attributes?: {
|
|
354
356
|
name: string;
|
|
355
357
|
nameFormat: string;
|
|
@@ -358,7 +360,6 @@ export default class {
|
|
|
358
360
|
valueXmlnsXs?: string | undefined;
|
|
359
361
|
valueXmlnsXsi?: string | undefined;
|
|
360
362
|
}[] | undefined;
|
|
361
|
-
context: string;
|
|
362
363
|
} | undefined;
|
|
363
364
|
generateID?: unknown;
|
|
364
365
|
singleSignOnService?: {
|
|
@@ -423,11 +424,14 @@ export default class {
|
|
|
423
424
|
name: string;
|
|
424
425
|
readonly plan: {
|
|
425
426
|
readonly?: "__readonly" | undefined;
|
|
426
|
-
name
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
427
|
+
name: string;
|
|
428
|
+
quotas: {
|
|
429
|
+
type: "datasource" | "individual" | "display";
|
|
430
|
+
subtype?: string | undefined;
|
|
431
|
+
quota: number;
|
|
432
|
+
}[];
|
|
433
|
+
startDate: string;
|
|
434
|
+
endDate: string;
|
|
431
435
|
attributionPeriod?: number | undefined;
|
|
432
436
|
};
|
|
433
437
|
securityPolicy: {
|
|
@@ -460,8 +464,6 @@ export default class {
|
|
|
460
464
|
}[];
|
|
461
465
|
sso?: {
|
|
462
466
|
domains: string[];
|
|
463
|
-
metadata: string;
|
|
464
|
-
emailProperty: string[] | "nameID"[];
|
|
465
467
|
mode: "invitation" | "create";
|
|
466
468
|
mandatory: boolean;
|
|
467
469
|
readonly identityProvider: {
|
|
@@ -530,6 +532,7 @@ export default class {
|
|
|
530
532
|
relayState?: string | undefined;
|
|
531
533
|
clockDrifts?: number[] | undefined;
|
|
532
534
|
loginResponseTemplate?: {
|
|
535
|
+
context: string;
|
|
533
536
|
attributes?: {
|
|
534
537
|
name: string;
|
|
535
538
|
nameFormat: string;
|
|
@@ -538,7 +541,6 @@ export default class {
|
|
|
538
541
|
valueXmlnsXs?: string | undefined;
|
|
539
542
|
valueXmlnsXsi?: string | undefined;
|
|
540
543
|
}[] | undefined;
|
|
541
|
-
context: string;
|
|
542
544
|
} | undefined;
|
|
543
545
|
generateID?: unknown;
|
|
544
546
|
singleSignOnService?: {
|
|
@@ -621,6 +623,7 @@ export default class {
|
|
|
621
623
|
relayState?: string | undefined;
|
|
622
624
|
clockDrifts?: number[] | undefined;
|
|
623
625
|
loginResponseTemplate?: {
|
|
626
|
+
context: string;
|
|
624
627
|
attributes?: {
|
|
625
628
|
name: string;
|
|
626
629
|
nameFormat: string;
|
|
@@ -629,7 +632,6 @@ export default class {
|
|
|
629
632
|
valueXmlnsXs?: string | undefined;
|
|
630
633
|
valueXmlnsXsi?: string | undefined;
|
|
631
634
|
}[] | undefined;
|
|
632
|
-
context: string;
|
|
633
635
|
} | undefined;
|
|
634
636
|
generateID?: unknown;
|
|
635
637
|
singleSignOnService?: {
|
|
@@ -710,11 +712,14 @@ export default class {
|
|
|
710
712
|
name: string;
|
|
711
713
|
readonly plan: {
|
|
712
714
|
readonly?: "__readonly" | undefined;
|
|
713
|
-
name
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
715
|
+
name: string;
|
|
716
|
+
quotas: {
|
|
717
|
+
type: "datasource" | "individual" | "display";
|
|
718
|
+
subtype?: string | undefined;
|
|
719
|
+
quota: number;
|
|
720
|
+
}[];
|
|
721
|
+
startDate: string;
|
|
722
|
+
endDate: string;
|
|
718
723
|
attributionPeriod?: number | undefined;
|
|
719
724
|
};
|
|
720
725
|
securityPolicy: {
|
|
@@ -747,8 +752,6 @@ export default class {
|
|
|
747
752
|
}[];
|
|
748
753
|
sso?: {
|
|
749
754
|
domains: string[];
|
|
750
|
-
metadata: string;
|
|
751
|
-
emailProperty: string[] | "nameID"[];
|
|
752
755
|
mode: "invitation" | "create";
|
|
753
756
|
mandatory: boolean;
|
|
754
757
|
readonly identityProvider: {
|
|
@@ -817,6 +820,7 @@ export default class {
|
|
|
817
820
|
relayState?: string | undefined;
|
|
818
821
|
clockDrifts?: number[] | undefined;
|
|
819
822
|
loginResponseTemplate?: {
|
|
823
|
+
context: string;
|
|
820
824
|
attributes?: {
|
|
821
825
|
name: string;
|
|
822
826
|
nameFormat: string;
|
|
@@ -825,7 +829,6 @@ export default class {
|
|
|
825
829
|
valueXmlnsXs?: string | undefined;
|
|
826
830
|
valueXmlnsXsi?: string | undefined;
|
|
827
831
|
}[] | undefined;
|
|
828
|
-
context: string;
|
|
829
832
|
} | undefined;
|
|
830
833
|
generateID?: unknown;
|
|
831
834
|
singleSignOnService?: {
|
|
@@ -908,6 +911,7 @@ export default class {
|
|
|
908
911
|
relayState?: string | undefined;
|
|
909
912
|
clockDrifts?: number[] | undefined;
|
|
910
913
|
loginResponseTemplate?: {
|
|
914
|
+
context: string;
|
|
911
915
|
attributes?: {
|
|
912
916
|
name: string;
|
|
913
917
|
nameFormat: string;
|
|
@@ -916,7 +920,6 @@ export default class {
|
|
|
916
920
|
valueXmlnsXs?: string | undefined;
|
|
917
921
|
valueXmlnsXsi?: string | undefined;
|
|
918
922
|
}[] | undefined;
|
|
919
|
-
context: string;
|
|
920
923
|
} | undefined;
|
|
921
924
|
generateID?: unknown;
|
|
922
925
|
singleSignOnService?: {
|
|
@@ -1349,13 +1352,6 @@ export default class {
|
|
|
1349
1352
|
jobtitle?: string | undefined;
|
|
1350
1353
|
phone?: string | undefined;
|
|
1351
1354
|
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
1355
|
} | undefined;
|
|
1360
1356
|
readonly hasOtp: boolean & {
|
|
1361
1357
|
readonly?: "__readonly" | undefined;
|
|
@@ -1379,13 +1375,6 @@ export default class {
|
|
|
1379
1375
|
jobtitle?: string | undefined;
|
|
1380
1376
|
phone?: string | undefined;
|
|
1381
1377
|
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
1378
|
};
|
|
1390
1379
|
password: string;
|
|
1391
1380
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -1436,13 +1425,6 @@ export default class {
|
|
|
1436
1425
|
jobtitle?: string | undefined;
|
|
1437
1426
|
phone?: string | undefined;
|
|
1438
1427
|
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
1428
|
} | undefined;
|
|
1447
1429
|
readonly hasOtp: boolean & {
|
|
1448
1430
|
readonly?: "__readonly" | undefined;
|
|
@@ -1481,13 +1463,6 @@ export default class {
|
|
|
1481
1463
|
jobtitle?: string | undefined;
|
|
1482
1464
|
phone?: string | undefined;
|
|
1483
1465
|
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
1466
|
} | undefined;
|
|
1492
1467
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1493
1468
|
status: "success";
|
|
@@ -1516,13 +1491,6 @@ export default class {
|
|
|
1516
1491
|
jobtitle?: string | undefined;
|
|
1517
1492
|
phone?: string | undefined;
|
|
1518
1493
|
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
1494
|
} | undefined;
|
|
1527
1495
|
readonly hasOtp: boolean & {
|
|
1528
1496
|
readonly?: "__readonly" | undefined;
|
|
@@ -1567,13 +1535,6 @@ export default class {
|
|
|
1567
1535
|
jobtitle?: string | undefined;
|
|
1568
1536
|
phone?: string | undefined;
|
|
1569
1537
|
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
1538
|
} | undefined;
|
|
1578
1539
|
readonly hasOtp: boolean & {
|
|
1579
1540
|
readonly?: "__readonly" | undefined;
|
|
@@ -1620,13 +1581,6 @@ export default class {
|
|
|
1620
1581
|
jobtitle?: string | undefined;
|
|
1621
1582
|
phone?: string | undefined;
|
|
1622
1583
|
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
1584
|
} | undefined;
|
|
1631
1585
|
readonly hasOtp: boolean & {
|
|
1632
1586
|
readonly?: "__readonly" | undefined;
|
|
@@ -1673,13 +1627,6 @@ export default class {
|
|
|
1673
1627
|
jobtitle?: string | undefined;
|
|
1674
1628
|
phone?: string | undefined;
|
|
1675
1629
|
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
1630
|
} | undefined;
|
|
1684
1631
|
readonly hasOtp: boolean & {
|
|
1685
1632
|
readonly?: "__readonly" | undefined;
|
|
@@ -1731,13 +1678,6 @@ export default class {
|
|
|
1731
1678
|
jobtitle?: string | undefined;
|
|
1732
1679
|
phone?: string | undefined;
|
|
1733
1680
|
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
1681
|
} | undefined;
|
|
1742
1682
|
readonly hasOtp: boolean & {
|
|
1743
1683
|
readonly?: "__readonly" | undefined;
|
package/build/definitions.d.ts
CHANGED
|
@@ -26,9 +26,13 @@ export declare type InternalResponse = {
|
|
|
26
26
|
message: string;
|
|
27
27
|
data: {};
|
|
28
28
|
};
|
|
29
|
+
export declare type Quota = {
|
|
30
|
+
type: "datasource" | "individual" | "display";
|
|
31
|
+
subtype?: string;
|
|
32
|
+
quota: number;
|
|
33
|
+
};
|
|
29
34
|
export declare type Plan_Without_Name_Features_ToJSON__id = {
|
|
30
|
-
|
|
31
|
-
quota?: number;
|
|
35
|
+
quotas: Quota[];
|
|
32
36
|
};
|
|
33
37
|
export declare type CompanyPasswordSecurityPolicy = {
|
|
34
38
|
duration: number;
|
|
@@ -162,16 +166,14 @@ export declare type ServiceProvider = {
|
|
|
162
166
|
entitySetting: ServiceProviderSettings & IdentityProviderSettings;
|
|
163
167
|
entityType: string;
|
|
164
168
|
};
|
|
165
|
-
export declare type
|
|
169
|
+
export declare type SSOConfiguration_Without_ToJSON_PropertyLookup_Metadata_PrivateKey_Certificate = {
|
|
166
170
|
domains: string[];
|
|
167
|
-
metadata: string;
|
|
168
|
-
emailProperty: "nameID"[] | ("attributes" | string)[];
|
|
169
171
|
mode: "invitation" | "create";
|
|
170
172
|
mandatory: boolean;
|
|
171
173
|
readonly identityProvider: (IdentityProvider) & readonlyP;
|
|
172
174
|
readonly serviceProvider: (ServiceProvider) & readonlyP;
|
|
173
175
|
};
|
|
174
|
-
export declare type SSOConfiguration =
|
|
176
|
+
export declare type SSOConfiguration = SSOConfiguration_Without_ToJSON_PropertyLookup_Metadata_PrivateKey_Certificate;
|
|
175
177
|
export declare type SerializedCompany = {
|
|
176
178
|
readonly id: (string) & readonlyP;
|
|
177
179
|
defaultRoleId: string;
|
|
@@ -180,9 +182,9 @@ export declare type SerializedCompany = {
|
|
|
180
182
|
readonly updatedAt: (string) & readonlyP;
|
|
181
183
|
name: string;
|
|
182
184
|
readonly plan: (Plan_Without_Name_Features_ToJSON__id & {
|
|
183
|
-
name
|
|
184
|
-
startDate
|
|
185
|
-
endDate
|
|
185
|
+
name: string;
|
|
186
|
+
startDate: string;
|
|
187
|
+
endDate: string;
|
|
186
188
|
attributionPeriod?: number;
|
|
187
189
|
}) & readonlyP;
|
|
188
190
|
securityPolicy: CompanySecurityPolicy;
|
|
@@ -315,13 +317,6 @@ export declare type UserProfile = {
|
|
|
315
317
|
jobtitle?: string;
|
|
316
318
|
phone?: string;
|
|
317
319
|
preferredLang?: string;
|
|
318
|
-
preferredRecipientId?: string;
|
|
319
|
-
preferredMessageId?: string;
|
|
320
|
-
preferredUtm?: {
|
|
321
|
-
medium?: string;
|
|
322
|
-
source?: string;
|
|
323
|
-
campaign?: string;
|
|
324
|
-
};
|
|
325
320
|
};
|
|
326
321
|
export declare type SerializedUser = {
|
|
327
322
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBeVFwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTBGRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
package/package.json
CHANGED