@jacobhumston/roblox-openapi-ts 1.0.14 → 1.0.15

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 +18 -18
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -45032,24 +45032,24 @@ export interface paths {
45032
45032
  */
45033
45033
  get: {
45034
45034
  parameters: {
45035
- query: {
45036
- Taxonomy: string;
45037
- AssetTypeIds: number[];
45038
- BundleTypeIds: number[];
45039
- CategoryFilter: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
45040
- SortAggregation: 0 | 1 | 2 | 3 | 4 | 5;
45041
- SortType: 0 | 1 | 2 | 3 | 4 | 5;
45042
- CreatorType: 0 | 1 | 2;
45043
- CreatorTargetId: number;
45044
- CreatorName: string;
45045
- MaxPrice: number;
45046
- MinPrice: number;
45047
- Keyword: string;
45048
- IncludeNotForSale: boolean;
45049
- TriggeredByTopicDiscovery: boolean;
45050
- SalesTypeFilter: 0 | 1 | 2 | 3 | 4;
45035
+ query?: {
45036
+ Taxonomy?: string;
45037
+ AssetTypeIds?: number[];
45038
+ BundleTypeIds?: number[];
45039
+ CategoryFilter?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
45040
+ SortAggregation?: 0 | 1 | 2 | 3 | 4 | 5;
45041
+ SortType?: 0 | 1 | 2 | 3 | 4 | 5;
45042
+ CreatorType?: 0 | 1 | 2;
45043
+ CreatorTargetId?: number;
45044
+ CreatorName?: string;
45045
+ MaxPrice?: number;
45046
+ MinPrice?: number;
45047
+ Keyword?: string;
45048
+ IncludeNotForSale?: boolean;
45049
+ TriggeredByTopicDiscovery?: boolean;
45050
+ SalesTypeFilter?: 0 | 1 | 2 | 3 | 4;
45051
45051
  /** @description The input topics format is split by ",". E.g "topics=cat,hat,red". */
45052
- Topics: string;
45052
+ Topics?: string;
45053
45053
  /** @description The number of results per request. */
45054
45054
  limit?: 10 | 28 | 30 | 60 | 120;
45055
45055
  /** @description The paging cursor for the previous or next page. */
@@ -61645,7 +61645,7 @@ export interface components {
61645
61645
  * @description Represents audio type values that will be properly displayed in Swagger UI.
61646
61646
  * @enum {string}
61647
61647
  */
61648
- SearchAudioTypeModel: "Music" | "SoundEffect";
61648
+ SearchAudioTypeModel: "Music" | "SoundEffect" | "Unknown";
61649
61649
  /**
61650
61650
  * @description This represents a "subset" of Toolbox.Service.CategoryType options and represent the full set
61651
61651
  * of "categories" (or asset types) that can be searched upon from the toolbox search API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobhumston/roblox-openapi-ts",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "An automatically updated Roblox API client based on their OpenAPI documentation.",
5
5
  "keywords": [
6
6
  "roblox",