@uniformdev/mesh-sdk 19.115.1-alpha.3 → 19.115.1-alpha.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/dist/index.d.mts CHANGED
@@ -1291,11 +1291,11 @@ type AIGenerateLocationMetadata<TIntegrationConfiguration = unknown> = CommonMet
1291
1291
  prompt: string;
1292
1292
  promptMetadata: Record<string, unknown>;
1293
1293
  /** Useful to differentiate AI Generate UI between text and image */
1294
- promptOutputType: 'text' | 'image' | 'json';
1294
+ promptOutputType: 'text' | 'image';
1295
1295
  }, TIntegrationConfiguration>;
1296
1296
  type PromptSettingsLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
1297
1297
  /** Useful to differentiate metadata settings between text and image generation */
1298
- promptOutputType: 'text' | 'image' | 'json';
1298
+ promptOutputType: 'text' | 'image';
1299
1299
  }, TIntegrationConfiguration>;
1300
1300
  type AIGenerateLocation<TType> = MeshLocationCore<TType, AIGenerateLocationMetadata, TType, 'aiGenerate'>;
1301
1301
  type AIPromptMetadataLocation = MeshLocationCore<Record<string, unknown>, PromptSettingsLocationMetadata, Record<string, unknown>, 'aiMetadata'>;
package/dist/index.d.ts CHANGED
@@ -1291,11 +1291,11 @@ type AIGenerateLocationMetadata<TIntegrationConfiguration = unknown> = CommonMet
1291
1291
  prompt: string;
1292
1292
  promptMetadata: Record<string, unknown>;
1293
1293
  /** Useful to differentiate AI Generate UI between text and image */
1294
- promptOutputType: 'text' | 'image' | 'json';
1294
+ promptOutputType: 'text' | 'image';
1295
1295
  }, TIntegrationConfiguration>;
1296
1296
  type PromptSettingsLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
1297
1297
  /** Useful to differentiate metadata settings between text and image generation */
1298
- promptOutputType: 'text' | 'image' | 'json';
1298
+ promptOutputType: 'text' | 'image';
1299
1299
  }, TIntegrationConfiguration>;
1300
1300
  type AIGenerateLocation<TType> = MeshLocationCore<TType, AIGenerateLocationMetadata, TType, 'aiGenerate'>;
1301
1301
  type AIPromptMetadataLocation = MeshLocationCore<Record<string, unknown>, PromptSettingsLocationMetadata, Record<string, unknown>, 'aiMetadata'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.115.1-alpha.3+52a492525d",
3
+ "version": "19.115.1-alpha.5+a71db3dfb4",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,14 +33,14 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "19.115.1-alpha.3+52a492525d",
37
- "@uniformdev/context": "19.115.1-alpha.3+52a492525d",
38
- "@uniformdev/project-map": "19.115.1-alpha.3+52a492525d",
36
+ "@uniformdev/canvas": "19.115.1-alpha.5+a71db3dfb4",
37
+ "@uniformdev/context": "19.115.1-alpha.5+a71db3dfb4",
38
+ "@uniformdev/project-map": "19.115.1-alpha.5+a71db3dfb4",
39
39
  "imagesloaded": "^5.0.0",
40
40
  "mitt": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/imagesloaded": "^4.1.2"
44
44
  },
45
- "gitHead": "52a492525d7e854c5d5e75a8c76737cec59c50e0"
45
+ "gitHead": "a71db3dfb40a727110ae81511dbee4bd1f3b94f8"
46
46
  }