digital-tools 2.1.3 → 2.4.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +19 -0
- package/README.md +2 -0
- package/dist/client.d.ts +109 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +69 -0
- package/dist/client.js.map +1 -0
- package/dist/define.d.ts +2 -2
- package/dist/define.d.ts.map +1 -1
- package/dist/define.js +21 -11
- package/dist/define.js.map +1 -1
- package/dist/function-ref.d.ts +229 -0
- package/dist/function-ref.d.ts.map +1 -0
- package/dist/function-ref.js +28 -0
- package/dist/function-ref.js.map +1 -0
- package/dist/function-sugar.d.ts +57 -0
- package/dist/function-sugar.d.ts.map +1 -0
- package/dist/function-sugar.js +79 -0
- package/dist/function-sugar.js.map +1 -0
- package/dist/index.d.ts +10 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +24 -4
- package/dist/index.js.map +1 -1
- package/dist/providers/analytics/mixpanel.d.ts.map +1 -1
- package/dist/providers/analytics/mixpanel.js +21 -18
- package/dist/providers/analytics/mixpanel.js.map +1 -1
- package/dist/providers/calendar/cal-com.d.ts.map +1 -1
- package/dist/providers/calendar/cal-com.js +10 -10
- package/dist/providers/calendar/cal-com.js.map +1 -1
- package/dist/providers/calendar/google-calendar.d.ts.map +1 -1
- package/dist/providers/calendar/google-calendar.js +4 -4
- package/dist/providers/calendar/google-calendar.js.map +1 -1
- package/dist/providers/crm/hubspot.d.ts.map +1 -1
- package/dist/providers/crm/hubspot.js +107 -85
- package/dist/providers/crm/hubspot.js.map +1 -1
- package/dist/providers/development/github.d.ts.map +1 -1
- package/dist/providers/development/github.js +40 -43
- package/dist/providers/development/github.js.map +1 -1
- package/dist/providers/ecommerce/shopify.d.ts.map +1 -1
- package/dist/providers/ecommerce/shopify.js +79 -62
- package/dist/providers/ecommerce/shopify.js.map +1 -1
- package/dist/providers/email/resend.d.ts.map +1 -1
- package/dist/providers/email/resend.js +20 -16
- package/dist/providers/email/resend.js.map +1 -1
- package/dist/providers/email/sendgrid.d.ts.map +1 -1
- package/dist/providers/email/sendgrid.js +12 -9
- package/dist/providers/email/sendgrid.js.map +1 -1
- package/dist/providers/finance/stripe.d.ts.map +1 -1
- package/dist/providers/finance/stripe.js +44 -42
- package/dist/providers/finance/stripe.js.map +1 -1
- package/dist/providers/forms/typeform.d.ts.map +1 -1
- package/dist/providers/forms/typeform.js +68 -58
- package/dist/providers/forms/typeform.js.map +1 -1
- package/dist/providers/knowledge/notion.d.ts.map +1 -1
- package/dist/providers/knowledge/notion.js +75 -41
- package/dist/providers/knowledge/notion.js.map +1 -1
- package/dist/providers/marketing/mailchimp.d.ts.map +1 -1
- package/dist/providers/marketing/mailchimp.js +74 -61
- package/dist/providers/marketing/mailchimp.js.map +1 -1
- package/dist/providers/media/cloudinary.d.ts.map +1 -1
- package/dist/providers/media/cloudinary.js +30 -28
- package/dist/providers/media/cloudinary.js.map +1 -1
- package/dist/providers/messaging/slack.d.ts.map +1 -1
- package/dist/providers/messaging/slack.js +75 -58
- package/dist/providers/messaging/slack.js.map +1 -1
- package/dist/providers/messaging/twilio-sms.d.ts.map +1 -1
- package/dist/providers/messaging/twilio-sms.js +33 -15
- package/dist/providers/messaging/twilio-sms.js.map +1 -1
- package/dist/providers/project-management/linear.d.ts.map +1 -1
- package/dist/providers/project-management/linear.js +31 -27
- package/dist/providers/project-management/linear.js.map +1 -1
- package/dist/providers/spreadsheet/google-sheets.d.ts.map +1 -1
- package/dist/providers/spreadsheet/google-sheets.js +21 -18
- package/dist/providers/spreadsheet/google-sheets.js.map +1 -1
- package/dist/providers/spreadsheet/xlsx.d.ts.map +1 -1
- package/dist/providers/spreadsheet/xlsx.js +4 -4
- package/dist/providers/spreadsheet/xlsx.js.map +1 -1
- package/dist/providers/storage/index.js +1 -0
- package/dist/providers/storage/index.js.map +1 -1
- package/dist/providers/storage/s3.d.ts.map +1 -1
- package/dist/providers/storage/s3.js +36 -27
- package/dist/providers/storage/s3.js.map +1 -1
- package/dist/providers/support/zendesk.d.ts.map +1 -1
- package/dist/providers/support/zendesk.js +24 -25
- package/dist/providers/support/zendesk.js.map +1 -1
- package/dist/providers/tasks/todoist.d.ts.map +1 -1
- package/dist/providers/tasks/todoist.js +18 -18
- package/dist/providers/tasks/todoist.js.map +1 -1
- package/dist/providers/video-conferencing/google-meet.d.ts.map +1 -1
- package/dist/providers/video-conferencing/google-meet.js +11 -11
- package/dist/providers/video-conferencing/google-meet.js.map +1 -1
- package/dist/providers/video-conferencing/jitsi.js +14 -14
- package/dist/providers/video-conferencing/jitsi.js.map +1 -1
- package/dist/providers/video-conferencing/teams.d.ts.map +1 -1
- package/dist/providers/video-conferencing/teams.js +9 -7
- package/dist/providers/video-conferencing/teams.js.map +1 -1
- package/dist/providers/video-conferencing/zoom.d.ts.map +1 -1
- package/dist/providers/video-conferencing/zoom.js +26 -24
- package/dist/providers/video-conferencing/zoom.js.map +1 -1
- package/dist/tools/data.d.ts.map +1 -1
- package/dist/tools/data.js +5 -12
- package/dist/tools/data.js.map +1 -1
- package/dist/tools/index.d.ts +1 -0
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +1 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/system.d.ts +289 -0
- package/dist/tools/system.d.ts.map +1 -0
- package/dist/tools/system.js +752 -0
- package/dist/tools/system.js.map +1 -0
- package/dist/tools/web.d.ts.map +1 -1
- package/dist/tools/web.js +22 -10
- package/dist/tools/web.js.map +1 -1
- package/dist/track-record.d.ts +101 -0
- package/dist/track-record.d.ts.map +1 -0
- package/dist/track-record.js +17 -0
- package/dist/track-record.js.map +1 -0
- package/dist/types.d.ts +210 -9
- package/dist/types.d.ts.map +1 -1
- package/dist/verb-registration.d.ts +122 -0
- package/dist/verb-registration.d.ts.map +1 -0
- package/dist/verb-registration.js +176 -0
- package/dist/verb-registration.js.map +1 -0
- package/dist/worker.d.ts +93 -0
- package/dist/worker.d.ts.map +1 -0
- package/dist/worker.js +315 -0
- package/dist/worker.js.map +1 -0
- package/dist/wrap.d.ts +89 -0
- package/dist/wrap.d.ts.map +1 -0
- package/dist/wrap.js +225 -0
- package/dist/wrap.js.map +1 -0
- package/package.json +31 -14
- package/src/client.ts +136 -0
- package/src/define.ts +30 -24
- package/src/function-ref.ts +264 -0
- package/src/function-sugar.ts +134 -0
- package/src/index.ts +132 -10
- package/src/providers/analytics/mixpanel.ts +19 -18
- package/src/providers/calendar/cal-com.ts +29 -18
- package/src/providers/calendar/google-calendar.ts +20 -14
- package/src/providers/crm/hubspot.ts +225 -99
- package/src/providers/development/github.ts +206 -135
- package/src/providers/ecommerce/shopify.ts +250 -89
- package/src/providers/email/resend.ts +101 -28
- package/src/providers/email/sendgrid.ts +12 -9
- package/src/providers/finance/stripe.ts +128 -49
- package/src/providers/forms/typeform.ts +74 -58
- package/src/providers/knowledge/notion.ts +340 -88
- package/src/providers/marketing/mailchimp.ts +86 -70
- package/src/providers/media/cloudinary.ts +99 -41
- package/src/providers/messaging/slack.ts +283 -85
- package/src/providers/messaging/twilio-sms.ts +35 -15
- package/src/providers/project-management/linear.ts +143 -55
- package/src/providers/spreadsheet/google-sheets.ts +222 -56
- package/src/providers/spreadsheet/xlsx.ts +47 -16
- package/src/providers/storage/s3.ts +119 -47
- package/src/providers/support/zendesk.ts +196 -46
- package/src/providers/tasks/todoist.ts +20 -26
- package/src/providers/video-conferencing/google-meet.ts +17 -20
- package/src/providers/video-conferencing/jitsi.ts +14 -14
- package/src/providers/video-conferencing/teams.ts +14 -13
- package/src/providers/video-conferencing/zoom.ts +54 -49
- package/src/tools/data.ts +6 -16
- package/src/tools/index.ts +1 -0
- package/src/tools/system.ts +887 -0
- package/src/tools/web.ts +22 -10
- package/src/track-record.ts +106 -0
- package/src/types.ts +241 -13
- package/src/verb-registration.ts +197 -0
- package/src/worker.ts +370 -0
- package/src/wrap.ts +260 -0
- package/test/client.test.ts +146 -0
- package/test/communication-tools-extended.test.ts +734 -0
- package/test/data-tools-extended.test.ts +743 -0
- package/test/define-extended.test.ts +819 -0
- package/test/define.test.ts +150 -41
- package/test/entities.test.ts +623 -0
- package/test/extended-entities.test.ts +1228 -0
- package/test/provider-implementations.test.ts +725 -0
- package/test/provider-registry-extended.test.ts +583 -0
- package/test/providers/google-sheets.test.ts +851 -0
- package/test/providers/helpers.ts +554 -0
- package/test/providers/hubspot.test.ts +576 -0
- package/test/providers/slack.test.ts +932 -0
- package/test/providers/stripe.test.ts +701 -0
- package/test/providers.test.ts +578 -0
- package/test/system-tools-extended.test.ts +632 -0
- package/test/system.test.ts +673 -0
- package/test/tools.test.ts +15 -11
- package/test/types.test.ts +402 -0
- package/test/verb-registration.test.ts +395 -0
- package/test/web-tools.test.ts +553 -0
- package/test/worker-extended.test.ts +699 -0
- package/test/worker.test.ts +576 -0
- package/test/wrap.test.ts +366 -0
- package/tsconfig.json +3 -13
- package/vitest.config.ts +37 -0
- package/wrangler.jsonc +9 -0
- package/LICENSE +0 -21
- package/dist/providers/voice/vapi.d.ts +0 -27
- package/dist/providers/voice/vapi.d.ts.map +0 -1
- package/dist/providers/voice/vapi.js +0 -440
- package/dist/providers/voice/vapi.js.map +0 -1
- package/src/define.js +0 -259
- package/src/entities/advertising.js +0 -999
- package/src/entities/ai.js +0 -756
- package/src/entities/analytics.js +0 -1588
- package/src/entities/automation.js +0 -601
- package/src/entities/communication.js +0 -1150
- package/src/entities/crm.js +0 -1386
- package/src/entities/design.js +0 -546
- package/src/entities/development.js +0 -2212
- package/src/entities/document.js +0 -874
- package/src/entities/ecommerce.js +0 -1429
- package/src/entities/experiment.js +0 -1039
- package/src/entities/finance.js +0 -3478
- package/src/entities/forms.js +0 -1892
- package/src/entities/hr.js +0 -661
- package/src/entities/identity.js +0 -997
- package/src/entities/index.js +0 -282
- package/src/entities/infrastructure.js +0 -1153
- package/src/entities/knowledge.js +0 -1438
- package/src/entities/marketing.js +0 -1610
- package/src/entities/media.js +0 -1634
- package/src/entities/notification.js +0 -1199
- package/src/entities/presentation.js +0 -1274
- package/src/entities/productivity.js +0 -1317
- package/src/entities/project-management.js +0 -1136
- package/src/entities/recruiting.js +0 -736
- package/src/entities/shipping.js +0 -509
- package/src/entities/signature.js +0 -1102
- package/src/entities/site.js +0 -222
- package/src/entities/spreadsheet.js +0 -1341
- package/src/entities/storage.js +0 -1198
- package/src/entities/support.js +0 -1166
- package/src/entities/video-conferencing.js +0 -1750
- package/src/entities/video.js +0 -950
- package/src/entities.js +0 -1663
- package/src/index.js +0 -74
- package/src/providers/analytics/index.js +0 -17
- package/src/providers/analytics/mixpanel.js +0 -255
- package/src/providers/calendar/cal-com.js +0 -303
- package/src/providers/calendar/google-calendar.js +0 -335
- package/src/providers/calendar/index.js +0 -20
- package/src/providers/crm/hubspot.js +0 -566
- package/src/providers/crm/index.js +0 -17
- package/src/providers/development/github.js +0 -472
- package/src/providers/development/index.js +0 -17
- package/src/providers/ecommerce/index.js +0 -17
- package/src/providers/ecommerce/shopify.js +0 -378
- package/src/providers/email/index.js +0 -20
- package/src/providers/email/resend.js +0 -258
- package/src/providers/email/sendgrid.js +0 -161
- package/src/providers/finance/index.js +0 -17
- package/src/providers/finance/stripe.js +0 -549
- package/src/providers/forms/index.js +0 -17
- package/src/providers/forms/typeform.js +0 -500
- package/src/providers/index.js +0 -123
- package/src/providers/knowledge/index.js +0 -17
- package/src/providers/knowledge/notion.js +0 -389
- package/src/providers/marketing/index.js +0 -17
- package/src/providers/marketing/mailchimp.js +0 -443
- package/src/providers/media/cloudinary.js +0 -318
- package/src/providers/media/index.js +0 -17
- package/src/providers/messaging/index.js +0 -20
- package/src/providers/messaging/slack.js +0 -393
- package/src/providers/messaging/twilio-sms.js +0 -249
- package/src/providers/project-management/index.js +0 -17
- package/src/providers/project-management/linear.js +0 -575
- package/src/providers/registry.js +0 -86
- package/src/providers/spreadsheet/google-sheets.js +0 -375
- package/src/providers/spreadsheet/index.js +0 -20
- package/src/providers/spreadsheet/xlsx.js +0 -423
- package/src/providers/storage/index.js +0 -24
- package/src/providers/storage/s3.js +0 -419
- package/src/providers/support/index.js +0 -17
- package/src/providers/support/zendesk.js +0 -373
- package/src/providers/tasks/index.js +0 -17
- package/src/providers/tasks/todoist.js +0 -286
- package/src/providers/types.js +0 -9
- package/src/providers/video-conferencing/google-meet.js +0 -286
- package/src/providers/video-conferencing/index.js +0 -31
- package/src/providers/video-conferencing/jitsi.js +0 -254
- package/src/providers/video-conferencing/teams.js +0 -270
- package/src/providers/video-conferencing/zoom.js +0 -332
- package/src/registry.js +0 -128
- package/src/tools/communication.js +0 -184
- package/src/tools/data.js +0 -205
- package/src/tools/index.js +0 -11
- package/src/tools/web.js +0 -137
- package/src/types.js +0 -10
- package/test/define.test.js +0 -306
- package/test/registry.test.js +0 -357
- package/test/tools.test.js +0 -363
package/src/entities/index.js
DELETED
|
@@ -1,282 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Digital Tool Entity Types (Nouns)
|
|
3
|
-
*
|
|
4
|
-
* Comprehensive entity definitions for all digital tools that can be used
|
|
5
|
-
* by both remote human workers AND AI agents.
|
|
6
|
-
*
|
|
7
|
-
* Categories use single-word identifiers for use as JS/TS var/component/function names.
|
|
8
|
-
*
|
|
9
|
-
* @packageDocumentation
|
|
10
|
-
*/
|
|
11
|
-
// =============================================================================
|
|
12
|
-
// Site (Deployed web presence with type enumeration)
|
|
13
|
-
// =============================================================================
|
|
14
|
-
export { Site, SiteEntities, SiteTypes } from './site.js';
|
|
15
|
-
// =============================================================================
|
|
16
|
-
// Message (unified: email, text, chat, direct, voicemail)
|
|
17
|
-
// =============================================================================
|
|
18
|
-
export {
|
|
19
|
-
// Core entities (single-word nouns)
|
|
20
|
-
Message, Thread, Call, Channel, Workspace, Member, Contact, Attachment, Reaction,
|
|
21
|
-
// Collections
|
|
22
|
-
CommunicationEntities as MessageEntities, CommunicationCategories as MessageCategories, } from './communication.js';
|
|
23
|
-
// =============================================================================
|
|
24
|
-
// Productivity (Calendar, Tasks, Notes)
|
|
25
|
-
// =============================================================================
|
|
26
|
-
export { Calendar, Event, Availability, Task, Checklist, Note, Notebook, Reminder, Bookmark, ProductivityEntities, ProductivityCategories, } from './productivity.js';
|
|
27
|
-
// =============================================================================
|
|
28
|
-
// Project (Projects, Issues, Sprints, Repositories)
|
|
29
|
-
// =============================================================================
|
|
30
|
-
export { Project, Issue, Sprint, Milestone, Board, Column, Label, Epic, ProjectManagementEntities as ProjectEntities, ProjectManagementCategories as ProjectCategories, } from './project-management.js';
|
|
31
|
-
// =============================================================================
|
|
32
|
-
// Code (Repositories, PRs, Commits)
|
|
33
|
-
// =============================================================================
|
|
34
|
-
export { Repository, Branch, Commit, PullRequest, CodeReview, CodeIssue, Release, Workflow, WorkflowRun, DevelopmentEntities as CodeEntities, DevelopmentCategories as CodeCategories, } from './development.js';
|
|
35
|
-
// =============================================================================
|
|
36
|
-
// Sales (Leads, Deals, Accounts)
|
|
37
|
-
// =============================================================================
|
|
38
|
-
export { Lead, Deal, Account, Pipeline, Stage, Activity, Quote, QuoteLineItem, Product as CRMProduct, CRMEntities as SalesEntities, CRMCategories as SalesCategories, } from './crm.js';
|
|
39
|
-
// =============================================================================
|
|
40
|
-
// Finance (Stripe-based: Payments, Billing, Connect, Treasury, Issuing)
|
|
41
|
-
// =============================================================================
|
|
42
|
-
export {
|
|
43
|
-
// Core
|
|
44
|
-
Customer as FinanceCustomer, Product as FinanceProduct, Price,
|
|
45
|
-
// Payments
|
|
46
|
-
PaymentMethod, PaymentIntent, Charge, Refund,
|
|
47
|
-
// Billing
|
|
48
|
-
Invoice, InvoiceLineItem, Subscription, SubscriptionItem, Quote as FinanceQuote,
|
|
49
|
-
// Balance
|
|
50
|
-
Balance, BalanceTransaction,
|
|
51
|
-
// Connect
|
|
52
|
-
Account as ConnectAccount, AccountLink, Transfer, Payout, ApplicationFee,
|
|
53
|
-
// Treasury
|
|
54
|
-
FinancialAccount, TreasuryTransaction, InboundTransfer, OutboundTransfer, OutboundPayment, ReceivedCredit, ReceivedDebit,
|
|
55
|
-
// Issuing
|
|
56
|
-
IssuingCard, IssuingCardholder, IssuingAuthorization, IssuingTransaction, IssuingDispute,
|
|
57
|
-
// Bank
|
|
58
|
-
BankAccount,
|
|
59
|
-
// Webhooks
|
|
60
|
-
WebhookEndpoint, Event as FinanceEvent,
|
|
61
|
-
// Collections
|
|
62
|
-
FinanceEntities, FinanceCategories, } from './finance.js';
|
|
63
|
-
// =============================================================================
|
|
64
|
-
// Support (Tickets, Conversations, Help)
|
|
65
|
-
// =============================================================================
|
|
66
|
-
export { SupportTicket, TicketComment, Conversation, ConversationMessage, HelpArticle, HelpCategory, FAQ, SatisfactionRating, SupportEntities, SupportCategories, } from './support.js';
|
|
67
|
-
// =============================================================================
|
|
68
|
-
// Media (Images, Videos, Audio)
|
|
69
|
-
// =============================================================================
|
|
70
|
-
export { Image, Video, Audio, Screenshot, Album, MediaLibrary, Transcript, Caption, MediaEntities, MediaCategories, } from './media.js';
|
|
71
|
-
// =============================================================================
|
|
72
|
-
// Marketing (Campaigns, Audiences, Templates)
|
|
73
|
-
// =============================================================================
|
|
74
|
-
export { Campaign, Audience, EmailTemplate, LandingPage, FormSubmission, SocialPost, AdCreative, UTMLink, MarketingEntities, MarketingCategories, } from './marketing.js';
|
|
75
|
-
// =============================================================================
|
|
76
|
-
// Knowledge (Wiki, Articles, Glossary)
|
|
77
|
-
// =============================================================================
|
|
78
|
-
export { WikiPage, WikiSpace, WikiRevision, Article, KnowledgeBase, Glossary, GlossaryTerm, SearchIndex, Tag, Category, KnowledgeEntities, KnowledgeCategories, } from './knowledge.js';
|
|
79
|
-
// =============================================================================
|
|
80
|
-
// Commerce (Products, Orders, Carts)
|
|
81
|
-
// =============================================================================
|
|
82
|
-
export { Product, ProductVariant, Order, OrderItem, Cart, Customer, Inventory, Discount, Review, EcommerceEntities as CommerceEntities, EcommerceCategories as CommerceCategories, } from './ecommerce.js';
|
|
83
|
-
// =============================================================================
|
|
84
|
-
// Analytics (Reports, Dashboards, Metrics)
|
|
85
|
-
// =============================================================================
|
|
86
|
-
export { Report, Dashboard, Widget, Metric, Goal, DataSource, Query, Alert, AnalyticsEntities, AnalyticsCategories, } from './analytics.js';
|
|
87
|
-
// =============================================================================
|
|
88
|
-
// Storage (Files, Folders, Drives)
|
|
89
|
-
// =============================================================================
|
|
90
|
-
export { File, Folder, Drive, SharedLink, FileVersion, StorageQuota, Backup, StorageEntities, StorageCategories, } from './storage.js';
|
|
91
|
-
// =============================================================================
|
|
92
|
-
// Meeting (Video Conferencing, Webinars)
|
|
93
|
-
// =============================================================================
|
|
94
|
-
export { Meeting, MeetingParticipant, MeetingRecording, Webinar, WebinarRegistrant, MeetingRoom, BreakoutRoom, MeetingPoll, MeetingChat, MeetingType, Resource, Reservation, Waitlist, VideoConferencingEntities as MeetingEntities, VideoConferencingCategories as MeetingCategories, } from './video-conferencing.js';
|
|
95
|
-
// =============================================================================
|
|
96
|
-
// Form (Forms, Surveys, Quizzes)
|
|
97
|
-
// =============================================================================
|
|
98
|
-
export { Form, FormField, FormResponse, Survey, SurveyQuestion, SurveyResponse, Quiz, QuizQuestion, QuizResult, FormsEntities as FormEntities, FormsCategories as FormCategories, } from './forms.js';
|
|
99
|
-
// =============================================================================
|
|
100
|
-
// Signature (E-signatures, DocuSign, DocuSeal)
|
|
101
|
-
// =============================================================================
|
|
102
|
-
export { SignatureDocument, SignatureRequest, Signer, SignatureField, Signature, SignatureTemplate, AuditTrail, SignatureEntities, SignatureCategories, } from './signature.js';
|
|
103
|
-
// =============================================================================
|
|
104
|
-
// Document (Word Processing: Google Docs, Word, Markdown)
|
|
105
|
-
// =============================================================================
|
|
106
|
-
export { Document, DocumentVersion, DocumentComment, DocumentCollaborator, DocumentEntities, DocumentCategories, } from './document.js';
|
|
107
|
-
// =============================================================================
|
|
108
|
-
// Spreadsheet (Google Sheets, Excel, CSV)
|
|
109
|
-
// =============================================================================
|
|
110
|
-
export { Spreadsheet, Sheet, Cell, Range, Chart, PivotTable, SpreadsheetEntities, SpreadsheetCategories, } from './spreadsheet.js';
|
|
111
|
-
// =============================================================================
|
|
112
|
-
// Presentation (Google Slides, PowerPoint, Reveal.js)
|
|
113
|
-
// =============================================================================
|
|
114
|
-
export { Presentation, Slide, SlideElement, SpeakerNotes, Animation, PresentationEntities, PresentationCategories, } from './presentation.js';
|
|
115
|
-
// =============================================================================
|
|
116
|
-
// Infrastructure (Firebase, GCP, AWS - Config, Database, Hosting, Functions)
|
|
117
|
-
// =============================================================================
|
|
118
|
-
export { Config, ConfigVersion, Database, Collection, Index, Hosting, Deployment, Function, FunctionLog, Identity, Bucket, StorageObject, InfrastructureEntities, InfrastructureCategories, } from './infrastructure.js';
|
|
119
|
-
// =============================================================================
|
|
120
|
-
// Experiment (Analytics, A/B Testing, Feature Flags)
|
|
121
|
-
// =============================================================================
|
|
122
|
-
export { Session, AnalyticsEvent, Pageview, Segment, FeatureFlag, Experiment, ExperimentResult, Funnel, FunnelStep, Cohort, ExperimentEntities, ExperimentCategories, } from './experiment.js';
|
|
123
|
-
// =============================================================================
|
|
124
|
-
// Advertising (Google Ads, Meta Ads, LinkedIn Ads)
|
|
125
|
-
// =============================================================================
|
|
126
|
-
export { Ad, AdGroup, AdCampaign, Keyword, NegativeKeyword, Conversion, Budget, AdAudience, AdvertisingEntities, AdvertisingCategories, } from './advertising.js';
|
|
127
|
-
// =============================================================================
|
|
128
|
-
// Video (YouTube, Twitch, Video Platforms)
|
|
129
|
-
// =============================================================================
|
|
130
|
-
export { VideoChannel, StreamingVideo, Playlist, PlaylistItem, LiveStream, ChatMessage, VideoComment, ChannelSubscription, VideoEntities, VideoCategories, } from './video.js';
|
|
131
|
-
// =============================================================================
|
|
132
|
-
// Identity (WorkOS, Auth0, SSO, Directory)
|
|
133
|
-
// =============================================================================
|
|
134
|
-
export { Vault, VaultSecret, SecretVersion, VaultPolicy, SSOConnection, Directory, DirectoryUser, DirectoryGroup, AuditLog, Organization, OrganizationMember, IdentityEntities, IdentityCategories, } from './identity.js';
|
|
135
|
-
// =============================================================================
|
|
136
|
-
// Notification (Push, SMS, Email, In-App)
|
|
137
|
-
// =============================================================================
|
|
138
|
-
export { Notification, NotificationTemplate, NotificationCampaign, SMS, SMSConversation, PushNotification, Device, NotificationPreference, InAppNotification, NotificationEntities, NotificationCategories, } from './notification.js';
|
|
139
|
-
// =============================================================================
|
|
140
|
-
// HR (Employees, Teams, Time Off)
|
|
141
|
-
// =============================================================================
|
|
142
|
-
export { Employee, Team, TimeOff, PerformanceReview, Benefit, Payroll, HREntities, HRCategories, } from './hr.js';
|
|
143
|
-
// =============================================================================
|
|
144
|
-
// Recruiting (Jobs, Candidates, Interviews)
|
|
145
|
-
// =============================================================================
|
|
146
|
-
export { Job, Candidate, Application, Interview, Offer, RecruitingEntities, RecruitingCategories, } from './recruiting.js';
|
|
147
|
-
// =============================================================================
|
|
148
|
-
// Design (Figma, Sketch, Design Systems)
|
|
149
|
-
// =============================================================================
|
|
150
|
-
export { DesignFile, Component, DesignSystem, Style, Prototype, DesignComment, DesignEntities, DesignCategories, } from './design.js';
|
|
151
|
-
// =============================================================================
|
|
152
|
-
// Shipping (Shipments, Packages, Carriers)
|
|
153
|
-
// =============================================================================
|
|
154
|
-
export { Shipment, Package, TrackingEvent, Carrier, Rate, ShippingEntities, ShippingCategories, } from './shipping.js';
|
|
155
|
-
// =============================================================================
|
|
156
|
-
// Automation (Workflows, Triggers, Actions)
|
|
157
|
-
// =============================================================================
|
|
158
|
-
export { AutomationWorkflow, Trigger, Action, AutomationRun, StepResult, Integration, AutomationEntities, AutomationCategories, } from './automation.js';
|
|
159
|
-
// =============================================================================
|
|
160
|
-
// AI (Models, Prompts, Completions, Agents)
|
|
161
|
-
// =============================================================================
|
|
162
|
-
export { Model, Prompt, Completion, AIConversation, Agent, Embedding, FineTune, AIEntities, AICategories, } from './ai.js';
|
|
163
|
-
// =============================================================================
|
|
164
|
-
// All Entities Collection
|
|
165
|
-
// =============================================================================
|
|
166
|
-
// Site
|
|
167
|
-
import { SiteEntities } from './site.js';
|
|
168
|
-
// Tool Entities
|
|
169
|
-
import { CommunicationEntities as MessageEntities } from './communication.js';
|
|
170
|
-
import { ProductivityEntities } from './productivity.js';
|
|
171
|
-
import { ProjectManagementEntities as ProjectEntities } from './project-management.js';
|
|
172
|
-
import { DevelopmentEntities as CodeEntities } from './development.js';
|
|
173
|
-
import { CRMEntities as SalesEntities } from './crm.js';
|
|
174
|
-
import { FinanceEntities } from './finance.js';
|
|
175
|
-
import { SupportEntities } from './support.js';
|
|
176
|
-
import { MediaEntities } from './media.js';
|
|
177
|
-
import { MarketingEntities } from './marketing.js';
|
|
178
|
-
import { KnowledgeEntities } from './knowledge.js';
|
|
179
|
-
import { EcommerceEntities as CommerceEntities } from './ecommerce.js';
|
|
180
|
-
import { AnalyticsEntities } from './analytics.js';
|
|
181
|
-
import { StorageEntities } from './storage.js';
|
|
182
|
-
import { VideoConferencingEntities as MeetingEntities } from './video-conferencing.js';
|
|
183
|
-
import { FormsEntities as FormEntities } from './forms.js';
|
|
184
|
-
import { SignatureEntities } from './signature.js';
|
|
185
|
-
import { DocumentEntities } from './document.js';
|
|
186
|
-
import { SpreadsheetEntities } from './spreadsheet.js';
|
|
187
|
-
import { PresentationEntities } from './presentation.js';
|
|
188
|
-
import { InfrastructureEntities } from './infrastructure.js';
|
|
189
|
-
import { ExperimentEntities } from './experiment.js';
|
|
190
|
-
import { AdvertisingEntities } from './advertising.js';
|
|
191
|
-
import { VideoEntities } from './video.js';
|
|
192
|
-
import { IdentityEntities } from './identity.js';
|
|
193
|
-
import { NotificationEntities } from './notification.js';
|
|
194
|
-
import { HREntities } from './hr.js';
|
|
195
|
-
import { RecruitingEntities } from './recruiting.js';
|
|
196
|
-
import { DesignEntities } from './design.js';
|
|
197
|
-
import { ShippingEntities } from './shipping.js';
|
|
198
|
-
import { AutomationEntities } from './automation.js';
|
|
199
|
-
import { AIEntities } from './ai.js';
|
|
200
|
-
/**
|
|
201
|
-
* All digital tool entities organized by category (single-word keys)
|
|
202
|
-
*/
|
|
203
|
-
export const AllEntities = {
|
|
204
|
-
// Site
|
|
205
|
-
site: SiteEntities,
|
|
206
|
-
// Tool Entities
|
|
207
|
-
message: MessageEntities,
|
|
208
|
-
productivity: ProductivityEntities,
|
|
209
|
-
project: ProjectEntities,
|
|
210
|
-
code: CodeEntities,
|
|
211
|
-
sales: SalesEntities,
|
|
212
|
-
finance: FinanceEntities,
|
|
213
|
-
support: SupportEntities,
|
|
214
|
-
media: MediaEntities,
|
|
215
|
-
marketing: MarketingEntities,
|
|
216
|
-
knowledge: KnowledgeEntities,
|
|
217
|
-
commerce: CommerceEntities,
|
|
218
|
-
analytics: AnalyticsEntities,
|
|
219
|
-
storage: StorageEntities,
|
|
220
|
-
meeting: MeetingEntities,
|
|
221
|
-
form: FormEntities,
|
|
222
|
-
signature: SignatureEntities,
|
|
223
|
-
document: DocumentEntities,
|
|
224
|
-
spreadsheet: SpreadsheetEntities,
|
|
225
|
-
presentation: PresentationEntities,
|
|
226
|
-
infrastructure: InfrastructureEntities,
|
|
227
|
-
experiment: ExperimentEntities,
|
|
228
|
-
advertising: AdvertisingEntities,
|
|
229
|
-
video: VideoEntities,
|
|
230
|
-
identity: IdentityEntities,
|
|
231
|
-
notification: NotificationEntities,
|
|
232
|
-
hr: HREntities,
|
|
233
|
-
recruiting: RecruitingEntities,
|
|
234
|
-
design: DesignEntities,
|
|
235
|
-
shipping: ShippingEntities,
|
|
236
|
-
automation: AutomationEntities,
|
|
237
|
-
ai: AIEntities,
|
|
238
|
-
};
|
|
239
|
-
/**
|
|
240
|
-
* All entity category names (single-word identifiers)
|
|
241
|
-
*/
|
|
242
|
-
export const EntityCategories = [
|
|
243
|
-
// Site
|
|
244
|
-
'site',
|
|
245
|
-
// Tool Entities
|
|
246
|
-
'message',
|
|
247
|
-
'productivity',
|
|
248
|
-
'project',
|
|
249
|
-
'code',
|
|
250
|
-
'sales',
|
|
251
|
-
'finance',
|
|
252
|
-
'support',
|
|
253
|
-
'media',
|
|
254
|
-
'marketing',
|
|
255
|
-
'knowledge',
|
|
256
|
-
'commerce',
|
|
257
|
-
'analytics',
|
|
258
|
-
'storage',
|
|
259
|
-
'meeting',
|
|
260
|
-
'form',
|
|
261
|
-
'signature',
|
|
262
|
-
'document',
|
|
263
|
-
'spreadsheet',
|
|
264
|
-
'presentation',
|
|
265
|
-
'infrastructure',
|
|
266
|
-
'experiment',
|
|
267
|
-
'advertising',
|
|
268
|
-
'video',
|
|
269
|
-
'identity',
|
|
270
|
-
'notification',
|
|
271
|
-
'hr',
|
|
272
|
-
'recruiting',
|
|
273
|
-
'design',
|
|
274
|
-
'shipping',
|
|
275
|
-
'automation',
|
|
276
|
-
'ai',
|
|
277
|
-
];
|
|
278
|
-
// =============================================================================
|
|
279
|
-
// Legacy aliases for backwards compatibility
|
|
280
|
-
// =============================================================================
|
|
281
|
-
// Re-export legacy names as aliases
|
|
282
|
-
export { MessageEntities as CommunicationEntities, ProjectEntities as ProjectManagementEntities, CodeEntities as DevelopmentEntities, SalesEntities as CRMEntities, CommerceEntities as EcommerceEntities, MeetingEntities as VideoConferencingEntities, FormEntities as FormsEntities, InfrastructureEntities as CloudEntities, ExperimentEntities as ExperimentationEntities, VideoEntities as StreamingEntities, };
|