@jacobhumston/roblox-openapi-ts 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +9 -3
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -47272,8 +47272,7 @@ export interface paths {
47272
47272
  * 24: Invalid scale value
47273
47273
  * 28: OptIn/Out Regions Not Supported.
47274
47274
  * 41: You cannot change the private server price again so soon after the previous change. Please try again later.
47275
- * 42: This experience must be Public before its audience can include anything other than Editors. Call /activate first.
47276
- * 44: The provided audience configuration is invalid. Ensure the audience list is not empty and contains only supported audience values.
47275
+ * 44: The provided audience configuration is invalid. Ensure the audience list contains only supported audience values.
47277
47276
  */
47278
47277
  400: {
47279
47278
  headers: {
@@ -52174,6 +52173,8 @@ export interface components {
52174
52173
  previousPageCursor?: string | null;
52175
52174
  data?: components["schemas"]["MyPrivateServersData"][] | null;
52176
52175
  };
52176
+ /** @enum {string} */
52177
+ O18EligibilityTag: "None" | "O18Eligible" | "O18EligibleAndPlus";
52177
52178
  /** @description This resource represents a long-running operation that is the result of a network API call. */
52178
52179
  "OCV1.Assets.Operation": {
52179
52180
  /** @description The server-assigned resource path. The default format is `operations/{operation_id}`. */
@@ -62627,6 +62628,7 @@ export interface components {
62627
62628
  currency?: components["schemas"]["GenericCurrencyResponse"] | null;
62628
62629
  purchaseToken?: string | null;
62629
62630
  transactionSubtype?: string | null;
62631
+ o18EligibilityTag?: components["schemas"]["O18EligibilityTag"] | null;
62630
62632
  robuxRateBreakdown?: components["schemas"]["RobuxRateBreakdown"] | null;
62631
62633
  };
62632
62634
  TransactionRecordResponseApiPageResponse: {
@@ -62651,6 +62653,7 @@ export interface components {
62651
62653
  details?: components["schemas"]["TransactionDetailsResponse"] | null;
62652
62654
  currency?: components["schemas"]["GenericCurrencyResponse"] | null;
62653
62655
  purchaseToken?: string | null;
62656
+ o18EligibilityTag?: components["schemas"]["O18EligibilityTag"] | null;
62654
62657
  };
62655
62658
  TransactionResponseApiPageResponse: {
62656
62659
  previousPageCursor?: string | null;
@@ -62712,9 +62715,11 @@ export interface components {
62712
62715
  licensingPaymentTotal?: number;
62713
62716
  /** Format: int64 */
62714
62717
  licensingPaymentClawbackOutgoingTotal?: number;
62718
+ /** Format: int64 */
62719
+ robloxSelectOutgoingTotal?: number;
62715
62720
  };
62716
62721
  /** @enum {string} */
62717
- TransactionType: "Undefined" | "Sale" | "Purchase" | "AffiliateSale" | "DevEx" | "GroupPayout" | "AdImpressionPayout" | "CurrencyPurchase" | "TradeRobux" | "PremiumStipend" | "PendingRobux" | "EngagementPayout" | "GroupEngagementPayout" | "AdSpend" | "Summary" | "IndividualToGroup" | "CSAdjustment" | "AdsRevsharePayout" | "GroupAdsRevsharePayout" | "SubscriptionsRevsharePayout" | "GroupSubscriptionsRevsharePayout" | "SubscriptionsRevshareClawback" | "GroupSubscriptionsRevshareClawback" | "PublishingAdvanceRebates" | "AffiliatePayout" | "LicensingPayment" | "LicensingPaymentClawback" | "CurrencyTransfer";
62722
+ TransactionType: "Undefined" | "Sale" | "Purchase" | "AffiliateSale" | "DevEx" | "GroupPayout" | "AdImpressionPayout" | "CurrencyPurchase" | "TradeRobux" | "PremiumStipend" | "PendingRobux" | "EngagementPayout" | "GroupEngagementPayout" | "AdSpend" | "Summary" | "IndividualToGroup" | "CSAdjustment" | "AdsRevsharePayout" | "GroupAdsRevsharePayout" | "SubscriptionsRevsharePayout" | "GroupSubscriptionsRevsharePayout" | "SubscriptionsRevshareClawback" | "GroupSubscriptionsRevshareClawback" | "PublishingAdvanceRebates" | "AffiliatePayout" | "LicensingPayment" | "LicensingPaymentClawback" | "CurrencyTransfer" | "RobloxSelectTransfer";
62718
62723
  TransactionUsedTypesResponse: {
62719
62724
  HasPurchase?: boolean;
62720
62725
  HasSale?: boolean;
@@ -62738,6 +62743,7 @@ export interface components {
62738
62743
  HasPublishingAdvanceRebates?: boolean;
62739
62744
  HasLicensingPayment?: boolean;
62740
62745
  HasTransfer?: boolean;
62746
+ HasRobloxSelectTransfer?: boolean;
62741
62747
  };
62742
62748
  /**
62743
62749
  * @description Contains the text to be translated, the source language (optional), and a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobhumston/roblox-openapi-ts",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "An automatically updated Roblox API client based on their OpenAPI documentation.",
5
5
  "keywords": [
6
6
  "roblox",