@devrev/typescript-sdk 1.1.49 → 1.1.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.
@@ -4305,6 +4305,8 @@ export interface DevUsersCreateRequest {
4305
4305
  email: string;
4306
4306
  /** Full name of the Dev user. */
4307
4307
  full_name?: string;
4308
+ /** The ID of the user that the user reports to. */
4309
+ reports_to?: string;
4308
4310
  state: DevUsersCreateRequestStateEnumValue;
4309
4311
  }
4310
4312
  export declare enum DevUsersCreateRequestStateEnumValue {
@@ -14583,6 +14585,8 @@ export interface WorksUpdateRequestTicket {
14583
14585
  group?: string | null;
14584
14586
  /** Whether the ticket is archived. */
14585
14587
  is_archived?: boolean;
14588
+ /** Whether the ticket is frozen. */
14589
+ is_frozen?: boolean;
14586
14590
  /** Updates whether the ticket is spam. */
14587
14591
  is_spam?: boolean;
14588
14592
  /** Updates whether the ticket needs a response. */
@@ -5554,6 +5554,8 @@ export interface WorksUpdateRequestTicket {
5554
5554
  group?: string | null;
5555
5555
  /** Whether the ticket is archived. */
5556
5556
  is_archived?: boolean;
5557
+ /** Whether the ticket is frozen. */
5558
+ is_frozen?: boolean;
5557
5559
  /** Updates whether the ticket is spam. */
5558
5560
  is_spam?: boolean;
5559
5561
  /** Updates whether the ticket needs a response. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devrev/typescript-sdk",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "## SDK Generation",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {