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.
- package/dist/types.gen.d.ts +2 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|