@seamapi/types 1.528.0 → 1.529.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.
package/dist/connect.cjs CHANGED
@@ -4287,7 +4287,10 @@ var access_method_event = common_event.extend({
4287
4287
  )
4288
4288
  });
4289
4289
  var access_method_issued_event = access_method_event.extend({
4290
- event_type: zod.z.literal("access_method.issued")
4290
+ event_type: zod.z.literal("access_method.issued"),
4291
+ code: zod.z.string().optional().describe(
4292
+ "The actual PIN code for code access methods (only present when mode is 'code')."
4293
+ )
4291
4294
  }).describe(`
4292
4295
  ---
4293
4296
  route_path: /access_methods
@@ -18568,6 +18571,10 @@ var openapi_default = {
18568
18571
  format: "uuid",
18569
18572
  type: "string"
18570
18573
  },
18574
+ code: {
18575
+ description: "The actual PIN code for code access methods (only present when mode is 'code').",
18576
+ type: "string"
18577
+ },
18571
18578
  created_at: {
18572
18579
  description: "Date and time at which the event was created.",
18573
18580
  format: "date-time",