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

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.js CHANGED
@@ -5,3 +5,4 @@ export const ApiDef_OpenAI = {
5
5
  test: { method: HttpMethod.POST, path: 'v1/open-ai/test', timeout: Minute },
6
6
  }
7
7
  };
8
+ //# sourceMappingURL=api-def.js.map
package/api-def.js.map ADDED
@@ -0,0 +1 @@
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 CHANGED
@@ -1 +1,2 @@
1
1
  export const PackageName_OpenAI = 'ts-openai';
2
+ //# sourceMappingURL=index.js.map
package/index.js.map ADDED
@@ -0,0 +1 @@
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-openai-shared",
3
- "version": "0.400.4",
3
+ "version": "0.400.5",
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.4",
35
- "@nu-art/thunderstorm": "0.400.4",
34
+ "@nu-art/ts-common": "0.400.5",
35
+ "@nu-art/thunderstorm": "0.400.5",
36
36
  "openai": "^6.7.0",
37
37
  "firebase": "^11.9.0",
38
38
  "firebase-admin": "13.4.0",
package/types.js CHANGED
@@ -28,3 +28,4 @@ export const GPT_Model = [
28
28
  'code-davinci-002',
29
29
  'code-cushman-001',
30
30
  ];
31
+ //# sourceMappingURL=types.js.map
package/types.js.map ADDED
@@ -0,0 +1 @@
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"}