waldur-js-client 7.8.7-dev.12 → 7.8.7-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/types.gen.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5459,7 +5459,7 @@ export type NotificationTemplateUpdateSerializersRequest = {
|
|
|
5459
5459
|
content: string;
|
|
5460
5460
|
};
|
|
5461
5461
|
export type NullEnum = unknown;
|
|
5462
|
-
export type ObservableObjectTypeEnum = 'order' | 'user_role' | 'resource' | 'offering_user' | 'importable_resources' | 'service_account' | 'course_account';
|
|
5462
|
+
export type ObservableObjectTypeEnum = 'order' | 'user_role' | 'resource' | 'offering_user' | 'importable_resources' | 'service_account' | 'course_account' | 'resource_periodic_limits';
|
|
5463
5463
|
export type ObtainAuthTokenRequest = {
|
|
5464
5464
|
username: string;
|
|
5465
5465
|
password: string;
|