@scoreboardmax/api-types 1.0.35 → 1.0.36
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/index.cjs +0 -2
- package/dist/index.d.ts +1 -7
- package/dist/index.mjs +0 -2
- package/dist/internal.cjs +0 -2
- package/dist/internal.d.ts +1 -7
- package/dist/internal.mjs +0 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -225,8 +225,6 @@ var OAuthAction;
|
|
|
225
225
|
OAuthAction["NewUserCreated"] = "new_user_created";
|
|
226
226
|
OAuthAction["ExistingUserSignedIn"] = "existing_user_signed_in";
|
|
227
227
|
OAuthAction["ProviderLinkedAndSignedIn"] = "provider_linked_and_signed_in";
|
|
228
|
-
OAuthAction["RequiresUserDecision"] = "requires_user_decision";
|
|
229
|
-
OAuthAction["NewAccountForExistingUser"] = "new_account_for_existing_user";
|
|
230
228
|
})(OAuthAction || (exports.OAuthAction = OAuthAction = {}));
|
|
231
229
|
var OAuthProvider;
|
|
232
230
|
(function (OAuthProvider) {
|
package/dist/index.d.ts
CHANGED
|
@@ -183,9 +183,7 @@ export declare enum MetaMessageType {
|
|
|
183
183
|
export declare enum OAuthAction {
|
|
184
184
|
NewUserCreated = "new_user_created",
|
|
185
185
|
ExistingUserSignedIn = "existing_user_signed_in",
|
|
186
|
-
ProviderLinkedAndSignedIn = "provider_linked_and_signed_in"
|
|
187
|
-
RequiresUserDecision = "requires_user_decision",
|
|
188
|
-
NewAccountForExistingUser = "new_account_for_existing_user"
|
|
186
|
+
ProviderLinkedAndSignedIn = "provider_linked_and_signed_in"
|
|
189
187
|
}
|
|
190
188
|
export declare enum OAuthProvider {
|
|
191
189
|
Google = "google"
|
|
@@ -716,9 +714,6 @@ export interface NumberInput extends BaseInput {
|
|
|
716
714
|
max?: number;
|
|
717
715
|
step?: number;
|
|
718
716
|
}
|
|
719
|
-
export interface OAuthBindingRequest {
|
|
720
|
-
messageCipher: string;
|
|
721
|
-
}
|
|
722
717
|
export interface OAuthRequest {
|
|
723
718
|
code: string;
|
|
724
719
|
redirectUri: string;
|
|
@@ -730,7 +725,6 @@ export interface OAuthResponse {
|
|
|
730
725
|
oAuthProviderId: string;
|
|
731
726
|
oAuthProviderEmail: string;
|
|
732
727
|
oAuthProviderName: string;
|
|
733
|
-
messageCipher?: string;
|
|
734
728
|
dateNow: string;
|
|
735
729
|
action: OAuthAction;
|
|
736
730
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -216,8 +216,6 @@ export var OAuthAction;
|
|
|
216
216
|
OAuthAction["NewUserCreated"] = "new_user_created";
|
|
217
217
|
OAuthAction["ExistingUserSignedIn"] = "existing_user_signed_in";
|
|
218
218
|
OAuthAction["ProviderLinkedAndSignedIn"] = "provider_linked_and_signed_in";
|
|
219
|
-
OAuthAction["RequiresUserDecision"] = "requires_user_decision";
|
|
220
|
-
OAuthAction["NewAccountForExistingUser"] = "new_account_for_existing_user";
|
|
221
219
|
})(OAuthAction || (OAuthAction = {}));
|
|
222
220
|
export var OAuthProvider;
|
|
223
221
|
(function (OAuthProvider) {
|
package/dist/internal.cjs
CHANGED
|
@@ -244,8 +244,6 @@ var OAuthAction;
|
|
|
244
244
|
OAuthAction["NewUserCreated"] = "new_user_created";
|
|
245
245
|
OAuthAction["ExistingUserSignedIn"] = "existing_user_signed_in";
|
|
246
246
|
OAuthAction["ProviderLinkedAndSignedIn"] = "provider_linked_and_signed_in";
|
|
247
|
-
OAuthAction["RequiresUserDecision"] = "requires_user_decision";
|
|
248
|
-
OAuthAction["NewAccountForExistingUser"] = "new_account_for_existing_user";
|
|
249
247
|
})(OAuthAction || (exports.OAuthAction = OAuthAction = {}));
|
|
250
248
|
var OAuthProvider;
|
|
251
249
|
(function (OAuthProvider) {
|
package/dist/internal.d.ts
CHANGED
|
@@ -190,9 +190,7 @@ export declare enum MetaMessageType {
|
|
|
190
190
|
export declare enum OAuthAction {
|
|
191
191
|
NewUserCreated = "new_user_created",
|
|
192
192
|
ExistingUserSignedIn = "existing_user_signed_in",
|
|
193
|
-
ProviderLinkedAndSignedIn = "provider_linked_and_signed_in"
|
|
194
|
-
RequiresUserDecision = "requires_user_decision",
|
|
195
|
-
NewAccountForExistingUser = "new_account_for_existing_user"
|
|
193
|
+
ProviderLinkedAndSignedIn = "provider_linked_and_signed_in"
|
|
196
194
|
}
|
|
197
195
|
export declare enum OAuthProvider {
|
|
198
196
|
Google = "google"
|
|
@@ -734,9 +732,6 @@ export interface NumberInput extends BaseInput {
|
|
|
734
732
|
max?: number;
|
|
735
733
|
step?: number;
|
|
736
734
|
}
|
|
737
|
-
export interface OAuthBindingRequest {
|
|
738
|
-
messageCipher: string;
|
|
739
|
-
}
|
|
740
735
|
export interface OAuthRequest {
|
|
741
736
|
code: string;
|
|
742
737
|
redirectUri: string;
|
|
@@ -748,7 +743,6 @@ export interface OAuthResponse {
|
|
|
748
743
|
oAuthProviderId: string;
|
|
749
744
|
oAuthProviderEmail: string;
|
|
750
745
|
oAuthProviderName: string;
|
|
751
|
-
messageCipher?: string;
|
|
752
746
|
dateNow: string;
|
|
753
747
|
action: OAuthAction;
|
|
754
748
|
}
|
package/dist/internal.mjs
CHANGED
|
@@ -231,8 +231,6 @@ export var OAuthAction;
|
|
|
231
231
|
OAuthAction["NewUserCreated"] = "new_user_created";
|
|
232
232
|
OAuthAction["ExistingUserSignedIn"] = "existing_user_signed_in";
|
|
233
233
|
OAuthAction["ProviderLinkedAndSignedIn"] = "provider_linked_and_signed_in";
|
|
234
|
-
OAuthAction["RequiresUserDecision"] = "requires_user_decision";
|
|
235
|
-
OAuthAction["NewAccountForExistingUser"] = "new_account_for_existing_user";
|
|
236
234
|
})(OAuthAction || (OAuthAction = {}));
|
|
237
235
|
export var OAuthProvider;
|
|
238
236
|
(function (OAuthProvider) {
|