File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
framework/core/plugins/ai-agent/composables Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,14 @@ function getTargetForChanges<T>(dataRef: Ref<T> | Ref<T[]>): T | undefined {
130130 * });
131131 * ```
132132 */
133- export function useAiAgentContext < T extends { id : string ; objectType : string ; name : string ; [ key : string ] : unknown } > (
134- options : UseAiAgentContextOptions < T > ,
135- ) : UseAiAgentContextReturn {
133+ export function useAiAgentContext <
134+ T extends {
135+ id : string | undefined ;
136+ objectType : string | undefined ;
137+ name ?: string | undefined ;
138+ [ key : string ] : unknown ;
139+ } ,
140+ > ( options : UseAiAgentContextOptions < T > ) : UseAiAgentContextReturn {
136141 const { dataRef, suggestions } = options ;
137142
138143 // Try to get the service (may not be available if plugin not installed)
Original file line number Diff line number Diff line change @@ -4453,17 +4453,17 @@ __metadata:
44534453 languageName: unknown
44544454 linkType: soft
44554455
4456- "@vcmp-vendor-portal/api@npm:^1.1.58 , @vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client":
4456+ "@vcmp-vendor-portal/api@npm:^1.1.60 , @vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client":
44574457 version: 0.0.0-use.local
44584458 resolution: "@vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client"
44594459 languageName: unknown
44604460 linkType: soft
44614461
4462- "@vcmp-vendor-portal/modules@npm:^1.1.58 , @vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules":
4462+ "@vcmp-vendor-portal/modules@npm:^1.1.60 , @vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules":
44634463 version: 0.0.0-use.local
44644464 resolution: "@vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules"
44654465 peerDependencies:
4466- "@vcmp-vendor-portal/api": ^1.1.58
4466+ "@vcmp-vendor-portal/api": ^1.1.60
44674467 languageName: unknown
44684468 linkType: soft
44694469
@@ -5376,8 +5376,8 @@ __metadata:
53765376 "@vc-shell/framework": "npm:^1.2.3-beta.0"
53775377 "@vc-shell/release-config": "npm:^1.2.3-beta.0"
53785378 "@vc-shell/ts-config": "npm:^1.2.3-beta.0"
5379- "@vcmp-vendor-portal/api": "npm:^1.1.58 "
5380- "@vcmp-vendor-portal/modules": "npm:^1.1.58 "
5379+ "@vcmp-vendor-portal/api": "npm:^1.1.60 "
5380+ "@vcmp-vendor-portal/modules": "npm:^1.1.60 "
53815381 "@virtocommerce/import-app": "npm:^1.1.2"
53825382 "@vitejs/plugin-vue": "npm:^5.2.3"
53835383 "@vue/eslint-config-prettier": "npm:^9.0.0"
You can’t perform that action at this time.
0 commit comments