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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.7-dev.12",
3
+ "version": "7.8.7-dev.13",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",