sdk-sapi-promarketing 0.0.6 → 0.0.7
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4152,7 +4152,7 @@ declare class TwoFactorAuthenticationService extends RequestBase {
|
|
|
4152
4152
|
*/
|
|
4153
4153
|
getTwoFactorAuthenticationMethods: () => Promise<PlayerTwoFactorAuthenticationMethodsType>;
|
|
4154
4154
|
/**
|
|
4155
|
-
* Post Verifies Two Factor Authentication Code.
|
|
4155
|
+
* Post Verifies Two Factor Authentication Code By Player.
|
|
4156
4156
|
*
|
|
4157
4157
|
* @param data Represent the data to send in the body.
|
|
4158
4158
|
* @returns These returns values PlayerTwoFactorAuthenticationVerifiesCodeType.
|
package/dist/index.d.ts
CHANGED
|
@@ -4152,7 +4152,7 @@ declare class TwoFactorAuthenticationService extends RequestBase {
|
|
|
4152
4152
|
*/
|
|
4153
4153
|
getTwoFactorAuthenticationMethods: () => Promise<PlayerTwoFactorAuthenticationMethodsType>;
|
|
4154
4154
|
/**
|
|
4155
|
-
* Post Verifies Two Factor Authentication Code.
|
|
4155
|
+
* Post Verifies Two Factor Authentication Code By Player.
|
|
4156
4156
|
*
|
|
4157
4157
|
* @param data Represent the data to send in the body.
|
|
4158
4158
|
* @returns These returns values PlayerTwoFactorAuthenticationVerifiesCodeType.
|
package/dist/index.js
CHANGED
|
@@ -2244,7 +2244,7 @@ var TwoFactorAuthenticationService = class extends RequestBase {
|
|
|
2244
2244
|
false
|
|
2245
2245
|
);
|
|
2246
2246
|
/**
|
|
2247
|
-
* Post Verifies Two Factor Authentication Code.
|
|
2247
|
+
* Post Verifies Two Factor Authentication Code By Player.
|
|
2248
2248
|
*
|
|
2249
2249
|
* @param data Represent the data to send in the body.
|
|
2250
2250
|
* @returns These returns values PlayerTwoFactorAuthenticationVerifiesCodeType.
|