@markupai/api 0.2.0 → 0.3.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.
@@ -48,8 +48,8 @@ class MarkupAIClient {
48
48
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "@markupai/api",
51
- "X-Fern-SDK-Version": "0.2.0",
52
- "User-Agent": "@markupai/api/0.2.0",
51
+ "X-Fern-SDK-Version": "0.3.0",
52
+ "User-Agent": "@markupai/api/0.3.0",
53
53
  "X-Fern-Runtime": core.RUNTIME.type,
54
54
  "X-Fern-Runtime-Version": core.RUNTIME.version,
55
55
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -16,6 +16,6 @@ export interface StyleGuideResponse {
16
16
  updated_at?: string;
17
17
  /** The ID of the user who last updated the style guide. If null, the style guide has never been updated. */
18
18
  updated_by?: string;
19
- /** The prompt used to apply a style guide to a document. This should not be displayed to the user. */
20
- prompt: string;
19
+ /** Summarizes the rules and guidelines which will be applied by this style guide. */
20
+ summary?: string;
21
21
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.2.0";
1
+ export declare const SDK_VERSION = "0.3.0";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.2.0";
4
+ exports.SDK_VERSION = "0.3.0";
@@ -12,8 +12,8 @@ export class MarkupAIClient {
12
12
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
13
13
  "X-Fern-Language": "JavaScript",
14
14
  "X-Fern-SDK-Name": "@markupai/api",
15
- "X-Fern-SDK-Version": "0.2.0",
16
- "User-Agent": "@markupai/api/0.2.0",
15
+ "X-Fern-SDK-Version": "0.3.0",
16
+ "User-Agent": "@markupai/api/0.3.0",
17
17
  "X-Fern-Runtime": core.RUNTIME.type,
18
18
  "X-Fern-Runtime-Version": core.RUNTIME.version,
19
19
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -16,6 +16,6 @@ export interface StyleGuideResponse {
16
16
  updated_at?: string;
17
17
  /** The ID of the user who last updated the style guide. If null, the style guide has never been updated. */
18
18
  updated_by?: string;
19
- /** The prompt used to apply a style guide to a document. This should not be displayed to the user. */
20
- prompt: string;
19
+ /** Summarizes the rules and guidelines which will be applied by this style guide. */
20
+ summary?: string;
21
21
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.2.0";
1
+ export declare const SDK_VERSION = "0.3.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.2.0";
1
+ export const SDK_VERSION = "0.3.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markupai/api",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "repository": "github:markupai/markup-ai-typescript-sdk",
6
6
  "license": "Apache-2.0",