@seamapi/types 1.174.0 → 1.174.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 +1 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -5
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +1 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -8
- package/src/lib/seam/connect/route-types.ts +0 -1
package/dist/connect.d.cts
CHANGED
|
@@ -13241,10 +13241,6 @@ declare const _default: {
|
|
|
13241
13241
|
};
|
|
13242
13242
|
type: string;
|
|
13243
13243
|
};
|
|
13244
|
-
credential_manager_acs_system_id: {
|
|
13245
|
-
format: string;
|
|
13246
|
-
type: string;
|
|
13247
|
-
};
|
|
13248
13244
|
custom_sdk_installation_id: {
|
|
13249
13245
|
type: string;
|
|
13250
13246
|
};
|
|
@@ -23134,7 +23130,6 @@ interface Routes {
|
|
|
23134
23130
|
device_manufacturer?: string;
|
|
23135
23131
|
device_model?: string;
|
|
23136
23132
|
};
|
|
23137
|
-
credential_manager_acs_system_id: string;
|
|
23138
23133
|
assa_abloy_metadata?: {
|
|
23139
23134
|
ble_capability?: boolean;
|
|
23140
23135
|
hce_capability?: boolean;
|
|
@@ -11961,10 +11961,6 @@ declare const _default: {
|
|
|
11961
11961
|
};
|
|
11962
11962
|
type: string;
|
|
11963
11963
|
};
|
|
11964
|
-
credential_manager_acs_system_id: {
|
|
11965
|
-
format: string;
|
|
11966
|
-
type: string;
|
|
11967
|
-
};
|
|
11968
11964
|
custom_sdk_installation_id: {
|
|
11969
11965
|
type: string;
|
|
11970
11966
|
};
|
|
@@ -9067,10 +9067,6 @@ export default {
|
|
|
9067
9067
|
},
|
|
9068
9068
|
type: 'object',
|
|
9069
9069
|
},
|
|
9070
|
-
credential_manager_acs_system_id: {
|
|
9071
|
-
format: 'uuid',
|
|
9072
|
-
type: 'string',
|
|
9073
|
-
},
|
|
9074
9070
|
custom_sdk_installation_id: { type: 'string' },
|
|
9075
9071
|
phone_metadata: {
|
|
9076
9072
|
default: {},
|
|
@@ -9094,10 +9090,7 @@ export default {
|
|
|
9094
9090
|
},
|
|
9095
9091
|
user_identity_id: { format: 'uuid', type: 'string' },
|
|
9096
9092
|
},
|
|
9097
|
-
required: [
|
|
9098
|
-
'user_identity_id',
|
|
9099
|
-
'credential_manager_acs_system_id',
|
|
9100
|
-
],
|
|
9093
|
+
required: ['user_identity_id'],
|
|
9101
9094
|
type: 'object',
|
|
9102
9095
|
},
|
|
9103
9096
|
},
|