@goauthentik/api 2024.6.0-1720178084 → 2024.6.0-1720200294

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ export interface FooterLink {
20
20
  * @type {string}
21
21
  * @memberof FooterLink
22
22
  */
23
- readonly href: string;
23
+ readonly href: string | null;
24
24
  /**
25
25
  *
26
26
  * @type {string}
@@ -20,7 +20,7 @@ export interface FooterLink {
20
20
  * @type {string}
21
21
  * @memberof FooterLink
22
22
  */
23
- readonly href: string;
23
+ readonly href: string | null;
24
24
  /**
25
25
  *
26
26
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2024.6.0-1720178084",
3
+ "version": "2024.6.0-1720200294",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -24,7 +24,7 @@ export interface FooterLink {
24
24
  * @type {string}
25
25
  * @memberof FooterLink
26
26
  */
27
- readonly href: string;
27
+ readonly href: string | null;
28
28
  /**
29
29
  *
30
30
  * @type {string}