@elyx-code/project-logic-tree 0.0.6524 → 0.0.6525
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 +24 -1
- package/dist/index.js +11704 -11720
- package/dist/index.umd.cjs +96 -96
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11535,7 +11535,7 @@ declare namespace globalEventValidation {
|
|
|
11535
11535
|
}
|
|
11536
11536
|
export { globalEventValidation }
|
|
11537
11537
|
|
|
11538
|
-
export declare const GOOGLE_DRIVE_MIME_TYPES:
|
|
11538
|
+
export declare const GOOGLE_DRIVE_MIME_TYPES: GoogleDriveMimeType[];
|
|
11539
11539
|
|
|
11540
11540
|
export declare const GOOGLE_DRIVE_SMART_FETCH_MODE_OPTIONS: readonly ["auto", "native", "plain-text", "binary"];
|
|
11541
11541
|
|
|
@@ -11583,6 +11583,29 @@ export declare const googleDriveAuthExternalConnectionBuiltInBaseEntityIntegrati
|
|
|
11583
11583
|
|
|
11584
11584
|
export declare const googleDriveAuthExternalConnectionBuiltInBaseEntityIntegrationPropertyRef: IPropertyReference;
|
|
11585
11585
|
|
|
11586
|
+
export declare enum GoogleDriveMimeType {
|
|
11587
|
+
Audio = "application/vnd.google-apps.audio",
|
|
11588
|
+
Document = "application/vnd.google-apps.document",
|
|
11589
|
+
DriveSdk = "application/vnd.google-apps.drive-sdk",
|
|
11590
|
+
Drawing = "application/vnd.google-apps.drawing",
|
|
11591
|
+
File = "application/vnd.google-apps.file",
|
|
11592
|
+
Folder = "application/vnd.google-apps.folder",
|
|
11593
|
+
Form = "application/vnd.google-apps.form",
|
|
11594
|
+
FusionTable = "application/vnd.google-apps.fusiontable",
|
|
11595
|
+
Jam = "application/vnd.google-apps.jam",
|
|
11596
|
+
MailLayout = "application/vnd.google-apps.mail-layout",
|
|
11597
|
+
Map = "application/vnd.google-apps.map",
|
|
11598
|
+
Photo = "application/vnd.google-apps.photo",
|
|
11599
|
+
Presentation = "application/vnd.google-apps.presentation",
|
|
11600
|
+
Script = "application/vnd.google-apps.script",
|
|
11601
|
+
Shortcut = "application/vnd.google-apps.shortcut",
|
|
11602
|
+
Site = "application/vnd.google-apps.site",
|
|
11603
|
+
Spreadsheet = "application/vnd.google-apps.spreadsheet",
|
|
11604
|
+
Unknown = "application/vnd.google-apps.unknown",
|
|
11605
|
+
Vid = "application/vnd.google-apps.vid",
|
|
11606
|
+
Video = "application/vnd.google-apps.video"
|
|
11607
|
+
}
|
|
11608
|
+
|
|
11586
11609
|
export declare const googleGeminiAuthExternalConnectionBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
11587
11610
|
|
|
11588
11611
|
export declare const googleGeminiAuthExternalConnectionBuiltInBaseEntityConnectionIdProperty: IPropertyTransfer;
|