@seamapi/types 1.925.0 → 1.926.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 +0 -49
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -132
- package/dist/index.cjs +0 -49
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -58
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -9
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -21
- package/lib/seam/connect/openapi.js +0 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -77
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -12
- package/src/lib/seam/connect/openapi.ts +0 -50
- package/src/lib/seam/connect/route-types.ts +0 -88
package/dist/connect.cjs
CHANGED
|
@@ -2652,11 +2652,6 @@ var igloo_algopin_must_be_used_within_24_hours = common_access_code_warning.exte
|
|
|
2652
2652
|
var management_transferred = common_access_code_warning.extend({
|
|
2653
2653
|
warning_code: zod.z.literal("management_transferred").describe(warning_code_description3)
|
|
2654
2654
|
}).describe("Management was transferred to another workspace.");
|
|
2655
|
-
var access_code_inactive = common_access_code_warning.extend({
|
|
2656
|
-
warning_code: zod.z.literal("access_code_inactive").describe(warning_code_description3)
|
|
2657
|
-
}).describe(
|
|
2658
|
-
"Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled."
|
|
2659
|
-
);
|
|
2660
2655
|
var using_backup_access_code = common_access_code_warning.extend({
|
|
2661
2656
|
warning_code: zod.z.literal("using_backup_access_code").describe(warning_code_description3)
|
|
2662
2657
|
}).describe(
|
|
@@ -2674,7 +2669,6 @@ var access_code_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
2674
2669
|
third_party_integration_detected2,
|
|
2675
2670
|
igloo_algopin_must_be_used_within_24_hours,
|
|
2676
2671
|
management_transferred,
|
|
2677
|
-
access_code_inactive,
|
|
2678
2672
|
using_backup_access_code,
|
|
2679
2673
|
being_deleted2
|
|
2680
2674
|
]).describe(
|
|
@@ -2689,7 +2683,6 @@ zod.z.object({
|
|
|
2689
2683
|
third_party_integration_detected: third_party_integration_detected2.optional().nullable(),
|
|
2690
2684
|
igloo_algopin_must_be_used_within_24_hours: igloo_algopin_must_be_used_within_24_hours.optional().nullable(),
|
|
2691
2685
|
management_transferred: management_transferred.optional().nullable(),
|
|
2692
|
-
access_code_inactive: access_code_inactive.optional().nullable(),
|
|
2693
2686
|
using_backup_access_code: using_backup_access_code.optional().nullable(),
|
|
2694
2687
|
being_deleted: being_deleted2.optional().nullable()
|
|
2695
2688
|
});
|
|
@@ -8980,27 +8973,6 @@ var openapi = {
|
|
|
8980
8973
|
required: ["message", "warning_code"],
|
|
8981
8974
|
type: "object"
|
|
8982
8975
|
},
|
|
8983
|
-
{
|
|
8984
|
-
description: "Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.",
|
|
8985
|
-
properties: {
|
|
8986
|
-
created_at: {
|
|
8987
|
-
description: "Date and time at which Seam created the warning.",
|
|
8988
|
-
format: "date-time",
|
|
8989
|
-
type: "string"
|
|
8990
|
-
},
|
|
8991
|
-
message: {
|
|
8992
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
8993
|
-
type: "string"
|
|
8994
|
-
},
|
|
8995
|
-
warning_code: {
|
|
8996
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
8997
|
-
enum: ["access_code_inactive"],
|
|
8998
|
-
type: "string"
|
|
8999
|
-
}
|
|
9000
|
-
},
|
|
9001
|
-
required: ["message", "warning_code"],
|
|
9002
|
-
type: "object"
|
|
9003
|
-
},
|
|
9004
8976
|
{
|
|
9005
8977
|
description: "A backup access code has been pulled and is being used in place of this access code.",
|
|
9006
8978
|
properties: {
|
|
@@ -34505,27 +34477,6 @@ var openapi = {
|
|
|
34505
34477
|
required: ["message", "warning_code"],
|
|
34506
34478
|
type: "object"
|
|
34507
34479
|
},
|
|
34508
|
-
{
|
|
34509
|
-
description: "Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.",
|
|
34510
|
-
properties: {
|
|
34511
|
-
created_at: {
|
|
34512
|
-
description: "Date and time at which Seam created the warning.",
|
|
34513
|
-
format: "date-time",
|
|
34514
|
-
type: "string"
|
|
34515
|
-
},
|
|
34516
|
-
message: {
|
|
34517
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
34518
|
-
type: "string"
|
|
34519
|
-
},
|
|
34520
|
-
warning_code: {
|
|
34521
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
34522
|
-
enum: ["access_code_inactive"],
|
|
34523
|
-
type: "string"
|
|
34524
|
-
}
|
|
34525
|
-
},
|
|
34526
|
-
required: ["message", "warning_code"],
|
|
34527
|
-
type: "object"
|
|
34528
|
-
},
|
|
34529
34480
|
{
|
|
34530
34481
|
description: "A backup access code has been pulled and is being used in place of this access code.",
|
|
34531
34482
|
properties: {
|