@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.
- package/dist/apis/StagesApi.d.ts +1 -1
- package/dist/esm/apis/StagesApi.d.ts +1 -1
- package/dist/esm/models/EmailStage.d.ts +3 -3
- package/dist/esm/models/EmailStageRequest.d.ts +3 -3
- package/dist/esm/models/PatchedEmailStageRequest.d.ts +3 -3
- package/dist/models/EmailStage.d.ts +3 -3
- package/dist/models/EmailStageRequest.d.ts +3 -3
- package/dist/models/PatchedEmailStageRequest.d.ts +3 -3
- package/package.json +1 -1
- package/src/apis/StagesApi.ts +1 -1
- package/src/models/EmailStage.ts +3 -3
- package/src/models/EmailStageRequest.ts +3 -3
- package/src/models/PatchedEmailStageRequest.ts +3 -3
package/dist/apis/StagesApi.d.ts
CHANGED
|
@@ -107,11 +107,11 @@ export interface EmailStage {
|
|
|
107
107
|
*/
|
|
108
108
|
fromAddress?: string;
|
|
109
109
|
/**
|
|
110
|
-
* Time
|
|
111
|
-
* @type {
|
|
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?:
|
|
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
|
|
87
|
-
* @type {
|
|
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?:
|
|
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
|
|
87
|
-
* @type {
|
|
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?:
|
|
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
|
|
111
|
-
* @type {
|
|
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?:
|
|
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
|
|
87
|
-
* @type {
|
|
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?:
|
|
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
|
|
87
|
-
* @type {
|
|
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?:
|
|
90
|
+
tokenExpiry?: string;
|
|
91
91
|
/**
|
|
92
92
|
*
|
|
93
93
|
* @type {string}
|
package/package.json
CHANGED
package/src/apis/StagesApi.ts
CHANGED
package/src/models/EmailStage.ts
CHANGED
|
@@ -118,11 +118,11 @@ export interface EmailStage {
|
|
|
118
118
|
*/
|
|
119
119
|
fromAddress?: string;
|
|
120
120
|
/**
|
|
121
|
-
* Time
|
|
122
|
-
* @type {
|
|
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?:
|
|
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
|
|
98
|
-
* @type {
|
|
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?:
|
|
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
|
|
98
|
-
* @type {
|
|
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?:
|
|
101
|
+
tokenExpiry?: string;
|
|
102
102
|
/**
|
|
103
103
|
*
|
|
104
104
|
* @type {string}
|