@seamapi/types 1.75.0 → 1.76.1
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 +19 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +37 -24
- package/lib/seam/connect/openapi.d.ts +25 -15
- package/lib/seam/connect/openapi.js +18 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -9
- package/lib/seam/connect/unstable/models/acs/user.d.ts +4 -4
- package/lib/seam/connect/unstable/models/acs/user.js +1 -1
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +18 -6
- package/src/lib/seam/connect/route-types.ts +37 -9
- package/src/lib/seam/connect/unstable/models/acs/user.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -7844,6 +7844,10 @@ declare const _default: {
|
|
|
7844
7844
|
'application/json': {
|
|
7845
7845
|
schema: {
|
|
7846
7846
|
properties: {
|
|
7847
|
+
acs_credential_id: {
|
|
7848
|
+
format: string;
|
|
7849
|
+
type: string;
|
|
7850
|
+
};
|
|
7847
7851
|
acs_system_id: {
|
|
7848
7852
|
format: string;
|
|
7849
7853
|
type: string;
|
|
@@ -12893,10 +12897,7 @@ declare const _default: {
|
|
|
12893
12897
|
format: string;
|
|
12894
12898
|
type: string;
|
|
12895
12899
|
};
|
|
12896
|
-
|
|
12897
|
-
type: string;
|
|
12898
|
-
};
|
|
12899
|
-
phone_metadata: {
|
|
12900
|
+
assa_abloy_metadata: {
|
|
12900
12901
|
default: {};
|
|
12901
12902
|
properties: {
|
|
12902
12903
|
application_version: {
|
|
@@ -12907,20 +12908,33 @@ declare const _default: {
|
|
|
12907
12908
|
default: boolean;
|
|
12908
12909
|
type: string;
|
|
12909
12910
|
};
|
|
12910
|
-
|
|
12911
|
-
default:
|
|
12911
|
+
hce_capability: {
|
|
12912
|
+
default: boolean;
|
|
12912
12913
|
type: string;
|
|
12913
12914
|
};
|
|
12914
|
-
|
|
12915
|
+
nfc_capability: {
|
|
12916
|
+
default: boolean;
|
|
12917
|
+
type: string;
|
|
12918
|
+
};
|
|
12919
|
+
seos_applet_version: {
|
|
12915
12920
|
default: string;
|
|
12916
12921
|
type: string;
|
|
12917
12922
|
};
|
|
12918
|
-
|
|
12919
|
-
|
|
12923
|
+
};
|
|
12924
|
+
type: string;
|
|
12925
|
+
};
|
|
12926
|
+
custom_sdk_installation_id: {
|
|
12927
|
+
type: string;
|
|
12928
|
+
};
|
|
12929
|
+
phone_metadata: {
|
|
12930
|
+
default: {};
|
|
12931
|
+
properties: {
|
|
12932
|
+
device_manufacturer: {
|
|
12933
|
+
default: string;
|
|
12920
12934
|
type: string;
|
|
12921
12935
|
};
|
|
12922
|
-
|
|
12923
|
-
default:
|
|
12936
|
+
device_model: {
|
|
12937
|
+
default: string;
|
|
12924
12938
|
type: string;
|
|
12925
12939
|
};
|
|
12926
12940
|
operating_system: {
|
|
@@ -12932,10 +12946,6 @@ declare const _default: {
|
|
|
12932
12946
|
default: string;
|
|
12933
12947
|
type: string;
|
|
12934
12948
|
};
|
|
12935
|
-
seos_applet_version: {
|
|
12936
|
-
default: string;
|
|
12937
|
-
type: string;
|
|
12938
|
-
};
|
|
12939
12949
|
};
|
|
12940
12950
|
type: string;
|
|
12941
12951
|
};
|
|
@@ -17101,7 +17111,7 @@ interface Routes {
|
|
|
17101
17111
|
workspace_id: string;
|
|
17102
17112
|
created_at: string;
|
|
17103
17113
|
display_name: string;
|
|
17104
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
17114
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
17105
17115
|
external_type_display_name?: string | undefined;
|
|
17106
17116
|
is_suspended: boolean;
|
|
17107
17117
|
access_schedule?: {
|
|
@@ -17387,6 +17397,7 @@ interface Routes {
|
|
|
17387
17397
|
jsonBody: {};
|
|
17388
17398
|
commonParams: {
|
|
17389
17399
|
acs_system_id?: string | undefined;
|
|
17400
|
+
acs_credential_id?: string | undefined;
|
|
17390
17401
|
};
|
|
17391
17402
|
formData: {};
|
|
17392
17403
|
jsonResponse: {
|
|
@@ -17488,7 +17499,7 @@ interface Routes {
|
|
|
17488
17499
|
workspace_id: string;
|
|
17489
17500
|
created_at: string;
|
|
17490
17501
|
display_name: string;
|
|
17491
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
17502
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
17492
17503
|
external_type_display_name?: string | undefined;
|
|
17493
17504
|
is_suspended: boolean;
|
|
17494
17505
|
access_schedule?: {
|
|
@@ -17531,7 +17542,7 @@ interface Routes {
|
|
|
17531
17542
|
workspace_id: string;
|
|
17532
17543
|
created_at: string;
|
|
17533
17544
|
display_name: string;
|
|
17534
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
17545
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
17535
17546
|
external_type_display_name?: string | undefined;
|
|
17536
17547
|
is_suspended: boolean;
|
|
17537
17548
|
access_schedule?: {
|
|
@@ -17563,7 +17574,7 @@ interface Routes {
|
|
|
17563
17574
|
workspace_id: string;
|
|
17564
17575
|
created_at: string;
|
|
17565
17576
|
display_name: string;
|
|
17566
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
17577
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
17567
17578
|
external_type_display_name?: string | undefined;
|
|
17568
17579
|
is_suspended: boolean;
|
|
17569
17580
|
access_schedule?: {
|
|
@@ -21949,15 +21960,17 @@ interface Routes {
|
|
|
21949
21960
|
custom_sdk_installation_id?: string | undefined;
|
|
21950
21961
|
user_identity_id: string;
|
|
21951
21962
|
phone_metadata?: {
|
|
21963
|
+
operating_system?: 'android' | 'ios';
|
|
21964
|
+
os_version?: string;
|
|
21965
|
+
device_manufacturer?: string;
|
|
21966
|
+
device_model?: string;
|
|
21967
|
+
};
|
|
21968
|
+
assa_abloy_metadata?: {
|
|
21952
21969
|
ble_capability?: boolean;
|
|
21953
21970
|
hce_capability?: boolean;
|
|
21954
21971
|
nfc_capability?: boolean;
|
|
21955
21972
|
application_version?: string;
|
|
21956
21973
|
seos_applet_version?: string;
|
|
21957
|
-
device_manufacturer?: string;
|
|
21958
|
-
device_model?: string;
|
|
21959
|
-
os_version?: string;
|
|
21960
|
-
operating_system?: 'android' | 'ios';
|
|
21961
21974
|
};
|
|
21962
21975
|
};
|
|
21963
21976
|
commonParams: {};
|
|
@@ -24240,7 +24253,7 @@ interface Routes {
|
|
|
24240
24253
|
workspace_id: string;
|
|
24241
24254
|
created_at: string;
|
|
24242
24255
|
display_name: string;
|
|
24243
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
24256
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
24244
24257
|
external_type_display_name?: string | undefined;
|
|
24245
24258
|
is_suspended: boolean;
|
|
24246
24259
|
access_schedule?: {
|
|
@@ -7770,6 +7770,10 @@ declare const _default: {
|
|
|
7770
7770
|
'application/json': {
|
|
7771
7771
|
schema: {
|
|
7772
7772
|
properties: {
|
|
7773
|
+
acs_credential_id: {
|
|
7774
|
+
format: string;
|
|
7775
|
+
type: string;
|
|
7776
|
+
};
|
|
7773
7777
|
acs_system_id: {
|
|
7774
7778
|
format: string;
|
|
7775
7779
|
type: string;
|
|
@@ -12819,10 +12823,7 @@ declare const _default: {
|
|
|
12819
12823
|
format: string;
|
|
12820
12824
|
type: string;
|
|
12821
12825
|
};
|
|
12822
|
-
|
|
12823
|
-
type: string;
|
|
12824
|
-
};
|
|
12825
|
-
phone_metadata: {
|
|
12826
|
+
assa_abloy_metadata: {
|
|
12826
12827
|
default: {};
|
|
12827
12828
|
properties: {
|
|
12828
12829
|
application_version: {
|
|
@@ -12833,20 +12834,33 @@ declare const _default: {
|
|
|
12833
12834
|
default: boolean;
|
|
12834
12835
|
type: string;
|
|
12835
12836
|
};
|
|
12836
|
-
|
|
12837
|
-
default:
|
|
12837
|
+
hce_capability: {
|
|
12838
|
+
default: boolean;
|
|
12838
12839
|
type: string;
|
|
12839
12840
|
};
|
|
12840
|
-
|
|
12841
|
+
nfc_capability: {
|
|
12842
|
+
default: boolean;
|
|
12843
|
+
type: string;
|
|
12844
|
+
};
|
|
12845
|
+
seos_applet_version: {
|
|
12841
12846
|
default: string;
|
|
12842
12847
|
type: string;
|
|
12843
12848
|
};
|
|
12844
|
-
|
|
12845
|
-
|
|
12849
|
+
};
|
|
12850
|
+
type: string;
|
|
12851
|
+
};
|
|
12852
|
+
custom_sdk_installation_id: {
|
|
12853
|
+
type: string;
|
|
12854
|
+
};
|
|
12855
|
+
phone_metadata: {
|
|
12856
|
+
default: {};
|
|
12857
|
+
properties: {
|
|
12858
|
+
device_manufacturer: {
|
|
12859
|
+
default: string;
|
|
12846
12860
|
type: string;
|
|
12847
12861
|
};
|
|
12848
|
-
|
|
12849
|
-
default:
|
|
12862
|
+
device_model: {
|
|
12863
|
+
default: string;
|
|
12850
12864
|
type: string;
|
|
12851
12865
|
};
|
|
12852
12866
|
operating_system: {
|
|
@@ -12858,10 +12872,6 @@ declare const _default: {
|
|
|
12858
12872
|
default: string;
|
|
12859
12873
|
type: string;
|
|
12860
12874
|
};
|
|
12861
|
-
seos_applet_version: {
|
|
12862
|
-
default: string;
|
|
12863
|
-
type: string;
|
|
12864
|
-
};
|
|
12865
12875
|
};
|
|
12866
12876
|
type: string;
|
|
12867
12877
|
};
|
|
@@ -237,7 +237,12 @@ export default {
|
|
|
237
237
|
},
|
|
238
238
|
email_address: { format: 'email', type: 'string' },
|
|
239
239
|
external_type: {
|
|
240
|
-
enum: [
|
|
240
|
+
enum: [
|
|
241
|
+
'pti_user',
|
|
242
|
+
'brivo_user',
|
|
243
|
+
'hid_credential_manager_user',
|
|
244
|
+
'salto_site_user',
|
|
245
|
+
],
|
|
241
246
|
type: 'string',
|
|
242
247
|
},
|
|
243
248
|
external_type_display_name: { type: 'string' },
|
|
@@ -5850,6 +5855,7 @@ export default {
|
|
|
5850
5855
|
'application/json': {
|
|
5851
5856
|
schema: {
|
|
5852
5857
|
properties: {
|
|
5858
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
5853
5859
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
5854
5860
|
},
|
|
5855
5861
|
type: 'object',
|
|
@@ -9725,12 +9731,21 @@ export default {
|
|
|
9725
9731
|
format: 'uuid',
|
|
9726
9732
|
type: 'string',
|
|
9727
9733
|
},
|
|
9728
|
-
|
|
9729
|
-
phone_metadata: {
|
|
9734
|
+
assa_abloy_metadata: {
|
|
9730
9735
|
default: {},
|
|
9731
9736
|
properties: {
|
|
9732
9737
|
application_version: { default: '1.0.0', type: 'string' },
|
|
9733
9738
|
ble_capability: { default: true, type: 'boolean' },
|
|
9739
|
+
hce_capability: { default: false, type: 'boolean' },
|
|
9740
|
+
nfc_capability: { default: false, type: 'boolean' },
|
|
9741
|
+
seos_applet_version: { default: '1.0.0', type: 'string' },
|
|
9742
|
+
},
|
|
9743
|
+
type: 'object',
|
|
9744
|
+
},
|
|
9745
|
+
custom_sdk_installation_id: { type: 'string' },
|
|
9746
|
+
phone_metadata: {
|
|
9747
|
+
default: {},
|
|
9748
|
+
properties: {
|
|
9734
9749
|
device_manufacturer: {
|
|
9735
9750
|
default: 'Samsung',
|
|
9736
9751
|
type: 'string',
|
|
@@ -9739,15 +9754,12 @@ export default {
|
|
|
9739
9754
|
default: 'Samsung Galaxy S10',
|
|
9740
9755
|
type: 'string',
|
|
9741
9756
|
},
|
|
9742
|
-
hce_capability: { default: false, type: 'boolean' },
|
|
9743
|
-
nfc_capability: { default: false, type: 'boolean' },
|
|
9744
9757
|
operating_system: {
|
|
9745
9758
|
default: 'android',
|
|
9746
9759
|
enum: ['android', 'ios'],
|
|
9747
9760
|
type: 'string',
|
|
9748
9761
|
},
|
|
9749
9762
|
os_version: { default: '10', type: 'string' },
|
|
9750
|
-
seos_applet_version: { default: '1.0.0', type: 'string' },
|
|
9751
9763
|
},
|
|
9752
9764
|
type: 'object',
|
|
9753
9765
|
},
|