Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -185,29 +185,62 @@ export const buildAttachmentStandardFlatFieldMetadatas = ({
isUIReadOnly: true,
defaultValue: "'OTHER'",
options: [
{ value: 'ARCHIVE', label: 'Archive', position: 0, color: 'gray' },
{ value: 'AUDIO', label: 'Audio', position: 1, color: 'pink' },
{ value: 'IMAGE', label: 'Image', position: 2, color: 'yellow' },
{
id: '20202020-11bb-4a52-b1f2-2159b07eec37',
value: 'ARCHIVE',
label: 'Archive',
position: 0,
color: 'gray',
},
{
id: '20202020-ac54-475d-ab0d-e250c28da774',
value: 'AUDIO',
label: 'Audio',
position: 1,
color: 'pink',
},
{
id: '20202020-66f7-41ba-81ad-f3371312247f',
value: 'IMAGE',
label: 'Image',
position: 2,
color: 'yellow',
},
{
id: '20202020-6113-4e3b-84e3-c617e9f25d0c',
value: 'PRESENTATION',
label: 'Presentation',
position: 3,
color: 'orange',
},
{
id: '20202020-44c1-47c7-8e66-e63558d7233f',
value: 'SPREADSHEET',
label: 'Spreadsheet',
position: 4,
color: 'turquoise',
},
{
id: '20202020-cf07-4843-877e-3804cde801d1',
value: 'TEXT_DOCUMENT',
label: 'Text Document',
position: 5,
color: 'blue',
},
{ value: 'VIDEO', label: 'Video', position: 6, color: 'purple' },
{ value: 'OTHER', label: 'Other', position: 7, color: 'gray' },
{
id: '20202020-443b-4159-a434-5fd9fc327639',
value: 'VIDEO',
label: 'Video',
position: 6,
color: 'purple',
},
{
id: '20202020-bbca-4802-9146-fd1503e94e58',
value: 'OTHER',
label: 'Other',
position: 7,
color: 'gray',
},
],
},
standardObjectMetadataRelatedEntityIds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,15 @@ export const buildCalendarChannelStandardFlatFieldMetadatas = ({
isUIReadOnly: true,
defaultValue: "'SHARE_EVERYTHING'",
options: [
{ value: 'METADATA', label: 'Metadata', position: 0, color: 'green' },
{
id: '20202020-82a0-4859-b356-f5a1d6e3e53d',
value: 'METADATA',
label: 'Metadata',
position: 0,
color: 'green',
},
{
id: '20202020-e5ec-4df5-ba3f-66ca2a79c283',
value: 'SHARE_EVERYTHING',
label: 'Share Everything',
position: 1,
Expand Down Expand Up @@ -271,24 +278,33 @@ export const buildCalendarChannelStandardFlatFieldMetadatas = ({
defaultValue: "'AS_PARTICIPANT_AND_ORGANIZER'",
options: [
{
id: '20202020-47c1-4af1-a8a6-540edeafc55e',
value: 'AS_PARTICIPANT_AND_ORGANIZER',
label: 'As Participant and Organizer',
color: 'green',
position: 0,
},
{
id: '20202020-b3cc-4248-b0d1-c8d45c2418b3',
value: 'AS_PARTICIPANT',
label: 'As Participant',
color: 'orange',
position: 1,
},
{
id: '20202020-84ef-4061-9c22-db596e237ddc',
value: 'AS_ORGANIZER',
label: 'As Organizer',
color: 'blue',
position: 2,
},
{ value: 'NONE', label: 'None', color: 'red', position: 3 },
{
id: '20202020-f170-491f-9597-0e5817e46c17',
value: 'NONE',
label: 'None',
color: 'red',
position: 3,
},
],
},
standardObjectMetadataRelatedEntityIds,
Expand Down Expand Up @@ -344,21 +360,36 @@ export const buildCalendarChannelStandardFlatFieldMetadatas = ({
isNullable: true,
isUIReadOnly: true,
options: [
{ value: 'ONGOING', label: 'Ongoing', position: 1, color: 'yellow' },
{
id: '20202020-ebdc-4fc8-a5c1-4bc6a90fdc3c',
value: 'ONGOING',
label: 'Ongoing',
position: 1,
color: 'yellow',
},
{
id: '20202020-7126-4c26-9940-f5807ed87266',
value: 'NOT_SYNCED',
label: 'Not Synced',
position: 2,
color: 'blue',
},
{ value: 'ACTIVE', label: 'Active', position: 3, color: 'green' },
{
id: '20202020-0302-4201-bf84-aaa26b7ca94e',
value: 'ACTIVE',
label: 'Active',
position: 3,
color: 'green',
},
{
id: '20202020-6dbb-449d-96b0-092189010f42',
value: 'FAILED_INSUFFICIENT_PERMISSIONS',
label: 'Failed Insufficient Permissions',
position: 4,
color: 'red',
},
{
id: '20202020-935c-4333-a614-f49ee2ec6aa7',
value: 'FAILED_UNKNOWN',
label: 'Failed Unknown',
position: 5,
Expand All @@ -385,43 +416,56 @@ export const buildCalendarChannelStandardFlatFieldMetadatas = ({
defaultValue: "'PENDING_CONFIGURATION'",
options: [
{
id: '20202020-60c1-40a3-90ae-61d9ee1083c1',
value: 'CALENDAR_EVENT_LIST_FETCH_PENDING',
label: 'Calendar event list fetch pending',
position: 0,
color: 'blue',
},
{
id: '20202020-8652-444a-b72e-d4b7112179ca',
value: 'CALENDAR_EVENT_LIST_FETCH_SCHEDULED',
label: 'Calendar event list fetch scheduled',
position: 1,
color: 'green',
},
{
id: '20202020-e87c-4cfe-aefc-635ad34ef223',
value: 'CALENDAR_EVENT_LIST_FETCH_ONGOING',
label: 'Calendar event list fetch ongoing',
position: 2,
color: 'orange',
},
{
id: '20202020-876f-449d-9f09-de5c369ff95f',
value: 'CALENDAR_EVENTS_IMPORT_PENDING',
label: 'Calendar events import pending',
position: 3,
color: 'blue',
},
{
id: '20202020-3d2a-4acd-a0ed-197343b3bf60',
value: 'CALENDAR_EVENTS_IMPORT_SCHEDULED',
label: 'Calendar events import scheduled',
position: 4,
color: 'green',
},
{
id: '20202020-e762-4152-bb20-29fdd49e1dff',
value: 'CALENDAR_EVENTS_IMPORT_ONGOING',
label: 'Calendar events import ongoing',
position: 5,
color: 'orange',
},
{ value: 'FAILED', label: 'Failed', position: 6, color: 'red' },
{
id: '20202020-487c-464f-8caa-c6393b82b17c',
value: 'FAILED',
label: 'Failed',
position: 6,
color: 'red',
},
{
id: '20202020-ba03-4221-b186-402662b68493',
value: 'PENDING_CONFIGURATION',
label: 'Pending configuration',
position: 9,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,19 +260,33 @@ export const buildCalendarEventParticipantStandardFlatFieldMetadatas = ({
defaultValue: "'NEEDS_ACTION'",
options: [
{
id: '20202020-71eb-4724-9947-8aca3bb51140',
value: 'NEEDS_ACTION',
label: 'Needs Action',
position: 0,
color: 'orange',
},
{ value: 'DECLINED', label: 'Declined', position: 1, color: 'red' },
{
id: '20202020-7a3c-45e8-8bbb-f909a4b821a4',
value: 'DECLINED',
label: 'Declined',
position: 1,
color: 'red',
},
{
id: '20202020-aec0-4845-8ca5-a3c17f635329',
value: 'TENTATIVE',
label: 'Tentative',
position: 2,
color: 'yellow',
},
{ value: 'ACCEPTED', label: 'Accepted', position: 3, color: 'green' },
{
id: '20202020-ffbe-4c58-a05b-b00f7fa86c74',
value: 'ACCEPTED',
label: 'Accepted',
position: 3,
color: 'green',
},
],
},
standardObjectMetadataRelatedEntityIds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,14 @@ export const buildMessageChannelMessageAssociationStandardFlatFieldMetadatas =
defaultValue: `'${MessageDirection.INCOMING}'`,
options: [
{
id: '20202020-3075-4e35-b6a1-27db444a4668',
value: MessageDirection.INCOMING,
label: 'Incoming',
position: 0,
color: 'green',
},
{
id: '20202020-a15f-4512-9202-391a3c0bbed3',
value: MessageDirection.OUTGOING,
label: 'Outgoing',
position: 1,
Expand Down
Loading
Loading