@uniformdev/mesh-sdk-react 19.50.2-alpha.11 → 19.50.2-alpha.45

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
@@ -441,6 +441,13 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
441
441
  type: TLocationType;
442
442
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
443
443
  type: TLocationType;
444
+ }> | Extract<_uniformdev_mesh_sdk.MeshLocationCore<TLocationValue, {
445
+ settings: unknown;
446
+ projectId: string;
447
+ prompt: string;
448
+ promptRetry: number;
449
+ }, TLocationValue, "unstable_ai">, {
450
+ type: TLocationType;
444
451
  }>, "setValue"> & {
445
452
  setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
446
453
  type: TLocationType;
@@ -454,6 +461,13 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
454
461
  type: TLocationType;
455
462
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
456
463
  type: TLocationType;
464
+ }> | Extract<_uniformdev_mesh_sdk.MeshLocationCore<TLocationValue, {
465
+ settings: unknown;
466
+ projectId: string;
467
+ prompt: string;
468
+ promptRetry: number;
469
+ }, TLocationValue, "unstable_ai">, {
470
+ type: TLocationType;
457
471
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
458
472
  type: TLocationType;
459
473
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
@@ -466,6 +480,13 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
466
480
  type: TLocationType;
467
481
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
468
482
  type: TLocationType;
483
+ }> | Extract<_uniformdev_mesh_sdk.MeshLocationCore<TLocationValue, {
484
+ settings: unknown;
485
+ projectId: string;
486
+ prompt: string;
487
+ promptRetry: number;
488
+ }, TLocationValue, "unstable_ai">, {
489
+ type: TLocationType;
469
490
  }>)["setValue"]>[0]>;
470
491
  };
471
492
  type SetLocationValueDispatch<TValue, TSetValue = TValue> = (dispatch: SetLocationValueFunction<TValue, TSetValue>) => Promise<void> | void;
package/dist/index.d.ts CHANGED
@@ -441,6 +441,13 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
441
441
  type: TLocationType;
442
442
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
443
443
  type: TLocationType;
444
+ }> | Extract<_uniformdev_mesh_sdk.MeshLocationCore<TLocationValue, {
445
+ settings: unknown;
446
+ projectId: string;
447
+ prompt: string;
448
+ promptRetry: number;
449
+ }, TLocationValue, "unstable_ai">, {
450
+ type: TLocationType;
444
451
  }>, "setValue"> & {
445
452
  setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
446
453
  type: TLocationType;
@@ -454,6 +461,13 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
454
461
  type: TLocationType;
455
462
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
456
463
  type: TLocationType;
464
+ }> | Extract<_uniformdev_mesh_sdk.MeshLocationCore<TLocationValue, {
465
+ settings: unknown;
466
+ projectId: string;
467
+ prompt: string;
468
+ promptRetry: number;
469
+ }, TLocationValue, "unstable_ai">, {
470
+ type: TLocationType;
457
471
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
458
472
  type: TLocationType;
459
473
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
@@ -466,6 +480,13 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
466
480
  type: TLocationType;
467
481
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
468
482
  type: TLocationType;
483
+ }> | Extract<_uniformdev_mesh_sdk.MeshLocationCore<TLocationValue, {
484
+ settings: unknown;
485
+ projectId: string;
486
+ prompt: string;
487
+ promptRetry: number;
488
+ }, TLocationValue, "unstable_ai">, {
489
+ type: TLocationType;
469
490
  }>)["setValue"]>[0]>;
470
491
  };
471
492
  type SetLocationValueDispatch<TValue, TSetValue = TValue> = (dispatch: SetLocationValueFunction<TValue, TSetValue>) => Promise<void> | void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.50.2-alpha.11+3ffe35383",
3
+ "version": "19.50.2-alpha.45+a56e8590d",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,9 +50,9 @@
50
50
  "@lexical/selection": "^0.12.0",
51
51
  "@lexical/utils": "^0.12.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.10.1/react-icons-all-files-4.10.1.tgz",
53
- "@uniformdev/canvas": "19.50.2-alpha.11+3ffe35383",
54
- "@uniformdev/design-system": "19.50.2-alpha.11+3ffe35383",
55
- "@uniformdev/mesh-sdk": "19.50.2-alpha.11+3ffe35383",
53
+ "@uniformdev/canvas": "19.50.2-alpha.45+a56e8590d",
54
+ "@uniformdev/design-system": "19.50.2-alpha.45+a56e8590d",
55
+ "@uniformdev/mesh-sdk": "19.50.2-alpha.45+a56e8590d",
56
56
  "dequal": "^2.0.3",
57
57
  "lexical": "^0.12.0",
58
58
  "mitt": "^3.0.0",
@@ -76,7 +76,7 @@
76
76
  "@types/react": "18.2.21",
77
77
  "@types/react-beautiful-dnd": "13.1.4",
78
78
  "@types/react-dom": "18.2.7",
79
- "@types/uuid": "9.0.2",
79
+ "@types/uuid": "9.0.3",
80
80
  "react": "18.2.0",
81
81
  "react-dom": "18.2.0"
82
82
  },
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "3ffe35383d936fe485db7afd0506f4ea40386926"
89
+ "gitHead": "a56e8590dc26a2e93a679da227c902021c519b4e"
90
90
  }