@nu-art/ts-openai-shared 0.400.5 → 0.400.7

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.
package/api-def.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ApiDefResolver, BodyApi } from '@nu-art/thunderstorm';
1
+ import { ApiDefResolver, BodyApi } from '@nu-art/thunderstorm-shared';
2
2
  import { GPT_Model } from './types.js';
3
3
  export type Request_ChatGPT = {
4
4
  directive: string;
package/api-def.js CHANGED
@@ -1,8 +1,7 @@
1
- import { HttpMethod } from '@nu-art/thunderstorm';
1
+ import { HttpMethod } from '@nu-art/thunderstorm-shared';
2
2
  import { Minute } from '@nu-art/ts-common';
3
3
  export const ApiDef_OpenAI = {
4
4
  v1: {
5
5
  test: { method: HttpMethod.POST, path: 'v1/open-ai/test', timeout: Minute },
6
6
  }
7
7
  };
8
- //# sourceMappingURL=api-def.js.map
package/index.js CHANGED
@@ -1,2 +1 @@
1
1
  export const PackageName_OpenAI = 'ts-openai';
2
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-openai-shared",
3
- "version": "0.400.5",
3
+ "version": "0.400.7",
4
4
  "description": "ts-openai - Express & Typescript based backend framework",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -31,8 +31,8 @@
31
31
  "build": "tsc"
32
32
  },
33
33
  "dependencies": {
34
- "@nu-art/ts-common": "0.400.5",
35
- "@nu-art/thunderstorm": "0.400.5",
34
+ "@nu-art/ts-common": "0.400.7",
35
+ "@nu-art/thunderstorm-shared": "0.400.7",
36
36
  "openai": "^6.7.0",
37
37
  "firebase": "^11.9.0",
38
38
  "firebase-admin": "13.4.0",
package/types.js CHANGED
@@ -28,4 +28,3 @@ export const GPT_Model = [
28
28
  'code-davinci-002',
29
29
  'code-cushman-001',
30
30
  ];
31
- //# sourceMappingURL=types.js.map
package/api-def.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"api-def.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/ts-agents/openai/shared/src/main/","sources":["api-def.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,UAAU,EAAC,MAAM,sBAAsB,CAAC;AACzE,OAAO,EAAC,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAgBzC,MAAM,CAAC,MAAM,aAAa,GAAqC;IAC9D,EAAE,EAAE;QACH,IAAI,EAAE,EAAC,MAAM,EAAE,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,EAAC;KACzE;CACD,CAAC"}
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/ts-agents/openai/shared/src/main/","sources":["index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAAC"}
package/types.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"/Users/tacb0ss/dev/nu-art/beamz/_thunderstorm/ts-agents/openai/shared/src/main/","sources":["types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG;IACzB,eAAe;IACX,OAAO;IACP,YAAY;IACZ,WAAW;IACX,gBAAgB;IAChB,aAAa;IACb,oBAAoB;IACpB,oBAAoB;IACpB,QAAQ;IAER,iBAAiB;IACjB,eAAe;IACf,mBAAmB;IACnB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IAEpB,mBAAmB;IACnB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;IAExB,aAAa;IACb,wBAAwB;IACxB,wBAAwB;IAExB,yCAAyC;IACzC,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;CACZ,CAAA"}