starta.apiclient 1.112.11021 → 1.112.11039

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,6 +107,7 @@ export default class Customers {
107
107
  discountType?: 'relative' | 'absolute';
108
108
  profitBeforeStarta?: number;
109
109
  numberOfOrdersBeforeStarta?: number;
110
+ smsNotifications?: 'takeFromOrg' | 'disabled';
110
111
  };
111
112
  }): Promise<import("../../../types").StartaResponse>;
112
113
  }
package/lib/types.d.ts CHANGED
@@ -381,8 +381,7 @@ export declare type TariffDetails = {
381
381
  };
382
382
  export declare enum LLMModel {
383
383
  GPT_4O = "gpt-4o",
384
- GPT_4_TURBO = "gpt-4-turbo",
385
- GPT_3_5_TURBO = "gpt-3.5-turbo"
384
+ GPT_4O_MINI = "gpt-4o-mini"
386
385
  }
387
386
  export declare type CreateOrg = {
388
387
  login: string;
package/lib/types.js CHANGED
@@ -4,6 +4,5 @@ exports.LLMModel = void 0;
4
4
  var LLMModel;
5
5
  (function (LLMModel) {
6
6
  LLMModel["GPT_4O"] = "gpt-4o";
7
- LLMModel["GPT_4_TURBO"] = "gpt-4-turbo";
8
- LLMModel["GPT_3_5_TURBO"] = "gpt-3.5-turbo";
7
+ LLMModel["GPT_4O_MINI"] = "gpt-4o-mini";
9
8
  })(LLMModel = exports.LLMModel || (exports.LLMModel = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.apiclient",
3
- "version": "1.112.11021",
3
+ "version": "1.112.11039",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Wrapper for starta.one api",
6
6
  "author": "Collaboracia OÜ",