RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@goauthentik/api
Versions diffs
2024.6.0-1720178084 → 2024.6.0-1720200294
@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.
Files changed (4)
hide
show
package/dist/esm/models/FooterLink.d.ts
+1
-1
package/dist/models/FooterLink.d.ts
+1
-1
package/package.json
+1
-1
package/src/models/FooterLink.ts
+1
-1
package/dist/esm/models/FooterLink.d.ts
CHANGED
Viewed
@@ -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/dist/models/FooterLink.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {
package/src/models/FooterLink.ts
CHANGED
Viewed
@@ -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}