@linear/sdk
Advanced tools
Comparing version 18.0.0 to 18.1.0
import { LinearGraphQLClient } from "./graphql-client"; | ||
import { LinearClientOptions, LinearClientParsedOptions } from "./types"; | ||
import { LinearSdk } from "./_generated_sdk"; | ||
import { Connection, LinearFetch, LinearSdk } from "./_generated_sdk"; | ||
import { Node } from "./_generated_documents"; | ||
/** | ||
@@ -13,3 +14,9 @@ * Create a Linear API client | ||
constructor(options: LinearClientOptions); | ||
/** | ||
* Helper to paginate over all pages of a given connection query. | ||
* @param fn The query to paginate | ||
* @param args The arguments to pass to the query | ||
*/ | ||
paginate<T extends Node, U>(fn: (variables: U) => LinearFetch<Connection<T>>, args: U): Promise<T[]>; | ||
} | ||
//# sourceMappingURL=client.d.ts.map |
{ | ||
"name": "@linear/sdk", | ||
"description": "The Linear Client SDK for interacting with the Linear GraphQL API", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"author": "Linear Orbit, Inc", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
25298772
378134
1