@linear/sdk 25.0.0 → 26.0.0

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.
@@ -6460,7 +6460,6 @@ export declare class Team extends Request {
6460
6460
  private _draftWorkflowState?;
6461
6461
  private _integrationsSettings?;
6462
6462
  private _markedAsDuplicateWorkflowState?;
6463
- private _membership?;
6464
6463
  private _mergeWorkflowState?;
6465
6464
  private _mergeableWorkflowState?;
6466
6465
  private _reviewWorkflowState?;
@@ -6572,8 +6571,6 @@ export declare class Team extends Request {
6572
6571
  get integrationsSettings(): LinearFetch<IntegrationsSettings> | undefined;
6573
6572
  /** The workflow state into which issues are moved when they are marked as a duplicate of another issue. Defaults to the first canceled state. */
6574
6573
  get markedAsDuplicateWorkflowState(): LinearFetch<WorkflowState> | undefined;
6575
- /** The membership of the given user in the team. */
6576
- get membership(): LinearFetch<TeamMembership> | undefined;
6577
6574
  /** The workflow state into which issues are moved when a PR has been merged. */
6578
6575
  get mergeWorkflowState(): LinearFetch<WorkflowState> | undefined;
6579
6576
  /** The workflow state into which issues are moved when a PR is ready to be merged. */