@rlvt/entity-manager-openapi-client 1.0.142 → 1.0.144
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 +188 -77
- package/build/definitions.d.ts +31 -11
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -61,17 +61,17 @@ export default class {
|
|
|
61
61
|
status: "success";
|
|
62
62
|
} & {
|
|
63
63
|
data: {
|
|
64
|
-
|
|
65
|
-
readonly resourceGroupIds: string[];
|
|
66
|
-
readonly roleId: string & {
|
|
64
|
+
readonly companyId: string & {
|
|
67
65
|
readonly?: "__readonly" | undefined;
|
|
68
66
|
};
|
|
69
|
-
readonly
|
|
67
|
+
readonly roleId: string & {
|
|
70
68
|
readonly?: "__readonly" | undefined;
|
|
71
69
|
};
|
|
72
|
-
readonly
|
|
70
|
+
readonly resourceGroupIds: string[];
|
|
71
|
+
readonly id: string & {
|
|
73
72
|
readonly?: "__readonly" | undefined;
|
|
74
73
|
};
|
|
74
|
+
email: string;
|
|
75
75
|
readonly createdAt: string & {
|
|
76
76
|
readonly?: "__readonly" | undefined;
|
|
77
77
|
};
|
|
@@ -117,17 +117,17 @@ export default class {
|
|
|
117
117
|
status: "success";
|
|
118
118
|
} & {
|
|
119
119
|
data: {
|
|
120
|
-
|
|
121
|
-
readonly resourceGroupIds: string[];
|
|
122
|
-
readonly roleId: string & {
|
|
120
|
+
readonly companyId: string & {
|
|
123
121
|
readonly?: "__readonly" | undefined;
|
|
124
122
|
};
|
|
125
|
-
readonly
|
|
123
|
+
readonly roleId: string & {
|
|
126
124
|
readonly?: "__readonly" | undefined;
|
|
127
125
|
};
|
|
128
|
-
readonly
|
|
126
|
+
readonly resourceGroupIds: string[];
|
|
127
|
+
readonly id: string & {
|
|
129
128
|
readonly?: "__readonly" | undefined;
|
|
130
129
|
};
|
|
130
|
+
email: string;
|
|
131
131
|
readonly createdAt: string & {
|
|
132
132
|
readonly?: "__readonly" | undefined;
|
|
133
133
|
};
|
|
@@ -188,17 +188,17 @@ export default class {
|
|
|
188
188
|
status: "success";
|
|
189
189
|
} & {
|
|
190
190
|
data: {
|
|
191
|
-
|
|
192
|
-
readonly resourceGroupIds: string[];
|
|
193
|
-
readonly roleId: string & {
|
|
191
|
+
readonly companyId: string & {
|
|
194
192
|
readonly?: "__readonly" | undefined;
|
|
195
193
|
};
|
|
196
|
-
readonly
|
|
194
|
+
readonly roleId: string & {
|
|
197
195
|
readonly?: "__readonly" | undefined;
|
|
198
196
|
};
|
|
199
|
-
readonly
|
|
197
|
+
readonly resourceGroupIds: string[];
|
|
198
|
+
readonly id: string & {
|
|
200
199
|
readonly?: "__readonly" | undefined;
|
|
201
200
|
};
|
|
201
|
+
email: string;
|
|
202
202
|
readonly createdAt: string & {
|
|
203
203
|
readonly?: "__readonly" | undefined;
|
|
204
204
|
};
|
|
@@ -236,17 +236,17 @@ export default class {
|
|
|
236
236
|
status: "success";
|
|
237
237
|
} & {
|
|
238
238
|
data: {
|
|
239
|
-
|
|
240
|
-
readonly resourceGroupIds: string[];
|
|
241
|
-
readonly roleId: string & {
|
|
239
|
+
readonly companyId: string & {
|
|
242
240
|
readonly?: "__readonly" | undefined;
|
|
243
241
|
};
|
|
244
|
-
readonly
|
|
242
|
+
readonly roleId: string & {
|
|
245
243
|
readonly?: "__readonly" | undefined;
|
|
246
244
|
};
|
|
247
|
-
readonly
|
|
245
|
+
readonly resourceGroupIds: string[];
|
|
246
|
+
readonly id: string & {
|
|
248
247
|
readonly?: "__readonly" | undefined;
|
|
249
248
|
};
|
|
249
|
+
email: string;
|
|
250
250
|
readonly createdAt: string & {
|
|
251
251
|
readonly?: "__readonly" | undefined;
|
|
252
252
|
};
|
|
@@ -294,17 +294,17 @@ export default class {
|
|
|
294
294
|
} & {
|
|
295
295
|
data: {
|
|
296
296
|
user: {
|
|
297
|
-
|
|
298
|
-
readonly resourceGroupIds: string[];
|
|
299
|
-
readonly roleId: string & {
|
|
297
|
+
readonly companyId: string & {
|
|
300
298
|
readonly?: "__readonly" | undefined;
|
|
301
299
|
};
|
|
302
|
-
readonly
|
|
300
|
+
readonly roleId: string & {
|
|
303
301
|
readonly?: "__readonly" | undefined;
|
|
304
302
|
};
|
|
305
|
-
readonly
|
|
303
|
+
readonly resourceGroupIds: string[];
|
|
304
|
+
readonly id: string & {
|
|
306
305
|
readonly?: "__readonly" | undefined;
|
|
307
306
|
};
|
|
307
|
+
email: string;
|
|
308
308
|
readonly createdAt: string & {
|
|
309
309
|
readonly?: "__readonly" | undefined;
|
|
310
310
|
};
|
|
@@ -357,7 +357,6 @@ export default class {
|
|
|
357
357
|
};
|
|
358
358
|
securityPolicy: {
|
|
359
359
|
password: {
|
|
360
|
-
duration: number;
|
|
361
360
|
rules: {
|
|
362
361
|
options: {
|
|
363
362
|
maximum?: number | undefined;
|
|
@@ -365,6 +364,7 @@ export default class {
|
|
|
365
364
|
};
|
|
366
365
|
type: "special-characters" | "numbers" | "characters" | "uppercases" | "lowercases";
|
|
367
366
|
}[];
|
|
367
|
+
duration: number;
|
|
368
368
|
attempts: {
|
|
369
369
|
maximum: number;
|
|
370
370
|
lockDuration: number;
|
|
@@ -420,8 +420,8 @@ export default class {
|
|
|
420
420
|
signatureConfig?: {
|
|
421
421
|
prefix?: string | undefined;
|
|
422
422
|
location?: {
|
|
423
|
-
reference?: string | undefined;
|
|
424
423
|
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
424
|
+
reference?: string | undefined;
|
|
425
425
|
} | undefined;
|
|
426
426
|
} | undefined;
|
|
427
427
|
loginRequestTemplate?: {
|
|
@@ -504,8 +504,8 @@ export default class {
|
|
|
504
504
|
signatureConfig?: {
|
|
505
505
|
prefix?: string | undefined;
|
|
506
506
|
location?: {
|
|
507
|
-
reference?: string | undefined;
|
|
508
507
|
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
508
|
+
reference?: string | undefined;
|
|
509
509
|
} | undefined;
|
|
510
510
|
} | undefined;
|
|
511
511
|
loginRequestTemplate?: {
|
|
@@ -591,17 +591,17 @@ export default class {
|
|
|
591
591
|
status: "success";
|
|
592
592
|
} & {
|
|
593
593
|
data: {
|
|
594
|
-
|
|
595
|
-
readonly resourceGroupIds: string[];
|
|
596
|
-
readonly roleId: string & {
|
|
594
|
+
readonly companyId: string & {
|
|
597
595
|
readonly?: "__readonly" | undefined;
|
|
598
596
|
};
|
|
599
|
-
readonly
|
|
597
|
+
readonly roleId: string & {
|
|
600
598
|
readonly?: "__readonly" | undefined;
|
|
601
599
|
};
|
|
602
|
-
readonly
|
|
600
|
+
readonly resourceGroupIds: string[];
|
|
601
|
+
readonly id: string & {
|
|
603
602
|
readonly?: "__readonly" | undefined;
|
|
604
603
|
};
|
|
604
|
+
email: string;
|
|
605
605
|
readonly createdAt: string & {
|
|
606
606
|
readonly?: "__readonly" | undefined;
|
|
607
607
|
};
|
|
@@ -641,17 +641,17 @@ export default class {
|
|
|
641
641
|
status: "success";
|
|
642
642
|
} & {
|
|
643
643
|
data: {
|
|
644
|
-
|
|
645
|
-
readonly resourceGroupIds: string[];
|
|
646
|
-
readonly roleId: string & {
|
|
644
|
+
readonly companyId: string & {
|
|
647
645
|
readonly?: "__readonly" | undefined;
|
|
648
646
|
};
|
|
649
|
-
readonly
|
|
647
|
+
readonly roleId: string & {
|
|
650
648
|
readonly?: "__readonly" | undefined;
|
|
651
649
|
};
|
|
652
|
-
readonly
|
|
650
|
+
readonly resourceGroupIds: string[];
|
|
651
|
+
readonly id: string & {
|
|
653
652
|
readonly?: "__readonly" | undefined;
|
|
654
653
|
};
|
|
654
|
+
email: string;
|
|
655
655
|
readonly createdAt: string & {
|
|
656
656
|
readonly?: "__readonly" | undefined;
|
|
657
657
|
};
|
|
@@ -696,17 +696,17 @@ export default class {
|
|
|
696
696
|
status: "success";
|
|
697
697
|
} & {
|
|
698
698
|
data: {
|
|
699
|
-
|
|
700
|
-
readonly resourceGroupIds: string[];
|
|
701
|
-
readonly roleId: string & {
|
|
699
|
+
readonly companyId: string & {
|
|
702
700
|
readonly?: "__readonly" | undefined;
|
|
703
701
|
};
|
|
704
|
-
readonly
|
|
702
|
+
readonly roleId: string & {
|
|
705
703
|
readonly?: "__readonly" | undefined;
|
|
706
704
|
};
|
|
707
|
-
readonly
|
|
705
|
+
readonly resourceGroupIds: string[];
|
|
706
|
+
readonly id: string & {
|
|
708
707
|
readonly?: "__readonly" | undefined;
|
|
709
708
|
};
|
|
709
|
+
email: string;
|
|
710
710
|
readonly createdAt: string & {
|
|
711
711
|
readonly?: "__readonly" | undefined;
|
|
712
712
|
};
|
|
@@ -752,17 +752,17 @@ export default class {
|
|
|
752
752
|
status: "success";
|
|
753
753
|
} & {
|
|
754
754
|
data: {
|
|
755
|
-
readonly
|
|
755
|
+
readonly companyId: string & {
|
|
756
756
|
readonly?: "__readonly" | undefined;
|
|
757
757
|
};
|
|
758
|
-
readonly resourceGroupIds: string[];
|
|
759
758
|
readonly roleId: string & {
|
|
760
759
|
readonly?: "__readonly" | undefined;
|
|
761
760
|
};
|
|
761
|
+
readonly resourceGroupIds: string[];
|
|
762
762
|
readonly id: string & {
|
|
763
763
|
readonly?: "__readonly" | undefined;
|
|
764
764
|
};
|
|
765
|
-
readonly
|
|
765
|
+
readonly email: string & {
|
|
766
766
|
readonly?: "__readonly" | undefined;
|
|
767
767
|
};
|
|
768
768
|
createdAt: string;
|
|
@@ -784,17 +784,17 @@ export default class {
|
|
|
784
784
|
status: "success";
|
|
785
785
|
} & {
|
|
786
786
|
data: {
|
|
787
|
-
readonly
|
|
787
|
+
readonly companyId: string & {
|
|
788
788
|
readonly?: "__readonly" | undefined;
|
|
789
789
|
};
|
|
790
|
-
readonly resourceGroupIds: string[];
|
|
791
790
|
readonly roleId: string & {
|
|
792
791
|
readonly?: "__readonly" | undefined;
|
|
793
792
|
};
|
|
793
|
+
readonly resourceGroupIds: string[];
|
|
794
794
|
readonly id: string & {
|
|
795
795
|
readonly?: "__readonly" | undefined;
|
|
796
796
|
};
|
|
797
|
-
readonly
|
|
797
|
+
readonly email: string & {
|
|
798
798
|
readonly?: "__readonly" | undefined;
|
|
799
799
|
};
|
|
800
800
|
createdAt: string;
|
|
@@ -814,17 +814,17 @@ export default class {
|
|
|
814
814
|
status: "success";
|
|
815
815
|
} & {
|
|
816
816
|
data: {
|
|
817
|
-
readonly
|
|
817
|
+
readonly companyId: string & {
|
|
818
818
|
readonly?: "__readonly" | undefined;
|
|
819
819
|
};
|
|
820
|
-
readonly resourceGroupIds: string[];
|
|
821
820
|
readonly roleId: string & {
|
|
822
821
|
readonly?: "__readonly" | undefined;
|
|
823
822
|
};
|
|
823
|
+
readonly resourceGroupIds: string[];
|
|
824
824
|
readonly id: string & {
|
|
825
825
|
readonly?: "__readonly" | undefined;
|
|
826
826
|
};
|
|
827
|
-
readonly
|
|
827
|
+
readonly email: string & {
|
|
828
828
|
readonly?: "__readonly" | undefined;
|
|
829
829
|
};
|
|
830
830
|
createdAt: string;
|
|
@@ -859,8 +859,8 @@ export default class {
|
|
|
859
859
|
status: "success";
|
|
860
860
|
} & {
|
|
861
861
|
data: {
|
|
862
|
-
resourceGroupIds: string[];
|
|
863
862
|
roleId: string;
|
|
863
|
+
resourceGroupIds: string[];
|
|
864
864
|
};
|
|
865
865
|
program: string;
|
|
866
866
|
version: string;
|
|
@@ -903,7 +903,6 @@ export default class {
|
|
|
903
903
|
};
|
|
904
904
|
securityPolicy: {
|
|
905
905
|
password: {
|
|
906
|
-
duration: number;
|
|
907
906
|
rules: {
|
|
908
907
|
options: {
|
|
909
908
|
maximum?: number | undefined;
|
|
@@ -911,6 +910,7 @@ export default class {
|
|
|
911
910
|
};
|
|
912
911
|
type: "special-characters" | "numbers" | "characters" | "uppercases" | "lowercases";
|
|
913
912
|
}[];
|
|
913
|
+
duration: number;
|
|
914
914
|
attempts: {
|
|
915
915
|
maximum: number;
|
|
916
916
|
lockDuration: number;
|
|
@@ -966,8 +966,8 @@ export default class {
|
|
|
966
966
|
signatureConfig?: {
|
|
967
967
|
prefix?: string | undefined;
|
|
968
968
|
location?: {
|
|
969
|
-
reference?: string | undefined;
|
|
970
969
|
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
970
|
+
reference?: string | undefined;
|
|
971
971
|
} | undefined;
|
|
972
972
|
} | undefined;
|
|
973
973
|
loginRequestTemplate?: {
|
|
@@ -1050,8 +1050,8 @@ export default class {
|
|
|
1050
1050
|
signatureConfig?: {
|
|
1051
1051
|
prefix?: string | undefined;
|
|
1052
1052
|
location?: {
|
|
1053
|
-
reference?: string | undefined;
|
|
1054
1053
|
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1054
|
+
reference?: string | undefined;
|
|
1055
1055
|
} | undefined;
|
|
1056
1056
|
} | undefined;
|
|
1057
1057
|
loginRequestTemplate?: {
|
|
@@ -1161,7 +1161,6 @@ export default class {
|
|
|
1161
1161
|
};
|
|
1162
1162
|
securityPolicy: {
|
|
1163
1163
|
password: {
|
|
1164
|
-
duration: number;
|
|
1165
1164
|
rules: {
|
|
1166
1165
|
options: {
|
|
1167
1166
|
maximum?: number | undefined;
|
|
@@ -1169,6 +1168,7 @@ export default class {
|
|
|
1169
1168
|
};
|
|
1170
1169
|
type: "special-characters" | "numbers" | "characters" | "uppercases" | "lowercases";
|
|
1171
1170
|
}[];
|
|
1171
|
+
duration: number;
|
|
1172
1172
|
attempts: {
|
|
1173
1173
|
maximum: number;
|
|
1174
1174
|
lockDuration: number;
|
|
@@ -1224,8 +1224,8 @@ export default class {
|
|
|
1224
1224
|
signatureConfig?: {
|
|
1225
1225
|
prefix?: string | undefined;
|
|
1226
1226
|
location?: {
|
|
1227
|
-
reference?: string | undefined;
|
|
1228
1227
|
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1228
|
+
reference?: string | undefined;
|
|
1229
1229
|
} | undefined;
|
|
1230
1230
|
} | undefined;
|
|
1231
1231
|
loginRequestTemplate?: {
|
|
@@ -1308,8 +1308,8 @@ export default class {
|
|
|
1308
1308
|
signatureConfig?: {
|
|
1309
1309
|
prefix?: string | undefined;
|
|
1310
1310
|
location?: {
|
|
1311
|
-
reference?: string | undefined;
|
|
1312
1311
|
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1312
|
+
reference?: string | undefined;
|
|
1313
1313
|
} | undefined;
|
|
1314
1314
|
} | undefined;
|
|
1315
1315
|
loginRequestTemplate?: {
|
|
@@ -1441,7 +1441,6 @@ export default class {
|
|
|
1441
1441
|
};
|
|
1442
1442
|
securityPolicy: {
|
|
1443
1443
|
password: {
|
|
1444
|
-
duration: number;
|
|
1445
1444
|
rules: {
|
|
1446
1445
|
options: {
|
|
1447
1446
|
maximum?: number | undefined;
|
|
@@ -1449,6 +1448,7 @@ export default class {
|
|
|
1449
1448
|
};
|
|
1450
1449
|
type: "special-characters" | "numbers" | "characters" | "uppercases" | "lowercases";
|
|
1451
1450
|
}[];
|
|
1451
|
+
duration: number;
|
|
1452
1452
|
attempts: {
|
|
1453
1453
|
maximum: number;
|
|
1454
1454
|
lockDuration: number;
|
|
@@ -1504,8 +1504,8 @@ export default class {
|
|
|
1504
1504
|
signatureConfig?: {
|
|
1505
1505
|
prefix?: string | undefined;
|
|
1506
1506
|
location?: {
|
|
1507
|
-
reference?: string | undefined;
|
|
1508
1507
|
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1508
|
+
reference?: string | undefined;
|
|
1509
1509
|
} | undefined;
|
|
1510
1510
|
} | undefined;
|
|
1511
1511
|
loginRequestTemplate?: {
|
|
@@ -1588,8 +1588,8 @@ export default class {
|
|
|
1588
1588
|
signatureConfig?: {
|
|
1589
1589
|
prefix?: string | undefined;
|
|
1590
1590
|
location?: {
|
|
1591
|
-
reference?: string | undefined;
|
|
1592
1591
|
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1592
|
+
reference?: string | undefined;
|
|
1593
1593
|
} | undefined;
|
|
1594
1594
|
} | undefined;
|
|
1595
1595
|
loginRequestTemplate?: {
|
|
@@ -1689,7 +1689,28 @@ export default class {
|
|
|
1689
1689
|
status: "success";
|
|
1690
1690
|
} & {
|
|
1691
1691
|
data: {
|
|
1692
|
-
|
|
1692
|
+
readonly companyId: string & {
|
|
1693
|
+
readonly?: "__readonly" | undefined;
|
|
1694
|
+
};
|
|
1695
|
+
readonly id: string & {
|
|
1696
|
+
readonly?: "__readonly" | undefined;
|
|
1697
|
+
};
|
|
1698
|
+
name: string;
|
|
1699
|
+
rules: {
|
|
1700
|
+
fields?: string[] | undefined;
|
|
1701
|
+
conditions?: {
|
|
1702
|
+
[x: string]: unknown;
|
|
1703
|
+
} | undefined;
|
|
1704
|
+
inverted?: boolean | undefined;
|
|
1705
|
+
reason?: string | undefined;
|
|
1706
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1707
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure";
|
|
1708
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1709
|
+
field: string;
|
|
1710
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1711
|
+
})[] | undefined;
|
|
1712
|
+
}[];
|
|
1713
|
+
usersCount: number;
|
|
1693
1714
|
}[];
|
|
1694
1715
|
program: string;
|
|
1695
1716
|
version: string;
|
|
@@ -1701,13 +1722,44 @@ export default class {
|
|
|
1701
1722
|
create: (params: Record<string, never>, data: {
|
|
1702
1723
|
name: string;
|
|
1703
1724
|
rules: {
|
|
1704
|
-
|
|
1725
|
+
fields?: string[] | undefined;
|
|
1726
|
+
conditions?: {
|
|
1727
|
+
[x: string]: unknown;
|
|
1728
|
+
} | undefined;
|
|
1729
|
+
inverted?: boolean | undefined;
|
|
1730
|
+
reason?: string | undefined;
|
|
1731
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1732
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure";
|
|
1733
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1734
|
+
field: string;
|
|
1735
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1736
|
+
})[] | undefined;
|
|
1705
1737
|
}[];
|
|
1706
1738
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1707
1739
|
status: "success";
|
|
1708
1740
|
} & {
|
|
1709
1741
|
data: {
|
|
1710
|
-
|
|
1742
|
+
readonly companyId: string & {
|
|
1743
|
+
readonly?: "__readonly" | undefined;
|
|
1744
|
+
};
|
|
1745
|
+
readonly id: string & {
|
|
1746
|
+
readonly?: "__readonly" | undefined;
|
|
1747
|
+
};
|
|
1748
|
+
name: string;
|
|
1749
|
+
rules: {
|
|
1750
|
+
fields?: string[] | undefined;
|
|
1751
|
+
conditions?: {
|
|
1752
|
+
[x: string]: unknown;
|
|
1753
|
+
} | undefined;
|
|
1754
|
+
inverted?: boolean | undefined;
|
|
1755
|
+
reason?: string | undefined;
|
|
1756
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1757
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure";
|
|
1758
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1759
|
+
field: string;
|
|
1760
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1761
|
+
})[] | undefined;
|
|
1762
|
+
}[];
|
|
1711
1763
|
};
|
|
1712
1764
|
program: string;
|
|
1713
1765
|
version: string;
|
|
@@ -1721,13 +1773,44 @@ export default class {
|
|
|
1721
1773
|
}, data: {
|
|
1722
1774
|
name?: string | undefined;
|
|
1723
1775
|
rules?: {
|
|
1724
|
-
|
|
1776
|
+
fields?: string[] | undefined;
|
|
1777
|
+
conditions?: {
|
|
1778
|
+
[x: string]: unknown;
|
|
1779
|
+
} | undefined;
|
|
1780
|
+
inverted?: boolean | undefined;
|
|
1781
|
+
reason?: string | undefined;
|
|
1782
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1783
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure";
|
|
1784
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1785
|
+
field: string;
|
|
1786
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1787
|
+
})[] | undefined;
|
|
1725
1788
|
}[] | undefined;
|
|
1726
1789
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1727
1790
|
status: "success";
|
|
1728
1791
|
} & {
|
|
1729
1792
|
data: {
|
|
1730
|
-
|
|
1793
|
+
readonly companyId: string & {
|
|
1794
|
+
readonly?: "__readonly" | undefined;
|
|
1795
|
+
};
|
|
1796
|
+
readonly id: string & {
|
|
1797
|
+
readonly?: "__readonly" | undefined;
|
|
1798
|
+
};
|
|
1799
|
+
name: string;
|
|
1800
|
+
rules: {
|
|
1801
|
+
fields?: string[] | undefined;
|
|
1802
|
+
conditions?: {
|
|
1803
|
+
[x: string]: unknown;
|
|
1804
|
+
} | undefined;
|
|
1805
|
+
inverted?: boolean | undefined;
|
|
1806
|
+
reason?: string | undefined;
|
|
1807
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1808
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure";
|
|
1809
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1810
|
+
field: string;
|
|
1811
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1812
|
+
})[] | undefined;
|
|
1813
|
+
}[];
|
|
1731
1814
|
};
|
|
1732
1815
|
program: string;
|
|
1733
1816
|
version: string;
|
|
@@ -1757,7 +1840,17 @@ export default class {
|
|
|
1757
1840
|
status: "success";
|
|
1758
1841
|
} & {
|
|
1759
1842
|
data: {
|
|
1760
|
-
|
|
1843
|
+
readonly companyId: string & {
|
|
1844
|
+
readonly?: "__readonly" | undefined;
|
|
1845
|
+
};
|
|
1846
|
+
readonly id: string & {
|
|
1847
|
+
readonly?: "__readonly" | undefined;
|
|
1848
|
+
};
|
|
1849
|
+
name: string;
|
|
1850
|
+
readonly parentIds: string[];
|
|
1851
|
+
readonly childrenIds: string[];
|
|
1852
|
+
excludeFromAncestorInheritance?: boolean | undefined;
|
|
1853
|
+
usersCount: number;
|
|
1761
1854
|
}[];
|
|
1762
1855
|
program: string;
|
|
1763
1856
|
version: string;
|
|
@@ -1776,7 +1869,16 @@ export default class {
|
|
|
1776
1869
|
status: "success";
|
|
1777
1870
|
} & {
|
|
1778
1871
|
data: {
|
|
1779
|
-
|
|
1872
|
+
readonly companyId: string & {
|
|
1873
|
+
readonly?: "__readonly" | undefined;
|
|
1874
|
+
};
|
|
1875
|
+
readonly id: string & {
|
|
1876
|
+
readonly?: "__readonly" | undefined;
|
|
1877
|
+
};
|
|
1878
|
+
name: string;
|
|
1879
|
+
readonly parentIds: string[];
|
|
1880
|
+
readonly childrenIds: string[];
|
|
1881
|
+
excludeFromAncestorInheritance?: boolean | undefined;
|
|
1780
1882
|
};
|
|
1781
1883
|
program: string;
|
|
1782
1884
|
version: string;
|
|
@@ -1797,7 +1899,16 @@ export default class {
|
|
|
1797
1899
|
status: "success";
|
|
1798
1900
|
} & {
|
|
1799
1901
|
data: {
|
|
1800
|
-
|
|
1902
|
+
readonly companyId: string & {
|
|
1903
|
+
readonly?: "__readonly" | undefined;
|
|
1904
|
+
};
|
|
1905
|
+
readonly id: string & {
|
|
1906
|
+
readonly?: "__readonly" | undefined;
|
|
1907
|
+
};
|
|
1908
|
+
name: string;
|
|
1909
|
+
readonly parentIds: string[];
|
|
1910
|
+
readonly childrenIds: string[];
|
|
1911
|
+
excludeFromAncestorInheritance?: boolean | undefined;
|
|
1801
1912
|
};
|
|
1802
1913
|
program: string;
|
|
1803
1914
|
version: string;
|
|
@@ -1823,13 +1934,13 @@ export default class {
|
|
|
1823
1934
|
status: "success";
|
|
1824
1935
|
} & {
|
|
1825
1936
|
data: {
|
|
1826
|
-
id: string;
|
|
1827
1937
|
companyId: string;
|
|
1938
|
+
id: string;
|
|
1828
1939
|
name: string;
|
|
1829
1940
|
parentIds: string[];
|
|
1830
1941
|
childrenIds: string[];
|
|
1831
|
-
userIds: string[];
|
|
1832
1942
|
excludeFromAncestorInheritance: boolean;
|
|
1943
|
+
userIds: string[];
|
|
1833
1944
|
directUsersCount: number;
|
|
1834
1945
|
totalUsersCount: number;
|
|
1835
1946
|
}[];
|
|
@@ -1871,17 +1982,17 @@ export default class {
|
|
|
1871
1982
|
} & {
|
|
1872
1983
|
data: {
|
|
1873
1984
|
user?: {
|
|
1874
|
-
|
|
1875
|
-
readonly resourceGroupIds: string[];
|
|
1876
|
-
readonly roleId: string & {
|
|
1985
|
+
readonly companyId: string & {
|
|
1877
1986
|
readonly?: "__readonly" | undefined;
|
|
1878
1987
|
};
|
|
1879
|
-
readonly
|
|
1988
|
+
readonly roleId: string & {
|
|
1880
1989
|
readonly?: "__readonly" | undefined;
|
|
1881
1990
|
};
|
|
1882
|
-
readonly
|
|
1991
|
+
readonly resourceGroupIds: string[];
|
|
1992
|
+
readonly id: string & {
|
|
1883
1993
|
readonly?: "__readonly" | undefined;
|
|
1884
1994
|
};
|
|
1995
|
+
email: string;
|
|
1885
1996
|
readonly createdAt: string & {
|
|
1886
1997
|
readonly?: "__readonly" | undefined;
|
|
1887
1998
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -321,6 +321,26 @@ export declare type InternalResponse_id_string = {
|
|
|
321
321
|
id: string;
|
|
322
322
|
};
|
|
323
323
|
};
|
|
324
|
+
export declare type RoleRule_Without_ToJSON = {
|
|
325
|
+
fields?: string[];
|
|
326
|
+
conditions?: {
|
|
327
|
+
[key: string]: AnyValue;
|
|
328
|
+
};
|
|
329
|
+
inverted?: boolean;
|
|
330
|
+
reason?: string;
|
|
331
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
332
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure";
|
|
333
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
334
|
+
field: string;
|
|
335
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
336
|
+
})[];
|
|
337
|
+
};
|
|
338
|
+
export declare type SerializedRole = {
|
|
339
|
+
readonly id: (string) & readonlyP;
|
|
340
|
+
readonly companyId: (string) & readonlyP;
|
|
341
|
+
name: string;
|
|
342
|
+
rules: RoleRule_Without_ToJSON[];
|
|
343
|
+
};
|
|
324
344
|
export declare type InternalResponse_roles_Array_OmitAlias = {
|
|
325
345
|
program: string;
|
|
326
346
|
version: string;
|
|
@@ -329,14 +349,10 @@ export declare type InternalResponse_roles_Array_OmitAlias = {
|
|
|
329
349
|
code?: number;
|
|
330
350
|
message: string;
|
|
331
351
|
data: {
|
|
332
|
-
roles:
|
|
333
|
-
[key: string]: AnyValue;
|
|
334
|
-
}[];
|
|
352
|
+
roles: SerializedRole[];
|
|
335
353
|
};
|
|
336
354
|
};
|
|
337
|
-
export declare type Role =
|
|
338
|
-
[key: string]: AnyValue;
|
|
339
|
-
};
|
|
355
|
+
export declare type Role = SerializedRole;
|
|
340
356
|
export declare type InternalResponse_Array_Role = {
|
|
341
357
|
program: string;
|
|
342
358
|
version: string;
|
|
@@ -423,12 +439,16 @@ export declare type InternalResponse_Role = {
|
|
|
423
439
|
message: string;
|
|
424
440
|
data: Role;
|
|
425
441
|
};
|
|
426
|
-
export declare type RoleRule =
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
442
|
+
export declare type RoleRule = RoleRule_Without_ToJSON;
|
|
443
|
+
export declare type SerializedResourceGroup = {
|
|
444
|
+
readonly id: (string) & readonlyP;
|
|
445
|
+
readonly companyId: (string) & readonlyP;
|
|
446
|
+
name: string;
|
|
447
|
+
readonly parentIds: (string[]) & readonlyP;
|
|
448
|
+
readonly childrenIds: (string[]) & readonlyP;
|
|
449
|
+
excludeFromAncestorInheritance?: boolean;
|
|
431
450
|
};
|
|
451
|
+
export declare type ResourceGroup = SerializedResourceGroup;
|
|
432
452
|
export declare type InternalResponse_Array_Intersection_ResourceGroup_usersCount_number = {
|
|
433
453
|
program: string;
|
|
434
454
|
version: string;
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcVNwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTJPRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
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.144+4e655d1",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|