@sprucelabs/spruce-calendar-components 29.0.42 → 29.0.43

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.
@@ -720,466 +720,13 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
720
720
  }
721
721
  }
722
722
  namespace SpruceSchemas.Calendar.v2021_05_19 {
723
- interface CreateCalendarEventTypeEmitPayload {
724
- 'name': string;
725
- 'slug': string;
726
- 'viewControllerId'?: string | undefined | null;
727
- 'lineIcon'?: ("sprucebot" | "add-circle" | "chevron-left" | "document-text" | "link-angle" | "play-circle" | "star" | "add-square" | "chevron-right" | "download-cloud" | "link-flat" | "present" | "sun" | "add" | "chevron-up" | "download" | "loader" | "refresh-circle" | "tag" | "alarm" | "clipboard" | "edit-box" | "location-pin" | "refresh" | "time" | "arrow-back" | "clock" | "edit-line" | "lock" | "repeat" | "tool" | "arrow-down-circle" | "close-circle" | "email" | "map" | "restricted" | "trending-down" | "arrow-down" | "close-square" | "emoji-happy" | "message-circle" | "rotate" | "trending-up" | "arrow-next" | "close" | "emoji-sad" | "message-square" | "search-no" | "triangle" | "arrow-up-circle" | "code" | "external-link" | "mic-off" | "search" | "unlock" | "arrow-up" | "coffee" | "fav-heart" | "mic-on" | "selector-checked" | "upload-cloud" | "attachment" | "command" | "flag" | "minus-circle" | "selector-circle-filled" | "upload" | "award-badge" | "corner-down-left" | "flip-01" | "minus-square" | "selector-circle" | "user-add" | "binoculars" | "corner-down-right" | "flip-02" | "money-sign" | "send" | "user-delete" | "bolt" | "corner-left-down" | "folder" | "more-horizontal" | "settings-filled" | "user" | "book-open" | "corner-left-up" | "globe" | "more-vertical" | "settings" | "users" | "book" | "corner-right-down" | "hash-tag" | "notification-off" | "share" | "video-off" | "bookmark" | "corner-right-up" | "headphones" | "notification-on" | "shopping-bag" | "video" | "calendar-add" | "corner-up-left" | "help-buoy" | "object" | "shopping-cart" | "warning" | "calendar" | "corner-up-right" | "help-circle" | "pause-circle" | "sort-filter-down" | "wifi" | "camera" | "crop" | "home" | "phone-unavailable" | "sort-filter-up" | "zoom-in" | "cellphone" | "delete" | "info" | "phone" | "sound-off" | "zoom-out" | "checkmark" | "document-blank" | "jump" | "photo" | "sound-on" | "chevron-down" | "document-new" | "layers" | "picked" | "star-filled") | undefined | null;
728
- }
729
- interface CreateCalendarEventTypeEmitPayloadSchema extends SpruceSchema.Schema {
730
- id: 'createCalendarEventTypeEmitPayload';
731
- version: 'v2021_05_19';
732
- namespace: 'Calendar';
733
- name: '';
734
- fields: {
735
- /** . */
736
- 'name': {
737
- type: 'text';
738
- isRequired: true;
739
- options: undefined;
740
- };
741
- /** . */
742
- 'slug': {
743
- type: 'text';
744
- isRequired: true;
745
- options: undefined;
746
- };
747
- /** . */
748
- 'viewControllerId': {
749
- type: 'id';
750
- options: undefined;
751
- };
752
- /** . */
753
- 'lineIcon': {
754
- type: 'select';
755
- options: {
756
- choices: [{
757
- "value": "sprucebot";
758
- "label": "sprucebot";
759
- }, {
760
- "value": "add-circle";
761
- "label": "add-circle";
762
- }, {
763
- "value": "chevron-left";
764
- "label": "chevron-left";
765
- }, {
766
- "value": "document-text";
767
- "label": "document-text";
768
- }, {
769
- "value": "link-angle";
770
- "label": "link-angle";
771
- }, {
772
- "value": "play-circle";
773
- "label": "play-circle";
774
- }, {
775
- "value": "star";
776
- "label": "star";
777
- }, {
778
- "value": "add-square";
779
- "label": "add-square";
780
- }, {
781
- "value": "chevron-right";
782
- "label": "chevron-right";
783
- }, {
784
- "value": "download-cloud";
785
- "label": "download-cloud";
786
- }, {
787
- "value": "link-flat";
788
- "label": "link-flat";
789
- }, {
790
- "value": "present";
791
- "label": "present";
792
- }, {
793
- "value": "sun";
794
- "label": "sun";
795
- }, {
796
- "value": "add";
797
- "label": "add";
798
- }, {
799
- "value": "chevron-up";
800
- "label": "chevron-up";
801
- }, {
802
- "value": "download";
803
- "label": "download";
804
- }, {
805
- "value": "loader";
806
- "label": "loader";
807
- }, {
808
- "value": "refresh-circle";
809
- "label": "refresh-circle";
810
- }, {
811
- "value": "tag";
812
- "label": "tag";
813
- }, {
814
- "value": "alarm";
815
- "label": "alarm";
816
- }, {
817
- "value": "clipboard";
818
- "label": "clipboard";
819
- }, {
820
- "value": "edit-box";
821
- "label": "edit-box";
822
- }, {
823
- "value": "location-pin";
824
- "label": "location-pin";
825
- }, {
826
- "value": "refresh";
827
- "label": "refresh";
828
- }, {
829
- "value": "time";
830
- "label": "time";
831
- }, {
832
- "value": "arrow-back";
833
- "label": "arrow-back";
834
- }, {
835
- "value": "clock";
836
- "label": "clock";
837
- }, {
838
- "value": "edit-line";
839
- "label": "edit-line";
840
- }, {
841
- "value": "lock";
842
- "label": "lock";
843
- }, {
844
- "value": "repeat";
845
- "label": "repeat";
846
- }, {
847
- "value": "tool";
848
- "label": "tool";
849
- }, {
850
- "value": "arrow-down-circle";
851
- "label": "arrow-down-circle";
852
- }, {
853
- "value": "close-circle";
854
- "label": "close-circle";
855
- }, {
856
- "value": "email";
857
- "label": "email";
858
- }, {
859
- "value": "map";
860
- "label": "map";
861
- }, {
862
- "value": "restricted";
863
- "label": "restricted";
864
- }, {
865
- "value": "trending-down";
866
- "label": "trending-down";
867
- }, {
868
- "value": "arrow-down";
869
- "label": "arrow-down";
870
- }, {
871
- "value": "close-square";
872
- "label": "close-square";
873
- }, {
874
- "value": "emoji-happy";
875
- "label": "emoji-happy";
876
- }, {
877
- "value": "message-circle";
878
- "label": "message-circle";
879
- }, {
880
- "value": "rotate";
881
- "label": "rotate";
882
- }, {
883
- "value": "trending-up";
884
- "label": "trending-up";
885
- }, {
886
- "value": "arrow-next";
887
- "label": "arrow-next";
888
- }, {
889
- "value": "close";
890
- "label": "close";
891
- }, {
892
- "value": "emoji-sad";
893
- "label": "emoji-sad";
894
- }, {
895
- "value": "message-square";
896
- "label": "message-square";
897
- }, {
898
- "value": "search-no";
899
- "label": "search-no";
900
- }, {
901
- "value": "triangle";
902
- "label": "triangle";
903
- }, {
904
- "value": "arrow-up-circle";
905
- "label": "arrow-up-circle";
906
- }, {
907
- "value": "code";
908
- "label": "code";
909
- }, {
910
- "value": "external-link";
911
- "label": "external-link";
912
- }, {
913
- "value": "mic-off";
914
- "label": "mic-off";
915
- }, {
916
- "value": "search";
917
- "label": "search";
918
- }, {
919
- "value": "unlock";
920
- "label": "unlock";
921
- }, {
922
- "value": "arrow-up";
923
- "label": "arrow-up";
924
- }, {
925
- "value": "coffee";
926
- "label": "coffee";
927
- }, {
928
- "value": "fav-heart";
929
- "label": "fav-heart";
930
- }, {
931
- "value": "mic-on";
932
- "label": "mic-on";
933
- }, {
934
- "value": "selector-checked";
935
- "label": "selector-checked";
936
- }, {
937
- "value": "upload-cloud";
938
- "label": "upload-cloud";
939
- }, {
940
- "value": "attachment";
941
- "label": "attachment";
942
- }, {
943
- "value": "command";
944
- "label": "command";
945
- }, {
946
- "value": "flag";
947
- "label": "flag";
948
- }, {
949
- "value": "minus-circle";
950
- "label": "minus-circle";
951
- }, {
952
- "value": "selector-circle-filled";
953
- "label": "selector-circle-filled";
954
- }, {
955
- "value": "upload";
956
- "label": "upload";
957
- }, {
958
- "value": "award-badge";
959
- "label": "award-badge";
960
- }, {
961
- "value": "corner-down-left";
962
- "label": "corner-down-left";
963
- }, {
964
- "value": "flip-01";
965
- "label": "flip-01";
966
- }, {
967
- "value": "minus-square";
968
- "label": "minus-square";
969
- }, {
970
- "value": "selector-circle";
971
- "label": "selector-circle";
972
- }, {
973
- "value": "user-add";
974
- "label": "user-add";
975
- }, {
976
- "value": "binoculars";
977
- "label": "binoculars";
978
- }, {
979
- "value": "corner-down-right";
980
- "label": "corner-down-right";
981
- }, {
982
- "value": "flip-02";
983
- "label": "flip-02";
984
- }, {
985
- "value": "money-sign";
986
- "label": "money-sign";
987
- }, {
988
- "value": "send";
989
- "label": "send";
990
- }, {
991
- "value": "user-delete";
992
- "label": "user-delete";
993
- }, {
994
- "value": "bolt";
995
- "label": "bolt";
996
- }, {
997
- "value": "corner-left-down";
998
- "label": "corner-left-down";
999
- }, {
1000
- "value": "folder";
1001
- "label": "folder";
1002
- }, {
1003
- "value": "more-horizontal";
1004
- "label": "more-horizontal";
1005
- }, {
1006
- "value": "settings-filled";
1007
- "label": "settings-filled";
1008
- }, {
1009
- "value": "user";
1010
- "label": "user";
1011
- }, {
1012
- "value": "book-open";
1013
- "label": "book-open";
1014
- }, {
1015
- "value": "corner-left-up";
1016
- "label": "corner-left-up";
1017
- }, {
1018
- "value": "globe";
1019
- "label": "globe";
1020
- }, {
1021
- "value": "more-vertical";
1022
- "label": "more-vertical";
1023
- }, {
1024
- "value": "settings";
1025
- "label": "settings";
1026
- }, {
1027
- "value": "users";
1028
- "label": "users";
1029
- }, {
1030
- "value": "book";
1031
- "label": "book";
1032
- }, {
1033
- "value": "corner-right-down";
1034
- "label": "corner-right-down";
1035
- }, {
1036
- "value": "hash-tag";
1037
- "label": "hash-tag";
1038
- }, {
1039
- "value": "notification-off";
1040
- "label": "notification-off";
1041
- }, {
1042
- "value": "share";
1043
- "label": "share";
1044
- }, {
1045
- "value": "video-off";
1046
- "label": "video-off";
1047
- }, {
1048
- "value": "bookmark";
1049
- "label": "bookmark";
1050
- }, {
1051
- "value": "corner-right-up";
1052
- "label": "corner-right-up";
1053
- }, {
1054
- "value": "headphones";
1055
- "label": "headphones";
1056
- }, {
1057
- "value": "notification-on";
1058
- "label": "notification-on";
1059
- }, {
1060
- "value": "shopping-bag";
1061
- "label": "shopping-bag";
1062
- }, {
1063
- "value": "video";
1064
- "label": "video";
1065
- }, {
1066
- "value": "calendar-add";
1067
- "label": "calendar-add";
1068
- }, {
1069
- "value": "corner-up-left";
1070
- "label": "corner-up-left";
1071
- }, {
1072
- "value": "help-buoy";
1073
- "label": "help-buoy";
1074
- }, {
1075
- "value": "object";
1076
- "label": "object";
1077
- }, {
1078
- "value": "shopping-cart";
1079
- "label": "shopping-cart";
1080
- }, {
1081
- "value": "warning";
1082
- "label": "warning";
1083
- }, {
1084
- "value": "calendar";
1085
- "label": "calendar";
1086
- }, {
1087
- "value": "corner-up-right";
1088
- "label": "corner-up-right";
1089
- }, {
1090
- "value": "help-circle";
1091
- "label": "help-circle";
1092
- }, {
1093
- "value": "pause-circle";
1094
- "label": "pause-circle";
1095
- }, {
1096
- "value": "sort-filter-down";
1097
- "label": "sort-filter-down";
1098
- }, {
1099
- "value": "wifi";
1100
- "label": "wifi";
1101
- }, {
1102
- "value": "camera";
1103
- "label": "camera";
1104
- }, {
1105
- "value": "crop";
1106
- "label": "crop";
1107
- }, {
1108
- "value": "home";
1109
- "label": "home";
1110
- }, {
1111
- "value": "phone-unavailable";
1112
- "label": "phone-unavailable";
1113
- }, {
1114
- "value": "sort-filter-up";
1115
- "label": "sort-filter-up";
1116
- }, {
1117
- "value": "zoom-in";
1118
- "label": "zoom-in";
1119
- }, {
1120
- "value": "cellphone";
1121
- "label": "cellphone";
1122
- }, {
1123
- "value": "delete";
1124
- "label": "delete";
1125
- }, {
1126
- "value": "info";
1127
- "label": "info";
1128
- }, {
1129
- "value": "phone";
1130
- "label": "phone";
1131
- }, {
1132
- "value": "sound-off";
1133
- "label": "sound-off";
1134
- }, {
1135
- "value": "zoom-out";
1136
- "label": "zoom-out";
1137
- }, {
1138
- "value": "checkmark";
1139
- "label": "checkmark";
1140
- }, {
1141
- "value": "document-blank";
1142
- "label": "document-blank";
1143
- }, {
1144
- "value": "jump";
1145
- "label": "jump";
1146
- }, {
1147
- "value": "photo";
1148
- "label": "photo";
1149
- }, {
1150
- "value": "sound-on";
1151
- "label": "sound-on";
1152
- }, {
1153
- "value": "chevron-down";
1154
- "label": "chevron-down";
1155
- }, {
1156
- "value": "document-new";
1157
- "label": "document-new";
1158
- }, {
1159
- "value": "layers";
1160
- "label": "layers";
1161
- }, {
1162
- "value": "picked";
1163
- "label": "picked";
1164
- }, {
1165
- "value": "star-filled";
1166
- "label": "star-filled";
1167
- }];
1168
- };
1169
- };
1170
- };
1171
- }
1172
- interface CreateCalendarEventTypeEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeEmitPayloadSchema> {
1173
- }
1174
- }
1175
- namespace SpruceSchemas.Calendar.v2021_05_19 {
1176
- interface CreateCalendarEventTypeEmitTargetAndPayload {
723
+ interface ListCalendarEventTypesEmitTargetAndPayload {
1177
724
  /** Source. */
1178
725
  'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
1179
- 'payload': SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeEmitPayload;
726
+ 'payload'?: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventTypesEmitPayload | undefined | null;
1180
727
  }
1181
- interface CreateCalendarEventTypeEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
1182
- id: 'createCalendarEventTypeEmitTargetAndPayload';
728
+ interface ListCalendarEventTypesEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
729
+ id: 'listCalendarEventTypesEmitTargetAndPayload';
1183
730
  version: 'v2021_05_19';
1184
731
  namespace: 'Calendar';
1185
732
  name: '';
@@ -1195,37 +742,13 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1195
742
  /** . */
1196
743
  'payload': {
1197
744
  type: 'schema';
1198
- isRequired: true;
1199
- options: {
1200
- schema: SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeEmitPayloadSchema;
1201
- };
1202
- };
1203
- };
1204
- }
1205
- interface CreateCalendarEventTypeEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeEmitTargetAndPayloadSchema> {
1206
- }
1207
- }
1208
- namespace SpruceSchemas.Calendar.v2021_05_19 {
1209
- interface CreateCalendarEventTypeResponsePayload {
1210
- 'calendarEventType': SpruceSchemas.Calendar.v2021_05_19.CalendarEventType;
1211
- }
1212
- interface CreateCalendarEventTypeResponsePayloadSchema extends SpruceSchema.Schema {
1213
- id: 'createCalendarEventTypeResponsePayload';
1214
- version: 'v2021_05_19';
1215
- namespace: 'Calendar';
1216
- name: '';
1217
- fields: {
1218
- /** . */
1219
- 'calendarEventType': {
1220
- type: 'schema';
1221
- isRequired: true;
1222
745
  options: {
1223
- schema: SpruceSchemas.Calendar.v2021_05_19.CalendarEventTypeSchema;
746
+ schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventTypesEmitPayloadSchema;
1224
747
  };
1225
748
  };
1226
749
  };
1227
750
  }
1228
- interface CreateCalendarEventTypeResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeResponsePayloadSchema> {
751
+ interface ListCalendarEventTypesEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventTypesEmitTargetAndPayloadSchema> {
1229
752
  }
1230
753
  }
1231
754
  namespace SpruceSchemas.Calendar.v2021_05_19 {
@@ -1362,68 +885,585 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1362
885
  };
1363
886
  };
1364
887
  }
1365
- interface CreateCalendarEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitTargetSchema> {
888
+ interface CreateCalendarEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitTargetSchema> {
889
+ }
890
+ }
891
+ namespace SpruceSchemas.Calendar.v2021_05_19 {
892
+ interface CreateCalendarEmitPayload {
893
+ 'slug': string;
894
+ 'title': string;
895
+ 'eventTypes'?: string[] | undefined | null;
896
+ 'availableTimeSlotBehavior'?: ("include" | "exclude") | undefined | null;
897
+ }
898
+ interface CreateCalendarEmitPayloadSchema extends SpruceSchema.Schema {
899
+ id: 'createCalendarEmitPayload';
900
+ version: 'v2021_05_19';
901
+ namespace: 'Calendar';
902
+ name: '';
903
+ fields: {
904
+ /** . */
905
+ 'slug': {
906
+ type: 'id';
907
+ isRequired: true;
908
+ options: undefined;
909
+ };
910
+ /** . */
911
+ 'title': {
912
+ type: 'text';
913
+ isRequired: true;
914
+ options: undefined;
915
+ };
916
+ /** . */
917
+ 'eventTypes': {
918
+ type: 'text';
919
+ isArray: true;
920
+ minArrayLength: 0;
921
+ options: undefined;
922
+ };
923
+ /** . */
924
+ 'availableTimeSlotBehavior': {
925
+ type: 'select';
926
+ options: {
927
+ choices: [{
928
+ "value": "include";
929
+ "label": "Include";
930
+ }, {
931
+ "value": "exclude";
932
+ "label": "Exclude";
933
+ }];
934
+ };
935
+ };
936
+ };
937
+ }
938
+ interface CreateCalendarEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitPayloadSchema> {
939
+ }
940
+ }
941
+ namespace SpruceSchemas.Calendar.v2021_05_19 {
942
+ interface CreateCalendarEmitTargetAndPayload {
943
+ /** Source. */
944
+ 'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
945
+ 'target': SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitTarget;
946
+ 'payload': SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitPayload;
947
+ }
948
+ interface CreateCalendarEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
949
+ id: 'createCalendarEmitTargetAndPayload';
950
+ version: 'v2021_05_19';
951
+ namespace: 'Calendar';
952
+ name: '';
953
+ fields: {
954
+ /** Source. */
955
+ 'source': {
956
+ label: 'Source';
957
+ type: 'schema';
958
+ options: {
959
+ schema: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSourceSchema;
960
+ };
961
+ };
962
+ /** . */
963
+ 'target': {
964
+ type: 'schema';
965
+ isRequired: true;
966
+ options: {
967
+ schema: SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitTargetSchema;
968
+ };
969
+ };
970
+ /** . */
971
+ 'payload': {
972
+ type: 'schema';
973
+ isRequired: true;
974
+ options: {
975
+ schema: SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitPayloadSchema;
976
+ };
977
+ };
978
+ };
979
+ }
980
+ interface CreateCalendarEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitTargetAndPayloadSchema> {
981
+ }
982
+ }
983
+ namespace SpruceSchemas.Calendar.v2021_05_19 {
984
+ interface CreateCalendarResponsePayload {
985
+ 'calendar': SpruceSchemas.Calendar.v2021_05_19.Calendar;
986
+ }
987
+ interface CreateCalendarResponsePayloadSchema extends SpruceSchema.Schema {
988
+ id: 'createCalendarResponsePayload';
989
+ version: 'v2021_05_19';
990
+ namespace: 'Calendar';
991
+ name: '';
992
+ fields: {
993
+ /** . */
994
+ 'calendar': {
995
+ type: 'schema';
996
+ isRequired: true;
997
+ options: {
998
+ schema: SpruceSchemas.Calendar.v2021_05_19.CalendarSchema;
999
+ };
1000
+ };
1001
+ };
1002
+ }
1003
+ interface CreateCalendarResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarResponsePayloadSchema> {
1366
1004
  }
1367
1005
  }
1368
1006
  namespace SpruceSchemas.Calendar.v2021_05_19 {
1369
- interface CreateCalendarEmitPayload {
1007
+ interface CreateCalendarEventTypeEmitPayload {
1008
+ 'name': string;
1370
1009
  'slug': string;
1371
- 'title': string;
1372
- 'eventTypes'?: string[] | undefined | null;
1373
- 'availableTimeSlotBehavior'?: ("include" | "exclude") | undefined | null;
1010
+ 'viewControllerId'?: string | undefined | null;
1011
+ 'lineIcon'?: ("sprucebot" | "add-circle" | "chevron-left" | "document-text" | "link-angle" | "play-circle" | "star" | "add-square" | "chevron-right" | "download-cloud" | "link-flat" | "present" | "sun" | "add" | "chevron-up" | "download" | "loader" | "refresh-circle" | "tag" | "alarm" | "clipboard" | "edit-box" | "location-pin" | "refresh" | "time" | "arrow-back" | "clock" | "edit-line" | "lock" | "repeat" | "tool" | "arrow-down-circle" | "close-circle" | "email" | "map" | "restricted" | "trending-down" | "arrow-down" | "close-square" | "emoji-happy" | "message-circle" | "rotate" | "trending-up" | "arrow-next" | "close" | "emoji-sad" | "message-square" | "search-no" | "triangle" | "arrow-up-circle" | "code" | "external-link" | "mic-off" | "search" | "unlock" | "arrow-up" | "coffee" | "fav-heart" | "mic-on" | "selector-checked" | "upload-cloud" | "attachment" | "command" | "flag" | "minus-circle" | "selector-circle-filled" | "upload" | "award-badge" | "corner-down-left" | "flip-01" | "minus-square" | "selector-circle" | "user-add" | "binoculars" | "corner-down-right" | "flip-02" | "money-sign" | "send" | "user-delete" | "bolt" | "corner-left-down" | "folder" | "more-horizontal" | "settings-filled" | "user" | "book-open" | "corner-left-up" | "globe" | "more-vertical" | "settings" | "users" | "book" | "corner-right-down" | "hash-tag" | "notification-off" | "share" | "video-off" | "bookmark" | "corner-right-up" | "headphones" | "notification-on" | "shopping-bag" | "video" | "calendar-add" | "corner-up-left" | "help-buoy" | "object" | "shopping-cart" | "warning" | "calendar" | "corner-up-right" | "help-circle" | "pause-circle" | "sort-filter-down" | "wifi" | "camera" | "crop" | "home" | "phone-unavailable" | "sort-filter-up" | "zoom-in" | "cellphone" | "delete" | "info" | "phone" | "sound-off" | "zoom-out" | "checkmark" | "document-blank" | "jump" | "photo" | "sound-on" | "chevron-down" | "document-new" | "layers" | "picked" | "star-filled") | undefined | null;
1374
1012
  }
1375
- interface CreateCalendarEmitPayloadSchema extends SpruceSchema.Schema {
1376
- id: 'createCalendarEmitPayload';
1013
+ interface CreateCalendarEventTypeEmitPayloadSchema extends SpruceSchema.Schema {
1014
+ id: 'createCalendarEventTypeEmitPayload';
1377
1015
  version: 'v2021_05_19';
1378
1016
  namespace: 'Calendar';
1379
1017
  name: '';
1380
1018
  fields: {
1381
1019
  /** . */
1382
- 'slug': {
1383
- type: 'id';
1020
+ 'name': {
1021
+ type: 'text';
1384
1022
  isRequired: true;
1385
1023
  options: undefined;
1386
1024
  };
1387
1025
  /** . */
1388
- 'title': {
1026
+ 'slug': {
1389
1027
  type: 'text';
1390
1028
  isRequired: true;
1391
1029
  options: undefined;
1392
1030
  };
1393
1031
  /** . */
1394
- 'eventTypes': {
1395
- type: 'text';
1396
- isArray: true;
1397
- minArrayLength: 0;
1032
+ 'viewControllerId': {
1033
+ type: 'id';
1398
1034
  options: undefined;
1399
1035
  };
1400
1036
  /** . */
1401
- 'availableTimeSlotBehavior': {
1037
+ 'lineIcon': {
1402
1038
  type: 'select';
1403
1039
  options: {
1404
1040
  choices: [{
1405
- "value": "include";
1406
- "label": "Include";
1041
+ "value": "sprucebot";
1042
+ "label": "sprucebot";
1043
+ }, {
1044
+ "value": "add-circle";
1045
+ "label": "add-circle";
1046
+ }, {
1047
+ "value": "chevron-left";
1048
+ "label": "chevron-left";
1049
+ }, {
1050
+ "value": "document-text";
1051
+ "label": "document-text";
1052
+ }, {
1053
+ "value": "link-angle";
1054
+ "label": "link-angle";
1055
+ }, {
1056
+ "value": "play-circle";
1057
+ "label": "play-circle";
1058
+ }, {
1059
+ "value": "star";
1060
+ "label": "star";
1061
+ }, {
1062
+ "value": "add-square";
1063
+ "label": "add-square";
1064
+ }, {
1065
+ "value": "chevron-right";
1066
+ "label": "chevron-right";
1067
+ }, {
1068
+ "value": "download-cloud";
1069
+ "label": "download-cloud";
1070
+ }, {
1071
+ "value": "link-flat";
1072
+ "label": "link-flat";
1073
+ }, {
1074
+ "value": "present";
1075
+ "label": "present";
1076
+ }, {
1077
+ "value": "sun";
1078
+ "label": "sun";
1079
+ }, {
1080
+ "value": "add";
1081
+ "label": "add";
1082
+ }, {
1083
+ "value": "chevron-up";
1084
+ "label": "chevron-up";
1085
+ }, {
1086
+ "value": "download";
1087
+ "label": "download";
1088
+ }, {
1089
+ "value": "loader";
1090
+ "label": "loader";
1091
+ }, {
1092
+ "value": "refresh-circle";
1093
+ "label": "refresh-circle";
1094
+ }, {
1095
+ "value": "tag";
1096
+ "label": "tag";
1097
+ }, {
1098
+ "value": "alarm";
1099
+ "label": "alarm";
1100
+ }, {
1101
+ "value": "clipboard";
1102
+ "label": "clipboard";
1103
+ }, {
1104
+ "value": "edit-box";
1105
+ "label": "edit-box";
1106
+ }, {
1107
+ "value": "location-pin";
1108
+ "label": "location-pin";
1109
+ }, {
1110
+ "value": "refresh";
1111
+ "label": "refresh";
1112
+ }, {
1113
+ "value": "time";
1114
+ "label": "time";
1115
+ }, {
1116
+ "value": "arrow-back";
1117
+ "label": "arrow-back";
1118
+ }, {
1119
+ "value": "clock";
1120
+ "label": "clock";
1121
+ }, {
1122
+ "value": "edit-line";
1123
+ "label": "edit-line";
1124
+ }, {
1125
+ "value": "lock";
1126
+ "label": "lock";
1127
+ }, {
1128
+ "value": "repeat";
1129
+ "label": "repeat";
1130
+ }, {
1131
+ "value": "tool";
1132
+ "label": "tool";
1133
+ }, {
1134
+ "value": "arrow-down-circle";
1135
+ "label": "arrow-down-circle";
1136
+ }, {
1137
+ "value": "close-circle";
1138
+ "label": "close-circle";
1139
+ }, {
1140
+ "value": "email";
1141
+ "label": "email";
1142
+ }, {
1143
+ "value": "map";
1144
+ "label": "map";
1145
+ }, {
1146
+ "value": "restricted";
1147
+ "label": "restricted";
1148
+ }, {
1149
+ "value": "trending-down";
1150
+ "label": "trending-down";
1151
+ }, {
1152
+ "value": "arrow-down";
1153
+ "label": "arrow-down";
1154
+ }, {
1155
+ "value": "close-square";
1156
+ "label": "close-square";
1157
+ }, {
1158
+ "value": "emoji-happy";
1159
+ "label": "emoji-happy";
1160
+ }, {
1161
+ "value": "message-circle";
1162
+ "label": "message-circle";
1163
+ }, {
1164
+ "value": "rotate";
1165
+ "label": "rotate";
1166
+ }, {
1167
+ "value": "trending-up";
1168
+ "label": "trending-up";
1169
+ }, {
1170
+ "value": "arrow-next";
1171
+ "label": "arrow-next";
1172
+ }, {
1173
+ "value": "close";
1174
+ "label": "close";
1175
+ }, {
1176
+ "value": "emoji-sad";
1177
+ "label": "emoji-sad";
1178
+ }, {
1179
+ "value": "message-square";
1180
+ "label": "message-square";
1181
+ }, {
1182
+ "value": "search-no";
1183
+ "label": "search-no";
1184
+ }, {
1185
+ "value": "triangle";
1186
+ "label": "triangle";
1187
+ }, {
1188
+ "value": "arrow-up-circle";
1189
+ "label": "arrow-up-circle";
1190
+ }, {
1191
+ "value": "code";
1192
+ "label": "code";
1193
+ }, {
1194
+ "value": "external-link";
1195
+ "label": "external-link";
1196
+ }, {
1197
+ "value": "mic-off";
1198
+ "label": "mic-off";
1199
+ }, {
1200
+ "value": "search";
1201
+ "label": "search";
1202
+ }, {
1203
+ "value": "unlock";
1204
+ "label": "unlock";
1205
+ }, {
1206
+ "value": "arrow-up";
1207
+ "label": "arrow-up";
1208
+ }, {
1209
+ "value": "coffee";
1210
+ "label": "coffee";
1211
+ }, {
1212
+ "value": "fav-heart";
1213
+ "label": "fav-heart";
1214
+ }, {
1215
+ "value": "mic-on";
1216
+ "label": "mic-on";
1217
+ }, {
1218
+ "value": "selector-checked";
1219
+ "label": "selector-checked";
1220
+ }, {
1221
+ "value": "upload-cloud";
1222
+ "label": "upload-cloud";
1223
+ }, {
1224
+ "value": "attachment";
1225
+ "label": "attachment";
1226
+ }, {
1227
+ "value": "command";
1228
+ "label": "command";
1229
+ }, {
1230
+ "value": "flag";
1231
+ "label": "flag";
1232
+ }, {
1233
+ "value": "minus-circle";
1234
+ "label": "minus-circle";
1235
+ }, {
1236
+ "value": "selector-circle-filled";
1237
+ "label": "selector-circle-filled";
1238
+ }, {
1239
+ "value": "upload";
1240
+ "label": "upload";
1241
+ }, {
1242
+ "value": "award-badge";
1243
+ "label": "award-badge";
1244
+ }, {
1245
+ "value": "corner-down-left";
1246
+ "label": "corner-down-left";
1247
+ }, {
1248
+ "value": "flip-01";
1249
+ "label": "flip-01";
1250
+ }, {
1251
+ "value": "minus-square";
1252
+ "label": "minus-square";
1253
+ }, {
1254
+ "value": "selector-circle";
1255
+ "label": "selector-circle";
1256
+ }, {
1257
+ "value": "user-add";
1258
+ "label": "user-add";
1259
+ }, {
1260
+ "value": "binoculars";
1261
+ "label": "binoculars";
1262
+ }, {
1263
+ "value": "corner-down-right";
1264
+ "label": "corner-down-right";
1407
1265
  }, {
1408
- "value": "exclude";
1409
- "label": "Exclude";
1266
+ "value": "flip-02";
1267
+ "label": "flip-02";
1268
+ }, {
1269
+ "value": "money-sign";
1270
+ "label": "money-sign";
1271
+ }, {
1272
+ "value": "send";
1273
+ "label": "send";
1274
+ }, {
1275
+ "value": "user-delete";
1276
+ "label": "user-delete";
1277
+ }, {
1278
+ "value": "bolt";
1279
+ "label": "bolt";
1280
+ }, {
1281
+ "value": "corner-left-down";
1282
+ "label": "corner-left-down";
1283
+ }, {
1284
+ "value": "folder";
1285
+ "label": "folder";
1286
+ }, {
1287
+ "value": "more-horizontal";
1288
+ "label": "more-horizontal";
1289
+ }, {
1290
+ "value": "settings-filled";
1291
+ "label": "settings-filled";
1292
+ }, {
1293
+ "value": "user";
1294
+ "label": "user";
1295
+ }, {
1296
+ "value": "book-open";
1297
+ "label": "book-open";
1298
+ }, {
1299
+ "value": "corner-left-up";
1300
+ "label": "corner-left-up";
1301
+ }, {
1302
+ "value": "globe";
1303
+ "label": "globe";
1304
+ }, {
1305
+ "value": "more-vertical";
1306
+ "label": "more-vertical";
1307
+ }, {
1308
+ "value": "settings";
1309
+ "label": "settings";
1310
+ }, {
1311
+ "value": "users";
1312
+ "label": "users";
1313
+ }, {
1314
+ "value": "book";
1315
+ "label": "book";
1316
+ }, {
1317
+ "value": "corner-right-down";
1318
+ "label": "corner-right-down";
1319
+ }, {
1320
+ "value": "hash-tag";
1321
+ "label": "hash-tag";
1322
+ }, {
1323
+ "value": "notification-off";
1324
+ "label": "notification-off";
1325
+ }, {
1326
+ "value": "share";
1327
+ "label": "share";
1328
+ }, {
1329
+ "value": "video-off";
1330
+ "label": "video-off";
1331
+ }, {
1332
+ "value": "bookmark";
1333
+ "label": "bookmark";
1334
+ }, {
1335
+ "value": "corner-right-up";
1336
+ "label": "corner-right-up";
1337
+ }, {
1338
+ "value": "headphones";
1339
+ "label": "headphones";
1340
+ }, {
1341
+ "value": "notification-on";
1342
+ "label": "notification-on";
1343
+ }, {
1344
+ "value": "shopping-bag";
1345
+ "label": "shopping-bag";
1346
+ }, {
1347
+ "value": "video";
1348
+ "label": "video";
1349
+ }, {
1350
+ "value": "calendar-add";
1351
+ "label": "calendar-add";
1352
+ }, {
1353
+ "value": "corner-up-left";
1354
+ "label": "corner-up-left";
1355
+ }, {
1356
+ "value": "help-buoy";
1357
+ "label": "help-buoy";
1358
+ }, {
1359
+ "value": "object";
1360
+ "label": "object";
1361
+ }, {
1362
+ "value": "shopping-cart";
1363
+ "label": "shopping-cart";
1364
+ }, {
1365
+ "value": "warning";
1366
+ "label": "warning";
1367
+ }, {
1368
+ "value": "calendar";
1369
+ "label": "calendar";
1370
+ }, {
1371
+ "value": "corner-up-right";
1372
+ "label": "corner-up-right";
1373
+ }, {
1374
+ "value": "help-circle";
1375
+ "label": "help-circle";
1376
+ }, {
1377
+ "value": "pause-circle";
1378
+ "label": "pause-circle";
1379
+ }, {
1380
+ "value": "sort-filter-down";
1381
+ "label": "sort-filter-down";
1382
+ }, {
1383
+ "value": "wifi";
1384
+ "label": "wifi";
1385
+ }, {
1386
+ "value": "camera";
1387
+ "label": "camera";
1388
+ }, {
1389
+ "value": "crop";
1390
+ "label": "crop";
1391
+ }, {
1392
+ "value": "home";
1393
+ "label": "home";
1394
+ }, {
1395
+ "value": "phone-unavailable";
1396
+ "label": "phone-unavailable";
1397
+ }, {
1398
+ "value": "sort-filter-up";
1399
+ "label": "sort-filter-up";
1400
+ }, {
1401
+ "value": "zoom-in";
1402
+ "label": "zoom-in";
1403
+ }, {
1404
+ "value": "cellphone";
1405
+ "label": "cellphone";
1406
+ }, {
1407
+ "value": "delete";
1408
+ "label": "delete";
1409
+ }, {
1410
+ "value": "info";
1411
+ "label": "info";
1412
+ }, {
1413
+ "value": "phone";
1414
+ "label": "phone";
1415
+ }, {
1416
+ "value": "sound-off";
1417
+ "label": "sound-off";
1418
+ }, {
1419
+ "value": "zoom-out";
1420
+ "label": "zoom-out";
1421
+ }, {
1422
+ "value": "checkmark";
1423
+ "label": "checkmark";
1424
+ }, {
1425
+ "value": "document-blank";
1426
+ "label": "document-blank";
1427
+ }, {
1428
+ "value": "jump";
1429
+ "label": "jump";
1430
+ }, {
1431
+ "value": "photo";
1432
+ "label": "photo";
1433
+ }, {
1434
+ "value": "sound-on";
1435
+ "label": "sound-on";
1436
+ }, {
1437
+ "value": "chevron-down";
1438
+ "label": "chevron-down";
1439
+ }, {
1440
+ "value": "document-new";
1441
+ "label": "document-new";
1442
+ }, {
1443
+ "value": "layers";
1444
+ "label": "layers";
1445
+ }, {
1446
+ "value": "picked";
1447
+ "label": "picked";
1448
+ }, {
1449
+ "value": "star-filled";
1450
+ "label": "star-filled";
1410
1451
  }];
1411
1452
  };
1412
1453
  };
1413
1454
  };
1414
1455
  }
1415
- interface CreateCalendarEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitPayloadSchema> {
1456
+ interface CreateCalendarEventTypeEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeEmitPayloadSchema> {
1416
1457
  }
1417
1458
  }
1418
1459
  namespace SpruceSchemas.Calendar.v2021_05_19 {
1419
- interface CreateCalendarEmitTargetAndPayload {
1460
+ interface CreateCalendarEventTypeEmitTargetAndPayload {
1420
1461
  /** Source. */
1421
1462
  'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
1422
- 'target': SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitTarget;
1423
- 'payload': SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitPayload;
1463
+ 'payload': SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeEmitPayload;
1424
1464
  }
1425
- interface CreateCalendarEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
1426
- id: 'createCalendarEmitTargetAndPayload';
1465
+ interface CreateCalendarEventTypeEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
1466
+ id: 'createCalendarEventTypeEmitTargetAndPayload';
1427
1467
  version: 'v2021_05_19';
1428
1468
  namespace: 'Calendar';
1429
1469
  name: '';
@@ -1437,47 +1477,39 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1437
1477
  };
1438
1478
  };
1439
1479
  /** . */
1440
- 'target': {
1441
- type: 'schema';
1442
- isRequired: true;
1443
- options: {
1444
- schema: SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitTargetSchema;
1445
- };
1446
- };
1447
- /** . */
1448
1480
  'payload': {
1449
1481
  type: 'schema';
1450
1482
  isRequired: true;
1451
1483
  options: {
1452
- schema: SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitPayloadSchema;
1484
+ schema: SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeEmitPayloadSchema;
1453
1485
  };
1454
1486
  };
1455
1487
  };
1456
1488
  }
1457
- interface CreateCalendarEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEmitTargetAndPayloadSchema> {
1489
+ interface CreateCalendarEventTypeEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeEmitTargetAndPayloadSchema> {
1458
1490
  }
1459
1491
  }
1460
1492
  namespace SpruceSchemas.Calendar.v2021_05_19 {
1461
- interface CreateCalendarResponsePayload {
1462
- 'calendar': SpruceSchemas.Calendar.v2021_05_19.Calendar;
1493
+ interface CreateCalendarEventTypeResponsePayload {
1494
+ 'calendarEventType': SpruceSchemas.Calendar.v2021_05_19.CalendarEventType;
1463
1495
  }
1464
- interface CreateCalendarResponsePayloadSchema extends SpruceSchema.Schema {
1465
- id: 'createCalendarResponsePayload';
1496
+ interface CreateCalendarEventTypeResponsePayloadSchema extends SpruceSchema.Schema {
1497
+ id: 'createCalendarEventTypeResponsePayload';
1466
1498
  version: 'v2021_05_19';
1467
1499
  namespace: 'Calendar';
1468
1500
  name: '';
1469
1501
  fields: {
1470
1502
  /** . */
1471
- 'calendar': {
1503
+ 'calendarEventType': {
1472
1504
  type: 'schema';
1473
1505
  isRequired: true;
1474
1506
  options: {
1475
- schema: SpruceSchemas.Calendar.v2021_05_19.CalendarSchema;
1507
+ schema: SpruceSchemas.Calendar.v2021_05_19.CalendarEventTypeSchema;
1476
1508
  };
1477
1509
  };
1478
1510
  };
1479
1511
  }
1480
- interface CreateCalendarResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarResponsePayloadSchema> {
1512
+ interface CreateCalendarEventTypeResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.CreateCalendarEventTypeResponsePayloadSchema> {
1481
1513
  }
1482
1514
  }
1483
1515
  namespace SpruceSchemas.Calendar.v2021_05_19 {
@@ -2453,38 +2485,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2453
2485
  interface ListCalendarEventTypesEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventTypesEmitPayloadSchema> {
2454
2486
  }
2455
2487
  }
2456
- namespace SpruceSchemas.Calendar.v2021_05_19 {
2457
- interface ListCalendarEventTypesEmitTargetAndPayload {
2458
- /** Source. */
2459
- 'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
2460
- 'payload'?: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventTypesEmitPayload | undefined | null;
2461
- }
2462
- interface ListCalendarEventTypesEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
2463
- id: 'listCalendarEventTypesEmitTargetAndPayload';
2464
- version: 'v2021_05_19';
2465
- namespace: 'Calendar';
2466
- name: '';
2467
- fields: {
2468
- /** Source. */
2469
- 'source': {
2470
- label: 'Source';
2471
- type: 'schema';
2472
- options: {
2473
- schema: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSourceSchema;
2474
- };
2475
- };
2476
- /** . */
2477
- 'payload': {
2478
- type: 'schema';
2479
- options: {
2480
- schema: SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventTypesEmitPayloadSchema;
2481
- };
2482
- };
2483
- };
2484
- }
2485
- interface ListCalendarEventTypesEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.ListCalendarEventTypesEmitTargetAndPayloadSchema> {
2486
- }
2487
- }
2488
2488
  namespace SpruceSchemas.Calendar.v2021_05_19 {
2489
2489
  interface ListCalendarEventTypesResponsePayload {
2490
2490
  'calendarEventTypes': SpruceSchemas.Calendar.v2021_05_19.CalendarEventType[];