@jacobhumston/roblox-openapi-ts 1.0.46 → 1.0.47

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 +9 -27
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -6787,13 +6787,6 @@ export interface paths {
6787
6787
  };
6788
6788
  content?: never;
6789
6789
  };
6790
- /** @description 0: Authorization has been denied for this request. */
6791
- 401: {
6792
- headers: {
6793
- [name: string]: unknown;
6794
- };
6795
- content?: never;
6796
- };
6797
6790
  /** @description 0: An unknown error occurred. */
6798
6791
  500: {
6799
6792
  headers: {
@@ -17584,13 +17577,6 @@ export interface paths {
17584
17577
  };
17585
17578
  content?: never;
17586
17579
  };
17587
- /** @description 0: Authorization has been denied for this request. */
17588
- 401: {
17589
- headers: {
17590
- [name: string]: unknown;
17591
- };
17592
- content?: never;
17593
- };
17594
17580
  /** @description 0: An unknown error occurred. */
17595
17581
  500: {
17596
17582
  headers: {
@@ -53071,6 +53057,7 @@ export interface components {
53071
53057
  success?: boolean;
53072
53058
  /** @description Captcha is set to true if captcha is required from user to perform action */
53073
53059
  isCaptchaRequired?: boolean;
53060
+ notificationMuted?: boolean;
53074
53061
  };
53075
53062
  /** @description Response model for following or followers Count */
53076
53063
  "Roblox.Friends.Api.FollowCountResponse": {
@@ -66806,28 +66793,23 @@ export interface operations {
66806
66793
  parameters: {
66807
66794
  query?: {
66808
66795
  /**
66809
- * @description The maximum number of game servers to return. The service might return
66810
- * fewer than this value. If unspecified, at most 25 game servers are
66811
- * returned. The maximum value is 100 and higher values are set to 100.
66796
+ * @description The maximum number of log entries to return. Defaults to 25 and values above 100 are
66797
+ * capped at 100.
66812
66798
  */
66813
66799
  MaxPageSize?: number;
66814
66800
  /**
66815
- * @description A page token, received from a previous call, to retrieve a subsequent page.
66816
- * When paginating, all other parameters provided to the subsequent call must
66817
- * match the call that provided the page token.
66801
+ * @description An opaque token from a previous response. Preserve the other query parameters when
66802
+ * requesting the next page.
66818
66803
  */
66819
66804
  PageToken?: string;
66820
66805
  /**
66821
- * @description Sorting is supported only for a single field at a time.
66822
- * Example: "orderBy": "uptime"
66823
- * Defaults to ascending, but descending ordering is also supported by
66824
- * including the " desc" suffix. For example: "orderBy": "uptime desc".
66806
+ * @description Sorts by `message_timestamp` or `log_severity`. Append ` desc` for descending order.
66807
+ * Each endpoint defines its own default when this value is omitted.
66825
66808
  */
66826
66809
  OrderBy?: string;
66827
66810
  /**
66828
- * @description This field may be set in order to filter the resources returned.
66829
- * - CEL filtering is supported on all fields.
66830
- * - Supported operators &&, <, <=, >, >=, ==, and `in`
66811
+ * @description Filters log entries with CEL. Use `severity` with equality or `in`, `message_timestamp`
66812
+ * with comparisons, or `search` with equality or inequality for case-insensitive full-text matching.
66831
66813
  */
66832
66814
  Filter?: string;
66833
66815
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobhumston/roblox-openapi-ts",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "An automatically updated Roblox API client based on their OpenAPI documentation.",
5
5
  "keywords": [
6
6
  "roblox",