@seamapi/types 1.492.0 → 1.494.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 +20 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +84 -84
- package/dist/index.cjs +20 -15
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +13 -13
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -0
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +60 -60
- package/lib/seam/connect/models/instant-keys/instant-key.d.ts +3 -3
- package/lib/seam/connect/models/instant-keys/instant-key.js +5 -5
- package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -1
- package/lib/seam/connect/openapi.js +9 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +43 -43
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -0
- package/src/lib/seam/connect/models/instant-keys/instant-key.ts +5 -5
- package/src/lib/seam/connect/openapi.ts +9 -7
- package/src/lib/seam/connect/route-types.ts +43 -25
|
@@ -1773,6 +1773,7 @@ export default {
|
|
|
1773
1773
|
'brivo_group',
|
|
1774
1774
|
'salto_space_group',
|
|
1775
1775
|
'dormakaba_community_access_group',
|
|
1776
|
+
'dormakaba_ambiance_access_group',
|
|
1776
1777
|
],
|
|
1777
1778
|
type: 'string',
|
|
1778
1779
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -1812,6 +1813,7 @@ export default {
|
|
|
1812
1813
|
'brivo_group',
|
|
1813
1814
|
'salto_space_group',
|
|
1814
1815
|
'dormakaba_community_access_group',
|
|
1816
|
+
'dormakaba_ambiance_access_group',
|
|
1815
1817
|
],
|
|
1816
1818
|
type: 'string',
|
|
1817
1819
|
},
|
|
@@ -17142,20 +17144,20 @@ export default {
|
|
|
17142
17144
|
format: 'date-time',
|
|
17143
17145
|
type: 'string',
|
|
17144
17146
|
},
|
|
17145
|
-
|
|
17146
|
-
description: 'Customization
|
|
17147
|
+
customization: {
|
|
17148
|
+
description: 'Customization applied to the Instant Key UI.',
|
|
17147
17149
|
properties: {
|
|
17148
17150
|
logo_url: {
|
|
17149
|
-
description: 'URL of the logo
|
|
17151
|
+
description: 'URL of the logo displayed on the Instant Key.',
|
|
17150
17152
|
format: 'uri',
|
|
17151
17153
|
type: 'string',
|
|
17152
17154
|
},
|
|
17153
17155
|
primary_color: {
|
|
17154
|
-
description: 'Primary color
|
|
17156
|
+
description: 'Primary color used in the Instant Key UI.',
|
|
17155
17157
|
type: 'string',
|
|
17156
17158
|
},
|
|
17157
17159
|
secondary_color: {
|
|
17158
|
-
description: 'Secondary color
|
|
17160
|
+
description: 'Secondary color used in the Instant Key UI.',
|
|
17159
17161
|
type: 'string',
|
|
17160
17162
|
},
|
|
17161
17163
|
},
|
|
@@ -20073,6 +20075,7 @@ export default {
|
|
|
20073
20075
|
'brivo_group',
|
|
20074
20076
|
'salto_space_group',
|
|
20075
20077
|
'dormakaba_community_access_group',
|
|
20078
|
+
'dormakaba_ambiance_access_group',
|
|
20076
20079
|
],
|
|
20077
20080
|
type: 'string',
|
|
20078
20081
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -20112,6 +20115,7 @@ export default {
|
|
|
20112
20115
|
'brivo_group',
|
|
20113
20116
|
'salto_space_group',
|
|
20114
20117
|
'dormakaba_community_access_group',
|
|
20118
|
+
'dormakaba_ambiance_access_group',
|
|
20115
20119
|
],
|
|
20116
20120
|
type: 'string',
|
|
20117
20121
|
},
|