From 9031fcb1d4f24d067145f8b7dfa3fd907fd3878f Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 16 Jul 2024 09:45:24 -0700 Subject: [PATCH] Update icons to represent return value data types and fall in line with Flow iconography. --- src/System/Date/addDays/System_Date_addDays.cls | 2 +- src/System/Date/addMonths/System_Date_addMonths.cls | 2 +- src/System/Date/addYears/System_Date_addYears.cls | 2 +- src/System/Date/day/System_Date_day.cls | 2 +- src/System/Date/dayOfYear/System_Date_dayOfYear.cls | 2 +- src/System/Date/daysBetween/System_Date_daysBetween.cls | 2 +- src/System/Date/daysInMonth/System_Date_daysInMonth.cls | 2 +- src/System/Date/format/System_Date_format.cls | 2 +- src/System/Date/isLeapYear/System_Date_isLeapYear.cls | 2 +- src/System/Date/isSameDay/System_Date_isSameDay.cls | 2 +- src/System/Date/month/System_Date_month.cls | 2 +- src/System/Date/monthsBetween/System_Date_monthsBetween.cls | 2 +- src/System/Date/newInstance/System_Date_newInstance.cls | 2 +- src/System/Date/parse/System_Date_parse.cls | 2 +- src/System/Date/toStartOfMonth/System_Date_toStartOfMonth.cls | 2 +- src/System/Date/toStartOfWeek/System_Date_toStartOfWeek.cls | 2 +- src/System/Date/today/System_Date_today.cls | 2 +- src/System/Date/valueOf/System_Date_valueOf.cls | 2 +- src/System/Date/year/System_Date_year.cls | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/System/Date/addDays/System_Date_addDays.cls b/src/System/Date/addDays/System_Date_addDays.cls index ab33d1e..43705b1 100644 --- a/src/System/Date/addDays/System_Date_addDays.cls +++ b/src/System/Date/addDays/System_Date_addDays.cls @@ -5,7 +5,7 @@ global class System_Date_addDays { - @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional days to a Date.') + @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:standard:event' description='Adds the specified number of additional days to a Date.') global static List System_Date_addDays (List requests) { List responses = new List(); diff --git a/src/System/Date/addMonths/System_Date_addMonths.cls b/src/System/Date/addMonths/System_Date_addMonths.cls index 065b82f..d0d6452 100644 --- a/src/System/Date/addMonths/System_Date_addMonths.cls +++ b/src/System/Date/addMonths/System_Date_addMonths.cls @@ -5,7 +5,7 @@ global class System_Date_addMonths { - @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional months to a Date.') + @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:standard:event' description='Adds the specified number of additional months to a Date.') global static List System_Date_addMonths (List requests) { List responses = new List(); diff --git a/src/System/Date/addYears/System_Date_addYears.cls b/src/System/Date/addYears/System_Date_addYears.cls index 6bad1e5..71e190a 100644 --- a/src/System/Date/addYears/System_Date_addYears.cls +++ b/src/System/Date/addYears/System_Date_addYears.cls @@ -5,7 +5,7 @@ global class System_Date_addYears { - @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional years to a Date.') + @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:standard:event' description='Adds the specified number of additional years to a Date.') global static List System_Date_addYears (List requests) { List responses = new List(); diff --git a/src/System/Date/day/System_Date_day.cls b/src/System/Date/day/System_Date_day.cls index bc5c4d8..4d4c116 100644 --- a/src/System/Date/day/System_Date_day.cls +++ b/src/System/Date/day/System_Date_day.cls @@ -5,7 +5,7 @@ global class System_Date_day { - @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the day-of-month component of a Date.') + @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-month component of a Date.') global static List System_Date_day (List requests) { List responses = new List(); diff --git a/src/System/Date/dayOfYear/System_Date_dayOfYear.cls b/src/System/Date/dayOfYear/System_Date_dayOfYear.cls index c0559be..07780dc 100644 --- a/src/System/Date/dayOfYear/System_Date_dayOfYear.cls +++ b/src/System/Date/dayOfYear/System_Date_dayOfYear.cls @@ -5,7 +5,7 @@ global class System_Date_dayOfYear { - @InvocableMethod(label='System.Date.dayOfYear()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the day-of-year component of a Date.') + @InvocableMethod(label='System.Date.dayOfYear()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-year component of a Date.') global static List System_Date_dayOfYear (List requests) { List responses = new List(); diff --git a/src/System/Date/daysBetween/System_Date_daysBetween.cls b/src/System/Date/daysBetween/System_Date_daysBetween.cls index 0fae011..bd2fd12 100644 --- a/src/System/Date/daysBetween/System_Date_daysBetween.cls +++ b/src/System/Date/daysBetween/System_Date_daysBetween.cls @@ -5,7 +5,7 @@ global class System_Date_daysBetween { - @InvocableMethod(label='System.Date.daysBetween()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of days between two dates. If the first date occurs after the second date, the return value is negative.') + @InvocableMethod(label='System.Date.daysBetween()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of days between two dates. If the first date occurs after the second date, the return value is negative.') global static List System_Date_daysBetween (List requests) { List responses = new List(); diff --git a/src/System/Date/daysInMonth/System_Date_daysInMonth.cls b/src/System/Date/daysInMonth/System_Date_daysInMonth.cls index 6436924..76b6676 100644 --- a/src/System/Date/daysInMonth/System_Date_daysInMonth.cls +++ b/src/System/Date/daysInMonth/System_Date_daysInMonth.cls @@ -5,7 +5,7 @@ global class System_Date_daysInMonth { - @InvocableMethod(label='System.Date.daysInMonth()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of days in the month for the specified year and month (1=Jan).') + @InvocableMethod(label='System.Date.daysInMonth()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of days in the month for the specified year and month (1=Jan).') global static List System_Date_daysInMonth (List requests) { List responses = new List(); diff --git a/src/System/Date/format/System_Date_format.cls b/src/System/Date/format/System_Date_format.cls index 3c8b96e..a51b3b5 100644 --- a/src/System/Date/format/System_Date_format.cls +++ b/src/System/Date/format/System_Date_format.cls @@ -5,7 +5,7 @@ global class System_Date_format { - @InvocableMethod(label='System.Date.format()' category='Flowpex' iconName='slds:standard:shift_type' description='Returns the Date as a string using the locale of the context user.') + @InvocableMethod(label='System.Date.format()' category='Flowpex' iconName='slds:standard:text' description='Returns the Date as a string using the locale of the context user.') global static List System_Date_format (List requests) { List responses = new List(); diff --git a/src/System/Date/isLeapYear/System_Date_isLeapYear.cls b/src/System/Date/isLeapYear/System_Date_isLeapYear.cls index 2366842..353157a 100644 --- a/src/System/Date/isLeapYear/System_Date_isLeapYear.cls +++ b/src/System/Date/isLeapYear/System_Date_isLeapYear.cls @@ -5,7 +5,7 @@ global class System_Date_isLeapYear { - @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:shift_scheduling_operation' description='Returns true if the specified year is a leap year.') + @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:cms' description='Returns true if the specified year is a leap year.') global static List System_Date_isLeapYear (List requests) { List responses = new List(); diff --git a/src/System/Date/isSameDay/System_Date_isSameDay.cls b/src/System/Date/isSameDay/System_Date_isSameDay.cls index d1c764c..677152d 100644 --- a/src/System/Date/isSameDay/System_Date_isSameDay.cls +++ b/src/System/Date/isSameDay/System_Date_isSameDay.cls @@ -5,7 +5,7 @@ global class System_Date_isSameDay { - @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:shift' description='Returns true if two specified dates are the same.') + @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:cms' description='Returns true if two specified dates are the same.') global static List System_Date_isSameDay (List requests) { List responses = new List(); diff --git a/src/System/Date/month/System_Date_month.cls b/src/System/Date/month/System_Date_month.cls index 87b096c..40208a1 100644 --- a/src/System/Date/month/System_Date_month.cls +++ b/src/System/Date/month/System_Date_month.cls @@ -5,7 +5,7 @@ global class System_Date_month { - @InvocableMethod(label='System.Date.month()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the month component of a Date (1=Jan).') + @InvocableMethod(label='System.Date.month()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the month component of a Date (1=Jan).') global static List System_Date_month (List requests) { List responses = new List(); diff --git a/src/System/Date/monthsBetween/System_Date_monthsBetween.cls b/src/System/Date/monthsBetween/System_Date_monthsBetween.cls index e0684e3..0b3d259 100644 --- a/src/System/Date/monthsBetween/System_Date_monthsBetween.cls +++ b/src/System/Date/monthsBetween/System_Date_monthsBetween.cls @@ -5,7 +5,7 @@ global class System_Date_monthsBetween { - @InvocableMethod(label='System.Date.monthsBetween()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of months between the Date that called the method and the specified date, ignoring the difference in days.') + @InvocableMethod(label='System.Date.monthsBetween()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of months between the Date that called the method and the specified date, ignoring the difference in days.') global static List System_Date_monthsBetween (List requests) { List responses = new List(); diff --git a/src/System/Date/newInstance/System_Date_newInstance.cls b/src/System/Date/newInstance/System_Date_newInstance.cls index 3d049a4..0408021 100644 --- a/src/System/Date/newInstance/System_Date_newInstance.cls +++ b/src/System/Date/newInstance/System_Date_newInstance.cls @@ -5,7 +5,7 @@ global class System_Date_newInstance { - @InvocableMethod(label='System.Date.newInstance()' category='Flowpex' iconName='slds:standard:shift_template' description='Constructs a Date from Integer representations of the year, month (1=Jan), and day.') + @InvocableMethod(label='System.Date.newInstance()' category='Flowpex' iconName='slds:standard:event' description='Constructs a Date from Integer representations of the year, month (1=Jan), and day.') global static List System_Date_newInstance (List requests) { List responses = new List(); diff --git a/src/System/Date/parse/System_Date_parse.cls b/src/System/Date/parse/System_Date_parse.cls index f1e9745..8b72090 100644 --- a/src/System/Date/parse/System_Date_parse.cls +++ b/src/System/Date/parse/System_Date_parse.cls @@ -5,7 +5,7 @@ global class System_Date_parse { - @InvocableMethod(label='System.Date.parse()' category='Flowpex' iconName='slds:standard:shift_type' description='Constructs a Date from a String. The format of the String depends on the local date format.') + @InvocableMethod(label='System.Date.parse()' category='Flowpex' iconName='slds:standard:event' description='Constructs a Date from a String. The format of the String depends on the local date format.') global static List System_Date_parse (List requests) { List responses = new List(); diff --git a/src/System/Date/toStartOfMonth/System_Date_toStartOfMonth.cls b/src/System/Date/toStartOfMonth/System_Date_toStartOfMonth.cls index b424414..017fe00 100644 --- a/src/System/Date/toStartOfMonth/System_Date_toStartOfMonth.cls +++ b/src/System/Date/toStartOfMonth/System_Date_toStartOfMonth.cls @@ -5,7 +5,7 @@ global class System_Date_toStartOfMonth { - @InvocableMethod(label='System.Date.toStartOfMonth()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the first of the month for the Date that called the method.') + @InvocableMethod(label='System.Date.toStartOfMonth()' category='Flowpex' iconName='slds:standard:event' description='Returns the first of the month for the Date that called the method.') global static List System_Date_toStartOfMonth (List requests) { List responses = new List(); diff --git a/src/System/Date/toStartOfWeek/System_Date_toStartOfWeek.cls b/src/System/Date/toStartOfWeek/System_Date_toStartOfWeek.cls index cc5297c..120f8b3 100644 --- a/src/System/Date/toStartOfWeek/System_Date_toStartOfWeek.cls +++ b/src/System/Date/toStartOfWeek/System_Date_toStartOfWeek.cls @@ -5,7 +5,7 @@ global class System_Date_toStartOfWeek { - @InvocableMethod(label='System.Date.toStartOfWeek()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the start of the week for the Date that called the method, depending on the context user\'s locale.') + @InvocableMethod(label='System.Date.toStartOfWeek()' category='Flowpex' iconName='slds:standard:event' description='Returns the start of the week for the Date that called the method, depending on the context user\'s locale.') global static List System_Date_toStartOfWeek (List requests) { List responses = new List(); diff --git a/src/System/Date/today/System_Date_today.cls b/src/System/Date/today/System_Date_today.cls index 7702cd5..4d423b8 100644 --- a/src/System/Date/today/System_Date_today.cls +++ b/src/System/Date/today/System_Date_today.cls @@ -5,7 +5,7 @@ global class System_Date_today { - @InvocableMethod(label='System.Date.today()' category='Flowpex' iconName='slds:standard:key_dates' description='Returns the current date in the current user\'s time zone.') + @InvocableMethod(label='System.Date.today()' category='Flowpex' iconName='slds:standard:event' description='Returns the current date in the current user\'s time zone.') global static List System_Date_today (List requests) { List responses = new List(); diff --git a/src/System/Date/valueOf/System_Date_valueOf.cls b/src/System/Date/valueOf/System_Date_valueOf.cls index 4082e87..1d231c3 100644 --- a/src/System/Date/valueOf/System_Date_valueOf.cls +++ b/src/System/Date/valueOf/System_Date_valueOf.cls @@ -5,7 +5,7 @@ global class System_Date_valueOf { - @InvocableMethod(label='System.Date.valueOf()' category='Flowpex' iconName='slds:standard:shift_type' description='Returns a Date that contains the value of the specified String. The specified string should use the standard date format “yyyy-MM-dd HH:mm:ss” in the local time zone.') + @InvocableMethod(label='System.Date.valueOf()' category='Flowpex' iconName='slds:standard:event' description='Returns a Date that contains the value of the specified String. The specified string should use the standard date format “yyyy-MM-dd HH:mm:ss” in the local time zone.') global static List System_Date_valueOf (List requests) { List responses = new List(); diff --git a/src/System/Date/year/System_Date_year.cls b/src/System/Date/year/System_Date_year.cls index f90f268..bde4d85 100644 --- a/src/System/Date/year/System_Date_year.cls +++ b/src/System/Date/year/System_Date_year.cls @@ -5,7 +5,7 @@ global class System_Date_year { - @InvocableMethod(label='System.Date.year()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the year component of a Date.') + @InvocableMethod(label='System.Date.year()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the year component of a Date.') global static List System_Date_year (List requests) { List responses = new List(); -- 2.52.0