@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.
@@ -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. */