@goauthentik/api 2023.8.1-1693356037 → 2023.8.1-1693420817

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.
@@ -51,7 +51,7 @@ export interface Group {
51
51
  * @type {string}
52
52
  * @memberof Group
53
53
  */
54
- readonly parentName: string;
54
+ readonly parentName: string | null;
55
55
  /**
56
56
  *
57
57
  * @type {Array<number>}
@@ -51,7 +51,7 @@ export interface Group {
51
51
  * @type {string}
52
52
  * @memberof Group
53
53
  */
54
- readonly parentName: string;
54
+ readonly parentName: string | null;
55
55
  /**
56
56
  *
57
57
  * @type {Array<number>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2023.8.1-1693356037",
3
+ "version": "2023.8.1-1693420817",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -61,7 +61,7 @@ export interface Group {
61
61
  * @type {string}
62
62
  * @memberof Group
63
63
  */
64
- readonly parentName: string;
64
+ readonly parentName: string | null;
65
65
  /**
66
66
  *
67
67
  * @type {Array<number>}