twenty-sdk 2.23.0-alpha.2 → 2.25.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/dist/billing/index.cjs.map +1 -1
- package/dist/billing/index.mjs.map +1 -1
- package/dist/{catalog-sync-vCny1eqz.js → catalog-sync-BQ4qqj5b.js} +1 -1
- package/dist/{catalog-sync-Duh0toYz.mjs → catalog-sync-Bd0XMuNL.mjs} +1 -1
- package/dist/cli/commands/dev/exec.d.ts +2 -1
- package/dist/cli/operations/execute.d.ts +2 -0
- package/dist/cli/utilities/build/manifest/manifest-extract-config.d.ts +2 -0
- package/dist/cli.cjs +116 -116
- package/dist/cli.mjs +5216 -5201
- package/dist/define/index.cjs +3 -3
- package/dist/define/index.cjs.map +1 -1
- package/dist/define/index.d.ts +103 -14
- package/dist/define/index.mjs +2751 -2714
- package/dist/define/index.mjs.map +1 -1
- package/dist/front-component/index.cjs +1 -1
- package/dist/front-component/index.cjs.map +1 -1
- package/dist/front-component/index.d.ts +2 -1
- package/dist/front-component/index.mjs +3 -3
- package/dist/front-component/index.mjs.map +1 -1
- package/dist/{get-function-input-schema-GNk3NRLJ-CINgHnhw.mjs → get-function-input-schema-GNk3NRLJ-DmwN8d1n.mjs} +1 -1
- package/dist/logic-function/index.cjs +21 -1
- package/dist/logic-function/index.cjs.map +1 -1
- package/dist/logic-function/index.d.ts +28 -4
- package/dist/logic-function/index.mjs +36 -2
- package/dist/logic-function/index.mjs.map +1 -1
- package/dist/{login-DRLsbxdb.js → login-C1meSrEJ.js} +53 -53
- package/dist/{login-C1WTDmkF.mjs → login-CjlKXuH6.mjs} +3932 -3888
- package/dist/operations.cjs +1 -1
- package/dist/operations.mjs +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -65,6 +65,7 @@ declare enum AppPath {
|
|
|
65
65
|
PlanRequired = "/plan-required",
|
|
66
66
|
PlanRequiredSuccess = "/plan-required/payment-success",
|
|
67
67
|
BookCall = "/book-call",
|
|
68
|
+
WorkspaceSetup = "/workspace-setup",
|
|
68
69
|
Index = "/",
|
|
69
70
|
TasksPage = "/objects/tasks",
|
|
70
71
|
OpportunitiesPage = "/objects/opportunities",
|
|
@@ -124,7 +125,7 @@ declare enum SidePanelPages {
|
|
|
124
125
|
CommandMenuEdit = "command-menu-edit",
|
|
125
126
|
PageLayoutRecordPageWidgetTypeSelect = "page-layout-record-page-widget-type-select",
|
|
126
127
|
ComposeEmail = "compose-email",
|
|
127
|
-
|
|
128
|
+
SendCampaignTest = "send-campaign-test"
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
declare const getAppPath: <T extends AppPath>(to: T, params?: { [key in PathParam<T>]: string | null; } | undefined, queryParams?: Record<string, any> | undefined) => string;
|
|
@@ -2185,7 +2185,7 @@ function ia(e) {
|
|
|
2185
2185
|
//#endregion
|
|
2186
2186
|
//#region ../twenty-shared/node_modules/class-validator/esm5/metadata/ConstraintMetadata.js
|
|
2187
2187
|
var aa = /* @__PURE__ */ function(e) {
|
|
2188
|
-
return e.Verify = "/verify", e.VerifyEmail = "/verify-email", e.SignInUp = "/welcome", e.Invite = "/invite/:workspaceInviteHash", e.ResetPassword = "/reset-password/:passwordResetToken", e.WorkspaceActivation = "/workspace-activation", e.CreateProfile = "/create/profile", e.SyncEmails = "/sync/emails", e.InstallApps = "/install-apps", e.InviteTeam = "/invite-team", e.PlanRequired = "/plan-required", e.PlanRequiredSuccess = "/plan-required/payment-success", e.BookCall = "/book-call", e.Index = "/", e.TasksPage = "/objects/tasks", e.OpportunitiesPage = "/objects/opportunities", e.RecordIndexPage = "/objects/:objectNamePlural", e.RecordShowPage = "/object/:objectNameSingular/:objectRecordId", e.PageLayoutPage = "/page/:pageLayoutId", e.Settings = "settings", e.SettingsCatchAll = "/settings/*", e.Developers = "developers", e.DevelopersCatchAll = "/developers/*", e.Authorize = "/authorize", e.Dpa = "/dpa", e.NotFoundWildcard = "*", e.NotFound = "/not-found", e;
|
|
2188
|
+
return e.Verify = "/verify", e.VerifyEmail = "/verify-email", e.SignInUp = "/welcome", e.Invite = "/invite/:workspaceInviteHash", e.ResetPassword = "/reset-password/:passwordResetToken", e.WorkspaceActivation = "/workspace-activation", e.CreateProfile = "/create/profile", e.SyncEmails = "/sync/emails", e.InstallApps = "/install-apps", e.InviteTeam = "/invite-team", e.PlanRequired = "/plan-required", e.PlanRequiredSuccess = "/plan-required/payment-success", e.BookCall = "/book-call", e.WorkspaceSetup = "/workspace-setup", e.Index = "/", e.TasksPage = "/objects/tasks", e.OpportunitiesPage = "/objects/opportunities", e.RecordIndexPage = "/objects/:objectNamePlural", e.RecordShowPage = "/object/:objectNameSingular/:objectRecordId", e.PageLayoutPage = "/page/:pageLayoutId", e.Settings = "settings", e.SettingsCatchAll = "/settings/*", e.Developers = "developers", e.DevelopersCatchAll = "/developers/*", e.Authorize = "/authorize", e.Dpa = "/dpa", e.NotFoundWildcard = "*", e.NotFound = "/not-found", e;
|
|
2189
2189
|
}({}), oa = /* @__PURE__ */ function(e) {
|
|
2190
2190
|
return e.EMAIL = "EMAIL", e.CALENDAR = "CALENDAR", e.WORKFLOW = "WORKFLOW", e.AGENT = "AGENT", e.API = "API", e.IMPORT = "IMPORT", e.MANUAL = "MANUAL", e.SYSTEM = "SYSTEM", e.WEBHOOK = "WEBHOOK", e.APPLICATION = "APPLICATION", e;
|
|
2191
2191
|
}({}), sa = {
|
|
@@ -2398,9 +2398,9 @@ Ci({
|
|
|
2398
2398
|
[_.RICH_TEXT, ma]
|
|
2399
2399
|
]), _.RELATION, _.MORPH_RELATION, _.FILES, _.TS_VECTOR;
|
|
2400
2400
|
//#endregion
|
|
2401
|
-
//#region ../twenty-shared/dist/types-
|
|
2401
|
+
//#region ../twenty-shared/dist/types-BXMLJbPI.mjs
|
|
2402
2402
|
var ha = /* @__PURE__ */ function(e) {
|
|
2403
|
-
return e.CommandMenuDisplay = "command-menu-display", e.ViewRecord = "view-record", e.MergeRecords = "merge-records", e.UpdateRecords = "update-records", e.EditRichText = "edit-rich-text", e.Copilot = "copilot", e.WorkflowTriggerSelectType = "workflow-trigger-select-type", e.WorkflowStepCreate = "workflow-step-create", e.WorkflowStepEditType = "workflow-step-edit-type", e.WorkflowStepView = "workflow-step-view", e.WorkflowStepEdit = "workflow-step-edit", e.WorkflowRunStepView = "workflow-run-step-view", e.SearchRecords = "search-records", e.AskAI = "ask-ai", e.ViewPreviousAiChats = "view-previous-ai-chats", e.PageLayoutDashboardWidgetTypeSelect = "page-layout-dashboard-widget-type-select", e.PageLayoutTabSettings = "page-layout-tab-settings", e.DashboardChartSettings = "dashboard-chart-settings", e.DashboardIframeSettings = "dashboard-iframe-settings", e.DashboardRecordTableSettings = "dashboard-record-table-settings", e.RecordPageFieldsSettings = "record-page-fields-settings", e.RecordPageFieldSettings = "record-page-field-settings", e.ViewFrontComponent = "view-front-component", e.NavigationMenuItemEdit = "navigation-menu-item-edit", e.NavigationMenuAddItem = "navigation-menu-add-item", e.CommandMenuEdit = "command-menu-edit", e.PageLayoutRecordPageWidgetTypeSelect = "page-layout-record-page-widget-type-select", e.ComposeEmail = "compose-email", e.
|
|
2403
|
+
return e.CommandMenuDisplay = "command-menu-display", e.ViewRecord = "view-record", e.MergeRecords = "merge-records", e.UpdateRecords = "update-records", e.EditRichText = "edit-rich-text", e.Copilot = "copilot", e.WorkflowTriggerSelectType = "workflow-trigger-select-type", e.WorkflowStepCreate = "workflow-step-create", e.WorkflowStepEditType = "workflow-step-edit-type", e.WorkflowStepView = "workflow-step-view", e.WorkflowStepEdit = "workflow-step-edit", e.WorkflowRunStepView = "workflow-run-step-view", e.SearchRecords = "search-records", e.AskAI = "ask-ai", e.ViewPreviousAiChats = "view-previous-ai-chats", e.PageLayoutDashboardWidgetTypeSelect = "page-layout-dashboard-widget-type-select", e.PageLayoutTabSettings = "page-layout-tab-settings", e.DashboardChartSettings = "dashboard-chart-settings", e.DashboardIframeSettings = "dashboard-iframe-settings", e.DashboardRecordTableSettings = "dashboard-record-table-settings", e.RecordPageFieldsSettings = "record-page-fields-settings", e.RecordPageFieldSettings = "record-page-field-settings", e.ViewFrontComponent = "view-front-component", e.NavigationMenuItemEdit = "navigation-menu-item-edit", e.NavigationMenuAddItem = "navigation-menu-add-item", e.CommandMenuEdit = "command-menu-edit", e.PageLayoutRecordPageWidgetTypeSelect = "page-layout-record-page-widget-type-select", e.ComposeEmail = "compose-email", e.SendCampaignTest = "send-campaign-test", e;
|
|
2404
2404
|
}({}), ga = "frontComponentHostCommunicationApi";
|
|
2405
2405
|
//#endregion
|
|
2406
2406
|
//#region src/sdk/front-component/globals/frontComponentHostCommunicationApi.ts
|