@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/dist/connect.d.cts
CHANGED
|
@@ -12920,6 +12920,10 @@ declare const _default: {
|
|
|
12920
12920
|
default: string;
|
|
12921
12921
|
type: string;
|
|
12922
12922
|
};
|
|
12923
|
+
seos_tsm_endpoint_id: {
|
|
12924
|
+
default: number;
|
|
12925
|
+
type: string;
|
|
12926
|
+
};
|
|
12923
12927
|
};
|
|
12924
12928
|
type: string;
|
|
12925
12929
|
};
|
|
@@ -21971,6 +21975,7 @@ interface Routes {
|
|
|
21971
21975
|
nfc_capability?: boolean;
|
|
21972
21976
|
application_version?: string;
|
|
21973
21977
|
seos_applet_version?: string;
|
|
21978
|
+
seos_tsm_endpoint_id?: number;
|
|
21974
21979
|
};
|
|
21975
21980
|
};
|
|
21976
21981
|
commonParams: {};
|
|
@@ -12846,6 +12846,10 @@ declare const _default: {
|
|
|
12846
12846
|
default: string;
|
|
12847
12847
|
type: string;
|
|
12848
12848
|
};
|
|
12849
|
+
seos_tsm_endpoint_id: {
|
|
12850
|
+
default: number;
|
|
12851
|
+
type: string;
|
|
12852
|
+
};
|
|
12849
12853
|
};
|
|
12850
12854
|
type: string;
|
|
12851
12855
|
};
|
|
@@ -9739,6 +9739,7 @@ export default {
|
|
|
9739
9739
|
hce_capability: { default: false, type: 'boolean' },
|
|
9740
9740
|
nfc_capability: { default: false, type: 'boolean' },
|
|
9741
9741
|
seos_applet_version: { default: '1.0.0', type: 'string' },
|
|
9742
|
+
seos_tsm_endpoint_id: { default: 1, type: 'number' },
|
|
9742
9743
|
},
|
|
9743
9744
|
type: 'object',
|
|
9744
9745
|
},
|