waldur-js-client 1.0.4-dev.27 → 1.0.4-dev.28

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.
@@ -5261,8 +5261,8 @@ export type OrderCreate = {
5261
5261
  /**
5262
5262
  * Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters
5263
5263
  */
5264
- readonly consumer_reviewed_by_username: string;
5265
- readonly consumer_reviewed_by_full_name: string;
5264
+ readonly consumer_reviewed_by_username: string | null;
5265
+ readonly consumer_reviewed_by_full_name: string | null;
5266
5266
  project: string;
5267
5267
  readonly project_uuid: string;
5268
5268
  readonly project_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.27",
3
+ "version": "1.0.4-dev.28",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",