martmull-app-to-remove 0.1.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/manifest.json +491 -0
- package/package.json +32 -0
- package/public/marketplace/icon.jpg +0 -0
- package/public/marketplace/logo.png +0 -0
- package/public/marketplace/screenshots/53401261f1f98a236d218bd81d38eaed496e0857.jpg +0 -0
- package/public/marketplace/screenshots/bf551525a1d764057a874905e06ff3e0cf347c91.jpg +0 -0
- package/src/front-components/hello-world.mjs +21967 -0
- package/src/front-components/hello-world.mjs.map +7 -0
- package/src/logic-functions/create-hello-world-company.mjs +26710 -0
- package/src/logic-functions/create-hello-world-company.mjs.map +7 -0
- package/src/logic-functions/hello-world.mjs +26693 -0
- package/src/logic-functions/hello-world.mjs.map +7 -0
- package/src/logic-functions/post-install.mjs +26688 -0
- package/src/logic-functions/post-install.mjs.map +7 -0
- package/src/logic-functions/pre-install.mjs +26688 -0
- package/src/logic-functions/pre-install.mjs.map +7 -0
package/manifest.json
ADDED
|
@@ -0,0 +1,491 @@
|
|
|
1
|
+
{
|
|
2
|
+
"application": {
|
|
3
|
+
"universalIdentifier": "c76bc4ff-bac4-4fee-9c33-877b9aea05aa",
|
|
4
|
+
"displayName": "Toto",
|
|
5
|
+
"description": "",
|
|
6
|
+
"defaultRoleUniversalIdentifier": "6d795208-5d44-4ccf-aa09-ebfbd2c3c11c",
|
|
7
|
+
"icon": "public/marketplace/icon.jpg",
|
|
8
|
+
"logoUrl": "public/marketplace/logo.png",
|
|
9
|
+
"screenshots": [
|
|
10
|
+
"public/marketplace/screenshots/53401261f1f98a236d218bd81d38eaed496e0857.jpg",
|
|
11
|
+
"public/marketplace/screenshots/bf551525a1d764057a874905e06ff3e0cf347c91.jpg"
|
|
12
|
+
],
|
|
13
|
+
"yarnLockChecksum": "571a69353b7b7584ed2353573f8bdbbf",
|
|
14
|
+
"packageJsonChecksum": "2df2c5e937444057a0e2deff839aae82",
|
|
15
|
+
"preInstallLogicFunctionUniversalIdentifier": "eacd675e-24c3-424d-b8af-88838ba9ae60",
|
|
16
|
+
"postInstallLogicFunctionUniversalIdentifier": "4acd1989-62f7-443d-a8ca-9b910993f229"
|
|
17
|
+
},
|
|
18
|
+
"objects": [
|
|
19
|
+
{
|
|
20
|
+
"universalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
21
|
+
"nameSingular": "exampleItem",
|
|
22
|
+
"namePlural": "exampleItems",
|
|
23
|
+
"labelSingular": "Example item",
|
|
24
|
+
"labelPlural": "Example items",
|
|
25
|
+
"description": "A sample custom object",
|
|
26
|
+
"icon": "IconBox",
|
|
27
|
+
"labelIdentifierFieldMetadataUniversalIdentifier": "8f3ef45e-9a7a-477c-a299-ccbd7a534842",
|
|
28
|
+
"fields": [
|
|
29
|
+
{
|
|
30
|
+
"universalIdentifier": "8f3ef45e-9a7a-477c-a299-ccbd7a534842",
|
|
31
|
+
"type": "TEXT",
|
|
32
|
+
"name": "name",
|
|
33
|
+
"label": "Name",
|
|
34
|
+
"description": "Name of the example item",
|
|
35
|
+
"icon": "IconAbc"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "id",
|
|
39
|
+
"label": "Id",
|
|
40
|
+
"description": "Id",
|
|
41
|
+
"icon": "Icon123",
|
|
42
|
+
"isNullable": false,
|
|
43
|
+
"defaultValue": "uuid",
|
|
44
|
+
"type": "UUID",
|
|
45
|
+
"universalIdentifier": "3a6d9b0e-3972-5f51-8775-b103e641481c"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "createdAt",
|
|
49
|
+
"label": "Creation date",
|
|
50
|
+
"description": "Creation date",
|
|
51
|
+
"icon": "IconCalendar",
|
|
52
|
+
"isNullable": false,
|
|
53
|
+
"defaultValue": "now",
|
|
54
|
+
"type": "DATE_TIME",
|
|
55
|
+
"universalIdentifier": "d9099c9e-be66-5773-9818-a2c6f3fe9d3e"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "updatedAt",
|
|
59
|
+
"label": "Last update",
|
|
60
|
+
"description": "Last time the record was changed",
|
|
61
|
+
"icon": "IconCalendarClock",
|
|
62
|
+
"isNullable": false,
|
|
63
|
+
"defaultValue": "now",
|
|
64
|
+
"type": "DATE_TIME",
|
|
65
|
+
"universalIdentifier": "b103d1a5-d6e1-5d70-a3e4-16c2dde75164"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "deletedAt",
|
|
69
|
+
"label": "Deleted at",
|
|
70
|
+
"description": "Deletion date",
|
|
71
|
+
"icon": "IconCalendarClock",
|
|
72
|
+
"isNullable": true,
|
|
73
|
+
"defaultValue": null,
|
|
74
|
+
"type": "DATE_TIME",
|
|
75
|
+
"universalIdentifier": "862a10b2-1b19-5308-b299-c0c605a74008"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "createdBy",
|
|
79
|
+
"label": "Created by",
|
|
80
|
+
"description": "The creator of the record",
|
|
81
|
+
"icon": "IconCreativeCommonsSa",
|
|
82
|
+
"isNullable": false,
|
|
83
|
+
"defaultValue": {
|
|
84
|
+
"name": "''",
|
|
85
|
+
"source": "'MANUAL'"
|
|
86
|
+
},
|
|
87
|
+
"type": "ACTOR",
|
|
88
|
+
"universalIdentifier": "43fc6fa1-2a23-5794-a237-20b9a7643649"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "updatedBy",
|
|
92
|
+
"label": "Updated by",
|
|
93
|
+
"description": "The workspace member who last updated the record",
|
|
94
|
+
"icon": "IconUserCircle",
|
|
95
|
+
"isNullable": false,
|
|
96
|
+
"defaultValue": {
|
|
97
|
+
"name": "''",
|
|
98
|
+
"source": "'MANUAL'"
|
|
99
|
+
},
|
|
100
|
+
"type": "ACTOR",
|
|
101
|
+
"universalIdentifier": "56d6f277-8e82-555c-8e93-e7885cdfdf09"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "position",
|
|
105
|
+
"label": "Position",
|
|
106
|
+
"description": "Position",
|
|
107
|
+
"icon": "IconHierarchy2",
|
|
108
|
+
"isNullable": false,
|
|
109
|
+
"defaultValue": 0,
|
|
110
|
+
"type": "POSITION",
|
|
111
|
+
"universalIdentifier": "4084a5a2-8a2f-56b4-9fa2-b858cea3812c"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "searchVector",
|
|
115
|
+
"label": "Search vector",
|
|
116
|
+
"icon": "IconSearch",
|
|
117
|
+
"description": "Search vector",
|
|
118
|
+
"isNullable": true,
|
|
119
|
+
"defaultValue": null,
|
|
120
|
+
"type": "TS_VECTOR",
|
|
121
|
+
"universalIdentifier": "692752e4-0127-5b87-8043-eb9f5bb6a63f"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "timelineActivities",
|
|
125
|
+
"label": "Timeline Activities",
|
|
126
|
+
"description": "Example items tied to the ExampleItem",
|
|
127
|
+
"icon": "IconBuildingSkyscraper",
|
|
128
|
+
"isNullable": true,
|
|
129
|
+
"type": "RELATION",
|
|
130
|
+
"universalSettings": {
|
|
131
|
+
"relationType": "ONE_TO_MANY"
|
|
132
|
+
},
|
|
133
|
+
"universalIdentifier": "d17a90b6-db29-531e-b293-801bc878202a",
|
|
134
|
+
"relationTargetFieldMetadataUniversalIdentifier": "c11d0e11-1363-57da-9b7f-77f290b4222e",
|
|
135
|
+
"relationTargetObjectMetadataUniversalIdentifier": "20202020-6736-4337-b5c4-8b39fae325a5"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "favorites",
|
|
139
|
+
"label": "Favorites",
|
|
140
|
+
"description": "Example items tied to the ExampleItem",
|
|
141
|
+
"icon": "IconBuildingSkyscraper",
|
|
142
|
+
"isNullable": true,
|
|
143
|
+
"type": "RELATION",
|
|
144
|
+
"universalSettings": {
|
|
145
|
+
"relationType": "ONE_TO_MANY"
|
|
146
|
+
},
|
|
147
|
+
"universalIdentifier": "e1a194fe-5555-542f-adbb-8e472eab2fc8",
|
|
148
|
+
"relationTargetFieldMetadataUniversalIdentifier": "85a861e1-864f-5ca0-86f7-a54fb58f0094",
|
|
149
|
+
"relationTargetObjectMetadataUniversalIdentifier": "20202020-ab56-4e05-92a3-e2414a499860"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "attachments",
|
|
153
|
+
"label": "Attachments",
|
|
154
|
+
"description": "Example items tied to the ExampleItem",
|
|
155
|
+
"icon": "IconBuildingSkyscraper",
|
|
156
|
+
"isNullable": true,
|
|
157
|
+
"type": "RELATION",
|
|
158
|
+
"universalSettings": {
|
|
159
|
+
"relationType": "ONE_TO_MANY"
|
|
160
|
+
},
|
|
161
|
+
"universalIdentifier": "82c120a7-d95b-52e3-82b2-5b6ae9983678",
|
|
162
|
+
"relationTargetFieldMetadataUniversalIdentifier": "ce4905c7-628d-55ff-be5f-9977c7381d90",
|
|
163
|
+
"relationTargetObjectMetadataUniversalIdentifier": "20202020-bd3d-4c60-8dca-571c71d4447a"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "noteTargets",
|
|
167
|
+
"label": "Note Targets",
|
|
168
|
+
"description": "Example items tied to the ExampleItem",
|
|
169
|
+
"icon": "IconBuildingSkyscraper",
|
|
170
|
+
"isNullable": true,
|
|
171
|
+
"type": "RELATION",
|
|
172
|
+
"universalSettings": {
|
|
173
|
+
"relationType": "ONE_TO_MANY"
|
|
174
|
+
},
|
|
175
|
+
"universalIdentifier": "9345b019-4666-58c4-8e3f-2b3c11c3022d",
|
|
176
|
+
"relationTargetFieldMetadataUniversalIdentifier": "935f7f05-150c-5ffc-8a7c-1527b3678127",
|
|
177
|
+
"relationTargetObjectMetadataUniversalIdentifier": "20202020-fff0-4b44-be82-bda313884400"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "taskTargets",
|
|
181
|
+
"label": "Task Targets",
|
|
182
|
+
"description": "Example items tied to the ExampleItem",
|
|
183
|
+
"icon": "IconBuildingSkyscraper",
|
|
184
|
+
"isNullable": true,
|
|
185
|
+
"type": "RELATION",
|
|
186
|
+
"universalSettings": {
|
|
187
|
+
"relationType": "ONE_TO_MANY"
|
|
188
|
+
},
|
|
189
|
+
"universalIdentifier": "3706d5b4-cc7f-5415-9411-16e37c51e97a",
|
|
190
|
+
"relationTargetFieldMetadataUniversalIdentifier": "7834a711-69ea-52fd-b4d6-b90299c7b5d0",
|
|
191
|
+
"relationTargetObjectMetadataUniversalIdentifier": "20202020-5a9a-44e8-95df-771cd06d0fb1"
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"fields": [
|
|
197
|
+
{
|
|
198
|
+
"objectUniversalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
199
|
+
"universalIdentifier": "56421053-a01b-415a-a6e3-954cb300f96e",
|
|
200
|
+
"type": "NUMBER",
|
|
201
|
+
"name": "priority",
|
|
202
|
+
"label": "Priority",
|
|
203
|
+
"description": "Priority level for the example item (1-10)"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "targetExampleItem",
|
|
207
|
+
"label": "ExampleItem",
|
|
208
|
+
"description": "ExampleItem Example item",
|
|
209
|
+
"icon": "IconCheckbox",
|
|
210
|
+
"isNullable": true,
|
|
211
|
+
"universalSettings": {
|
|
212
|
+
"relationType": "MANY_TO_ONE",
|
|
213
|
+
"onDelete": "SET_NULL",
|
|
214
|
+
"joinColumnName": "targetExampleItemId"
|
|
215
|
+
},
|
|
216
|
+
"universalIdentifier": "7834a711-69ea-52fd-b4d6-b90299c7b5d0",
|
|
217
|
+
"objectUniversalIdentifier": "20202020-5a9a-44e8-95df-771cd06d0fb1",
|
|
218
|
+
"relationTargetFieldMetadataUniversalIdentifier": "3706d5b4-cc7f-5415-9411-16e37c51e97a",
|
|
219
|
+
"relationTargetObjectMetadataUniversalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
220
|
+
"type": "MORPH_RELATION",
|
|
221
|
+
"morphId": "20202020-f636-435d-ab8d-e1168b375c71"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "targetExampleItem",
|
|
225
|
+
"label": "ExampleItem",
|
|
226
|
+
"description": "ExampleItem Example item",
|
|
227
|
+
"icon": "IconHeart",
|
|
228
|
+
"isNullable": true,
|
|
229
|
+
"universalSettings": {
|
|
230
|
+
"relationType": "MANY_TO_ONE",
|
|
231
|
+
"onDelete": "SET_NULL",
|
|
232
|
+
"joinColumnName": "targetExampleItemId"
|
|
233
|
+
},
|
|
234
|
+
"universalIdentifier": "85a861e1-864f-5ca0-86f7-a54fb58f0094",
|
|
235
|
+
"objectUniversalIdentifier": "20202020-ab56-4e05-92a3-e2414a499860",
|
|
236
|
+
"relationTargetFieldMetadataUniversalIdentifier": "e1a194fe-5555-542f-adbb-8e472eab2fc8",
|
|
237
|
+
"relationTargetObjectMetadataUniversalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
238
|
+
"type": "RELATION"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "targetExampleItem",
|
|
242
|
+
"label": "ExampleItem",
|
|
243
|
+
"description": "ExampleItem Example item",
|
|
244
|
+
"icon": "IconCheckbox",
|
|
245
|
+
"isNullable": true,
|
|
246
|
+
"universalSettings": {
|
|
247
|
+
"relationType": "MANY_TO_ONE",
|
|
248
|
+
"onDelete": "SET_NULL",
|
|
249
|
+
"joinColumnName": "targetExampleItemId"
|
|
250
|
+
},
|
|
251
|
+
"universalIdentifier": "935f7f05-150c-5ffc-8a7c-1527b3678127",
|
|
252
|
+
"objectUniversalIdentifier": "20202020-fff0-4b44-be82-bda313884400",
|
|
253
|
+
"relationTargetFieldMetadataUniversalIdentifier": "9345b019-4666-58c4-8e3f-2b3c11c3022d",
|
|
254
|
+
"relationTargetObjectMetadataUniversalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
255
|
+
"type": "MORPH_RELATION",
|
|
256
|
+
"morphId": "20202020-f635-435d-ab8d-e1168b375c70"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "targetExampleItem",
|
|
260
|
+
"label": "ExampleItem",
|
|
261
|
+
"description": "ExampleItem Example item",
|
|
262
|
+
"icon": "IconTimelineEvent",
|
|
263
|
+
"isNullable": true,
|
|
264
|
+
"universalSettings": {
|
|
265
|
+
"relationType": "MANY_TO_ONE",
|
|
266
|
+
"onDelete": "SET_NULL",
|
|
267
|
+
"joinColumnName": "targetExampleItemId"
|
|
268
|
+
},
|
|
269
|
+
"universalIdentifier": "c11d0e11-1363-57da-9b7f-77f290b4222e",
|
|
270
|
+
"objectUniversalIdentifier": "20202020-6736-4337-b5c4-8b39fae325a5",
|
|
271
|
+
"relationTargetFieldMetadataUniversalIdentifier": "d17a90b6-db29-531e-b293-801bc878202a",
|
|
272
|
+
"relationTargetObjectMetadataUniversalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
273
|
+
"type": "MORPH_RELATION",
|
|
274
|
+
"morphId": "20202020-9a2b-4c3d-a4e5-f6a7b8c9d0e1"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "targetExampleItem",
|
|
278
|
+
"label": "ExampleItem",
|
|
279
|
+
"description": "ExampleItem Example item",
|
|
280
|
+
"icon": "IconFileImport",
|
|
281
|
+
"isNullable": true,
|
|
282
|
+
"universalSettings": {
|
|
283
|
+
"relationType": "MANY_TO_ONE",
|
|
284
|
+
"onDelete": "SET_NULL",
|
|
285
|
+
"joinColumnName": "targetExampleItemId"
|
|
286
|
+
},
|
|
287
|
+
"universalIdentifier": "ce4905c7-628d-55ff-be5f-9977c7381d90",
|
|
288
|
+
"objectUniversalIdentifier": "20202020-bd3d-4c60-8dca-571c71d4447a",
|
|
289
|
+
"relationTargetFieldMetadataUniversalIdentifier": "82c120a7-d95b-52e3-82b2-5b6ae9983678",
|
|
290
|
+
"relationTargetObjectMetadataUniversalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
291
|
+
"type": "MORPH_RELATION",
|
|
292
|
+
"morphId": "20202020-f634-435d-ab8d-e1168b375c69"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"roles": [
|
|
296
|
+
{
|
|
297
|
+
"universalIdentifier": "6d795208-5d44-4ccf-aa09-ebfbd2c3c11c",
|
|
298
|
+
"label": "Toto default function role",
|
|
299
|
+
"description": "Toto default function role",
|
|
300
|
+
"canReadAllObjectRecords": true,
|
|
301
|
+
"canUpdateAllObjectRecords": true,
|
|
302
|
+
"canSoftDeleteAllObjectRecords": true,
|
|
303
|
+
"canDestroyAllObjectRecords": false
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"skills": [
|
|
307
|
+
{
|
|
308
|
+
"universalIdentifier": "df737de0-85a1-49c1-9700-85c95f1e694d",
|
|
309
|
+
"name": "example-skill",
|
|
310
|
+
"label": "Example Skill",
|
|
311
|
+
"description": "A sample skill for your application",
|
|
312
|
+
"icon": "IconBrain",
|
|
313
|
+
"content": "Add your skill instructions here. Skills provide context and capabilities to AI agents."
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"agents": [
|
|
317
|
+
{
|
|
318
|
+
"universalIdentifier": "964619df-6e60-48a6-b6b5-329553c2e9e1",
|
|
319
|
+
"name": "example-agent",
|
|
320
|
+
"label": "Example Agent",
|
|
321
|
+
"description": "A sample AI agent for your application",
|
|
322
|
+
"icon": "IconRobot",
|
|
323
|
+
"prompt": "You are a helpful assistant. Help users with their questions and tasks."
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"logicFunctions": [
|
|
327
|
+
{
|
|
328
|
+
"universalIdentifier": "4acd1989-62f7-443d-a8ca-9b910993f229",
|
|
329
|
+
"name": "post-install",
|
|
330
|
+
"description": "Runs after installation to set up the application.",
|
|
331
|
+
"timeoutSeconds": 300,
|
|
332
|
+
"toolInputSchema": {
|
|
333
|
+
"type": "object",
|
|
334
|
+
"properties": {}
|
|
335
|
+
},
|
|
336
|
+
"handlerName": "default.config.handler",
|
|
337
|
+
"sourceHandlerPath": "src/logic-functions/post-install.ts",
|
|
338
|
+
"builtHandlerPath": "src/logic-functions/post-install.mjs",
|
|
339
|
+
"builtHandlerChecksum": "3d10778878b71ecde901d027c371bac9"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"universalIdentifier": "9e85ad11-caa7-4840-8fca-9e5c4d930c89",
|
|
343
|
+
"name": "create-hello-world-company",
|
|
344
|
+
"description": "Creates a company called Hello World",
|
|
345
|
+
"timeoutSeconds": 5,
|
|
346
|
+
"httpRouteTriggerSettings": {
|
|
347
|
+
"path": "/create-hello-world-company",
|
|
348
|
+
"httpMethod": "POST",
|
|
349
|
+
"isAuthRequired": true
|
|
350
|
+
},
|
|
351
|
+
"toolInputSchema": {
|
|
352
|
+
"type": "object",
|
|
353
|
+
"properties": {}
|
|
354
|
+
},
|
|
355
|
+
"handlerName": "default.config.handler",
|
|
356
|
+
"sourceHandlerPath": "src/logic-functions/create-hello-world-company.ts",
|
|
357
|
+
"builtHandlerPath": "src/logic-functions/create-hello-world-company.mjs",
|
|
358
|
+
"builtHandlerChecksum": "456fc7bdf5a9998b95df3009ab8b9c3c"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"universalIdentifier": "e654d5fd-1cf6-4473-a109-23faebd63294",
|
|
362
|
+
"name": "hello-world-logic-function",
|
|
363
|
+
"description": "A simple logic function",
|
|
364
|
+
"timeoutSeconds": 5,
|
|
365
|
+
"httpRouteTriggerSettings": {
|
|
366
|
+
"path": "/hello-world-logic-function",
|
|
367
|
+
"httpMethod": "GET",
|
|
368
|
+
"isAuthRequired": false
|
|
369
|
+
},
|
|
370
|
+
"toolInputSchema": {
|
|
371
|
+
"type": "object",
|
|
372
|
+
"properties": {}
|
|
373
|
+
},
|
|
374
|
+
"handlerName": "default.config.handler",
|
|
375
|
+
"sourceHandlerPath": "src/logic-functions/hello-world.ts",
|
|
376
|
+
"builtHandlerPath": "src/logic-functions/hello-world.mjs",
|
|
377
|
+
"builtHandlerChecksum": "8e753cc2a64245d57bd5d99d8192bf7d"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"universalIdentifier": "eacd675e-24c3-424d-b8af-88838ba9ae60",
|
|
381
|
+
"name": "pre-install",
|
|
382
|
+
"description": "Runs before installation to prepare the application.",
|
|
383
|
+
"timeoutSeconds": 300,
|
|
384
|
+
"toolInputSchema": {
|
|
385
|
+
"type": "object",
|
|
386
|
+
"properties": {}
|
|
387
|
+
},
|
|
388
|
+
"handlerName": "default.config.handler",
|
|
389
|
+
"sourceHandlerPath": "src/logic-functions/pre-install.ts",
|
|
390
|
+
"builtHandlerPath": "src/logic-functions/pre-install.mjs",
|
|
391
|
+
"builtHandlerChecksum": "a87104bb9cf73dfc1a996fbf333c1d7e"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"frontComponents": [
|
|
395
|
+
{
|
|
396
|
+
"universalIdentifier": "11fd01a7-6a1c-475c-863b-4af771a187a0",
|
|
397
|
+
"name": "hello-world-front-component",
|
|
398
|
+
"description": "A sample front component",
|
|
399
|
+
"componentName": "HelloWorld",
|
|
400
|
+
"sourceComponentPath": "src/front-components/hello-world.tsx",
|
|
401
|
+
"builtComponentPath": "src/front-components/hello-world.mjs",
|
|
402
|
+
"builtComponentChecksum": "844acbbd911788635cfaa8efa43d8a20",
|
|
403
|
+
"isHeadless": false,
|
|
404
|
+
"usesSdkClient": true
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"publicAssets": [
|
|
408
|
+
{
|
|
409
|
+
"filePath": "public/marketplace/icon.jpg",
|
|
410
|
+
"fileName": "icon.jpg",
|
|
411
|
+
"fileType": "jpg",
|
|
412
|
+
"checksum": "03d777bc72895f365a8e8970b18f5eec"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"filePath": "public/marketplace/logo.png",
|
|
416
|
+
"fileName": "logo.png",
|
|
417
|
+
"fileType": "png",
|
|
418
|
+
"checksum": "8684e9ca5ffe22bf17292423a7baaa04"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"filePath": "public/marketplace/screenshots/53401261f1f98a236d218bd81d38eaed496e0857.jpg",
|
|
422
|
+
"fileName": "53401261f1f98a236d218bd81d38eaed496e0857.jpg",
|
|
423
|
+
"fileType": "jpg",
|
|
424
|
+
"checksum": "e845d399762000b64dcd16e62c176313"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"filePath": "public/marketplace/screenshots/bf551525a1d764057a874905e06ff3e0cf347c91.jpg",
|
|
428
|
+
"fileName": "bf551525a1d764057a874905e06ff3e0cf347c91.jpg",
|
|
429
|
+
"fileType": "jpg",
|
|
430
|
+
"checksum": "aa97c71fa16858d29142ed63437108a2"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"views": [
|
|
434
|
+
{
|
|
435
|
+
"universalIdentifier": "cc791006-817f-45b2-9d80-17fcf24b0dd6",
|
|
436
|
+
"name": "All example items",
|
|
437
|
+
"objectUniversalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
438
|
+
"icon": "IconList",
|
|
439
|
+
"key": "INDEX",
|
|
440
|
+
"position": 0,
|
|
441
|
+
"fields": [
|
|
442
|
+
{
|
|
443
|
+
"universalIdentifier": "e479e7ec-513c-41de-b094-e20a538d513f",
|
|
444
|
+
"fieldMetadataUniversalIdentifier": "8f3ef45e-9a7a-477c-a299-ccbd7a534842",
|
|
445
|
+
"position": 0,
|
|
446
|
+
"isVisible": true,
|
|
447
|
+
"size": 200
|
|
448
|
+
}
|
|
449
|
+
]
|
|
450
|
+
}
|
|
451
|
+
],
|
|
452
|
+
"navigationMenuItems": [
|
|
453
|
+
{
|
|
454
|
+
"universalIdentifier": "5cce08a1-30d7-46a0-9027-d6e898fc2ff0",
|
|
455
|
+
"name": "example-navigation-menu-item",
|
|
456
|
+
"icon": "IconList",
|
|
457
|
+
"color": "blue",
|
|
458
|
+
"position": 0,
|
|
459
|
+
"type": "VIEW",
|
|
460
|
+
"viewUniversalIdentifier": "cc791006-817f-45b2-9d80-17fcf24b0dd6"
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"pageLayouts": [
|
|
464
|
+
{
|
|
465
|
+
"universalIdentifier": "16be3fe2-9f0a-4dd9-a2ae-73911fac86da",
|
|
466
|
+
"name": "Example Record Page",
|
|
467
|
+
"type": "RECORD_PAGE",
|
|
468
|
+
"objectUniversalIdentifier": "5e4ed384-b94d-4ce5-b5d6-22d96e290e1b",
|
|
469
|
+
"tabs": [
|
|
470
|
+
{
|
|
471
|
+
"universalIdentifier": "11b82e8d-2d76-4adc-bba8-988d58b0115a",
|
|
472
|
+
"title": "Hello World",
|
|
473
|
+
"position": 50,
|
|
474
|
+
"icon": "IconWorld",
|
|
475
|
+
"layoutMode": "CANVAS",
|
|
476
|
+
"widgets": [
|
|
477
|
+
{
|
|
478
|
+
"universalIdentifier": "d62684d0-6255-4d10-b86c-2606d0bb7d7e",
|
|
479
|
+
"title": "Hello World",
|
|
480
|
+
"type": "FRONT_COMPONENT",
|
|
481
|
+
"configuration": {
|
|
482
|
+
"configurationType": "FRONT_COMPONENT",
|
|
483
|
+
"frontComponentUniversalIdentifier": "11fd01a7-6a1c-475c-863b-4af771a187a0"
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
]
|
|
487
|
+
}
|
|
488
|
+
]
|
|
489
|
+
}
|
|
490
|
+
]
|
|
491
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "martmull-app-to-remove",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"twenty-app"
|
|
7
|
+
],
|
|
8
|
+
"engines": {
|
|
9
|
+
"node": "^24.5.0",
|
|
10
|
+
"npm": "please-use-yarn",
|
|
11
|
+
"yarn": ">=4.0.2"
|
|
12
|
+
},
|
|
13
|
+
"packageManager": "yarn@4.9.2",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"twenty": "twenty",
|
|
16
|
+
"lint": "oxlint -c .oxlintrc.json .",
|
|
17
|
+
"lint:fix": "oxlint --fix -c .oxlintrc.json .",
|
|
18
|
+
"test": "vitest run",
|
|
19
|
+
"test:watch": "vitest"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@types/node": "^24.7.2",
|
|
23
|
+
"@types/react": "^19.0.0",
|
|
24
|
+
"oxlint": "^0.16.0",
|
|
25
|
+
"react": "^19.0.0",
|
|
26
|
+
"react-dom": "^19.0.0",
|
|
27
|
+
"twenty-sdk": "portal:../../twenty-sdk",
|
|
28
|
+
"typescript": "^5.9.3",
|
|
29
|
+
"vite-tsconfig-paths": "^4.2.1",
|
|
30
|
+
"vitest": "^3.1.1"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|