@seamapi/types 1.532.0 → 1.533.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
@@ -4331,7 +4331,10 @@ var access_method_deleted_event = access_method_event.extend({
4331
4331
  An access method was deleted.
4332
4332
  `);
4333
4333
  var access_method_reissued_event = access_method_event.extend({
4334
- event_type: zod.z.literal("access_method.reissued")
4334
+ event_type: zod.z.literal("access_method.reissued"),
4335
+ code: zod.z.string().optional().describe(
4336
+ "The actual PIN code for code access methods (only present when mode is 'code')."
4337
+ )
4335
4338
  }).describe(`
4336
4339
  ---
4337
4340
  route_path: /access_methods
@@ -18807,6 +18810,10 @@ var openapi_default = {
18807
18810
  format: "uuid",
18808
18811
  type: "string"
18809
18812
  },
18813
+ code: {
18814
+ description: "The actual PIN code for code access methods (only present when mode is 'code').",
18815
+ type: "string"
18816
+ },
18810
18817
  created_at: {
18811
18818
  description: "Date and time at which the event was created.",
18812
18819
  format: "date-time",