@seamapi/http 1.66.0 → 1.67.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 +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +13 -13
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/resolve-action-attempt.d.ts +16 -16
- package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.d.ts +2 -2
- package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js +2 -2
- package/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts +4 -8
- package/src/lib/version.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -3720,7 +3720,7 @@ type WorkspacesCustomizationProfilesGetResponse = SetNonNullable<Required<RouteR
|
|
|
3720
3720
|
type WorkspacesCustomizationProfilesGetRequest = SeamHttpRequest<WorkspacesCustomizationProfilesGetResponse, 'customization_profile'>;
|
|
3721
3721
|
interface WorkspacesCustomizationProfilesGetOptions {
|
|
3722
3722
|
}
|
|
3723
|
-
type WorkspacesCustomizationProfilesListParameters =
|
|
3723
|
+
type WorkspacesCustomizationProfilesListParameters = RouteRequestBody<'/workspaces/customization_profiles/list'>;
|
|
3724
3724
|
/**
|
|
3725
3725
|
* @deprecated Use WorkspacesCustomizationProfilesListParameters instead.
|
|
3726
3726
|
*/
|
|
@@ -4301,7 +4301,7 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
4301
4301
|
user_identity_id?: string | undefined;
|
|
4302
4302
|
issued_at?: string | null | undefined;
|
|
4303
4303
|
is_issued?: boolean | undefined;
|
|
4304
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4304
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
4305
4305
|
external_type_display_name?: string | undefined;
|
|
4306
4306
|
acs_user_id?: string | undefined;
|
|
4307
4307
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4373,7 +4373,7 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
4373
4373
|
user_identity_id?: string | undefined;
|
|
4374
4374
|
issued_at?: string | null | undefined;
|
|
4375
4375
|
is_issued?: boolean | undefined;
|
|
4376
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4376
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
4377
4377
|
external_type_display_name?: string | undefined;
|
|
4378
4378
|
acs_user_id?: string | undefined;
|
|
4379
4379
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4473,7 +4473,7 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
4473
4473
|
user_identity_id?: string | undefined;
|
|
4474
4474
|
issued_at?: string | null | undefined;
|
|
4475
4475
|
is_issued?: boolean | undefined;
|
|
4476
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4476
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
4477
4477
|
external_type_display_name?: string | undefined;
|
|
4478
4478
|
acs_user_id?: string | undefined;
|
|
4479
4479
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4545,7 +4545,7 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
4545
4545
|
user_identity_id?: string | undefined;
|
|
4546
4546
|
issued_at?: string | null | undefined;
|
|
4547
4547
|
is_issued?: boolean | undefined;
|
|
4548
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4548
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
4549
4549
|
external_type_display_name?: string | undefined;
|
|
4550
4550
|
acs_user_id?: string | undefined;
|
|
4551
4551
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5025,7 +5025,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
5025
5025
|
user_identity_id?: string | undefined;
|
|
5026
5026
|
issued_at?: string | null | undefined;
|
|
5027
5027
|
is_issued?: boolean | undefined;
|
|
5028
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
5028
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
5029
5029
|
external_type_display_name?: string | undefined;
|
|
5030
5030
|
acs_user_id?: string | undefined;
|
|
5031
5031
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5097,7 +5097,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
5097
5097
|
user_identity_id?: string | undefined;
|
|
5098
5098
|
issued_at?: string | null | undefined;
|
|
5099
5099
|
is_issued?: boolean | undefined;
|
|
5100
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
5100
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
5101
5101
|
external_type_display_name?: string | undefined;
|
|
5102
5102
|
acs_user_id?: string | undefined;
|
|
5103
5103
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5197,7 +5197,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
5197
5197
|
user_identity_id?: string | undefined;
|
|
5198
5198
|
issued_at?: string | null | undefined;
|
|
5199
5199
|
is_issued?: boolean | undefined;
|
|
5200
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
5200
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
5201
5201
|
external_type_display_name?: string | undefined;
|
|
5202
5202
|
acs_user_id?: string | undefined;
|
|
5203
5203
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5269,7 +5269,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
5269
5269
|
user_identity_id?: string | undefined;
|
|
5270
5270
|
issued_at?: string | null | undefined;
|
|
5271
5271
|
is_issued?: boolean | undefined;
|
|
5272
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
5272
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
5273
5273
|
external_type_display_name?: string | undefined;
|
|
5274
5274
|
acs_user_id?: string | undefined;
|
|
5275
5275
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5749,7 +5749,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
5749
5749
|
user_identity_id?: string | undefined;
|
|
5750
5750
|
issued_at?: string | null | undefined;
|
|
5751
5751
|
is_issued?: boolean | undefined;
|
|
5752
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
5752
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
5753
5753
|
external_type_display_name?: string | undefined;
|
|
5754
5754
|
acs_user_id?: string | undefined;
|
|
5755
5755
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5821,7 +5821,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
5821
5821
|
user_identity_id?: string | undefined;
|
|
5822
5822
|
issued_at?: string | null | undefined;
|
|
5823
5823
|
is_issued?: boolean | undefined;
|
|
5824
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
5824
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
5825
5825
|
external_type_display_name?: string | undefined;
|
|
5826
5826
|
acs_user_id?: string | undefined;
|
|
5827
5827
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5921,7 +5921,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
5921
5921
|
user_identity_id?: string | undefined;
|
|
5922
5922
|
issued_at?: string | null | undefined;
|
|
5923
5923
|
is_issued?: boolean | undefined;
|
|
5924
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
5924
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
5925
5925
|
external_type_display_name?: string | undefined;
|
|
5926
5926
|
acs_user_id?: string | undefined;
|
|
5927
5927
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5993,7 +5993,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
5993
5993
|
user_identity_id?: string | undefined;
|
|
5994
5994
|
issued_at?: string | null | undefined;
|
|
5995
5995
|
is_issued?: boolean | undefined;
|
|
5996
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
5996
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
5997
5997
|
external_type_display_name?: string | undefined;
|
|
5998
5998
|
acs_user_id?: string | undefined;
|
|
5999
5999
|
acs_credential_pool_id?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -8330,8 +8330,8 @@ var _SeamHttpWorkspacesCustomizationProfiles = class _SeamHttpWorkspacesCustomiz
|
|
|
8330
8330
|
}
|
|
8331
8331
|
return new SeamHttpRequest(this, {
|
|
8332
8332
|
pathname: "/workspaces/customization_profiles/list",
|
|
8333
|
-
method: "
|
|
8334
|
-
|
|
8333
|
+
method: "POST",
|
|
8334
|
+
body: parameters,
|
|
8335
8335
|
responseKey: "customization_profiles",
|
|
8336
8336
|
options
|
|
8337
8337
|
});
|