@seamapi/types 1.533.0 → 1.534.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
@@ -2334,7 +2334,7 @@ var access_method = zod.z.object({
2334
2334
  is_encoding_required: zod.z.boolean().optional().describe(
2335
2335
  "Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method."
2336
2336
  ),
2337
- code: zod.z.string().optional().describe("The actual PIN code for code access methods."),
2337
+ code: zod.z.string().nullable().optional().describe("The actual PIN code for code access methods."),
2338
2338
  customization_profile_id: zod.z.string().uuid().optional().describe(
2339
2339
  "ID of the customization profile associated with the access method."
2340
2340
  )
@@ -7295,6 +7295,7 @@ var openapi_default = {
7295
7295
  },
7296
7296
  code: {
7297
7297
  description: "The actual PIN code for code access methods.",
7298
+ nullable: true,
7298
7299
  type: "string"
7299
7300
  },
7300
7301
  created_at: {