@polar-sh/sdk 0.29.2 → 0.29.3

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/README.md CHANGED
@@ -188,6 +188,7 @@ async function run() {
188
188
  metadata: {
189
189
  "key": "<value>",
190
190
  },
191
+ customerExternalId: "<id>",
191
192
  products: [
192
193
  {
193
194
  createdAt: new Date("2024-05-27T05:08:06.235Z"),
package/bin/mcp-server.js CHANGED
@@ -4018,9 +4018,9 @@ var init_config = __esm(() => {
4018
4018
  SDK_METADATA = {
4019
4019
  language: "typescript",
4020
4020
  openapiDocVersion: "0.1.0",
4021
- sdkVersion: "0.29.2",
4022
- genVersion: "2.539.1",
4023
- userAgent: "speakeasy-sdk/typescript 0.29.2 2.539.1 0.1.0 @polar-sh/sdk"
4021
+ sdkVersion: "0.29.3",
4022
+ genVersion: "2.541.0",
4023
+ userAgent: "speakeasy-sdk/typescript 0.29.3 2.541.0 0.1.0 @polar-sh/sdk"
4024
4024
  };
4025
4025
  });
4026
4026
 
@@ -44054,7 +44054,7 @@ Update a subscription.
44054
44054
  function createMCPServer(deps) {
44055
44055
  const server = new McpServer({
44056
44056
  name: "Polar",
44057
- version: "0.29.2"
44057
+ version: "0.29.3"
44058
44058
  });
44059
44059
  const client = new PolarCore({
44060
44060
  accessToken: deps.accessToken,
@@ -45311,7 +45311,7 @@ var routes = rn({
45311
45311
  var app = Ve(routes, {
45312
45312
  name: "mcp",
45313
45313
  versionInfo: {
45314
- currentVersion: "0.29.2"
45314
+ currentVersion: "0.29.3"
45315
45315
  }
45316
45316
  });
45317
45317
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -45319,5 +45319,5 @@ export {
45319
45319
  app
45320
45320
  };
45321
45321
 
45322
- //# debugId=7B014326B1A40CE864756E2164756E21
45322
+ //# debugId=584FEF77D9B674D064756E2164756E21
45323
45323
  //# sourceMappingURL=mcp-server.js.map