@catandbox/schrodinger-contracts 0.1.32 → 0.1.34

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.
@@ -8,6 +8,8 @@ export interface SupportClientOptions {
8
8
  fetchImpl?: typeof fetch;
9
9
  headers?: Record<string, string>;
10
10
  getHeaders?: ClientHeadersProvider;
11
+ /** BCP 47 locale tag (e.g. "en", "fr", "de"). Defaults to the browser locale. */
12
+ locale?: string;
11
13
  }
12
14
  export interface ListTicketsParams {
13
15
  status?: TicketStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catandbox/schrodinger-contracts",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",