@elyx-code/project-logic-tree 0.0.6522 → 0.0.6524

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 CHANGED
@@ -1650,7 +1650,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1650
1650
  };
1651
1651
  };
1652
1652
  };
1653
- "external-integration--google-drive--get--fetch-document": {
1653
+ "external-integration--google-drive--get--smart-fetch-document": {
1654
1654
  id: ExternalIntegrationOperations;
1655
1655
  inputs: {
1656
1656
  connection: {
@@ -1659,8 +1659,75 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1659
1659
  id: string;
1660
1660
  };
1661
1661
  };
1662
+ fileId: {
1663
+ id: string;
1664
+ dataType: {
1665
+ id: string;
1666
+ };
1667
+ };
1668
+ mode: {
1669
+ id: string;
1670
+ dataType: {
1671
+ id: string;
1672
+ };
1673
+ };
1674
+ };
1675
+ outputs: {
1676
+ kind: {
1677
+ id: string;
1678
+ dataType: {
1679
+ id: string;
1680
+ };
1681
+ };
1682
+ mimeType: {
1683
+ id: string;
1684
+ dataType: {
1685
+ id: string;
1686
+ };
1687
+ };
1688
+ isBinary: {
1689
+ id: string;
1690
+ dataType: {
1691
+ id: string;
1692
+ };
1693
+ };
1694
+ title: {
1695
+ id: string;
1696
+ dataType: {
1697
+ id: string;
1698
+ };
1699
+ };
1700
+ sizeBytes: {
1701
+ id: string;
1702
+ dataType: {
1703
+ id: string;
1704
+ };
1705
+ };
1706
+ text: {
1707
+ id: string;
1708
+ dataType: {
1709
+ id: string;
1710
+ };
1711
+ };
1712
+ base64: {
1713
+ id: string;
1714
+ dataType: {
1715
+ id: string;
1716
+ };
1717
+ };
1718
+ json: {
1719
+ id: string;
1720
+ dataType: {
1721
+ id: string;
1722
+ };
1723
+ };
1724
+ raw_json: {
1725
+ id: string;
1726
+ dataType: {
1727
+ id: string;
1728
+ };
1729
+ };
1662
1730
  };
1663
- outputs: {};
1664
1731
  };
1665
1732
  "external-integration--google-drive--get--files": {
1666
1733
  id: ExternalIntegrationOperations;
@@ -5887,7 +5954,7 @@ export declare const ExternalIntegrationNames: {
5887
5954
  };
5888
5955
 
5889
5956
  export declare enum ExternalIntegrationOperations {
5890
- GoogleDriveFetchDocument = "external-integration--google-drive--get--fetch-document",
5957
+ GoogleDriveSmartFetchDocument = "external-integration--google-drive--get--smart-fetch-document",
5891
5958
  GoogleDriveUploadDocument = "external-integration--google-drive--post--upload-document",
5892
5959
  GoogleDriveFiles = "external-integration--google-drive--get--files",
5893
5960
  GoogleGeminiGenerateContent = "external-integration--google-gemini--post--generate-content",
@@ -7007,6 +7074,56 @@ declare namespace functionDeclarationValidation {
7007
7074
  }
7008
7075
  export { functionDeclarationValidation }
7009
7076
 
7077
+ export declare const gdriveSmartFetchActionDescriptorTransfer: IActionDescriptorTransfer;
7078
+
7079
+ export declare const gdriveSmartFetchBase64OutputDataTypeTransfer: IDataTypeTransfer;
7080
+
7081
+ export declare const gdriveSmartFetchBase64OutputTransfer: IValueDescriptorTransfer;
7082
+
7083
+ export declare const gdriveSmartFetchConnectionInputDataTypeTransfer: IDataTypeTransfer;
7084
+
7085
+ export declare const gdriveSmartFetchConnectionInputTransfer: IValueDescriptorTransfer;
7086
+
7087
+ export declare const gdriveSmartFetchFileIdInputDataTypeTransfer: IDataTypeTransfer;
7088
+
7089
+ export declare const gdriveSmartFetchFileIdInputTransfer: IValueDescriptorTransfer;
7090
+
7091
+ export declare const gdriveSmartFetchIsBinaryOutputDataTypeTransfer: IDataTypeTransfer;
7092
+
7093
+ export declare const gdriveSmartFetchIsBinaryOutputTransfer: IValueDescriptorTransfer;
7094
+
7095
+ export declare const gdriveSmartFetchJsonOutputDataTypeTransfer: IDataTypeTransfer;
7096
+
7097
+ export declare const gdriveSmartFetchJsonOutputTransfer: IValueDescriptorTransfer;
7098
+
7099
+ export declare const gdriveSmartFetchKindOutputDataTypeTransfer: IDataTypeTransfer;
7100
+
7101
+ export declare const gdriveSmartFetchKindOutputTransfer: IValueDescriptorTransfer;
7102
+
7103
+ export declare const gdriveSmartFetchMimeOutputDataTypeTransfer: IDataTypeTransfer;
7104
+
7105
+ export declare const gdriveSmartFetchMimeOutputTransfer: IValueDescriptorTransfer;
7106
+
7107
+ export declare const gdriveSmartFetchModeInputDataTypeTransfer: IDataTypeTransfer;
7108
+
7109
+ export declare const gdriveSmartFetchModeInputTransfer: IValueDescriptorTransfer;
7110
+
7111
+ export declare const gdriveSmartFetchRawJsonOutputDataTypeTransfer: IDataTypeTransfer;
7112
+
7113
+ export declare const gdriveSmartFetchRawJsonOutputTransfer: IValueDescriptorTransfer;
7114
+
7115
+ export declare const gdriveSmartFetchSizeBytesOutputDataTypeTransfer: IDataTypeTransfer;
7116
+
7117
+ export declare const gdriveSmartFetchSizeBytesOutputTransfer: IValueDescriptorTransfer;
7118
+
7119
+ export declare const gdriveSmartFetchTextOutputDataTypeTransfer: IDataTypeTransfer;
7120
+
7121
+ export declare const gdriveSmartFetchTextOutputTransfer: IValueDescriptorTransfer;
7122
+
7123
+ export declare const gdriveSmartFetchTitleOutputDataTypeTransfer: IDataTypeTransfer;
7124
+
7125
+ export declare const gdriveSmartFetchTitleOutputTransfer: IValueDescriptorTransfer;
7126
+
7010
7127
  export declare function generate(value: ILiteralValue): UntypedValue;
7011
7128
 
7012
7129
  export declare function generateActionExample(actionName: string, properties: Record<string, string>): string;
@@ -11420,6 +11537,8 @@ export { globalEventValidation }
11420
11537
 
11421
11538
  export declare const GOOGLE_DRIVE_MIME_TYPES: string[];
11422
11539
 
11540
+ export declare const GOOGLE_DRIVE_SMART_FETCH_MODE_OPTIONS: readonly ["auto", "native", "plain-text", "binary"];
11541
+
11423
11542
  export declare const googleAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
11424
11543
 
11425
11544
  export declare const googleAuthExternalConnectionBuiltInBaseEntityConnectionIdProperty: IPropertyTransfer;