@jacobhumston/roblox-openapi-ts 1.0.8 → 1.0.9
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.
- package/dist/types.d.ts +20 -11
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -47273,6 +47273,7 @@ export interface paths {
|
|
|
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
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.
|
|
47276
47277
|
*/
|
|
47277
47278
|
400: {
|
|
47278
47279
|
headers: {
|
|
@@ -47293,6 +47294,7 @@ export interface paths {
|
|
|
47293
47294
|
* 14: You are not authorized to sell games.
|
|
47294
47295
|
* 29: Luobu app terms of service user agreement is missing.
|
|
47295
47296
|
* 30: Unknown error while updating Opt in out region.
|
|
47297
|
+
* 45: The creator of this experience is not eligible to set this audience.
|
|
47296
47298
|
*/
|
|
47297
47299
|
403: {
|
|
47298
47300
|
headers: {
|
|
@@ -54675,6 +54677,11 @@ export interface components {
|
|
|
54675
54677
|
* @description The updated System.DateTime
|
|
54676
54678
|
*/
|
|
54677
54679
|
updated?: string;
|
|
54680
|
+
/**
|
|
54681
|
+
* @description The audiences this universe is visible to (e.g. Editors, PlayTesters, Friends, Public).
|
|
54682
|
+
* Always non-null; may be empty when audience visibility has not been configured.
|
|
54683
|
+
*/
|
|
54684
|
+
audiences?: (0 | 1 | 2 | 3 | 4)[];
|
|
54678
54685
|
};
|
|
54679
54686
|
/** @description Represents a universe moderation policy status */
|
|
54680
54687
|
"Roblox.Api.Develop.Models.UniverseModerationPolicyStatus": {
|
|
@@ -54857,9 +54864,8 @@ export interface components {
|
|
|
54857
54864
|
*/
|
|
54858
54865
|
fiatProductChangeType?: 0 | 1 | 2 | 3;
|
|
54859
54866
|
/**
|
|
54860
|
-
* @description
|
|
54861
|
-
*
|
|
54862
|
-
* and skips the IsFriendsOnly-derived USS dual-write that runs under non-Off treatments.
|
|
54867
|
+
* @description The audiences this universe should be visible to (e.g. Editors, PlayTesters, Friends, Public).
|
|
54868
|
+
* When provided, replaces the universe's existing audience set with the supplied values.
|
|
54863
54869
|
*/
|
|
54864
54870
|
audiences?: (0 | 1 | 2 | 3 | 4)[];
|
|
54865
54871
|
};
|
|
@@ -54953,10 +54959,8 @@ export interface components {
|
|
|
54953
54959
|
*/
|
|
54954
54960
|
fiatModerationStatus?: 0 | 1 | 2 | 3 | 4;
|
|
54955
54961
|
/**
|
|
54956
|
-
* @description
|
|
54957
|
-
*
|
|
54958
|
-
* is ReverseShadow or Authority (USS is the source of truth in those modes); an empty list is
|
|
54959
|
-
* returned for Off and Shadow so clients always see a stable shape, never null.
|
|
54962
|
+
* @description The audiences this universe is visible to (e.g. Editors, PlayTesters, Friends, Public).
|
|
54963
|
+
* Always non-null; may be empty when audience visibility has not been configured.
|
|
54960
54964
|
*/
|
|
54961
54965
|
audiences?: (0 | 1 | 2 | 3 | 4)[];
|
|
54962
54966
|
};
|
|
@@ -55052,10 +55056,8 @@ export interface components {
|
|
|
55052
55056
|
/** @description Whether the game is elegible for text chat service auto migration. */
|
|
55053
55057
|
eligibleForTextChatMigration?: boolean;
|
|
55054
55058
|
/**
|
|
55055
|
-
* @description
|
|
55056
|
-
*
|
|
55057
|
-
* is ReverseShadow or Authority (USS is the source of truth in those modes); an empty list is
|
|
55058
|
-
* returned for Off and Shadow so clients always see a stable shape, never null.
|
|
55059
|
+
* @description The audiences this universe is visible to (e.g. Editors, PlayTesters, Friends, Public).
|
|
55060
|
+
* Always non-null; may be empty when audience visibility has not been configured.
|
|
55059
55061
|
*/
|
|
55060
55062
|
audiences?: (0 | 1 | 2 | 3 | 4)[];
|
|
55061
55063
|
};
|
|
@@ -61924,6 +61926,12 @@ export interface components {
|
|
|
61924
61926
|
"Roblox.Web.WebAPI.Models.ApiSuccessResponse": {
|
|
61925
61927
|
success?: boolean;
|
|
61926
61928
|
};
|
|
61929
|
+
RobuxRateBreakdown: {
|
|
61930
|
+
/** Format: double */
|
|
61931
|
+
o18?: number | null;
|
|
61932
|
+
/** Format: double */
|
|
61933
|
+
standard?: number | null;
|
|
61934
|
+
};
|
|
61927
61935
|
/** @description RPN operand: attribute reference or literal value (same concepts as the proto `RpnOperand` oneof). */
|
|
61928
61936
|
RpnOperandDto: {
|
|
61929
61937
|
attributeReference?: string | null;
|
|
@@ -62619,6 +62627,7 @@ export interface components {
|
|
|
62619
62627
|
currency?: components["schemas"]["GenericCurrencyResponse"] | null;
|
|
62620
62628
|
purchaseToken?: string | null;
|
|
62621
62629
|
transactionSubtype?: string | null;
|
|
62630
|
+
robuxRateBreakdown?: components["schemas"]["RobuxRateBreakdown"] | null;
|
|
62622
62631
|
};
|
|
62623
62632
|
TransactionRecordResponseApiPageResponse: {
|
|
62624
62633
|
previousPageCursor?: string | null;
|