@jacobhumston/roblox-openapi-ts 1.0.9 → 1.0.11

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 +37 -58
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -14822,54 +14822,6 @@ export interface paths {
14822
14822
  patch?: never;
14823
14823
  trace?: never;
14824
14824
  };
14825
- "/v1/contacts/metadata": {
14826
- parameters: {
14827
- query?: never;
14828
- header?: never;
14829
- path?: never;
14830
- cookie?: never;
14831
- };
14832
- /**
14833
- * Gets contextual information for contacts and usertags
14834
- * @deprecated
14835
- * @description Endpoint is Deprecated
14836
- */
14837
- get: {
14838
- parameters: {
14839
- query?: never;
14840
- header?: never;
14841
- path?: never;
14842
- cookie?: never;
14843
- };
14844
- requestBody?: never;
14845
- responses: {
14846
- /** @description OK */
14847
- 200: {
14848
- headers: {
14849
- [name: string]: unknown;
14850
- };
14851
- content: {
14852
- "application/json": components["schemas"]["Roblox.Contacts.Api.Models.Response.ContactsMetadataResponseModel"];
14853
- "text/json": components["schemas"]["Roblox.Contacts.Api.Models.Response.ContactsMetadataResponseModel"];
14854
- };
14855
- };
14856
- /** @description 0: Authorization has been denied for this request. */
14857
- 401: {
14858
- headers: {
14859
- [name: string]: unknown;
14860
- };
14861
- content?: never;
14862
- };
14863
- };
14864
- };
14865
- put?: never;
14866
- post?: never;
14867
- delete?: never;
14868
- options?: never;
14869
- head?: never;
14870
- patch?: never;
14871
- trace?: never;
14872
- };
14873
14825
  "/v1/contacts/{targetContactId}/request-friendship": {
14874
14826
  parameters: {
14875
14827
  query?: never;
@@ -47272,8 +47224,7 @@ export interface paths {
47272
47224
  * 24: Invalid scale value
47273
47225
  * 28: OptIn/Out Regions Not Supported.
47274
47226
  * 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.
47227
+ * 44: The provided audience configuration is invalid. Ensure the audience list contains only supported audience values.
47277
47228
  */
47278
47229
  400: {
47279
47230
  headers: {
@@ -52174,6 +52125,8 @@ export interface components {
52174
52125
  previousPageCursor?: string | null;
52175
52126
  data?: components["schemas"]["MyPrivateServersData"][] | null;
52176
52127
  };
52128
+ /** @enum {string} */
52129
+ O18EligibilityTag: "None" | "O18Eligible" | "O18EligibleAndPlus";
52177
52130
  /** @description This resource represents a long-running operation that is the result of a network API call. */
52178
52131
  "OCV1.Assets.Operation": {
52179
52132
  /** @description The server-assigned resource path. The default format is `operations/{operation_id}`. */
@@ -52814,9 +52767,11 @@ export interface components {
52814
52767
  * ExtendedServicesConfig
52815
52768
  *
52816
52769
  * LeaderboardsConfig
52770
+ *
52771
+ * ExperienceUserConfig
52817
52772
  * @enum {string}
52818
52773
  */
52819
- Repository: "InExperienceConfig" | "RecommendationServicesConfig" | "DataStoresConfig" | "ExtendedServicesConfig" | "LeaderboardsConfig";
52774
+ Repository: "InExperienceConfig" | "RecommendationServicesConfig" | "DataStoresConfig" | "ExtendedServicesConfig" | "LeaderboardsConfig" | "ExperienceUserConfig";
52820
52775
  /**
52821
52776
  * @description The current state of a place restart.
52822
52777
  * @enum {string}
@@ -56722,12 +56677,6 @@ export interface components {
56722
56677
  */
56723
56678
  isFlagOnly?: boolean;
56724
56679
  };
56725
- "Roblox.Contacts.Api.Models.Response.ContactsMetadataResponseModel": {
56726
- /** Format: int32 */
56727
- multiGetContactsMaxSize?: number;
56728
- /** Format: int32 */
56729
- multiGetContactsCacheTTLinMS?: number;
56730
- };
56731
56680
  "Roblox.Contacts.Api.Request.GetUserTagsRequestModel": {
56732
56681
  targetUserIds?: number[];
56733
56682
  };
@@ -62031,6 +61980,13 @@ export interface components {
62031
61980
  tags?: string[] | null;
62032
61981
  /** @description The category path to filter by. */
62033
61982
  categoryPath?: string | null;
61983
+ /**
61984
+ * @description Optional swimlane identifier (e.g. "trending", "essential", "priced").
61985
+ * Resolves through Toolbox.Service.Interfaces.Swimlanes.ISwimlaneRegistry to a provider whose
61986
+ * default sort intent and search-builder configuration are applied to the
61987
+ * query. Unknown, disabled, or category-ineligible values yield 400.
61988
+ */
61989
+ swimlane?: string | null;
62034
61990
  /** @description Indicates which fields will be populated in the response. */
62035
61991
  searchView?: components["schemas"]["SearchView"];
62036
61992
  /** @description Audio-specific search filters. */
@@ -62627,6 +62583,7 @@ export interface components {
62627
62583
  currency?: components["schemas"]["GenericCurrencyResponse"] | null;
62628
62584
  purchaseToken?: string | null;
62629
62585
  transactionSubtype?: string | null;
62586
+ o18EligibilityTag?: components["schemas"]["O18EligibilityTag"] | null;
62630
62587
  robuxRateBreakdown?: components["schemas"]["RobuxRateBreakdown"] | null;
62631
62588
  };
62632
62589
  TransactionRecordResponseApiPageResponse: {
@@ -62651,6 +62608,7 @@ export interface components {
62651
62608
  details?: components["schemas"]["TransactionDetailsResponse"] | null;
62652
62609
  currency?: components["schemas"]["GenericCurrencyResponse"] | null;
62653
62610
  purchaseToken?: string | null;
62611
+ o18EligibilityTag?: components["schemas"]["O18EligibilityTag"] | null;
62654
62612
  };
62655
62613
  TransactionResponseApiPageResponse: {
62656
62614
  previousPageCursor?: string | null;
@@ -62712,9 +62670,11 @@ export interface components {
62712
62670
  licensingPaymentTotal?: number;
62713
62671
  /** Format: int64 */
62714
62672
  licensingPaymentClawbackOutgoingTotal?: number;
62673
+ /** Format: int64 */
62674
+ robloxSelectOutgoingTotal?: number;
62715
62675
  };
62716
62676
  /** @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";
62677
+ 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
62678
  TransactionUsedTypesResponse: {
62719
62679
  HasPurchase?: boolean;
62720
62680
  HasSale?: boolean;
@@ -62738,6 +62698,7 @@ export interface components {
62738
62698
  HasPublishingAdvanceRebates?: boolean;
62739
62699
  HasLicensingPayment?: boolean;
62740
62700
  HasTransfer?: boolean;
62701
+ HasRobloxSelectTransfer?: boolean;
62741
62702
  };
62742
62703
  /**
62743
62704
  * @description Contains the text to be translated, the source language (optional), and a
@@ -67206,6 +67167,8 @@ export interface operations {
67206
67167
  * ExtendedServicesConfig
67207
67168
  *
67208
67169
  * LeaderboardsConfig
67170
+ *
67171
+ * ExperienceUserConfig
67209
67172
  */
67210
67173
  repository: components["schemas"]["Repository"];
67211
67174
  };
@@ -67267,6 +67230,8 @@ export interface operations {
67267
67230
  * ExtendedServicesConfig
67268
67231
  *
67269
67232
  * LeaderboardsConfig
67233
+ *
67234
+ * ExperienceUserConfig
67270
67235
  */
67271
67236
  repository: components["schemas"]["Repository"];
67272
67237
  };
@@ -67328,6 +67293,8 @@ export interface operations {
67328
67293
  * ExtendedServicesConfig
67329
67294
  *
67330
67295
  * LeaderboardsConfig
67296
+ *
67297
+ * ExperienceUserConfig
67331
67298
  */
67332
67299
  repository: components["schemas"]["Repository"];
67333
67300
  };
@@ -67396,6 +67363,8 @@ export interface operations {
67396
67363
  * ExtendedServicesConfig
67397
67364
  *
67398
67365
  * LeaderboardsConfig
67366
+ *
67367
+ * ExperienceUserConfig
67399
67368
  */
67400
67369
  repository: components["schemas"]["Repository"];
67401
67370
  };
@@ -67464,6 +67433,8 @@ export interface operations {
67464
67433
  * ExtendedServicesConfig
67465
67434
  *
67466
67435
  * LeaderboardsConfig
67436
+ *
67437
+ * ExperienceUserConfig
67467
67438
  */
67468
67439
  repository: components["schemas"]["Repository"];
67469
67440
  };
@@ -67532,6 +67503,8 @@ export interface operations {
67532
67503
  * ExtendedServicesConfig
67533
67504
  *
67534
67505
  * LeaderboardsConfig
67506
+ *
67507
+ * ExperienceUserConfig
67535
67508
  */
67536
67509
  repository: components["schemas"]["Repository"];
67537
67510
  };
@@ -67593,6 +67566,8 @@ export interface operations {
67593
67566
  * ExtendedServicesConfig
67594
67567
  *
67595
67568
  * LeaderboardsConfig
67569
+ *
67570
+ * ExperienceUserConfig
67596
67571
  */
67597
67572
  repository: components["schemas"]["Repository"];
67598
67573
  };
@@ -67676,6 +67651,8 @@ export interface operations {
67676
67651
  * ExtendedServicesConfig
67677
67652
  *
67678
67653
  * LeaderboardsConfig
67654
+ *
67655
+ * ExperienceUserConfig
67679
67656
  */
67680
67657
  repository: components["schemas"]["Repository"];
67681
67658
  };
@@ -67737,6 +67714,8 @@ export interface operations {
67737
67714
  * ExtendedServicesConfig
67738
67715
  *
67739
67716
  * LeaderboardsConfig
67717
+ *
67718
+ * ExperienceUserConfig
67740
67719
  */
67741
67720
  repository: components["schemas"]["Repository"];
67742
67721
  revisionId: string;
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.11",
4
4
  "description": "An automatically updated Roblox API client based on their OpenAPI documentation.",
5
5
  "keywords": [
6
6
  "roblox",