@waldur/admin 8.0.9-dev.12 → 8.0.9-dev.13

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/sdk.gen.d.ts CHANGED
@@ -871,7 +871,7 @@ export declare const publicMaintenanceAnnouncementsCount: <ThrowOnError extends
871
871
  export declare const publicMaintenanceAnnouncementsRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicMaintenanceAnnouncementsRetrieveData, ThrowOnError>) => import("@waldur/core").RequestResult<PublicMaintenanceAnnouncementsRetrieveResponses, unknown, ThrowOnError, "fields">;
872
872
  /**
873
873
  * Execute read-only SQL query
874
- * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires support user permissions.
874
+ * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires staff user permissions.
875
875
  */
876
876
  export declare const query: <ThrowOnError extends boolean = false>(options: Options<QueryData, ThrowOnError>) => import("@waldur/core").RequestResult<QueryResponses, QueryErrors, ThrowOnError, "fields">;
877
877
  /**
@@ -1022,7 +1022,7 @@ export declare const statsCeleryRetrieve: <ThrowOnError extends boolean = false>
1022
1022
  export declare const statsDatabaseRetrieve: <ThrowOnError extends boolean = false>(options?: Options<StatsDatabaseRetrieveData, ThrowOnError>) => import("@waldur/core").RequestResult<StatsDatabaseRetrieveResponses, unknown, ThrowOnError, "fields">;
1023
1023
  /**
1024
1024
  * Execute read-only SQL query
1025
- * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires support user permissions.
1025
+ * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires staff user permissions.
1026
1026
  */
1027
1027
  export declare const statsQuery: <ThrowOnError extends boolean = false>(options: Options<StatsQueryData, ThrowOnError>) => import("@waldur/core").RequestResult<StatsQueryResponses, StatsQueryErrors, ThrowOnError, "fields">;
1028
1028
  /**
package/dist/sdk.gen.js CHANGED
@@ -5706,7 +5706,7 @@ export const publicMaintenanceAnnouncementsRetrieve = (options) => {
5706
5706
  };
5707
5707
  /**
5708
5708
  * Execute read-only SQL query
5709
- * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires support user permissions.
5709
+ * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires staff user permissions.
5710
5710
  */
5711
5711
  export const query = (options) => {
5712
5712
  return (options.client ?? _heyApiClient).post({
@@ -6280,7 +6280,7 @@ export const statsDatabaseRetrieve = (options) => {
6280
6280
  };
6281
6281
  /**
6282
6282
  * Execute read-only SQL query
6283
- * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires support user permissions.
6283
+ * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires staff user permissions.
6284
6284
  */
6285
6285
  export const statsQuery = (options) => {
6286
6286
  return (options.client ?? _heyApiClient).post({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waldur/admin",
3
- "version": "8.0.9-dev.12",
3
+ "version": "8.0.9-dev.13",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
package/src/sdk.gen.ts CHANGED
@@ -5952,7 +5952,7 @@ export const publicMaintenanceAnnouncementsRetrieve = <ThrowOnError extends bool
5952
5952
 
5953
5953
  /**
5954
5954
  * Execute read-only SQL query
5955
- * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires support user permissions.
5955
+ * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires staff user permissions.
5956
5956
  */
5957
5957
  export const query = <ThrowOnError extends boolean = false>(options: Options<QueryData, ThrowOnError>) => {
5958
5958
  return (options.client ?? _heyApiClient).post<QueryResponses, QueryErrors, ThrowOnError>({
@@ -6547,7 +6547,7 @@ export const statsDatabaseRetrieve = <ThrowOnError extends boolean = false>(opti
6547
6547
 
6548
6548
  /**
6549
6549
  * Execute read-only SQL query
6550
- * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires support user permissions.
6550
+ * Execute a given SQL query against a read-only database replica. This is a powerful tool for diagnostics and reporting, but should be used with caution. Requires staff user permissions.
6551
6551
  */
6552
6552
  export const statsQuery = <ThrowOnError extends boolean = false>(options: Options<StatsQueryData, ThrowOnError>) => {
6553
6553
  return (options.client ?? _heyApiClient).post<StatsQueryResponses, StatsQueryErrors, ThrowOnError>({