@seamapi/types 1.753.0 → 1.754.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
@@ -2469,7 +2469,7 @@ var unmanaged_access_code = access_code.pick({
2469
2469
  status: zod.z.enum(["set"]).describe(
2470
2470
  "Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational."
2471
2471
  ),
2472
- dormakaba_oracode_metadata: dormakaba_oracode_access_code_metadata.nullable().describe(
2472
+ dormakaba_oracode_metadata: dormakaba_oracode_access_code_metadata.nullable().optional().describe(
2473
2473
  "Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices."
2474
2474
  )
2475
2475
  }).describe(`
@@ -30864,8 +30864,7 @@ var openapi_default = {
30864
30864
  "errors",
30865
30865
  "warnings",
30866
30866
  "is_managed",
30867
- "status",
30868
- "dormakaba_oracode_metadata"
30867
+ "status"
30869
30868
  ],
30870
30869
  type: "object",
30871
30870
  "x-route-path": "/access_codes/unmanaged"