@fern-api/dynamic-ir-sdk 55.1.0 → 55.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.
@@ -8,4 +8,5 @@ export interface Endpoint {
8
8
  location: FernIr.dynamic.EndpointLocation;
9
9
  request: FernIr.dynamic.Request;
10
10
  response: FernIr.dynamic.Response;
11
+ examples: FernIr.dynamic.EndpointExample[] | undefined;
11
12
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as FernIr from "../../../../../index";
5
+ export interface EndpointExample extends FernIr.dynamic.EndpointSnippetRequest {
6
+ /** The unique identifier for the example. */
7
+ id: string;
8
+ /** The name of the example, if any. */
9
+ name: string | undefined;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,3 +10,4 @@ export * from "./ReferencedRequestBody";
10
10
  export * from "./ReferencedRequestBodyType";
11
11
  export * from "./FileUploadRequestBody";
12
12
  export * from "./FileUploadRequestBodyProperty";
13
+ export * from "./EndpointExample";
@@ -26,3 +26,4 @@ __exportStar(require("./ReferencedRequestBody"), exports);
26
26
  __exportStar(require("./ReferencedRequestBodyType"), exports);
27
27
  __exportStar(require("./FileUploadRequestBody"), exports);
28
28
  __exportStar(require("./FileUploadRequestBodyProperty"), exports);
29
+ __exportStar(require("./EndpointExample"), exports);
@@ -8,4 +8,5 @@ export interface Endpoint {
8
8
  location: FernIr.dynamic.EndpointLocation;
9
9
  request: FernIr.dynamic.Request;
10
10
  response: FernIr.dynamic.Response;
11
+ examples: FernIr.dynamic.EndpointExample[] | undefined;
11
12
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as FernIr from "../../../../../index";
5
+ export interface EndpointExample extends FernIr.dynamic.EndpointSnippetRequest {
6
+ /** The unique identifier for the example. */
7
+ id: string;
8
+ /** The name of the example, if any. */
9
+ name: string | undefined;
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,3 +10,4 @@ export * from "./ReferencedRequestBody";
10
10
  export * from "./ReferencedRequestBodyType";
11
11
  export * from "./FileUploadRequestBody";
12
12
  export * from "./FileUploadRequestBodyProperty";
13
+ export * from "./EndpointExample";
@@ -26,3 +26,4 @@ __exportStar(require("./ReferencedRequestBody"), exports);
26
26
  __exportStar(require("./ReferencedRequestBodyType"), exports);
27
27
  __exportStar(require("./FileUploadRequestBody"), exports);
28
28
  __exportStar(require("./FileUploadRequestBodyProperty"), exports);
29
+ __exportStar(require("./EndpointExample"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/dynamic-ir-sdk",
3
- "version": "55.1.0",
3
+ "version": "55.3.0",
4
4
  "private": false,
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",