@rlvt/entity-manager-openapi-client 1.0.148 → 1.0.149
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 +75 -5
- package/build/definitions.d.ts +16 -1
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1700,7 +1700,21 @@ export default class {
|
|
|
1700
1700
|
fields?: string[] | undefined;
|
|
1701
1701
|
conditions?: {
|
|
1702
1702
|
[x: string]: unknown;
|
|
1703
|
-
} |
|
|
1703
|
+
} | {
|
|
1704
|
+
options: {
|
|
1705
|
+
query: {
|
|
1706
|
+
$and: {
|
|
1707
|
+
[x: string]: unknown;
|
|
1708
|
+
}[];
|
|
1709
|
+
} | {
|
|
1710
|
+
$or: {
|
|
1711
|
+
[x: string]: unknown;
|
|
1712
|
+
}[];
|
|
1713
|
+
};
|
|
1714
|
+
datasourceIds?: string[] | undefined;
|
|
1715
|
+
};
|
|
1716
|
+
type: "datasource_query";
|
|
1717
|
+
}[] | undefined;
|
|
1704
1718
|
inverted?: boolean | undefined;
|
|
1705
1719
|
reason?: string | undefined;
|
|
1706
1720
|
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
@@ -1725,7 +1739,21 @@ export default class {
|
|
|
1725
1739
|
fields?: string[] | undefined;
|
|
1726
1740
|
conditions?: {
|
|
1727
1741
|
[x: string]: unknown;
|
|
1728
|
-
} |
|
|
1742
|
+
} | {
|
|
1743
|
+
options: {
|
|
1744
|
+
query: {
|
|
1745
|
+
$and: {
|
|
1746
|
+
[x: string]: unknown;
|
|
1747
|
+
}[];
|
|
1748
|
+
} | {
|
|
1749
|
+
$or: {
|
|
1750
|
+
[x: string]: unknown;
|
|
1751
|
+
}[];
|
|
1752
|
+
};
|
|
1753
|
+
datasourceIds?: string[] | undefined;
|
|
1754
|
+
};
|
|
1755
|
+
type: "datasource_query";
|
|
1756
|
+
}[] | undefined;
|
|
1729
1757
|
inverted?: boolean | undefined;
|
|
1730
1758
|
reason?: string | undefined;
|
|
1731
1759
|
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
@@ -1750,7 +1778,21 @@ export default class {
|
|
|
1750
1778
|
fields?: string[] | undefined;
|
|
1751
1779
|
conditions?: {
|
|
1752
1780
|
[x: string]: unknown;
|
|
1753
|
-
} |
|
|
1781
|
+
} | {
|
|
1782
|
+
options: {
|
|
1783
|
+
query: {
|
|
1784
|
+
$and: {
|
|
1785
|
+
[x: string]: unknown;
|
|
1786
|
+
}[];
|
|
1787
|
+
} | {
|
|
1788
|
+
$or: {
|
|
1789
|
+
[x: string]: unknown;
|
|
1790
|
+
}[];
|
|
1791
|
+
};
|
|
1792
|
+
datasourceIds?: string[] | undefined;
|
|
1793
|
+
};
|
|
1794
|
+
type: "datasource_query";
|
|
1795
|
+
}[] | undefined;
|
|
1754
1796
|
inverted?: boolean | undefined;
|
|
1755
1797
|
reason?: string | undefined;
|
|
1756
1798
|
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
@@ -1776,7 +1818,21 @@ export default class {
|
|
|
1776
1818
|
fields?: string[] | undefined;
|
|
1777
1819
|
conditions?: {
|
|
1778
1820
|
[x: string]: unknown;
|
|
1779
|
-
} |
|
|
1821
|
+
} | {
|
|
1822
|
+
options: {
|
|
1823
|
+
query: {
|
|
1824
|
+
$and: {
|
|
1825
|
+
[x: string]: unknown;
|
|
1826
|
+
}[];
|
|
1827
|
+
} | {
|
|
1828
|
+
$or: {
|
|
1829
|
+
[x: string]: unknown;
|
|
1830
|
+
}[];
|
|
1831
|
+
};
|
|
1832
|
+
datasourceIds?: string[] | undefined;
|
|
1833
|
+
};
|
|
1834
|
+
type: "datasource_query";
|
|
1835
|
+
}[] | undefined;
|
|
1780
1836
|
inverted?: boolean | undefined;
|
|
1781
1837
|
reason?: string | undefined;
|
|
1782
1838
|
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
@@ -1801,7 +1857,21 @@ export default class {
|
|
|
1801
1857
|
fields?: string[] | undefined;
|
|
1802
1858
|
conditions?: {
|
|
1803
1859
|
[x: string]: unknown;
|
|
1804
|
-
} |
|
|
1860
|
+
} | {
|
|
1861
|
+
options: {
|
|
1862
|
+
query: {
|
|
1863
|
+
$and: {
|
|
1864
|
+
[x: string]: unknown;
|
|
1865
|
+
}[];
|
|
1866
|
+
} | {
|
|
1867
|
+
$or: {
|
|
1868
|
+
[x: string]: unknown;
|
|
1869
|
+
}[];
|
|
1870
|
+
};
|
|
1871
|
+
datasourceIds?: string[] | undefined;
|
|
1872
|
+
};
|
|
1873
|
+
type: "datasource_query";
|
|
1874
|
+
}[] | undefined;
|
|
1805
1875
|
inverted?: boolean | undefined;
|
|
1806
1876
|
reason?: string | undefined;
|
|
1807
1877
|
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
package/build/definitions.d.ts
CHANGED
|
@@ -321,11 +321,26 @@ export declare type InternalResponse_id_string = {
|
|
|
321
321
|
id: string;
|
|
322
322
|
};
|
|
323
323
|
};
|
|
324
|
+
export declare type DatasourceQueryCondition = {
|
|
325
|
+
type: "datasource_query";
|
|
326
|
+
options: {
|
|
327
|
+
datasourceIds?: string[];
|
|
328
|
+
query: {
|
|
329
|
+
$and: {
|
|
330
|
+
[key: string]: AnyValue;
|
|
331
|
+
}[];
|
|
332
|
+
} | {
|
|
333
|
+
$or: {
|
|
334
|
+
[key: string]: AnyValue;
|
|
335
|
+
}[];
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
};
|
|
324
339
|
export declare type RoleRule_Without_ToJSON = {
|
|
325
340
|
fields?: string[];
|
|
326
341
|
conditions?: {
|
|
327
342
|
[key: string]: AnyValue;
|
|
328
|
-
};
|
|
343
|
+
} | DatasourceQueryCondition[];
|
|
329
344
|
inverted?: boolean;
|
|
330
345
|
reason?: string;
|
|
331
346
|
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcVNwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQWlSRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
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.149+0b86b90",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|