@jacobhumston/roblox-openapi-ts 1.0.25 → 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.
- package/dist/types.d.ts +28 -4
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -41634,7 +41634,7 @@ export interface paths {
|
|
|
41634
41634
|
path?: never;
|
|
41635
41635
|
cookie?: never;
|
|
41636
41636
|
};
|
|
41637
|
-
get: operations["TransactionRecords_GetUserTransactions"];
|
|
41637
|
+
get: operations["TransactionRecordsApi.TransactionRecords_GetUserTransactions"];
|
|
41638
41638
|
put?: never;
|
|
41639
41639
|
post?: never;
|
|
41640
41640
|
delete?: never;
|
|
@@ -46112,9 +46112,11 @@ export interface components {
|
|
|
46112
46112
|
* LeaderboardsConfig
|
|
46113
46113
|
*
|
|
46114
46114
|
* ExperienceUserConfig
|
|
46115
|
+
*
|
|
46116
|
+
* JourneysConfig
|
|
46115
46117
|
* @enum {string}
|
|
46116
46118
|
*/
|
|
46117
|
-
Repository: "InExperienceConfig" | "RecommendationServicesConfig" | "DataStoresConfig" | "ExtendedServicesConfig" | "LeaderboardsConfig" | "ExperienceUserConfig";
|
|
46119
|
+
Repository: "InExperienceConfig" | "RecommendationServicesConfig" | "DataStoresConfig" | "ExtendedServicesConfig" | "LeaderboardsConfig" | "ExperienceUserConfig" | "JourneysConfig";
|
|
46118
46120
|
/**
|
|
46119
46121
|
* @description The current state of a place restart.
|
|
46120
46122
|
* @enum {string}
|
|
@@ -54038,6 +54040,7 @@ export interface components {
|
|
|
54038
54040
|
* we will keep existing behavior where we display offsale for games priced in fiat currency.
|
|
54039
54041
|
*/
|
|
54040
54042
|
price?: number;
|
|
54043
|
+
contentMetadata?: components["schemas"]["Roblox.Games.Api.Models.Response.GameContentMetadataResponseModel"];
|
|
54041
54044
|
/**
|
|
54042
54045
|
* Format: int64
|
|
54043
54046
|
* @description The game (universe) Id.
|
|
@@ -55306,9 +55309,11 @@ export interface components {
|
|
|
55306
55309
|
robloxSelectIncomingTotal?: number;
|
|
55307
55310
|
/** Format: int64 */
|
|
55308
55311
|
robloxSelectOutgoingTotal?: number;
|
|
55312
|
+
/** Format: int64 */
|
|
55313
|
+
privateServerEngagementPayoutsTotal?: number;
|
|
55309
55314
|
};
|
|
55310
55315
|
/** @enum {string} */
|
|
55311
|
-
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";
|
|
55316
|
+
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" | "PrivateServerEngagementPayout" | "CurrencySubscriptionStipend";
|
|
55312
55317
|
TransactionUsedTypesResponse: {
|
|
55313
55318
|
HasPurchase?: boolean;
|
|
55314
55319
|
HasSale?: boolean;
|
|
@@ -55333,6 +55338,7 @@ export interface components {
|
|
|
55333
55338
|
HasLicensingPayment?: boolean;
|
|
55334
55339
|
HasTransfer?: boolean;
|
|
55335
55340
|
HasRobloxSelectTransfer?: boolean;
|
|
55341
|
+
HasPrivateServerEngagementPayout?: boolean;
|
|
55336
55342
|
};
|
|
55337
55343
|
/**
|
|
55338
55344
|
* @description Contains the text to be translated, the source language (optional), and a
|
|
@@ -59797,6 +59803,8 @@ export interface operations {
|
|
|
59797
59803
|
* LeaderboardsConfig
|
|
59798
59804
|
*
|
|
59799
59805
|
* ExperienceUserConfig
|
|
59806
|
+
*
|
|
59807
|
+
* JourneysConfig
|
|
59800
59808
|
*/
|
|
59801
59809
|
repository: components["schemas"]["Repository"];
|
|
59802
59810
|
};
|
|
@@ -59860,6 +59868,8 @@ export interface operations {
|
|
|
59860
59868
|
* LeaderboardsConfig
|
|
59861
59869
|
*
|
|
59862
59870
|
* ExperienceUserConfig
|
|
59871
|
+
*
|
|
59872
|
+
* JourneysConfig
|
|
59863
59873
|
*/
|
|
59864
59874
|
repository: components["schemas"]["Repository"];
|
|
59865
59875
|
};
|
|
@@ -59923,6 +59933,8 @@ export interface operations {
|
|
|
59923
59933
|
* LeaderboardsConfig
|
|
59924
59934
|
*
|
|
59925
59935
|
* ExperienceUserConfig
|
|
59936
|
+
*
|
|
59937
|
+
* JourneysConfig
|
|
59926
59938
|
*/
|
|
59927
59939
|
repository: components["schemas"]["Repository"];
|
|
59928
59940
|
};
|
|
@@ -59993,6 +60005,8 @@ export interface operations {
|
|
|
59993
60005
|
* LeaderboardsConfig
|
|
59994
60006
|
*
|
|
59995
60007
|
* ExperienceUserConfig
|
|
60008
|
+
*
|
|
60009
|
+
* JourneysConfig
|
|
59996
60010
|
*/
|
|
59997
60011
|
repository: components["schemas"]["Repository"];
|
|
59998
60012
|
};
|
|
@@ -60063,6 +60077,8 @@ export interface operations {
|
|
|
60063
60077
|
* LeaderboardsConfig
|
|
60064
60078
|
*
|
|
60065
60079
|
* ExperienceUserConfig
|
|
60080
|
+
*
|
|
60081
|
+
* JourneysConfig
|
|
60066
60082
|
*/
|
|
60067
60083
|
repository: components["schemas"]["Repository"];
|
|
60068
60084
|
};
|
|
@@ -60133,6 +60149,8 @@ export interface operations {
|
|
|
60133
60149
|
* LeaderboardsConfig
|
|
60134
60150
|
*
|
|
60135
60151
|
* ExperienceUserConfig
|
|
60152
|
+
*
|
|
60153
|
+
* JourneysConfig
|
|
60136
60154
|
*/
|
|
60137
60155
|
repository: components["schemas"]["Repository"];
|
|
60138
60156
|
};
|
|
@@ -60196,6 +60214,8 @@ export interface operations {
|
|
|
60196
60214
|
* LeaderboardsConfig
|
|
60197
60215
|
*
|
|
60198
60216
|
* ExperienceUserConfig
|
|
60217
|
+
*
|
|
60218
|
+
* JourneysConfig
|
|
60199
60219
|
*/
|
|
60200
60220
|
repository: components["schemas"]["Repository"];
|
|
60201
60221
|
};
|
|
@@ -60281,6 +60301,8 @@ export interface operations {
|
|
|
60281
60301
|
* LeaderboardsConfig
|
|
60282
60302
|
*
|
|
60283
60303
|
* ExperienceUserConfig
|
|
60304
|
+
*
|
|
60305
|
+
* JourneysConfig
|
|
60284
60306
|
*/
|
|
60285
60307
|
repository: components["schemas"]["Repository"];
|
|
60286
60308
|
};
|
|
@@ -60344,6 +60366,8 @@ export interface operations {
|
|
|
60344
60366
|
* LeaderboardsConfig
|
|
60345
60367
|
*
|
|
60346
60368
|
* ExperienceUserConfig
|
|
60369
|
+
*
|
|
60370
|
+
* JourneysConfig
|
|
60347
60371
|
*/
|
|
60348
60372
|
repository: components["schemas"]["Repository"];
|
|
60349
60373
|
revisionId: string;
|
|
@@ -63336,7 +63360,7 @@ export interface operations {
|
|
|
63336
63360
|
};
|
|
63337
63361
|
};
|
|
63338
63362
|
};
|
|
63339
|
-
TransactionRecords_GetUserTransactions: {
|
|
63363
|
+
"TransactionRecordsApi.TransactionRecords_GetUserTransactions": {
|
|
63340
63364
|
parameters: {
|
|
63341
63365
|
query?: {
|
|
63342
63366
|
exclusiveStartCursor?: components["schemas"]["Int64ExclusiveStartKeyCursor"];
|