@elyx-code/project-logic-tree 0.0.6506 → 0.0.6508
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 +19 -0
- package/dist/index.js +20295 -20206
- package/dist/index.umd.cjs +169 -169
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1812,6 +1812,18 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1812
1812
|
};
|
|
1813
1813
|
outputs: {};
|
|
1814
1814
|
};
|
|
1815
|
+
"external-integration--google-gemini--post--generate-content": {
|
|
1816
|
+
id: ExternalIntegrationOperations;
|
|
1817
|
+
inputs: {
|
|
1818
|
+
connection: {
|
|
1819
|
+
id: string;
|
|
1820
|
+
dataType: {
|
|
1821
|
+
id: string;
|
|
1822
|
+
};
|
|
1823
|
+
};
|
|
1824
|
+
};
|
|
1825
|
+
outputs: {};
|
|
1826
|
+
};
|
|
1815
1827
|
"external-integration--google-mail--post--send-email": {
|
|
1816
1828
|
id: ExternalIntegrationOperations;
|
|
1817
1829
|
inputs: {
|
|
@@ -5325,6 +5337,7 @@ export declare enum ExternalIntegrationOperations {
|
|
|
5325
5337
|
GoogleDriveListDrives = "external-integration--google-drive--get--list-drives",
|
|
5326
5338
|
GoogleDriveDocuments = "external-integration--google-drive--get--documents",
|
|
5327
5339
|
GoogleDriveFolders = "external-integration--google-drive--get--folders",
|
|
5340
|
+
GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content",
|
|
5328
5341
|
GoogleMailSendEmail = "external-integration--google-mail--post--send-email",
|
|
5329
5342
|
GoogleMailFetchAttachment = "external-integration--google-mail--get--fetch-attachment",
|
|
5330
5343
|
GoogleMailEmails = "external-integration--google-mail--get--emails",
|
|
@@ -6410,6 +6423,12 @@ export declare function generate(value: ILiteralValue): UntypedValue;
|
|
|
6410
6423
|
|
|
6411
6424
|
export declare function generateActionExample(actionName: string, properties: Record<string, string>): string;
|
|
6412
6425
|
|
|
6426
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorConnectionInputDataTypeTransfer: IDataTypeTransfer;
|
|
6427
|
+
|
|
6428
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorConnectionInputTransfer: IValueDescriptorTransfer;
|
|
6429
|
+
|
|
6430
|
+
export declare const generateContentIntegrationBuiltInActionDescriptorTransfer: IActionDescriptorTransfer;
|
|
6431
|
+
|
|
6413
6432
|
export declare type GeneratedPayload = ElementGenerationTarget | {
|
|
6414
6433
|
id: string;
|
|
6415
6434
|
} | {
|