@seamapi/types 1.76.1 → 1.77.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 +2 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +5 -0
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
package/package.json
CHANGED
|
@@ -9828,6 +9828,7 @@ export default {
|
|
|
9828
9828
|
hce_capability: { default: false, type: 'boolean' },
|
|
9829
9829
|
nfc_capability: { default: false, type: 'boolean' },
|
|
9830
9830
|
seos_applet_version: { default: '1.0.0', type: 'string' },
|
|
9831
|
+
seos_tsm_endpoint_id: { default: 1, type: 'number' },
|
|
9831
9832
|
},
|
|
9832
9833
|
type: 'object',
|
|
9833
9834
|
},
|