@paynow-gg/typescript-sdk 1.0.24 → 1.0.26

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.
@@ -1684,18 +1684,18 @@ export interface components {
1684
1684
  * Format: int64
1685
1685
  * @description The optional maximum order value beyond which an abandoned checkout email will not be sent.
1686
1686
  */
1687
- maximum_order_value?: number | null;
1687
+ maximum_order_value?: null | number;
1688
1688
  /**
1689
1689
  * Format: int32
1690
1690
  * @description The optional maximum coupons limit per customer beyond which an abandoned checkout email will not be sent.
1691
1691
  */
1692
- max_coupons_per_customer_amount?: number | null;
1692
+ max_coupons_per_customer_amount?: null | number;
1693
1693
  max_coupons_per_customer_period?: components["schemas"]["Period"];
1694
1694
  /**
1695
1695
  * Format: int32
1696
1696
  * @description The optional maximum coupons limit store wide beyond which an abandoned checkout email will not be sent.
1697
1697
  */
1698
- max_coupons_global_amount?: number | null;
1698
+ max_coupons_global_amount?: null | number;
1699
1699
  max_coupons_global_period?: components["schemas"]["Period"];
1700
1700
  coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
1701
1701
  /** @description The commands you want to execute when the email is sent. */
@@ -1728,18 +1728,18 @@ export interface components {
1728
1728
  * Format: int64
1729
1729
  * @description The optional maximum order value beyond which an abandoned checkout email will not be sent.
1730
1730
  */
1731
- maximum_order_value?: number | null;
1731
+ maximum_order_value?: null | number;
1732
1732
  /**
1733
1733
  * Format: int32
1734
1734
  * @description The optional maximum coupons limit per customer beyond which an abandoned checkout email will not be sent.
1735
1735
  */
1736
- max_coupons_per_customer_amount?: number | null;
1736
+ max_coupons_per_customer_amount?: null | number;
1737
1737
  max_coupons_per_customer_period?: components["schemas"]["Period"];
1738
1738
  /**
1739
1739
  * Format: int32
1740
1740
  * @description The optional maximum coupons limit store wide beyond which an abandoned checkout email will not be sent.
1741
1741
  */
1742
- max_coupons_global_amount?: number | null;
1742
+ max_coupons_global_amount?: null | number;
1743
1743
  max_coupons_global_period?: components["schemas"]["Period"];
1744
1744
  commands: components["schemas"]["AbandonedCheckoutStoreConfigurationUpdateCommandDto"][];
1745
1745
  coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
@@ -1773,7 +1773,7 @@ export interface components {
1773
1773
  created_at: string;
1774
1774
  updated_by?: components["schemas"]["ActorDto"];
1775
1775
  /** Format: date-time */
1776
- updated_at?: string | null;
1776
+ updated_at?: null | string;
1777
1777
  };
1778
1778
  /** @enum {string} */
1779
1779
  AffiliateLinkRefererType: "invalid" | "first_referer" | "last_referer";
@@ -1783,12 +1783,12 @@ export interface components {
1783
1783
  * @description The Alipay buyer identifier
1784
1784
  * @example buyer_abc123
1785
1785
  */
1786
- buyer_id?: string | null;
1786
+ buyer_id?: null | string;
1787
1787
  /**
1788
1788
  * @description A unique fingerprint for this Alipay account
1789
1789
  * @example fingerprint_xyz789
1790
1790
  */
1791
- fingerprint?: string | null;
1791
+ fingerprint?: null | string;
1792
1792
  };
1793
1793
  BanDto: {
1794
1794
  id: components["schemas"]["FlakeId"];
@@ -1800,10 +1800,10 @@ export interface components {
1800
1800
  /** Format: date-time */
1801
1801
  created_at: string;
1802
1802
  /** Format: date-time */
1803
- updated_at?: string | null;
1803
+ updated_at?: null | string;
1804
1804
  updated_by?: components["schemas"]["ActorDto"];
1805
1805
  /** Format: date-time */
1806
- expires_at?: string | null;
1806
+ expires_at?: null | string;
1807
1807
  };
1808
1808
  BanIdentityDto: {
1809
1809
  ban_type: components["schemas"]["BanType"];
@@ -1817,27 +1817,27 @@ export interface components {
1817
1817
  * @description The bank identifier
1818
1818
  * @example bnp_paribas
1819
1819
  */
1820
- bank?: string | null;
1820
+ bank?: null | string;
1821
1821
  /**
1822
1822
  * @description The bank name
1823
1823
  * @example BNP Paribas
1824
1824
  */
1825
- bank_name?: string | null;
1825
+ bank_name?: null | string;
1826
1826
  /**
1827
1827
  * @description The Bank Identifier Code
1828
1828
  * @example GEBABEBB
1829
1829
  */
1830
- bic?: string | null;
1830
+ bic?: null | string;
1831
1831
  /**
1832
1832
  * @description The last 4 digits of the IBAN
1833
1833
  * @example 3456
1834
1834
  */
1835
- iban_last4?: string | null;
1835
+ iban_last4?: null | string;
1836
1836
  /**
1837
1837
  * @description The payer name
1838
1838
  * @example Jean Dupont
1839
1839
  */
1840
- payer_name?: string | null;
1840
+ payer_name?: null | string;
1841
1841
  };
1842
1842
  /** @description Card payment method details */
1843
1843
  CardDetailsDto: {
@@ -1883,19 +1883,19 @@ export interface components {
1883
1883
  * Only available internally.
1884
1884
  * @example 424242
1885
1885
  */
1886
- bin?: string | null;
1886
+ bin?: null | string;
1887
1887
  /**
1888
1888
  * @description The card issuer/bank name.
1889
1889
  * Only available internally.
1890
1890
  * @example Chase Bank
1891
1891
  */
1892
- issuer?: string | null;
1892
+ issuer?: null | string;
1893
1893
  /**
1894
1894
  * @description The card description.
1895
1895
  * Only available internally.
1896
1896
  * @example Visa Signature
1897
1897
  */
1898
- description?: string | null;
1898
+ description?: null | string;
1899
1899
  wallet?: components["schemas"]["CardWalletDto"];
1900
1900
  };
1901
1901
  /** @description Digital wallet details for a card */
@@ -1933,19 +1933,19 @@ export interface components {
1933
1933
  inventory_item_id?: components["schemas"]["FlakeId"];
1934
1934
  gameserver_id: components["schemas"]["FlakeId"];
1935
1935
  steam_id?: components["schemas"]["SteamId"];
1936
- minecraft_uuid?: string | null;
1937
- customer_name?: string | null;
1936
+ minecraft_uuid?: null | string;
1937
+ customer_name?: null | string;
1938
1938
  customer_id?: components["schemas"]["FlakeId"];
1939
- command_stage?: string | null;
1939
+ command_stage?: null | string;
1940
1940
  command: string;
1941
1941
  online_only: boolean;
1942
1942
  rerun: boolean;
1943
1943
  /** Format: date-time */
1944
1944
  queued_at: string;
1945
1945
  /** Format: date-time */
1946
- executed_at?: string | null;
1946
+ executed_at?: null | string;
1947
1947
  /** Format: date-time */
1948
- unqueued_at?: string | null;
1948
+ unqueued_at?: null | string;
1949
1949
  };
1950
1950
  /**
1951
1951
  * @description Specifies the type of discount applied by a coupon.
@@ -1961,13 +1961,13 @@ export interface components {
1961
1961
  /** @description The unique code associated with the coupon. */
1962
1962
  code: string;
1963
1963
  /** @description A note or internal description of the coupon. */
1964
- note?: string | null;
1964
+ note?: null | string;
1965
1965
  duration: components["schemas"]["CouponDurationEnum"];
1966
1966
  /**
1967
1967
  * Format: int32
1968
1968
  * @description The number of months the coupon is valid, used if the duration is repeating.
1969
1969
  */
1970
- duration_in_months?: number | null;
1970
+ duration_in_months?: null | number;
1971
1971
  discount_type: components["schemas"]["CouponDiscountTypeEnum"];
1972
1972
  /**
1973
1973
  * Format: int64
@@ -1979,9 +1979,9 @@ export interface components {
1979
1979
  /** @description Indicates whether the discount is applied before existing sales. */
1980
1980
  discount_apply_before_sales: boolean;
1981
1981
  /** @description A list of product IDs the coupon applies to. */
1982
- apply_to_products?: components["schemas"]["FlakeId"][] | null;
1982
+ apply_to_products?: null | components["schemas"]["FlakeId"][];
1983
1983
  /** @description A list of tag IDs the coupon applies to. */
1984
- apply_to_tags?: components["schemas"]["FlakeId"][] | null;
1984
+ apply_to_tags?: null | components["schemas"]["FlakeId"][];
1985
1985
  usable_by_customer_id?: components["schemas"]["FlakeId"];
1986
1986
  /**
1987
1987
  * Format: int64
@@ -2010,12 +2010,12 @@ export interface components {
2010
2010
  * Format: date-time
2011
2011
  * @description The date and time when the coupon becomes valid.
2012
2012
  */
2013
- usable_at?: string | null;
2013
+ usable_at?: null | string;
2014
2014
  /**
2015
2015
  * Format: date-time
2016
2016
  * @description The date and time when the coupon expires.
2017
2017
  */
2018
- expires_at?: string | null;
2018
+ expires_at?: null | string;
2019
2019
  created_by?: components["schemas"]["ActorDto"];
2020
2020
  /**
2021
2021
  * Format: date-time
@@ -2027,7 +2027,7 @@ export interface components {
2027
2027
  * Format: date-time
2028
2028
  * @description The date and time when the coupon was last updated.
2029
2029
  */
2030
- updated_at?: string | null;
2030
+ updated_at?: null | string;
2031
2031
  };
2032
2032
  /**
2033
2033
  * @description Defines the duration for which a coupon remains valid.
@@ -2063,9 +2063,9 @@ export interface components {
2063
2063
  CreateCheckoutSessionLineDto: {
2064
2064
  product_id: components["schemas"]["FlakeId"];
2065
2065
  /** @description Determines whether this line should create a subscription */
2066
- subscription?: boolean | null;
2066
+ subscription?: null | boolean;
2067
2067
  /** @description Indicates whether the product should be trialed */
2068
- trial?: boolean | null;
2068
+ trial?: null | boolean;
2069
2069
  gift_to?: components["schemas"]["CustomerPlatformAccountDto"];
2070
2070
  gift_to_customer_id?: components["schemas"]["FlakeId"];
2071
2071
  /**
@@ -2076,23 +2076,23 @@ export interface components {
2076
2076
  selected_gameserver_id?: components["schemas"]["FlakeId"];
2077
2077
  /** @description Optional metadata to associate with the checkout session line.
2078
2078
  * Do not store any sensitive information here. */
2079
- metadata?: {
2079
+ metadata?: null | {
2080
2080
  [key: string]: string;
2081
- } | null;
2081
+ };
2082
2082
  /** @description Key-value pair mapping custom variable identifiers to their selected values.
2083
2083
  * Required only when the product includes custom variables. */
2084
- custom_variables?: {
2084
+ custom_variables?: null | {
2085
2085
  [key: string]: string;
2086
- } | null;
2086
+ };
2087
2087
  };
2088
2088
  /** @description Represents a line item in a checkout session request.
2089
2089
  * Opposed to CreateCheckoutSessionLineDto, this is used while creating a checkout session using the Management API,
2090
2090
  * and allows for creating inline products (which is subject to special approval) */
2091
2091
  CreateCheckoutSessionLineManagementDto: {
2092
2092
  /** @description Determines whether this line should create a subscription */
2093
- subscription?: boolean | null;
2093
+ subscription?: null | boolean;
2094
2094
  /** @description Indicates whether the product should be trialed */
2095
- trial?: boolean | null;
2095
+ trial?: null | boolean;
2096
2096
  gift_to?: components["schemas"]["CustomerPlatformAccountDto"];
2097
2097
  gift_to_customer_id?: components["schemas"]["FlakeId"];
2098
2098
  /**
@@ -2103,14 +2103,14 @@ export interface components {
2103
2103
  selected_gameserver_id?: components["schemas"]["FlakeId"];
2104
2104
  /** @description Optional metadata to associate with the checkout session line.
2105
2105
  * Do not store any sensitive information here. */
2106
- metadata?: {
2106
+ metadata?: null | {
2107
2107
  [key: string]: string;
2108
- } | null;
2108
+ };
2109
2109
  /** @description Key-value pair mapping custom variable identifiers to their selected values.
2110
2110
  * Required only when the product includes custom variables. */
2111
- custom_variables?: {
2111
+ custom_variables?: null | {
2112
2112
  [key: string]: string;
2113
- } | null;
2113
+ };
2114
2114
  product_id?: components["schemas"]["FlakeId"];
2115
2115
  inline_product?: components["schemas"]["InlineProductCreateDto"];
2116
2116
  };
@@ -2124,21 +2124,21 @@ export interface components {
2124
2124
  * @description Whether this checkout creates a subscription.
2125
2125
  * DEPRECATED: Use 'subscription' field in 'lines' array objects instead.
2126
2126
  */
2127
- subscription?: boolean | null;
2127
+ subscription?: null | boolean;
2128
2128
  coupon_id?: components["schemas"]["FlakeId"];
2129
2129
  /** @description Optional affiliate code to track referrals */
2130
- affiliate_code?: string | null;
2130
+ affiliate_code?: null | string;
2131
2131
  /** @description Optional URL to redirect to after successful checkout */
2132
- return_url?: string | null;
2132
+ return_url?: null | string;
2133
2133
  /** @description Optional URL to redirect to if checkout is canceled */
2134
- cancel_url?: string | null;
2134
+ cancel_url?: null | string;
2135
2135
  /** @description Whether to automatically redirect the customer (return_url must be set) */
2136
- auto_redirect?: boolean | null;
2136
+ auto_redirect?: null | boolean;
2137
2137
  /** @description Optional metadata to associate with the checkout session.
2138
2138
  * Do not store any sensitive information here. */
2139
- metadata?: {
2139
+ metadata?: null | {
2140
2140
  [key: string]: string;
2141
- } | null;
2141
+ };
2142
2142
  customer_id: components["schemas"]["FlakeId"];
2143
2143
  };
2144
2144
  /** @description Response after creating a checkout session */
@@ -2155,7 +2155,7 @@ export interface components {
2155
2155
  note?: string;
2156
2156
  duration: components["schemas"]["CouponDurationEnum"];
2157
2157
  /** Format: int32 */
2158
- duration_in_months?: number;
2158
+ duration_in_months?: null | number;
2159
2159
  discount_type: components["schemas"]["CouponDiscountTypeEnum"];
2160
2160
  /** Format: int64 */
2161
2161
  discount_amount: number;
@@ -2175,9 +2175,9 @@ export interface components {
2175
2175
  usable_on_one_time_purchase: boolean;
2176
2176
  usable_on_subscription: boolean;
2177
2177
  /** Format: date-time */
2178
- usable_at?: string;
2178
+ usable_at?: null | string;
2179
2179
  /** Format: date-time */
2180
- expires_at?: string;
2180
+ expires_at?: null | string;
2181
2181
  };
2182
2182
  CreateDownloadableFileDownloadUrlResponseDto: {
2183
2183
  download_signed_url: string;
@@ -2195,19 +2195,19 @@ export interface components {
2195
2195
  /** Format: date-time */
2196
2196
  usable_at: string;
2197
2197
  /** Format: date-time */
2198
- expires_at?: string;
2198
+ expires_at?: null | string;
2199
2199
  };
2200
2200
  CreateNavLinkDto: {
2201
2201
  tag_id: components["schemas"]["FlakeId"];
2202
2202
  parent_node_id?: string;
2203
2203
  /** Format: int32 */
2204
- order?: number;
2204
+ order?: null | number;
2205
2205
  };
2206
2206
  CreateRefundRequestDto: {
2207
2207
  order_line_id?: components["schemas"]["FlakeId"];
2208
2208
  /** @description Determines if the refund should be taken from the connected user's balance.
2209
2209
  * Only relevant for connected platforms. */
2210
- refund_from_connected_user_balance?: boolean | null;
2210
+ refund_from_connected_user_balance?: null | boolean;
2211
2211
  };
2212
2212
  CreateSaleDto: {
2213
2213
  enabled: boolean;
@@ -2222,7 +2222,7 @@ export interface components {
2222
2222
  /** Format: date-time */
2223
2223
  begins_at: string;
2224
2224
  /** Format: date-time */
2225
- ends_at?: string;
2225
+ ends_at?: null | string;
2226
2226
  };
2227
2227
  CreateStorePaymentSettingsDto: {
2228
2228
  show_all_payment_methods_for_subscriptions: boolean;
@@ -2239,9 +2239,9 @@ export interface components {
2239
2239
  url: string;
2240
2240
  subscribed_to: components["schemas"]["WebhookEventType"];
2241
2241
  type: components["schemas"]["WebhookType"];
2242
- discord_description_template?: string | null;
2243
- discord_title?: string | null;
2244
- discord_color?: string | null;
2242
+ discord_description_template?: null | string;
2243
+ discord_title?: null | string;
2244
+ discord_color?: null | string;
2245
2245
  };
2246
2246
  /** @description Cryptocurrency payment method details */
2247
2247
  CryptoDetailsDto: {
@@ -2281,7 +2281,7 @@ export interface components {
2281
2281
  /** @description Optional regex pattern to validate text/number input values.
2282
2282
  * Only applies to text and number types.
2283
2283
  * Uses RE2 syntax - does not support negative lookarounds, backreferences, or other advanced regex features. */
2284
- value_regex?: string | null;
2284
+ value_regex?: null | string;
2285
2285
  /** @description Available options for dropdown type custom variables.
2286
2286
  * Empty for text and number types. */
2287
2287
  options: components["schemas"]["CustomVariableOptionDto"][];
@@ -2297,7 +2297,7 @@ export interface components {
2297
2297
  * @description When this custom variable was last updated.
2298
2298
  * Null if never updated.
2299
2299
  */
2300
- updated_at?: string | null;
2300
+ updated_at?: null | string;
2301
2301
  };
2302
2302
  CustomVariableLineItemDto: {
2303
2303
  id: components["schemas"]["FlakeId"];
@@ -2383,16 +2383,16 @@ export interface components {
2383
2383
  * and the profile is a bedrock account, this will be a UUID generated from the Xbox XUID.
2384
2384
  * @example f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2
2385
2385
  */
2386
- minecraft_uuid?: string | null;
2386
+ minecraft_uuid?: null | string;
2387
2387
  minecraft?: components["schemas"]["MinecraftProfileDto"];
2388
2388
  /** @description The customer's Xbox XUID, if available. */
2389
- xbox_xuid?: string | null;
2389
+ xbox_xuid?: null | string;
2390
2390
  minecraft_platform?: components["schemas"]["CustomerMinecraftPlatform"];
2391
2391
  /**
2392
2392
  * @description The display name for the customer.
2393
2393
  * @example m0uka
2394
2394
  */
2395
- name?: string | null;
2395
+ name?: null | string;
2396
2396
  /**
2397
2397
  * Format: date-time
2398
2398
  * @description The date and time when the customer was created in the system.
@@ -2402,7 +2402,7 @@ export interface components {
2402
2402
  * Format: date-time
2403
2403
  * @description The date and time when the customer was last updated, if applicable.
2404
2404
  */
2405
- updated_at?: string | null;
2405
+ updated_at?: null | string;
2406
2406
  /** @description Additional custom data associated with the customer. */
2407
2407
  metadata: {
2408
2408
  [key: string]: string;
@@ -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. */
@@ -2436,7 +2433,7 @@ export interface components {
2436
2433
  /** @description Masked authentication token used for accessing the source platform API. */
2437
2434
  token: string;
2438
2435
  /** @description Error message if the migration encountered any errors, otherwise null. */
2439
- error?: string | null;
2436
+ error?: null | string;
2440
2437
  /**
2441
2438
  * Format: date-time
2442
2439
  * @description Timestamp when the migration was initiated.
@@ -2446,17 +2443,17 @@ export interface components {
2446
2443
  * Format: date-time
2447
2444
  * @description Timestamp when the migration failed, or null if it didn't fail.
2448
2445
  */
2449
- failed_at?: string | null;
2446
+ failed_at?: null | string;
2450
2447
  /**
2451
2448
  * Format: date-time
2452
2449
  * @description Timestamp when the migration was successfully completed, or null if not completed.
2453
2450
  */
2454
- completed_at?: string | null;
2451
+ completed_at?: null | string;
2455
2452
  /**
2456
2453
  * Format: int64
2457
2454
  * @description Total number of entities that need to be migrated, or null if unknown.
2458
2455
  */
2459
- total_entities_to_migrate?: number | null;
2456
+ total_entities_to_migrate?: null | number;
2460
2457
  /**
2461
2458
  * Format: int32
2462
2459
  * @description Number of entities that have been successfully migrated.
@@ -2472,18 +2469,18 @@ export interface components {
2472
2469
  * Format: int32
2473
2470
  * @description Quantity of products to assign.
2474
2471
  */
2475
- quantity?: number | null;
2472
+ quantity?: null | number;
2476
2473
  /**
2477
2474
  * Format: date-time
2478
2475
  * @description Override expiry date for the delivery item.
2479
2476
  */
2480
- override_expires_at?: string | null;
2477
+ override_expires_at?: null | string;
2481
2478
  /** @description Skip command execution when assigning the item. */
2482
- skip_commands?: boolean | null;
2479
+ skip_commands?: null | boolean;
2483
2480
  /** @description Custom variables for the assignment. */
2484
- custom_variables?: {
2481
+ custom_variables?: null | {
2485
2482
  [key: string]: string;
2486
- } | null;
2483
+ };
2487
2484
  };
2488
2485
  DeliveryItemAssignmentDto: {
2489
2486
  product_id?: components["schemas"]["FlakeId"];
@@ -2493,18 +2490,18 @@ export interface components {
2493
2490
  * Format: int32
2494
2491
  * @description Quantity of products to assign.
2495
2492
  */
2496
- quantity?: number | null;
2493
+ quantity?: null | number;
2497
2494
  /**
2498
2495
  * Format: date-time
2499
2496
  * @description Override expiry date for the delivery item.
2500
2497
  */
2501
- override_expires_at?: string | null;
2498
+ override_expires_at?: null | string;
2502
2499
  /** @description Skip command execution when assigning the item. */
2503
- skip_commands?: boolean | null;
2500
+ skip_commands?: null | boolean;
2504
2501
  /** @description Custom variables for the assignment. */
2505
- custom_variables?: {
2502
+ custom_variables?: null | {
2506
2503
  [key: string]: string;
2507
- } | null;
2504
+ };
2508
2505
  };
2509
2506
  /** @description Represents a delivery item assigned to a customer */
2510
2507
  DeliveryItemDto: {
@@ -2525,7 +2522,7 @@ export interface components {
2525
2522
  * Format: int32
2526
2523
  * @description The index of the item when multiple quantities were assigned
2527
2524
  */
2528
- quantity_index?: number | null;
2525
+ quantity_index?: null | number;
2529
2526
  product: components["schemas"]["DeliveryItemProductDto"];
2530
2527
  state: components["schemas"]["DeliveryItemStateDto"];
2531
2528
  /**
@@ -2538,31 +2535,31 @@ export interface components {
2538
2535
  * Format: date-time
2539
2536
  * @description The date and time when the item became active
2540
2537
  */
2541
- active_at?: string | null;
2538
+ active_at?: null | string;
2542
2539
  /** @description Indicates whether the delivery item can expire */
2543
2540
  expirable: boolean;
2544
2541
  /**
2545
2542
  * Format: date-time
2546
2543
  * @description The date and time when the item expires naturally
2547
2544
  */
2548
- expires_at?: string | null;
2545
+ expires_at?: null | string;
2549
2546
  /**
2550
2547
  * Format: date-time
2551
2548
  * @description The override expiry date for the delivery item
2552
2549
  */
2553
- override_expires_at?: string | null;
2550
+ override_expires_at?: null | string;
2554
2551
  /**
2555
2552
  * Format: date-time
2556
2553
  * @description The date and time when the item was removed
2557
2554
  */
2558
- removed_at?: string | null;
2555
+ removed_at?: null | string;
2559
2556
  /**
2560
2557
  * Format: date-time
2561
2558
  * @description The date and time when the item was revoked
2562
2559
  */
2563
- revoked_at?: string | null;
2560
+ revoked_at?: null | string;
2564
2561
  /** @description The reason for revoking the delivery item */
2565
- revoke_reason?: string | null;
2562
+ revoke_reason?: null | string;
2566
2563
  revoked_by?: components["schemas"]["ActorDto"];
2567
2564
  /** @description The command execution attempts for this delivery item */
2568
2565
  command_attempts: components["schemas"]["CommandAttemptDto"][];
@@ -2607,7 +2604,7 @@ export interface components {
2607
2604
  action_type: components["schemas"]["DiscordActionType"];
2608
2605
  channel_id?: components["schemas"]["FlakeId"];
2609
2606
  role_id?: components["schemas"]["FlakeId"];
2610
- message?: string | null;
2607
+ message?: null | string;
2611
2608
  };
2612
2609
  /** @enum {string} */
2613
2610
  DiscordActionExecutionStage: "on_purchase" | "on_expire" | "on_refund" | "on_chargeback";
@@ -2629,12 +2626,12 @@ export interface components {
2629
2626
  token: string;
2630
2627
  store_id: components["schemas"]["FlakeId"];
2631
2628
  server_id?: components["schemas"]["FlakeId"];
2632
- server_name?: string | null;
2633
- server_icon_url?: string | null;
2629
+ server_name?: null | string;
2630
+ server_icon_url?: null | string;
2634
2631
  /** Format: date-time */
2635
2632
  created_at: string;
2636
2633
  /** Format: date-time */
2637
- linked_at?: string | null;
2634
+ linked_at?: null | string;
2638
2635
  };
2639
2636
  DiscordServerRoleDto: {
2640
2637
  id: components["schemas"]["FlakeId"];
@@ -2645,10 +2642,10 @@ export interface components {
2645
2642
  /** Format: date-time */
2646
2643
  started_at: string;
2647
2644
  /** Format: date-time */
2648
- finished_at?: string | null;
2645
+ finished_at?: null | string;
2649
2646
  /** Format: int32 */
2650
2647
  status_code: number;
2651
- response?: string | null;
2648
+ response?: null | string;
2652
2649
  };
2653
2650
  FinishTagImageUploadUrlRequestDto: {
2654
2651
  /** @description The ID of the uploaded image returned by the server. */
@@ -2668,12 +2665,12 @@ export interface components {
2668
2665
  /** @description Indicates whether the game server is currently enabled. */
2669
2666
  enabled: boolean;
2670
2667
  /** @description The authentication token used by the game server to access the PayNow API. */
2671
- token?: string | null;
2668
+ token?: null | string;
2672
2669
  /**
2673
2670
  * Format: date-time
2674
2671
  * @description The date and time when the authentication token was last reset, if applicable.
2675
2672
  */
2676
- token_reset_at?: string | null;
2673
+ token_reset_at?: null | string;
2677
2674
  linked_to: components["schemas"]["GameServerLinkDto"];
2678
2675
  /**
2679
2676
  * Format: date-time
@@ -2685,7 +2682,7 @@ export interface components {
2685
2682
  * Format: date-time
2686
2683
  * @description The date and time when the game server was last updated, if applicable.
2687
2684
  */
2688
- updated_at?: string | null;
2685
+ updated_at?: null | string;
2689
2686
  updated_by: components["schemas"]["ActorDto"];
2690
2687
  };
2691
2688
  GameServerLinkDto: {
@@ -2696,7 +2693,7 @@ export interface components {
2696
2693
  /** Format: date-time */
2697
2694
  saved_at: string;
2698
2695
  /** Format: date-time */
2699
- last_fetched_commands_at?: string | null;
2696
+ last_fetched_commands_at?: null | string;
2700
2697
  };
2701
2698
  /** @description Represents a generic platform profile for a customer. */
2702
2699
  GenericProfileDto: {
@@ -2710,7 +2707,7 @@ export interface components {
2710
2707
  /** @description The display name of the user on this platform. */
2711
2708
  name: string;
2712
2709
  /** @description The URL to the user's avatar image on this platform. */
2713
- avatar_url?: string | null;
2710
+ avatar_url?: null | string;
2714
2711
  };
2715
2712
  GetTagImageUploadUrlResponseDto: {
2716
2713
  /** @description The ID of the direct image upload URL. */
@@ -2730,7 +2727,7 @@ export interface components {
2730
2727
  */
2731
2728
  code: string;
2732
2729
  /** @description Optional note or description associated with the gift card. */
2733
- note?: string | null;
2730
+ note?: null | string;
2734
2731
  /**
2735
2732
  * Format: int64
2736
2733
  * @description The current balance remaining on the gift card in cents.
@@ -2752,24 +2749,24 @@ export interface components {
2752
2749
  * Format: date-time
2753
2750
  * @description The date and time when the gift card expires, if applicable.
2754
2751
  */
2755
- expires_at?: string | null;
2752
+ expires_at?: null | string;
2756
2753
  /**
2757
2754
  * Format: date-time
2758
2755
  * @description The date and time when the gift card was created.
2759
2756
  */
2760
- created_at?: string | null;
2757
+ created_at?: null | string;
2761
2758
  created_by?: components["schemas"]["ActorDto"];
2762
2759
  /**
2763
2760
  * Format: date-time
2764
2761
  * @description The date and time when the gift card was last updated, if applicable.
2765
2762
  */
2766
- updated_at?: string | null;
2763
+ updated_at?: null | string;
2767
2764
  updated_by?: components["schemas"]["ActorDto"];
2768
2765
  /**
2769
2766
  * Format: date-time
2770
2767
  * @description The date and time when the gift card was canceled, if applicable.
2771
2768
  */
2772
- canceled_at?: string | null;
2769
+ canceled_at?: null | string;
2773
2770
  canceled_by?: components["schemas"]["ActorDto"];
2774
2771
  };
2775
2772
  /** @description Represents a global command in the system.
@@ -2795,7 +2792,7 @@ export interface components {
2795
2792
  * @description Optional timestamp indicating when the command was last updated.
2796
2793
  * Null if the command has never been updated.
2797
2794
  */
2798
- updated_at?: string | null;
2795
+ updated_at?: null | string;
2799
2796
  updated_by?: components["schemas"]["ActorDto"];
2800
2797
  };
2801
2798
  /** @description iDEAL payment method details */
@@ -2814,95 +2811,95 @@ export interface components {
2814
2811
  * @description The last 4 digits of the IBAN
2815
2812
  * @example 1234
2816
2813
  */
2817
- iban_last4?: string | null;
2814
+ iban_last4?: null | string;
2818
2815
  /**
2819
2816
  * @description The payer name
2820
2817
  * @example John Doe
2821
2818
  */
2822
- payer_name?: string | null;
2819
+ payer_name?: null | string;
2823
2820
  };
2824
2821
  /** @description Optional inline product definition for dynamic products.
2825
2822
  * Requires special approval, use `product_id` instead. */
2826
2823
  InlineProductCreateDto: {
2827
2824
  /** @description The unique URL-safe identifier (slug) for the product. */
2828
- slug?: string | null;
2825
+ slug?: null | string;
2829
2826
  /** @description The display name of the product. */
2830
- name?: string | null;
2827
+ name?: null | string;
2831
2828
  /** @description The detailed description of the product. */
2832
- description?: string | null;
2829
+ description?: null | string;
2833
2830
  /** @description The display label for the product. */
2834
- label?: string | null;
2831
+ label?: null | string;
2835
2832
  /**
2836
2833
  * Format: int64
2837
2834
  * @description The price of the product in the lowest denominator (e.g. cents).
2838
2835
  */
2839
- price?: number | null;
2836
+ price?: null | number;
2840
2837
  /** @description Indicates whether the customer is prompted to select a game server before purchasing. */
2841
- single_game_server_only?: boolean | null;
2838
+ single_game_server_only?: null | boolean;
2842
2839
  /** @description Indicates whether one-time purchases are allowed. */
2843
- allow_one_time_purchase?: boolean | null;
2840
+ allow_one_time_purchase?: null | boolean;
2844
2841
  /** @description Indicates whether subscription purchases are allowed. */
2845
- allow_subscription?: boolean | null;
2842
+ allow_subscription?: null | boolean;
2846
2843
  /**
2847
2844
  * Format: int32
2848
2845
  * @description The subscription interval value.
2849
2846
  */
2850
- subscription_interval_value?: number | null;
2847
+ subscription_interval_value?: null | number;
2851
2848
  subscription_interval_scale?: components["schemas"]["ProductSubscriptionIntervalScale"];
2852
2849
  trial?: components["schemas"]["UpsertProductTrialConfigurationDto"];
2853
2850
  /** @description Indicates whether automatic removal is enabled. */
2854
- remove_after_enabled?: boolean | null;
2851
+ remove_after_enabled?: null | boolean;
2855
2852
  /**
2856
2853
  * Format: int32
2857
2854
  * @description The time value for automatic removal.
2858
2855
  */
2859
- remove_after_time_value?: number | null;
2856
+ remove_after_time_value?: null | number;
2860
2857
  remove_after_time_scale?: components["schemas"]["ProductRemoveAfterIntervalScale"];
2861
2858
  store_stock_limit?: components["schemas"]["ProductStockLimitDto"];
2862
2859
  customer_stock_limit?: components["schemas"]["ProductStockLimitDto"];
2863
2860
  /** @description Indicates whether removed items should be excluded from stock limits. */
2864
- stock_limit_do_not_include_removed?: boolean | null;
2861
+ stock_limit_do_not_include_removed?: null | boolean;
2865
2862
  /** @description The tag IDs associated with the product. */
2866
- tags?: components["schemas"]["FlakeId"][] | null;
2863
+ tags?: null | components["schemas"]["FlakeId"][];
2867
2864
  /** @description The gameserver IDs associated with the product. */
2868
- gameservers?: components["schemas"]["FlakeId"][] | null;
2865
+ gameservers?: null | components["schemas"]["FlakeId"][];
2869
2866
  /** @description The commands to be executed at different stages. */
2870
- commands?: components["schemas"]["ProductCommandDto"][] | null;
2867
+ commands?: null | components["schemas"]["ProductCommandDto"][];
2871
2868
  deliverable_actions?: components["schemas"]["ProductDeliverableActionsDto"];
2872
2869
  /** @description Additional metadata for the product. */
2873
- metadata?: {
2870
+ metadata?: null | {
2874
2871
  [key: string]: string;
2875
- } | null;
2872
+ };
2876
2873
  /** @description The payout splits for revenue distribution.
2877
2874
  * Requires special approval. */
2878
- payout_splits?: components["schemas"]["ProductPayoutSplitDto"][] | null;
2875
+ payout_splits?: null | components["schemas"]["ProductPayoutSplitDto"][];
2879
2876
  tax_code?: components["schemas"]["ProductTaxCode"];
2880
2877
  /** @description Indicates whether concurrent active items are allowed. */
2881
- allow_concurrent_active_items?: boolean | null;
2878
+ allow_concurrent_active_items?: null | boolean;
2882
2879
  /** @description Indicates whether using coupons and gift cards on this product is allowed. */
2883
- disable_promo_codes?: boolean | null;
2880
+ disable_promo_codes?: null | boolean;
2884
2881
  /** @description Indicates whether the product is hidden. */
2885
- is_hidden?: boolean | null;
2882
+ is_hidden?: null | boolean;
2886
2883
  /** @description Indicates whether gifting is disabled. */
2887
- is_gifting_disabled?: boolean | null;
2884
+ is_gifting_disabled?: null | boolean;
2888
2885
  /**
2889
2886
  * Format: date-time
2890
2887
  * @description The date and time when the product becomes enabled.
2891
2888
  * Set to `null` to keep enabled.
2892
2889
  */
2893
- enabled_at?: string | null;
2890
+ enabled_at?: null | string;
2894
2891
  /**
2895
2892
  * Format: date-time
2896
2893
  * @description The date and time until which the product remains enabled.
2897
2894
  * Set to `null` to keep enabled.
2898
2895
  */
2899
- enabled_until?: string | null;
2896
+ enabled_until?: null | string;
2900
2897
  /** @description The IDs of products required for purchasing this product. */
2901
- required_product_ids?: components["schemas"]["FlakeId"][] | null;
2898
+ required_product_ids?: null | components["schemas"]["FlakeId"][];
2902
2899
  /** @description Indicates whether all required products are needed. */
2903
- required_product_all?: boolean | null;
2900
+ required_product_all?: null | boolean;
2904
2901
  /** @description The IDs of associated custom variables. */
2905
- custom_variable_ids?: components["schemas"]["FlakeId"][] | null;
2902
+ custom_variable_ids?: null | components["schemas"]["FlakeId"][];
2906
2903
  };
2907
2904
  /** @description Klarna payment method details */
2908
2905
  KlarnaDetailsDto: {
@@ -2910,12 +2907,12 @@ export interface components {
2910
2907
  * @description The country code
2911
2908
  * @example SE
2912
2909
  */
2913
- country?: string | null;
2910
+ country?: null | string;
2914
2911
  /**
2915
2912
  * @description The Klarna payment method category
2916
2913
  * @example pay_later
2917
2914
  */
2918
- method_category?: string | null;
2915
+ method_category?: null | string;
2919
2916
  };
2920
2917
  /** @description The last payment decline object. */
2921
2918
  LastPaymentErrorDto: {
@@ -2938,7 +2935,7 @@ export interface components {
2938
2935
  * Format: int32
2939
2936
  * @description Gets or sets the duration of the coupon in months, applicable only for repeating coupons.
2940
2937
  */
2941
- duration_in_months?: number | null;
2938
+ duration_in_months?: null | number;
2942
2939
  discount_type: components["schemas"]["CouponDiscountTypeEnum"];
2943
2940
  /**
2944
2941
  * Format: int64
@@ -2991,11 +2988,11 @@ export interface components {
2991
2988
  NavLinkDto: {
2992
2989
  node_id: string;
2993
2990
  tag_id: components["schemas"]["FlakeId"];
2994
- parent_node_id?: string | null;
2991
+ parent_node_id?: null | string;
2995
2992
  tag_slug: string;
2996
2993
  name: string;
2997
2994
  /** Format: int32 */
2998
- order?: number | null;
2995
+ order?: null | number;
2999
2996
  };
3000
2997
  /** @description Represents a customer order */
3001
2998
  OrderDto: {
@@ -3015,7 +3012,7 @@ export interface components {
3015
3012
  * @description The checkout token for this order
3016
3013
  * @example c4qqilpphugeqf2gndnkk5ad8fdq
3017
3014
  */
3018
- checkout_token?: string | null;
3015
+ checkout_token?: null | string;
3019
3016
  subscription_id?: components["schemas"]["FlakeId"];
3020
3017
  /** @description Signifies if the order is a subscription order */
3021
3018
  readonly is_subscription: boolean;
@@ -3112,17 +3109,17 @@ export interface components {
3112
3109
  * @description The date and time when this order was created
3113
3110
  * @example 2025-04-01T15:30:45Z
3114
3111
  */
3115
- created_at?: string | null;
3112
+ created_at?: null | string;
3116
3113
  /**
3117
3114
  * Format: date-time
3118
3115
  * @description The date and time when this order was completed, if applicable
3119
3116
  * @example 2025-04-01T15:35:22Z
3120
3117
  */
3121
- completed_at?: string | null;
3118
+ completed_at?: null | string;
3122
3119
  /** @description The line items in this order */
3123
3120
  lines: components["schemas"]["OrderLineDto"][];
3124
3121
  /** @description A list of all tax jurisdictions that were involved in the taxation of this order. */
3125
- tax_jurisdictions?: components["schemas"]["SalesTaxJurisdictionDto"][] | null;
3122
+ tax_jurisdictions?: null | components["schemas"]["SalesTaxJurisdictionDto"][];
3126
3123
  last_payment_error?: components["schemas"]["LastPaymentErrorDto"];
3127
3124
  };
3128
3125
  /** @description Represents an order line item in a customer's order */
@@ -3140,9 +3137,9 @@ export interface components {
3140
3137
  * @description The URL of the product image
3141
3138
  * @example https://cdn.example.com/images/premium-game-pass.jpg
3142
3139
  */
3143
- product_image_url?: string | null;
3140
+ product_image_url?: null | string;
3144
3141
  /** @description The Gift Card ID of that product in this order line */
3145
- created_giftcard_id?: string | null;
3142
+ created_giftcard_id?: null | string;
3146
3143
  subscription_id?: components["schemas"]["FlakeId"];
3147
3144
  trial_id?: components["schemas"]["FlakeId"];
3148
3145
  /**
@@ -3150,7 +3147,7 @@ export interface components {
3150
3147
  * @description The interval value for subscription products
3151
3148
  * @example 1
3152
3149
  */
3153
- subscription_interval_value?: number | null;
3150
+ subscription_interval_value?: null | number;
3154
3151
  subscription_interval_scale?: components["schemas"]["ProductSubscriptionIntervalScale"];
3155
3152
  /**
3156
3153
  * @description Indicates whether this order line is a gift
@@ -3239,16 +3236,16 @@ export interface components {
3239
3236
  */
3240
3237
  tax_inclusive: boolean;
3241
3238
  /** @description The payout splits for this order line */
3242
- payout_splits?: components["schemas"]["OrderLinePayoutSplitDto"][] | null;
3239
+ payout_splits?: null | components["schemas"]["OrderLinePayoutSplitDto"][];
3243
3240
  /**
3244
3241
  * @description The regional pricing region ID for this order line, null if no regional pricing set
3245
3242
  * @example eu
3246
3243
  */
3247
- pricing_region_id?: string | null;
3244
+ pricing_region_id?: null | string;
3248
3245
  /** @description Key-value pair of selected custom variables for this order. */
3249
- custom_variables?: {
3246
+ custom_variables?: null | {
3250
3247
  [key: string]: components["schemas"]["CustomVariableLineItemDto"];
3251
- } | null;
3248
+ };
3252
3249
  };
3253
3250
  /** @description Represents an order line-level payout split. */
3254
3251
  OrderLinePayoutSplitDto: {
@@ -3257,7 +3254,7 @@ export interface components {
3257
3254
  * Format: int64
3258
3255
  * @description The percentage in basis points.
3259
3256
  */
3260
- percentage?: number | null;
3257
+ percentage?: null | number;
3261
3258
  /**
3262
3259
  * Format: int64
3263
3260
  * @description The platform fee percentage in basis points.
@@ -3283,7 +3280,7 @@ export interface components {
3283
3280
  * @description The payer name
3284
3281
  * @example Jan Kowalski
3285
3282
  */
3286
- payer_name?: string | null;
3283
+ payer_name?: null | string;
3287
3284
  };
3288
3285
  /** @description Pay by Bank payment method details */
3289
3286
  PayByBankDetailsDto: {
@@ -3291,22 +3288,22 @@ export interface components {
3291
3288
  * @description The bank name
3292
3289
  * @example Chase Bank
3293
3290
  */
3294
- bank_name?: string | null;
3291
+ bank_name?: null | string;
3295
3292
  /**
3296
3293
  * @description The Bank Identifier Code
3297
3294
  * @example CHASUS33
3298
3295
  */
3299
- bic?: string | null;
3296
+ bic?: null | string;
3300
3297
  /**
3301
3298
  * @description The country code
3302
3299
  * @example US
3303
3300
  */
3304
- country?: string | null;
3301
+ country?: null | string;
3305
3302
  /**
3306
3303
  * @description The payer name
3307
3304
  * @example John Smith
3308
3305
  */
3309
- payer_name?: string | null;
3306
+ payer_name?: null | string;
3310
3307
  };
3311
3308
  /** @enum {string} */
3312
3309
  PayNowActorType: "anonymous" | "user" | "customer" | "api_key" | "game_server" | "admin" | "internal" | "platform" | "global_customer";
@@ -3332,9 +3329,9 @@ export interface components {
3332
3329
  * @description A distributed trace ID used for debugging.
3333
3330
  * @example 234a5bcd543ef3fa53ce929d0e0e4736
3334
3331
  */
3335
- trace_id?: string | null;
3332
+ trace_id?: null | string;
3336
3333
  /** @description An array of multiple errors. Only used by some API services. */
3337
- errors?: components["schemas"]["ValidationError"][] | null;
3334
+ errors?: null | components["schemas"]["ValidationError"][];
3338
3335
  };
3339
3336
  /** @description PayPal payment method details */
3340
3337
  PayPalDetailsDto: {
@@ -3367,12 +3364,12 @@ export interface components {
3367
3364
  * @description Indicates if vault approval is pending
3368
3365
  * @example false
3369
3366
  */
3370
- pending_vault_approval?: boolean | null;
3367
+ pending_vault_approval?: null | boolean;
3371
3368
  /**
3372
3369
  * @description Indicates if this is a standalone setup
3373
3370
  * @example false
3374
3371
  */
3375
- standalone_setup?: boolean | null;
3372
+ standalone_setup?: null | boolean;
3376
3373
  };
3377
3374
  /**
3378
3375
  * @description Represents chargeback status of a payment
@@ -3392,7 +3389,7 @@ export interface components {
3392
3389
  customer_id: components["schemas"]["FlakeId"];
3393
3390
  customer: components["schemas"]["CustomerDto"];
3394
3391
  /** @description The list of refunds associated with this payment */
3395
- refunds?: components["schemas"]["RefundDto"][] | null;
3392
+ refunds?: null | components["schemas"]["RefundDto"][];
3396
3393
  /**
3397
3394
  * @description The payment gateway provider
3398
3395
  * @example stripe
@@ -3456,7 +3453,7 @@ export interface components {
3456
3453
  * @description The foreign exchange rate used for currency conversion
3457
3454
  * @example 1.085
3458
3455
  */
3459
- fx_rate?: number | null;
3456
+ fx_rate?: null | number;
3460
3457
  /**
3461
3458
  * Format: int32
3462
3459
  * @description The platform fee rate applied to this payment (in basis points)
@@ -3467,13 +3464,12 @@ export interface components {
3467
3464
  /**
3468
3465
  * Format: date-time
3469
3466
  * @description The date and time when the chargeback status was last updated
3470
- * @example null
3471
3467
  */
3472
- chargeback_status_updated_at?: string | null;
3468
+ chargeback_status_updated_at?: null | string;
3473
3469
  /** @description The payout split rules for multi-party payments */
3474
- payout_split_rules?: components["schemas"]["PaymentPayoutSplitRuleDto"][] | null;
3470
+ payout_split_rules?: null | components["schemas"]["PaymentPayoutSplitRuleDto"][];
3475
3471
  /** @description The payout split results for multi-party payments */
3476
- payout_split_results?: components["schemas"]["PaymentPayoutSplitResultDto"][] | null;
3472
+ payout_split_results?: null | components["schemas"]["PaymentPayoutSplitResultDto"][];
3477
3473
  /**
3478
3474
  * Format: date-time
3479
3475
  * @description The date and time when this payment was created
@@ -3485,37 +3481,33 @@ export interface components {
3485
3481
  * @description The date and time when this payment entered pending status
3486
3482
  * @example 2025-04-01T15:30:46Z
3487
3483
  */
3488
- pending_at?: string | null;
3484
+ pending_at?: null | string;
3489
3485
  /**
3490
3486
  * Format: date-time
3491
3487
  * @description The date and time when this payment was completed
3492
3488
  * @example 2025-04-01T15:31:12Z
3493
3489
  */
3494
- completed_at?: string | null;
3490
+ completed_at?: null | string;
3495
3491
  /**
3496
3492
  * Format: date-time
3497
3493
  * @description The date and time when this payment was canceled
3498
- * @example null
3499
3494
  */
3500
- canceled_at?: string | null;
3495
+ canceled_at?: null | string;
3501
3496
  /**
3502
3497
  * Format: date-time
3503
3498
  * @description The date and time when this payment failed
3504
- * @example null
3505
3499
  */
3506
- failed_at?: string | null;
3500
+ failed_at?: null | string;
3507
3501
  /**
3508
3502
  * Format: date-time
3509
3503
  * @description The date and time when this payment was last refunded
3510
- * @example null
3511
3504
  */
3512
- refunded_at?: string | null;
3505
+ refunded_at?: null | string;
3513
3506
  /**
3514
3507
  * Format: date-time
3515
3508
  * @description The date and time when a chargeback was initiated on this payment
3516
- * @example null
3517
3509
  */
3518
- chargeback_at?: string | null;
3510
+ chargeback_at?: null | string;
3519
3511
  last_payment_error?: components["schemas"]["LastPaymentErrorDto"];
3520
3512
  };
3521
3513
  /** @description Contains detailed information about a payment method.
@@ -3569,7 +3561,7 @@ export interface components {
3569
3561
  * @description The date and time when this payment method was last updated
3570
3562
  * @example 2025-03-20T14:30:00Z
3571
3563
  */
3572
- updated_at?: string | null;
3564
+ updated_at?: null | string;
3573
3565
  };
3574
3566
  /** @description Represents payout split results for multi-party payments */
3575
3567
  PaymentPayoutSplitResultDto: {
@@ -3638,7 +3630,7 @@ export interface components {
3638
3630
  * @description The percentage of the line amount this user receives (in basis points, e.g., 5000 = 50%)
3639
3631
  * @example 5000
3640
3632
  */
3641
- percentage?: number | null;
3633
+ percentage?: null | number;
3642
3634
  /**
3643
3635
  * Format: int32
3644
3636
  * @description The platform fee percentage applied to this split (in basis points)
@@ -3663,17 +3655,17 @@ export interface components {
3663
3655
  * @description The bank name
3664
3656
  * @example Banco do Brasil
3665
3657
  */
3666
- bank_name?: string | null;
3658
+ bank_name?: null | string;
3667
3659
  /**
3668
3660
  * @description The bank account number
3669
3661
  * @example 12345-6
3670
3662
  */
3671
- bank_account_number?: string | null;
3663
+ bank_account_number?: null | string;
3672
3664
  /**
3673
3665
  * @description The payer name
3674
3666
  * @example João Silva
3675
3667
  */
3676
- payer_name?: string | null;
3668
+ payer_name?: null | string;
3677
3669
  };
3678
3670
  /**
3679
3671
  * @description Defines when prepaid cards should be blocked from use.
@@ -3689,7 +3681,7 @@ export interface components {
3689
3681
  /** @description Value indicating on which game servers should the command be executed.
3690
3682
  * If left empty or null, then the default behavior applies
3691
3683
  * (executing on all game servers or on the selected game server is selection is enabled) */
3692
- override_execute_on_gameserver_ids?: components["schemas"]["FlakeId"][] | null;
3684
+ override_execute_on_gameserver_ids?: null | components["schemas"]["FlakeId"][];
3693
3685
  };
3694
3686
  /**
3695
3687
  * @description Defines the stages at which product commands can be executed.
@@ -3705,17 +3697,17 @@ export interface components {
3705
3697
  store_id: components["schemas"]["FlakeId"];
3706
3698
  product_id: components["schemas"]["FlakeId"];
3707
3699
  is_uploaded: boolean;
3708
- file_name?: string | null;
3709
- file_content_type?: string | null;
3700
+ file_name?: null | string;
3701
+ file_content_type?: null | string;
3710
3702
  /** Format: int64 */
3711
- file_size?: number | null;
3712
- file_hash?: string | null;
3713
- description?: string | null;
3703
+ file_size?: null | number;
3704
+ file_hash?: null | string;
3705
+ description?: null | string;
3714
3706
  /** Format: date-time */
3715
3707
  created_at: string;
3716
3708
  created_by: components["schemas"]["ActorDto"];
3717
3709
  /** Format: date-time */
3718
- updated_at?: string | null;
3710
+ updated_at?: null | string;
3719
3711
  updated_by?: components["schemas"]["ActorDto"];
3720
3712
  };
3721
3713
  ProductDto: {
@@ -3723,7 +3715,7 @@ export interface components {
3723
3715
  store_id: components["schemas"]["FlakeId"];
3724
3716
  version_id: components["schemas"]["FlakeId"];
3725
3717
  /** @description The URL to the product image. */
3726
- image_url?: string | null;
3718
+ image_url?: null | string;
3727
3719
  /** @description The unique slug for the product. */
3728
3720
  slug: string;
3729
3721
  /** @description The display name of the product. */
@@ -3731,7 +3723,7 @@ export interface components {
3731
3723
  /** @description The detailed description of the product. */
3732
3724
  description: string;
3733
3725
  /** @description The display label for the product. */
3734
- label?: string | null;
3726
+ label?: null | string;
3735
3727
  /**
3736
3728
  * Format: int32
3737
3729
  * @description The sort order for displaying the product.
@@ -3767,7 +3759,7 @@ export interface components {
3767
3759
  store_stock_limit: components["schemas"]["ProductStockLimitDto"];
3768
3760
  customer_stock_limit: components["schemas"]["ProductStockLimitDto"];
3769
3761
  /** @description Indicates whether removed items should be excluded from stock limits. */
3770
- stock_limit_do_not_include_removed?: boolean | null;
3762
+ stock_limit_do_not_include_removed?: null | boolean;
3771
3763
  /** @description The tags associated with the product. */
3772
3764
  tags: components["schemas"]["ProductTagDto"][];
3773
3765
  /** @description The game servers associated with the product. */
@@ -3779,45 +3771,45 @@ export interface components {
3779
3771
  * Format: date-time
3780
3772
  * @description The date and time when the product was created.
3781
3773
  */
3782
- created_at?: string | null;
3774
+ created_at?: null | string;
3783
3775
  updated_by?: components["schemas"]["ActorDto"];
3784
3776
  /**
3785
3777
  * Format: date-time
3786
3778
  * @description The date and time when the product was last updated.
3787
3779
  */
3788
- updated_at?: string | null;
3780
+ updated_at?: null | string;
3789
3781
  deliverable_actions?: components["schemas"]["ProductDeliverableActionsDto"];
3790
3782
  /** @description Additional metadata for the product. */
3791
- metadata?: {
3783
+ metadata?: null | {
3792
3784
  [key: string]: string;
3793
- } | null;
3785
+ };
3794
3786
  /** @description The payout splits for revenue distribution. */
3795
- payout_splits?: components["schemas"]["ProductPayoutSplitDto"][] | null;
3787
+ payout_splits?: null | components["schemas"]["ProductPayoutSplitDto"][];
3796
3788
  tax_code?: components["schemas"]["ProductTaxCode"];
3797
3789
  /** @description Indicates whether concurrent active items are allowed. */
3798
- allow_concurrent_active_items?: boolean | null;
3790
+ allow_concurrent_active_items?: null | boolean;
3799
3791
  /** @description Indicates whether using coupons and gift cards on this product is allowed. */
3800
- disable_promo_codes?: boolean | null;
3792
+ disable_promo_codes?: null | boolean;
3801
3793
  /** @description Indicates whether the product is hidden. */
3802
- is_hidden?: boolean | null;
3794
+ is_hidden?: null | boolean;
3803
3795
  /** @description Indicates whether gifting is disabled. */
3804
- is_gifting_disabled?: boolean | null;
3796
+ is_gifting_disabled?: null | boolean;
3805
3797
  /**
3806
3798
  * Format: date-time
3807
3799
  * @description The date and time when the product becomes enabled.
3808
3800
  */
3809
- enabled_at?: string | null;
3801
+ enabled_at?: null | string;
3810
3802
  /**
3811
3803
  * Format: date-time
3812
3804
  * @description The date and time until which the product remains enabled.
3813
3805
  */
3814
- enabled_until?: string | null;
3806
+ enabled_until?: null | string;
3815
3807
  /** @description The IDs of products required for purchasing this product. */
3816
- required_product_ids?: components["schemas"]["FlakeId"][] | null;
3808
+ required_product_ids?: null | components["schemas"]["FlakeId"][];
3817
3809
  /** @description Indicates whether all required products are needed. */
3818
- required_product_all?: boolean | null;
3810
+ required_product_all?: null | boolean;
3819
3811
  /** @description The IDs of associated custom variables. */
3820
- custom_variable_ids?: components["schemas"]["FlakeId"][] | null;
3812
+ custom_variable_ids?: null | components["schemas"]["FlakeId"][];
3821
3813
  };
3822
3814
  ProductGameServerDto: {
3823
3815
  id: components["schemas"]["FlakeId"];
@@ -3836,7 +3828,7 @@ export interface components {
3836
3828
  * @description The percentage of the payment allocated to the user, in basis points (500 = 5%).
3837
3829
  * The last payout split must have this field set to `null` to receive the remaining portion.
3838
3830
  */
3839
- percentage?: number | null;
3831
+ percentage?: null | number;
3840
3832
  /**
3841
3833
  * Format: int64
3842
3834
  * @description The platform fee percentage your platform receives, in basis points (500 = 5%).
@@ -3855,13 +3847,13 @@ export interface components {
3855
3847
  country_codes: string[];
3856
3848
  enabled: boolean;
3857
3849
  /** Format: int64 */
3858
- price?: number | null;
3850
+ price?: null | number;
3859
3851
  /** Format: int64 */
3860
- default_price_multiplier?: number | null;
3861
- currency?: string | null;
3862
- tax_inclusive?: boolean | null;
3852
+ default_price_multiplier?: null | number;
3853
+ currency?: null | string;
3854
+ tax_inclusive?: null | boolean;
3863
3855
  /** Format: date-time */
3864
- updated_at?: string | null;
3856
+ updated_at?: null | string;
3865
3857
  };
3866
3858
  ProductPricingRegionGroupDto: {
3867
3859
  id: string;
@@ -3872,10 +3864,10 @@ export interface components {
3872
3864
  };
3873
3865
  ProductPricingRegionOverrideDto: {
3874
3866
  /** Format: int64 */
3875
- price?: number | null;
3876
- enabled?: boolean | null;
3877
- currency?: string | null;
3878
- tax_inclusive?: boolean | null;
3867
+ price?: null | number;
3868
+ enabled?: null | boolean;
3869
+ currency?: null | string;
3870
+ tax_inclusive?: null | boolean;
3879
3871
  };
3880
3872
  /** @enum {string} */
3881
3873
  ProductRemoveAfterIntervalScale: "invalid" | "day" | "week" | "month";
@@ -3895,12 +3887,12 @@ export interface components {
3895
3887
  * Format: int32
3896
3888
  * @description The quantity limit.
3897
3889
  */
3898
- quantity?: number | null;
3890
+ quantity?: null | number;
3899
3891
  /**
3900
3892
  * Format: int32
3901
3893
  * @description The time value for stock limit period.
3902
3894
  */
3903
- time_value?: number | null;
3895
+ time_value?: null | number;
3904
3896
  time_scale: components["schemas"]["ProductStockTimeScale"];
3905
3897
  /** @description Indicates if trials should be included in the active stock limit calculation. */
3906
3898
  include_trials: boolean;
@@ -3987,18 +3979,18 @@ export interface components {
3987
3979
  * Format: int64
3988
3980
  * @description The optional maximum order value beyond which an abandoned checkout email will not be sent.
3989
3981
  */
3990
- maximum_order_value?: number | null;
3982
+ maximum_order_value?: null | number;
3991
3983
  /**
3992
3984
  * Format: int32
3993
3985
  * @description The optional maximum coupons limit per customer beyond which an abandoned checkout email will not be sent.
3994
3986
  */
3995
- max_coupons_per_customer_amount?: number | null;
3987
+ max_coupons_per_customer_amount?: null | number;
3996
3988
  max_coupons_per_customer_period?: components["schemas"]["Period"];
3997
3989
  /**
3998
3990
  * Format: int32
3999
3991
  * @description The optional maximum coupons limit store wide beyond which an abandoned checkout email will not be sent.
4000
3992
  */
4001
- max_coupons_global_amount?: number | null;
3993
+ max_coupons_global_amount?: null | number;
4002
3994
  max_coupons_global_period?: components["schemas"]["Period"];
4003
3995
  coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
4004
3996
  /** @description The commands you want to execute when the email is sent. */
@@ -4031,18 +4023,18 @@ export interface components {
4031
4023
  * Format: int64
4032
4024
  * @description The optional maximum order value beyond which an abandoned checkout email will not be sent.
4033
4025
  */
4034
- maximum_order_value?: number | null;
4026
+ maximum_order_value?: null | number;
4035
4027
  /**
4036
4028
  * Format: int32
4037
4029
  * @description The optional maximum coupons limit per customer beyond which an abandoned checkout email will not be sent.
4038
4030
  */
4039
- max_coupons_per_customer_amount?: number | null;
4031
+ max_coupons_per_customer_amount?: null | number;
4040
4032
  max_coupons_per_customer_period?: components["schemas"]["Period"];
4041
4033
  /**
4042
4034
  * Format: int32
4043
4035
  * @description The optional maximum coupons limit store wide beyond which an abandoned checkout email will not be sent.
4044
4036
  */
4045
- max_coupons_global_amount?: number | null;
4037
+ max_coupons_global_amount?: null | number;
4046
4038
  max_coupons_global_period?: components["schemas"]["Period"];
4047
4039
  commands: components["schemas"]["PurchaseFollowUpStoreConfigurationUpdateCommandDto"][];
4048
4040
  coupon_configuration: components["schemas"]["MarketingCouponConfigurationDto"];
@@ -4064,12 +4056,12 @@ export interface components {
4064
4056
  discord_user_id?: components["schemas"]["FlakeId"];
4065
4057
  channel_id?: components["schemas"]["FlakeId"];
4066
4058
  role_id?: components["schemas"]["FlakeId"];
4067
- message?: string | null;
4059
+ message?: null | string;
4068
4060
  revocation_stages: components["schemas"]["DiscordActionRevocationStage"][];
4069
4061
  /** Format: date-time */
4070
4062
  enqueued_at: string;
4071
4063
  /** Format: date-time */
4072
- finalised_at?: string | null;
4064
+ finalised_at?: null | string;
4073
4065
  executions: components["schemas"]["QueuedDiscordActionExecutionDto"][];
4074
4066
  };
4075
4067
  QueuedDiscordActionExecutionDto: {
@@ -4080,8 +4072,8 @@ export interface components {
4080
4072
  /** Format: date-time */
4081
4073
  executed_at: string;
4082
4074
  execution_status: components["schemas"]["QueuedDiscordActionExecutionStatus"];
4083
- message?: string | null;
4084
- trace_id?: string | null;
4075
+ message?: null | string;
4076
+ trace_id?: null | string;
4085
4077
  };
4086
4078
  /** @enum {string} */
4087
4079
  QueuedDiscordActionExecutionStatus: "success" | "failure";
@@ -4094,7 +4086,7 @@ export interface components {
4094
4086
  created_at: string;
4095
4087
  state: components["schemas"]["WebhookState"];
4096
4088
  /** Format: date-time */
4097
- next_retry?: string | null;
4089
+ next_retry?: null | string;
4098
4090
  event: components["schemas"]["WebhookEventType"];
4099
4091
  payload: unknown;
4100
4092
  executions: components["schemas"]["ExecutedWebhookDto"][];
@@ -4107,7 +4099,7 @@ export interface components {
4107
4099
  order_line_id?: components["schemas"]["FlakeId"];
4108
4100
  status: components["schemas"]["RefundStatus"];
4109
4101
  /** @description Reason for failure if the refund has failed */
4110
- failure_reason?: string | null;
4102
+ failure_reason?: null | string;
4111
4103
  /** @description Three-letter currency code of the refund */
4112
4104
  currency: string;
4113
4105
  /**
@@ -4153,14 +4145,14 @@ export interface components {
4153
4145
  /** @description String representation of store refund amount, formatted for display */
4154
4146
  store_refund_amount_str: string;
4155
4147
  /** @description Optional currency code used for presentment to the customer if different from the base currency */
4156
- presentment_currency?: string | null;
4148
+ presentment_currency?: null | string;
4157
4149
  /**
4158
4150
  * Format: int64
4159
4151
  * @description Optional amount in presentment currency in smallest currency unit
4160
4152
  */
4161
- presentment_amount?: number | null;
4153
+ presentment_amount?: null | number;
4162
4154
  /** @description Exchange rate used while refunding. Only present for payments made in non-settlement currency. */
4163
- fx_rate?: string | null;
4155
+ fx_rate?: null | string;
4164
4156
  /** @description Indicates whether the refund should be taken from the connected user's balance.
4165
4157
  * Only relevant for platforms. */
4166
4158
  refund_from_connected_user_balance: boolean;
@@ -4173,27 +4165,27 @@ export interface components {
4173
4165
  * Format: date-time
4174
4166
  * @description Optional date and time when the refund was approved
4175
4167
  */
4176
- approved_at?: string | null;
4168
+ approved_at?: null | string;
4177
4169
  /**
4178
4170
  * Format: date-time
4179
4171
  * @description Optional date and time when the refund entered pending status
4180
4172
  */
4181
- pending_at?: string | null;
4173
+ pending_at?: null | string;
4182
4174
  /**
4183
4175
  * Format: date-time
4184
4176
  * @description Optional date and time when the refund was completed
4185
4177
  */
4186
- completed_at?: string | null;
4178
+ completed_at?: null | string;
4187
4179
  /**
4188
4180
  * Format: date-time
4189
4181
  * @description Optional date and time when the refund was canceled
4190
4182
  */
4191
- canceled_at?: string | null;
4183
+ canceled_at?: null | string;
4192
4184
  /**
4193
4185
  * Format: date-time
4194
4186
  * @description Optional date and time when the refund failed
4195
4187
  */
4196
- failed_at?: string | null;
4188
+ failed_at?: null | string;
4197
4189
  };
4198
4190
  /**
4199
4191
  * @description Represents the current status of a refund in the system
@@ -4202,9 +4194,9 @@ export interface components {
4202
4194
  RefundStatus: "created" | "approved" | "processing" | "completed" | "canceled" | "failed";
4203
4195
  ResendCommandsForGameServerRequestDto: {
4204
4196
  /** Format: date-time */
4205
- starts_at?: string | null;
4197
+ starts_at?: null | string;
4206
4198
  /** Format: date-time */
4207
- ends_at?: string | null;
4199
+ ends_at?: null | string;
4208
4200
  inventory_item_id?: components["schemas"]["FlakeId"];
4209
4201
  customer_id?: components["schemas"]["FlakeId"];
4210
4202
  order_id?: components["schemas"]["FlakeId"];
@@ -4251,7 +4243,7 @@ export interface components {
4251
4243
  * Format: date-time
4252
4244
  * @description The date and time when the sale ends.
4253
4245
  */
4254
- ends_at?: string | null;
4246
+ ends_at?: null | string;
4255
4247
  created_by: components["schemas"]["ActorDto"];
4256
4248
  /**
4257
4249
  * Format: date-time
@@ -4263,7 +4255,7 @@ export interface components {
4263
4255
  * Format: date-time
4264
4256
  * @description The date and time when the sale was last updated.
4265
4257
  */
4266
- updated_at?: string | null;
4258
+ updated_at?: null | string;
4267
4259
  };
4268
4260
  /** @description Object representing a sales tax jurisdiction and its associated taxes. */
4269
4261
  SalesTaxJurisdictionDto: {
@@ -4276,7 +4268,7 @@ export interface components {
4276
4268
  taxes: components["schemas"]["SalesTaxJurisdictionTaxDto"][];
4277
4269
  /** @description Explanation for why taxes are not applied, if applicable.
4278
4270
  * This property is null when taxes are applied. */
4279
- not_taxed_reason?: string | null;
4271
+ not_taxed_reason?: null | string;
4280
4272
  };
4281
4273
  /** @description Object representing a specific tax within a sales tax jurisdiction. */
4282
4274
  SalesTaxJurisdictionTaxDto: {
@@ -4293,10 +4285,10 @@ export interface components {
4293
4285
  discord_server_id: components["schemas"]["FlakeId"];
4294
4286
  action_type: components["schemas"]["DiscordActionType"];
4295
4287
  execution_stage: components["schemas"]["DiscordActionExecutionStage"];
4296
- revocation_stages?: components["schemas"]["DiscordActionRevocationStage"][] | null;
4288
+ revocation_stages?: null | components["schemas"]["DiscordActionRevocationStage"][];
4297
4289
  channel_id?: components["schemas"]["FlakeId"];
4298
4290
  role_id?: components["schemas"]["FlakeId"];
4299
- message?: string | null;
4291
+ message?: null | string;
4300
4292
  };
4301
4293
  StartDataMigrationFromTebexRequestDto: {
4302
4294
  /** @description The public-facing Headless API token. */
@@ -4307,7 +4299,7 @@ export interface components {
4307
4299
  StartDownloadableFileUploadRequestDto: {
4308
4300
  file_name: string;
4309
4301
  file_content_type: string;
4310
- description?: string | null;
4302
+ description?: null | string;
4311
4303
  };
4312
4304
  /**
4313
4305
  * Format: steam-id
@@ -4368,14 +4360,14 @@ export interface components {
4368
4360
  * Format: int64
4369
4361
  * @description Maximum per-transaction chargeback coverage amount in cents.
4370
4362
  */
4371
- chargeback_coverage_max_amount?: number | null;
4363
+ chargeback_coverage_max_amount?: null | number;
4372
4364
  };
4373
4365
  StorePricingRegionOverrideDto: {
4374
4366
  /** Format: int64 */
4375
- default_price_multiplier?: number | null;
4376
- enabled?: boolean | null;
4377
- currency?: string | null;
4378
- tax_inclusive?: boolean | null;
4367
+ default_price_multiplier?: null | number;
4368
+ enabled?: null | boolean;
4369
+ currency?: null | string;
4370
+ tax_inclusive?: null | boolean;
4379
4371
  };
4380
4372
  /**
4381
4373
  * @description Determines the party that needs to perform or requests a verification
@@ -4404,20 +4396,20 @@ export interface components {
4404
4396
  * Format: date-time
4405
4397
  * @description Date when a repeating coupon ends for this subscription.
4406
4398
  */
4407
- coupon_repeating_ends_at?: string | null;
4399
+ coupon_repeating_ends_at?: null | string;
4408
4400
  affiliate_id?: components["schemas"]["FlakeId"];
4409
4401
  checkout_id?: components["schemas"]["FlakeId"];
4410
4402
  checkout_line_id?: components["schemas"]["FlakeId"];
4411
4403
  /** @description Name used for billing purposes. */
4412
- billing_name?: string | null;
4404
+ billing_name?: null | string;
4413
4405
  /** @description Email used for billing purposes. */
4414
- billing_email?: string | null;
4406
+ billing_email?: null | string;
4415
4407
  /** @description Country code used for billing purposes. */
4416
- billing_country?: string | null;
4408
+ billing_country?: null | string;
4417
4409
  /** @description List of tax jurisdictions applicable to this subscription. */
4418
4410
  tax_jurisdictions: components["schemas"]["SalesTaxJurisdictionDto"][];
4419
4411
  /** @description IP address of the customer at the time of subscription. */
4420
- customer_ip?: string | null;
4412
+ customer_ip?: null | string;
4421
4413
  /** @description Indicates whether this subscription is a gift. */
4422
4414
  gift: boolean;
4423
4415
  gift_to_customer?: components["schemas"]["CustomerDto"];
@@ -4426,7 +4418,7 @@ export interface components {
4426
4418
  /** @description Name of the product associated with this subscription. */
4427
4419
  product_name: string;
4428
4420
  /** @description URL for the product image. */
4429
- product_image_url?: string | null;
4421
+ product_image_url?: null | string;
4430
4422
  /**
4431
4423
  * Format: int32
4432
4424
  * @description Numeric value of the billing interval.
@@ -4508,32 +4500,32 @@ export interface components {
4508
4500
  /** @description Formatted string representation of the initial total amount. */
4509
4501
  initial_total_amount_str: string;
4510
4502
  /** @description Identifier for the pricing region associated with this subscription. */
4511
- pricing_region_id?: string | null;
4503
+ pricing_region_id?: null | string;
4512
4504
  /**
4513
4505
  * Format: date-time
4514
4506
  * @description Start date of the current billing period.
4515
4507
  */
4516
- current_period_start?: string | null;
4508
+ current_period_start?: null | string;
4517
4509
  /**
4518
4510
  * Format: date-time
4519
4511
  * @description End date of the current billing period.
4520
4512
  */
4521
- current_period_end?: string | null;
4513
+ current_period_end?: null | string;
4522
4514
  /**
4523
4515
  * Format: int32
4524
4516
  * @description Sequence number of the current billing cycle.
4525
4517
  */
4526
- billing_cycle_sequence?: number | null;
4518
+ billing_cycle_sequence?: null | number;
4527
4519
  /**
4528
4520
  * Format: date-time
4529
4521
  * @description Date and time when the next payment attempt will occur.
4530
4522
  */
4531
- next_attempt_at?: string | null;
4523
+ next_attempt_at?: null | string;
4532
4524
  /**
4533
4525
  * Format: int32
4534
4526
  * @description Number of payment attempts made for the current billing cycle.
4535
4527
  */
4536
- attempt_count?: number | null;
4528
+ attempt_count?: null | number;
4537
4529
  /**
4538
4530
  * Format: date-time
4539
4531
  * @description Date and time when the subscription was created.
@@ -4543,19 +4535,19 @@ export interface components {
4543
4535
  * Format: date-time
4544
4536
  * @description Date and time when the subscription was last updated.
4545
4537
  */
4546
- updated_at?: string | null;
4538
+ updated_at?: null | string;
4547
4539
  /**
4548
4540
  * Format: date-time
4549
4541
  * @description Date and time when the subscription became active.
4550
4542
  */
4551
- active_at?: string | null;
4543
+ active_at?: null | string;
4552
4544
  /**
4553
4545
  * Format: date-time
4554
4546
  * @description Date and time when the subscription was canceled.
4555
4547
  */
4556
- canceled_at?: string | null;
4548
+ canceled_at?: null | string;
4557
4549
  /** @description Reason provided for cancellation. */
4558
- cancel_reason?: string | null;
4550
+ cancel_reason?: null | string;
4559
4551
  };
4560
4552
  /**
4561
4553
  * @description Represents the current state of a subscription.
@@ -4576,16 +4568,16 @@ export interface components {
4576
4568
  /** @description The unique slug for the tag. */
4577
4569
  slug: string;
4578
4570
  /** @description The description of the tag. */
4579
- description?: string | null;
4571
+ description?: null | string;
4580
4572
  /** @description The Image URL associated with the tag. */
4581
- image_url?: string | null;
4573
+ image_url?: null | string;
4582
4574
  /** @description Indicates whether this tag is enabled. */
4583
4575
  enabled: boolean;
4584
4576
  /**
4585
4577
  * Format: date-time
4586
4578
  * @description When the tag was last updated.
4587
4579
  */
4588
- updated_at?: string | null;
4580
+ updated_at?: null | string;
4589
4581
  updated_by?: components["schemas"]["ActorDto"];
4590
4582
  };
4591
4583
  TrialDto: {
@@ -4602,7 +4594,7 @@ export interface components {
4602
4594
  /** @description The name of the product being trialed. */
4603
4595
  product_name: string;
4604
4596
  /** @description The URL of the product image, if available. */
4605
- product_image_url?: string | null;
4597
+ product_image_url?: null | string;
4606
4598
  /**
4607
4599
  * Format: int32
4608
4600
  * @description The duration value of the trial period.
@@ -4614,12 +4606,12 @@ export interface components {
4614
4606
  * Format: date-time
4615
4607
  * @description The date and time when the trial period starts, if applicable.
4616
4608
  */
4617
- starts_at?: string | null;
4609
+ starts_at?: null | string;
4618
4610
  /**
4619
4611
  * Format: date-time
4620
4612
  * @description The date and time when the trial period ends, if applicable.
4621
4613
  */
4622
- ends_at?: string | null;
4614
+ ends_at?: null | string;
4623
4615
  status: components["schemas"]["TrialStatusDto"];
4624
4616
  /**
4625
4617
  * Format: date-time
@@ -4630,7 +4622,7 @@ export interface components {
4630
4622
  * Format: date-time
4631
4623
  * @description The date and time when the trial was canceled, if applicable.
4632
4624
  */
4633
- canceled_at?: string | null;
4625
+ canceled_at?: null | string;
4634
4626
  canceled_by?: components["schemas"]["ActorDto"];
4635
4627
  };
4636
4628
  TrialEligibilityOverrideDto: {
@@ -4643,7 +4635,7 @@ export interface components {
4643
4635
  /** @description The name of the product associated with this override. */
4644
4636
  product_name: string;
4645
4637
  /** @description The URL of the product image, if available. */
4646
- product_image_url?: string | null;
4638
+ product_image_url?: null | string;
4647
4639
  /**
4648
4640
  * Format: date-time
4649
4641
  * @description The date and time when this override was created.
@@ -4659,15 +4651,15 @@ export interface components {
4659
4651
  * Format: date-time
4660
4652
  * @description The date and time when this override was used to start a trial, if applicable.
4661
4653
  */
4662
- used_at?: string | null;
4654
+ used_at?: null | string;
4663
4655
  used_on_trial_id?: components["schemas"]["FlakeId"];
4664
4656
  /** @description An optional note or comment about this override. */
4665
- note?: string | null;
4657
+ note?: null | string;
4666
4658
  /**
4667
4659
  * Format: date-time
4668
4660
  * @description The date and time when this override was deleted, if applicable.
4669
4661
  */
4670
- deleted_at?: string | null;
4662
+ deleted_at?: null | string;
4671
4663
  deleted_by?: components["schemas"]["ActorDto"];
4672
4664
  };
4673
4665
  /** @enum {string} */
@@ -4680,8 +4672,8 @@ export interface components {
4680
4672
  kyc_completed: boolean;
4681
4673
  requires_approval: boolean;
4682
4674
  manually_approved: boolean;
4683
- decline_reason?: string | null;
4684
- requires_action_text?: string | null;
4675
+ decline_reason?: null | string;
4676
+ requires_action_text?: null | string;
4685
4677
  products_created: boolean;
4686
4678
  kyc_required: boolean;
4687
4679
  gameserver_linked: boolean;
@@ -4694,7 +4686,7 @@ export interface components {
4694
4686
  id: components["schemas"]["FlakeId"];
4695
4687
  store_id: components["schemas"]["FlakeId"];
4696
4688
  /** @description Template ID if this requirement was created from a template. Null for ad-hoc requirements. */
4697
- template_id?: string | null;
4689
+ template_id?: null | string;
4698
4690
  originating_flag_id?: components["schemas"]["FlakeId"];
4699
4691
  category: components["schemas"]["StoreRequirementCategory"];
4700
4692
  /** @description Unique code identifying the type of requirement. Copied from template or custom for ad-hoc requirements. */
@@ -4702,9 +4694,9 @@ export interface components {
4702
4694
  /** @description Human-readable name of the requirement. Copied from template or custom for ad-hoc requirements. */
4703
4695
  name: string;
4704
4696
  /** @description Detailed description explaining what the store needs to provide. Copied from template or custom for ad-hoc requirements. */
4705
- description?: string | null;
4697
+ description?: null | string;
4706
4698
  /** @description JSON schema defining the form fields, validation rules, and document requirements */
4707
- schema?: unknown;
4699
+ schema?: null;
4708
4700
  /** @description Additional metadata for this requirement (stored as JSON) */
4709
4701
  metadata: {
4710
4702
  [key: string]: string;
@@ -4713,7 +4705,7 @@ export interface components {
4713
4705
  requested_by: components["schemas"]["StoreRequirementActionParty"];
4714
4706
  /** @description Specifies the specific requester entity (e.g., "stripe", "trolley", or admin user ID)
4715
4707
  * Free-form string for internal records */
4716
- requested_by_detail?: string | null;
4708
+ requested_by_detail?: null | string;
4717
4709
  /**
4718
4710
  * Format: date-time
4719
4711
  * @description When this requirement was created
@@ -4723,27 +4715,27 @@ export interface components {
4723
4715
  * Format: date-time
4724
4716
  * @description When this requirement was last updated
4725
4717
  */
4726
- updated_at?: string | null;
4718
+ updated_at?: null | string;
4727
4719
  /**
4728
4720
  * Format: date-time
4729
4721
  * @description When this requirement must be completed by (optional)
4730
4722
  */
4731
- deadline_at?: string | null;
4723
+ deadline_at?: null | string;
4732
4724
  /**
4733
4725
  * Format: date-time
4734
4726
  * @description When the store submitted their response to this requirement
4735
4727
  */
4736
- submitted_at?: string | null;
4728
+ submitted_at?: null | string;
4737
4729
  /**
4738
4730
  * Format: date-time
4739
4731
  * @description When this requirement was verified and approved
4740
4732
  */
4741
- verified_at?: string | null;
4733
+ verified_at?: null | string;
4742
4734
  /**
4743
4735
  * Format: date-time
4744
4736
  * @description When this requirement was rejected for not meeting standards
4745
4737
  */
4746
- rejected_at?: string | null;
4738
+ rejected_at?: null | string;
4747
4739
  /** @description Store capabilities that are restricted until this requirement is satisfied */
4748
4740
  restricts_capabilities: string[];
4749
4741
  /** @description Associated submissions for this requriement. */
@@ -4756,18 +4748,18 @@ export interface components {
4756
4748
  /** @description The identifier of the specific field within the store requirement. */
4757
4749
  store_requirement_field_id: string;
4758
4750
  /** @description The text value submitted for this field, if applicable. */
4759
- text_value?: string | null;
4751
+ text_value?: null | string;
4760
4752
  /** @description The identifier of the uploaded file, if a file was submitted. */
4761
- file_id?: string | null;
4753
+ file_id?: null | string;
4762
4754
  /** @description The original name of the uploaded file. */
4763
- file_name?: string | null;
4755
+ file_name?: null | string;
4764
4756
  /** @description The MIME content type of the uploaded file. */
4765
- file_content_type?: string | null;
4757
+ file_content_type?: null | string;
4766
4758
  /**
4767
4759
  * Format: int64
4768
4760
  * @description The size of the uploaded file in bytes.
4769
4761
  */
4770
- file_size_bytes?: number | null;
4762
+ file_size_bytes?: null | number;
4771
4763
  /**
4772
4764
  * Format: date-time
4773
4765
  * @description The timestamp when this submission was made.
@@ -4775,9 +4767,9 @@ export interface components {
4775
4767
  submitted_at: string;
4776
4768
  submitted_by: components["schemas"]["ActorDto"];
4777
4769
  /** @description The IP address from which the submission was made. */
4778
- submitted_by_ip_address?: string | null;
4770
+ submitted_by_ip_address?: null | string;
4779
4771
  /** @description The user agent string of the client that made the submission. */
4780
- submitted_by_user_agent?: string | null;
4772
+ submitted_by_user_agent?: null | string;
4781
4773
  };
4782
4774
  UnqueueCommandsRequestDto: {
4783
4775
  attempt_ids: components["schemas"]["FlakeId"][];
@@ -4787,18 +4779,18 @@ export interface components {
4787
4779
  unqueued_count: number;
4788
4780
  };
4789
4781
  UpdateAffiliateLinkDto: {
4790
- enabled?: boolean | null;
4791
- code?: string | null;
4782
+ enabled?: null | boolean;
4783
+ code?: null | string;
4792
4784
  referer_type?: components["schemas"]["AffiliateLinkRefererType"];
4793
4785
  /** Format: int32 */
4794
- tracking_length_days?: number | null;
4795
- apply_for_subscriptions?: boolean | null;
4786
+ tracking_length_days?: null | number;
4787
+ apply_for_subscriptions?: null | boolean;
4796
4788
  discount_type?: components["schemas"]["AffiliateLinkDiscountType"];
4797
4789
  /** Format: int64 */
4798
- discount_amount?: number | null;
4790
+ discount_amount?: null | number;
4799
4791
  commission_type?: components["schemas"]["AffiliateLinkCommissionType"];
4800
4792
  /** Format: int64 */
4801
- commission_amount?: number | null;
4793
+ commission_amount?: null | number;
4802
4794
  };
4803
4795
  UpdateCouponDto: {
4804
4796
  enabled?: boolean;
@@ -4806,7 +4798,7 @@ export interface components {
4806
4798
  note?: string;
4807
4799
  duration?: components["schemas"]["CouponDurationEnum"];
4808
4800
  /** Format: int32 */
4809
- duration_in_months?: number;
4801
+ duration_in_months?: null | number;
4810
4802
  discount_type?: components["schemas"]["CouponDiscountTypeEnum"];
4811
4803
  /** Format: int64 */
4812
4804
  discount_amount?: number;
@@ -4826,9 +4818,9 @@ export interface components {
4826
4818
  usable_on_one_time_purchase?: boolean;
4827
4819
  usable_on_subscription?: boolean;
4828
4820
  /** Format: date-time */
4829
- usable_at?: string;
4821
+ usable_at?: null | string;
4830
4822
  /** Format: date-time */
4831
- expires_at?: string;
4823
+ expires_at?: null | string;
4832
4824
  };
4833
4825
  UpdateDeliveryItemProductVersionRequestDto: {
4834
4826
  product_version_id: components["schemas"]["FlakeId"];
@@ -4847,13 +4839,13 @@ export interface components {
4847
4839
  /** Format: date-time */
4848
4840
  usable_at?: string;
4849
4841
  /** Format: date-time */
4850
- expires_at?: string;
4842
+ expires_at?: null | string;
4851
4843
  };
4852
4844
  UpdateNavLinkDto: {
4853
4845
  tag_id?: components["schemas"]["FlakeId"];
4854
4846
  parent_node_id?: string;
4855
4847
  /** Format: int32 */
4856
- order?: number;
4848
+ order?: null | number;
4857
4849
  };
4858
4850
  UpdateNavLinkOrderChangeDto: {
4859
4851
  node_id: components["schemas"]["FlakeId"];
@@ -4877,7 +4869,7 @@ export interface components {
4877
4869
  /** Format: date-time */
4878
4870
  begins_at?: string;
4879
4871
  /** Format: date-time */
4880
- ends_at?: string;
4872
+ ends_at?: null | string;
4881
4873
  };
4882
4874
  UpdateStorePaymentSettingsDto: {
4883
4875
  show_all_payment_methods_for_subscriptions?: boolean;
@@ -4894,15 +4886,15 @@ export interface components {
4894
4886
  url: string;
4895
4887
  reset_secret: boolean;
4896
4888
  subscribed_to: components["schemas"]["WebhookEventType"];
4897
- discord_description_template?: string | null;
4898
- discord_title?: string | null;
4899
- discord_color?: string | null;
4889
+ discord_description_template?: null | string;
4890
+ discord_title?: null | string;
4891
+ discord_color?: null | string;
4900
4892
  };
4901
4893
  UpsertBanRequestDto: {
4902
- reason?: string | null;
4903
- identities?: components["schemas"]["BanIdentityDto"][] | null;
4894
+ reason?: null | string;
4895
+ identities?: null | components["schemas"]["BanIdentityDto"][];
4904
4896
  /** Format: date-time */
4905
- expires_at?: string | null;
4897
+ expires_at?: null | string;
4906
4898
  };
4907
4899
  /** @description Unified request model for creating or updating custom variables.
4908
4900
  * Contains all the configurable properties of a custom variable. */
@@ -4913,11 +4905,11 @@ export interface components {
4913
4905
  /** @description Display name shown to customers. */
4914
4906
  name: string;
4915
4907
  /** @description Description explaining the purpose of this custom variable. */
4916
- description?: string | null;
4908
+ description?: null | string;
4917
4909
  type: components["schemas"]["CustomVariableType"];
4918
4910
  /** @description Optional regex pattern for validating customer input.
4919
4911
  * Only applies to text and number types. Ignored for dropdown types. */
4920
- value_regex?: string | null;
4912
+ value_regex?: null | string;
4921
4913
  /** @description Predefined options for dropdown-type custom variables.
4922
4914
  * Required for dropdown types, ignored for text and number types.
4923
4915
  * When updating, this completely replaces all existing options. */
@@ -4926,16 +4918,16 @@ export interface components {
4926
4918
  UpsertCustomerRequestDto: {
4927
4919
  steam_id?: components["schemas"]["SteamId"];
4928
4920
  /** @description The Minecraft UUID for the customer. */
4929
- minecraft_uuid?: string | null;
4921
+ minecraft_uuid?: null | string;
4930
4922
  minecraft_platform?: components["schemas"]["CustomerMinecraftPlatform"];
4931
4923
  /** @description The Xbox XUID (Xbox User ID) for the customer. */
4932
- xbox_xuid?: string | null;
4924
+ xbox_xuid?: null | string;
4933
4925
  /** @description The name of the customer. */
4934
- name?: string | null;
4926
+ name?: null | string;
4935
4927
  /** @description Additional customer information stored as key-value pairs. */
4936
- metadata?: {
4928
+ metadata?: null | {
4937
4929
  [key: string]: string;
4938
- } | null;
4930
+ };
4939
4931
  };
4940
4932
  /** @description Data transfer object used for creating new global commands or updating existing ones.
4941
4933
  * Supports partial updates following PATCH semantics. */
@@ -4946,127 +4938,127 @@ export interface components {
4946
4938
  /** @description Indicates whether the command should only be executed when the player is online. */
4947
4939
  online_only: boolean;
4948
4940
  /** @description List of specific game server IDs where this command should be executed. */
4949
- override_execute_on_gameserver_ids?: components["schemas"]["FlakeId"][] | null;
4941
+ override_execute_on_gameserver_ids?: null | components["schemas"]["FlakeId"][];
4950
4942
  };
4951
4943
  UpsertProductRequestDto: {
4952
4944
  /** @description The unique URL-safe identifier (slug) for the product. */
4953
- slug?: string | null;
4945
+ slug?: null | string;
4954
4946
  /** @description The display name of the product. */
4955
- name?: string | null;
4947
+ name?: null | string;
4956
4948
  /** @description The detailed description of the product. */
4957
- description?: string | null;
4949
+ description?: null | string;
4958
4950
  /** @description The display label for the product. */
4959
- label?: string | null;
4951
+ label?: null | string;
4960
4952
  /**
4961
4953
  * Format: int64
4962
4954
  * @description The price of the product in the lowest denominator (e.g. cents).
4963
4955
  */
4964
- price?: number | null;
4956
+ price?: null | number;
4965
4957
  /** @description Indicates whether the customer is prompted to select a game server before purchasing. */
4966
- single_game_server_only?: boolean | null;
4958
+ single_game_server_only?: null | boolean;
4967
4959
  /** @description Indicates whether one-time purchases are allowed. */
4968
- allow_one_time_purchase?: boolean | null;
4960
+ allow_one_time_purchase?: null | boolean;
4969
4961
  /** @description Indicates whether subscription purchases are allowed. */
4970
- allow_subscription?: boolean | null;
4962
+ allow_subscription?: null | boolean;
4971
4963
  /**
4972
4964
  * Format: int32
4973
4965
  * @description The subscription interval value.
4974
4966
  */
4975
- subscription_interval_value?: number | null;
4967
+ subscription_interval_value?: null | number;
4976
4968
  subscription_interval_scale?: components["schemas"]["ProductSubscriptionIntervalScale"];
4977
4969
  trial?: components["schemas"]["UpsertProductTrialConfigurationDto"];
4978
4970
  /** @description Indicates whether automatic removal is enabled. */
4979
- remove_after_enabled?: boolean | null;
4971
+ remove_after_enabled?: null | boolean;
4980
4972
  /**
4981
4973
  * Format: int32
4982
4974
  * @description The time value for automatic removal.
4983
4975
  */
4984
- remove_after_time_value?: number | null;
4976
+ remove_after_time_value?: null | number;
4985
4977
  remove_after_time_scale?: components["schemas"]["ProductRemoveAfterIntervalScale"];
4986
4978
  store_stock_limit?: components["schemas"]["ProductStockLimitDto"];
4987
4979
  customer_stock_limit?: components["schemas"]["ProductStockLimitDto"];
4988
4980
  /** @description Indicates whether removed items should be excluded from stock limits. */
4989
- stock_limit_do_not_include_removed?: boolean | null;
4981
+ stock_limit_do_not_include_removed?: null | boolean;
4990
4982
  /** @description The tag IDs associated with the product. */
4991
- tags?: components["schemas"]["FlakeId"][] | null;
4983
+ tags?: null | components["schemas"]["FlakeId"][];
4992
4984
  /** @description The gameserver IDs associated with the product. */
4993
- gameservers?: components["schemas"]["FlakeId"][] | null;
4985
+ gameservers?: null | components["schemas"]["FlakeId"][];
4994
4986
  /** @description The commands to be executed at different stages. */
4995
- commands?: components["schemas"]["ProductCommandDto"][] | null;
4987
+ commands?: null | components["schemas"]["ProductCommandDto"][];
4996
4988
  deliverable_actions?: components["schemas"]["ProductDeliverableActionsDto"];
4997
4989
  /** @description Additional metadata for the product. */
4998
- metadata?: {
4990
+ metadata?: null | {
4999
4991
  [key: string]: string;
5000
- } | null;
4992
+ };
5001
4993
  /** @description The payout splits for revenue distribution.
5002
4994
  * Requires special approval. */
5003
- payout_splits?: components["schemas"]["ProductPayoutSplitDto"][] | null;
4995
+ payout_splits?: null | components["schemas"]["ProductPayoutSplitDto"][];
5004
4996
  tax_code?: components["schemas"]["ProductTaxCode"];
5005
4997
  /** @description Indicates whether concurrent active items are allowed. */
5006
- allow_concurrent_active_items?: boolean | null;
4998
+ allow_concurrent_active_items?: null | boolean;
5007
4999
  /** @description Indicates whether using coupons and gift cards on this product is allowed. */
5008
- disable_promo_codes?: boolean | null;
5000
+ disable_promo_codes?: null | boolean;
5009
5001
  /** @description Indicates whether the product is hidden. */
5010
- is_hidden?: boolean | null;
5002
+ is_hidden?: null | boolean;
5011
5003
  /** @description Indicates whether gifting is disabled. */
5012
- is_gifting_disabled?: boolean | null;
5004
+ is_gifting_disabled?: null | boolean;
5013
5005
  /**
5014
5006
  * Format: date-time
5015
5007
  * @description The date and time when the product becomes enabled.
5016
5008
  * Set to `null` to keep enabled.
5017
5009
  */
5018
- enabled_at?: string | null;
5010
+ enabled_at?: null | string;
5019
5011
  /**
5020
5012
  * Format: date-time
5021
5013
  * @description The date and time until which the product remains enabled.
5022
5014
  * Set to `null` to keep enabled.
5023
5015
  */
5024
- enabled_until?: string | null;
5016
+ enabled_until?: null | string;
5025
5017
  /** @description The IDs of products required for purchasing this product. */
5026
- required_product_ids?: components["schemas"]["FlakeId"][] | null;
5018
+ required_product_ids?: null | components["schemas"]["FlakeId"][];
5027
5019
  /** @description Indicates whether all required products are needed. */
5028
- required_product_all?: boolean | null;
5020
+ required_product_all?: null | boolean;
5029
5021
  /** @description The IDs of associated custom variables. */
5030
- custom_variable_ids?: components["schemas"]["FlakeId"][] | null;
5022
+ custom_variable_ids?: null | components["schemas"]["FlakeId"][];
5031
5023
  };
5032
5024
  /** @description Represents the configuration for trials of a product */
5033
5025
  UpsertProductTrialConfigurationDto: {
5034
5026
  /** @description Indicates if trials should be enabled for the product. */
5035
- enabled?: boolean | null;
5027
+ enabled?: null | boolean;
5036
5028
  /**
5037
5029
  * Format: int32
5038
5030
  * @description The trial period value.
5039
5031
  */
5040
- period_value?: number | null;
5032
+ period_value?: null | number;
5041
5033
  period_scale?: components["schemas"]["ProductSubscriptionIntervalScale"];
5042
5034
  /** @description Indicates if the trial should be revoked immediately when canceled or at the end of the trial. */
5043
- revoke_immediately_when_canceled?: boolean | null;
5035
+ revoke_immediately_when_canceled?: null | boolean;
5044
5036
  /** @description Restricts trials to customers who have no orders within the lookback period.
5045
5037
  * When enabled, customers with recent orders will be ineligible for trials. */
5046
- new_customers_only?: boolean | null;
5038
+ new_customers_only?: null | boolean;
5047
5039
  /**
5048
5040
  * Format: int32
5049
5041
  * @description The lookback period value for determining if a customer is "new".
5050
5042
  * Only used when new_customers_only is enabled.
5051
5043
  */
5052
- new_customer_order_lookback_value?: number | null;
5044
+ new_customer_order_lookback_value?: null | number;
5053
5045
  new_customer_order_lookback_scale?: components["schemas"]["ProductSubscriptionIntervalScale"];
5054
5046
  /** @description Allows customers to trial again after a cooldown period following their previous trial.
5055
5047
  * When disabled, customers can only trial once and never become eligible again. */
5056
- allow_repeat_trials?: boolean | null;
5048
+ allow_repeat_trials?: null | boolean;
5057
5049
  /**
5058
5050
  * Format: int32
5059
5051
  * @description The cooldown period value before a customer becomes eligible for another trial.
5060
5052
  * Only used when allow_repeat_trials is enabled.
5061
5053
  */
5062
- repeat_trial_cooldown_value?: number | null;
5054
+ repeat_trial_cooldown_value?: null | number;
5063
5055
  repeat_trial_cooldown_scale?: components["schemas"]["ProductSubscriptionIntervalScale"];
5064
5056
  };
5065
5057
  UpsertTagRequestDto: {
5066
- name?: string | null;
5067
- slug?: string | null;
5068
- description?: string | null;
5069
- enabled?: boolean | null;
5058
+ name?: null | string;
5059
+ slug?: null | string;
5060
+ description?: null | string;
5061
+ enabled?: null | boolean;
5070
5062
  };
5071
5063
  /** @description A validation error. */
5072
5064
  ValidationError: {
@@ -5094,9 +5086,9 @@ export interface components {
5094
5086
  secret: string;
5095
5087
  subscribed_to: components["schemas"]["WebhookEventType"];
5096
5088
  type: components["schemas"]["WebhookType"];
5097
- discord_description_template?: string | null;
5098
- discord_title?: string | null;
5099
- discord_color?: string | null;
5089
+ discord_description_template?: null | string;
5090
+ discord_title?: null | string;
5091
+ discord_color?: null | string;
5100
5092
  };
5101
5093
  /** @enum {string} */
5102
5094
  WebhookType: "json_v1" | "discord_v1";