@uniformdev/mesh-sdk 20.70.0 → 20.70.1-alpha.10

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/dist/index.d.mts CHANGED
@@ -1527,6 +1527,7 @@ declare function parseFunctionCall<Parameters extends Record<string, string>, Se
1527
1527
  name: string;
1528
1528
  type: "function_call";
1529
1529
  id?: string;
1530
+ namespace?: string;
1530
1531
  status?: "in_progress" | "completed" | "incomplete";
1531
1532
  };
1532
1533
  settings: Settings;
package/dist/index.d.ts CHANGED
@@ -1527,6 +1527,7 @@ declare function parseFunctionCall<Parameters extends Record<string, string>, Se
1527
1527
  name: string;
1528
1528
  type: "function_call";
1529
1529
  id?: string;
1530
+ namespace?: string;
1530
1531
  status?: "in_progress" | "completed" | "incomplete";
1531
1532
  };
1532
1533
  settings: Settings;
package/dist/index.js CHANGED
@@ -34,8 +34,8 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
34
34
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
35
35
 
36
36
  // src/index.ts
37
- var src_exports = {};
38
- __export(src_exports, {
37
+ var index_exports = {};
38
+ __export(index_exports, {
39
39
  IntegrationDefinitionClient: () => IntegrationDefinitionClient,
40
40
  IntegrationInstallationClient: () => IntegrationInstallationClient,
41
41
  functionCallSystemParameters: () => functionCallSystemParameters,
@@ -44,7 +44,7 @@ __export(src_exports, {
44
44
  initializeUniformMeshSDK: () => initializeUniformMeshSDK,
45
45
  parseFunctionCall: () => parseFunctionCall
46
46
  });
47
- module.exports = __toCommonJS(src_exports);
47
+ module.exports = __toCommonJS(index_exports);
48
48
 
49
49
  // src/clients/IntegrationDefinitionClient.ts
50
50
  var import_api = require("@uniformdev/context/api");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "20.70.0",
3
+ "version": "20.70.1-alpha.10+6e0ecaf156",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -32,16 +32,16 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@uniformdev/assets": "20.70.0",
36
- "@uniformdev/canvas": "20.70.0",
37
- "@uniformdev/context": "20.70.0",
38
- "@uniformdev/project-map": "20.70.0",
35
+ "@uniformdev/assets": "20.70.1-alpha.10+6e0ecaf156",
36
+ "@uniformdev/canvas": "20.70.1-alpha.10+6e0ecaf156",
37
+ "@uniformdev/context": "20.70.1-alpha.10+6e0ecaf156",
38
+ "@uniformdev/project-map": "20.70.1-alpha.10+6e0ecaf156",
39
39
  "imagesloaded": "^5.0.0",
40
40
  "mitt": "^3.0.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/imagesloaded": "^4.1.2",
44
- "openai": "4.94.0"
44
+ "openai": "6.44.0"
45
45
  },
46
- "gitHead": "3f8f572b37fc7ea5d2f37b1425451973556f3392"
46
+ "gitHead": "6e0ecaf15691da45ddab84cc3ca11c4d048bbbdd"
47
47
  }