@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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. 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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobhumston/roblox-openapi-ts",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "An automatically updated Roblox API client based on their OpenAPI documentation.",
5
5
  "keywords": [
6
6
  "roblox",