@jacobhumston/roblox-openapi-ts 1.0.44 → 1.0.45
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 +257 -5
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -8775,7 +8775,7 @@ export interface paths {
|
|
|
8775
8775
|
parameters: {
|
|
8776
8776
|
query?: {
|
|
8777
8777
|
/** @description Filter for specific type of action performed */
|
|
8778
|
-
actionType?: "DeletePost" | "RemoveMember" | "AcceptJoinRequest" | "DeclineJoinRequest" | "PostStatus" | "ChangeRank" | "BuyAd" | "SendAllyRequest" | "CreateEnemy" | "AcceptAllyRequest" | "DeclineAllyRequest" | "DeleteAlly" | "DeleteEnemy" | "AddGroupPlace" | "RemoveGroupPlace" | "CreateItems" | "ConfigureItems" | "SpendGroupFunds" | "ChangeOwner" | "Delete" | "AdjustCurrencyAmounts" | "Abandon" | "Claim" | "Rename" | "ChangeDescription" | "InviteToClan" | "KickFromClan" | "CancelClanInvite" | "BuyClan" | "CreateGroupAsset" | "UpdateGroupAsset" | "ConfigureGroupAsset" | "RevertGroupAsset" | "CreateGroupDeveloperProduct" | "ConfigureGroupGame" | "CreateGroupDeveloperSubscriptionProduct" | "Lock" | "Unlock" | "CreateGamePass" | "CreateBadge" | "ConfigureBadge" | "SavePlace" | "PublishPlace" | "UpdateRolesetRank" | "UpdateRolesetData" | "BanMember" | "UnbanMember" | "CreateForumCategory" | "UpdateForumCategory" | "ArchiveForumCategory" | "DeleteForumCategory" | "DeleteForumPost" | "DeleteForumComment" | "PinForumPost" | "UnpinForumPost" | "LockForumPost" | "UnlockForumPost" | "CreateRoleset" | "DeleteRoleset" | "CreateCommerceProduct" | "SetCommerceProductActive" | "ArchiveCommerceProduct" | "AcceptCommerceProductBundlingFee" | "SetCommerceProductInactive" | "ConnectMerchant" | "DisconnectMerchant" | "JoinGroup" | "LeaveGroup" | "UpdateGroupIcon" | "UpdateGroupCoverPhoto" | "AssignRole" | "UnassignRole" | "PublishAnnouncement" | "DeleteAnnouncement" | "UpdateRoleSetPermissions" | "UpdateGroupSecuritySettings";
|
|
8778
|
+
actionType?: "DeletePost" | "RemoveMember" | "AcceptJoinRequest" | "DeclineJoinRequest" | "PostStatus" | "ChangeRank" | "BuyAd" | "SendAllyRequest" | "CreateEnemy" | "AcceptAllyRequest" | "DeclineAllyRequest" | "DeleteAlly" | "DeleteEnemy" | "AddGroupPlace" | "RemoveGroupPlace" | "CreateItems" | "ConfigureItems" | "SpendGroupFunds" | "ChangeOwner" | "Delete" | "AdjustCurrencyAmounts" | "Abandon" | "Claim" | "Rename" | "ChangeDescription" | "InviteToClan" | "KickFromClan" | "CancelClanInvite" | "BuyClan" | "CreateGroupAsset" | "UpdateGroupAsset" | "ConfigureGroupAsset" | "RevertGroupAsset" | "CreateGroupDeveloperProduct" | "ConfigureGroupGame" | "CreateGroupDeveloperSubscriptionProduct" | "Lock" | "Unlock" | "CreateGamePass" | "CreateBadge" | "ConfigureBadge" | "SavePlace" | "PublishPlace" | "UpdateRolesetRank" | "UpdateRolesetData" | "BanMember" | "UnbanMember" | "CreateForumCategory" | "UpdateForumCategory" | "ArchiveForumCategory" | "DeleteForumCategory" | "DeleteForumPost" | "DeleteForumComment" | "PinForumPost" | "UnpinForumPost" | "LockForumPost" | "UnlockForumPost" | "CreateRoleset" | "DeleteRoleset" | "CreateCommerceProduct" | "SetCommerceProductActive" | "ArchiveCommerceProduct" | "AcceptCommerceProductBundlingFee" | "SetCommerceProductInactive" | "ConnectMerchant" | "DisconnectMerchant" | "JoinGroup" | "LeaveGroup" | "UpdateGroupIcon" | "UpdateGroupCoverPhoto" | "AssignRole" | "UnassignRole" | "PublishAnnouncement" | "DeleteAnnouncement" | "UpdateRoleSetPermissions" | "UpdateGroupSecuritySettings" | "GrantEnterpriseTier" | "RevokeEnterpriseTier";
|
|
8779
8779
|
/** @description Filter for specific user id */
|
|
8780
8780
|
userId?: number;
|
|
8781
8781
|
/** @description The number of results per request. */
|
|
@@ -15303,8 +15303,8 @@ export interface paths {
|
|
|
15303
15303
|
[name: string]: unknown;
|
|
15304
15304
|
};
|
|
15305
15305
|
content: {
|
|
15306
|
-
"application/json": components["schemas"]["Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
|
|
15307
|
-
"text/json": components["schemas"]["Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
|
|
15306
|
+
"application/json": components["schemas"]["ClientSettingsApi.Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
|
|
15307
|
+
"text/json": components["schemas"]["ClientSettingsApi.Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
|
|
15308
15308
|
};
|
|
15309
15309
|
};
|
|
15310
15310
|
};
|
|
@@ -21365,7 +21365,7 @@ export interface paths {
|
|
|
21365
21365
|
parameters: {
|
|
21366
21366
|
query?: {
|
|
21367
21367
|
/** @description Filter for specific type of action performed */
|
|
21368
|
-
actionType?: "DeletePost" | "RemoveMember" | "AcceptJoinRequest" | "DeclineJoinRequest" | "PostStatus" | "ChangeRank" | "BuyAd" | "SendAllyRequest" | "CreateEnemy" | "AcceptAllyRequest" | "DeclineAllyRequest" | "DeleteAlly" | "DeleteEnemy" | "AddGroupPlace" | "RemoveGroupPlace" | "CreateItems" | "ConfigureItems" | "SpendGroupFunds" | "ChangeOwner" | "Delete" | "AdjustCurrencyAmounts" | "Abandon" | "Claim" | "Rename" | "ChangeDescription" | "InviteToClan" | "KickFromClan" | "CancelClanInvite" | "BuyClan" | "CreateGroupAsset" | "UpdateGroupAsset" | "ConfigureGroupAsset" | "RevertGroupAsset" | "CreateGroupDeveloperProduct" | "ConfigureGroupGame" | "CreateGroupDeveloperSubscriptionProduct" | "Lock" | "Unlock" | "CreateGamePass" | "CreateBadge" | "ConfigureBadge" | "SavePlace" | "PublishPlace" | "UpdateRolesetRank" | "UpdateRolesetData" | "BanMember" | "UnbanMember" | "CreateForumCategory" | "UpdateForumCategory" | "ArchiveForumCategory" | "DeleteForumCategory" | "DeleteForumPost" | "DeleteForumComment" | "PinForumPost" | "UnpinForumPost" | "LockForumPost" | "UnlockForumPost" | "CreateRoleset" | "DeleteRoleset" | "CreateCommerceProduct" | "SetCommerceProductActive" | "ArchiveCommerceProduct" | "AcceptCommerceProductBundlingFee" | "SetCommerceProductInactive" | "ConnectMerchant" | "DisconnectMerchant" | "JoinGroup" | "LeaveGroup" | "UpdateGroupIcon" | "UpdateGroupCoverPhoto" | "AssignRole" | "UnassignRole" | "PublishAnnouncement" | "DeleteAnnouncement" | "UpdateRoleSetPermissions" | "UpdateGroupSecuritySettings";
|
|
21368
|
+
actionType?: "DeletePost" | "RemoveMember" | "AcceptJoinRequest" | "DeclineJoinRequest" | "PostStatus" | "ChangeRank" | "BuyAd" | "SendAllyRequest" | "CreateEnemy" | "AcceptAllyRequest" | "DeclineAllyRequest" | "DeleteAlly" | "DeleteEnemy" | "AddGroupPlace" | "RemoveGroupPlace" | "CreateItems" | "ConfigureItems" | "SpendGroupFunds" | "ChangeOwner" | "Delete" | "AdjustCurrencyAmounts" | "Abandon" | "Claim" | "Rename" | "ChangeDescription" | "InviteToClan" | "KickFromClan" | "CancelClanInvite" | "BuyClan" | "CreateGroupAsset" | "UpdateGroupAsset" | "ConfigureGroupAsset" | "RevertGroupAsset" | "CreateGroupDeveloperProduct" | "ConfigureGroupGame" | "CreateGroupDeveloperSubscriptionProduct" | "Lock" | "Unlock" | "CreateGamePass" | "CreateBadge" | "ConfigureBadge" | "SavePlace" | "PublishPlace" | "UpdateRolesetRank" | "UpdateRolesetData" | "BanMember" | "UnbanMember" | "CreateForumCategory" | "UpdateForumCategory" | "ArchiveForumCategory" | "DeleteForumCategory" | "DeleteForumPost" | "DeleteForumComment" | "PinForumPost" | "UnpinForumPost" | "LockForumPost" | "UnlockForumPost" | "CreateRoleset" | "DeleteRoleset" | "CreateCommerceProduct" | "SetCommerceProductActive" | "ArchiveCommerceProduct" | "AcceptCommerceProductBundlingFee" | "SetCommerceProductInactive" | "ConnectMerchant" | "DisconnectMerchant" | "JoinGroup" | "LeaveGroup" | "UpdateGroupIcon" | "UpdateGroupCoverPhoto" | "AssignRole" | "UnassignRole" | "PublishAnnouncement" | "DeleteAnnouncement" | "UpdateRoleSetPermissions" | "UpdateGroupSecuritySettings" | "GrantEnterpriseTier" | "RevokeEnterpriseTier";
|
|
21369
21369
|
/** @description Filter for specific user id */
|
|
21370
21370
|
userId?: number;
|
|
21371
21371
|
/** @description The number of results per request. */
|
|
@@ -28890,6 +28890,162 @@ export interface paths {
|
|
|
28890
28890
|
patch?: never;
|
|
28891
28891
|
trace?: never;
|
|
28892
28892
|
};
|
|
28893
|
+
"/v1/preferences/publishing": {
|
|
28894
|
+
parameters: {
|
|
28895
|
+
query?: never;
|
|
28896
|
+
header?: never;
|
|
28897
|
+
path?: never;
|
|
28898
|
+
cookie?: never;
|
|
28899
|
+
};
|
|
28900
|
+
get: {
|
|
28901
|
+
parameters: {
|
|
28902
|
+
query?: {
|
|
28903
|
+
groupId?: number;
|
|
28904
|
+
};
|
|
28905
|
+
header?: never;
|
|
28906
|
+
path?: never;
|
|
28907
|
+
cookie?: never;
|
|
28908
|
+
};
|
|
28909
|
+
requestBody?: never;
|
|
28910
|
+
responses: {
|
|
28911
|
+
/** @description OK */
|
|
28912
|
+
200: {
|
|
28913
|
+
headers: {
|
|
28914
|
+
[name: string]: unknown;
|
|
28915
|
+
};
|
|
28916
|
+
content: {
|
|
28917
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28918
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28919
|
+
};
|
|
28920
|
+
};
|
|
28921
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
28922
|
+
401: {
|
|
28923
|
+
headers: {
|
|
28924
|
+
[name: string]: unknown;
|
|
28925
|
+
};
|
|
28926
|
+
content?: never;
|
|
28927
|
+
};
|
|
28928
|
+
};
|
|
28929
|
+
};
|
|
28930
|
+
put?: never;
|
|
28931
|
+
post: {
|
|
28932
|
+
parameters: {
|
|
28933
|
+
query?: never;
|
|
28934
|
+
header?: never;
|
|
28935
|
+
path?: never;
|
|
28936
|
+
cookie?: never;
|
|
28937
|
+
};
|
|
28938
|
+
requestBody: {
|
|
28939
|
+
content: {
|
|
28940
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.CreatePublishingPreferencesRequest"];
|
|
28941
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.CreatePublishingPreferencesRequest"];
|
|
28942
|
+
};
|
|
28943
|
+
};
|
|
28944
|
+
responses: {
|
|
28945
|
+
/** @description OK */
|
|
28946
|
+
200: {
|
|
28947
|
+
headers: {
|
|
28948
|
+
[name: string]: unknown;
|
|
28949
|
+
};
|
|
28950
|
+
content: {
|
|
28951
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28952
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28953
|
+
};
|
|
28954
|
+
};
|
|
28955
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
28956
|
+
401: {
|
|
28957
|
+
headers: {
|
|
28958
|
+
[name: string]: unknown;
|
|
28959
|
+
};
|
|
28960
|
+
content?: never;
|
|
28961
|
+
};
|
|
28962
|
+
/** @description 0: Token Validation Failed */
|
|
28963
|
+
403: {
|
|
28964
|
+
headers: {
|
|
28965
|
+
[name: string]: unknown;
|
|
28966
|
+
};
|
|
28967
|
+
content?: never;
|
|
28968
|
+
};
|
|
28969
|
+
};
|
|
28970
|
+
};
|
|
28971
|
+
delete: {
|
|
28972
|
+
parameters: {
|
|
28973
|
+
query?: {
|
|
28974
|
+
groupId?: number;
|
|
28975
|
+
};
|
|
28976
|
+
header?: never;
|
|
28977
|
+
path?: never;
|
|
28978
|
+
cookie?: never;
|
|
28979
|
+
};
|
|
28980
|
+
requestBody?: never;
|
|
28981
|
+
responses: {
|
|
28982
|
+
/** @description OK */
|
|
28983
|
+
200: {
|
|
28984
|
+
headers: {
|
|
28985
|
+
[name: string]: unknown;
|
|
28986
|
+
};
|
|
28987
|
+
content?: never;
|
|
28988
|
+
};
|
|
28989
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
28990
|
+
401: {
|
|
28991
|
+
headers: {
|
|
28992
|
+
[name: string]: unknown;
|
|
28993
|
+
};
|
|
28994
|
+
content?: never;
|
|
28995
|
+
};
|
|
28996
|
+
/** @description 0: Token Validation Failed */
|
|
28997
|
+
403: {
|
|
28998
|
+
headers: {
|
|
28999
|
+
[name: string]: unknown;
|
|
29000
|
+
};
|
|
29001
|
+
content?: never;
|
|
29002
|
+
};
|
|
29003
|
+
};
|
|
29004
|
+
};
|
|
29005
|
+
options?: never;
|
|
29006
|
+
head?: never;
|
|
29007
|
+
patch: {
|
|
29008
|
+
parameters: {
|
|
29009
|
+
query?: never;
|
|
29010
|
+
header?: never;
|
|
29011
|
+
path?: never;
|
|
29012
|
+
cookie?: never;
|
|
29013
|
+
};
|
|
29014
|
+
requestBody: {
|
|
29015
|
+
content: {
|
|
29016
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.UpdatePublishingPreferencesRequest"];
|
|
29017
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.UpdatePublishingPreferencesRequest"];
|
|
29018
|
+
};
|
|
29019
|
+
};
|
|
29020
|
+
responses: {
|
|
29021
|
+
/** @description OK */
|
|
29022
|
+
200: {
|
|
29023
|
+
headers: {
|
|
29024
|
+
[name: string]: unknown;
|
|
29025
|
+
};
|
|
29026
|
+
content: {
|
|
29027
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
29028
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
29029
|
+
};
|
|
29030
|
+
};
|
|
29031
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
29032
|
+
401: {
|
|
29033
|
+
headers: {
|
|
29034
|
+
[name: string]: unknown;
|
|
29035
|
+
};
|
|
29036
|
+
content?: never;
|
|
29037
|
+
};
|
|
29038
|
+
/** @description 0: Token Validation Failed */
|
|
29039
|
+
403: {
|
|
29040
|
+
headers: {
|
|
29041
|
+
[name: string]: unknown;
|
|
29042
|
+
};
|
|
29043
|
+
content?: never;
|
|
29044
|
+
};
|
|
29045
|
+
};
|
|
29046
|
+
};
|
|
29047
|
+
trace?: never;
|
|
29048
|
+
};
|
|
28893
29049
|
"/v1/presence/users": {
|
|
28894
29050
|
parameters: {
|
|
28895
29051
|
query?: never;
|
|
@@ -44342,7 +44498,7 @@ export interface components {
|
|
|
44342
44498
|
* @description Enums for customized error code in error responses.
|
|
44343
44499
|
* @enum {string}
|
|
44344
44500
|
*/
|
|
44345
|
-
"AssetPermissions.ErrorCode": "UnknownError" | "InvalidRequest" | "AssetNotFound" | "CannotManageAsset" | "PublicAssetCannotBeGrantedTo" | "CannotManageSubject" | "SubjectNotFound" | "AssetTypeNotEnabled" | "PermissionLimitReached" | "DependenciesLimitReached" | "NotRequestable" | "
|
|
44501
|
+
"AssetPermissions.ErrorCode": "UnknownError" | "InvalidRequest" | "AssetNotFound" | "CannotManageAsset" | "PublicAssetCannotBeGrantedTo" | "CannotManageSubject" | "SubjectNotFound" | "AssetTypeNotEnabled" | "PermissionLimitReached" | "DependenciesLimitReached" | "NotRequestable" | "RequesterNotAConnection" | "AlreadyPending" | "AlreadyHasAccess" | "RequestNotFound" | "InvalidRequestStatus" | "RateLimited" | "CallerNotOwner" | "BatchSizeLimitExceeded";
|
|
44346
44502
|
/** @description The error object for responses. */
|
|
44347
44503
|
"AssetPermissions.ErrorResponse": {
|
|
44348
44504
|
error?: components["schemas"]["AssetPermissions.Error"];
|
|
@@ -44668,6 +44824,14 @@ export interface components {
|
|
|
44668
44824
|
/** Format: int32 */
|
|
44669
44825
|
rank?: number;
|
|
44670
44826
|
};
|
|
44827
|
+
"ClientSettingsApi.Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse": {
|
|
44828
|
+
version?: string;
|
|
44829
|
+
clientVersionUpload?: string;
|
|
44830
|
+
bootstrapperVersion?: string;
|
|
44831
|
+
nextClientVersionUpload?: string;
|
|
44832
|
+
nextClientVersion?: string;
|
|
44833
|
+
forceInstall?: boolean;
|
|
44834
|
+
};
|
|
44671
44835
|
/** @description Get Client Status request. */
|
|
44672
44836
|
ClientStatusGetRequest: {
|
|
44673
44837
|
/**
|
|
@@ -55563,6 +55727,7 @@ export interface components {
|
|
|
55563
55727
|
/** Format: date-time */
|
|
55564
55728
|
lastEvaluatedTime?: string;
|
|
55565
55729
|
requirements?: components["schemas"]["Roblox.Groups.Client.TierRequirement"][];
|
|
55730
|
+
capabilities?: components["schemas"]["Roblox.Groups.Client.TierCapabilities"];
|
|
55566
55731
|
};
|
|
55567
55732
|
"Roblox.Groups.Client.CreateBlockedKeywordsResponse": {
|
|
55568
55733
|
createdKeywords?: components["schemas"]["Roblox.Groups.Client.BlockedKeywordModel"][];
|
|
@@ -55587,6 +55752,9 @@ export interface components {
|
|
|
55587
55752
|
contentType?: string;
|
|
55588
55753
|
contentId?: string;
|
|
55589
55754
|
};
|
|
55755
|
+
"Roblox.Groups.Client.TierCapabilities": {
|
|
55756
|
+
isEligibleForUnrestrictedMessages?: boolean;
|
|
55757
|
+
};
|
|
55590
55758
|
"Roblox.Groups.Client.TierEvaluationResultResponse": {
|
|
55591
55759
|
tierInfo?: components["schemas"]["Roblox.Groups.Client.CommunityTierInfoResponse"];
|
|
55592
55760
|
passedSignals?: string[];
|
|
@@ -55871,6 +56039,90 @@ export interface components {
|
|
|
55871
56039
|
/** @description The asset name. */
|
|
55872
56040
|
name?: string;
|
|
55873
56041
|
};
|
|
56042
|
+
"Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.CreatePublishingPreferencesRequest": {
|
|
56043
|
+
/** Format: int64 */
|
|
56044
|
+
creatorUserId?: number;
|
|
56045
|
+
/** Format: int64 */
|
|
56046
|
+
creatorGroupId?: number;
|
|
56047
|
+
/**
|
|
56048
|
+
* Format: int32
|
|
56049
|
+
* @description Publishing type for the collectible. Currently can be either Limited or NonLimited. ['Invalid' = 0, 'Limited' = 1, 'NonLimited' = 2]
|
|
56050
|
+
* @enum {integer}
|
|
56051
|
+
*/
|
|
56052
|
+
publishingType?: 0 | 1 | 2;
|
|
56053
|
+
/**
|
|
56054
|
+
* Format: int32
|
|
56055
|
+
* @description Represents possible SaleLocation types of the Collectibles System. ['SALE_LOCATION_TYPE_INVALID' = 0, 'SALE_LOCATION_TYPE_SHOP_AND_ALL_EXPERIENCES' = 1, 'SALE_LOCATION_EXPERIENCES_AND_DEV_API_ONLY' = 2, 'SALE_LOCATION_TYPE_SHOP_ONLY' = 3, 'SALE_LOCATION_TYPE_SHOP_AND_EXPERIENCES_BY_ID' = 4]
|
|
56056
|
+
* @enum {integer}
|
|
56057
|
+
*/
|
|
56058
|
+
saleLocationType?: 0 | 1 | 2 | 3 | 4;
|
|
56059
|
+
places?: number[];
|
|
56060
|
+
/** Format: int64 */
|
|
56061
|
+
priceInRobux?: number;
|
|
56062
|
+
/** Format: int64 */
|
|
56063
|
+
priceOffset?: number;
|
|
56064
|
+
isFree?: boolean;
|
|
56065
|
+
enableRegionalPricing?: boolean;
|
|
56066
|
+
isRentalOptIn?: boolean;
|
|
56067
|
+
autoPublishEnabled?: boolean;
|
|
56068
|
+
};
|
|
56069
|
+
"Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.UpdatePublishingPreferencesRequest": {
|
|
56070
|
+
/** Format: int64 */
|
|
56071
|
+
creatorUserId?: number;
|
|
56072
|
+
/** Format: int64 */
|
|
56073
|
+
creatorGroupId?: number;
|
|
56074
|
+
/**
|
|
56075
|
+
* Format: int32
|
|
56076
|
+
* @enum {integer}
|
|
56077
|
+
*/
|
|
56078
|
+
publishingType?: 0 | 1 | 2;
|
|
56079
|
+
/**
|
|
56080
|
+
* Format: int32
|
|
56081
|
+
* @enum {integer}
|
|
56082
|
+
*/
|
|
56083
|
+
saleLocationType?: 0 | 1 | 2 | 3 | 4;
|
|
56084
|
+
places?: number[];
|
|
56085
|
+
/** Format: int64 */
|
|
56086
|
+
priceInRobux?: number;
|
|
56087
|
+
/** Format: int64 */
|
|
56088
|
+
priceOffset?: number;
|
|
56089
|
+
isFree?: boolean;
|
|
56090
|
+
enableRegionalPricing?: boolean;
|
|
56091
|
+
isRentalOptIn?: boolean;
|
|
56092
|
+
autoPublishEnabled?: boolean;
|
|
56093
|
+
};
|
|
56094
|
+
"Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse": {
|
|
56095
|
+
id?: string;
|
|
56096
|
+
/** Format: int64 */
|
|
56097
|
+
creatorUserId?: number;
|
|
56098
|
+
/** Format: int64 */
|
|
56099
|
+
creatorGroupId?: number;
|
|
56100
|
+
/**
|
|
56101
|
+
* Format: int32
|
|
56102
|
+
* @description Publishing type for the collectible. Currently can be either Limited or NonLimited. ['Invalid' = 0, 'Limited' = 1, 'NonLimited' = 2]
|
|
56103
|
+
* @enum {integer}
|
|
56104
|
+
*/
|
|
56105
|
+
publishingType?: 0 | 1 | 2;
|
|
56106
|
+
/**
|
|
56107
|
+
* Format: int32
|
|
56108
|
+
* @description Represents possible SaleLocation types of the Collectibles System. ['SALE_LOCATION_TYPE_INVALID' = 0, 'SALE_LOCATION_TYPE_SHOP_AND_ALL_EXPERIENCES' = 1, 'SALE_LOCATION_EXPERIENCES_AND_DEV_API_ONLY' = 2, 'SALE_LOCATION_TYPE_SHOP_ONLY' = 3, 'SALE_LOCATION_TYPE_SHOP_AND_EXPERIENCES_BY_ID' = 4]
|
|
56109
|
+
* @enum {integer}
|
|
56110
|
+
*/
|
|
56111
|
+
saleLocationType?: 0 | 1 | 2 | 3 | 4;
|
|
56112
|
+
places?: number[];
|
|
56113
|
+
/** Format: int64 */
|
|
56114
|
+
priceInRobux?: number;
|
|
56115
|
+
/** Format: int64 */
|
|
56116
|
+
priceOffset?: number;
|
|
56117
|
+
isFree?: boolean;
|
|
56118
|
+
enableRegionalPricing?: boolean;
|
|
56119
|
+
isRentalOptIn?: boolean;
|
|
56120
|
+
autoPublishEnabled?: boolean;
|
|
56121
|
+
/** Format: date-time */
|
|
56122
|
+
created?: string;
|
|
56123
|
+
/** Format: date-time */
|
|
56124
|
+
updated?: string;
|
|
56125
|
+
};
|
|
55874
56126
|
/** @description Model for Country Regions */
|
|
55875
56127
|
"Roblox.Locale.Api.CountryRegion": {
|
|
55876
56128
|
/** @description code of country region */
|