@seamapi/types 1.1070.0 → 1.1072.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.
Files changed (24) hide show
  1. package/lib/seam/connect/models/access-codes/pending-mutations.d.ts +0 -48
  2. package/lib/seam/connect/models/access-codes/pending-mutations.js +3 -17
  3. package/lib/seam/connect/models/access-codes/pending-mutations.js.map +1 -1
  4. package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +0 -3
  5. package/lib/seam/connect/models/devices/capability-properties/access-code.js +0 -8
  6. package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
  7. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +0 -3
  8. package/lib/seam/connect/models/devices/device-metadata.d.ts +0 -5
  9. package/lib/seam/connect/models/devices/device-metadata.js +0 -5
  10. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  11. package/lib/seam/connect/models/devices/device.d.ts +0 -23
  12. package/lib/seam/connect/models/devices/device.js +0 -6
  13. package/lib/seam/connect/models/devices/device.js.map +1 -1
  14. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -8
  15. package/lib/seam/connect/openapi.js +0 -9
  16. package/lib/seam/connect/openapi.js.map +1 -1
  17. package/lib/seam/connect/route-types.d.ts +0 -68
  18. package/package.json +1 -1
  19. package/src/lib/seam/connect/models/access-codes/pending-mutations.ts +3 -18
  20. package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +0 -8
  21. package/src/lib/seam/connect/models/devices/device-metadata.ts +0 -6
  22. package/src/lib/seam/connect/models/devices/device.ts +0 -6
  23. package/src/lib/seam/connect/openapi.ts +0 -10
  24. package/src/lib/seam/connect/route-types.ts +0 -85
@@ -12938,8 +12938,6 @@ export type Routes = {
12938
12938
  gadget_id?: (string | undefined) | undefined;
12939
12939
  /** Product name for an Akiles device. */
12940
12940
  product_name?: (string | undefined) | undefined;
12941
- /** Group ID to which to add users for an Akiles device. */
12942
- _member_group_id?: (string | undefined) | undefined;
12943
12941
  } | undefined;
12944
12942
  /** Metadata for an ASSA ABLOY Vostio system. */
12945
12943
  assa_abloy_vostio_metadata?: {
@@ -13103,8 +13101,6 @@ export type Routes = {
13103
13101
  firmware_version?: ((string | null) | undefined) | undefined;
13104
13102
  } | undefined;
13105
13103
  }) & ({
13106
- /** */
13107
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
13108
13104
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
13109
13105
  code_constraints?: (({
13110
13106
  /** Code constraint type for access codes. */
@@ -20080,8 +20076,6 @@ export type Routes = {
20080
20076
  gadget_id?: (string | undefined) | undefined;
20081
20077
  /** Product name for an Akiles device. */
20082
20078
  product_name?: (string | undefined) | undefined;
20083
- /** Group ID to which to add users for an Akiles device. */
20084
- _member_group_id?: (string | undefined) | undefined;
20085
20079
  } | undefined;
20086
20080
  /** Metadata for an ASSA ABLOY Vostio system. */
20087
20081
  assa_abloy_vostio_metadata?: {
@@ -20245,8 +20239,6 @@ export type Routes = {
20245
20239
  firmware_version?: ((string | null) | undefined) | undefined;
20246
20240
  } | undefined;
20247
20241
  }) & ({
20248
- /** */
20249
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
20250
20242
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
20251
20243
  code_constraints?: (({
20252
20244
  /** Code constraint type for access codes. */
@@ -44124,8 +44116,6 @@ export type Routes = {
44124
44116
  gadget_id?: (string | undefined) | undefined;
44125
44117
  /** Product name for an Akiles device. */
44126
44118
  product_name?: (string | undefined) | undefined;
44127
- /** Group ID to which to add users for an Akiles device. */
44128
- _member_group_id?: (string | undefined) | undefined;
44129
44119
  } | undefined;
44130
44120
  /** Metadata for an ASSA ABLOY Vostio system. */
44131
44121
  assa_abloy_vostio_metadata?: {
@@ -44289,8 +44279,6 @@ export type Routes = {
44289
44279
  firmware_version?: ((string | null) | undefined) | undefined;
44290
44280
  } | undefined;
44291
44281
  }) & ({
44292
- /** */
44293
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
44294
44282
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
44295
44283
  code_constraints?: (({
44296
44284
  /** Code constraint type for access codes. */
@@ -45687,8 +45675,6 @@ export type Routes = {
45687
45675
  gadget_id?: (string | undefined) | undefined;
45688
45676
  /** Product name for an Akiles device. */
45689
45677
  product_name?: (string | undefined) | undefined;
45690
- /** Group ID to which to add users for an Akiles device. */
45691
- _member_group_id?: (string | undefined) | undefined;
45692
45678
  } | undefined;
45693
45679
  /** Metadata for an ASSA ABLOY Vostio system. */
45694
45680
  assa_abloy_vostio_metadata?: {
@@ -45852,8 +45838,6 @@ export type Routes = {
45852
45838
  firmware_version?: ((string | null) | undefined) | undefined;
45853
45839
  } | undefined;
45854
45840
  }) & ({
45855
- /** */
45856
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
45857
45841
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
45858
45842
  code_constraints?: (({
45859
45843
  /** Code constraint type for access codes. */
@@ -57616,8 +57600,6 @@ export type Routes = {
57616
57600
  gadget_id?: (string | undefined) | undefined;
57617
57601
  /** Product name for an Akiles device. */
57618
57602
  product_name?: (string | undefined) | undefined;
57619
- /** Group ID to which to add users for an Akiles device. */
57620
- _member_group_id?: (string | undefined) | undefined;
57621
57603
  } | undefined;
57622
57604
  /** Metadata for an ASSA ABLOY Vostio system. */
57623
57605
  assa_abloy_vostio_metadata?: {
@@ -57781,8 +57763,6 @@ export type Routes = {
57781
57763
  firmware_version?: ((string | null) | undefined) | undefined;
57782
57764
  } | undefined;
57783
57765
  }) & ({
57784
- /** */
57785
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
57786
57766
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
57787
57767
  code_constraints?: (({
57788
57768
  /** Code constraint type for access codes. */
@@ -59129,8 +59109,6 @@ export type Routes = {
59129
59109
  gadget_id?: (string | undefined) | undefined;
59130
59110
  /** Product name for an Akiles device. */
59131
59111
  product_name?: (string | undefined) | undefined;
59132
- /** Group ID to which to add users for an Akiles device. */
59133
- _member_group_id?: (string | undefined) | undefined;
59134
59112
  } | undefined;
59135
59113
  /** Metadata for an ASSA ABLOY Vostio system. */
59136
59114
  assa_abloy_vostio_metadata?: {
@@ -59294,8 +59272,6 @@ export type Routes = {
59294
59272
  firmware_version?: ((string | null) | undefined) | undefined;
59295
59273
  } | undefined;
59296
59274
  }) & ({
59297
- /** */
59298
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
59299
59275
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
59300
59276
  code_constraints?: (({
59301
59277
  /** Code constraint type for access codes. */
@@ -60665,8 +60641,6 @@ export type Routes = {
60665
60641
  gadget_id?: (string | undefined) | undefined;
60666
60642
  /** Product name for an Akiles device. */
60667
60643
  product_name?: (string | undefined) | undefined;
60668
- /** Group ID to which to add users for an Akiles device. */
60669
- _member_group_id?: (string | undefined) | undefined;
60670
60644
  } | undefined;
60671
60645
  /** Metadata for an ASSA ABLOY Vostio system. */
60672
60646
  assa_abloy_vostio_metadata?: {
@@ -60830,8 +60804,6 @@ export type Routes = {
60830
60804
  firmware_version?: ((string | null) | undefined) | undefined;
60831
60805
  } | undefined;
60832
60806
  }) & ({
60833
- /** */
60834
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
60835
60807
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
60836
60808
  code_constraints?: (({
60837
60809
  /** Code constraint type for access codes. */
@@ -62177,8 +62149,6 @@ export type Routes = {
62177
62149
  gadget_id?: (string | undefined) | undefined;
62178
62150
  /** Product name for an Akiles device. */
62179
62151
  product_name?: (string | undefined) | undefined;
62180
- /** Group ID to which to add users for an Akiles device. */
62181
- _member_group_id?: (string | undefined) | undefined;
62182
62152
  } | undefined;
62183
62153
  /** Metadata for an ASSA ABLOY Vostio system. */
62184
62154
  assa_abloy_vostio_metadata?: {
@@ -62342,8 +62312,6 @@ export type Routes = {
62342
62312
  firmware_version?: ((string | null) | undefined) | undefined;
62343
62313
  } | undefined;
62344
62314
  }) & ({
62345
- /** */
62346
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
62347
62315
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
62348
62316
  code_constraints?: (({
62349
62317
  /** Code constraint type for access codes. */
@@ -70959,8 +70927,6 @@ export type Routes = {
70959
70927
  gadget_id?: (string | undefined) | undefined;
70960
70928
  /** Product name for an Akiles device. */
70961
70929
  product_name?: (string | undefined) | undefined;
70962
- /** Group ID to which to add users for an Akiles device. */
70963
- _member_group_id?: (string | undefined) | undefined;
70964
70930
  } | undefined;
70965
70931
  /** Metadata for an ASSA ABLOY Vostio system. */
70966
70932
  assa_abloy_vostio_metadata?: {
@@ -71124,8 +71090,6 @@ export type Routes = {
71124
71090
  firmware_version?: ((string | null) | undefined) | undefined;
71125
71091
  } | undefined;
71126
71092
  }) & ({
71127
- /** */
71128
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
71129
71093
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
71130
71094
  code_constraints?: (({
71131
71095
  /** Code constraint type for access codes. */
@@ -72471,8 +72435,6 @@ export type Routes = {
72471
72435
  gadget_id?: (string | undefined) | undefined;
72472
72436
  /** Product name for an Akiles device. */
72473
72437
  product_name?: (string | undefined) | undefined;
72474
- /** Group ID to which to add users for an Akiles device. */
72475
- _member_group_id?: (string | undefined) | undefined;
72476
72438
  } | undefined;
72477
72439
  /** Metadata for an ASSA ABLOY Vostio system. */
72478
72440
  assa_abloy_vostio_metadata?: {
@@ -72636,8 +72598,6 @@ export type Routes = {
72636
72598
  firmware_version?: ((string | null) | undefined) | undefined;
72637
72599
  } | undefined;
72638
72600
  }) & ({
72639
- /** */
72640
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
72641
72601
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
72642
72602
  code_constraints?: (({
72643
72603
  /** Code constraint type for access codes. */
@@ -89933,8 +89893,6 @@ export type Routes = {
89933
89893
  gadget_id?: (string | undefined) | undefined;
89934
89894
  /** Product name for an Akiles device. */
89935
89895
  product_name?: (string | undefined) | undefined;
89936
- /** Group ID to which to add users for an Akiles device. */
89937
- _member_group_id?: (string | undefined) | undefined;
89938
89896
  } | undefined;
89939
89897
  /** Metadata for an ASSA ABLOY Vostio system. */
89940
89898
  assa_abloy_vostio_metadata?: {
@@ -90098,8 +90056,6 @@ export type Routes = {
90098
90056
  firmware_version?: ((string | null) | undefined) | undefined;
90099
90057
  } | undefined;
90100
90058
  }) & ({
90101
- /** */
90102
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
90103
90059
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
90104
90060
  code_constraints?: (({
90105
90061
  /** Code constraint type for access codes. */
@@ -97914,8 +97870,6 @@ export type Routes = {
97914
97870
  gadget_id?: (string | undefined) | undefined;
97915
97871
  /** Product name for an Akiles device. */
97916
97872
  product_name?: (string | undefined) | undefined;
97917
- /** Group ID to which to add users for an Akiles device. */
97918
- _member_group_id?: (string | undefined) | undefined;
97919
97873
  } | undefined;
97920
97874
  /** Metadata for an ASSA ABLOY Vostio system. */
97921
97875
  assa_abloy_vostio_metadata?: {
@@ -98079,8 +98033,6 @@ export type Routes = {
98079
98033
  firmware_version?: ((string | null) | undefined) | undefined;
98080
98034
  } | undefined;
98081
98035
  }) & ({
98082
- /** */
98083
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
98084
98036
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
98085
98037
  code_constraints?: (({
98086
98038
  /** Code constraint type for access codes. */
@@ -103086,8 +103038,6 @@ export type Routes = {
103086
103038
  gadget_id?: (string | undefined) | undefined;
103087
103039
  /** Product name for an Akiles device. */
103088
103040
  product_name?: (string | undefined) | undefined;
103089
- /** Group ID to which to add users for an Akiles device. */
103090
- _member_group_id?: (string | undefined) | undefined;
103091
103041
  } | undefined;
103092
103042
  /** Metadata for an ASSA ABLOY Vostio system. */
103093
103043
  assa_abloy_vostio_metadata?: {
@@ -103251,8 +103201,6 @@ export type Routes = {
103251
103201
  firmware_version?: ((string | null) | undefined) | undefined;
103252
103202
  } | undefined;
103253
103203
  }) & ({
103254
- /** */
103255
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
103256
103204
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
103257
103205
  code_constraints?: (({
103258
103206
  /** Code constraint type for access codes. */
@@ -104598,8 +104546,6 @@ export type Routes = {
104598
104546
  gadget_id?: (string | undefined) | undefined;
104599
104547
  /** Product name for an Akiles device. */
104600
104548
  product_name?: (string | undefined) | undefined;
104601
- /** Group ID to which to add users for an Akiles device. */
104602
- _member_group_id?: (string | undefined) | undefined;
104603
104549
  } | undefined;
104604
104550
  /** Metadata for an ASSA ABLOY Vostio system. */
104605
104551
  assa_abloy_vostio_metadata?: {
@@ -104763,8 +104709,6 @@ export type Routes = {
104763
104709
  firmware_version?: ((string | null) | undefined) | undefined;
104764
104710
  } | undefined;
104765
104711
  }) & ({
104766
- /** */
104767
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
104768
104712
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
104769
104713
  code_constraints?: (({
104770
104714
  /** Code constraint type for access codes. */
@@ -114364,8 +114308,6 @@ export type Routes = {
114364
114308
  gadget_id?: (string | undefined) | undefined;
114365
114309
  /** Product name for an Akiles device. */
114366
114310
  product_name?: (string | undefined) | undefined;
114367
- /** Group ID to which to add users for an Akiles device. */
114368
- _member_group_id?: (string | undefined) | undefined;
114369
114311
  } | undefined;
114370
114312
  /** Metadata for an ASSA ABLOY Vostio system. */
114371
114313
  assa_abloy_vostio_metadata?: {
@@ -114529,8 +114471,6 @@ export type Routes = {
114529
114471
  firmware_version?: ((string | null) | undefined) | undefined;
114530
114472
  } | undefined;
114531
114473
  }) & ({
114532
- /** */
114533
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
114534
114474
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
114535
114475
  code_constraints?: (({
114536
114476
  /** Code constraint type for access codes. */
@@ -115878,8 +115818,6 @@ export type Routes = {
115878
115818
  gadget_id?: (string | undefined) | undefined;
115879
115819
  /** Product name for an Akiles device. */
115880
115820
  product_name?: (string | undefined) | undefined;
115881
- /** Group ID to which to add users for an Akiles device. */
115882
- _member_group_id?: (string | undefined) | undefined;
115883
115821
  } | undefined;
115884
115822
  /** Metadata for an ASSA ABLOY Vostio system. */
115885
115823
  assa_abloy_vostio_metadata?: {
@@ -116043,8 +115981,6 @@ export type Routes = {
116043
115981
  firmware_version?: ((string | null) | undefined) | undefined;
116044
115982
  } | undefined;
116045
115983
  }) & ({
116046
- /** */
116047
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
116048
115984
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
116049
115985
  code_constraints?: (({
116050
115986
  /** Code constraint type for access codes. */
@@ -118729,8 +118665,6 @@ export type Routes = {
118729
118665
  gadget_id?: (string | undefined) | undefined;
118730
118666
  /** Product name for an Akiles device. */
118731
118667
  product_name?: (string | undefined) | undefined;
118732
- /** Group ID to which to add users for an Akiles device. */
118733
- _member_group_id?: (string | undefined) | undefined;
118734
118668
  } | undefined;
118735
118669
  /** Metadata for an ASSA ABLOY Vostio system. */
118736
118670
  assa_abloy_vostio_metadata?: {
@@ -118894,8 +118828,6 @@ export type Routes = {
118894
118828
  firmware_version?: ((string | null) | undefined) | undefined;
118895
118829
  } | undefined;
118896
118830
  }) & ({
118897
- /** */
118898
- _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
118899
118831
  /** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
118900
118832
  code_constraints?: (({
118901
118833
  /** Code constraint type for access codes. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.1070.0",
3
+ "version": "1.1072.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -138,28 +138,13 @@ export type AccessCodePendingMutation = z.infer<
138
138
  typeof access_code_pending_mutations
139
139
  >
140
140
 
141
- const internal_recreate_fields = z.object({
142
- must_be_recreated_on_device: z.boolean().optional(),
143
- is_being_removed: z.boolean().optional(),
144
- is_being_created: z.boolean().optional(),
145
- })
146
-
147
141
  const _access_code_pending_mutations_map = z.object({
148
142
  creating: creating.optional().nullable(),
149
143
  deferring_creation: deferring_creation.optional().nullable(),
150
144
  deleting: deleting.optional().nullable(),
151
- updating_code: updating_code
152
- .merge(internal_recreate_fields)
153
- .optional()
154
- .nullable(),
155
- updating_name: updating_name
156
- .merge(internal_recreate_fields)
157
- .optional()
158
- .nullable(),
159
- updating_time_frame: updating_time_frame
160
- .merge(internal_recreate_fields)
161
- .optional()
162
- .nullable(),
145
+ updating_code: updating_code.optional().nullable(),
146
+ updating_name: updating_name.optional().nullable(),
147
+ updating_time_frame: updating_time_frame.optional().nullable(),
163
148
  })
164
149
 
165
150
  export type AccessCodePendingMutationsMap = z.infer<
@@ -116,14 +116,6 @@ export const time_frame_option = z
116
116
  export type TimeFrameOption = z.infer<typeof time_frame_option>
117
117
 
118
118
  export const access_code_capability_properties = z.object({
119
- // TODO: Remove _ prop
120
- _experimental_supported_code_from_access_codes_lengths: z
121
- .array(z.number())
122
- .optional().describe(`
123
- ---
124
- undocumented: Marked as experimental.
125
- ---
126
- `),
127
119
  code_constraints: z.array(access_code_constraint).optional().describe(`
128
120
  ---
129
121
  property_group_key: access_codes
@@ -913,12 +913,6 @@ export const device_metadata = z
913
913
  .string()
914
914
  .optional()
915
915
  .describe(`Product name for an Akiles device.`),
916
-
917
- // TODO: Remove _ prop
918
- _member_group_id: z
919
- .string()
920
- .optional()
921
- .describe(`Group ID to which to add users for an Akiles device.`),
922
916
  })
923
917
  .partial()
924
918
  .describe(`Metadata for an Akiles device.`),
@@ -706,12 +706,6 @@ export const device_warning_map = z.object({
706
706
  .nullable(),
707
707
  many_active_backup_codes: many_active_backup_codes.optional().nullable(),
708
708
  device_has_flaky_connection: device_has_flaky_connection
709
- .extend({
710
- // TODO: Remove _ prop
711
- _event_id: z.string().uuid().optional(),
712
- // TODO: Remove _ prop
713
- _reason: z.string().optional(),
714
- })
715
709
  .optional()
716
710
  .nullable(),
717
711
  third_party_integration_detected: third_party_integration_detected
@@ -14646,11 +14646,6 @@ const openapi: OpenAPISpec = {
14646
14646
  akiles_metadata: {
14647
14647
  description: 'Metadata for an Akiles device.',
14648
14648
  properties: {
14649
- _member_group_id: {
14650
- description:
14651
- 'Group ID to which to add users for an Akiles device.',
14652
- type: 'string',
14653
- },
14654
14649
  gadget_id: {
14655
14650
  description: 'Gadget ID for an Akiles device.',
14656
14651
  type: 'string',
@@ -16028,11 +16023,6 @@ const openapi: OpenAPISpec = {
16028
16023
  allOf: [
16029
16024
  {
16030
16025
  properties: {
16031
- _experimental_supported_code_from_access_codes_lengths: {
16032
- items: { format: 'float', type: 'number' },
16033
- type: 'array',
16034
- 'x-undocumented': 'Marked as experimental.',
16035
- },
16036
16026
  auto_lock_delay_seconds: {
16037
16027
  description:
16038
16028
  'The delay in seconds before the lock automatically locks after being unlocked.',