@proteos/sdk 0.53.0 → 0.54.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.
@@ -1142,7 +1142,8 @@ var LayoutElementType = {
1142
1142
  Text: "text",
1143
1143
  RecordFilter: "record_filter",
1144
1144
  List: "list",
1145
- WorkflowTrigger: "workflow_trigger"
1145
+ WorkflowTrigger: "workflow_trigger",
1146
+ SchedulingPicker: "scheduling_picker"
1146
1147
  };
1147
1148
  var LayoutTabSchema = z.lazy(
1148
1149
  () => z.object({
@@ -1269,6 +1270,15 @@ var LayoutElementSchema = z.lazy(
1269
1270
  ...commonPropsShape,
1270
1271
  variant: z.enum(["heading", "subheading", "body", "caption", "callout"]),
1271
1272
  content: z.string().min(1)
1273
+ }),
1274
+ z.object({
1275
+ type: z.literal("scheduling_picker"),
1276
+ ...commonPropsShape,
1277
+ link_key: z.string().min(1),
1278
+ type_key: z.string().min(1).optional(),
1279
+ host_user_id: z.string().min(1).optional(),
1280
+ contact_id: z.string().optional(),
1281
+ is_header_hidden: z.boolean().optional()
1272
1282
  })
1273
1283
  ])
1274
1284
  );
@@ -1824,5 +1834,5 @@ var MetaClient = class {
1824
1834
  };
1825
1835
 
1826
1836
  export { AppConfigurationSchema, AppHomeSchema, AppSchema, AttributeSchema, AuditFieldsSchema, BUILT_IN_CONTROLS, CURRENT_USER_DEFAULT, ColumnSchema, ComponentSchema, ContactAddressAttributeMetaSchema, CurrencyAttributeMetaSchema, DEFAULT_PAGE_SIZE, DONE, DesignReferenceSchema, EntityContactBindingSchema, EntityExtensionSchema, EntitySchema, EntityWithSchemaSchema, ExtensionPositionSchema, FileAttributeMetaSchema, FileRefSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, LayoutTabSchema, ListExtensionColumnPlacementSchema, ListExtensionSchema, ListSchema, ListViewSchema, MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, MenuConfigurationExtensionPlacementSchema, MenuConfigurationExtensionPositionSchema, MenuConfigurationExtensionSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PAGE_BACKGROUND_TOKENS, PAGE_EXTENSION_ANCHOR_MAIN, PAGE_EXTENSION_ANCHOR_SIDE_PANEL, PLATFORM_ATTRIBUTE_NAMES, PLATFORM_USER_ID, PageActionSchema, PageExtensionPlacementSchema, PageExtensionSchema, PageIterator, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, PageStyleSchema, PrincipalRefSchema, RelationAttributeMetaSchema, ResponseMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, UserRefSchema, VariableSchema, acceptsCurrentUserDefault, allCurrencyCodes, createIterator, createListResultSchema, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isCurrentUserDefault, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseContactAddressMeta, parseCurrencyMeta, parseFileMeta, parsePrincipalMeta, parseRelationMeta, parseUserMeta, platformAttributes };
1827
- //# sourceMappingURL=chunk-HEUXXELG.js.map
1828
- //# sourceMappingURL=chunk-HEUXXELG.js.map
1837
+ //# sourceMappingURL=chunk-OS4IQ5VH.js.map
1838
+ //# sourceMappingURL=chunk-OS4IQ5VH.js.map