twenty-sdk 2.22.0 → 2.23.0-alpha.1
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-DoUCfPkC.js → catalog-sync-Cq0X-dtP.js} +1 -1
- package/dist/{catalog-sync-DUkU-swN.mjs → catalog-sync-DMB2-zfb.mjs} +1 -1
- package/dist/cli/utilities/build/manifest/utils/get-default-fields-in-object-fields.d.ts +1 -2
- package/dist/cli.cjs +8 -8
- package/dist/cli.mjs +59 -59
- package/dist/define/index.cjs +18 -18
- package/dist/define/index.cjs.map +1 -1
- package/dist/define/index.d.ts +55 -49
- package/dist/define/index.mjs +5572 -5267
- package/dist/define/index.mjs.map +1 -1
- package/dist/front-component/index.cjs.map +1 -1
- package/dist/front-component/index.mjs +1 -1
- package/dist/front-component/index.mjs.map +1 -1
- package/dist/{get-function-input-schema-GNk3NRLJ-DqaAG8sQ.mjs → get-function-input-schema-GNk3NRLJ-DvySDoB9.mjs} +1 -1
- package/dist/logic-function/index.cjs.map +1 -1
- package/dist/logic-function/index.mjs.map +1 -1
- package/dist/{login-DSHFFVyM.mjs → login-CBkilp_U.mjs} +3210 -3005
- package/dist/{login-BCfjgngD.js → login-DiBaFL7M.js} +26 -26
- 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
- package/dist/cli/utilities/build/manifest/utils/get-default-relation-object-fields.d.ts +0 -9
package/dist/define/index.d.ts
CHANGED
|
@@ -171,6 +171,12 @@ declare const getFieldUniversalIdentifier: ({ applicationUniversalIdentifier, ob
|
|
|
171
171
|
name: string;
|
|
172
172
|
}) => string;
|
|
173
173
|
|
|
174
|
+
declare const getSystemRelationFieldUniversalIdentifier: ({ applicationUniversalIdentifier, objectUniversalIdentifier, relationTargetObjectUniversalIdentifier, }: {
|
|
175
|
+
applicationUniversalIdentifier: string;
|
|
176
|
+
objectUniversalIdentifier: string;
|
|
177
|
+
relationTargetObjectUniversalIdentifier: string;
|
|
178
|
+
}) => string;
|
|
179
|
+
|
|
174
180
|
declare const ALLOWED_ADDRESS_SUBFIELDS: readonly ["addressStreet1", "addressStreet2", "addressCity", "addressState", "addressPostcode", "addressCountry", "addressLat", "addressLng"];
|
|
175
181
|
type AllowedAddressSubField = (typeof ALLOWED_ADDRESS_SUBFIELDS)[number];
|
|
176
182
|
|
|
@@ -1485,25 +1491,25 @@ declare const STANDARD_OBJECTS: {
|
|
|
1485
1491
|
readonly universalIdentifier: "20202020-8c3f-4d9e-9a1b-2e5f7a8c9d0e";
|
|
1486
1492
|
};
|
|
1487
1493
|
readonly targetTask: {
|
|
1488
|
-
readonly universalIdentifier:
|
|
1494
|
+
readonly universalIdentifier: string;
|
|
1489
1495
|
};
|
|
1490
1496
|
readonly targetNote: {
|
|
1491
|
-
readonly universalIdentifier:
|
|
1497
|
+
readonly universalIdentifier: string;
|
|
1492
1498
|
};
|
|
1493
1499
|
readonly targetPerson: {
|
|
1494
|
-
readonly universalIdentifier:
|
|
1500
|
+
readonly universalIdentifier: string;
|
|
1495
1501
|
};
|
|
1496
1502
|
readonly targetCompany: {
|
|
1497
|
-
readonly universalIdentifier:
|
|
1503
|
+
readonly universalIdentifier: string;
|
|
1498
1504
|
};
|
|
1499
1505
|
readonly targetOpportunity: {
|
|
1500
|
-
readonly universalIdentifier:
|
|
1506
|
+
readonly universalIdentifier: string;
|
|
1501
1507
|
};
|
|
1502
1508
|
readonly targetDashboard: {
|
|
1503
|
-
readonly universalIdentifier:
|
|
1509
|
+
readonly universalIdentifier: string;
|
|
1504
1510
|
};
|
|
1505
1511
|
readonly targetWorkflow: {
|
|
1506
|
-
readonly universalIdentifier:
|
|
1512
|
+
readonly universalIdentifier: string;
|
|
1507
1513
|
};
|
|
1508
1514
|
readonly createdAt: {
|
|
1509
1515
|
universalIdentifier: string;
|
|
@@ -2214,19 +2220,19 @@ declare const STANDARD_OBJECTS: {
|
|
|
2214
2220
|
readonly universalIdentifier: "20202020-95b8-4e10-9881-edb5d4765f9d";
|
|
2215
2221
|
};
|
|
2216
2222
|
readonly taskTargets: {
|
|
2217
|
-
readonly universalIdentifier:
|
|
2223
|
+
readonly universalIdentifier: string;
|
|
2218
2224
|
};
|
|
2219
2225
|
readonly noteTargets: {
|
|
2220
|
-
readonly universalIdentifier:
|
|
2226
|
+
readonly universalIdentifier: string;
|
|
2221
2227
|
};
|
|
2222
2228
|
readonly opportunities: {
|
|
2223
2229
|
readonly universalIdentifier: "20202020-add3-4658-8e23-d70dccb6d0ec";
|
|
2224
2230
|
};
|
|
2225
2231
|
readonly attachments: {
|
|
2226
|
-
readonly universalIdentifier:
|
|
2232
|
+
readonly universalIdentifier: string;
|
|
2227
2233
|
};
|
|
2228
2234
|
readonly timelineActivities: {
|
|
2229
|
-
readonly universalIdentifier:
|
|
2235
|
+
readonly universalIdentifier: string;
|
|
2230
2236
|
};
|
|
2231
2237
|
readonly createdAt: {
|
|
2232
2238
|
universalIdentifier: string;
|
|
@@ -2367,10 +2373,10 @@ declare const STANDARD_OBJECTS: {
|
|
|
2367
2373
|
readonly universalIdentifier: "20202020-bb53-4648-aa36-1d9d54e6f7f2";
|
|
2368
2374
|
};
|
|
2369
2375
|
readonly timelineActivities: {
|
|
2370
|
-
readonly universalIdentifier:
|
|
2376
|
+
readonly universalIdentifier: string;
|
|
2371
2377
|
};
|
|
2372
2378
|
readonly attachments: {
|
|
2373
|
-
readonly universalIdentifier:
|
|
2379
|
+
readonly universalIdentifier: string;
|
|
2374
2380
|
};
|
|
2375
2381
|
readonly createdAt: {
|
|
2376
2382
|
universalIdentifier: string;
|
|
@@ -2459,7 +2465,7 @@ declare const STANDARD_OBJECTS: {
|
|
|
2459
2465
|
readonly universalIdentifier: "cb24dcdf-f0e8-4c71-8cff-70b714e86530";
|
|
2460
2466
|
};
|
|
2461
2467
|
readonly timelineActivities: {
|
|
2462
|
-
readonly universalIdentifier:
|
|
2468
|
+
readonly universalIdentifier: string;
|
|
2463
2469
|
};
|
|
2464
2470
|
readonly messages: {
|
|
2465
2471
|
readonly universalIdentifier: "e5a177a7-512b-4778-928e-69777a528f7c";
|
|
@@ -2557,7 +2563,7 @@ declare const STANDARD_OBJECTS: {
|
|
|
2557
2563
|
readonly universalIdentifier: "e098d838-31ab-4812-91a8-f055f45a6832";
|
|
2558
2564
|
};
|
|
2559
2565
|
readonly timelineActivities: {
|
|
2560
|
-
readonly universalIdentifier:
|
|
2566
|
+
readonly universalIdentifier: string;
|
|
2561
2567
|
};
|
|
2562
2568
|
readonly createdAt: {
|
|
2563
2569
|
universalIdentifier: string;
|
|
@@ -3145,10 +3151,10 @@ declare const STANDARD_OBJECTS: {
|
|
|
3145
3151
|
readonly universalIdentifier: "20202020-1f25-43fe-8b00-af212fdde823";
|
|
3146
3152
|
};
|
|
3147
3153
|
readonly attachments: {
|
|
3148
|
-
readonly universalIdentifier:
|
|
3154
|
+
readonly universalIdentifier: string;
|
|
3149
3155
|
};
|
|
3150
3156
|
readonly timelineActivities: {
|
|
3151
|
-
readonly universalIdentifier:
|
|
3157
|
+
readonly universalIdentifier: string;
|
|
3152
3158
|
};
|
|
3153
3159
|
readonly createdAt: {
|
|
3154
3160
|
universalIdentifier: string;
|
|
@@ -3247,13 +3253,13 @@ declare const STANDARD_OBJECTS: {
|
|
|
3247
3253
|
readonly universalIdentifier: "20202020-57f3-4f50-9599-fc0f671df003";
|
|
3248
3254
|
};
|
|
3249
3255
|
readonly targetPerson: {
|
|
3250
|
-
readonly universalIdentifier:
|
|
3256
|
+
readonly universalIdentifier: string;
|
|
3251
3257
|
};
|
|
3252
3258
|
readonly targetCompany: {
|
|
3253
|
-
readonly universalIdentifier:
|
|
3259
|
+
readonly universalIdentifier: string;
|
|
3254
3260
|
};
|
|
3255
3261
|
readonly targetOpportunity: {
|
|
3256
|
-
readonly universalIdentifier:
|
|
3262
|
+
readonly universalIdentifier: string;
|
|
3257
3263
|
};
|
|
3258
3264
|
readonly createdAt: {
|
|
3259
3265
|
universalIdentifier: string;
|
|
@@ -3347,16 +3353,16 @@ declare const STANDARD_OBJECTS: {
|
|
|
3347
3353
|
readonly universalIdentifier: "20202020-be7e-4d1e-8e19-3d5c7c4b9f2a";
|
|
3348
3354
|
};
|
|
3349
3355
|
readonly taskTargets: {
|
|
3350
|
-
readonly universalIdentifier:
|
|
3356
|
+
readonly universalIdentifier: string;
|
|
3351
3357
|
};
|
|
3352
3358
|
readonly noteTargets: {
|
|
3353
|
-
readonly universalIdentifier:
|
|
3359
|
+
readonly universalIdentifier: string;
|
|
3354
3360
|
};
|
|
3355
3361
|
readonly attachments: {
|
|
3356
|
-
readonly universalIdentifier:
|
|
3362
|
+
readonly universalIdentifier: string;
|
|
3357
3363
|
};
|
|
3358
3364
|
readonly timelineActivities: {
|
|
3359
|
-
readonly universalIdentifier:
|
|
3365
|
+
readonly universalIdentifier: string;
|
|
3360
3366
|
};
|
|
3361
3367
|
readonly createdAt: {
|
|
3362
3368
|
universalIdentifier: string;
|
|
@@ -3552,13 +3558,13 @@ declare const STANDARD_OBJECTS: {
|
|
|
3552
3558
|
readonly universalIdentifier: "20202020-911b-4a7d-b67b-918aa9a5b33a";
|
|
3553
3559
|
};
|
|
3554
3560
|
readonly taskTargets: {
|
|
3555
|
-
readonly universalIdentifier:
|
|
3561
|
+
readonly universalIdentifier: string;
|
|
3556
3562
|
};
|
|
3557
3563
|
readonly noteTargets: {
|
|
3558
|
-
readonly universalIdentifier:
|
|
3564
|
+
readonly universalIdentifier: string;
|
|
3559
3565
|
};
|
|
3560
3566
|
readonly attachments: {
|
|
3561
|
-
readonly universalIdentifier:
|
|
3567
|
+
readonly universalIdentifier: string;
|
|
3562
3568
|
};
|
|
3563
3569
|
readonly messageParticipants: {
|
|
3564
3570
|
readonly universalIdentifier: "20202020-498e-4c61-8158-fa04f0638334";
|
|
@@ -3567,7 +3573,7 @@ declare const STANDARD_OBJECTS: {
|
|
|
3567
3573
|
readonly universalIdentifier: "20202020-52ee-45e9-a702-b64b3753e3a9";
|
|
3568
3574
|
};
|
|
3569
3575
|
readonly timelineActivities: {
|
|
3570
|
-
readonly universalIdentifier:
|
|
3576
|
+
readonly universalIdentifier: string;
|
|
3571
3577
|
};
|
|
3572
3578
|
readonly listMemberships: {
|
|
3573
3579
|
readonly universalIdentifier: "8b8d1be0-4c94-4413-a2c9-c7ede205a81d";
|
|
@@ -3732,13 +3738,13 @@ declare const STANDARD_OBJECTS: {
|
|
|
3732
3738
|
readonly universalIdentifier: "20202020-de9c-4d0e-a452-713d4a3e5fc7";
|
|
3733
3739
|
};
|
|
3734
3740
|
readonly attachments: {
|
|
3735
|
-
readonly universalIdentifier:
|
|
3741
|
+
readonly universalIdentifier: string;
|
|
3736
3742
|
};
|
|
3737
3743
|
readonly assignee: {
|
|
3738
3744
|
readonly universalIdentifier: "20202020-065a-4f42-a906-e20422c1753f";
|
|
3739
3745
|
};
|
|
3740
3746
|
readonly timelineActivities: {
|
|
3741
|
-
readonly universalIdentifier:
|
|
3747
|
+
readonly universalIdentifier: string;
|
|
3742
3748
|
};
|
|
3743
3749
|
readonly createdAt: {
|
|
3744
3750
|
universalIdentifier: string;
|
|
@@ -3934,13 +3940,13 @@ declare const STANDARD_OBJECTS: {
|
|
|
3934
3940
|
readonly universalIdentifier: "20202020-e881-457a-8758-74aaef4ae78a";
|
|
3935
3941
|
};
|
|
3936
3942
|
readonly targetPerson: {
|
|
3937
|
-
readonly universalIdentifier:
|
|
3943
|
+
readonly universalIdentifier: string;
|
|
3938
3944
|
};
|
|
3939
3945
|
readonly targetCompany: {
|
|
3940
|
-
readonly universalIdentifier:
|
|
3946
|
+
readonly universalIdentifier: string;
|
|
3941
3947
|
};
|
|
3942
3948
|
readonly targetOpportunity: {
|
|
3943
|
-
readonly universalIdentifier:
|
|
3949
|
+
readonly universalIdentifier: string;
|
|
3944
3950
|
};
|
|
3945
3951
|
readonly createdAt: {
|
|
3946
3952
|
universalIdentifier: string;
|
|
@@ -4025,37 +4031,37 @@ declare const STANDARD_OBJECTS: {
|
|
|
4025
4031
|
readonly universalIdentifier: "20202020-af23-4479-9a30-868edc474b36";
|
|
4026
4032
|
};
|
|
4027
4033
|
readonly targetPerson: {
|
|
4028
|
-
readonly universalIdentifier:
|
|
4034
|
+
readonly universalIdentifier: string;
|
|
4029
4035
|
};
|
|
4030
4036
|
readonly targetCompany: {
|
|
4031
|
-
readonly universalIdentifier:
|
|
4037
|
+
readonly universalIdentifier: string;
|
|
4032
4038
|
};
|
|
4033
4039
|
readonly targetOpportunity: {
|
|
4034
|
-
readonly universalIdentifier:
|
|
4040
|
+
readonly universalIdentifier: string;
|
|
4035
4041
|
};
|
|
4036
4042
|
readonly targetTask: {
|
|
4037
|
-
readonly universalIdentifier:
|
|
4043
|
+
readonly universalIdentifier: string;
|
|
4038
4044
|
};
|
|
4039
4045
|
readonly targetNote: {
|
|
4040
|
-
readonly universalIdentifier:
|
|
4046
|
+
readonly universalIdentifier: string;
|
|
4041
4047
|
};
|
|
4042
4048
|
readonly targetWorkflow: {
|
|
4043
|
-
readonly universalIdentifier:
|
|
4049
|
+
readonly universalIdentifier: string;
|
|
4044
4050
|
};
|
|
4045
4051
|
readonly targetWorkflowVersion: {
|
|
4046
|
-
readonly universalIdentifier:
|
|
4052
|
+
readonly universalIdentifier: string;
|
|
4047
4053
|
};
|
|
4048
4054
|
readonly targetWorkflowRun: {
|
|
4049
|
-
readonly universalIdentifier:
|
|
4055
|
+
readonly universalIdentifier: string;
|
|
4050
4056
|
};
|
|
4051
4057
|
readonly targetDashboard: {
|
|
4052
|
-
readonly universalIdentifier:
|
|
4058
|
+
readonly universalIdentifier: string;
|
|
4053
4059
|
};
|
|
4054
4060
|
readonly targetMessageList: {
|
|
4055
|
-
readonly universalIdentifier:
|
|
4061
|
+
readonly universalIdentifier: string;
|
|
4056
4062
|
};
|
|
4057
4063
|
readonly targetMessageCampaign: {
|
|
4058
|
-
readonly universalIdentifier:
|
|
4064
|
+
readonly universalIdentifier: string;
|
|
4059
4065
|
};
|
|
4060
4066
|
readonly linkedRecordCachedName: {
|
|
4061
4067
|
readonly universalIdentifier: "20202020-cfdb-4bef-bbce-a29f41230934";
|
|
@@ -4203,10 +4209,10 @@ declare const STANDARD_OBJECTS: {
|
|
|
4203
4209
|
readonly universalIdentifier: "20202020-3319-4234-a34c-117ecad2b8a9";
|
|
4204
4210
|
};
|
|
4205
4211
|
readonly timelineActivities: {
|
|
4206
|
-
readonly universalIdentifier:
|
|
4212
|
+
readonly universalIdentifier: string;
|
|
4207
4213
|
};
|
|
4208
4214
|
readonly attachments: {
|
|
4209
|
-
readonly universalIdentifier:
|
|
4215
|
+
readonly universalIdentifier: string;
|
|
4210
4216
|
};
|
|
4211
4217
|
readonly createdAt: {
|
|
4212
4218
|
universalIdentifier: string;
|
|
@@ -4379,7 +4385,7 @@ declare const STANDARD_OBJECTS: {
|
|
|
4379
4385
|
readonly universalIdentifier: "20202020-7c4e-4e1a-8fc1-1e3a55d6c2a1";
|
|
4380
4386
|
};
|
|
4381
4387
|
readonly timelineActivities: {
|
|
4382
|
-
readonly universalIdentifier:
|
|
4388
|
+
readonly universalIdentifier: string;
|
|
4383
4389
|
};
|
|
4384
4390
|
readonly createdAt: {
|
|
4385
4391
|
universalIdentifier: string;
|
|
@@ -4517,7 +4523,7 @@ declare const STANDARD_OBJECTS: {
|
|
|
4517
4523
|
readonly universalIdentifier: "20202020-58b4-46e8-b6d2-f1f3c74cf7f4";
|
|
4518
4524
|
};
|
|
4519
4525
|
readonly timelineActivities: {
|
|
4520
|
-
readonly universalIdentifier:
|
|
4526
|
+
readonly universalIdentifier: string;
|
|
4521
4527
|
};
|
|
4522
4528
|
readonly createdAt: {
|
|
4523
4529
|
universalIdentifier: string;
|
|
@@ -5434,5 +5440,5 @@ declare const defineView: DefineEntity<ViewConfig>;
|
|
|
5434
5440
|
|
|
5435
5441
|
declare const defineViewField: DefineEntity<StandaloneViewFieldManifest>;
|
|
5436
5442
|
|
|
5437
|
-
export { AggregateOperations, DateDisplayFormat, FieldMetadataSettingsOnClickAction, FieldMetadataType as FieldType, HTTPMethod, NavigationMenuItemType, NumberDataType, ObjectRecordBaseEvent, ObjectRecordCreateEvent, ObjectRecordDeleteEvent, ObjectRecordDestroyEvent, ObjectRecordGroupByDateGranularity, ObjectRecordRestoreEvent, ObjectRecordUpdateEvent, ObjectRecordUpsertEvent, RelationOnDeleteAction as OnDeleteAction, PageLayoutTabLayoutMode, PageLayoutType, RelationType, RowLevelPermissionPredicateGroupLogicalOperator, RowLevelPermissionPredicateOperand, STANDARD_OBJECTS as STANDARD_OBJECT, STANDARD_OBJECTS as STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS, STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS as STANDARD_PAGE_LAYOUT, STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS, SystemPermissionFlag, ViewCalendarLayout, ViewFilterGroupLogicalOperator, ViewFilterOperand, ViewKey, ViewOpenRecordIn, ViewSortDirection, ViewType, ViewVisibility, canAccessFullAdminPanel, canImpersonate, createValidationResult, defineAgent, defineApplication, defineApplicationRole, defineCommandMenuItem, defineConnectionProvider, defineField, defineFrontComponent, defineIndex, defineLogicFunction, defineNavigationMenuItem, defineObject, definePageLayout, definePageLayoutTab, definePermissionFlag, definePostInstallLogicFunction, definePreInstallLogicFunction, defineRole, defineSkill, defineView, defineViewField, every, everyDefined, everyEquals, favoriteRecordIds, featureFlags, getFieldUniversalIdentifier, hasAnySoftDeleteFilterOnView, includes, includesEvery, isDashboardPageLayoutInEditMode, isDefined, isInSidePanel, isLayoutCustomizationModeEnabled, isNonEmptyString, isSelectAll, none, noneDefined, noneEquals, numberOfSelectedRecords, objectMetadataItem, objectMetadataLabel, objectPermissions, pageType, selectedRecords, some, someDefined, someEquals, someNonEmptyString, targetObjectReadPermissions, targetObjectWritePermissions, validateFields };
|
|
5443
|
+
export { AggregateOperations, DateDisplayFormat, FieldMetadataSettingsOnClickAction, FieldMetadataType as FieldType, HTTPMethod, NavigationMenuItemType, NumberDataType, ObjectRecordBaseEvent, ObjectRecordCreateEvent, ObjectRecordDeleteEvent, ObjectRecordDestroyEvent, ObjectRecordGroupByDateGranularity, ObjectRecordRestoreEvent, ObjectRecordUpdateEvent, ObjectRecordUpsertEvent, RelationOnDeleteAction as OnDeleteAction, PageLayoutTabLayoutMode, PageLayoutType, RelationType, RowLevelPermissionPredicateGroupLogicalOperator, RowLevelPermissionPredicateOperand, STANDARD_OBJECTS as STANDARD_OBJECT, STANDARD_OBJECTS as STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS, STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS as STANDARD_PAGE_LAYOUT, STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS, SystemPermissionFlag, ViewCalendarLayout, ViewFilterGroupLogicalOperator, ViewFilterOperand, ViewKey, ViewOpenRecordIn, ViewSortDirection, ViewType, ViewVisibility, canAccessFullAdminPanel, canImpersonate, createValidationResult, defineAgent, defineApplication, defineApplicationRole, defineCommandMenuItem, defineConnectionProvider, defineField, defineFrontComponent, defineIndex, defineLogicFunction, defineNavigationMenuItem, defineObject, definePageLayout, definePageLayoutTab, definePermissionFlag, definePostInstallLogicFunction, definePreInstallLogicFunction, defineRole, defineSkill, defineView, defineViewField, every, everyDefined, everyEquals, favoriteRecordIds, featureFlags, getFieldUniversalIdentifier, getSystemRelationFieldUniversalIdentifier, hasAnySoftDeleteFilterOnView, includes, includesEvery, isDashboardPageLayoutInEditMode, isDefined, isInSidePanel, isLayoutCustomizationModeEnabled, isNonEmptyString, isSelectAll, none, noneDefined, noneEquals, numberOfSelectedRecords, objectMetadataItem, objectMetadataLabel, objectPermissions, pageType, selectedRecords, some, someDefined, someEquals, someNonEmptyString, targetObjectReadPermissions, targetObjectWritePermissions, validateFields };
|
|
5438
5444
|
export type { ActorMetadata as ActorField, AddressMetadata as AddressField, ApplicationConfig, CommandMenuItemConfig, CommandMenuItemManifest, CronPayload, CurrencyMetadata as CurrencyField, DatabaseEventPayload, DefinableEntity, DefineEntity, EmailsMetadata as EmailsField, FrontComponentConfig, FrontComponentType, FullNameMetadata as FullNameField, GridPosition, IndexConfig, IndexFieldManifest, IndexManifest, InputJsonSchema, InstallHandler, InstallPayload, LinksMetadata as LinksField, LogicFunctionConfig, LogicFunctionHandler, ObjectRecordEvent, PageLayoutConfig, PageLayoutManifest, PageLayoutTabConfig, PageLayoutTabManifest, PageLayoutWidgetConditionalDisplay, PageLayoutWidgetManifest, PageLayoutWidgetUniversalConfiguration, PermissionFlagConfig, PermissionFlagManifest, PermissionFlagPermissionType, PhonesMetadata as PhonesField, RichTextMetadata as RichTextField, LogicFunctionEvent as RoutePayload, RowLevelPermissionPredicateGroupManifest, RowLevelPermissionPredicateManifest, StandaloneViewFieldManifest, SyncableEntityOptions, TwentyRecord, ValidationResult, ViewConfig, ViewFieldGroupManifest, ViewFieldManifest, ViewFilterGroupManifest, ViewFilterManifest, ViewGroupManifest, ViewManifestFilterValue, ViewSortManifest };
|