@seamapi/types 1.74.0 → 1.76.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 +15 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +37 -19
- package/lib/seam/connect/openapi.d.ts +29 -15
- package/lib/seam/connect/openapi.js +13 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +13 -5
- package/src/lib/seam/connect/route-types.ts +8 -4
package/dist/connect.d.cts
CHANGED
|
@@ -6781,6 +6781,10 @@ declare const _default: {
|
|
|
6781
6781
|
pattern: string;
|
|
6782
6782
|
type: string;
|
|
6783
6783
|
};
|
|
6784
|
+
ends_at: {
|
|
6785
|
+
format: string;
|
|
6786
|
+
type: string;
|
|
6787
|
+
};
|
|
6784
6788
|
external_type: {
|
|
6785
6789
|
enum: string[];
|
|
6786
6790
|
type: string;
|
|
@@ -6791,6 +6795,10 @@ declare const _default: {
|
|
|
6791
6795
|
is_override_key: {
|
|
6792
6796
|
type: string;
|
|
6793
6797
|
};
|
|
6798
|
+
starts_at: {
|
|
6799
|
+
format: string;
|
|
6800
|
+
type: string;
|
|
6801
|
+
};
|
|
6794
6802
|
};
|
|
6795
6803
|
required: string[];
|
|
6796
6804
|
type: string;
|
|
@@ -12885,10 +12893,7 @@ declare const _default: {
|
|
|
12885
12893
|
format: string;
|
|
12886
12894
|
type: string;
|
|
12887
12895
|
};
|
|
12888
|
-
|
|
12889
|
-
type: string;
|
|
12890
|
-
};
|
|
12891
|
-
phone_metadata: {
|
|
12896
|
+
assa_abloy_metadata: {
|
|
12892
12897
|
default: {};
|
|
12893
12898
|
properties: {
|
|
12894
12899
|
application_version: {
|
|
@@ -12899,20 +12904,33 @@ declare const _default: {
|
|
|
12899
12904
|
default: boolean;
|
|
12900
12905
|
type: string;
|
|
12901
12906
|
};
|
|
12902
|
-
|
|
12903
|
-
default:
|
|
12907
|
+
hce_capability: {
|
|
12908
|
+
default: boolean;
|
|
12904
12909
|
type: string;
|
|
12905
12910
|
};
|
|
12906
|
-
|
|
12911
|
+
nfc_capability: {
|
|
12912
|
+
default: boolean;
|
|
12913
|
+
type: string;
|
|
12914
|
+
};
|
|
12915
|
+
seos_applet_version: {
|
|
12907
12916
|
default: string;
|
|
12908
12917
|
type: string;
|
|
12909
12918
|
};
|
|
12910
|
-
|
|
12911
|
-
|
|
12919
|
+
};
|
|
12920
|
+
type: string;
|
|
12921
|
+
};
|
|
12922
|
+
custom_sdk_installation_id: {
|
|
12923
|
+
type: string;
|
|
12924
|
+
};
|
|
12925
|
+
phone_metadata: {
|
|
12926
|
+
default: {};
|
|
12927
|
+
properties: {
|
|
12928
|
+
device_manufacturer: {
|
|
12929
|
+
default: string;
|
|
12912
12930
|
type: string;
|
|
12913
12931
|
};
|
|
12914
|
-
|
|
12915
|
-
default:
|
|
12932
|
+
device_model: {
|
|
12933
|
+
default: string;
|
|
12916
12934
|
type: string;
|
|
12917
12935
|
};
|
|
12918
12936
|
operating_system: {
|
|
@@ -12924,10 +12942,6 @@ declare const _default: {
|
|
|
12924
12942
|
default: string;
|
|
12925
12943
|
type: string;
|
|
12926
12944
|
};
|
|
12927
|
-
seos_applet_version: {
|
|
12928
|
-
default: string;
|
|
12929
|
-
type: string;
|
|
12930
|
-
};
|
|
12931
12945
|
};
|
|
12932
12946
|
type: string;
|
|
12933
12947
|
};
|
|
@@ -17204,6 +17218,8 @@ interface Routes {
|
|
|
17204
17218
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
17205
17219
|
card_format?: ('TLCode' | 'rfid48') | undefined;
|
|
17206
17220
|
is_override_key?: boolean | undefined;
|
|
17221
|
+
starts_at?: string | undefined;
|
|
17222
|
+
ends_at?: string | undefined;
|
|
17207
17223
|
};
|
|
17208
17224
|
formData: {};
|
|
17209
17225
|
jsonResponse: {
|
|
@@ -21939,15 +21955,17 @@ interface Routes {
|
|
|
21939
21955
|
custom_sdk_installation_id?: string | undefined;
|
|
21940
21956
|
user_identity_id: string;
|
|
21941
21957
|
phone_metadata?: {
|
|
21958
|
+
operating_system?: 'android' | 'ios';
|
|
21959
|
+
os_version?: string;
|
|
21960
|
+
device_manufacturer?: string;
|
|
21961
|
+
device_model?: string;
|
|
21962
|
+
};
|
|
21963
|
+
assa_abloy_metadata?: {
|
|
21942
21964
|
ble_capability?: boolean;
|
|
21943
21965
|
hce_capability?: boolean;
|
|
21944
21966
|
nfc_capability?: boolean;
|
|
21945
21967
|
application_version?: string;
|
|
21946
21968
|
seos_applet_version?: string;
|
|
21947
|
-
device_manufacturer?: string;
|
|
21948
|
-
device_model?: string;
|
|
21949
|
-
os_version?: string;
|
|
21950
|
-
operating_system?: 'android' | 'ios';
|
|
21951
21969
|
};
|
|
21952
21970
|
};
|
|
21953
21971
|
commonParams: {};
|
|
@@ -6707,6 +6707,10 @@ declare const _default: {
|
|
|
6707
6707
|
pattern: string;
|
|
6708
6708
|
type: string;
|
|
6709
6709
|
};
|
|
6710
|
+
ends_at: {
|
|
6711
|
+
format: string;
|
|
6712
|
+
type: string;
|
|
6713
|
+
};
|
|
6710
6714
|
external_type: {
|
|
6711
6715
|
enum: string[];
|
|
6712
6716
|
type: string;
|
|
@@ -6717,6 +6721,10 @@ declare const _default: {
|
|
|
6717
6721
|
is_override_key: {
|
|
6718
6722
|
type: string;
|
|
6719
6723
|
};
|
|
6724
|
+
starts_at: {
|
|
6725
|
+
format: string;
|
|
6726
|
+
type: string;
|
|
6727
|
+
};
|
|
6720
6728
|
};
|
|
6721
6729
|
required: string[];
|
|
6722
6730
|
type: string;
|
|
@@ -12811,10 +12819,7 @@ declare const _default: {
|
|
|
12811
12819
|
format: string;
|
|
12812
12820
|
type: string;
|
|
12813
12821
|
};
|
|
12814
|
-
|
|
12815
|
-
type: string;
|
|
12816
|
-
};
|
|
12817
|
-
phone_metadata: {
|
|
12822
|
+
assa_abloy_metadata: {
|
|
12818
12823
|
default: {};
|
|
12819
12824
|
properties: {
|
|
12820
12825
|
application_version: {
|
|
@@ -12825,20 +12830,33 @@ declare const _default: {
|
|
|
12825
12830
|
default: boolean;
|
|
12826
12831
|
type: string;
|
|
12827
12832
|
};
|
|
12828
|
-
|
|
12829
|
-
default:
|
|
12833
|
+
hce_capability: {
|
|
12834
|
+
default: boolean;
|
|
12830
12835
|
type: string;
|
|
12831
12836
|
};
|
|
12832
|
-
|
|
12837
|
+
nfc_capability: {
|
|
12838
|
+
default: boolean;
|
|
12839
|
+
type: string;
|
|
12840
|
+
};
|
|
12841
|
+
seos_applet_version: {
|
|
12833
12842
|
default: string;
|
|
12834
12843
|
type: string;
|
|
12835
12844
|
};
|
|
12836
|
-
|
|
12837
|
-
|
|
12845
|
+
};
|
|
12846
|
+
type: string;
|
|
12847
|
+
};
|
|
12848
|
+
custom_sdk_installation_id: {
|
|
12849
|
+
type: string;
|
|
12850
|
+
};
|
|
12851
|
+
phone_metadata: {
|
|
12852
|
+
default: {};
|
|
12853
|
+
properties: {
|
|
12854
|
+
device_manufacturer: {
|
|
12855
|
+
default: string;
|
|
12838
12856
|
type: string;
|
|
12839
12857
|
};
|
|
12840
|
-
|
|
12841
|
-
default:
|
|
12858
|
+
device_model: {
|
|
12859
|
+
default: string;
|
|
12842
12860
|
type: string;
|
|
12843
12861
|
};
|
|
12844
12862
|
operating_system: {
|
|
@@ -12850,10 +12868,6 @@ declare const _default: {
|
|
|
12850
12868
|
default: string;
|
|
12851
12869
|
type: string;
|
|
12852
12870
|
};
|
|
12853
|
-
seos_applet_version: {
|
|
12854
|
-
default: string;
|
|
12855
|
-
type: string;
|
|
12856
|
-
};
|
|
12857
12871
|
};
|
|
12858
12872
|
type: string;
|
|
12859
12873
|
};
|
|
@@ -5087,6 +5087,7 @@ export default {
|
|
|
5087
5087
|
},
|
|
5088
5088
|
card_format: { enum: ['TLCode', 'rfid48'], type: 'string' },
|
|
5089
5089
|
code: { pattern: '^\\d+$', type: 'string' },
|
|
5090
|
+
ends_at: { format: 'date-time', type: 'string' },
|
|
5090
5091
|
external_type: {
|
|
5091
5092
|
enum: [
|
|
5092
5093
|
'pti_card',
|
|
@@ -5098,6 +5099,7 @@ export default {
|
|
|
5098
5099
|
},
|
|
5099
5100
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
5100
5101
|
is_override_key: { type: 'boolean' },
|
|
5102
|
+
starts_at: { format: 'date-time', type: 'string' },
|
|
5101
5103
|
},
|
|
5102
5104
|
required: ['acs_user_id', 'access_method'],
|
|
5103
5105
|
type: 'object',
|
|
@@ -9723,12 +9725,21 @@ export default {
|
|
|
9723
9725
|
format: 'uuid',
|
|
9724
9726
|
type: 'string',
|
|
9725
9727
|
},
|
|
9726
|
-
|
|
9727
|
-
phone_metadata: {
|
|
9728
|
+
assa_abloy_metadata: {
|
|
9728
9729
|
default: {},
|
|
9729
9730
|
properties: {
|
|
9730
9731
|
application_version: { default: '1.0.0', type: 'string' },
|
|
9731
9732
|
ble_capability: { default: true, type: 'boolean' },
|
|
9733
|
+
hce_capability: { default: false, type: 'boolean' },
|
|
9734
|
+
nfc_capability: { default: false, type: 'boolean' },
|
|
9735
|
+
seos_applet_version: { default: '1.0.0', type: 'string' },
|
|
9736
|
+
},
|
|
9737
|
+
type: 'object',
|
|
9738
|
+
},
|
|
9739
|
+
custom_sdk_installation_id: { type: 'string' },
|
|
9740
|
+
phone_metadata: {
|
|
9741
|
+
default: {},
|
|
9742
|
+
properties: {
|
|
9732
9743
|
device_manufacturer: {
|
|
9733
9744
|
default: 'Samsung',
|
|
9734
9745
|
type: 'string',
|
|
@@ -9737,15 +9748,12 @@ export default {
|
|
|
9737
9748
|
default: 'Samsung Galaxy S10',
|
|
9738
9749
|
type: 'string',
|
|
9739
9750
|
},
|
|
9740
|
-
hce_capability: { default: false, type: 'boolean' },
|
|
9741
|
-
nfc_capability: { default: false, type: 'boolean' },
|
|
9742
9751
|
operating_system: {
|
|
9743
9752
|
default: 'android',
|
|
9744
9753
|
enum: ['android', 'ios'],
|
|
9745
9754
|
type: 'string',
|
|
9746
9755
|
},
|
|
9747
9756
|
os_version: { default: '10', type: 'string' },
|
|
9748
|
-
seos_applet_version: { default: '1.0.0', type: 'string' },
|
|
9749
9757
|
},
|
|
9750
9758
|
type: 'object',
|
|
9751
9759
|
},
|