@seamapi/types 1.353.2 → 1.355.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
@@ -1358,6 +1358,9 @@ var igloo_algopin_must_be_used_within_24_hours = common_access_code_warning.exte
1358
1358
  var management_transferred = common_access_code_warning.extend({
1359
1359
  warning_code: zod.z.literal("management_transferred").describe(warning_code_description3)
1360
1360
  }).describe("Management was transferred to another workspace.");
1361
+ var kwikset_unable_to_confirm_code_warning = common_access_code_warning.extend({
1362
+ warning_code: zod.z.literal("kwikset_unable_to_confirm_code").describe(warning_code_description3)
1363
+ }).describe("Unable to confirm the access code is set on Kwikset device.");
1361
1364
  var access_code_warning = zod.z.discriminatedUnion("warning_code", [
1362
1365
  smartthings_failed_to_set_access_code_warning,
1363
1366
  schlage_detected_duplicate,
@@ -1369,7 +1372,8 @@ var access_code_warning = zod.z.discriminatedUnion("warning_code", [
1369
1372
  third_party_integration_detected2,
1370
1373
  august_device_programming_delay_warning,
1371
1374
  igloo_algopin_must_be_used_within_24_hours,
1372
- management_transferred
1375
+ management_transferred,
1376
+ kwikset_unable_to_confirm_code_warning
1373
1377
  ]);
1374
1378
  var access_code = zod.z.object({
1375
1379
  common_code_key: zod.z.string().nullable().describe(
@@ -3587,6 +3591,7 @@ var workspace = zod.z.object({
3587
3591
  name: zod.z.string(),
3588
3592
  company_name: zod.z.string(),
3589
3593
  is_sandbox: zod.z.boolean(),
3594
+ is_suspended: zod.z.boolean().describe("True if a sandbox workspace has not been accessed in 14 days"),
3590
3595
  connect_partner_name: zod.z.string().nullable().describe(
3591
3596
  `
3592
3597
  ---
@@ -4333,6 +4338,19 @@ var openapi_default = {
4333
4338
  },
4334
4339
  required: ["message", "warning_code"],
4335
4340
  type: "object"
4341
+ },
4342
+ {
4343
+ description: "Unable to confirm the access code is set on Kwikset device.",
4344
+ properties: {
4345
+ message: { type: "string" },
4346
+ warning_code: {
4347
+ description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
4348
+ enum: ["kwikset_unable_to_confirm_code"],
4349
+ type: "string"
4350
+ }
4351
+ },
4352
+ required: ["message", "warning_code"],
4353
+ type: "object"
4336
4354
  }
4337
4355
  ]
4338
4356
  },
@@ -15439,6 +15457,19 @@ var openapi_default = {
15439
15457
  },
15440
15458
  required: ["message", "warning_code"],
15441
15459
  type: "object"
15460
+ },
15461
+ {
15462
+ description: "Unable to confirm the access code is set on Kwikset device.",
15463
+ properties: {
15464
+ message: { type: "string" },
15465
+ warning_code: {
15466
+ description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
15467
+ enum: ["kwikset_unable_to_confirm_code"],
15468
+ type: "string"
15469
+ }
15470
+ },
15471
+ required: ["message", "warning_code"],
15472
+ type: "object"
15442
15473
  }
15443
15474
  ]
15444
15475
  },
@@ -16911,6 +16942,10 @@ var openapi_default = {
16911
16942
  "x-deprecated": "use company_name"
16912
16943
  },
16913
16944
  is_sandbox: { type: "boolean" },
16945
+ is_suspended: {
16946
+ description: "True if a sandbox workspace has not been accessed in 14 days",
16947
+ type: "boolean"
16948
+ },
16914
16949
  name: { type: "string" },
16915
16950
  workspace_id: { format: "uuid", type: "string" }
16916
16951
  },
@@ -16919,6 +16954,7 @@ var openapi_default = {
16919
16954
  "name",
16920
16955
  "company_name",
16921
16956
  "is_sandbox",
16957
+ "is_suspended",
16922
16958
  "connect_partner_name"
16923
16959
  ],
16924
16960
  type: "object",
@@ -21154,6 +21190,10 @@ var openapi_default = {
21154
21190
  nullable: true,
21155
21191
  type: "string"
21156
21192
  },
21193
+ search: {
21194
+ description: "String to partial match between full_name, phone_number and email_address.",
21195
+ type: "string"
21196
+ },
21157
21197
  user_identity_email_address: {
21158
21198
  description: "Email address of the user identity for which you want to retrieve all `acs_user`s.",
21159
21199
  type: "string"