@paynow-gg/typescript-sdk 1.0.24 → 1.0.25
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/generated/management.d.ts +1 -4
- package/dist/generated/management.d.ts.map +1 -1
- package/dist/generated/management.js.map +1 -1
- package/dist/generated/storefront.d.ts +77 -4
- package/dist/generated/storefront.d.ts.map +1 -1
- package/dist/generated/storefront.js +4 -0
- package/dist/generated/storefront.js.map +1 -1
- package/package.json +1 -1
|
@@ -2419,10 +2419,7 @@ export interface components {
|
|
|
2419
2419
|
*/
|
|
2420
2420
|
id: string;
|
|
2421
2421
|
};
|
|
2422
|
-
/**
|
|
2423
|
-
* @description A customer platform type used while gifting
|
|
2424
|
-
* @enum {string}
|
|
2425
|
-
*/
|
|
2422
|
+
/** @enum {string} */
|
|
2426
2423
|
CustomerProfilePlatform: "invalid" | "steam" | "minecraft" | "paynow_name" | "paynow" | "minecraft_java_name" | "minecraft_bedrock_name" | "xbox_xuid" | "minecraft_uuid";
|
|
2427
2424
|
CustomerTokenResponseDto: {
|
|
2428
2425
|
/** @description The generated Customer token. */
|