@rlvt/entity-manager-openapi-client 1.0.118 → 1.0.120
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 +77 -188
- package/build/definitions.d.ts +11 -31
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -53,17 +53,17 @@ export default class {
|
|
|
53
53
|
status: "success";
|
|
54
54
|
} & {
|
|
55
55
|
data: {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
};
|
|
56
|
+
email: string;
|
|
57
|
+
readonly resourceGroupIds: string[];
|
|
59
58
|
readonly roleId: string & {
|
|
60
59
|
readonly?: "__readonly" | undefined;
|
|
61
60
|
};
|
|
62
|
-
readonly resourceGroupIds: string[];
|
|
63
61
|
readonly id: string & {
|
|
64
62
|
readonly?: "__readonly" | undefined;
|
|
65
63
|
};
|
|
66
|
-
|
|
64
|
+
readonly companyId: string & {
|
|
65
|
+
readonly?: "__readonly" | undefined;
|
|
66
|
+
};
|
|
67
67
|
readonly createdAt: string & {
|
|
68
68
|
readonly?: "__readonly" | undefined;
|
|
69
69
|
};
|
|
@@ -109,17 +109,17 @@ export default class {
|
|
|
109
109
|
status: "success";
|
|
110
110
|
} & {
|
|
111
111
|
data: {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
};
|
|
112
|
+
email: string;
|
|
113
|
+
readonly resourceGroupIds: string[];
|
|
115
114
|
readonly roleId: string & {
|
|
116
115
|
readonly?: "__readonly" | undefined;
|
|
117
116
|
};
|
|
118
|
-
readonly resourceGroupIds: string[];
|
|
119
117
|
readonly id: string & {
|
|
120
118
|
readonly?: "__readonly" | undefined;
|
|
121
119
|
};
|
|
122
|
-
|
|
120
|
+
readonly companyId: string & {
|
|
121
|
+
readonly?: "__readonly" | undefined;
|
|
122
|
+
};
|
|
123
123
|
readonly createdAt: string & {
|
|
124
124
|
readonly?: "__readonly" | undefined;
|
|
125
125
|
};
|
|
@@ -180,17 +180,17 @@ export default class {
|
|
|
180
180
|
status: "success";
|
|
181
181
|
} & {
|
|
182
182
|
data: {
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
};
|
|
183
|
+
email: string;
|
|
184
|
+
readonly resourceGroupIds: string[];
|
|
186
185
|
readonly roleId: string & {
|
|
187
186
|
readonly?: "__readonly" | undefined;
|
|
188
187
|
};
|
|
189
|
-
readonly resourceGroupIds: string[];
|
|
190
188
|
readonly id: string & {
|
|
191
189
|
readonly?: "__readonly" | undefined;
|
|
192
190
|
};
|
|
193
|
-
|
|
191
|
+
readonly companyId: string & {
|
|
192
|
+
readonly?: "__readonly" | undefined;
|
|
193
|
+
};
|
|
194
194
|
readonly createdAt: string & {
|
|
195
195
|
readonly?: "__readonly" | undefined;
|
|
196
196
|
};
|
|
@@ -228,17 +228,17 @@ export default class {
|
|
|
228
228
|
status: "success";
|
|
229
229
|
} & {
|
|
230
230
|
data: {
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
};
|
|
231
|
+
email: string;
|
|
232
|
+
readonly resourceGroupIds: string[];
|
|
234
233
|
readonly roleId: string & {
|
|
235
234
|
readonly?: "__readonly" | undefined;
|
|
236
235
|
};
|
|
237
|
-
readonly resourceGroupIds: string[];
|
|
238
236
|
readonly id: string & {
|
|
239
237
|
readonly?: "__readonly" | undefined;
|
|
240
238
|
};
|
|
241
|
-
|
|
239
|
+
readonly companyId: string & {
|
|
240
|
+
readonly?: "__readonly" | undefined;
|
|
241
|
+
};
|
|
242
242
|
readonly createdAt: string & {
|
|
243
243
|
readonly?: "__readonly" | undefined;
|
|
244
244
|
};
|
|
@@ -286,17 +286,17 @@ export default class {
|
|
|
286
286
|
} & {
|
|
287
287
|
data: {
|
|
288
288
|
user: {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
};
|
|
289
|
+
email: string;
|
|
290
|
+
readonly resourceGroupIds: string[];
|
|
292
291
|
readonly roleId: string & {
|
|
293
292
|
readonly?: "__readonly" | undefined;
|
|
294
293
|
};
|
|
295
|
-
readonly resourceGroupIds: string[];
|
|
296
294
|
readonly id: string & {
|
|
297
295
|
readonly?: "__readonly" | undefined;
|
|
298
296
|
};
|
|
299
|
-
|
|
297
|
+
readonly companyId: string & {
|
|
298
|
+
readonly?: "__readonly" | undefined;
|
|
299
|
+
};
|
|
300
300
|
readonly createdAt: string & {
|
|
301
301
|
readonly?: "__readonly" | undefined;
|
|
302
302
|
};
|
|
@@ -349,6 +349,7 @@ export default class {
|
|
|
349
349
|
};
|
|
350
350
|
securityPolicy: {
|
|
351
351
|
password: {
|
|
352
|
+
duration: number;
|
|
352
353
|
rules: {
|
|
353
354
|
options: {
|
|
354
355
|
maximum?: number | undefined;
|
|
@@ -356,7 +357,6 @@ export default class {
|
|
|
356
357
|
};
|
|
357
358
|
type: "special-characters" | "numbers" | "characters" | "uppercases" | "lowercases";
|
|
358
359
|
}[];
|
|
359
|
-
duration: number;
|
|
360
360
|
attempts: {
|
|
361
361
|
maximum: number;
|
|
362
362
|
lockDuration: number;
|
|
@@ -412,8 +412,8 @@ export default class {
|
|
|
412
412
|
signatureConfig?: {
|
|
413
413
|
prefix?: string | undefined;
|
|
414
414
|
location?: {
|
|
415
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
416
415
|
reference?: string | undefined;
|
|
416
|
+
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
417
417
|
} | undefined;
|
|
418
418
|
} | undefined;
|
|
419
419
|
loginRequestTemplate?: {
|
|
@@ -496,8 +496,8 @@ export default class {
|
|
|
496
496
|
signatureConfig?: {
|
|
497
497
|
prefix?: string | undefined;
|
|
498
498
|
location?: {
|
|
499
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
500
499
|
reference?: string | undefined;
|
|
500
|
+
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
501
501
|
} | undefined;
|
|
502
502
|
} | undefined;
|
|
503
503
|
loginRequestTemplate?: {
|
|
@@ -583,17 +583,17 @@ export default class {
|
|
|
583
583
|
status: "success";
|
|
584
584
|
} & {
|
|
585
585
|
data: {
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
};
|
|
586
|
+
email: string;
|
|
587
|
+
readonly resourceGroupIds: string[];
|
|
589
588
|
readonly roleId: string & {
|
|
590
589
|
readonly?: "__readonly" | undefined;
|
|
591
590
|
};
|
|
592
|
-
readonly resourceGroupIds: string[];
|
|
593
591
|
readonly id: string & {
|
|
594
592
|
readonly?: "__readonly" | undefined;
|
|
595
593
|
};
|
|
596
|
-
|
|
594
|
+
readonly companyId: string & {
|
|
595
|
+
readonly?: "__readonly" | undefined;
|
|
596
|
+
};
|
|
597
597
|
readonly createdAt: string & {
|
|
598
598
|
readonly?: "__readonly" | undefined;
|
|
599
599
|
};
|
|
@@ -633,17 +633,17 @@ export default class {
|
|
|
633
633
|
status: "success";
|
|
634
634
|
} & {
|
|
635
635
|
data: {
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
};
|
|
636
|
+
email: string;
|
|
637
|
+
readonly resourceGroupIds: string[];
|
|
639
638
|
readonly roleId: string & {
|
|
640
639
|
readonly?: "__readonly" | undefined;
|
|
641
640
|
};
|
|
642
|
-
readonly resourceGroupIds: string[];
|
|
643
641
|
readonly id: string & {
|
|
644
642
|
readonly?: "__readonly" | undefined;
|
|
645
643
|
};
|
|
646
|
-
|
|
644
|
+
readonly companyId: string & {
|
|
645
|
+
readonly?: "__readonly" | undefined;
|
|
646
|
+
};
|
|
647
647
|
readonly createdAt: string & {
|
|
648
648
|
readonly?: "__readonly" | undefined;
|
|
649
649
|
};
|
|
@@ -688,17 +688,17 @@ export default class {
|
|
|
688
688
|
status: "success";
|
|
689
689
|
} & {
|
|
690
690
|
data: {
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
};
|
|
691
|
+
email: string;
|
|
692
|
+
readonly resourceGroupIds: string[];
|
|
694
693
|
readonly roleId: string & {
|
|
695
694
|
readonly?: "__readonly" | undefined;
|
|
696
695
|
};
|
|
697
|
-
readonly resourceGroupIds: string[];
|
|
698
696
|
readonly id: string & {
|
|
699
697
|
readonly?: "__readonly" | undefined;
|
|
700
698
|
};
|
|
701
|
-
|
|
699
|
+
readonly companyId: string & {
|
|
700
|
+
readonly?: "__readonly" | undefined;
|
|
701
|
+
};
|
|
702
702
|
readonly createdAt: string & {
|
|
703
703
|
readonly?: "__readonly" | undefined;
|
|
704
704
|
};
|
|
@@ -744,17 +744,17 @@ export default class {
|
|
|
744
744
|
status: "success";
|
|
745
745
|
} & {
|
|
746
746
|
data: {
|
|
747
|
-
readonly
|
|
747
|
+
readonly email: string & {
|
|
748
748
|
readonly?: "__readonly" | undefined;
|
|
749
749
|
};
|
|
750
|
+
readonly resourceGroupIds: string[];
|
|
750
751
|
readonly roleId: string & {
|
|
751
752
|
readonly?: "__readonly" | undefined;
|
|
752
753
|
};
|
|
753
|
-
readonly resourceGroupIds: string[];
|
|
754
754
|
readonly id: string & {
|
|
755
755
|
readonly?: "__readonly" | undefined;
|
|
756
756
|
};
|
|
757
|
-
readonly
|
|
757
|
+
readonly companyId: string & {
|
|
758
758
|
readonly?: "__readonly" | undefined;
|
|
759
759
|
};
|
|
760
760
|
createdAt: string;
|
|
@@ -776,17 +776,17 @@ export default class {
|
|
|
776
776
|
status: "success";
|
|
777
777
|
} & {
|
|
778
778
|
data: {
|
|
779
|
-
readonly
|
|
779
|
+
readonly email: string & {
|
|
780
780
|
readonly?: "__readonly" | undefined;
|
|
781
781
|
};
|
|
782
|
+
readonly resourceGroupIds: string[];
|
|
782
783
|
readonly roleId: string & {
|
|
783
784
|
readonly?: "__readonly" | undefined;
|
|
784
785
|
};
|
|
785
|
-
readonly resourceGroupIds: string[];
|
|
786
786
|
readonly id: string & {
|
|
787
787
|
readonly?: "__readonly" | undefined;
|
|
788
788
|
};
|
|
789
|
-
readonly
|
|
789
|
+
readonly companyId: string & {
|
|
790
790
|
readonly?: "__readonly" | undefined;
|
|
791
791
|
};
|
|
792
792
|
createdAt: string;
|
|
@@ -806,17 +806,17 @@ export default class {
|
|
|
806
806
|
status: "success";
|
|
807
807
|
} & {
|
|
808
808
|
data: {
|
|
809
|
-
readonly
|
|
809
|
+
readonly email: string & {
|
|
810
810
|
readonly?: "__readonly" | undefined;
|
|
811
811
|
};
|
|
812
|
+
readonly resourceGroupIds: string[];
|
|
812
813
|
readonly roleId: string & {
|
|
813
814
|
readonly?: "__readonly" | undefined;
|
|
814
815
|
};
|
|
815
|
-
readonly resourceGroupIds: string[];
|
|
816
816
|
readonly id: string & {
|
|
817
817
|
readonly?: "__readonly" | undefined;
|
|
818
818
|
};
|
|
819
|
-
readonly
|
|
819
|
+
readonly companyId: string & {
|
|
820
820
|
readonly?: "__readonly" | undefined;
|
|
821
821
|
};
|
|
822
822
|
createdAt: string;
|
|
@@ -851,8 +851,8 @@ export default class {
|
|
|
851
851
|
status: "success";
|
|
852
852
|
} & {
|
|
853
853
|
data: {
|
|
854
|
-
roleId: string;
|
|
855
854
|
resourceGroupIds: string[];
|
|
855
|
+
roleId: string;
|
|
856
856
|
};
|
|
857
857
|
program: string;
|
|
858
858
|
version: string;
|
|
@@ -895,6 +895,7 @@ export default class {
|
|
|
895
895
|
};
|
|
896
896
|
securityPolicy: {
|
|
897
897
|
password: {
|
|
898
|
+
duration: number;
|
|
898
899
|
rules: {
|
|
899
900
|
options: {
|
|
900
901
|
maximum?: number | undefined;
|
|
@@ -902,7 +903,6 @@ export default class {
|
|
|
902
903
|
};
|
|
903
904
|
type: "special-characters" | "numbers" | "characters" | "uppercases" | "lowercases";
|
|
904
905
|
}[];
|
|
905
|
-
duration: number;
|
|
906
906
|
attempts: {
|
|
907
907
|
maximum: number;
|
|
908
908
|
lockDuration: number;
|
|
@@ -958,8 +958,8 @@ export default class {
|
|
|
958
958
|
signatureConfig?: {
|
|
959
959
|
prefix?: string | undefined;
|
|
960
960
|
location?: {
|
|
961
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
962
961
|
reference?: string | undefined;
|
|
962
|
+
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
963
963
|
} | undefined;
|
|
964
964
|
} | undefined;
|
|
965
965
|
loginRequestTemplate?: {
|
|
@@ -1042,8 +1042,8 @@ export default class {
|
|
|
1042
1042
|
signatureConfig?: {
|
|
1043
1043
|
prefix?: string | undefined;
|
|
1044
1044
|
location?: {
|
|
1045
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1046
1045
|
reference?: string | undefined;
|
|
1046
|
+
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1047
1047
|
} | undefined;
|
|
1048
1048
|
} | undefined;
|
|
1049
1049
|
loginRequestTemplate?: {
|
|
@@ -1153,6 +1153,7 @@ export default class {
|
|
|
1153
1153
|
};
|
|
1154
1154
|
securityPolicy: {
|
|
1155
1155
|
password: {
|
|
1156
|
+
duration: number;
|
|
1156
1157
|
rules: {
|
|
1157
1158
|
options: {
|
|
1158
1159
|
maximum?: number | undefined;
|
|
@@ -1160,7 +1161,6 @@ export default class {
|
|
|
1160
1161
|
};
|
|
1161
1162
|
type: "special-characters" | "numbers" | "characters" | "uppercases" | "lowercases";
|
|
1162
1163
|
}[];
|
|
1163
|
-
duration: number;
|
|
1164
1164
|
attempts: {
|
|
1165
1165
|
maximum: number;
|
|
1166
1166
|
lockDuration: number;
|
|
@@ -1216,8 +1216,8 @@ export default class {
|
|
|
1216
1216
|
signatureConfig?: {
|
|
1217
1217
|
prefix?: string | undefined;
|
|
1218
1218
|
location?: {
|
|
1219
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1220
1219
|
reference?: string | undefined;
|
|
1220
|
+
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1221
1221
|
} | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
1223
|
loginRequestTemplate?: {
|
|
@@ -1300,8 +1300,8 @@ export default class {
|
|
|
1300
1300
|
signatureConfig?: {
|
|
1301
1301
|
prefix?: string | undefined;
|
|
1302
1302
|
location?: {
|
|
1303
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1304
1303
|
reference?: string | undefined;
|
|
1304
|
+
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1305
1305
|
} | undefined;
|
|
1306
1306
|
} | undefined;
|
|
1307
1307
|
loginRequestTemplate?: {
|
|
@@ -1430,6 +1430,7 @@ export default class {
|
|
|
1430
1430
|
};
|
|
1431
1431
|
securityPolicy: {
|
|
1432
1432
|
password: {
|
|
1433
|
+
duration: number;
|
|
1433
1434
|
rules: {
|
|
1434
1435
|
options: {
|
|
1435
1436
|
maximum?: number | undefined;
|
|
@@ -1437,7 +1438,6 @@ export default class {
|
|
|
1437
1438
|
};
|
|
1438
1439
|
type: "special-characters" | "numbers" | "characters" | "uppercases" | "lowercases";
|
|
1439
1440
|
}[];
|
|
1440
|
-
duration: number;
|
|
1441
1441
|
attempts: {
|
|
1442
1442
|
maximum: number;
|
|
1443
1443
|
lockDuration: number;
|
|
@@ -1493,8 +1493,8 @@ export default class {
|
|
|
1493
1493
|
signatureConfig?: {
|
|
1494
1494
|
prefix?: string | undefined;
|
|
1495
1495
|
location?: {
|
|
1496
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1497
1496
|
reference?: string | undefined;
|
|
1497
|
+
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1498
1498
|
} | undefined;
|
|
1499
1499
|
} | undefined;
|
|
1500
1500
|
loginRequestTemplate?: {
|
|
@@ -1577,8 +1577,8 @@ export default class {
|
|
|
1577
1577
|
signatureConfig?: {
|
|
1578
1578
|
prefix?: string | undefined;
|
|
1579
1579
|
location?: {
|
|
1580
|
-
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1581
1580
|
reference?: string | undefined;
|
|
1581
|
+
action?: "append" | "prepend" | "before" | "after" | undefined;
|
|
1582
1582
|
} | undefined;
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
loginRequestTemplate?: {
|
|
@@ -1678,28 +1678,7 @@ export default class {
|
|
|
1678
1678
|
status: "success";
|
|
1679
1679
|
} & {
|
|
1680
1680
|
data: {
|
|
1681
|
-
|
|
1682
|
-
readonly?: "__readonly" | undefined;
|
|
1683
|
-
};
|
|
1684
|
-
readonly id: string & {
|
|
1685
|
-
readonly?: "__readonly" | undefined;
|
|
1686
|
-
};
|
|
1687
|
-
name: string;
|
|
1688
|
-
rules: {
|
|
1689
|
-
fields?: string[] | undefined;
|
|
1690
|
-
conditions?: {
|
|
1691
|
-
[x: string]: unknown;
|
|
1692
|
-
} | undefined;
|
|
1693
|
-
inverted?: boolean | undefined;
|
|
1694
|
-
reason?: string | undefined;
|
|
1695
|
-
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1696
|
-
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1697
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1698
|
-
field: string;
|
|
1699
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1700
|
-
})[] | undefined;
|
|
1701
|
-
}[];
|
|
1702
|
-
usersCount: number;
|
|
1681
|
+
[x: string]: unknown;
|
|
1703
1682
|
}[];
|
|
1704
1683
|
program: string;
|
|
1705
1684
|
version: string;
|
|
@@ -1711,44 +1690,13 @@ export default class {
|
|
|
1711
1690
|
create: (params: Record<string, never>, data: {
|
|
1712
1691
|
name: string;
|
|
1713
1692
|
rules: {
|
|
1714
|
-
|
|
1715
|
-
conditions?: {
|
|
1716
|
-
[x: string]: unknown;
|
|
1717
|
-
} | undefined;
|
|
1718
|
-
inverted?: boolean | undefined;
|
|
1719
|
-
reason?: string | undefined;
|
|
1720
|
-
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1721
|
-
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1722
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1723
|
-
field: string;
|
|
1724
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1725
|
-
})[] | undefined;
|
|
1693
|
+
[x: string]: unknown;
|
|
1726
1694
|
}[];
|
|
1727
1695
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1728
1696
|
status: "success";
|
|
1729
1697
|
} & {
|
|
1730
1698
|
data: {
|
|
1731
|
-
|
|
1732
|
-
readonly?: "__readonly" | undefined;
|
|
1733
|
-
};
|
|
1734
|
-
readonly id: string & {
|
|
1735
|
-
readonly?: "__readonly" | undefined;
|
|
1736
|
-
};
|
|
1737
|
-
name: string;
|
|
1738
|
-
rules: {
|
|
1739
|
-
fields?: string[] | undefined;
|
|
1740
|
-
conditions?: {
|
|
1741
|
-
[x: string]: unknown;
|
|
1742
|
-
} | undefined;
|
|
1743
|
-
inverted?: boolean | undefined;
|
|
1744
|
-
reason?: string | undefined;
|
|
1745
|
-
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1746
|
-
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1747
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1748
|
-
field: string;
|
|
1749
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1750
|
-
})[] | undefined;
|
|
1751
|
-
}[];
|
|
1699
|
+
[x: string]: unknown;
|
|
1752
1700
|
};
|
|
1753
1701
|
program: string;
|
|
1754
1702
|
version: string;
|
|
@@ -1762,44 +1710,13 @@ export default class {
|
|
|
1762
1710
|
}, data: {
|
|
1763
1711
|
name?: string | undefined;
|
|
1764
1712
|
rules?: {
|
|
1765
|
-
|
|
1766
|
-
conditions?: {
|
|
1767
|
-
[x: string]: unknown;
|
|
1768
|
-
} | undefined;
|
|
1769
|
-
inverted?: boolean | undefined;
|
|
1770
|
-
reason?: string | undefined;
|
|
1771
|
-
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1772
|
-
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1773
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1774
|
-
field: string;
|
|
1775
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1776
|
-
})[] | undefined;
|
|
1713
|
+
[x: string]: unknown;
|
|
1777
1714
|
}[] | undefined;
|
|
1778
1715
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1779
1716
|
status: "success";
|
|
1780
1717
|
} & {
|
|
1781
1718
|
data: {
|
|
1782
|
-
|
|
1783
|
-
readonly?: "__readonly" | undefined;
|
|
1784
|
-
};
|
|
1785
|
-
readonly id: string & {
|
|
1786
|
-
readonly?: "__readonly" | undefined;
|
|
1787
|
-
};
|
|
1788
|
-
name: string;
|
|
1789
|
-
rules: {
|
|
1790
|
-
fields?: string[] | undefined;
|
|
1791
|
-
conditions?: {
|
|
1792
|
-
[x: string]: unknown;
|
|
1793
|
-
} | undefined;
|
|
1794
|
-
inverted?: boolean | undefined;
|
|
1795
|
-
reason?: string | undefined;
|
|
1796
|
-
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1797
|
-
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1798
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1799
|
-
field: string;
|
|
1800
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1801
|
-
})[] | undefined;
|
|
1802
|
-
}[];
|
|
1719
|
+
[x: string]: unknown;
|
|
1803
1720
|
};
|
|
1804
1721
|
program: string;
|
|
1805
1722
|
version: string;
|
|
@@ -1829,17 +1746,7 @@ export default class {
|
|
|
1829
1746
|
status: "success";
|
|
1830
1747
|
} & {
|
|
1831
1748
|
data: {
|
|
1832
|
-
|
|
1833
|
-
readonly?: "__readonly" | undefined;
|
|
1834
|
-
};
|
|
1835
|
-
readonly id: string & {
|
|
1836
|
-
readonly?: "__readonly" | undefined;
|
|
1837
|
-
};
|
|
1838
|
-
name: string;
|
|
1839
|
-
readonly parentIds: string[];
|
|
1840
|
-
readonly childrenIds: string[];
|
|
1841
|
-
excludeFromAncestorInheritance?: boolean | undefined;
|
|
1842
|
-
usersCount: number;
|
|
1749
|
+
[x: string]: unknown;
|
|
1843
1750
|
}[];
|
|
1844
1751
|
program: string;
|
|
1845
1752
|
version: string;
|
|
@@ -1858,16 +1765,7 @@ export default class {
|
|
|
1858
1765
|
status: "success";
|
|
1859
1766
|
} & {
|
|
1860
1767
|
data: {
|
|
1861
|
-
|
|
1862
|
-
readonly?: "__readonly" | undefined;
|
|
1863
|
-
};
|
|
1864
|
-
readonly id: string & {
|
|
1865
|
-
readonly?: "__readonly" | undefined;
|
|
1866
|
-
};
|
|
1867
|
-
name: string;
|
|
1868
|
-
readonly parentIds: string[];
|
|
1869
|
-
readonly childrenIds: string[];
|
|
1870
|
-
excludeFromAncestorInheritance?: boolean | undefined;
|
|
1768
|
+
[x: string]: unknown;
|
|
1871
1769
|
};
|
|
1872
1770
|
program: string;
|
|
1873
1771
|
version: string;
|
|
@@ -1888,16 +1786,7 @@ export default class {
|
|
|
1888
1786
|
status: "success";
|
|
1889
1787
|
} & {
|
|
1890
1788
|
data: {
|
|
1891
|
-
|
|
1892
|
-
readonly?: "__readonly" | undefined;
|
|
1893
|
-
};
|
|
1894
|
-
readonly id: string & {
|
|
1895
|
-
readonly?: "__readonly" | undefined;
|
|
1896
|
-
};
|
|
1897
|
-
name: string;
|
|
1898
|
-
readonly parentIds: string[];
|
|
1899
|
-
readonly childrenIds: string[];
|
|
1900
|
-
excludeFromAncestorInheritance?: boolean | undefined;
|
|
1789
|
+
[x: string]: unknown;
|
|
1901
1790
|
};
|
|
1902
1791
|
program: string;
|
|
1903
1792
|
version: string;
|
|
@@ -1923,13 +1812,13 @@ export default class {
|
|
|
1923
1812
|
status: "success";
|
|
1924
1813
|
} & {
|
|
1925
1814
|
data: {
|
|
1926
|
-
companyId: string;
|
|
1927
1815
|
id: string;
|
|
1816
|
+
companyId: string;
|
|
1928
1817
|
name: string;
|
|
1929
1818
|
parentIds: string[];
|
|
1930
1819
|
childrenIds: string[];
|
|
1931
|
-
excludeFromAncestorInheritance: boolean;
|
|
1932
1820
|
userIds: string[];
|
|
1821
|
+
excludeFromAncestorInheritance: boolean;
|
|
1933
1822
|
directUsersCount: number;
|
|
1934
1823
|
totalUsersCount: number;
|
|
1935
1824
|
}[];
|
|
@@ -1965,17 +1854,17 @@ export default class {
|
|
|
1965
1854
|
} & {
|
|
1966
1855
|
data: {
|
|
1967
1856
|
user?: {
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
};
|
|
1857
|
+
email: string;
|
|
1858
|
+
readonly resourceGroupIds: string[];
|
|
1971
1859
|
readonly roleId: string & {
|
|
1972
1860
|
readonly?: "__readonly" | undefined;
|
|
1973
1861
|
};
|
|
1974
|
-
readonly resourceGroupIds: string[];
|
|
1975
1862
|
readonly id: string & {
|
|
1976
1863
|
readonly?: "__readonly" | undefined;
|
|
1977
1864
|
};
|
|
1978
|
-
|
|
1865
|
+
readonly companyId: string & {
|
|
1866
|
+
readonly?: "__readonly" | undefined;
|
|
1867
|
+
};
|
|
1979
1868
|
readonly createdAt: string & {
|
|
1980
1869
|
readonly?: "__readonly" | undefined;
|
|
1981
1870
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -321,27 +321,6 @@ 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";
|
|
333
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
334
|
-
field: string;
|
|
335
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
336
|
-
})[];
|
|
337
|
-
};
|
|
338
|
-
export declare type RoleRule = RoleRule_Without_ToJSON;
|
|
339
|
-
export declare type SerializedRole = {
|
|
340
|
-
readonly id: (string) & readonlyP;
|
|
341
|
-
readonly companyId: (string) & readonlyP;
|
|
342
|
-
name: string;
|
|
343
|
-
rules: RoleRule[];
|
|
344
|
-
};
|
|
345
324
|
export declare type InternalResponse_roles_Array_OmitAlias = {
|
|
346
325
|
program: string;
|
|
347
326
|
version: string;
|
|
@@ -350,10 +329,14 @@ export declare type InternalResponse_roles_Array_OmitAlias = {
|
|
|
350
329
|
code?: number;
|
|
351
330
|
message: string;
|
|
352
331
|
data: {
|
|
353
|
-
roles:
|
|
332
|
+
roles: {
|
|
333
|
+
[key: string]: AnyValue;
|
|
334
|
+
}[];
|
|
354
335
|
};
|
|
355
336
|
};
|
|
356
|
-
export declare type Role =
|
|
337
|
+
export declare type Role = {
|
|
338
|
+
[key: string]: AnyValue;
|
|
339
|
+
};
|
|
357
340
|
export declare type InternalResponse_Array_Role = {
|
|
358
341
|
program: string;
|
|
359
342
|
version: string;
|
|
@@ -440,15 +423,12 @@ export declare type InternalResponse_Role = {
|
|
|
440
423
|
message: string;
|
|
441
424
|
data: Role;
|
|
442
425
|
};
|
|
443
|
-
export declare type
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
name: string;
|
|
449
|
-
excludeFromAncestorInheritance?: boolean;
|
|
426
|
+
export declare type RoleRule = {
|
|
427
|
+
[key: string]: AnyValue;
|
|
428
|
+
};
|
|
429
|
+
export declare type ResourceGroup = {
|
|
430
|
+
[key: string]: AnyValue;
|
|
450
431
|
};
|
|
451
|
-
export declare type ResourceGroup = SerializedResourceGroup;
|
|
452
432
|
export declare type InternalResponse_Array_Intersection_ResourceGroup_usersCount_number = {
|
|
453
433
|
program: string;
|
|
454
434
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcVNwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQXVORCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
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.120+281fd25",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|