@seamapi/types 1.235.0 → 1.236.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 +97 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +135 -5
- package/lib/seam/connect/models/acs/acs-user.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-user.js +1 -1
- package/lib/seam/connect/openapi.d.ts +129 -1
- package/lib/seam/connect/openapi.js +95 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -1
- package/lib/seam/connect/schemas.d.ts +1 -1
- package/lib/seam/connect/schemas.js +1 -1
- package/lib/seam/connect/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +95 -3
- package/src/lib/seam/connect/route-types.ts +3 -1
- package/src/lib/seam/connect/schemas.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -16,7 +16,6 @@ __export(schemas_exports, {
|
|
|
16
16
|
acs_credential: () => acs_credential,
|
|
17
17
|
acs_entrance: () => acs_entrance,
|
|
18
18
|
acs_system: () => acs_system,
|
|
19
|
-
acs_unmanaged_user: () => acs_unmanaged_user,
|
|
20
19
|
acs_user: () => acs_user,
|
|
21
20
|
action_attempt: () => action_attempt,
|
|
22
21
|
client_session: () => client_session,
|
|
@@ -31,6 +30,7 @@ __export(schemas_exports, {
|
|
|
31
30
|
unmanaged_access_code: () => unmanaged_access_code,
|
|
32
31
|
unmanaged_acs_access_group: () => unmanaged_acs_access_group,
|
|
33
32
|
unmanaged_acs_credential: () => unmanaged_acs_credential,
|
|
33
|
+
unmanaged_acs_user: () => unmanaged_acs_user,
|
|
34
34
|
unmanaged_device: () => unmanaged_device,
|
|
35
35
|
user_identity: () => user_identity,
|
|
36
36
|
webhook: () => webhook,
|
|
@@ -1343,7 +1343,7 @@ var acs_user = common_acs_user.merge(
|
|
|
1343
1343
|
is_managed: zod.z.literal(true)
|
|
1344
1344
|
})
|
|
1345
1345
|
);
|
|
1346
|
-
var
|
|
1346
|
+
var unmanaged_acs_user = common_acs_user.merge(
|
|
1347
1347
|
zod.z.object({
|
|
1348
1348
|
is_managed: zod.z.literal(false)
|
|
1349
1349
|
})
|
|
@@ -6198,6 +6198,7 @@ var openapi_default = {
|
|
|
6198
6198
|
},
|
|
6199
6199
|
name: { type: "string" },
|
|
6200
6200
|
prefer_native_scheduling: { type: "boolean" },
|
|
6201
|
+
preferred_code_length: { format: "float", type: "number" },
|
|
6201
6202
|
starts_at: { type: "string" },
|
|
6202
6203
|
sync: { default: false, type: "boolean" },
|
|
6203
6204
|
use_backup_access_code_pool: { type: "boolean" },
|
|
@@ -7094,6 +7095,7 @@ var openapi_default = {
|
|
|
7094
7095
|
},
|
|
7095
7096
|
name: { type: "string" },
|
|
7096
7097
|
prefer_native_scheduling: { type: "boolean" },
|
|
7098
|
+
preferred_code_length: { format: "float", type: "number" },
|
|
7097
7099
|
starts_at: { type: "string" },
|
|
7098
7100
|
sync: { default: false, type: "boolean" },
|
|
7099
7101
|
type: { enum: ["ongoing", "time_bound"], type: "string" },
|
|
@@ -7169,6 +7171,7 @@ var openapi_default = {
|
|
|
7169
7171
|
},
|
|
7170
7172
|
name: { type: "string" },
|
|
7171
7173
|
prefer_native_scheduling: { type: "boolean" },
|
|
7174
|
+
preferred_code_length: { format: "float", type: "number" },
|
|
7172
7175
|
starts_at: { type: "string" },
|
|
7173
7176
|
sync: { default: false, type: "boolean" },
|
|
7174
7177
|
type: { enum: ["ongoing", "time_bound"], type: "string" },
|
|
@@ -7245,6 +7248,7 @@ var openapi_default = {
|
|
|
7245
7248
|
},
|
|
7246
7249
|
name: { type: "string" },
|
|
7247
7250
|
prefer_native_scheduling: { type: "boolean" },
|
|
7251
|
+
preferred_code_length: { format: "float", type: "number" },
|
|
7248
7252
|
starts_at: { type: "string" },
|
|
7249
7253
|
sync: { default: false, type: "boolean" },
|
|
7250
7254
|
type: { enum: ["ongoing", "time_bound"], type: "string" },
|
|
@@ -7711,7 +7715,7 @@ var openapi_default = {
|
|
|
7711
7715
|
tags: ["/acs"],
|
|
7712
7716
|
"x-fern-sdk-group-name": ["acs", "access_groups", "unmanaged"],
|
|
7713
7717
|
"x-fern-sdk-method-name": "get",
|
|
7714
|
-
"x-fern-sdk-return-value": "
|
|
7718
|
+
"x-fern-sdk-return-value": "acs_access_group"
|
|
7715
7719
|
}
|
|
7716
7720
|
},
|
|
7717
7721
|
"/acs/access_groups/unmanaged/list": {
|
|
@@ -7814,7 +7818,7 @@ var openapi_default = {
|
|
|
7814
7818
|
tags: ["/acs"],
|
|
7815
7819
|
"x-fern-sdk-group-name": ["acs", "access_groups", "unmanaged"],
|
|
7816
7820
|
"x-fern-sdk-method-name": "list",
|
|
7817
|
-
"x-fern-sdk-return-value": "
|
|
7821
|
+
"x-fern-sdk-return-value": "acs_access_groups"
|
|
7818
7822
|
}
|
|
7819
7823
|
},
|
|
7820
7824
|
"/acs/credential_pools/list": {
|
|
@@ -9735,7 +9739,95 @@ var openapi_default = {
|
|
|
9735
9739
|
"application/json": {
|
|
9736
9740
|
schema: {
|
|
9737
9741
|
properties: {
|
|
9738
|
-
acs_user: {
|
|
9742
|
+
acs_user: {
|
|
9743
|
+
properties: {
|
|
9744
|
+
access_schedule: {
|
|
9745
|
+
properties: {
|
|
9746
|
+
ends_at: { format: "date-time", type: "string" },
|
|
9747
|
+
starts_at: { format: "date-time", type: "string" }
|
|
9748
|
+
},
|
|
9749
|
+
required: ["starts_at", "ends_at"],
|
|
9750
|
+
type: "object"
|
|
9751
|
+
},
|
|
9752
|
+
acs_system_id: { format: "uuid", type: "string" },
|
|
9753
|
+
acs_user_id: { format: "uuid", type: "string" },
|
|
9754
|
+
created_at: { format: "date-time", type: "string" },
|
|
9755
|
+
display_name: { type: "string" },
|
|
9756
|
+
email: {
|
|
9757
|
+
deprecated: true,
|
|
9758
|
+
format: "email",
|
|
9759
|
+
type: "string",
|
|
9760
|
+
"x-deprecated": "use email_address."
|
|
9761
|
+
},
|
|
9762
|
+
email_address: { format: "email", type: "string" },
|
|
9763
|
+
external_type: {
|
|
9764
|
+
enum: [
|
|
9765
|
+
"pti_user",
|
|
9766
|
+
"brivo_user",
|
|
9767
|
+
"hid_credential_manager_user",
|
|
9768
|
+
"salto_site_user",
|
|
9769
|
+
"latch_user"
|
|
9770
|
+
],
|
|
9771
|
+
type: "string"
|
|
9772
|
+
},
|
|
9773
|
+
external_type_display_name: { type: "string" },
|
|
9774
|
+
full_name: { type: "string" },
|
|
9775
|
+
hid_acs_system_id: { format: "uuid", type: "string" },
|
|
9776
|
+
is_latest_desired_state_synced_with_provider: {
|
|
9777
|
+
type: "boolean"
|
|
9778
|
+
},
|
|
9779
|
+
is_managed: { enum: [false], type: "boolean" },
|
|
9780
|
+
is_suspended: { type: "boolean" },
|
|
9781
|
+
latest_desired_state_synced_with_provider_at: {
|
|
9782
|
+
format: "date-time",
|
|
9783
|
+
type: "string"
|
|
9784
|
+
},
|
|
9785
|
+
phone_number: { type: "string" },
|
|
9786
|
+
user_identity_email_address: {
|
|
9787
|
+
nullable: true,
|
|
9788
|
+
type: "string"
|
|
9789
|
+
},
|
|
9790
|
+
user_identity_full_name: {
|
|
9791
|
+
nullable: true,
|
|
9792
|
+
type: "string"
|
|
9793
|
+
},
|
|
9794
|
+
user_identity_id: { type: "string" },
|
|
9795
|
+
user_identity_phone_number: {
|
|
9796
|
+
nullable: true,
|
|
9797
|
+
type: "string"
|
|
9798
|
+
},
|
|
9799
|
+
warnings: {
|
|
9800
|
+
items: {
|
|
9801
|
+
properties: {
|
|
9802
|
+
created_at: {
|
|
9803
|
+
format: "date-time",
|
|
9804
|
+
type: "string"
|
|
9805
|
+
},
|
|
9806
|
+
message: { type: "string" },
|
|
9807
|
+
warning_code: {
|
|
9808
|
+
enum: ["being_deleted"],
|
|
9809
|
+
type: "string"
|
|
9810
|
+
}
|
|
9811
|
+
},
|
|
9812
|
+
required: ["created_at", "message", "warning_code"],
|
|
9813
|
+
type: "object"
|
|
9814
|
+
},
|
|
9815
|
+
type: "array"
|
|
9816
|
+
},
|
|
9817
|
+
workspace_id: { format: "uuid", type: "string" }
|
|
9818
|
+
},
|
|
9819
|
+
required: [
|
|
9820
|
+
"acs_user_id",
|
|
9821
|
+
"acs_system_id",
|
|
9822
|
+
"workspace_id",
|
|
9823
|
+
"created_at",
|
|
9824
|
+
"display_name",
|
|
9825
|
+
"is_suspended",
|
|
9826
|
+
"warnings",
|
|
9827
|
+
"is_managed"
|
|
9828
|
+
],
|
|
9829
|
+
type: "object"
|
|
9830
|
+
},
|
|
9739
9831
|
ok: { type: "boolean" }
|
|
9740
9832
|
},
|
|
9741
9833
|
required: ["acs_user", "ok"],
|