@jacobhumston/roblox-openapi-ts 1.0.49 → 1.0.50
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 +11 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -45178,7 +45178,17 @@ export interface components {
|
|
|
45178
45178
|
* value before proceeding.
|
|
45179
45179
|
*/
|
|
45180
45180
|
etag?: string;
|
|
45181
|
-
/**
|
|
45181
|
+
/**
|
|
45182
|
+
* @description The value of the entry.
|
|
45183
|
+
*
|
|
45184
|
+
* When a stored value contains a non-finite Luau number that JSON can't
|
|
45185
|
+
* represent, Open Cloud responses replace the number with a tagged JSON
|
|
45186
|
+
* object:
|
|
45187
|
+
*
|
|
45188
|
+
* * Positive infinity: `{"m": null, "t": "numeric", "v": "inf"}`
|
|
45189
|
+
* * Negative infinity: `{"m": null, "t": "numeric", "v": "-inf"}`
|
|
45190
|
+
* * NaN: `{"m": null, "t": "numeric", "v": "nan"}`
|
|
45191
|
+
*/
|
|
45182
45192
|
value?: components["schemas"]["GoogleProtobufValue"];
|
|
45183
45193
|
/**
|
|
45184
45194
|
* @description The resource ID of the entry.
|