@jacobhumston/roblox-openapi-ts 1.0.12 → 1.0.13
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 +2 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -62174,6 +62174,8 @@ export interface components {
|
|
|
62174
62174
|
/** Format: int64 */
|
|
62175
62175
|
outgoingRobuxTransferTotal?: number;
|
|
62176
62176
|
/** Format: int64 */
|
|
62177
|
+
robloxSelectIncomingTotal?: number;
|
|
62178
|
+
/** Format: int64 */
|
|
62177
62179
|
robloxSelectOutgoingTotal?: number;
|
|
62178
62180
|
};
|
|
62179
62181
|
/** @enum {string} */
|