@jacobhumston/roblox-openapi-ts 1.0.33 → 1.0.34
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 +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -44244,6 +44244,7 @@ export interface components {
|
|
|
44244
44244
|
/** Format: int64 */
|
|
44245
44245
|
expectedPrice?: number;
|
|
44246
44246
|
isPurchaseConfirmed?: boolean | null;
|
|
44247
|
+
idempotencyKey?: string | null;
|
|
44247
44248
|
};
|
|
44248
44249
|
/** @description Request model for creating a save */
|
|
44249
44250
|
CreateSaveRequest: {
|