@fastgpt-plugin/sdk-client 0.0.1-alpha.2 → 0.0.1-alpha.3
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.ts +8 -7
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -505,8 +505,8 @@ declare const PluginListParamsSchema: z$2.ZodObject<{
|
|
|
505
505
|
tool: "tool";
|
|
506
506
|
}>>>>;
|
|
507
507
|
tags: z$2.ZodPipe<z$2.ZodTransform<any[] | undefined, unknown>, z$2.ZodOptional<z$2.ZodArray<z$2.ZodEnum<{
|
|
508
|
-
search: "search";
|
|
509
508
|
tools: "tools";
|
|
509
|
+
search: "search";
|
|
510
510
|
multimodal: "multimodal";
|
|
511
511
|
communication: "communication";
|
|
512
512
|
finance: "finance";
|
|
@@ -616,8 +616,8 @@ declare const ToolListItemDTOSchema: z$2.ZodObject<{
|
|
|
616
616
|
tutorialUrl: z$2.ZodOptional<z$2.ZodURL>;
|
|
617
617
|
readmeUrl: z$2.ZodOptional<z$2.ZodURL>;
|
|
618
618
|
tags: z$2.ZodOptional<z$2.ZodArray<z$2.ZodEnum<{
|
|
619
|
-
search: "search";
|
|
620
619
|
tools: "tools";
|
|
620
|
+
search: "search";
|
|
621
621
|
multimodal: "multimodal";
|
|
622
622
|
communication: "communication";
|
|
623
623
|
finance: "finance";
|
|
@@ -669,8 +669,8 @@ declare const ToolListDTOSchema: z$2.ZodArray<z$2.ZodObject<{
|
|
|
669
669
|
tutorialUrl: z$2.ZodOptional<z$2.ZodURL>;
|
|
670
670
|
readmeUrl: z$2.ZodOptional<z$2.ZodURL>;
|
|
671
671
|
tags: z$2.ZodOptional<z$2.ZodArray<z$2.ZodEnum<{
|
|
672
|
-
search: "search";
|
|
673
672
|
tools: "tools";
|
|
673
|
+
search: "search";
|
|
674
674
|
multimodal: "multimodal";
|
|
675
675
|
communication: "communication";
|
|
676
676
|
finance: "finance";
|
|
@@ -730,8 +730,8 @@ declare const ToolDetailDTOSchema: z$2.ZodObject<{
|
|
|
730
730
|
"zh-Hant": z$2.ZodOptional<z$2.ZodString>;
|
|
731
731
|
}, z$2.core.$strip>;
|
|
732
732
|
tags: z$2.ZodOptional<z$2.ZodArray<z$2.ZodEnum<{
|
|
733
|
-
search: "search";
|
|
734
733
|
tools: "tools";
|
|
734
|
+
search: "search";
|
|
735
735
|
multimodal: "multimodal";
|
|
736
736
|
communication: "communication";
|
|
737
737
|
finance: "finance";
|
|
@@ -761,12 +761,13 @@ declare const ToolGetParamsDTOSchema: z$2.ZodObject<{
|
|
|
761
761
|
pluginId: z$2.ZodString;
|
|
762
762
|
version: z$2.ZodOptional<z$2.ZodString>;
|
|
763
763
|
source: z$2.ZodDefault<z$2.ZodOptional<z$2.ZodUnion<[z$2.ZodLiteral<"system">, z$2.ZodString]>>>;
|
|
764
|
+
fallbackLatestVersion: z$2.ZodOptional<z$2.ZodBoolean>;
|
|
764
765
|
}, z$2.core.$strip>;
|
|
765
766
|
type ToolGetParamsDTOType = z$2.infer<typeof ToolGetParamsDTOSchema>;
|
|
766
767
|
declare const ToolListParamsDTOSchema: z$2.ZodObject<{
|
|
767
768
|
tags: z$2.ZodPipe<z$2.ZodTransform<any[] | undefined, unknown>, z$2.ZodOptional<z$2.ZodArray<z$2.ZodEnum<{
|
|
768
|
-
search: "search";
|
|
769
769
|
tools: "tools";
|
|
770
|
+
search: "search";
|
|
770
771
|
multimodal: "multimodal";
|
|
771
772
|
communication: "communication";
|
|
772
773
|
finance: "finance";
|
|
@@ -1029,8 +1030,8 @@ declare const ToolSchema: z$1.ZodObject<{
|
|
|
1029
1030
|
"zh-Hant": z$1.ZodOptional<z$1.ZodString>;
|
|
1030
1031
|
}, z$1.core.$strip>;
|
|
1031
1032
|
tags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
|
|
1032
|
-
search: "search";
|
|
1033
1033
|
tools: "tools";
|
|
1034
|
+
search: "search";
|
|
1034
1035
|
multimodal: "multimodal";
|
|
1035
1036
|
communication: "communication";
|
|
1036
1037
|
finance: "finance";
|
|
@@ -1059,8 +1060,8 @@ type ToolType = z$1.output<typeof ToolSchema>;
|
|
|
1059
1060
|
//#endregion
|
|
1060
1061
|
//#region ../../packages/domain/src/entities/plugin-base.entity.d.ts
|
|
1061
1062
|
declare const PluginTagSchema: z$1.ZodEnum<{
|
|
1062
|
-
search: "search";
|
|
1063
1063
|
tools: "tools";
|
|
1064
|
+
search: "search";
|
|
1064
1065
|
multimodal: "multimodal";
|
|
1065
1066
|
communication: "communication";
|
|
1066
1067
|
finance: "finance";
|