@jacobhumston/roblox-openapi-ts 1.0.4 → 1.0.5
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 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -45323,7 +45323,7 @@ export interface paths {
|
|
|
45323
45323
|
Taxonomy: string;
|
|
45324
45324
|
AssetTypeIds: number[];
|
|
45325
45325
|
BundleTypeIds: number[];
|
|
45326
|
-
CategoryFilter: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
45326
|
+
CategoryFilter: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
45327
45327
|
SortAggregation: 0 | 1 | 2 | 3 | 4 | 5;
|
|
45328
45328
|
SortType: 0 | 1 | 2 | 3 | 4 | 5;
|
|
45329
45329
|
CreatorType: 0 | 1 | 2;
|