waldur-js-client 1.0.4-dev.63 → 1.0.4-dev.64
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/dist/types.gen.d.ts +6 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -25828,6 +25828,12 @@ export type RancherRoleTemplatesListData = {
|
|
|
25828
25828
|
path?: never;
|
|
25829
25829
|
query?: {
|
|
25830
25830
|
name?: string;
|
|
25831
|
+
/**
|
|
25832
|
+
* Ordering
|
|
25833
|
+
*
|
|
25834
|
+
*
|
|
25835
|
+
*/
|
|
25836
|
+
o?: Array<'-name' | '-scope_type' | 'name' | 'scope_type'>;
|
|
25831
25837
|
/**
|
|
25832
25838
|
* A page number within the paginated result set.
|
|
25833
25839
|
*/
|