Skip to content

Commit

Permalink
v1.1.1 FabricAI AI Inside v2.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henripero committed Sep 25, 2024
1 parent abaa955 commit 4b802eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rantalainen/fabricai-api-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ export interface ModextClient {
}

export interface ModextCollectionClient {
businessId?: string;
createdAt?: string;
id?: number;
invoicesLastFetchedAt?: string;
Expand Down Expand Up @@ -1275,7 +1276,7 @@ export class HttpClient<SecurityDataType = unknown> {

/**
* @title AI Inside
* @version v2.27.3
* @version v2.27.4
* @termsOfService https://fabricai.fi
* @baseUrl https://ai.fabricai.io
* @contact API Support (https://fabricai.fi)
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["test.ts"]
"include": ["src/**/*"]
}

0 comments on commit 4b802eb

Please sign in to comment.