waldur-js-client 1.0.4-dev.78 → 1.0.4-dev.79
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 +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -2141,7 +2141,7 @@ export type Event = {
|
|
|
2141
2141
|
message?: string;
|
|
2142
2142
|
readonly context?: unknown;
|
|
2143
2143
|
};
|
|
2144
|
-
export type EventGroupsEnum = 'access_subnets' | 'auth' | 'call' | 'credits' | 'customers' | 'invoices' | 'permissions' | 'projects' | 'proposal' | 'providers' | 'resources' | 'review' | 'ssh' | 'support' | 'users';
|
|
2144
|
+
export type EventGroupsEnum = 'access_subnets' | 'auth' | 'call' | 'credits' | 'customers' | 'invoices' | 'offering_accounting' | 'permissions' | 'projects' | 'proposal' | 'providers' | 'resources' | 'review' | 'ssh' | 'support' | 'users';
|
|
2145
2145
|
export type EventStats = {
|
|
2146
2146
|
readonly year: number;
|
|
2147
2147
|
readonly month: number;
|