@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.
@@ -1144,7 +1144,8 @@ var LayoutElementType = {
1144
1144
  Text: "text",
1145
1145
  RecordFilter: "record_filter",
1146
1146
  List: "list",
1147
- WorkflowTrigger: "workflow_trigger"
1147
+ WorkflowTrigger: "workflow_trigger",
1148
+ SchedulingPicker: "scheduling_picker"
1148
1149
  };
1149
1150
  var LayoutTabSchema = zod.z.lazy(
1150
1151
  () => zod.z.object({
@@ -1271,6 +1272,15 @@ var LayoutElementSchema = zod.z.lazy(
1271
1272
  ...commonPropsShape,
1272
1273
  variant: zod.z.enum(["heading", "subheading", "body", "caption", "callout"]),
1273
1274
  content: zod.z.string().min(1)
1275
+ }),
1276
+ zod.z.object({
1277
+ type: zod.z.literal("scheduling_picker"),
1278
+ ...commonPropsShape,
1279
+ link_key: zod.z.string().min(1),
1280
+ type_key: zod.z.string().min(1).optional(),
1281
+ host_user_id: zod.z.string().min(1).optional(),
1282
+ contact_id: zod.z.string().optional(),
1283
+ is_header_hidden: zod.z.boolean().optional()
1274
1284
  })
1275
1285
  ])
1276
1286
  );
@@ -1910,5 +1920,5 @@ exports.parsePrincipalMeta = parsePrincipalMeta;
1910
1920
  exports.parseRelationMeta = parseRelationMeta;
1911
1921
  exports.parseUserMeta = parseUserMeta;
1912
1922
  exports.platformAttributes = platformAttributes;
1913
- //# sourceMappingURL=chunk-SWCPI6SL.cjs.map
1914
- //# sourceMappingURL=chunk-SWCPI6SL.cjs.map
1923
+ //# sourceMappingURL=chunk-KMNEQP3G.cjs.map
1924
+ //# sourceMappingURL=chunk-KMNEQP3G.cjs.map