@seamapi/types 1.105.0 → 1.106.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 +33 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +15 -0
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +33 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -0
- package/lib/seam/connect/unstable/models/acs/entrance.d.ts +5 -0
- package/lib/seam/connect/unstable/models/acs/entrance.js +7 -0
- package/lib/seam/connect/unstable/models/acs/entrance.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +33 -3
- package/src/lib/seam/connect/route-types.ts +18 -0
- package/src/lib/seam/connect/unstable/models/acs/entrance.ts +7 -0
package/dist/connect.d.cts
CHANGED
|
@@ -6813,6 +6813,10 @@ declare const _default: {
|
|
|
6813
6813
|
visionline_metadata: {
|
|
6814
6814
|
nullable: boolean;
|
|
6815
6815
|
properties: {
|
|
6816
|
+
door_category: {
|
|
6817
|
+
enum: string[];
|
|
6818
|
+
type: string;
|
|
6819
|
+
};
|
|
6816
6820
|
door_name: {
|
|
6817
6821
|
type: string;
|
|
6818
6822
|
};
|
|
@@ -7008,6 +7012,10 @@ declare const _default: {
|
|
|
7008
7012
|
visionline_metadata: {
|
|
7009
7013
|
nullable: boolean;
|
|
7010
7014
|
properties: {
|
|
7015
|
+
door_category: {
|
|
7016
|
+
enum: string[];
|
|
7017
|
+
type: string;
|
|
7018
|
+
};
|
|
7011
7019
|
door_name: {
|
|
7012
7020
|
type: string;
|
|
7013
7021
|
};
|
|
@@ -7859,6 +7867,10 @@ declare const _default: {
|
|
|
7859
7867
|
visionline_metadata: {
|
|
7860
7868
|
nullable: boolean;
|
|
7861
7869
|
properties: {
|
|
7870
|
+
door_category: {
|
|
7871
|
+
enum: string[];
|
|
7872
|
+
type: string;
|
|
7873
|
+
};
|
|
7862
7874
|
door_name: {
|
|
7863
7875
|
type: string;
|
|
7864
7876
|
};
|
|
@@ -17485,6 +17497,7 @@ interface Routes {
|
|
|
17485
17497
|
created_at: string;
|
|
17486
17498
|
visionline_metadata: {
|
|
17487
17499
|
door_name: string;
|
|
17500
|
+
door_category: 'entrance' | 'guest' | 'elevator reader' | 'common' | 'common (PMS)';
|
|
17488
17501
|
profiles?: Array<{
|
|
17489
17502
|
visionline_door_profile_id: string;
|
|
17490
17503
|
visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
|
|
@@ -17523,6 +17536,7 @@ interface Routes {
|
|
|
17523
17536
|
created_at: string;
|
|
17524
17537
|
visionline_metadata: {
|
|
17525
17538
|
door_name: string;
|
|
17539
|
+
door_category: 'entrance' | 'guest' | 'elevator reader' | 'common' | 'common (PMS)';
|
|
17526
17540
|
profiles?: Array<{
|
|
17527
17541
|
visionline_door_profile_id: string;
|
|
17528
17542
|
visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
|
|
@@ -17775,6 +17789,7 @@ interface Routes {
|
|
|
17775
17789
|
created_at: string;
|
|
17776
17790
|
visionline_metadata: {
|
|
17777
17791
|
door_name: string;
|
|
17792
|
+
door_category: 'entrance' | 'guest' | 'elevator reader' | 'common' | 'common (PMS)';
|
|
17778
17793
|
profiles?: Array<{
|
|
17779
17794
|
visionline_door_profile_id: string;
|
|
17780
17795
|
visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
|
|
@@ -6739,6 +6739,10 @@ declare const _default: {
|
|
|
6739
6739
|
visionline_metadata: {
|
|
6740
6740
|
nullable: boolean;
|
|
6741
6741
|
properties: {
|
|
6742
|
+
door_category: {
|
|
6743
|
+
enum: string[];
|
|
6744
|
+
type: string;
|
|
6745
|
+
};
|
|
6742
6746
|
door_name: {
|
|
6743
6747
|
type: string;
|
|
6744
6748
|
};
|
|
@@ -6934,6 +6938,10 @@ declare const _default: {
|
|
|
6934
6938
|
visionline_metadata: {
|
|
6935
6939
|
nullable: boolean;
|
|
6936
6940
|
properties: {
|
|
6941
|
+
door_category: {
|
|
6942
|
+
enum: string[];
|
|
6943
|
+
type: string;
|
|
6944
|
+
};
|
|
6937
6945
|
door_name: {
|
|
6938
6946
|
type: string;
|
|
6939
6947
|
};
|
|
@@ -7785,6 +7793,10 @@ declare const _default: {
|
|
|
7785
7793
|
visionline_metadata: {
|
|
7786
7794
|
nullable: boolean;
|
|
7787
7795
|
properties: {
|
|
7796
|
+
door_category: {
|
|
7797
|
+
enum: string[];
|
|
7798
|
+
type: string;
|
|
7799
|
+
};
|
|
7788
7800
|
door_name: {
|
|
7789
7801
|
type: string;
|
|
7790
7802
|
};
|
|
@@ -4875,6 +4875,16 @@ export default {
|
|
|
4875
4875
|
visionline_metadata: {
|
|
4876
4876
|
nullable: true,
|
|
4877
4877
|
properties: {
|
|
4878
|
+
door_category: {
|
|
4879
|
+
enum: [
|
|
4880
|
+
'entrance',
|
|
4881
|
+
'guest',
|
|
4882
|
+
'elevator reader',
|
|
4883
|
+
'common',
|
|
4884
|
+
'common (PMS)',
|
|
4885
|
+
],
|
|
4886
|
+
type: 'string',
|
|
4887
|
+
},
|
|
4878
4888
|
door_name: { type: 'string' },
|
|
4879
4889
|
profiles: {
|
|
4880
4890
|
items: {
|
|
@@ -4896,7 +4906,7 @@ export default {
|
|
|
4896
4906
|
type: 'array',
|
|
4897
4907
|
},
|
|
4898
4908
|
},
|
|
4899
|
-
required: ['door_name'],
|
|
4909
|
+
required: ['door_name', 'door_category'],
|
|
4900
4910
|
type: 'object',
|
|
4901
4911
|
},
|
|
4902
4912
|
},
|
|
@@ -5010,6 +5020,16 @@ export default {
|
|
|
5010
5020
|
visionline_metadata: {
|
|
5011
5021
|
nullable: true,
|
|
5012
5022
|
properties: {
|
|
5023
|
+
door_category: {
|
|
5024
|
+
enum: [
|
|
5025
|
+
'entrance',
|
|
5026
|
+
'guest',
|
|
5027
|
+
'elevator reader',
|
|
5028
|
+
'common',
|
|
5029
|
+
'common (PMS)',
|
|
5030
|
+
],
|
|
5031
|
+
type: 'string',
|
|
5032
|
+
},
|
|
5013
5033
|
door_name: { type: 'string' },
|
|
5014
5034
|
profiles: {
|
|
5015
5035
|
items: {
|
|
@@ -5031,7 +5051,7 @@ export default {
|
|
|
5031
5051
|
type: 'array',
|
|
5032
5052
|
},
|
|
5033
5053
|
},
|
|
5034
|
-
required: ['door_name'],
|
|
5054
|
+
required: ['door_name', 'door_category'],
|
|
5035
5055
|
type: 'object',
|
|
5036
5056
|
},
|
|
5037
5057
|
},
|
|
@@ -5584,6 +5604,16 @@ export default {
|
|
|
5584
5604
|
visionline_metadata: {
|
|
5585
5605
|
nullable: true,
|
|
5586
5606
|
properties: {
|
|
5607
|
+
door_category: {
|
|
5608
|
+
enum: [
|
|
5609
|
+
'entrance',
|
|
5610
|
+
'guest',
|
|
5611
|
+
'elevator reader',
|
|
5612
|
+
'common',
|
|
5613
|
+
'common (PMS)',
|
|
5614
|
+
],
|
|
5615
|
+
type: 'string',
|
|
5616
|
+
},
|
|
5587
5617
|
door_name: { type: 'string' },
|
|
5588
5618
|
profiles: {
|
|
5589
5619
|
items: {
|
|
@@ -5605,7 +5635,7 @@ export default {
|
|
|
5605
5635
|
type: 'array',
|
|
5606
5636
|
},
|
|
5607
5637
|
},
|
|
5608
|
-
required: ['door_name'],
|
|
5638
|
+
required: ['door_name', 'door_category'],
|
|
5609
5639
|
type: 'object',
|
|
5610
5640
|
},
|
|
5611
5641
|
},
|