Skip to content

Commit 4b802eb

Browse files
committed
v1.1.1 FabricAI AI Inside v2.27.4
1 parent abaa955 commit 4b802eb

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rantalainen/fabricai-api-client",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

src/api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ export interface ModextClient {
432432
}
433433

434434
export interface ModextCollectionClient {
435+
businessId?: string;
435436
createdAt?: string;
436437
id?: number;
437438
invoicesLastFetchedAt?: string;
@@ -1275,7 +1276,7 @@ export class HttpClient<SecurityDataType = unknown> {
12751276

12761277
/**
12771278
* @title AI Inside
1278-
* @version v2.27.3
1279+
* @version v2.27.4
12791280
* @termsOfService https://fabricai.fi
12801281
* @baseUrl https://ai.fabricai.io
12811282
* @contact API Support (https://fabricai.fi)

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@
100100
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
101101
"skipLibCheck": true /* Skip type checking all .d.ts files. */
102102
},
103-
"exclude": ["test.ts"]
103+
"include": ["src/**/*"]
104104
}

0 commit comments

Comments
 (0)