@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.
@@ -5565,6 +5565,7 @@ export interface Routes {
5565
5565
  nfc_capability?: boolean;
5566
5566
  application_version?: string;
5567
5567
  seos_applet_version?: string;
5568
+ seos_tsm_endpoint_id?: number;
5568
5569
  };
5569
5570
  };
5570
5571
  commonParams: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.76.1",
3
+ "version": "1.77.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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
  },
@@ -7659,6 +7659,7 @@ export interface Routes {
7659
7659
  nfc_capability?: boolean
7660
7660
  application_version?: string
7661
7661
  seos_applet_version?: string
7662
+ seos_tsm_endpoint_id?: number
7662
7663
  }
7663
7664
  }
7664
7665
  commonParams: {}