From 3e640d8c60cc45715a9632c645ce5b00d2fae006 Mon Sep 17 00:00:00 2001 From: dinosoeren Date: Fri, 20 Feb 2026 17:33:12 -0700 Subject: [PATCH] feat(OfferDetails): contentItem.lastUpdatedAt --- docs/gen/redoc.v1.html | 4 ++-- docs/gen/swagger.v1.json | 15 +++++++++++++++ server/shop/catalog/v1/service.proto | 5 ++--- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/docs/gen/redoc.v1.html b/docs/gen/redoc.v1.html index 6317473..6c6f1ea 100644 --- a/docs/gen/redoc.v1.html +++ b/docs/gen/redoc.v1.html @@ -473,7 +473,7 @@ " class="sc-eVqvcJ sc-fszimp sc-etsjJW kIppRw jnwENr ljKHqG">

A successful response.

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "rewardsHeader": {
    }
}

Purchase

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "rewardsHeader": {
    }
}

Purchase

Purchase processing endpoints

Cancel pending payment

Step 2B: Cancels a pending purchase that was previously registered. IMPORTANT: Always expects HTTP 200 OK response with inline error codes in the body.

@@ -580,7 +580,7 @@ " class="sc-eVqvcJ sc-fszimp sc-etsjJW kIppRw jnwENr ljKHqG">

An unexpected error response.

Request samples

Content type
application/json
{
  • "playerId": "string",
  • "transactionId": "string",
  • "checkoutLinkId": "string",
  • "currency": "string",
  • "registrations": [
    ],
  • "platform": "PURCHASE_PLATFORM_UNSPECIFIED",
  • "browser": "string",
  • "deviceId": "string",
  • "source": "PURCHASE_SOURCE_UNSPECIFIED",
  • "ipAddress": "string",
  • "region": "string"
}

Response samples

Content type
application/json
{
  • "statuses": [
    ]
}