@goauthentik/api 2025.2.1-1740858273 → 2025.2.1-1741736288

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.
@@ -448,7 +448,7 @@ export interface StagesEmailListRequest {
448
448
  subject?: string;
449
449
  template?: string;
450
450
  timeout?: number;
451
- tokenExpiry?: number;
451
+ tokenExpiry?: string;
452
452
  useGlobalSettings?: boolean;
453
453
  useSsl?: boolean;
454
454
  useTls?: boolean;
@@ -448,7 +448,7 @@ export interface StagesEmailListRequest {
448
448
  subject?: string;
449
449
  template?: string;
450
450
  timeout?: number;
451
- tokenExpiry?: number;
451
+ tokenExpiry?: string;
452
452
  useGlobalSettings?: boolean;
453
453
  useSsl?: boolean;
454
454
  useTls?: boolean;
@@ -107,11 +107,11 @@ export interface EmailStage {
107
107
  */
108
108
  fromAddress?: string;
109
109
  /**
110
- * Time in minutes the token sent is valid.
111
- * @type {number}
110
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
111
+ * @type {string}
112
112
  * @memberof EmailStage
113
113
  */
114
- tokenExpiry?: number;
114
+ tokenExpiry?: string;
115
115
  /**
116
116
  *
117
117
  * @type {string}
@@ -83,11 +83,11 @@ export interface EmailStageRequest {
83
83
  */
84
84
  fromAddress?: string;
85
85
  /**
86
- * Time in minutes the token sent is valid.
87
- * @type {number}
86
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
87
+ * @type {string}
88
88
  * @memberof EmailStageRequest
89
89
  */
90
- tokenExpiry?: number;
90
+ tokenExpiry?: string;
91
91
  /**
92
92
  *
93
93
  * @type {string}
@@ -83,11 +83,11 @@ export interface PatchedEmailStageRequest {
83
83
  */
84
84
  fromAddress?: string;
85
85
  /**
86
- * Time in minutes the token sent is valid.
87
- * @type {number}
86
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
87
+ * @type {string}
88
88
  * @memberof PatchedEmailStageRequest
89
89
  */
90
- tokenExpiry?: number;
90
+ tokenExpiry?: string;
91
91
  /**
92
92
  *
93
93
  * @type {string}
@@ -107,11 +107,11 @@ export interface EmailStage {
107
107
  */
108
108
  fromAddress?: string;
109
109
  /**
110
- * Time in minutes the token sent is valid.
111
- * @type {number}
110
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
111
+ * @type {string}
112
112
  * @memberof EmailStage
113
113
  */
114
- tokenExpiry?: number;
114
+ tokenExpiry?: string;
115
115
  /**
116
116
  *
117
117
  * @type {string}
@@ -83,11 +83,11 @@ export interface EmailStageRequest {
83
83
  */
84
84
  fromAddress?: string;
85
85
  /**
86
- * Time in minutes the token sent is valid.
87
- * @type {number}
86
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
87
+ * @type {string}
88
88
  * @memberof EmailStageRequest
89
89
  */
90
- tokenExpiry?: number;
90
+ tokenExpiry?: string;
91
91
  /**
92
92
  *
93
93
  * @type {string}
@@ -83,11 +83,11 @@ export interface PatchedEmailStageRequest {
83
83
  */
84
84
  fromAddress?: string;
85
85
  /**
86
- * Time in minutes the token sent is valid.
87
- * @type {number}
86
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
87
+ * @type {string}
88
88
  * @memberof PatchedEmailStageRequest
89
89
  */
90
- tokenExpiry?: number;
90
+ tokenExpiry?: string;
91
91
  /**
92
92
  *
93
93
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2025.2.1-1740858273",
3
+ "version": "2025.2.1-1741736288",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -890,7 +890,7 @@ export interface StagesEmailListRequest {
890
890
  subject?: string;
891
891
  template?: string;
892
892
  timeout?: number;
893
- tokenExpiry?: number;
893
+ tokenExpiry?: string;
894
894
  useGlobalSettings?: boolean;
895
895
  useSsl?: boolean;
896
896
  useTls?: boolean;
@@ -118,11 +118,11 @@ export interface EmailStage {
118
118
  */
119
119
  fromAddress?: string;
120
120
  /**
121
- * Time in minutes the token sent is valid.
122
- * @type {number}
121
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
122
+ * @type {string}
123
123
  * @memberof EmailStage
124
124
  */
125
- tokenExpiry?: number;
125
+ tokenExpiry?: string;
126
126
  /**
127
127
  *
128
128
  * @type {string}
@@ -94,11 +94,11 @@ export interface EmailStageRequest {
94
94
  */
95
95
  fromAddress?: string;
96
96
  /**
97
- * Time in minutes the token sent is valid.
98
- * @type {number}
97
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
98
+ * @type {string}
99
99
  * @memberof EmailStageRequest
100
100
  */
101
- tokenExpiry?: number;
101
+ tokenExpiry?: string;
102
102
  /**
103
103
  *
104
104
  * @type {string}
@@ -94,11 +94,11 @@ export interface PatchedEmailStageRequest {
94
94
  */
95
95
  fromAddress?: string;
96
96
  /**
97
- * Time in minutes the token sent is valid.
98
- * @type {number}
97
+ * Time the token sent is valid (Format: hours=3,minutes=17,seconds=300).
98
+ * @type {string}
99
99
  * @memberof PatchedEmailStageRequest
100
100
  */
101
- tokenExpiry?: number;
101
+ tokenExpiry?: string;
102
102
  /**
103
103
  *
104
104
  * @type {string}