lemma-sdk 0.2.33 → 0.2.34
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/README.md +83 -31
- package/dist/browser/lemma-client.js +70 -15
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -1
- package/dist/namespaces/pod-surfaces.js +1 -1
- package/dist/namespaces/workflows.d.ts +1 -1
- package/dist/openapi_client/index.d.ts +50 -12
- package/dist/openapi_client/index.js +10 -2
- package/dist/openapi_client/models/AdminConsentInfoResponse.d.ts +6 -0
- package/dist/openapi_client/models/AssistantSurfaceResponse.d.ts +16 -1
- package/dist/openapi_client/models/AssistantSurfaceStatus.d.ts +5 -0
- package/dist/openapi_client/models/AssistantSurfaceStatus.js +10 -0
- package/dist/openapi_client/models/ConversationMessageResponse.d.ts +4 -0
- package/dist/openapi_client/models/ConversationResponse.d.ts +3 -0
- package/dist/openapi_client/models/ConversationType.d.ts +8 -0
- package/dist/openapi_client/models/ConversationType.js +13 -0
- package/dist/openapi_client/models/CreateSurfaceRequest.d.ts +16 -5
- package/dist/openapi_client/models/{DataStoreFlowStart.d.ts → DataStoreFlowStartInput.d.ts} +1 -1
- package/dist/openapi_client/models/DataStoreFlowStartOutput.d.ts +11 -0
- package/dist/openapi_client/models/DataStoreWorkflowStartInput.d.ts +11 -0
- package/dist/openapi_client/models/DataStoreWorkflowStartOutput.d.ts +11 -0
- package/dist/openapi_client/models/{EventFlowStart.d.ts → EventFlowStartInput.d.ts} +1 -1
- package/dist/openapi_client/models/EventFlowStartOutput.d.ts +19 -0
- package/dist/openapi_client/models/EventWorkflowStartInput.d.ts +11 -0
- package/dist/openapi_client/models/EventWorkflowStartOutput.d.ts +11 -0
- package/dist/openapi_client/models/FlowInstallResponse.d.ts +15 -0
- package/dist/openapi_client/models/FlowResponse.d.ts +5 -2
- package/dist/openapi_client/models/GmailSurfaceConfig.d.ts +7 -0
- package/dist/openapi_client/models/GmailSurfaceConfig.js +1 -0
- package/dist/openapi_client/models/GmailSurfaceConfigInput.d.ts +4 -0
- package/dist/openapi_client/models/GmailSurfaceConfigInput.js +1 -0
- package/dist/openapi_client/models/GrantPermissionRequest.d.ts +6 -0
- package/dist/openapi_client/models/GrantPermissionRequest.js +1 -0
- package/dist/openapi_client/models/ManualWorkflowStartInput.d.ts +10 -0
- package/dist/openapi_client/models/ManualWorkflowStartInput.js +1 -0
- package/dist/openapi_client/models/ManualWorkflowStartOutput.d.ts +10 -0
- package/dist/openapi_client/models/ManualWorkflowStartOutput.js +1 -0
- package/dist/openapi_client/models/OrganizationInvitationRequest.d.ts +2 -0
- package/dist/openapi_client/models/OrganizationInvitationResponse.d.ts +2 -0
- package/dist/openapi_client/models/OutlookSurfaceConfig.d.ts +7 -0
- package/dist/openapi_client/models/OutlookSurfaceConfig.js +1 -0
- package/dist/openapi_client/models/OutlookSurfaceConfigInput.d.ts +4 -0
- package/dist/openapi_client/models/OutlookSurfaceConfigInput.js +1 -0
- package/dist/openapi_client/models/ResourcePermissionListResponse.d.ts +4 -0
- package/dist/openapi_client/models/ResourcePermissionListResponse.js +1 -0
- package/dist/openapi_client/models/ResourcePermissionResponse.d.ts +12 -0
- package/dist/openapi_client/models/ResourcePermissionResponse.js +1 -0
- package/dist/openapi_client/models/{ScheduledFlowStart.d.ts → ScheduledFlowStartInput.d.ts} +1 -1
- package/dist/openapi_client/models/ScheduledFlowStartInput.js +1 -0
- package/dist/openapi_client/models/ScheduledFlowStartOutput.d.ts +7 -0
- package/dist/openapi_client/models/ScheduledFlowStartOutput.js +1 -0
- package/dist/openapi_client/models/ScheduledWorkflowStartInput.d.ts +11 -0
- package/dist/openapi_client/models/ScheduledWorkflowStartInput.js +1 -0
- package/dist/openapi_client/models/ScheduledWorkflowStartOutput.d.ts +11 -0
- package/dist/openapi_client/models/ScheduledWorkflowStartOutput.js +1 -0
- package/dist/openapi_client/models/SetVisibilityRequest.d.ts +3 -0
- package/dist/openapi_client/models/SetVisibilityRequest.js +1 -0
- package/dist/openapi_client/models/SlackCredentialsInput.d.ts +5 -0
- package/dist/openapi_client/models/SlackCredentialsInput.js +1 -0
- package/dist/openapi_client/models/SlackSurfaceConfig.d.ts +10 -0
- package/dist/openapi_client/models/SlackSurfaceConfig.js +1 -0
- package/dist/openapi_client/models/{SlackSurfaceConfigCreate.d.ts → SlackSurfaceConfigInput.d.ts} +1 -1
- package/dist/openapi_client/models/SlackSurfaceConfigInput.js +1 -0
- package/dist/openapi_client/models/SurfaceCredentialMode.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceCredentialMode.js +9 -0
- package/dist/openapi_client/models/SurfaceIntegrationSetupGuide.d.ts +13 -0
- package/dist/openapi_client/models/SurfaceIntegrationSetupGuide.js +1 -0
- package/dist/openapi_client/models/SurfacePlatform.d.ts +8 -0
- package/dist/openapi_client/models/SurfacePlatform.js +13 -0
- package/dist/openapi_client/models/SurfacePlatformSetupGuideResponse.d.ts +9 -0
- package/dist/openapi_client/models/SurfacePlatformSetupGuideResponse.js +1 -0
- package/dist/openapi_client/models/SurfaceRoutingScope.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceRoutingScope.js +9 -0
- package/dist/openapi_client/models/SurfaceSetupField.d.ts +10 -0
- package/dist/openapi_client/models/SurfaceSetupField.js +1 -0
- package/dist/openapi_client/models/SurfaceSetupFieldSource.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceSetupFieldSource.js +9 -0
- package/dist/openapi_client/models/SurfaceSetupMode.d.ts +5 -0
- package/dist/openapi_client/models/SurfaceSetupMode.js +10 -0
- package/dist/openapi_client/models/SurfaceSetupPhase.d.ts +6 -0
- package/dist/openapi_client/models/SurfaceSetupPhase.js +11 -0
- package/dist/openapi_client/models/SurfaceSetupStep.d.ts +6 -0
- package/dist/openapi_client/models/SurfaceSetupStep.js +1 -0
- package/dist/openapi_client/models/SurfaceWebhookMode.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceWebhookMode.js +9 -0
- package/dist/openapi_client/models/TeamsCredentialsInput.d.ts +6 -0
- package/dist/openapi_client/models/TeamsCredentialsInput.js +1 -0
- package/dist/openapi_client/models/TeamsSurfaceConfig.d.ts +9 -0
- package/dist/openapi_client/models/TeamsSurfaceConfig.js +1 -0
- package/dist/openapi_client/models/{TeamsSurfaceConfigCreate.d.ts → TeamsSurfaceConfigInput.d.ts} +1 -1
- package/dist/openapi_client/models/TeamsSurfaceConfigInput.js +1 -0
- package/dist/openapi_client/models/TelegramCredentialsInput.d.ts +5 -0
- package/dist/openapi_client/models/TelegramCredentialsInput.js +1 -0
- package/dist/openapi_client/models/TelegramSurfaceConfig.d.ts +6 -0
- package/dist/openapi_client/models/TelegramSurfaceConfig.js +1 -0
- package/dist/openapi_client/models/TelegramSurfaceConfigInput.d.ts +6 -0
- package/dist/openapi_client/models/TelegramSurfaceConfigInput.js +1 -0
- package/dist/openapi_client/models/UpdateSurfaceRequest.d.ts +17 -5
- package/dist/openapi_client/models/WhatsAppCredentialsInput.d.ts +8 -0
- package/dist/openapi_client/models/WhatsAppCredentialsInput.js +1 -0
- package/dist/openapi_client/models/WhatsAppSurfaceConfig.d.ts +6 -0
- package/dist/openapi_client/models/WhatsAppSurfaceConfig.js +1 -0
- package/dist/openapi_client/models/WhatsAppSurfaceConfigInput.d.ts +6 -0
- package/dist/openapi_client/models/WhatsAppSurfaceConfigInput.js +1 -0
- package/dist/openapi_client/models/WorkflowCreateRequest.d.ts +5 -2
- package/dist/openapi_client/models/WorkflowGraphUpdateRequest.d.ts +5 -2
- package/dist/openapi_client/models/WorkflowUpdateRequest.d.ts +5 -2
- package/dist/openapi_client/services/AssistantSurfacesIngressService.d.ts +51 -0
- package/dist/openapi_client/services/AssistantSurfacesIngressService.js +111 -0
- package/dist/openapi_client/services/AssistantSurfacesService.d.ts +27 -6
- package/dist/openapi_client/services/AssistantSurfacesService.js +62 -7
- package/dist/openapi_client/services/AuthorizationService.d.ts +47 -0
- package/dist/openapi_client/services/AuthorizationService.js +100 -0
- package/dist/openapi_client/services/DesksService.d.ts +4 -4
- package/dist/openapi_client/services/DesksService.js +6 -6
- package/dist/openapi_client/services/WorkflowsService.d.ts +3 -3
- package/dist/openapi_client/services/WorkflowsService.js +1 -1
- package/dist/react/index.d.ts +6 -0
- package/dist/react/index.js +3 -0
- package/dist/react/useAddPodMember.d.ts +22 -0
- package/dist/react/useAddPodMember.js +51 -0
- package/dist/react/useRemovePodMember.d.ts +19 -0
- package/dist/react/useRemovePodMember.js +50 -0
- package/dist/react/useUpdatePodMemberRole.d.ts +20 -0
- package/dist/react/useUpdatePodMemberRole.js +50 -0
- package/dist/react/useWorkflowStart.d.ts +2 -2
- package/dist/record-display.d.ts +20 -0
- package/dist/record-display.js +78 -0
- package/dist/record-form.d.ts +4 -0
- package/dist/record-form.js +16 -0
- package/dist/types.d.ts +2 -0
- package/package.json +1 -1
- package/dist/openapi_client/models/EmailSurfaceConfigCreate.d.ts +0 -5
- package/dist/openapi_client/models/FlowInstallEntity.d.ts +0 -16
- package/dist/openapi_client/models/FlowStartType.d.ts +0 -6
- package/dist/openapi_client/models/FlowStartType.js +0 -11
- package/dist/openapi_client/models/FlowStart_Input.d.ts +0 -14
- package/dist/openapi_client/models/FlowStart_Output.d.ts +0 -14
- package/dist/openapi_client/models/WhatsAppSurfaceConfigCreate.d.ts +0 -5
- package/dist/openapi_client/services/PublicDesksService.d.ts +0 -10
- package/dist/openapi_client/services/PublicDesksService.js +0 -22
- /package/dist/openapi_client/models/{DataStoreFlowStart.js → AdminConsentInfoResponse.js} +0 -0
- /package/dist/openapi_client/models/{EmailSurfaceConfigCreate.js → DataStoreFlowStartInput.js} +0 -0
- /package/dist/openapi_client/models/{EventFlowStart.js → DataStoreFlowStartOutput.js} +0 -0
- /package/dist/openapi_client/models/{FlowInstallEntity.js → DataStoreWorkflowStartInput.js} +0 -0
- /package/dist/openapi_client/models/{FlowStart_Input.js → DataStoreWorkflowStartOutput.js} +0 -0
- /package/dist/openapi_client/models/{FlowStart_Output.js → EventFlowStartInput.js} +0 -0
- /package/dist/openapi_client/models/{ScheduledFlowStart.js → EventFlowStartOutput.js} +0 -0
- /package/dist/openapi_client/models/{SlackSurfaceConfigCreate.js → EventWorkflowStartInput.js} +0 -0
- /package/dist/openapi_client/models/{TeamsSurfaceConfigCreate.js → EventWorkflowStartOutput.js} +0 -0
- /package/dist/openapi_client/models/{WhatsAppSurfaceConfigCreate.js → FlowInstallResponse.js} +0 -0
package/README.md
CHANGED
|
@@ -63,9 +63,9 @@ import {
|
|
|
63
63
|
useAgentRun,
|
|
64
64
|
useConversationMessages,
|
|
65
65
|
useConversations,
|
|
66
|
+
useRecordForm,
|
|
66
67
|
useRecords,
|
|
67
|
-
|
|
68
|
-
useWorkflowStart,
|
|
68
|
+
useWorkflowRun,
|
|
69
69
|
} from "lemma-sdk/react";
|
|
70
70
|
```
|
|
71
71
|
|
|
@@ -76,14 +76,14 @@ import {
|
|
|
76
76
|
| Auth | `AuthGuard`, `useAuth`, `useCurrentUser`, `usePodAccess` | Stable | Gate an app, read signed-in user state, or request pod access. |
|
|
77
77
|
| Tables | `useTables`, `useTable`, `useRecords`, `useRecord`, `useJoinedRecords`, `useRelatedRecords`, `useReverseRelatedRecords`, `useReferencingRecords` | Stable | Build custom table browsers, details views, related-record views, and relational reads. |
|
|
78
78
|
| Record mutations | `useCreateRecord`, `useUpdateRecord`, `useDeleteRecord`, `useBulkRecords` | Stable | Create, update, delete, or bulk-delete rows from headless UI. Function-backed mutations via `createVia`/`updateVia` options. |
|
|
79
|
-
| Record forms | `useRecordSchema`, `useRecordForm`, `useForeignKeyOptions`, `useSchemaForm` | Stable | Render schema-driven forms, enum fields, and foreign-key selectors. `useRecordForm`
|
|
79
|
+
| Record forms | `useRecordSchema`, `useRecordForm`, `useForeignKeyOptions`, `useSchemaForm` | Stable | Render schema-driven record forms, enum fields, and foreign-key selectors. `useRecordForm` is the canonical table-bound form hook; `useSchemaForm` remains available for raw JSON-schema flows. |
|
|
80
80
|
| Files | `useFiles`, `useFile`, `useFileSearch`, `useFileTree`, `useFilePreview` | Stable | Browse datastore folders, resolve file metadata, search indexed files, load directory trees, and preview converted or raw file content. |
|
|
81
81
|
| Assistant | `useConversations`, `useConversation`, `useConversationMessages`, `useAssistantRun`, `useAssistantSession`, `useAssistantRuntime`, `useAssistantController` | Stable except controller/runtime | Build custom chat, conversation lists, streaming output, and final-output views. |
|
|
82
82
|
| Agents | `useAgentRun`, `useAgentRuns`, `useAgentInputSchema`, `useTaskSession` | Stable except raw session | Start agent tasks, submit follow-up input, read task history, and inspect input/output schemas. |
|
|
83
83
|
| Workflows | `useWorkflowStart`, `useWorkflowRun`, `useWorkflowRuns`, `useWorkflowResume` | Stable | Start, poll, resume, cancel, retry, and inspect workflow runs. |
|
|
84
84
|
| Workflow compatibility | `useFlowSession`, `useFlowRunHistory` | Deprecated naming | Kept for existing callers; prefer workflow-named hooks for new code. |
|
|
85
85
|
| Functions | `useFunctionRun`, `useFunctionRuns`, `useFunctionSession` | Stable except raw session | Run functions, poll function runs, and list function history. |
|
|
86
|
-
| Members and org | `useMembers`, `useOrganizationMembers` | Stable | Read pod and organization
|
|
86
|
+
| Members and org | `useMembers`, `useAddPodMember`, `useUpdatePodMemberRole`, `useRemovePodMember`, `useOrganizationMembers` | Stable | Read pod and organization members, add existing org members into a pod, update pod roles, and remove pod access. The current checked-in client does not yet expose direct email-to-pod invites. |
|
|
87
87
|
|
|
88
88
|
### Common Hook Shapes
|
|
89
89
|
|
|
@@ -217,31 +217,35 @@ After running `npx lemma-sdk init-shadcn`, install blocks like:
|
|
|
217
217
|
|
|
218
218
|
```bash
|
|
219
219
|
npx shadcn@latest add @lemma/lemma-records-view
|
|
220
|
+
npx shadcn@latest add @lemma/lemma-detail-panel
|
|
220
221
|
npx shadcn@latest add @lemma/lemma-record-form
|
|
221
222
|
npx shadcn@latest add @lemma/lemma-global-search
|
|
222
223
|
npx shadcn@latest add @lemma/lemma-file-browser
|
|
224
|
+
npx shadcn@latest add @lemma/lemma-file-viewer
|
|
225
|
+
npx shadcn@latest add @lemma/lemma-document-workspace
|
|
226
|
+
npx shadcn@latest add @lemma/lemma-document-creator
|
|
227
|
+
npx shadcn@latest add @lemma/lemma-document-viewer
|
|
228
|
+
npx shadcn@latest add @lemma/lemma-document-editor
|
|
223
229
|
npx shadcn@latest add @lemma/lemma-members
|
|
224
|
-
npx shadcn@latest add @lemma/lemma-
|
|
225
|
-
npx shadcn@latest add @lemma/lemma-email-workbench
|
|
230
|
+
npx shadcn@latest add @lemma/lemma-comments
|
|
226
231
|
npx shadcn@latest add @lemma/lemma-insights
|
|
227
|
-
npx shadcn@latest add @lemma/lemma-assistant-
|
|
232
|
+
npx shadcn@latest add @lemma/lemma-assistant-experience
|
|
228
233
|
```
|
|
229
234
|
|
|
235
|
+
Those commands are representative. The registry currently ships 22 canonical blocks.
|
|
236
|
+
|
|
230
237
|
Current registry items:
|
|
231
238
|
|
|
232
239
|
| Area | Items |
|
|
233
240
|
| --- | --- |
|
|
234
|
-
| Assistant | `lemma-assistant-experience
|
|
235
|
-
|
|
|
236
|
-
|
|
|
237
|
-
| Records | `lemma-records-view`, `lemma-record-form` |
|
|
241
|
+
| Assistant | `lemma-assistant-experience` |
|
|
242
|
+
| Navigation | `lemma-breadcrumbs`, `lemma-global-search`, `lemma-page-tree` |
|
|
243
|
+
| Records | `lemma-records-view`, `lemma-detail-panel`, `lemma-record-form`, `lemma-status-flow` |
|
|
238
244
|
| Files | `lemma-file-browser`, `lemma-file-viewer` |
|
|
239
|
-
|
|
|
240
|
-
|
|
|
241
|
-
| Business workflows | `lemma-approval-queue`, `lemma-email-workbench` |
|
|
245
|
+
| Documents | `lemma-document-workspace`, `lemma-document-creator`, `lemma-document-viewer`, `lemma-document-editor`, `lemma-markdown-editor` |
|
|
246
|
+
| People | `lemma-members`, `lemma-notification-bell`, `lemma-user-menu` |
|
|
242
247
|
| Analytics | `lemma-insights` |
|
|
243
|
-
|
|
|
244
|
-
| Collaboration | `lemma-activity-feed`, `lemma-comments`, `lemma-notification-bell` |
|
|
248
|
+
| Collaboration | `lemma-activity-feed`, `lemma-comments` |
|
|
245
249
|
| Automation | `lemma-workflow-runner` |
|
|
246
250
|
|
|
247
251
|
The registry is currently served from jsDelivr against this public repo:
|
|
@@ -263,31 +267,48 @@ The records blocks are meant to be configured with props before you reach for a
|
|
|
263
267
|
|
|
264
268
|
`lemma-records-view` supports:
|
|
265
269
|
|
|
270
|
+
- `preset="triage" | "issues" | "crm" | "docs"` for opinionated defaults without installing duplicate workflow blocks
|
|
271
|
+
- `defaultView` and `availableViews` across `grid`, `list`, `grouped`, `kanban`, `linear`, `calendar`, `timeline`, and `matrix`
|
|
266
272
|
- `tableName`, `visibleColumns`, and `hiddenFields` for schema-aware display
|
|
267
|
-
- `
|
|
273
|
+
- `pinnedColumns`, `columnWidths`, `columnLabels`, `primaryField`, `defaultSort`, and `paginationMode` for stronger operator-table defaults
|
|
274
|
+
- `groupBy`, `calendarField`, `timelineField`, `matrixRowsBy`, and `matrixColumnsBy` for consolidated view configuration
|
|
268
275
|
- `renderCell` and `renderCard` for custom record rendering
|
|
269
276
|
- `foreignKeyLabels` for human-readable FK values in cards, detail views, and create/edit forms
|
|
270
|
-
- `
|
|
271
|
-
- `
|
|
272
|
-
- `
|
|
277
|
+
- `detailTabs`, `detailFieldGroups`, `detailRelatedRecords`, `detailSectionLabels`, and `detailSectionVisibility` for canonical detail composition
|
|
278
|
+
- `quickActions`, `bulkActions`, `detailActions`, `quickActionMode`, and `onQuickActionSuccess` for direct, function, or workflow-backed actions
|
|
279
|
+
- `onCreateOptions` and `onUpdateOptions` for function-backed mutations, including conditional field and section visibility in the create sheet
|
|
280
|
+
- `createMode="sheet" | "modal" | "page"` and `detailMode="sheet" | "modal" | "page" | "inline"` for app-specific interaction patterns
|
|
281
|
+
- `headerActions`, `emptyState`, `onRecordClick`, `renderFilesTab`, `renderCommentsTab`, and `renderActivityTab` for app-specific extensions
|
|
273
282
|
- `appearance="default" | "minimal" | "borderless" | "contained"` and `density="compact" | "comfortable" | "spacious"` for host-level block chrome; `minimal` is the cardless mode
|
|
274
283
|
|
|
284
|
+
`lemma-detail-panel` supports:
|
|
285
|
+
|
|
286
|
+
- standalone record detail rendering outside the full records workspace, using the same canonical detail internals as `lemma-records-view`
|
|
287
|
+
- `mode`, `variant`, and `layout` controls for embedded, sheet, modal, or full-page use
|
|
288
|
+
- built-in detail tabs plus custom `tabs`, `relatedRecords`, and `renderFiles` / `renderComments` / `renderActivity` sections
|
|
289
|
+
- direct, function-backed, and workflow-aware `actions`, plus `updateVia` / `updateFunctionName` for inline edits
|
|
290
|
+
- shared `appearance`, `density`, and `radius` controls for use in inline, sheet, modal, or page layouts
|
|
291
|
+
|
|
275
292
|
`lemma-record-form` supports:
|
|
276
293
|
|
|
277
294
|
- `mode="inline" | "modal" | "sheet"`
|
|
278
295
|
- `submitVia="direct" | "function"` and `submitFunctionName`
|
|
296
|
+
- `submitFunctionInput` when the backing function expects a different payload shape
|
|
279
297
|
- `hiddenFields`, `visibleFields`, `fieldOrder`, and `fieldGroups`
|
|
298
|
+
- searchable FK inputs through the shared `record-form-fields` control layer
|
|
299
|
+
- `fieldVisibility` and `sectionVisibility` for conditional forms
|
|
280
300
|
- `foreignKeyLabels` for FK select labels
|
|
281
301
|
- `initialValues`, `onSuccess`, and `onClose`
|
|
282
|
-
- `appearance` and `
|
|
302
|
+
- `appearance`, `density`, and `radius` using the same values as `lemma-records-view`
|
|
283
303
|
|
|
284
304
|
`lemma-insights` supports:
|
|
285
305
|
|
|
286
306
|
- table-backed count, sum, average, and grouped chart cards
|
|
287
|
-
- bar, line, area, and
|
|
307
|
+
- bar, line, area, pie, and funnel charts with count/sum/avg aggregation
|
|
308
|
+
- `aggregationMode="client" | "function"` with optional `aggregateFunctionName` for shared server-side aggregation
|
|
288
309
|
- chart descriptions, value/category formatters, limits, sorting, empty states, and optional footers
|
|
289
310
|
- function-backed stats and charts
|
|
290
|
-
- shared `appearance
|
|
311
|
+
- shared `appearance`, `density`, `radius`, and card-column controls
|
|
291
312
|
|
|
292
313
|
`lemma-global-search` supports:
|
|
293
314
|
|
|
@@ -297,23 +318,40 @@ The records blocks are meant to be configured with props before you reach for a
|
|
|
297
318
|
- `minQueryLength`, `debounceMs`, `appearance`, `density`, trigger label, and placeholder customization
|
|
298
319
|
- assistant handoff by `assistantName`, with optional query/results message shaping and conversation routing
|
|
299
320
|
|
|
321
|
+
Navigation blocks support:
|
|
322
|
+
|
|
323
|
+
- route, record, and file-path breadcrumb builders through `lemma-breadcrumbs`
|
|
324
|
+
- self-referential page hierarchies through `lemma-page-tree`, with selection, expansion, and create/reorder hooks
|
|
325
|
+
|
|
300
326
|
File blocks support:
|
|
301
327
|
|
|
302
328
|
- datastore folder navigation and path breadcrumbs through `lemma-file-browser`
|
|
303
|
-
-
|
|
304
|
-
-
|
|
329
|
+
- pod-level file browsing and search, not only record-linked attachments
|
|
330
|
+
- upload, download, search, rename, move, folder creation, picker mode, and composition-friendly link actions
|
|
331
|
+
- selection-aware file browsing so `lemma-file-browser` can drive a paired workspace preview
|
|
332
|
+
- image, PDF, text, markdown, converted HTML, metadata, and breadcrumb-aware previews through `lemma-file-viewer`
|
|
333
|
+
|
|
334
|
+
Document blocks support:
|
|
335
|
+
|
|
336
|
+
- Notion/Coda-style block documents through `lemma-document-workspace`, with Tiptap JSON content, page/modal modes, title and summary chrome, file/reference/assistant blocks, save state, metadata, backlinks, and assistant-context rails
|
|
337
|
+
- docstore-native creation through `lemma-document-workspace` or the simpler `lemma-document-creator`, with folder targeting, title/summary setup, pod-file metadata, and `mode="page" | "modal"`
|
|
338
|
+
- long-form reading surfaces through `lemma-document-workspace` or `lemma-document-viewer`, with full-page and modal presentation, metadata, backlinks, references, and assistant-context rails
|
|
339
|
+
- long-form authoring through `lemma-document-workspace` or `lemma-document-editor`, with full-page and modal presentation, title/summary chrome, save-state affordances, outline, references, and assistant-context rails
|
|
340
|
+
- a clean separation between richer document UX and the lower-level pod file workspace, while keeping pod files as the primary document store and avoiding embedded-first document editing
|
|
305
341
|
|
|
306
342
|
People blocks support:
|
|
307
343
|
|
|
308
344
|
- `LemmaMemberChip`, `LemmaAvatarGroup`, `LemmaMemberSelect`, and `LemmaUserField`
|
|
345
|
+
- a stock `LemmaMembers` admin workspace for pod membership, role changes, removal, and add-from-organization flows via `organizationId`, `allowAdd`, `allowRoleEdit`, and `allowRemove`
|
|
309
346
|
- pod member labels for owner, creator, assignee, participant, and author fields
|
|
310
347
|
- searchable member picking backed by `useMembers`
|
|
311
348
|
|
|
312
|
-
|
|
349
|
+
Workflow primitives support:
|
|
313
350
|
|
|
314
|
-
-
|
|
315
|
-
-
|
|
316
|
-
-
|
|
351
|
+
- lifecycle/status rendering and transitions through `lemma-status-flow`
|
|
352
|
+
- read-only tracker layouts and compact step progress through `lemma-status-flow`
|
|
353
|
+
- workflow run inspection through `lemma-workflow-runner`
|
|
354
|
+
- reusable history and collaboration surfaces through `lemma-activity-feed` and `lemma-comments`
|
|
317
355
|
- table-backed defaults with escape hatches for custom action payloads and render slots
|
|
318
356
|
|
|
319
357
|
`lemma-markdown-editor` supports:
|
|
@@ -321,6 +359,7 @@ Business workflow blocks support:
|
|
|
321
359
|
- write, preview, and split modes
|
|
322
360
|
- controlled and uncontrolled values
|
|
323
361
|
- GitHub-flavored markdown preview via `react-markdown` and `remark-gfm`
|
|
362
|
+
- a lightweight interim editing lane for plain markdown notes beside the richer block-native `lemma-document-workspace`
|
|
324
363
|
|
|
325
364
|
Assistant blocks support:
|
|
326
365
|
|
|
@@ -328,6 +367,11 @@ Assistant blocks support:
|
|
|
328
367
|
- shared `appearance` and `density` controls on the assistant experience surface
|
|
329
368
|
- `chromeStyle`, `statusPlacement`, `radius`, model picker, conversation list, and render overrides for deeper customization
|
|
330
369
|
|
|
370
|
+
Shell blocks support:
|
|
371
|
+
|
|
372
|
+
- `lemma-notification-bell` for unread counts, popover inboxes, and mark-as-read flows
|
|
373
|
+
- `lemma-user-menu` for current-user presentation, custom menu actions, and sign-out affordances
|
|
374
|
+
|
|
331
375
|
```tsx
|
|
332
376
|
import { LemmaRecordsView } from "@/components/lemma/lemma-records-view";
|
|
333
377
|
import { LemmaGlobalSearch } from "@/components/lemma/lemma-global-search";
|
|
@@ -336,8 +380,7 @@ import { LemmaGlobalSearch } from "@/components/lemma/lemma-global-search";
|
|
|
336
380
|
client={client}
|
|
337
381
|
podId={podId}
|
|
338
382
|
tableName="deals"
|
|
339
|
-
|
|
340
|
-
groupBy="status"
|
|
383
|
+
preset="crm"
|
|
341
384
|
hiddenFields={["id", "created_at", "updated_at"]}
|
|
342
385
|
foreignKeyLabels={{ company_id: "name" }}
|
|
343
386
|
appearance="minimal"
|
|
@@ -412,6 +455,15 @@ npm run build
|
|
|
412
455
|
npm run registry:build
|
|
413
456
|
```
|
|
414
457
|
|
|
458
|
+
To build the canonical example desk:
|
|
459
|
+
|
|
460
|
+
```bash
|
|
461
|
+
cd examples/inbox-crm
|
|
462
|
+
npm run build
|
|
463
|
+
```
|
|
464
|
+
|
|
465
|
+
`examples/inbox-crm` now mirrors the kept registry surface only. Its local `src/components/lemma` folder is a copied install target of the current canonical registry blocks, and `src/main.tsx` demonstrates those blocks in one routed operator desk.
|
|
466
|
+
|
|
415
467
|
This repo includes:
|
|
416
468
|
|
|
417
469
|
- `registry.json` for registry source definitions
|
|
@@ -1913,16 +1913,16 @@ class DesksService {
|
|
|
1913
1913
|
});
|
|
1914
1914
|
}
|
|
1915
1915
|
/**
|
|
1916
|
-
* Download Desk
|
|
1916
|
+
* Download Desk Dist Archive
|
|
1917
1917
|
* @param podId
|
|
1918
1918
|
* @param deskName
|
|
1919
1919
|
* @returns any Successful Response
|
|
1920
1920
|
* @throws ApiError
|
|
1921
1921
|
*/
|
|
1922
|
-
static
|
|
1922
|
+
static deskDistArchiveGet(podId, deskName) {
|
|
1923
1923
|
return (0, request_js_1.request)(OpenAPI_js_1.OpenAPI, {
|
|
1924
1924
|
method: 'GET',
|
|
1925
|
-
url: '/pods/{pod_id}/desks/{desk_name}/
|
|
1925
|
+
url: '/pods/{pod_id}/desks/{desk_name}/dist/archive',
|
|
1926
1926
|
path: {
|
|
1927
1927
|
'pod_id': podId,
|
|
1928
1928
|
'desk_name': deskName,
|
|
@@ -1933,16 +1933,16 @@ class DesksService {
|
|
|
1933
1933
|
});
|
|
1934
1934
|
}
|
|
1935
1935
|
/**
|
|
1936
|
-
* Download Desk
|
|
1936
|
+
* Download Desk Source Archive
|
|
1937
1937
|
* @param podId
|
|
1938
1938
|
* @param deskName
|
|
1939
1939
|
* @returns any Successful Response
|
|
1940
1940
|
* @throws ApiError
|
|
1941
1941
|
*/
|
|
1942
|
-
static
|
|
1942
|
+
static deskSourceArchiveGet(podId, deskName) {
|
|
1943
1943
|
return (0, request_js_1.request)(OpenAPI_js_1.OpenAPI, {
|
|
1944
1944
|
method: 'GET',
|
|
1945
|
-
url: '/pods/{pod_id}/desks/{desk_name}/
|
|
1945
|
+
url: '/pods/{pod_id}/desks/{desk_name}/source/archive',
|
|
1946
1946
|
path: {
|
|
1947
1947
|
'pod_id': podId,
|
|
1948
1948
|
'desk_name': deskName,
|
|
@@ -3888,7 +3888,7 @@ class PodSurfacesNamespace {
|
|
|
3888
3888
|
return this.client.request(() => AssistantSurfacesService_js_1.AssistantSurfacesService.assistantSurfaceGet(podId, surfaceId));
|
|
3889
3889
|
}
|
|
3890
3890
|
updateConfig(podId, surfaceId, payload) {
|
|
3891
|
-
return this.client.request(() => AssistantSurfacesService_js_1.AssistantSurfacesService.
|
|
3891
|
+
return this.client.request(() => AssistantSurfacesService_js_1.AssistantSurfacesService.assistantSurfaceUpdate(podId, surfaceId, payload));
|
|
3892
3892
|
}
|
|
3893
3893
|
toggle(podId, surfaceId, isActive) {
|
|
3894
3894
|
return this.client.request(() => AssistantSurfacesService_js_1.AssistantSurfacesService.assistantSurfaceToggle(podId, surfaceId, { is_active: isActive }));
|
|
@@ -3906,7 +3906,6 @@ const request_js_1 = require("./openapi_client/core/request.js");
|
|
|
3906
3906
|
class AssistantSurfacesService {
|
|
3907
3907
|
/**
|
|
3908
3908
|
* List Surfaces
|
|
3909
|
-
* List configured surfaces in a pod.
|
|
3910
3909
|
* @param podId
|
|
3911
3910
|
* @param limit
|
|
3912
3911
|
* @param pageToken
|
|
@@ -3931,7 +3930,6 @@ class AssistantSurfacesService {
|
|
|
3931
3930
|
}
|
|
3932
3931
|
/**
|
|
3933
3932
|
* Create Surface
|
|
3934
|
-
* Create a new surface for an assistant.
|
|
3935
3933
|
* @param podId
|
|
3936
3934
|
* @param requestBody
|
|
3937
3935
|
* @returns any Successful Response
|
|
@@ -3951,9 +3949,28 @@ class AssistantSurfacesService {
|
|
|
3951
3949
|
},
|
|
3952
3950
|
});
|
|
3953
3951
|
}
|
|
3952
|
+
/**
|
|
3953
|
+
* Get Surface Platform Checklist
|
|
3954
|
+
* @param podId
|
|
3955
|
+
* @param platform
|
|
3956
|
+
* @returns SurfacePlatformSetupGuideResponse Successful Response
|
|
3957
|
+
* @throws ApiError
|
|
3958
|
+
*/
|
|
3959
|
+
static assistantSurfacePlatformChecklist(podId, platform) {
|
|
3960
|
+
return (0, request_js_1.request)(OpenAPI_js_1.OpenAPI, {
|
|
3961
|
+
method: 'GET',
|
|
3962
|
+
url: '/pods/{pod_id}/surfaces/platforms/{platform}/checklist',
|
|
3963
|
+
path: {
|
|
3964
|
+
'pod_id': podId,
|
|
3965
|
+
'platform': platform,
|
|
3966
|
+
},
|
|
3967
|
+
errors: {
|
|
3968
|
+
422: `Validation Error`,
|
|
3969
|
+
},
|
|
3970
|
+
});
|
|
3971
|
+
}
|
|
3954
3972
|
/**
|
|
3955
3973
|
* Get Surface
|
|
3956
|
-
* Get a specific surface configuration.
|
|
3957
3974
|
* @param podId
|
|
3958
3975
|
* @param surfaceId
|
|
3959
3976
|
* @returns any Successful Response
|
|
@@ -3974,17 +3991,16 @@ class AssistantSurfacesService {
|
|
|
3974
3991
|
}
|
|
3975
3992
|
/**
|
|
3976
3993
|
* Update Surface
|
|
3977
|
-
* Update a surface configuration.
|
|
3978
3994
|
* @param podId
|
|
3979
3995
|
* @param surfaceId
|
|
3980
3996
|
* @param requestBody
|
|
3981
3997
|
* @returns any Successful Response
|
|
3982
3998
|
* @throws ApiError
|
|
3983
3999
|
*/
|
|
3984
|
-
static
|
|
4000
|
+
static assistantSurfaceUpdate(podId, surfaceId, requestBody) {
|
|
3985
4001
|
return (0, request_js_1.request)(OpenAPI_js_1.OpenAPI, {
|
|
3986
4002
|
method: 'PATCH',
|
|
3987
|
-
url: '/pods/{pod_id}/surfaces/{surface_id}
|
|
4003
|
+
url: '/pods/{pod_id}/surfaces/{surface_id}',
|
|
3988
4004
|
path: {
|
|
3989
4005
|
'pod_id': podId,
|
|
3990
4006
|
'surface_id': surfaceId,
|
|
@@ -3996,9 +4012,28 @@ class AssistantSurfacesService {
|
|
|
3996
4012
|
},
|
|
3997
4013
|
});
|
|
3998
4014
|
}
|
|
4015
|
+
/**
|
|
4016
|
+
* Get Admin Consent Info
|
|
4017
|
+
* @param podId
|
|
4018
|
+
* @param surfaceId
|
|
4019
|
+
* @returns AdminConsentInfoResponse Successful Response
|
|
4020
|
+
* @throws ApiError
|
|
4021
|
+
*/
|
|
4022
|
+
static assistantSurfaceAdminConsentInfo(podId, surfaceId) {
|
|
4023
|
+
return (0, request_js_1.request)(OpenAPI_js_1.OpenAPI, {
|
|
4024
|
+
method: 'GET',
|
|
4025
|
+
url: '/pods/{pod_id}/surfaces/{surface_id}/admin-consent',
|
|
4026
|
+
path: {
|
|
4027
|
+
'pod_id': podId,
|
|
4028
|
+
'surface_id': surfaceId,
|
|
4029
|
+
},
|
|
4030
|
+
errors: {
|
|
4031
|
+
422: `Validation Error`,
|
|
4032
|
+
},
|
|
4033
|
+
});
|
|
4034
|
+
}
|
|
3999
4035
|
/**
|
|
4000
4036
|
* Toggle Surface
|
|
4001
|
-
* Toggle a surface active state.
|
|
4002
4037
|
* @param podId
|
|
4003
4038
|
* @param surfaceId
|
|
4004
4039
|
* @param requestBody
|
|
@@ -4020,6 +4055,26 @@ class AssistantSurfacesService {
|
|
|
4020
4055
|
},
|
|
4021
4056
|
});
|
|
4022
4057
|
}
|
|
4058
|
+
/**
|
|
4059
|
+
* Get Webhook Url
|
|
4060
|
+
* @param podId
|
|
4061
|
+
* @param surfaceId
|
|
4062
|
+
* @returns any Successful Response
|
|
4063
|
+
* @throws ApiError
|
|
4064
|
+
*/
|
|
4065
|
+
static assistantSurfaceWebhookUrl(podId, surfaceId) {
|
|
4066
|
+
return (0, request_js_1.request)(OpenAPI_js_1.OpenAPI, {
|
|
4067
|
+
method: 'GET',
|
|
4068
|
+
url: '/pods/{pod_id}/surfaces/{surface_id}/webhook-url',
|
|
4069
|
+
path: {
|
|
4070
|
+
'pod_id': podId,
|
|
4071
|
+
'surface_id': surfaceId,
|
|
4072
|
+
},
|
|
4073
|
+
errors: {
|
|
4074
|
+
422: `Validation Error`,
|
|
4075
|
+
},
|
|
4076
|
+
});
|
|
4077
|
+
}
|
|
4023
4078
|
}
|
|
4024
4079
|
exports.AssistantSurfacesService = AssistantSurfacesService;
|
|
4025
4080
|
|
|
@@ -5018,7 +5073,7 @@ class WorkflowsService {
|
|
|
5018
5073
|
* @param podId
|
|
5019
5074
|
* @param workflowName
|
|
5020
5075
|
* @param requestBody
|
|
5021
|
-
* @returns
|
|
5076
|
+
* @returns FlowInstallResponse Successful Response
|
|
5022
5077
|
* @throws ApiError
|
|
5023
5078
|
*/
|
|
5024
5079
|
static workflowInstallCreate(podId, workflowName, requestBody) {
|
package/dist/index.d.ts
CHANGED
|
@@ -12,8 +12,10 @@ export { parseTaskStreamEvent, upsertTaskMessage } from "./task-events.js";
|
|
|
12
12
|
export type { ParsedTaskStreamEvent } from "./task-events.js";
|
|
13
13
|
export { parseAssistantStreamEvent, upsertConversationMessage } from "./assistant-events.js";
|
|
14
14
|
export type { ParsedAssistantStreamEvent } from "./assistant-events.js";
|
|
15
|
-
export { buildRecordFormValues, buildRecordPayload, buildRecordSchemaFields, formatRecordValueForForm, getEditableRecordFields, getRecordFieldKind, } from "./record-form.js";
|
|
15
|
+
export { DEFAULT_RECORD_FORM_HIDDEN_FIELDS, buildRecordFormValues, buildRecordPayload, buildRecordSchemaFields, formatRecordValueForForm, getEditableRecordFields, getRecordFieldKind, orderRecordSchemaFields, } from "./record-form.js";
|
|
16
16
|
export type { BuildRecordPayloadOptions, BuildRecordPayloadResult, RecordSchemaField, RecordSchemaFieldKind, } from "./record-form.js";
|
|
17
|
+
export { buildDefaultRecordDetailFieldGroups, detectRecordDescriptionColumn, detectRecordStatusColumn, detectRecordTitleColumn, formatRecordDateDisplayValue, formatRecordDisplayValue, formatRecordPlainValue, humanizeRecordFieldName, isDefaultRecordDetailHiddenField, } from "./record-display.js";
|
|
18
|
+
export type { RecordDetailFieldGroupDefinition } from "./record-display.js";
|
|
17
19
|
export { buildSchemaFormFields, buildSchemaFormPayload, buildSchemaFormValues, formatSchemaFieldValueForForm, } from "./schema-form.js";
|
|
18
20
|
export type { BuildSchemaFormPayloadResult, JsonSchemaLike, JsonSchemaPrimitiveType, SchemaFormField, SchemaFormFieldKind, } from "./schema-form.js";
|
|
19
21
|
export { buildJoinedRecordsQuery, parseForeignKeyReference, } from "./datastore-query.js";
|
package/dist/index.js
CHANGED
|
@@ -6,6 +6,7 @@ export { readSSE, parseSSEJson } from "./streams.js";
|
|
|
6
6
|
export { normalizeRunStatus, isTerminalTaskStatus, isTerminalFunctionStatus, isTerminalFlowStatus, sleep, nextBackoffDelay, } from "./run-utils.js";
|
|
7
7
|
export { parseTaskStreamEvent, upsertTaskMessage } from "./task-events.js";
|
|
8
8
|
export { parseAssistantStreamEvent, upsertConversationMessage } from "./assistant-events.js";
|
|
9
|
-
export { buildRecordFormValues, buildRecordPayload, buildRecordSchemaFields, formatRecordValueForForm, getEditableRecordFields, getRecordFieldKind, } from "./record-form.js";
|
|
9
|
+
export { DEFAULT_RECORD_FORM_HIDDEN_FIELDS, buildRecordFormValues, buildRecordPayload, buildRecordSchemaFields, formatRecordValueForForm, getEditableRecordFields, getRecordFieldKind, orderRecordSchemaFields, } from "./record-form.js";
|
|
10
|
+
export { buildDefaultRecordDetailFieldGroups, detectRecordDescriptionColumn, detectRecordStatusColumn, detectRecordTitleColumn, formatRecordDateDisplayValue, formatRecordDisplayValue, formatRecordPlainValue, humanizeRecordFieldName, isDefaultRecordDetailHiddenField, } from "./record-display.js";
|
|
10
11
|
export { buildSchemaFormFields, buildSchemaFormPayload, buildSchemaFormValues, formatSchemaFieldValueForForm, } from "./schema-form.js";
|
|
11
12
|
export { buildJoinedRecordsQuery, parseForeignKeyReference, } from "./datastore-query.js";
|
|
@@ -14,7 +14,7 @@ export class PodSurfacesNamespace {
|
|
|
14
14
|
return this.client.request(() => AssistantSurfacesService.assistantSurfaceGet(podId, surfaceId));
|
|
15
15
|
}
|
|
16
16
|
updateConfig(podId, surfaceId, payload) {
|
|
17
|
-
return this.client.request(() => AssistantSurfacesService.
|
|
17
|
+
return this.client.request(() => AssistantSurfacesService.assistantSurfaceUpdate(podId, surfaceId, payload));
|
|
18
18
|
}
|
|
19
19
|
toggle(podId, surfaceId, isActive) {
|
|
20
20
|
return this.client.request(() => AssistantSurfacesService.assistantSurfaceToggle(podId, surfaceId, { is_active: isActive }));
|
|
@@ -23,7 +23,7 @@ export declare class WorkflowsNamespace {
|
|
|
23
23
|
update: (workflowName: string, graph: WorkflowGraphUpdateRequest) => Promise<import("../types.js").FlowResponse>;
|
|
24
24
|
};
|
|
25
25
|
readonly installs: {
|
|
26
|
-
create: (workflowName: string, payload?: WorkflowInstallRequest) => Promise<import("../types.js").
|
|
26
|
+
create: (workflowName: string, payload?: WorkflowInstallRequest) => Promise<import("../types.js").FlowInstallResponse>;
|
|
27
27
|
delete: (workflowName: string, installId: string) => Promise<void>;
|
|
28
28
|
};
|
|
29
29
|
private postRunAction;
|
|
@@ -7,6 +7,7 @@ export type { AccountListResponseSchema } from './models/AccountListResponseSche
|
|
|
7
7
|
export type { AccountResponseSchema } from './models/AccountResponseSchema.js';
|
|
8
8
|
export type { AddColumnRequest } from './models/AddColumnRequest.js';
|
|
9
9
|
export type { AddMessageRequest } from './models/AddMessageRequest.js';
|
|
10
|
+
export type { AdminConsentInfoResponse } from './models/AdminConsentInfoResponse.js';
|
|
10
11
|
export type { AgentListResponse } from './models/AgentListResponse.js';
|
|
11
12
|
export type { AgentMessageResponse } from './models/AgentMessageResponse.js';
|
|
12
13
|
export type { AgentNode } from './models/AgentNode.js';
|
|
@@ -26,6 +27,7 @@ export type { AssistantListResponse } from './models/AssistantListResponse.js';
|
|
|
26
27
|
export type { AssistantResponse } from './models/AssistantResponse.js';
|
|
27
28
|
export type { AssistantSurfaceListResponse } from './models/AssistantSurfaceListResponse.js';
|
|
28
29
|
export type { AssistantSurfaceResponse } from './models/AssistantSurfaceResponse.js';
|
|
30
|
+
export { AssistantSurfaceStatus } from './models/AssistantSurfaceStatus.js';
|
|
29
31
|
export type { AvailableModelInfo } from './models/AvailableModelInfo.js';
|
|
30
32
|
export { AvailableModels } from './models/AvailableModels.js';
|
|
31
33
|
export type { AvailableModelsListResponse } from './models/AvailableModelsListResponse.js';
|
|
@@ -43,6 +45,7 @@ export type { ConversationMessageListResponse } from './models/ConversationMessa
|
|
|
43
45
|
export type { ConversationMessageResponse } from './models/ConversationMessageResponse.js';
|
|
44
46
|
export type { ConversationResponse } from './models/ConversationResponse.js';
|
|
45
47
|
export { ConversationStatus } from './models/ConversationStatus.js';
|
|
48
|
+
export { ConversationType } from './models/ConversationType.js';
|
|
46
49
|
export type { ConvertedArtifactResponse } from './models/ConvertedArtifactResponse.js';
|
|
47
50
|
export type { ConvertedFileResponse } from './models/ConvertedFileResponse.js';
|
|
48
51
|
export type { CreateAgentRequest } from './models/CreateAgentRequest.js';
|
|
@@ -60,11 +63,14 @@ export type { CreateTriggerRequest } from './models/CreateTriggerRequest.js';
|
|
|
60
63
|
export { CredentialTypes } from './models/CredentialTypes.js';
|
|
61
64
|
export { DatastoreDataType } from './models/DatastoreDataType.js';
|
|
62
65
|
export type { DatastoreFileUploadRequest } from './models/DatastoreFileUploadRequest.js';
|
|
63
|
-
export type {
|
|
66
|
+
export type { DataStoreFlowStartInput } from './models/DataStoreFlowStartInput.js';
|
|
67
|
+
export type { DataStoreFlowStartOutput } from './models/DataStoreFlowStartOutput.js';
|
|
64
68
|
export type { DatastoreMessageResponse } from './models/DatastoreMessageResponse.js';
|
|
65
69
|
export { DatastoreOperation } from './models/DatastoreOperation.js';
|
|
66
70
|
export type { DatastoreQueryRequest } from './models/DatastoreQueryRequest.js';
|
|
67
71
|
export type { DatastoreQueryResponse } from './models/DatastoreQueryResponse.js';
|
|
72
|
+
export type { DataStoreWorkflowStartInput } from './models/DataStoreWorkflowStartInput.js';
|
|
73
|
+
export type { DataStoreWorkflowStartOutput } from './models/DataStoreWorkflowStartOutput.js';
|
|
68
74
|
export type { DecisionNode } from './models/DecisionNode.js';
|
|
69
75
|
export type { DecisionNodeConfig } from './models/DecisionNodeConfig.js';
|
|
70
76
|
export type { DecisionNodeResponse } from './models/DecisionNodeResponse.js';
|
|
@@ -77,11 +83,13 @@ export type { DeskResponse } from './models/DeskResponse.js';
|
|
|
77
83
|
export { DeskStatus } from './models/DeskStatus.js';
|
|
78
84
|
export type { DirectoryTreeNode } from './models/DirectoryTreeNode.js';
|
|
79
85
|
export type { DirectoryTreeResponse } from './models/DirectoryTreeResponse.js';
|
|
80
|
-
export type { EmailSurfaceConfigCreate } from './models/EmailSurfaceConfigCreate.js';
|
|
81
86
|
export type { EndNode } from './models/EndNode.js';
|
|
82
87
|
export type { EndNodeConfig } from './models/EndNodeConfig.js';
|
|
83
88
|
export type { EndNodeResponse } from './models/EndNodeResponse.js';
|
|
84
|
-
export type {
|
|
89
|
+
export type { EventFlowStartInput } from './models/EventFlowStartInput.js';
|
|
90
|
+
export type { EventFlowStartOutput } from './models/EventFlowStartOutput.js';
|
|
91
|
+
export type { EventWorkflowStartInput } from './models/EventWorkflowStartInput.js';
|
|
92
|
+
export type { EventWorkflowStartOutput } from './models/EventWorkflowStartOutput.js';
|
|
85
93
|
export type { ExecuteFunctionRequest } from './models/ExecuteFunctionRequest.js';
|
|
86
94
|
export type { ExpressionInputBinding } from './models/ExpressionInputBinding.js';
|
|
87
95
|
export { FileInfo } from './models/FileInfo.js';
|
|
@@ -93,13 +101,10 @@ export type { FileSearchResultSchema } from './models/FileSearchResultSchema.js'
|
|
|
93
101
|
export { FileSearchScopeMode } from './models/FileSearchScopeMode.js';
|
|
94
102
|
export type { FileUploadResponse } from './models/FileUploadResponse.js';
|
|
95
103
|
export { FileVisibility } from './models/FileVisibility.js';
|
|
96
|
-
export type {
|
|
104
|
+
export type { FlowInstallResponse } from './models/FlowInstallResponse.js';
|
|
97
105
|
export type { FlowResponse } from './models/FlowResponse.js';
|
|
98
106
|
export type { FlowRunEntity } from './models/FlowRunEntity.js';
|
|
99
107
|
export { FlowRunStatus } from './models/FlowRunStatus.js';
|
|
100
|
-
export type { FlowStart_Input } from './models/FlowStart_Input.js';
|
|
101
|
-
export type { FlowStart_Output } from './models/FlowStart_Output.js';
|
|
102
|
-
export { FlowStartType } from './models/FlowStartType.js';
|
|
103
108
|
export type { ForeignKeySpec } from './models/ForeignKeySpec.js';
|
|
104
109
|
export type { FormNode } from './models/FormNode.js';
|
|
105
110
|
export type { FormNodeConfig } from './models/FormNodeConfig.js';
|
|
@@ -115,6 +120,9 @@ export type { FunctionRunResponse } from './models/FunctionRunResponse.js';
|
|
|
115
120
|
export { FunctionRunStatus } from './models/FunctionRunStatus.js';
|
|
116
121
|
export { FunctionStatus } from './models/FunctionStatus.js';
|
|
117
122
|
export { FunctionType } from './models/FunctionType.js';
|
|
123
|
+
export type { GmailSurfaceConfig } from './models/GmailSurfaceConfig.js';
|
|
124
|
+
export type { GmailSurfaceConfigInput } from './models/GmailSurfaceConfigInput.js';
|
|
125
|
+
export type { GrantPermissionRequest } from './models/GrantPermissionRequest.js';
|
|
118
126
|
export type { HTTPValidationError } from './models/HTTPValidationError.js';
|
|
119
127
|
export type { IconUploadRequest } from './models/IconUploadRequest.js';
|
|
120
128
|
export type { IconUploadResponse } from './models/IconUploadResponse.js';
|
|
@@ -122,6 +130,8 @@ export type { LiteralInputBinding } from './models/LiteralInputBinding.js';
|
|
|
122
130
|
export type { LoopNode } from './models/LoopNode.js';
|
|
123
131
|
export type { LoopNodeConfig } from './models/LoopNodeConfig.js';
|
|
124
132
|
export type { LoopNodeResponse } from './models/LoopNodeResponse.js';
|
|
133
|
+
export type { ManualWorkflowStartInput } from './models/ManualWorkflowStartInput.js';
|
|
134
|
+
export type { ManualWorkflowStartOutput } from './models/ManualWorkflowStartOutput.js';
|
|
125
135
|
export type { MessageResponseSchema } from './models/MessageResponseSchema.js';
|
|
126
136
|
export type { NotificationContent } from './models/NotificationContent.js';
|
|
127
137
|
export type { OauthCredentialsResponseSchema } from './models/OauthCredentialsResponseSchema.js';
|
|
@@ -141,6 +151,8 @@ export type { OrganizationMemberResponse } from './models/OrganizationMemberResp
|
|
|
141
151
|
export type { OrganizationMessageResponse } from './models/OrganizationMessageResponse.js';
|
|
142
152
|
export type { OrganizationResponse } from './models/OrganizationResponse.js';
|
|
143
153
|
export { OrganizationRole } from './models/OrganizationRole.js';
|
|
154
|
+
export type { OutlookSurfaceConfig } from './models/OutlookSurfaceConfig.js';
|
|
155
|
+
export type { OutlookSurfaceConfigInput } from './models/OutlookSurfaceConfigInput.js';
|
|
144
156
|
export type { PlanListResponse } from './models/PlanListResponse.js';
|
|
145
157
|
export type { PlanResponse } from './models/PlanResponse.js';
|
|
146
158
|
export type { PodAppConfigItem } from './models/PodAppConfigItem.js';
|
|
@@ -166,13 +178,21 @@ export type { RecentUsageResponse } from './models/RecentUsageResponse.js';
|
|
|
166
178
|
export type { RecordListResponse } from './models/RecordListResponse.js';
|
|
167
179
|
export type { RecordResponse } from './models/RecordResponse.js';
|
|
168
180
|
export type { ResourceFileListResponse } from './models/ResourceFileListResponse.js';
|
|
181
|
+
export type { ResourcePermissionListResponse } from './models/ResourcePermissionListResponse.js';
|
|
182
|
+
export type { ResourcePermissionResponse } from './models/ResourcePermissionResponse.js';
|
|
169
183
|
export { ResourceType } from './models/ResourceType.js';
|
|
170
|
-
export type {
|
|
184
|
+
export type { ScheduledFlowStartInput } from './models/ScheduledFlowStartInput.js';
|
|
185
|
+
export type { ScheduledFlowStartOutput } from './models/ScheduledFlowStartOutput.js';
|
|
171
186
|
export { ScheduledFlowStartType } from './models/ScheduledFlowStartType.js';
|
|
187
|
+
export type { ScheduledWorkflowStartInput } from './models/ScheduledWorkflowStartInput.js';
|
|
188
|
+
export type { ScheduledWorkflowStartOutput } from './models/ScheduledWorkflowStartOutput.js';
|
|
172
189
|
export { SearchMethod } from './models/SearchMethod.js';
|
|
173
190
|
export type { SearchResult } from './models/SearchResult.js';
|
|
174
191
|
export type { SeatInfoResponse } from './models/SeatInfoResponse.js';
|
|
175
|
-
export type {
|
|
192
|
+
export type { SetVisibilityRequest } from './models/SetVisibilityRequest.js';
|
|
193
|
+
export type { SlackCredentialsInput } from './models/SlackCredentialsInput.js';
|
|
194
|
+
export type { SlackSurfaceConfig } from './models/SlackSurfaceConfig.js';
|
|
195
|
+
export type { SlackSurfaceConfigInput } from './models/SlackSurfaceConfigInput.js';
|
|
176
196
|
export type { StackFrame } from './models/StackFrame.js';
|
|
177
197
|
export type { StartSubscriptionRequest } from './models/StartSubscriptionRequest.js';
|
|
178
198
|
export type { StartSubscriptionResponse } from './models/StartSubscriptionResponse.js';
|
|
@@ -180,6 +200,17 @@ export type { StepExecution } from './models/StepExecution.js';
|
|
|
180
200
|
export { SubscriptionStatus } from './models/SubscriptionStatus.js';
|
|
181
201
|
export type { SubscriptionStatusResponse } from './models/SubscriptionStatusResponse.js';
|
|
182
202
|
export type { SubscriptionWithPlanResponse } from './models/SubscriptionWithPlanResponse.js';
|
|
203
|
+
export { SurfaceCredentialMode } from './models/SurfaceCredentialMode.js';
|
|
204
|
+
export type { SurfaceIntegrationSetupGuide } from './models/SurfaceIntegrationSetupGuide.js';
|
|
205
|
+
export { SurfacePlatform } from './models/SurfacePlatform.js';
|
|
206
|
+
export type { SurfacePlatformSetupGuideResponse } from './models/SurfacePlatformSetupGuideResponse.js';
|
|
207
|
+
export { SurfaceRoutingScope } from './models/SurfaceRoutingScope.js';
|
|
208
|
+
export type { SurfaceSetupField } from './models/SurfaceSetupField.js';
|
|
209
|
+
export { SurfaceSetupFieldSource } from './models/SurfaceSetupFieldSource.js';
|
|
210
|
+
export { SurfaceSetupMode } from './models/SurfaceSetupMode.js';
|
|
211
|
+
export { SurfaceSetupPhase } from './models/SurfaceSetupPhase.js';
|
|
212
|
+
export type { SurfaceSetupStep } from './models/SurfaceSetupStep.js';
|
|
213
|
+
export { SurfaceWebhookMode } from './models/SurfaceWebhookMode.js';
|
|
183
214
|
export type { TableAccessEntry } from './models/TableAccessEntry.js';
|
|
184
215
|
export { TableAccessMode } from './models/TableAccessMode.js';
|
|
185
216
|
export type { TableListResponse } from './models/TableListResponse.js';
|
|
@@ -189,7 +220,12 @@ export type { TaskMessageListResponse } from './models/TaskMessageListResponse.j
|
|
|
189
220
|
export type { TaskMessageResponse } from './models/TaskMessageResponse.js';
|
|
190
221
|
export type { TaskResponse } from './models/TaskResponse.js';
|
|
191
222
|
export { TaskStatus } from './models/TaskStatus.js';
|
|
192
|
-
export type {
|
|
223
|
+
export type { TeamsCredentialsInput } from './models/TeamsCredentialsInput.js';
|
|
224
|
+
export type { TeamsSurfaceConfig } from './models/TeamsSurfaceConfig.js';
|
|
225
|
+
export type { TeamsSurfaceConfigInput } from './models/TeamsSurfaceConfigInput.js';
|
|
226
|
+
export type { TelegramCredentialsInput } from './models/TelegramCredentialsInput.js';
|
|
227
|
+
export type { TelegramSurfaceConfig } from './models/TelegramSurfaceConfig.js';
|
|
228
|
+
export type { TelegramSurfaceConfigInput } from './models/TelegramSurfaceConfigInput.js';
|
|
193
229
|
export type { TextContent } from './models/TextContent.js';
|
|
194
230
|
export type { ThinkingContent } from './models/ThinkingContent.js';
|
|
195
231
|
export type { ToggleSurfaceRequest } from './models/ToggleSurfaceRequest.js';
|
|
@@ -223,7 +259,9 @@ export type { WebSearchAgentRequest } from './models/WebSearchAgentRequest.js';
|
|
|
223
259
|
export type { WebSearchAgentResponse } from './models/WebSearchAgentResponse.js';
|
|
224
260
|
export type { WebSearchRequest } from './models/WebSearchRequest.js';
|
|
225
261
|
export type { WebSearchResponse } from './models/WebSearchResponse.js';
|
|
226
|
-
export type {
|
|
262
|
+
export type { WhatsAppCredentialsInput } from './models/WhatsAppCredentialsInput.js';
|
|
263
|
+
export type { WhatsAppSurfaceConfig } from './models/WhatsAppSurfaceConfig.js';
|
|
264
|
+
export type { WhatsAppSurfaceConfigInput } from './models/WhatsAppSurfaceConfigInput.js';
|
|
227
265
|
export type { WorkflowCreateRequest } from './models/WorkflowCreateRequest.js';
|
|
228
266
|
export type { WorkflowEdge } from './models/WorkflowEdge.js';
|
|
229
267
|
export type { WorkflowGraphUpdateRequest } from './models/WorkflowGraphUpdateRequest.js';
|
|
@@ -239,6 +277,7 @@ export { AgentToolsService } from './services/AgentToolsService.js';
|
|
|
239
277
|
export { ApplicationsService } from './services/ApplicationsService.js';
|
|
240
278
|
export { AssistantsService } from './services/AssistantsService.js';
|
|
241
279
|
export { AssistantSurfacesService } from './services/AssistantSurfacesService.js';
|
|
280
|
+
export { AssistantSurfacesIngressService } from './services/AssistantSurfacesIngressService.js';
|
|
242
281
|
export { AuthService } from './services/AuthService.js';
|
|
243
282
|
export { AuthorizationService } from './services/AuthorizationService.js';
|
|
244
283
|
export { BillingSubscriptionsService } from './services/BillingSubscriptionsService.js';
|
|
@@ -255,7 +294,6 @@ export { OrganizationsService } from './services/OrganizationsService.js';
|
|
|
255
294
|
export { PodJoinRequestsService } from './services/PodJoinRequestsService.js';
|
|
256
295
|
export { PodMembersService } from './services/PodMembersService.js';
|
|
257
296
|
export { PodsService } from './services/PodsService.js';
|
|
258
|
-
export { PublicDesksService } from './services/PublicDesksService.js';
|
|
259
297
|
export { QueryService } from './services/QueryService.js';
|
|
260
298
|
export { RecordsService } from './services/RecordsService.js';
|
|
261
299
|
export { TablesService } from './services/TablesService.js';
|