Skip to content

Commit

Permalink
Release 6.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Aug 29, 2024
1 parent 93c8ee8 commit a3f51b4
Show file tree
Hide file tree
Showing 15 changed files with 173 additions and 173 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Abound TypeScript Library

[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern)
[![npm shield](https://img.shields.io/npm/v/abound)](https://www.npmjs.com/package/abound)
[![npm shield](https://img.shields.io/npm/v/@withabound/node-sdk)](https://www.npmjs.com/package/@withabound/node-sdk)

The Abound TypeScript library provides convenient access to the Abound API from TypeScript.

Expand All @@ -12,15 +12,15 @@ API reference documentation is available [here](https://docs.withabound.com).
## Installation

```sh
npm i -s abound
npm i -s @withabound/node-sdk
```

## Usage

Instantiate and use the client with the following:

```typescript
import { AboundClient, Abound } from "abound";
import { AboundClient, Abound } from "@withabound/node-sdk";

const client = new AboundClient({ sampleKey: "YOUR_SAMPLE_KEY" });
await client.form1099Nec.create({
Expand Down Expand Up @@ -70,7 +70,7 @@ The SDK exports all request and response types as TypeScript interfaces. Simply
following namespace:

```typescript
import { Abound } from "abound";
import { Abound } from "@withabound/node-sdk";

const request: Abound.AccessTokenRequestSchema = {
...
Expand All @@ -83,7 +83,7 @@ When the API returns a non-success status code (4xx or 5xx response), a subclass
will be thrown.

```typescript
import { AboundError } from "abound";
import { AboundError } from "@withabound/node-sdk";

try {
await client.form1099Nec.create(...);
Expand Down Expand Up @@ -158,7 +158,7 @@ The SDK provides a way for your to customize the underlying HTTP client / Fetch
unsupported environment, this provides a way for you to break glass and ensure the SDK works.

```typescript
import { AboundClient } from "abound";
import { AboundClient } from "@withabound/node-sdk";

const client = new AboundClient({
...
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abound",
"version": "6.0.0-alpha.2",
"name": "@withabound/node-sdk",
"version": "6.0.0-alpha.3",
"private": false,
"repository": "https://github.com/withabound/abound-node",
"main": "./index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/api/resources/accessTokens/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export class AccessTokens {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down
6 changes: 3 additions & 3 deletions src/api/resources/electronicDeliveryConsents/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ export class ElectronicDeliveryConsents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
48 changes: 24 additions & 24 deletions src/api/resources/form1099Int/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ export class Form1099Int {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -212,9 +212,9 @@ export class Form1099Int {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -320,9 +320,9 @@ export class Form1099Int {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -407,9 +407,9 @@ export class Form1099Int {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -527,9 +527,9 @@ export class Form1099Int {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -614,9 +614,9 @@ export class Form1099Int {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -697,9 +697,9 @@ export class Form1099Int {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -779,9 +779,9 @@ export class Form1099Int {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
48 changes: 24 additions & 24 deletions src/api/resources/form1099K/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ export class Form1099K {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -220,9 +220,9 @@ export class Form1099K {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -328,9 +328,9 @@ export class Form1099K {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -415,9 +415,9 @@ export class Form1099K {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -543,9 +543,9 @@ export class Form1099K {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -630,9 +630,9 @@ export class Form1099K {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
Expand Down Expand Up @@ -713,9 +713,9 @@ export class Form1099K {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -795,9 +795,9 @@ export class Form1099K {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "abound",
"X-Fern-SDK-Version": "6.0.0-alpha.2",
"User-Agent": "abound/6.0.0-alpha.2",
"X-Fern-SDK-Name": "@withabound/node-sdk",
"X-Fern-SDK-Version": "6.0.0-alpha.3",
"User-Agent": "@withabound/node-sdk/6.0.0-alpha.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
Loading

0 comments on commit a3f51b4

Please sign in to comment.