twenty-sdk 0.8.0 → 0.9.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/cli/commands/dev-once.d.ts +7 -0
- package/dist/cli/commands/exec.d.ts +2 -2
- package/dist/cli/operations/dev-once.d.ts +13 -0
- package/dist/cli/operations/execute.d.ts +2 -2
- package/dist/cli/operations/index.d.ts +2 -0
- package/dist/cli/operations/server-start.d.ts +1 -0
- package/dist/cli/utilities/build/manifest/manifest-extract-config.d.ts +1 -1
- package/dist/cli/utilities/build/manifest/utils/add-missing-field-option-ids.d.ts +2 -0
- package/dist/cli/utilities/build/manifest/utils/from-role-config-to-role-manifest.d.ts +3 -0
- package/dist/cli/utilities/config/config-service.d.ts +3 -1
- package/dist/cli/utilities/config/get-config-path.d.ts +1 -1
- package/dist/cli/utilities/server/docker-container.d.ts +5 -3
- package/dist/cli.cjs +46 -44
- package/dist/cli.mjs +2035 -2089
- package/dist/{frontComponentHostCommunicationApi-op3Q7sYg.mjs → frontComponentHostCommunicationApi-Bz03t3FY.mjs} +66 -74
- package/dist/{frontComponentHostCommunicationApi-DvdpnfNz.js → frontComponentHostCommunicationApi-DyOxvANW.js} +3 -3
- package/dist/{get-function-input-schema-BZ7_XyUh-xI83N7kX.mjs → get-function-input-schema-BZ7_XyUh-CtECetlr.mjs} +1 -1
- package/dist/{get-function-input-schema-BZ7_XyUh-Bf_NiyDR.js → get-function-input-schema-BZ7_XyUh-D2ypJxjI.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +9 -9
- package/dist/operations.cjs +1 -1
- package/dist/operations.mjs +14 -13
- package/dist/sdk/application/application-config.d.ts +1 -1
- package/dist/sdk/common/types/define-entity.type.d.ts +5 -2
- package/dist/sdk/index.d.ts +1 -1
- package/dist/sdk/logic-functions/define-post-install-logic-function.d.ts +2 -5
- package/dist/sdk/logic-functions/define-post-install-logic-function.js.map +1 -1
- package/dist/sdk/logic-functions/define-pre-install-logic-function.d.ts +2 -5
- package/dist/sdk/logic-functions/define-pre-install-logic-function.js.map +1 -1
- package/dist/sdk/logic-functions/install-payload-type.d.ts +5 -0
- package/dist/sdk/logic-functions/post-install-logic-function-config.d.ts +4 -0
- package/dist/sdk/logic-functions/pre-install-logic-function-config.d.ts +5 -0
- package/dist/sdk/roles/define-role.d.ts +2 -2
- package/dist/sdk/roles/define-role.js.map +1 -1
- package/dist/sdk/roles/role-config.d.ts +7 -0
- package/dist/ui/index.cjs +413 -398
- package/dist/ui/index.mjs +2164 -2134
- package/dist/uninstall-CXlUxs8p.js +189 -0
- package/dist/{uninstall-9yB-e13_.mjs → uninstall-CrGYRb-Z.mjs} +993 -663
- package/package.json +2 -2
- package/dist/sdk/logic-functions/install-logic-function-payload-type.d.ts +0 -4
- package/dist/uninstall-BCUbP_Bn.js +0 -178
|
@@ -245,7 +245,7 @@ Ce.object({
|
|
|
245
245
|
markdown: Ce.string().nullable()
|
|
246
246
|
});
|
|
247
247
|
A.LINKS, A.CURRENCY, A.FULL_NAME, A.ADDRESS, A.ACTOR, A.EMAILS, A.PHONES, A.RICH_TEXT;
|
|
248
|
-
var w1 = /* @__PURE__ */ ((e) => (e.ProfilePicture = "profile-picture", e.WorkspaceLogo = "workspace-logo", e.Attachment = "attachment", e.PersonPicture = "person-picture", e.CorePicture = "core-picture", e.File = "file", e.AgentChat = "agent-chat", e.BuiltLogicFunction = "built-logic-function", e.BuiltFrontComponent = "built-front-component", e.PublicAsset = "public-asset", e.Source = "source", e.FilesField = "files-field", e.Dependencies = "dependencies", e.Workflow = "workflow", e.AppTarball = "app-tarball", e.GeneratedSdkClient = "generated-sdk-client", e))(w1 || {}), m1 = /* @__PURE__ */ ((e) => (e.VIEW = "VIEW", e.FOLDER = "FOLDER", e.LINK = "LINK", e.OBJECT = "OBJECT", e.RECORD = "RECORD", e))(m1 || {}), v1 = /* @__PURE__ */ ((e) => (e.GRID = "GRID", e.VERTICAL_LIST = "VERTICAL_LIST", e.CANVAS = "CANVAS", e))(v1 || {}), j1 = /* @__PURE__ */ ((e) => (e.CASCADE = "CASCADE", e.RESTRICT = "RESTRICT", e.SET_NULL = "SET_NULL", e.NO_ACTION = "NO_ACTION", e))(j1 || {}), S1 = /* @__PURE__ */ ((e) => (e.MANY_TO_ONE = "MANY_TO_ONE", e.ONE_TO_MANY = "ONE_TO_MANY", e))(S1 || {}), $1 = /* @__PURE__ */ ((e) => (e.CommandMenuDisplay = "command-menu-display", e.ViewRecord = "view-record", e.MergeRecords = "merge-records", e.UpdateRecords = "update-records", e.
|
|
248
|
+
var w1 = /* @__PURE__ */ ((e) => (e.ProfilePicture = "profile-picture", e.WorkspaceLogo = "workspace-logo", e.Attachment = "attachment", e.PersonPicture = "person-picture", e.CorePicture = "core-picture", e.File = "file", e.AgentChat = "agent-chat", e.BuiltLogicFunction = "built-logic-function", e.BuiltFrontComponent = "built-front-component", e.PublicAsset = "public-asset", e.Source = "source", e.FilesField = "files-field", e.Dependencies = "dependencies", e.Workflow = "workflow", e.EmailAttachment = "email-attachment", e.AppTarball = "app-tarball", e.GeneratedSdkClient = "generated-sdk-client", e))(w1 || {}), m1 = /* @__PURE__ */ ((e) => (e.VIEW = "VIEW", e.FOLDER = "FOLDER", e.LINK = "LINK", e.OBJECT = "OBJECT", e.RECORD = "RECORD", e))(m1 || {}), v1 = /* @__PURE__ */ ((e) => (e.GRID = "GRID", e.VERTICAL_LIST = "VERTICAL_LIST", e.CANVAS = "CANVAS", e))(v1 || {}), j1 = /* @__PURE__ */ ((e) => (e.CASCADE = "CASCADE", e.RESTRICT = "RESTRICT", e.SET_NULL = "SET_NULL", e.NO_ACTION = "NO_ACTION", e))(j1 || {}), S1 = /* @__PURE__ */ ((e) => (e.MANY_TO_ONE = "MANY_TO_ONE", e.ONE_TO_MANY = "ONE_TO_MANY", e))(S1 || {}), $1 = /* @__PURE__ */ ((e) => (e.CommandMenuDisplay = "command-menu-display", e.ViewRecord = "view-record", e.MergeRecords = "merge-records", e.UpdateRecords = "update-records", e.ViewCalendarEvent = "view-calendar-event", 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))($1 || {}), C1 = /* @__PURE__ */ ((e) => (e.INDEX = "INDEX", e))(C1 || {});
|
|
249
249
|
const Aw = "public", Nw = "TWENTY_API_URL", Ew = "TWENTY_APP_ACCESS_TOKEN", Xw = {
|
|
250
250
|
js: `import { createRequire as __createRequire } from 'module';
|
|
251
251
|
const require = __createRequire(import.meta.url);`
|
|
@@ -4764,6 +4764,7 @@ const Ub = {
|
|
|
4764
4764
|
CDF: { label: "Congolese franc" },
|
|
4765
4765
|
CHF: { label: "Swiss franc" },
|
|
4766
4766
|
CLP: { label: "Chilean peso" },
|
|
4767
|
+
CLF: { label: "Unidad de Fomento" },
|
|
4767
4768
|
CNY: { label: "Chinese yuan" },
|
|
4768
4769
|
COP: { label: "Colombian peso" },
|
|
4769
4770
|
CRC: { label: "Costa Rican colon" },
|
|
@@ -11804,7 +11805,7 @@ function Of(e, n, a, i = []) {
|
|
|
11804
11805
|
}
|
|
11805
11806
|
io = void 0;
|
|
11806
11807
|
const ts = { ignore: [], replace: [], replaceAfter: [], trim: !1, unknown: "", fixChineseSpacing: !0 };
|
|
11807
|
-
|
|
11808
|
+
class Wf {
|
|
11808
11809
|
constructor(n = Pe(ts), a = is) {
|
|
11809
11810
|
this.confOptions = n, this.map = a;
|
|
11810
11811
|
}
|
|
@@ -11886,7 +11887,7 @@ let Wf = class {
|
|
|
11886
11887
|
const l = this.formatReplaceOption(i.replaceAfter);
|
|
11887
11888
|
return l.length && (t = this.replaceString(t, l)), t;
|
|
11888
11889
|
}
|
|
11889
|
-
}
|
|
11890
|
+
}
|
|
11890
11891
|
const Tw = Object.assign(Object.assign({}, Pe(ts)), { allowedChars: "a-zA-Z0-9-_.~", lowercase: !0, separator: "-", uppercase: !1, fixChineseSpacing: !0 }), ei = new Wf(), o2 = ei.transliterate.bind(ei);
|
|
11891
11892
|
o2.config = ei.config.bind(ei), o2.setData = ei.setData.bind(ei);
|
|
11892
11893
|
const ni = new class extends Wf {
|
|
@@ -11904,7 +11905,7 @@ const ni = new class extends Wf {
|
|
|
11904
11905
|
}
|
|
11905
11906
|
}(), u2 = ni.slugify.bind(ni);
|
|
11906
11907
|
u2.config = ni.config.bind(ni), u2.setData = ni.setData.bind(ni);
|
|
11907
|
-
const
|
|
11908
|
+
const Gw = {
|
|
11908
11909
|
attachment: {
|
|
11909
11910
|
universalIdentifier: "20202020-bd3d-4c60-8dca-571c71d4447a",
|
|
11910
11911
|
fields: {
|
|
@@ -12083,7 +12084,7 @@ const _w = {
|
|
|
12083
12084
|
general: {
|
|
12084
12085
|
universalIdentifier: "94009e34-52fb-4534-89ce-6c6d0a774056"
|
|
12085
12086
|
},
|
|
12086
|
-
|
|
12087
|
+
system: {
|
|
12087
12088
|
universalIdentifier: "35dace44-6e63-4cdb-b761-a92bcf126a7e"
|
|
12088
12089
|
}
|
|
12089
12090
|
},
|
|
@@ -12116,7 +12117,7 @@ const _w = {
|
|
|
12116
12117
|
deletedAt: {
|
|
12117
12118
|
universalIdentifier: "20202020-c01d-4024-9d24-cffef9effef1"
|
|
12118
12119
|
},
|
|
12119
|
-
|
|
12120
|
+
calendarChannelId: {
|
|
12120
12121
|
universalIdentifier: "20202020-93ee-4da4-8d58-0282c4a9cb7d"
|
|
12121
12122
|
},
|
|
12122
12123
|
calendarEvent: {
|
|
@@ -12153,7 +12154,7 @@ const _w = {
|
|
|
12153
12154
|
allCalendarChannelEventAssociations: {
|
|
12154
12155
|
universalIdentifier: "001893be-c06c-4ba1-9f18-53bd26f0179f",
|
|
12155
12156
|
viewFields: {
|
|
12156
|
-
|
|
12157
|
+
calendarChannelId: {
|
|
12157
12158
|
universalIdentifier: "e3adffd2-d820-4c89-912c-34908d90057e"
|
|
12158
12159
|
},
|
|
12159
12160
|
calendarEvent: {
|
|
@@ -12173,12 +12174,12 @@ const _w = {
|
|
|
12173
12174
|
general: {
|
|
12174
12175
|
universalIdentifier: "9c27f771-9f85-492f-b1f1-9bc7a175f6f3"
|
|
12175
12176
|
},
|
|
12176
|
-
|
|
12177
|
+
system: {
|
|
12177
12178
|
universalIdentifier: "c7b18e05-dd60-4ee4-911a-290790e8c425"
|
|
12178
12179
|
}
|
|
12179
12180
|
},
|
|
12180
12181
|
viewFields: {
|
|
12181
|
-
|
|
12182
|
+
calendarChannelId: {
|
|
12182
12183
|
universalIdentifier: "cd6c6714-fc1d-4511-a664-ec5e8dfd8692"
|
|
12183
12184
|
},
|
|
12184
12185
|
calendarEvent: {
|
|
@@ -12231,9 +12232,6 @@ const _w = {
|
|
|
12231
12232
|
syncCursor: {
|
|
12232
12233
|
universalIdentifier: "20202020-bac2-4852-a5cb-7a7898992b70"
|
|
12233
12234
|
},
|
|
12234
|
-
calendarChannelEventAssociations: {
|
|
12235
|
-
universalIdentifier: "20202020-afb0-4a9f-979f-2d5087d71d09"
|
|
12236
|
-
},
|
|
12237
12235
|
throttleFailureCount: {
|
|
12238
12236
|
universalIdentifier: "20202020-525c-4b76-b9bd-0dd57fd11d61"
|
|
12239
12237
|
},
|
|
@@ -12297,7 +12295,7 @@ const _w = {
|
|
|
12297
12295
|
general: {
|
|
12298
12296
|
universalIdentifier: "e015afb4-bb6b-44ab-8077-01196c70bd1b"
|
|
12299
12297
|
},
|
|
12300
|
-
|
|
12298
|
+
system: {
|
|
12301
12299
|
universalIdentifier: "a7e61a73-68b3-46a2-8624-54a4f0a81710"
|
|
12302
12300
|
}
|
|
12303
12301
|
},
|
|
@@ -12420,7 +12418,7 @@ const _w = {
|
|
|
12420
12418
|
general: {
|
|
12421
12419
|
universalIdentifier: "3d842777-436e-467d-90ae-9e1fa0aa7e9c"
|
|
12422
12420
|
},
|
|
12423
|
-
|
|
12421
|
+
system: {
|
|
12424
12422
|
universalIdentifier: "098836d8-15c1-44c1-a58e-2ff7fd6a05f9"
|
|
12425
12423
|
}
|
|
12426
12424
|
},
|
|
@@ -12664,11 +12662,14 @@ const _w = {
|
|
|
12664
12662
|
general: {
|
|
12665
12663
|
universalIdentifier: "20202020-a001-4a01-8a01-c0aba11c1101"
|
|
12666
12664
|
},
|
|
12667
|
-
|
|
12665
|
+
business: {
|
|
12668
12666
|
universalIdentifier: "20202020-a001-4a01-8a01-c0aba11c1102"
|
|
12669
12667
|
},
|
|
12670
|
-
|
|
12668
|
+
contact: {
|
|
12671
12669
|
universalIdentifier: "20202020-a001-4a01-8a01-c0aba11c1103"
|
|
12670
|
+
},
|
|
12671
|
+
system: {
|
|
12672
|
+
universalIdentifier: "20202020-a001-4a01-8a01-c0aba11c1104"
|
|
12672
12673
|
}
|
|
12673
12674
|
},
|
|
12674
12675
|
viewFields: {
|
|
@@ -12830,7 +12831,7 @@ const _w = {
|
|
|
12830
12831
|
general: {
|
|
12831
12832
|
universalIdentifier: "428a9949-71f4-4ebf-9160-1da43f1113ff"
|
|
12832
12833
|
},
|
|
12833
|
-
|
|
12834
|
+
system: {
|
|
12834
12835
|
universalIdentifier: "ce9f7f72-583e-4415-a82f-e1f4b2cc8e2f"
|
|
12835
12836
|
}
|
|
12836
12837
|
},
|
|
@@ -13038,7 +13039,7 @@ const _w = {
|
|
|
13038
13039
|
general: {
|
|
13039
13040
|
universalIdentifier: "d08267ae-eb74-4ed5-884e-4015d16d962d"
|
|
13040
13041
|
},
|
|
13041
|
-
|
|
13042
|
+
system: {
|
|
13042
13043
|
universalIdentifier: "bbbca990-4876-4802-bf7e-94f685bd5f52"
|
|
13043
13044
|
}
|
|
13044
13045
|
},
|
|
@@ -13126,7 +13127,7 @@ const _w = {
|
|
|
13126
13127
|
general: {
|
|
13127
13128
|
universalIdentifier: "c0af3a9b-38bc-4c19-a79d-910f35d6f766"
|
|
13128
13129
|
},
|
|
13129
|
-
|
|
13130
|
+
system: {
|
|
13130
13131
|
universalIdentifier: "a7db50c7-826a-41ed-a252-1a07d445b025"
|
|
13131
13132
|
}
|
|
13132
13133
|
},
|
|
@@ -13156,7 +13157,7 @@ const _w = {
|
|
|
13156
13157
|
deletedAt: {
|
|
13157
13158
|
universalIdentifier: "20202020-b01d-40b4-9db4-8d9eafbacbdc"
|
|
13158
13159
|
},
|
|
13159
|
-
|
|
13160
|
+
messageChannelId: {
|
|
13160
13161
|
universalIdentifier: "20202020-b658-408f-bd46-3bd2d15d7e52"
|
|
13161
13162
|
},
|
|
13162
13163
|
message: {
|
|
@@ -13205,7 +13206,7 @@ const _w = {
|
|
|
13205
13206
|
allMessageChannelMessageAssociations: {
|
|
13206
13207
|
universalIdentifier: "a4f465ac-d5cb-4f24-93ac-7a24bafd398e",
|
|
13207
13208
|
viewFields: {
|
|
13208
|
-
|
|
13209
|
+
messageChannelId: {
|
|
13209
13210
|
universalIdentifier: "b86e652b-04ce-4089-9f71-e190eaf5b798"
|
|
13210
13211
|
},
|
|
13211
13212
|
message: {
|
|
@@ -13228,12 +13229,12 @@ const _w = {
|
|
|
13228
13229
|
general: {
|
|
13229
13230
|
universalIdentifier: "86d7066c-ba38-4f6a-996f-77345bedd549"
|
|
13230
13231
|
},
|
|
13231
|
-
|
|
13232
|
+
system: {
|
|
13232
13233
|
universalIdentifier: "6044c58c-a63c-4f3f-a283-b8803553628f"
|
|
13233
13234
|
}
|
|
13234
13235
|
},
|
|
13235
13236
|
viewFields: {
|
|
13236
|
-
|
|
13237
|
+
messageChannelId: {
|
|
13237
13238
|
universalIdentifier: "376c7685-9ebe-4c95-b820-424b1c2f264f"
|
|
13238
13239
|
},
|
|
13239
13240
|
message: {
|
|
@@ -13285,7 +13286,7 @@ const _w = {
|
|
|
13285
13286
|
messageChannelMessageAssociation: {
|
|
13286
13287
|
universalIdentifier: "7411cfa3-4fd9-4b90-a636-940015fd7243"
|
|
13287
13288
|
},
|
|
13288
|
-
|
|
13289
|
+
messageFolderId: {
|
|
13289
13290
|
universalIdentifier: "b3369d31-3856-4a7a-b007-ee353918127c"
|
|
13290
13291
|
}
|
|
13291
13292
|
},
|
|
@@ -13307,7 +13308,7 @@ const _w = {
|
|
|
13307
13308
|
messageChannelMessageAssociation: {
|
|
13308
13309
|
universalIdentifier: "1251e67a-e795-4bc2-a468-6cfc838b6a0a"
|
|
13309
13310
|
},
|
|
13310
|
-
|
|
13311
|
+
messageFolderId: {
|
|
13311
13312
|
universalIdentifier: "aff2203d-6439-43b8-9cb4-55e8d78bba43"
|
|
13312
13313
|
},
|
|
13313
13314
|
createdAt: {
|
|
@@ -13321,7 +13322,7 @@ const _w = {
|
|
|
13321
13322
|
general: {
|
|
13322
13323
|
universalIdentifier: "4928521b-ae24-4013-a69a-1392017d57af"
|
|
13323
13324
|
},
|
|
13324
|
-
|
|
13325
|
+
system: {
|
|
13325
13326
|
universalIdentifier: "b76cebb3-39b2-477a-9212-8bf1190227a4"
|
|
13326
13327
|
}
|
|
13327
13328
|
},
|
|
@@ -13329,7 +13330,7 @@ const _w = {
|
|
|
13329
13330
|
messageChannelMessageAssociation: {
|
|
13330
13331
|
universalIdentifier: "d34ed53e-5156-4a18-a8df-572269496aac"
|
|
13331
13332
|
},
|
|
13332
|
-
|
|
13333
|
+
messageFolderId: {
|
|
13333
13334
|
universalIdentifier: "04f14582-caf9-49ee-81ea-e5d4f977bfe1"
|
|
13334
13335
|
},
|
|
13335
13336
|
createdAt: {
|
|
@@ -13377,12 +13378,6 @@ const _w = {
|
|
|
13377
13378
|
excludeGroupEmails: {
|
|
13378
13379
|
universalIdentifier: "20202020-45a0-4be4-9164-5820a6a109fb"
|
|
13379
13380
|
},
|
|
13380
|
-
messageChannelMessageAssociations: {
|
|
13381
|
-
universalIdentifier: "20202020-49b8-4766-88fd-75f1e21b3d5f"
|
|
13382
|
-
},
|
|
13383
|
-
messageFolders: {
|
|
13384
|
-
universalIdentifier: "20202020-cc39-4432-9fe8-ec8ab8bbed94"
|
|
13385
|
-
},
|
|
13386
13381
|
messageFolderImportPolicy: {
|
|
13387
13382
|
universalIdentifier: "20202020-cc39-4432-9fe8-ec8ab8bbed95"
|
|
13388
13383
|
},
|
|
@@ -13464,7 +13459,7 @@ const _w = {
|
|
|
13464
13459
|
general: {
|
|
13465
13460
|
universalIdentifier: "96113215-6bf2-476c-ae69-c70274257913"
|
|
13466
13461
|
},
|
|
13467
|
-
|
|
13462
|
+
system: {
|
|
13468
13463
|
universalIdentifier: "2f08a624-e1a7-4f79-b5f7-1a8e92f4c07e"
|
|
13469
13464
|
}
|
|
13470
13465
|
},
|
|
@@ -13511,7 +13506,7 @@ const _w = {
|
|
|
13511
13506
|
parentFolderId: {
|
|
13512
13507
|
universalIdentifier: "20202020-e45d-49de-a4aa-587bbf9601f3"
|
|
13513
13508
|
},
|
|
13514
|
-
|
|
13509
|
+
messageChannelId: {
|
|
13515
13510
|
universalIdentifier: "20202020-c9f8-43db-a3e7-7f2e8b5d9c1a"
|
|
13516
13511
|
},
|
|
13517
13512
|
syncCursor: {
|
|
@@ -13540,9 +13535,6 @@ const _w = {
|
|
|
13540
13535
|
},
|
|
13541
13536
|
searchVector: {
|
|
13542
13537
|
universalIdentifier: "5f2d3937-bafd-4d71-b4cb-b34037efd2e1"
|
|
13543
|
-
},
|
|
13544
|
-
messageChannelMessageAssociationMessageFolders: {
|
|
13545
|
-
universalIdentifier: "cce5ce1e-31d0-42e6-83cd-90059244a484"
|
|
13546
13538
|
}
|
|
13547
13539
|
},
|
|
13548
13540
|
indexes: {
|
|
@@ -13557,7 +13549,7 @@ const _w = {
|
|
|
13557
13549
|
name: {
|
|
13558
13550
|
universalIdentifier: "72b2d56f-5245-4cb6-933c-3d5031de0778"
|
|
13559
13551
|
},
|
|
13560
|
-
|
|
13552
|
+
messageChannelId: {
|
|
13561
13553
|
universalIdentifier: "121abdf0-c89f-4313-b156-e8a3c0cb77ec"
|
|
13562
13554
|
},
|
|
13563
13555
|
isSentFolder: {
|
|
@@ -13577,12 +13569,12 @@ const _w = {
|
|
|
13577
13569
|
general: {
|
|
13578
13570
|
universalIdentifier: "c55a9366-bb2c-4ae7-8345-115c790f56b1"
|
|
13579
13571
|
},
|
|
13580
|
-
|
|
13572
|
+
system: {
|
|
13581
13573
|
universalIdentifier: "51b6af5e-9f76-4fb2-811b-6193761d7702"
|
|
13582
13574
|
}
|
|
13583
13575
|
},
|
|
13584
13576
|
viewFields: {
|
|
13585
|
-
|
|
13577
|
+
messageChannelId: {
|
|
13586
13578
|
universalIdentifier: "2fb6ff09-bed5-4b31-af0f-7fa3df5612da"
|
|
13587
13579
|
},
|
|
13588
13580
|
isSentFolder: {
|
|
@@ -13689,7 +13681,7 @@ const _w = {
|
|
|
13689
13681
|
general: {
|
|
13690
13682
|
universalIdentifier: "41c18430-34c3-430f-b86b-fc3963281277"
|
|
13691
13683
|
},
|
|
13692
|
-
|
|
13684
|
+
system: {
|
|
13693
13685
|
universalIdentifier: "add21830-a7c6-4cde-9eed-430afbcbf557"
|
|
13694
13686
|
}
|
|
13695
13687
|
},
|
|
@@ -13749,6 +13741,9 @@ const _w = {
|
|
|
13749
13741
|
},
|
|
13750
13742
|
searchVector: {
|
|
13751
13743
|
universalIdentifier: "c63e091f-6528-4657-ad2a-b0a158f9e483"
|
|
13744
|
+
},
|
|
13745
|
+
subject: {
|
|
13746
|
+
universalIdentifier: "a8ddbf8c-1137-45d1-b89e-5ffbd83f67c8"
|
|
13752
13747
|
}
|
|
13753
13748
|
},
|
|
13754
13749
|
indexes: {},
|
|
@@ -13756,9 +13751,15 @@ const _w = {
|
|
|
13756
13751
|
allMessageThreads: {
|
|
13757
13752
|
universalIdentifier: "20202020-d002-4d02-8d02-ae55a9ba2002",
|
|
13758
13753
|
viewFields: {
|
|
13754
|
+
subject: {
|
|
13755
|
+
universalIdentifier: "e5f0d32b-2b6a-47bc-b3bd-f32c96594ec1"
|
|
13756
|
+
},
|
|
13759
13757
|
messages: {
|
|
13760
13758
|
universalIdentifier: "20202020-df02-4d02-8d02-ae55a9ba2f01"
|
|
13761
13759
|
},
|
|
13760
|
+
updatedAt: {
|
|
13761
|
+
universalIdentifier: "af2c6ac9-7083-4609-8172-d518441f5e9e"
|
|
13762
|
+
},
|
|
13762
13763
|
createdAt: {
|
|
13763
13764
|
universalIdentifier: "20202020-df02-4d02-8d02-ae55a9ba2f02"
|
|
13764
13765
|
}
|
|
@@ -13916,10 +13917,7 @@ const _w = {
|
|
|
13916
13917
|
general: {
|
|
13917
13918
|
universalIdentifier: "20202020-a005-4a05-8a05-a0be5a115101"
|
|
13918
13919
|
},
|
|
13919
|
-
|
|
13920
|
-
universalIdentifier: "20202020-a005-4a05-8a05-a0be5a115102"
|
|
13921
|
-
},
|
|
13922
|
-
other: {
|
|
13920
|
+
system: {
|
|
13923
13921
|
universalIdentifier: "20202020-a005-4a05-8a05-a0be5a115103"
|
|
13924
13922
|
}
|
|
13925
13923
|
},
|
|
@@ -14164,13 +14162,13 @@ const _w = {
|
|
|
14164
14162
|
opportunityRecordPageFields: {
|
|
14165
14163
|
universalIdentifier: "20202020-a003-4a03-8a03-0aa0b1ca3001",
|
|
14166
14164
|
viewFieldGroups: {
|
|
14167
|
-
|
|
14165
|
+
deal: {
|
|
14168
14166
|
universalIdentifier: "20202020-a003-4a03-8a03-0aa0b1ca3101"
|
|
14169
14167
|
},
|
|
14170
|
-
|
|
14168
|
+
relations: {
|
|
14171
14169
|
universalIdentifier: "20202020-a003-4a03-8a03-0aa0b1ca3102"
|
|
14172
14170
|
},
|
|
14173
|
-
|
|
14171
|
+
system: {
|
|
14174
14172
|
universalIdentifier: "20202020-a003-4a03-8a03-0aa0b1ca3103"
|
|
14175
14173
|
}
|
|
14176
14174
|
},
|
|
@@ -14341,11 +14339,14 @@ const _w = {
|
|
|
14341
14339
|
general: {
|
|
14342
14340
|
universalIdentifier: "20202020-a002-4a02-8a02-ae0a1ea12101"
|
|
14343
14341
|
},
|
|
14344
|
-
|
|
14342
|
+
work: {
|
|
14345
14343
|
universalIdentifier: "20202020-a002-4a02-8a02-ae0a1ea12102"
|
|
14346
14344
|
},
|
|
14347
|
-
|
|
14345
|
+
social: {
|
|
14348
14346
|
universalIdentifier: "20202020-a002-4a02-8a02-ae0a1ea12103"
|
|
14347
|
+
},
|
|
14348
|
+
system: {
|
|
14349
|
+
universalIdentifier: "20202020-a002-4a02-8a02-ae0a1ea12104"
|
|
14349
14350
|
}
|
|
14350
14351
|
},
|
|
14351
14352
|
viewFields: {
|
|
@@ -14577,10 +14578,7 @@ const _w = {
|
|
|
14577
14578
|
general: {
|
|
14578
14579
|
universalIdentifier: "20202020-a006-4a06-8a06-ba5ca11a6101"
|
|
14579
14580
|
},
|
|
14580
|
-
|
|
14581
|
-
universalIdentifier: "20202020-a006-4a06-8a06-ba5ca11a6102"
|
|
14582
|
-
},
|
|
14583
|
-
other: {
|
|
14581
|
+
system: {
|
|
14584
14582
|
universalIdentifier: "20202020-a006-4a06-8a06-ba5ca11a6103"
|
|
14585
14583
|
}
|
|
14586
14584
|
},
|
|
@@ -14995,7 +14993,7 @@ const _w = {
|
|
|
14995
14993
|
general: {
|
|
14996
14994
|
universalIdentifier: "c5261eae-f2fe-416e-8ef9-eda5d377f8ca"
|
|
14997
14995
|
},
|
|
14998
|
-
|
|
14996
|
+
system: {
|
|
14999
14997
|
universalIdentifier: "e6da0410-7f63-41b7-b977-421fc37d67f5"
|
|
15000
14998
|
}
|
|
15001
14999
|
},
|
|
@@ -15146,10 +15144,7 @@ const _w = {
|
|
|
15146
15144
|
general: {
|
|
15147
15145
|
universalIdentifier: "20202020-a011-4a11-8a11-a0bcf10abcf2"
|
|
15148
15146
|
},
|
|
15149
|
-
|
|
15150
|
-
universalIdentifier: "20202020-a011-4a11-8a11-a0bcf10abcf3"
|
|
15151
|
-
},
|
|
15152
|
-
other: {
|
|
15147
|
+
system: {
|
|
15153
15148
|
universalIdentifier: "20202020-a011-4a11-8a11-a0bcf10abcf4"
|
|
15154
15149
|
}
|
|
15155
15150
|
}
|
|
@@ -15270,10 +15265,7 @@ const _w = {
|
|
|
15270
15265
|
general: {
|
|
15271
15266
|
universalIdentifier: "20202020-a010-4a10-8a10-a0bcf10aaef2"
|
|
15272
15267
|
},
|
|
15273
|
-
|
|
15274
|
-
universalIdentifier: "20202020-a010-4a10-8a10-a0bcf10aaef3"
|
|
15275
|
-
},
|
|
15276
|
-
other: {
|
|
15268
|
+
system: {
|
|
15277
15269
|
universalIdentifier: "20202020-a010-4a10-8a10-a0bcf10aaef4"
|
|
15278
15270
|
}
|
|
15279
15271
|
}
|
|
@@ -15415,7 +15407,7 @@ const _w = {
|
|
|
15415
15407
|
}
|
|
15416
15408
|
}, Jw = "frontComponentHostCommunicationApi";
|
|
15417
15409
|
globalThis[Jw] ??= {};
|
|
15418
|
-
const
|
|
15410
|
+
const _w = globalThis.frontComponentHostCommunicationApi;
|
|
15419
15411
|
export {
|
|
15420
15412
|
Ew as A,
|
|
15421
15413
|
w1 as B,
|
|
@@ -15427,19 +15419,19 @@ export {
|
|
|
15427
15419
|
j1 as Z,
|
|
15428
15420
|
C1 as _,
|
|
15429
15421
|
a1 as a,
|
|
15430
|
-
|
|
15431
|
-
|
|
15422
|
+
Y1 as b,
|
|
15423
|
+
vt as c,
|
|
15432
15424
|
Aw as d,
|
|
15433
|
-
|
|
15434
|
-
|
|
15435
|
-
|
|
15436
|
-
|
|
15437
|
-
Y1 as i,
|
|
15425
|
+
l1 as e,
|
|
15426
|
+
_w as f,
|
|
15427
|
+
Bw as g,
|
|
15428
|
+
xw as h,
|
|
15438
15429
|
Ui as o,
|
|
15439
|
-
|
|
15430
|
+
wy as s,
|
|
15440
15431
|
Nw as t,
|
|
15441
15432
|
Rw as u,
|
|
15433
|
+
Gw as w,
|
|
15442
15434
|
m1 as x,
|
|
15443
|
-
|
|
15435
|
+
Fw as y,
|
|
15444
15436
|
S1 as z
|
|
15445
15437
|
};
|