Skip to content

Commit

Permalink
SDK regeneration (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
fern-api[bot] authored Nov 26, 2024
1 parent 251eae7 commit e734886
Show file tree
Hide file tree
Showing 56 changed files with 501 additions and 339 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schematichq/schematic-typescript-node",
"version": "1.1.6",
"version": "1.1.7",
"private": false,
"repository": "https://github.com/schematichq/schematic-node",
"main": "./index.js",
Expand Down
6 changes: 3 additions & 3 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3047,7 +3047,7 @@ await client.companies.deleteCompanyByKeys({
```typescript
await client.companies.lookupCompany({
keys: {
string: {
keys: {
key: "value",
},
},
Expand Down Expand Up @@ -4207,7 +4207,7 @@ await client.companies.deleteUserByKeys({
```typescript
await client.companies.lookupUser({
keys: {
string: {
keys: {
key: "value",
},
},
Expand Down Expand Up @@ -5163,7 +5163,7 @@ await client.entitlements.countPlanEntitlements();
```typescript
await client.entitlements.getFeatureUsageByCompany({
keys: {
string: {
keys: {
key: "value",
},
},
Expand Down
4 changes: 2 additions & 2 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export class SchematicClient {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/accesstokens/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export class Accesstokens {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
56 changes: 28 additions & 28 deletions src/api/resources/accounts/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -186,8 +186,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -299,8 +299,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -414,8 +414,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -537,8 +537,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -666,8 +666,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -801,8 +801,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -914,8 +914,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1048,8 +1048,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1179,8 +1179,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1295,8 +1295,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1408,8 +1408,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1523,8 +1523,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1646,8 +1646,8 @@ export class Accounts {
headers: {
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@schematichq/schematic-typescript-node",
"X-Fern-SDK-Version": "1.1.6",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.6",
"X-Fern-SDK-Version": "1.1.7",
"User-Agent": "@schematichq/schematic-typescript-node/1.1.7",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
Loading

0 comments on commit e734886

Please sign in to comment.