@bubblelab/bubble-core 0.1.10 → 0.1.12
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/bubble-bundle.d.ts +803 -351
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +130 -35
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +5 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +20 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js +6 -3
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +1121 -0
- package/dist/bubbles/service-bubble/agi-inc.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/agi-inc.js +730 -0
- package/dist/bubbles/service-bubble/agi-inc.js.map +1 -0
- package/dist/bubbles/service-bubble/ai-agent.d.ts +273 -61
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +536 -405
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +1753 -0
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/airtable.js +1173 -0
- package/dist/bubbles/service-bubble/airtable.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +240 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js +119 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +14 -14
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +137 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js +81 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +488 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js +463 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +262 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js +291 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1301 -170
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +32 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +158 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +222 -37
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +542 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +37 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +203 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +593 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +518 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +311 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/browserbase/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/index.js +3 -0
- package/dist/bubbles/service-bubble/browserbase/index.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +1358 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +219 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +1604 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +194 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.js +3 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +421 -0
- package/dist/bubbles/service-bubble/eleven-labs.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/eleven-labs.js +479 -0
- package/dist/bubbles/service-bubble/eleven-labs.js.map +1 -0
- package/dist/bubbles/service-bubble/firecrawl.d.ts +37748 -0
- package/dist/bubbles/service-bubble/firecrawl.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/firecrawl.js +1489 -0
- package/dist/bubbles/service-bubble/firecrawl.js.map +1 -0
- package/dist/bubbles/service-bubble/followupboss.d.ts +6822 -0
- package/dist/bubbles/service-bubble/followupboss.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/followupboss.js +1394 -0
- package/dist/bubbles/service-bubble/followupboss.js.map +1 -0
- package/dist/bubbles/service-bubble/github.d.ts +2393 -0
- package/dist/bubbles/service-bubble/github.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/github.js +1046 -0
- package/dist/bubbles/service-bubble/github.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +180 -180
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +69 -68
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +35 -3
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +943 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js +401 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +1024 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/{google-sheets.js → google-sheets/google-sheets.schema.js} +45 -409
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts +38 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js +183 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js.map +1 -0
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +17 -5
- package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +49 -0
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/http.integration.flow.js +425 -0
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/http.js +47 -5
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +140 -0
- package/dist/bubbles/service-bubble/insforge-db.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/insforge-db.js +260 -0
- package/dist/bubbles/service-bubble/insforge-db.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.js +3 -0
- package/dist/bubbles/service-bubble/notion/index.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +35405 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.js +1492 -0
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +1148 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js +341 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js.map +1 -0
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +30 -9
- package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/resend.js +133 -2
- package/dist/bubbles/service-bubble/resend.js.map +1 -1
- package/dist/bubbles/service-bubble/slack.d.ts +1741 -798
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +322 -28
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +26 -22
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +45 -4
- package/dist/bubbles/service-bubble/storage.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +7742 -0
- package/dist/bubbles/service-bubble/telegram.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/telegram.js +1132 -0
- package/dist/bubbles/service-bubble/telegram.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +494 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +31 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +100 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js +1301 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +473 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js +230 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +76 -20
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js +12 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +188 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js +321 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +350 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +115 -10
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +455 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js +206 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.js +4 -2
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +830 -453
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +236 -14
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +17 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +32 -17
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +485 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js +226 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +947 -0
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js +497 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -16
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-crawl-tool.js +58 -59
- package/dist/bubbles/tool-bubble/web-crawl-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.js +17 -17
- package/dist/bubbles/tool-bubble/web-extract-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +21 -113
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +55 -73
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -9
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +45 -35
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +25 -25
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.js +8 -5
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -1
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +22 -22
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +70 -70
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +6 -6
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +24 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +19 -19
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +260 -77
- package/dist/index.d.ts +25 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -3
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +55 -16
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +192 -77
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts +21 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +80 -8
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/logging/WebhookStreamLogger.d.ts +66 -0
- package/dist/logging/WebhookStreamLogger.d.ts.map +1 -0
- package/dist/logging/WebhookStreamLogger.js +291 -0
- package/dist/logging/WebhookStreamLogger.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +7 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +6 -4
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +30 -23
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -0
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/service-bubble-class.d.ts +1 -1
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +2 -2
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +60 -10
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +1 -1
- package/dist/types/workflow-bubble-class.d.ts.map +1 -1
- package/dist/types/workflow-bubble-class.js +2 -2
- package/dist/types/workflow-bubble-class.js.map +1 -1
- package/dist/utils/agent-formatter.d.ts +14 -2
- package/dist/utils/agent-formatter.d.ts.map +1 -1
- package/dist/utils/agent-formatter.js +174 -26
- package/dist/utils/agent-formatter.js.map +1 -1
- package/dist/utils/bubbleflow-validation.d.ts +7 -0
- package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
- package/dist/utils/bubbleflow-validation.js +171 -6
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +146 -0
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/safe-gemini-chat.d.ts +31 -0
- package/dist/utils/safe-gemini-chat.d.ts.map +1 -0
- package/dist/utils/safe-gemini-chat.js +93 -0
- package/dist/utils/safe-gemini-chat.js.map +1 -0
- package/dist/utils/schema-comparison.d.ts +92 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -0
- package/dist/utils/schema-comparison.js +716 -0
- package/dist/utils/schema-comparison.js.map +1 -0
- package/dist/utils/zod-schema.d.ts +24 -0
- package/dist/utils/zod-schema.d.ts.map +1 -0
- package/dist/utils/zod-schema.js +56 -0
- package/dist/utils/zod-schema.js.map +1 -0
- package/package.json +6 -4
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.d.ts +0 -814
- package/dist/bubbles/service-bubble/x-twitter.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.js +0 -445
- package/dist/bubbles/service-bubble/x-twitter.js.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -125
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -808
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
- package/dist/test-gm.d.ts +0 -10
- package/dist/test-gm.d.ts.map +0 -1
- package/dist/test-gm.js +0 -95
- package/dist/test-gm.js.map +0 -1
- package/dist/utils/param-helper.d.ts +0 -2
- package/dist/utils/param-helper.d.ts.map +0 -1
- package/dist/utils/param-helper.js +0 -5
- package/dist/utils/param-helper.js.map +0 -1
|
@@ -0,0 +1,1148 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
declare const ColorEnum: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
3
|
+
declare const CheckboxPropertySchema: z.ZodObject<{
|
|
4
|
+
id: z.ZodString;
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
description: z.ZodOptional<z.ZodString>;
|
|
7
|
+
type: z.ZodLiteral<"checkbox">;
|
|
8
|
+
checkbox: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
type: "checkbox";
|
|
11
|
+
name: string;
|
|
12
|
+
id: string;
|
|
13
|
+
checkbox: {};
|
|
14
|
+
description?: string | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
type: "checkbox";
|
|
17
|
+
name: string;
|
|
18
|
+
id: string;
|
|
19
|
+
checkbox: {};
|
|
20
|
+
description?: string | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
declare const CreatedByPropertySchema: z.ZodObject<{
|
|
23
|
+
id: z.ZodString;
|
|
24
|
+
name: z.ZodString;
|
|
25
|
+
description: z.ZodOptional<z.ZodString>;
|
|
26
|
+
type: z.ZodLiteral<"created_by">;
|
|
27
|
+
created_by: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
type: "created_by";
|
|
30
|
+
name: string;
|
|
31
|
+
id: string;
|
|
32
|
+
created_by: {};
|
|
33
|
+
description?: string | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
type: "created_by";
|
|
36
|
+
name: string;
|
|
37
|
+
id: string;
|
|
38
|
+
created_by: {};
|
|
39
|
+
description?: string | undefined;
|
|
40
|
+
}>;
|
|
41
|
+
declare const CreatedTimePropertySchema: z.ZodObject<{
|
|
42
|
+
id: z.ZodString;
|
|
43
|
+
name: z.ZodString;
|
|
44
|
+
description: z.ZodOptional<z.ZodString>;
|
|
45
|
+
type: z.ZodLiteral<"created_time">;
|
|
46
|
+
created_time: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
47
|
+
}, "strip", z.ZodTypeAny, {
|
|
48
|
+
type: "created_time";
|
|
49
|
+
name: string;
|
|
50
|
+
id: string;
|
|
51
|
+
created_time: {};
|
|
52
|
+
description?: string | undefined;
|
|
53
|
+
}, {
|
|
54
|
+
type: "created_time";
|
|
55
|
+
name: string;
|
|
56
|
+
id: string;
|
|
57
|
+
created_time: {};
|
|
58
|
+
description?: string | undefined;
|
|
59
|
+
}>;
|
|
60
|
+
declare const DatePropertySchema: z.ZodObject<{
|
|
61
|
+
id: z.ZodString;
|
|
62
|
+
name: z.ZodString;
|
|
63
|
+
description: z.ZodOptional<z.ZodString>;
|
|
64
|
+
type: z.ZodLiteral<"date">;
|
|
65
|
+
date: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
66
|
+
}, "strip", z.ZodTypeAny, {
|
|
67
|
+
type: "date";
|
|
68
|
+
date: {};
|
|
69
|
+
name: string;
|
|
70
|
+
id: string;
|
|
71
|
+
description?: string | undefined;
|
|
72
|
+
}, {
|
|
73
|
+
type: "date";
|
|
74
|
+
date: {};
|
|
75
|
+
name: string;
|
|
76
|
+
id: string;
|
|
77
|
+
description?: string | undefined;
|
|
78
|
+
}>;
|
|
79
|
+
declare const EmailPropertySchema: z.ZodObject<{
|
|
80
|
+
id: z.ZodString;
|
|
81
|
+
name: z.ZodString;
|
|
82
|
+
description: z.ZodOptional<z.ZodString>;
|
|
83
|
+
type: z.ZodLiteral<"email">;
|
|
84
|
+
email: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
type: "email";
|
|
87
|
+
name: string;
|
|
88
|
+
email: {};
|
|
89
|
+
id: string;
|
|
90
|
+
description?: string | undefined;
|
|
91
|
+
}, {
|
|
92
|
+
type: "email";
|
|
93
|
+
name: string;
|
|
94
|
+
email: {};
|
|
95
|
+
id: string;
|
|
96
|
+
description?: string | undefined;
|
|
97
|
+
}>;
|
|
98
|
+
declare const FilesPropertySchema: z.ZodObject<{
|
|
99
|
+
id: z.ZodString;
|
|
100
|
+
name: z.ZodString;
|
|
101
|
+
description: z.ZodOptional<z.ZodString>;
|
|
102
|
+
type: z.ZodLiteral<"files">;
|
|
103
|
+
files: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
104
|
+
}, "strip", z.ZodTypeAny, {
|
|
105
|
+
type: "files";
|
|
106
|
+
name: string;
|
|
107
|
+
id: string;
|
|
108
|
+
files: {};
|
|
109
|
+
description?: string | undefined;
|
|
110
|
+
}, {
|
|
111
|
+
type: "files";
|
|
112
|
+
name: string;
|
|
113
|
+
id: string;
|
|
114
|
+
files: {};
|
|
115
|
+
description?: string | undefined;
|
|
116
|
+
}>;
|
|
117
|
+
declare const FormulaPropertySchema: z.ZodObject<{
|
|
118
|
+
id: z.ZodString;
|
|
119
|
+
name: z.ZodString;
|
|
120
|
+
description: z.ZodOptional<z.ZodString>;
|
|
121
|
+
type: z.ZodLiteral<"formula">;
|
|
122
|
+
formula: z.ZodObject<{
|
|
123
|
+
expression: z.ZodString;
|
|
124
|
+
}, "strip", z.ZodTypeAny, {
|
|
125
|
+
expression: string;
|
|
126
|
+
}, {
|
|
127
|
+
expression: string;
|
|
128
|
+
}>;
|
|
129
|
+
}, "strip", z.ZodTypeAny, {
|
|
130
|
+
type: "formula";
|
|
131
|
+
name: string;
|
|
132
|
+
id: string;
|
|
133
|
+
formula: {
|
|
134
|
+
expression: string;
|
|
135
|
+
};
|
|
136
|
+
description?: string | undefined;
|
|
137
|
+
}, {
|
|
138
|
+
type: "formula";
|
|
139
|
+
name: string;
|
|
140
|
+
id: string;
|
|
141
|
+
formula: {
|
|
142
|
+
expression: string;
|
|
143
|
+
};
|
|
144
|
+
description?: string | undefined;
|
|
145
|
+
}>;
|
|
146
|
+
declare const LastEditedByPropertySchema: z.ZodObject<{
|
|
147
|
+
id: z.ZodString;
|
|
148
|
+
name: z.ZodString;
|
|
149
|
+
description: z.ZodOptional<z.ZodString>;
|
|
150
|
+
type: z.ZodLiteral<"last_edited_by">;
|
|
151
|
+
last_edited_by: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
152
|
+
}, "strip", z.ZodTypeAny, {
|
|
153
|
+
type: "last_edited_by";
|
|
154
|
+
name: string;
|
|
155
|
+
id: string;
|
|
156
|
+
last_edited_by: {};
|
|
157
|
+
description?: string | undefined;
|
|
158
|
+
}, {
|
|
159
|
+
type: "last_edited_by";
|
|
160
|
+
name: string;
|
|
161
|
+
id: string;
|
|
162
|
+
last_edited_by: {};
|
|
163
|
+
description?: string | undefined;
|
|
164
|
+
}>;
|
|
165
|
+
declare const LastEditedTimePropertySchema: z.ZodObject<{
|
|
166
|
+
id: z.ZodString;
|
|
167
|
+
name: z.ZodString;
|
|
168
|
+
description: z.ZodOptional<z.ZodString>;
|
|
169
|
+
type: z.ZodLiteral<"last_edited_time">;
|
|
170
|
+
last_edited_time: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
171
|
+
}, "strip", z.ZodTypeAny, {
|
|
172
|
+
type: "last_edited_time";
|
|
173
|
+
name: string;
|
|
174
|
+
id: string;
|
|
175
|
+
last_edited_time: {};
|
|
176
|
+
description?: string | undefined;
|
|
177
|
+
}, {
|
|
178
|
+
type: "last_edited_time";
|
|
179
|
+
name: string;
|
|
180
|
+
id: string;
|
|
181
|
+
last_edited_time: {};
|
|
182
|
+
description?: string | undefined;
|
|
183
|
+
}>;
|
|
184
|
+
declare const MultiSelectOptionSchema: z.ZodObject<{
|
|
185
|
+
id: z.ZodString;
|
|
186
|
+
name: z.ZodString;
|
|
187
|
+
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
188
|
+
}, "strip", z.ZodTypeAny, {
|
|
189
|
+
name: string;
|
|
190
|
+
id: string;
|
|
191
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
192
|
+
}, {
|
|
193
|
+
name: string;
|
|
194
|
+
id: string;
|
|
195
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
196
|
+
}>;
|
|
197
|
+
declare const MultiSelectPropertySchema: z.ZodObject<{
|
|
198
|
+
id: z.ZodString;
|
|
199
|
+
name: z.ZodString;
|
|
200
|
+
description: z.ZodOptional<z.ZodString>;
|
|
201
|
+
type: z.ZodLiteral<"multi_select">;
|
|
202
|
+
multi_select: z.ZodObject<{
|
|
203
|
+
options: z.ZodArray<z.ZodObject<{
|
|
204
|
+
id: z.ZodString;
|
|
205
|
+
name: z.ZodString;
|
|
206
|
+
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
207
|
+
}, "strip", z.ZodTypeAny, {
|
|
208
|
+
name: string;
|
|
209
|
+
id: string;
|
|
210
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
211
|
+
}, {
|
|
212
|
+
name: string;
|
|
213
|
+
id: string;
|
|
214
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
215
|
+
}>, "many">;
|
|
216
|
+
}, "strip", z.ZodTypeAny, {
|
|
217
|
+
options: {
|
|
218
|
+
name: string;
|
|
219
|
+
id: string;
|
|
220
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
221
|
+
}[];
|
|
222
|
+
}, {
|
|
223
|
+
options: {
|
|
224
|
+
name: string;
|
|
225
|
+
id: string;
|
|
226
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
227
|
+
}[];
|
|
228
|
+
}>;
|
|
229
|
+
}, "strip", z.ZodTypeAny, {
|
|
230
|
+
type: "multi_select";
|
|
231
|
+
name: string;
|
|
232
|
+
id: string;
|
|
233
|
+
multi_select: {
|
|
234
|
+
options: {
|
|
235
|
+
name: string;
|
|
236
|
+
id: string;
|
|
237
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
238
|
+
}[];
|
|
239
|
+
};
|
|
240
|
+
description?: string | undefined;
|
|
241
|
+
}, {
|
|
242
|
+
type: "multi_select";
|
|
243
|
+
name: string;
|
|
244
|
+
id: string;
|
|
245
|
+
multi_select: {
|
|
246
|
+
options: {
|
|
247
|
+
name: string;
|
|
248
|
+
id: string;
|
|
249
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
250
|
+
}[];
|
|
251
|
+
};
|
|
252
|
+
description?: string | undefined;
|
|
253
|
+
}>;
|
|
254
|
+
declare const NumberFormatEnum: z.ZodEnum<["number", "number_with_commas", "percent", "dollar", "canadian_dollar", "singapore_dollar", "euro", "pound", "yen", "ruble", "rupee", "won", "yuan", "real", "lira", "rupiah", "franc", "hong_kong_dollar", "new_zealand_dollar", "krona", "norwegian_krone", "mexican_peso", "rand", "new_taiwan_dollar", "danish_krone", "zloty", "baht", "forint", "koruna", "shekel", "chilean_peso", "philippine_peso", "dirham", "colombian_peso", "riyal", "ringgit", "leu", "argentine_peso", "uruguayan_peso", "peruvian_sol"]>;
|
|
255
|
+
declare const NumberPropertySchema: z.ZodObject<{
|
|
256
|
+
id: z.ZodString;
|
|
257
|
+
name: z.ZodString;
|
|
258
|
+
description: z.ZodOptional<z.ZodString>;
|
|
259
|
+
type: z.ZodLiteral<"number">;
|
|
260
|
+
number: z.ZodObject<{
|
|
261
|
+
format: z.ZodEnum<["number", "number_with_commas", "percent", "dollar", "canadian_dollar", "singapore_dollar", "euro", "pound", "yen", "ruble", "rupee", "won", "yuan", "real", "lira", "rupiah", "franc", "hong_kong_dollar", "new_zealand_dollar", "krona", "norwegian_krone", "mexican_peso", "rand", "new_taiwan_dollar", "danish_krone", "zloty", "baht", "forint", "koruna", "shekel", "chilean_peso", "philippine_peso", "dirham", "colombian_peso", "riyal", "ringgit", "leu", "argentine_peso", "uruguayan_peso", "peruvian_sol"]>;
|
|
262
|
+
}, "strip", z.ZodTypeAny, {
|
|
263
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
264
|
+
}, {
|
|
265
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
266
|
+
}>;
|
|
267
|
+
}, "strip", z.ZodTypeAny, {
|
|
268
|
+
number: {
|
|
269
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
270
|
+
};
|
|
271
|
+
type: "number";
|
|
272
|
+
name: string;
|
|
273
|
+
id: string;
|
|
274
|
+
description?: string | undefined;
|
|
275
|
+
}, {
|
|
276
|
+
number: {
|
|
277
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
278
|
+
};
|
|
279
|
+
type: "number";
|
|
280
|
+
name: string;
|
|
281
|
+
id: string;
|
|
282
|
+
description?: string | undefined;
|
|
283
|
+
}>;
|
|
284
|
+
declare const PeoplePropertySchema: z.ZodObject<{
|
|
285
|
+
id: z.ZodString;
|
|
286
|
+
name: z.ZodString;
|
|
287
|
+
description: z.ZodOptional<z.ZodString>;
|
|
288
|
+
type: z.ZodLiteral<"people">;
|
|
289
|
+
people: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
290
|
+
}, "strip", z.ZodTypeAny, {
|
|
291
|
+
type: "people";
|
|
292
|
+
name: string;
|
|
293
|
+
id: string;
|
|
294
|
+
people: {};
|
|
295
|
+
description?: string | undefined;
|
|
296
|
+
}, {
|
|
297
|
+
type: "people";
|
|
298
|
+
name: string;
|
|
299
|
+
id: string;
|
|
300
|
+
people: {};
|
|
301
|
+
description?: string | undefined;
|
|
302
|
+
}>;
|
|
303
|
+
declare const PhoneNumberPropertySchema: z.ZodObject<{
|
|
304
|
+
id: z.ZodString;
|
|
305
|
+
name: z.ZodString;
|
|
306
|
+
description: z.ZodOptional<z.ZodString>;
|
|
307
|
+
type: z.ZodLiteral<"phone_number">;
|
|
308
|
+
phone_number: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
309
|
+
}, "strip", z.ZodTypeAny, {
|
|
310
|
+
type: "phone_number";
|
|
311
|
+
name: string;
|
|
312
|
+
id: string;
|
|
313
|
+
phone_number: {};
|
|
314
|
+
description?: string | undefined;
|
|
315
|
+
}, {
|
|
316
|
+
type: "phone_number";
|
|
317
|
+
name: string;
|
|
318
|
+
id: string;
|
|
319
|
+
phone_number: {};
|
|
320
|
+
description?: string | undefined;
|
|
321
|
+
}>;
|
|
322
|
+
declare const PlacePropertySchema: z.ZodObject<{
|
|
323
|
+
name: z.ZodString;
|
|
324
|
+
description: z.ZodOptional<z.ZodString>;
|
|
325
|
+
type: z.ZodLiteral<"place">;
|
|
326
|
+
place: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
327
|
+
}, "strip", z.ZodTypeAny, {
|
|
328
|
+
type: "place";
|
|
329
|
+
name: string;
|
|
330
|
+
place: {};
|
|
331
|
+
description?: string | undefined;
|
|
332
|
+
}, {
|
|
333
|
+
type: "place";
|
|
334
|
+
name: string;
|
|
335
|
+
place: {};
|
|
336
|
+
description?: string | undefined;
|
|
337
|
+
}>;
|
|
338
|
+
declare const RelationPropertySchema: z.ZodObject<{
|
|
339
|
+
id: z.ZodString;
|
|
340
|
+
name: z.ZodString;
|
|
341
|
+
description: z.ZodOptional<z.ZodString>;
|
|
342
|
+
type: z.ZodLiteral<"relation">;
|
|
343
|
+
relation: z.ZodObject<{
|
|
344
|
+
data_source_id: z.ZodString;
|
|
345
|
+
dual_property: z.ZodOptional<z.ZodObject<{
|
|
346
|
+
synced_property_id: z.ZodString;
|
|
347
|
+
synced_property_name: z.ZodString;
|
|
348
|
+
}, "strip", z.ZodTypeAny, {
|
|
349
|
+
synced_property_id: string;
|
|
350
|
+
synced_property_name: string;
|
|
351
|
+
}, {
|
|
352
|
+
synced_property_id: string;
|
|
353
|
+
synced_property_name: string;
|
|
354
|
+
}>>;
|
|
355
|
+
}, "strip", z.ZodTypeAny, {
|
|
356
|
+
data_source_id: string;
|
|
357
|
+
dual_property?: {
|
|
358
|
+
synced_property_id: string;
|
|
359
|
+
synced_property_name: string;
|
|
360
|
+
} | undefined;
|
|
361
|
+
}, {
|
|
362
|
+
data_source_id: string;
|
|
363
|
+
dual_property?: {
|
|
364
|
+
synced_property_id: string;
|
|
365
|
+
synced_property_name: string;
|
|
366
|
+
} | undefined;
|
|
367
|
+
}>;
|
|
368
|
+
}, "strip", z.ZodTypeAny, {
|
|
369
|
+
type: "relation";
|
|
370
|
+
name: string;
|
|
371
|
+
id: string;
|
|
372
|
+
relation: {
|
|
373
|
+
data_source_id: string;
|
|
374
|
+
dual_property?: {
|
|
375
|
+
synced_property_id: string;
|
|
376
|
+
synced_property_name: string;
|
|
377
|
+
} | undefined;
|
|
378
|
+
};
|
|
379
|
+
description?: string | undefined;
|
|
380
|
+
}, {
|
|
381
|
+
type: "relation";
|
|
382
|
+
name: string;
|
|
383
|
+
id: string;
|
|
384
|
+
relation: {
|
|
385
|
+
data_source_id: string;
|
|
386
|
+
dual_property?: {
|
|
387
|
+
synced_property_id: string;
|
|
388
|
+
synced_property_name: string;
|
|
389
|
+
} | undefined;
|
|
390
|
+
};
|
|
391
|
+
description?: string | undefined;
|
|
392
|
+
}>;
|
|
393
|
+
declare const RichTextPropertySchema: z.ZodObject<{
|
|
394
|
+
id: z.ZodString;
|
|
395
|
+
name: z.ZodString;
|
|
396
|
+
description: z.ZodOptional<z.ZodString>;
|
|
397
|
+
type: z.ZodLiteral<"rich_text">;
|
|
398
|
+
rich_text: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
399
|
+
}, "strip", z.ZodTypeAny, {
|
|
400
|
+
type: "rich_text";
|
|
401
|
+
name: string;
|
|
402
|
+
id: string;
|
|
403
|
+
rich_text: {};
|
|
404
|
+
description?: string | undefined;
|
|
405
|
+
}, {
|
|
406
|
+
type: "rich_text";
|
|
407
|
+
name: string;
|
|
408
|
+
id: string;
|
|
409
|
+
rich_text: {};
|
|
410
|
+
description?: string | undefined;
|
|
411
|
+
}>;
|
|
412
|
+
declare const RollupFunctionEnum: z.ZodEnum<["average", "checked", "count_per_group", "count", "count_values", "date_range", "earliest_date", "empty", "latest_date", "max", "median", "min", "not_empty", "percent_checked", "percent_empty", "percent_not_empty", "percent_per_group", "percent_unchecked", "range", "unchecked", "unique", "show_original", "show_unique", "sum"]>;
|
|
413
|
+
declare const RollupPropertySchema: z.ZodObject<{
|
|
414
|
+
id: z.ZodString;
|
|
415
|
+
name: z.ZodString;
|
|
416
|
+
description: z.ZodOptional<z.ZodString>;
|
|
417
|
+
type: z.ZodLiteral<"rollup">;
|
|
418
|
+
rollup: z.ZodObject<{
|
|
419
|
+
function: z.ZodEnum<["average", "checked", "count_per_group", "count", "count_values", "date_range", "earliest_date", "empty", "latest_date", "max", "median", "min", "not_empty", "percent_checked", "percent_empty", "percent_not_empty", "percent_per_group", "percent_unchecked", "range", "unchecked", "unique", "show_original", "show_unique", "sum"]>;
|
|
420
|
+
relation_property_id: z.ZodString;
|
|
421
|
+
relation_property_name: z.ZodString;
|
|
422
|
+
rollup_property_id: z.ZodString;
|
|
423
|
+
rollup_property_name: z.ZodString;
|
|
424
|
+
}, "strip", z.ZodTypeAny, {
|
|
425
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
426
|
+
relation_property_id: string;
|
|
427
|
+
relation_property_name: string;
|
|
428
|
+
rollup_property_id: string;
|
|
429
|
+
rollup_property_name: string;
|
|
430
|
+
}, {
|
|
431
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
432
|
+
relation_property_id: string;
|
|
433
|
+
relation_property_name: string;
|
|
434
|
+
rollup_property_id: string;
|
|
435
|
+
rollup_property_name: string;
|
|
436
|
+
}>;
|
|
437
|
+
}, "strip", z.ZodTypeAny, {
|
|
438
|
+
type: "rollup";
|
|
439
|
+
name: string;
|
|
440
|
+
id: string;
|
|
441
|
+
rollup: {
|
|
442
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
443
|
+
relation_property_id: string;
|
|
444
|
+
relation_property_name: string;
|
|
445
|
+
rollup_property_id: string;
|
|
446
|
+
rollup_property_name: string;
|
|
447
|
+
};
|
|
448
|
+
description?: string | undefined;
|
|
449
|
+
}, {
|
|
450
|
+
type: "rollup";
|
|
451
|
+
name: string;
|
|
452
|
+
id: string;
|
|
453
|
+
rollup: {
|
|
454
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
455
|
+
relation_property_id: string;
|
|
456
|
+
relation_property_name: string;
|
|
457
|
+
rollup_property_id: string;
|
|
458
|
+
rollup_property_name: string;
|
|
459
|
+
};
|
|
460
|
+
description?: string | undefined;
|
|
461
|
+
}>;
|
|
462
|
+
declare const SelectOptionSchema: z.ZodObject<{
|
|
463
|
+
id: z.ZodString;
|
|
464
|
+
name: z.ZodString;
|
|
465
|
+
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
466
|
+
}, "strip", z.ZodTypeAny, {
|
|
467
|
+
name: string;
|
|
468
|
+
id: string;
|
|
469
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
470
|
+
}, {
|
|
471
|
+
name: string;
|
|
472
|
+
id: string;
|
|
473
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
474
|
+
}>;
|
|
475
|
+
declare const SelectPropertySchema: z.ZodObject<{
|
|
476
|
+
id: z.ZodString;
|
|
477
|
+
name: z.ZodString;
|
|
478
|
+
description: z.ZodOptional<z.ZodString>;
|
|
479
|
+
type: z.ZodLiteral<"select">;
|
|
480
|
+
select: z.ZodObject<{
|
|
481
|
+
options: z.ZodArray<z.ZodObject<{
|
|
482
|
+
id: z.ZodString;
|
|
483
|
+
name: z.ZodString;
|
|
484
|
+
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
485
|
+
}, "strip", z.ZodTypeAny, {
|
|
486
|
+
name: string;
|
|
487
|
+
id: string;
|
|
488
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
489
|
+
}, {
|
|
490
|
+
name: string;
|
|
491
|
+
id: string;
|
|
492
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
493
|
+
}>, "many">;
|
|
494
|
+
}, "strip", z.ZodTypeAny, {
|
|
495
|
+
options: {
|
|
496
|
+
name: string;
|
|
497
|
+
id: string;
|
|
498
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
499
|
+
}[];
|
|
500
|
+
}, {
|
|
501
|
+
options: {
|
|
502
|
+
name: string;
|
|
503
|
+
id: string;
|
|
504
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
505
|
+
}[];
|
|
506
|
+
}>;
|
|
507
|
+
}, "strip", z.ZodTypeAny, {
|
|
508
|
+
type: "select";
|
|
509
|
+
name: string;
|
|
510
|
+
id: string;
|
|
511
|
+
select: {
|
|
512
|
+
options: {
|
|
513
|
+
name: string;
|
|
514
|
+
id: string;
|
|
515
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
516
|
+
}[];
|
|
517
|
+
};
|
|
518
|
+
description?: string | undefined;
|
|
519
|
+
}, {
|
|
520
|
+
type: "select";
|
|
521
|
+
name: string;
|
|
522
|
+
id: string;
|
|
523
|
+
select: {
|
|
524
|
+
options: {
|
|
525
|
+
name: string;
|
|
526
|
+
id: string;
|
|
527
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
528
|
+
}[];
|
|
529
|
+
};
|
|
530
|
+
description?: string | undefined;
|
|
531
|
+
}>;
|
|
532
|
+
declare const TitlePropertySchema: z.ZodObject<{
|
|
533
|
+
id: z.ZodString;
|
|
534
|
+
name: z.ZodString;
|
|
535
|
+
description: z.ZodOptional<z.ZodString>;
|
|
536
|
+
type: z.ZodLiteral<"title">;
|
|
537
|
+
title: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
538
|
+
}, "strip", z.ZodTypeAny, {
|
|
539
|
+
type: "title";
|
|
540
|
+
title: {};
|
|
541
|
+
name: string;
|
|
542
|
+
id: string;
|
|
543
|
+
description?: string | undefined;
|
|
544
|
+
}, {
|
|
545
|
+
type: "title";
|
|
546
|
+
title: {};
|
|
547
|
+
name: string;
|
|
548
|
+
id: string;
|
|
549
|
+
description?: string | undefined;
|
|
550
|
+
}>;
|
|
551
|
+
declare const URLPropertySchema: z.ZodObject<{
|
|
552
|
+
id: z.ZodString;
|
|
553
|
+
name: z.ZodString;
|
|
554
|
+
description: z.ZodOptional<z.ZodString>;
|
|
555
|
+
type: z.ZodLiteral<"url">;
|
|
556
|
+
url: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
557
|
+
}, "strip", z.ZodTypeAny, {
|
|
558
|
+
type: "url";
|
|
559
|
+
name: string;
|
|
560
|
+
url: {};
|
|
561
|
+
id: string;
|
|
562
|
+
description?: string | undefined;
|
|
563
|
+
}, {
|
|
564
|
+
type: "url";
|
|
565
|
+
name: string;
|
|
566
|
+
url: {};
|
|
567
|
+
id: string;
|
|
568
|
+
description?: string | undefined;
|
|
569
|
+
}>;
|
|
570
|
+
declare const UniqueIDPropertySchema: z.ZodObject<{
|
|
571
|
+
id: z.ZodString;
|
|
572
|
+
name: z.ZodString;
|
|
573
|
+
description: z.ZodOptional<z.ZodString>;
|
|
574
|
+
type: z.ZodLiteral<"unique_id">;
|
|
575
|
+
unique_id: z.ZodObject<{
|
|
576
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
577
|
+
}, "strip", z.ZodTypeAny, {
|
|
578
|
+
prefix?: string | undefined;
|
|
579
|
+
}, {
|
|
580
|
+
prefix?: string | undefined;
|
|
581
|
+
}>;
|
|
582
|
+
}, "strip", z.ZodTypeAny, {
|
|
583
|
+
type: "unique_id";
|
|
584
|
+
name: string;
|
|
585
|
+
id: string;
|
|
586
|
+
unique_id: {
|
|
587
|
+
prefix?: string | undefined;
|
|
588
|
+
};
|
|
589
|
+
description?: string | undefined;
|
|
590
|
+
}, {
|
|
591
|
+
type: "unique_id";
|
|
592
|
+
name: string;
|
|
593
|
+
id: string;
|
|
594
|
+
unique_id: {
|
|
595
|
+
prefix?: string | undefined;
|
|
596
|
+
};
|
|
597
|
+
description?: string | undefined;
|
|
598
|
+
}>;
|
|
599
|
+
export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
600
|
+
id: z.ZodString;
|
|
601
|
+
name: z.ZodString;
|
|
602
|
+
description: z.ZodOptional<z.ZodString>;
|
|
603
|
+
type: z.ZodLiteral<"checkbox">;
|
|
604
|
+
checkbox: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
605
|
+
}, "strip", z.ZodTypeAny, {
|
|
606
|
+
type: "checkbox";
|
|
607
|
+
name: string;
|
|
608
|
+
id: string;
|
|
609
|
+
checkbox: {};
|
|
610
|
+
description?: string | undefined;
|
|
611
|
+
}, {
|
|
612
|
+
type: "checkbox";
|
|
613
|
+
name: string;
|
|
614
|
+
id: string;
|
|
615
|
+
checkbox: {};
|
|
616
|
+
description?: string | undefined;
|
|
617
|
+
}>, z.ZodObject<{
|
|
618
|
+
id: z.ZodString;
|
|
619
|
+
name: z.ZodString;
|
|
620
|
+
description: z.ZodOptional<z.ZodString>;
|
|
621
|
+
type: z.ZodLiteral<"created_by">;
|
|
622
|
+
created_by: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
623
|
+
}, "strip", z.ZodTypeAny, {
|
|
624
|
+
type: "created_by";
|
|
625
|
+
name: string;
|
|
626
|
+
id: string;
|
|
627
|
+
created_by: {};
|
|
628
|
+
description?: string | undefined;
|
|
629
|
+
}, {
|
|
630
|
+
type: "created_by";
|
|
631
|
+
name: string;
|
|
632
|
+
id: string;
|
|
633
|
+
created_by: {};
|
|
634
|
+
description?: string | undefined;
|
|
635
|
+
}>, z.ZodObject<{
|
|
636
|
+
id: z.ZodString;
|
|
637
|
+
name: z.ZodString;
|
|
638
|
+
description: z.ZodOptional<z.ZodString>;
|
|
639
|
+
type: z.ZodLiteral<"created_time">;
|
|
640
|
+
created_time: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
641
|
+
}, "strip", z.ZodTypeAny, {
|
|
642
|
+
type: "created_time";
|
|
643
|
+
name: string;
|
|
644
|
+
id: string;
|
|
645
|
+
created_time: {};
|
|
646
|
+
description?: string | undefined;
|
|
647
|
+
}, {
|
|
648
|
+
type: "created_time";
|
|
649
|
+
name: string;
|
|
650
|
+
id: string;
|
|
651
|
+
created_time: {};
|
|
652
|
+
description?: string | undefined;
|
|
653
|
+
}>, z.ZodObject<{
|
|
654
|
+
id: z.ZodString;
|
|
655
|
+
name: z.ZodString;
|
|
656
|
+
description: z.ZodOptional<z.ZodString>;
|
|
657
|
+
type: z.ZodLiteral<"date">;
|
|
658
|
+
date: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
659
|
+
}, "strip", z.ZodTypeAny, {
|
|
660
|
+
type: "date";
|
|
661
|
+
date: {};
|
|
662
|
+
name: string;
|
|
663
|
+
id: string;
|
|
664
|
+
description?: string | undefined;
|
|
665
|
+
}, {
|
|
666
|
+
type: "date";
|
|
667
|
+
date: {};
|
|
668
|
+
name: string;
|
|
669
|
+
id: string;
|
|
670
|
+
description?: string | undefined;
|
|
671
|
+
}>, z.ZodObject<{
|
|
672
|
+
id: z.ZodString;
|
|
673
|
+
name: z.ZodString;
|
|
674
|
+
description: z.ZodOptional<z.ZodString>;
|
|
675
|
+
type: z.ZodLiteral<"email">;
|
|
676
|
+
email: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
677
|
+
}, "strip", z.ZodTypeAny, {
|
|
678
|
+
type: "email";
|
|
679
|
+
name: string;
|
|
680
|
+
email: {};
|
|
681
|
+
id: string;
|
|
682
|
+
description?: string | undefined;
|
|
683
|
+
}, {
|
|
684
|
+
type: "email";
|
|
685
|
+
name: string;
|
|
686
|
+
email: {};
|
|
687
|
+
id: string;
|
|
688
|
+
description?: string | undefined;
|
|
689
|
+
}>, z.ZodObject<{
|
|
690
|
+
id: z.ZodString;
|
|
691
|
+
name: z.ZodString;
|
|
692
|
+
description: z.ZodOptional<z.ZodString>;
|
|
693
|
+
type: z.ZodLiteral<"files">;
|
|
694
|
+
files: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
695
|
+
}, "strip", z.ZodTypeAny, {
|
|
696
|
+
type: "files";
|
|
697
|
+
name: string;
|
|
698
|
+
id: string;
|
|
699
|
+
files: {};
|
|
700
|
+
description?: string | undefined;
|
|
701
|
+
}, {
|
|
702
|
+
type: "files";
|
|
703
|
+
name: string;
|
|
704
|
+
id: string;
|
|
705
|
+
files: {};
|
|
706
|
+
description?: string | undefined;
|
|
707
|
+
}>, z.ZodObject<{
|
|
708
|
+
id: z.ZodString;
|
|
709
|
+
name: z.ZodString;
|
|
710
|
+
description: z.ZodOptional<z.ZodString>;
|
|
711
|
+
type: z.ZodLiteral<"formula">;
|
|
712
|
+
formula: z.ZodObject<{
|
|
713
|
+
expression: z.ZodString;
|
|
714
|
+
}, "strip", z.ZodTypeAny, {
|
|
715
|
+
expression: string;
|
|
716
|
+
}, {
|
|
717
|
+
expression: string;
|
|
718
|
+
}>;
|
|
719
|
+
}, "strip", z.ZodTypeAny, {
|
|
720
|
+
type: "formula";
|
|
721
|
+
name: string;
|
|
722
|
+
id: string;
|
|
723
|
+
formula: {
|
|
724
|
+
expression: string;
|
|
725
|
+
};
|
|
726
|
+
description?: string | undefined;
|
|
727
|
+
}, {
|
|
728
|
+
type: "formula";
|
|
729
|
+
name: string;
|
|
730
|
+
id: string;
|
|
731
|
+
formula: {
|
|
732
|
+
expression: string;
|
|
733
|
+
};
|
|
734
|
+
description?: string | undefined;
|
|
735
|
+
}>, z.ZodObject<{
|
|
736
|
+
id: z.ZodString;
|
|
737
|
+
name: z.ZodString;
|
|
738
|
+
description: z.ZodOptional<z.ZodString>;
|
|
739
|
+
type: z.ZodLiteral<"last_edited_by">;
|
|
740
|
+
last_edited_by: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
741
|
+
}, "strip", z.ZodTypeAny, {
|
|
742
|
+
type: "last_edited_by";
|
|
743
|
+
name: string;
|
|
744
|
+
id: string;
|
|
745
|
+
last_edited_by: {};
|
|
746
|
+
description?: string | undefined;
|
|
747
|
+
}, {
|
|
748
|
+
type: "last_edited_by";
|
|
749
|
+
name: string;
|
|
750
|
+
id: string;
|
|
751
|
+
last_edited_by: {};
|
|
752
|
+
description?: string | undefined;
|
|
753
|
+
}>, z.ZodObject<{
|
|
754
|
+
id: z.ZodString;
|
|
755
|
+
name: z.ZodString;
|
|
756
|
+
description: z.ZodOptional<z.ZodString>;
|
|
757
|
+
type: z.ZodLiteral<"last_edited_time">;
|
|
758
|
+
last_edited_time: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
759
|
+
}, "strip", z.ZodTypeAny, {
|
|
760
|
+
type: "last_edited_time";
|
|
761
|
+
name: string;
|
|
762
|
+
id: string;
|
|
763
|
+
last_edited_time: {};
|
|
764
|
+
description?: string | undefined;
|
|
765
|
+
}, {
|
|
766
|
+
type: "last_edited_time";
|
|
767
|
+
name: string;
|
|
768
|
+
id: string;
|
|
769
|
+
last_edited_time: {};
|
|
770
|
+
description?: string | undefined;
|
|
771
|
+
}>, z.ZodObject<{
|
|
772
|
+
id: z.ZodString;
|
|
773
|
+
name: z.ZodString;
|
|
774
|
+
description: z.ZodOptional<z.ZodString>;
|
|
775
|
+
type: z.ZodLiteral<"multi_select">;
|
|
776
|
+
multi_select: z.ZodObject<{
|
|
777
|
+
options: z.ZodArray<z.ZodObject<{
|
|
778
|
+
id: z.ZodString;
|
|
779
|
+
name: z.ZodString;
|
|
780
|
+
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
781
|
+
}, "strip", z.ZodTypeAny, {
|
|
782
|
+
name: string;
|
|
783
|
+
id: string;
|
|
784
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
785
|
+
}, {
|
|
786
|
+
name: string;
|
|
787
|
+
id: string;
|
|
788
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
789
|
+
}>, "many">;
|
|
790
|
+
}, "strip", z.ZodTypeAny, {
|
|
791
|
+
options: {
|
|
792
|
+
name: string;
|
|
793
|
+
id: string;
|
|
794
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
795
|
+
}[];
|
|
796
|
+
}, {
|
|
797
|
+
options: {
|
|
798
|
+
name: string;
|
|
799
|
+
id: string;
|
|
800
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
801
|
+
}[];
|
|
802
|
+
}>;
|
|
803
|
+
}, "strip", z.ZodTypeAny, {
|
|
804
|
+
type: "multi_select";
|
|
805
|
+
name: string;
|
|
806
|
+
id: string;
|
|
807
|
+
multi_select: {
|
|
808
|
+
options: {
|
|
809
|
+
name: string;
|
|
810
|
+
id: string;
|
|
811
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
812
|
+
}[];
|
|
813
|
+
};
|
|
814
|
+
description?: string | undefined;
|
|
815
|
+
}, {
|
|
816
|
+
type: "multi_select";
|
|
817
|
+
name: string;
|
|
818
|
+
id: string;
|
|
819
|
+
multi_select: {
|
|
820
|
+
options: {
|
|
821
|
+
name: string;
|
|
822
|
+
id: string;
|
|
823
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
824
|
+
}[];
|
|
825
|
+
};
|
|
826
|
+
description?: string | undefined;
|
|
827
|
+
}>, z.ZodObject<{
|
|
828
|
+
id: z.ZodString;
|
|
829
|
+
name: z.ZodString;
|
|
830
|
+
description: z.ZodOptional<z.ZodString>;
|
|
831
|
+
type: z.ZodLiteral<"number">;
|
|
832
|
+
number: z.ZodObject<{
|
|
833
|
+
format: z.ZodEnum<["number", "number_with_commas", "percent", "dollar", "canadian_dollar", "singapore_dollar", "euro", "pound", "yen", "ruble", "rupee", "won", "yuan", "real", "lira", "rupiah", "franc", "hong_kong_dollar", "new_zealand_dollar", "krona", "norwegian_krone", "mexican_peso", "rand", "new_taiwan_dollar", "danish_krone", "zloty", "baht", "forint", "koruna", "shekel", "chilean_peso", "philippine_peso", "dirham", "colombian_peso", "riyal", "ringgit", "leu", "argentine_peso", "uruguayan_peso", "peruvian_sol"]>;
|
|
834
|
+
}, "strip", z.ZodTypeAny, {
|
|
835
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
836
|
+
}, {
|
|
837
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
838
|
+
}>;
|
|
839
|
+
}, "strip", z.ZodTypeAny, {
|
|
840
|
+
number: {
|
|
841
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
842
|
+
};
|
|
843
|
+
type: "number";
|
|
844
|
+
name: string;
|
|
845
|
+
id: string;
|
|
846
|
+
description?: string | undefined;
|
|
847
|
+
}, {
|
|
848
|
+
number: {
|
|
849
|
+
format: "number" | "percent" | "real" | "number_with_commas" | "dollar" | "canadian_dollar" | "singapore_dollar" | "euro" | "pound" | "yen" | "ruble" | "rupee" | "won" | "yuan" | "lira" | "rupiah" | "franc" | "hong_kong_dollar" | "new_zealand_dollar" | "krona" | "norwegian_krone" | "mexican_peso" | "rand" | "new_taiwan_dollar" | "danish_krone" | "zloty" | "baht" | "forint" | "koruna" | "shekel" | "chilean_peso" | "philippine_peso" | "dirham" | "colombian_peso" | "riyal" | "ringgit" | "leu" | "argentine_peso" | "uruguayan_peso" | "peruvian_sol";
|
|
850
|
+
};
|
|
851
|
+
type: "number";
|
|
852
|
+
name: string;
|
|
853
|
+
id: string;
|
|
854
|
+
description?: string | undefined;
|
|
855
|
+
}>, z.ZodObject<{
|
|
856
|
+
id: z.ZodString;
|
|
857
|
+
name: z.ZodString;
|
|
858
|
+
description: z.ZodOptional<z.ZodString>;
|
|
859
|
+
type: z.ZodLiteral<"people">;
|
|
860
|
+
people: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
861
|
+
}, "strip", z.ZodTypeAny, {
|
|
862
|
+
type: "people";
|
|
863
|
+
name: string;
|
|
864
|
+
id: string;
|
|
865
|
+
people: {};
|
|
866
|
+
description?: string | undefined;
|
|
867
|
+
}, {
|
|
868
|
+
type: "people";
|
|
869
|
+
name: string;
|
|
870
|
+
id: string;
|
|
871
|
+
people: {};
|
|
872
|
+
description?: string | undefined;
|
|
873
|
+
}>, z.ZodObject<{
|
|
874
|
+
id: z.ZodString;
|
|
875
|
+
name: z.ZodString;
|
|
876
|
+
description: z.ZodOptional<z.ZodString>;
|
|
877
|
+
type: z.ZodLiteral<"phone_number">;
|
|
878
|
+
phone_number: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
879
|
+
}, "strip", z.ZodTypeAny, {
|
|
880
|
+
type: "phone_number";
|
|
881
|
+
name: string;
|
|
882
|
+
id: string;
|
|
883
|
+
phone_number: {};
|
|
884
|
+
description?: string | undefined;
|
|
885
|
+
}, {
|
|
886
|
+
type: "phone_number";
|
|
887
|
+
name: string;
|
|
888
|
+
id: string;
|
|
889
|
+
phone_number: {};
|
|
890
|
+
description?: string | undefined;
|
|
891
|
+
}>, z.ZodObject<{
|
|
892
|
+
name: z.ZodString;
|
|
893
|
+
description: z.ZodOptional<z.ZodString>;
|
|
894
|
+
type: z.ZodLiteral<"place">;
|
|
895
|
+
place: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
896
|
+
}, "strip", z.ZodTypeAny, {
|
|
897
|
+
type: "place";
|
|
898
|
+
name: string;
|
|
899
|
+
place: {};
|
|
900
|
+
description?: string | undefined;
|
|
901
|
+
}, {
|
|
902
|
+
type: "place";
|
|
903
|
+
name: string;
|
|
904
|
+
place: {};
|
|
905
|
+
description?: string | undefined;
|
|
906
|
+
}>, z.ZodObject<{
|
|
907
|
+
id: z.ZodString;
|
|
908
|
+
name: z.ZodString;
|
|
909
|
+
description: z.ZodOptional<z.ZodString>;
|
|
910
|
+
type: z.ZodLiteral<"relation">;
|
|
911
|
+
relation: z.ZodObject<{
|
|
912
|
+
data_source_id: z.ZodString;
|
|
913
|
+
dual_property: z.ZodOptional<z.ZodObject<{
|
|
914
|
+
synced_property_id: z.ZodString;
|
|
915
|
+
synced_property_name: z.ZodString;
|
|
916
|
+
}, "strip", z.ZodTypeAny, {
|
|
917
|
+
synced_property_id: string;
|
|
918
|
+
synced_property_name: string;
|
|
919
|
+
}, {
|
|
920
|
+
synced_property_id: string;
|
|
921
|
+
synced_property_name: string;
|
|
922
|
+
}>>;
|
|
923
|
+
}, "strip", z.ZodTypeAny, {
|
|
924
|
+
data_source_id: string;
|
|
925
|
+
dual_property?: {
|
|
926
|
+
synced_property_id: string;
|
|
927
|
+
synced_property_name: string;
|
|
928
|
+
} | undefined;
|
|
929
|
+
}, {
|
|
930
|
+
data_source_id: string;
|
|
931
|
+
dual_property?: {
|
|
932
|
+
synced_property_id: string;
|
|
933
|
+
synced_property_name: string;
|
|
934
|
+
} | undefined;
|
|
935
|
+
}>;
|
|
936
|
+
}, "strip", z.ZodTypeAny, {
|
|
937
|
+
type: "relation";
|
|
938
|
+
name: string;
|
|
939
|
+
id: string;
|
|
940
|
+
relation: {
|
|
941
|
+
data_source_id: string;
|
|
942
|
+
dual_property?: {
|
|
943
|
+
synced_property_id: string;
|
|
944
|
+
synced_property_name: string;
|
|
945
|
+
} | undefined;
|
|
946
|
+
};
|
|
947
|
+
description?: string | undefined;
|
|
948
|
+
}, {
|
|
949
|
+
type: "relation";
|
|
950
|
+
name: string;
|
|
951
|
+
id: string;
|
|
952
|
+
relation: {
|
|
953
|
+
data_source_id: string;
|
|
954
|
+
dual_property?: {
|
|
955
|
+
synced_property_id: string;
|
|
956
|
+
synced_property_name: string;
|
|
957
|
+
} | undefined;
|
|
958
|
+
};
|
|
959
|
+
description?: string | undefined;
|
|
960
|
+
}>, z.ZodObject<{
|
|
961
|
+
id: z.ZodString;
|
|
962
|
+
name: z.ZodString;
|
|
963
|
+
description: z.ZodOptional<z.ZodString>;
|
|
964
|
+
type: z.ZodLiteral<"rich_text">;
|
|
965
|
+
rich_text: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
966
|
+
}, "strip", z.ZodTypeAny, {
|
|
967
|
+
type: "rich_text";
|
|
968
|
+
name: string;
|
|
969
|
+
id: string;
|
|
970
|
+
rich_text: {};
|
|
971
|
+
description?: string | undefined;
|
|
972
|
+
}, {
|
|
973
|
+
type: "rich_text";
|
|
974
|
+
name: string;
|
|
975
|
+
id: string;
|
|
976
|
+
rich_text: {};
|
|
977
|
+
description?: string | undefined;
|
|
978
|
+
}>, z.ZodObject<{
|
|
979
|
+
id: z.ZodString;
|
|
980
|
+
name: z.ZodString;
|
|
981
|
+
description: z.ZodOptional<z.ZodString>;
|
|
982
|
+
type: z.ZodLiteral<"rollup">;
|
|
983
|
+
rollup: z.ZodObject<{
|
|
984
|
+
function: z.ZodEnum<["average", "checked", "count_per_group", "count", "count_values", "date_range", "earliest_date", "empty", "latest_date", "max", "median", "min", "not_empty", "percent_checked", "percent_empty", "percent_not_empty", "percent_per_group", "percent_unchecked", "range", "unchecked", "unique", "show_original", "show_unique", "sum"]>;
|
|
985
|
+
relation_property_id: z.ZodString;
|
|
986
|
+
relation_property_name: z.ZodString;
|
|
987
|
+
rollup_property_id: z.ZodString;
|
|
988
|
+
rollup_property_name: z.ZodString;
|
|
989
|
+
}, "strip", z.ZodTypeAny, {
|
|
990
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
991
|
+
relation_property_id: string;
|
|
992
|
+
relation_property_name: string;
|
|
993
|
+
rollup_property_id: string;
|
|
994
|
+
rollup_property_name: string;
|
|
995
|
+
}, {
|
|
996
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
997
|
+
relation_property_id: string;
|
|
998
|
+
relation_property_name: string;
|
|
999
|
+
rollup_property_id: string;
|
|
1000
|
+
rollup_property_name: string;
|
|
1001
|
+
}>;
|
|
1002
|
+
}, "strip", z.ZodTypeAny, {
|
|
1003
|
+
type: "rollup";
|
|
1004
|
+
name: string;
|
|
1005
|
+
id: string;
|
|
1006
|
+
rollup: {
|
|
1007
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
1008
|
+
relation_property_id: string;
|
|
1009
|
+
relation_property_name: string;
|
|
1010
|
+
rollup_property_id: string;
|
|
1011
|
+
rollup_property_name: string;
|
|
1012
|
+
};
|
|
1013
|
+
description?: string | undefined;
|
|
1014
|
+
}, {
|
|
1015
|
+
type: "rollup";
|
|
1016
|
+
name: string;
|
|
1017
|
+
id: string;
|
|
1018
|
+
rollup: {
|
|
1019
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
1020
|
+
relation_property_id: string;
|
|
1021
|
+
relation_property_name: string;
|
|
1022
|
+
rollup_property_id: string;
|
|
1023
|
+
rollup_property_name: string;
|
|
1024
|
+
};
|
|
1025
|
+
description?: string | undefined;
|
|
1026
|
+
}>, z.ZodObject<{
|
|
1027
|
+
id: z.ZodString;
|
|
1028
|
+
name: z.ZodString;
|
|
1029
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1030
|
+
type: z.ZodLiteral<"select">;
|
|
1031
|
+
select: z.ZodObject<{
|
|
1032
|
+
options: z.ZodArray<z.ZodObject<{
|
|
1033
|
+
id: z.ZodString;
|
|
1034
|
+
name: z.ZodString;
|
|
1035
|
+
color: z.ZodEnum<["default", "gray", "brown", "orange", "yellow", "green", "blue", "purple", "pink", "red"]>;
|
|
1036
|
+
}, "strip", z.ZodTypeAny, {
|
|
1037
|
+
name: string;
|
|
1038
|
+
id: string;
|
|
1039
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1040
|
+
}, {
|
|
1041
|
+
name: string;
|
|
1042
|
+
id: string;
|
|
1043
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1044
|
+
}>, "many">;
|
|
1045
|
+
}, "strip", z.ZodTypeAny, {
|
|
1046
|
+
options: {
|
|
1047
|
+
name: string;
|
|
1048
|
+
id: string;
|
|
1049
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1050
|
+
}[];
|
|
1051
|
+
}, {
|
|
1052
|
+
options: {
|
|
1053
|
+
name: string;
|
|
1054
|
+
id: string;
|
|
1055
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1056
|
+
}[];
|
|
1057
|
+
}>;
|
|
1058
|
+
}, "strip", z.ZodTypeAny, {
|
|
1059
|
+
type: "select";
|
|
1060
|
+
name: string;
|
|
1061
|
+
id: string;
|
|
1062
|
+
select: {
|
|
1063
|
+
options: {
|
|
1064
|
+
name: string;
|
|
1065
|
+
id: string;
|
|
1066
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1067
|
+
}[];
|
|
1068
|
+
};
|
|
1069
|
+
description?: string | undefined;
|
|
1070
|
+
}, {
|
|
1071
|
+
type: "select";
|
|
1072
|
+
name: string;
|
|
1073
|
+
id: string;
|
|
1074
|
+
select: {
|
|
1075
|
+
options: {
|
|
1076
|
+
name: string;
|
|
1077
|
+
id: string;
|
|
1078
|
+
color: "default" | "gray" | "brown" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "red";
|
|
1079
|
+
}[];
|
|
1080
|
+
};
|
|
1081
|
+
description?: string | undefined;
|
|
1082
|
+
}>, z.ZodObject<{
|
|
1083
|
+
id: z.ZodString;
|
|
1084
|
+
name: z.ZodString;
|
|
1085
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1086
|
+
type: z.ZodLiteral<"title">;
|
|
1087
|
+
title: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
1088
|
+
}, "strip", z.ZodTypeAny, {
|
|
1089
|
+
type: "title";
|
|
1090
|
+
title: {};
|
|
1091
|
+
name: string;
|
|
1092
|
+
id: string;
|
|
1093
|
+
description?: string | undefined;
|
|
1094
|
+
}, {
|
|
1095
|
+
type: "title";
|
|
1096
|
+
title: {};
|
|
1097
|
+
name: string;
|
|
1098
|
+
id: string;
|
|
1099
|
+
description?: string | undefined;
|
|
1100
|
+
}>, z.ZodObject<{
|
|
1101
|
+
id: z.ZodString;
|
|
1102
|
+
name: z.ZodString;
|
|
1103
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1104
|
+
type: z.ZodLiteral<"url">;
|
|
1105
|
+
url: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
1106
|
+
}, "strip", z.ZodTypeAny, {
|
|
1107
|
+
type: "url";
|
|
1108
|
+
name: string;
|
|
1109
|
+
url: {};
|
|
1110
|
+
id: string;
|
|
1111
|
+
description?: string | undefined;
|
|
1112
|
+
}, {
|
|
1113
|
+
type: "url";
|
|
1114
|
+
name: string;
|
|
1115
|
+
url: {};
|
|
1116
|
+
id: string;
|
|
1117
|
+
description?: string | undefined;
|
|
1118
|
+
}>, z.ZodObject<{
|
|
1119
|
+
id: z.ZodString;
|
|
1120
|
+
name: z.ZodString;
|
|
1121
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1122
|
+
type: z.ZodLiteral<"unique_id">;
|
|
1123
|
+
unique_id: z.ZodObject<{
|
|
1124
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
1125
|
+
}, "strip", z.ZodTypeAny, {
|
|
1126
|
+
prefix?: string | undefined;
|
|
1127
|
+
}, {
|
|
1128
|
+
prefix?: string | undefined;
|
|
1129
|
+
}>;
|
|
1130
|
+
}, "strip", z.ZodTypeAny, {
|
|
1131
|
+
type: "unique_id";
|
|
1132
|
+
name: string;
|
|
1133
|
+
id: string;
|
|
1134
|
+
unique_id: {
|
|
1135
|
+
prefix?: string | undefined;
|
|
1136
|
+
};
|
|
1137
|
+
description?: string | undefined;
|
|
1138
|
+
}, {
|
|
1139
|
+
type: "unique_id";
|
|
1140
|
+
name: string;
|
|
1141
|
+
id: string;
|
|
1142
|
+
unique_id: {
|
|
1143
|
+
prefix?: string | undefined;
|
|
1144
|
+
};
|
|
1145
|
+
description?: string | undefined;
|
|
1146
|
+
}>]>;
|
|
1147
|
+
export { ColorEnum, CheckboxPropertySchema, CreatedByPropertySchema, CreatedTimePropertySchema, DatePropertySchema, EmailPropertySchema, FilesPropertySchema, FormulaPropertySchema, LastEditedByPropertySchema, LastEditedTimePropertySchema, MultiSelectPropertySchema, MultiSelectOptionSchema, NumberPropertySchema, NumberFormatEnum, PeoplePropertySchema, PhoneNumberPropertySchema, PlacePropertySchema, RelationPropertySchema, RichTextPropertySchema, RollupPropertySchema, RollupFunctionEnum, SelectPropertySchema, SelectOptionSchema, TitlePropertySchema, URLPropertySchema, UniqueIDPropertySchema, };
|
|
1148
|
+
//# sourceMappingURL=property-schemas.d.ts.map
|