@seamapi/types 1.212.0 → 1.212.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -0
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
package/dist/connect.d.cts
CHANGED
|
@@ -16908,6 +16908,7 @@ declare const _default: {
|
|
|
16908
16908
|
'x-fern-sdk-group-name': string[];
|
|
16909
16909
|
'x-fern-sdk-method-name': string;
|
|
16910
16910
|
'x-fern-sdk-return-value': string;
|
|
16911
|
+
'x-response-key': string;
|
|
16911
16912
|
'x-title': string;
|
|
16912
16913
|
};
|
|
16913
16914
|
};
|