@fern-api/dynamic-ir-sdk 57.1.0 → 58.2.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.
- package/api/resources/commons/types/EndpointId.d.ts +1 -1
- package/api/resources/commons/types/TypeId.d.ts +1 -1
- package/api/resources/dynamic/resources/auth/types/Auth.d.ts +1 -1
- package/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +1 -1
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +1 -1
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +1 -1
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +1 -1
- package/api/resources/dynamic/resources/endpoints/types/Request.d.ts +1 -1
- package/api/resources/dynamic/resources/endpoints/types/Response.d.ts +1 -1
- package/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +1 -1
- package/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +1 -1
- package/api/resources/dynamic/resources/index.js +17 -7
- package/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +1 -1
- package/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +1 -1
- package/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +1 -1
- package/api/resources/dynamic/resources/snippets/types/Values.d.ts +1 -1
- package/api/resources/dynamic/resources/types/types/LiteralType.d.ts +1 -1
- package/api/resources/dynamic/resources/types/types/NamedType.d.ts +1 -1
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +1 -1
- package/api/resources/dynamic/resources/types/types/TypeReference.d.ts +1 -1
- package/api/resources/environment/types/EnvironmentBaseUrlId.d.ts +1 -1
- package/api/resources/environment/types/EnvironmentId.d.ts +1 -1
- package/api/resources/environment/types/EnvironmentUrl.d.ts +1 -1
- package/api/resources/environment/types/Environments.d.ts +1 -1
- package/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +1 -1
- package/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +1 -1
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +1 -1
- package/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +1 -1
- package/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +1 -1
- package/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +1 -1
- package/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +1 -1
- package/api/resources/generatorExec/resources/index.js +17 -7
- package/api/resources/http/types/HttpMethod.d.ts +2 -1
- package/api/resources/http/types/HttpMethod.js +1 -0
- package/api/resources/index.js +17 -7
- package/api/resources/types/types/PrimitiveTypeV1.d.ts +1 -1
- package/dist/api/resources/commons/types/EndpointId.d.ts +1 -1
- package/dist/api/resources/commons/types/TypeId.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/auth/types/Auth.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/endpoints/types/Request.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/endpoints/types/Response.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/index.js +17 -7
- package/dist/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/snippets/types/Values.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/types/types/LiteralType.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/types/types/NamedType.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/types/types/TypeReference.d.ts +1 -1
- package/dist/api/resources/environment/types/EnvironmentBaseUrlId.d.ts +1 -1
- package/dist/api/resources/environment/types/EnvironmentId.d.ts +1 -1
- package/dist/api/resources/environment/types/EnvironmentUrl.d.ts +1 -1
- package/dist/api/resources/environment/types/Environments.d.ts +1 -1
- package/dist/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +1 -1
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +1 -1
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +1 -1
- package/dist/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +1 -1
- package/dist/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +1 -1
- package/dist/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +1 -1
- package/dist/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +1 -1
- package/dist/api/resources/generatorExec/resources/index.js +17 -7
- package/dist/api/resources/http/types/HttpMethod.d.ts +2 -1
- package/dist/api/resources/http/types/HttpMethod.js +1 -0
- package/dist/api/resources/index.js +17 -7
- package/dist/api/resources/types/types/PrimitiveTypeV1.d.ts +1 -1
- package/dist/errors/FernIrTimeoutError.d.ts +1 -1
- package/dist/errors/FernIrTimeoutError.js +2 -2
- package/dist/index.js +17 -7
- package/dist/version.d.ts +1 -0
- package/dist/version.js +4 -0
- package/errors/FernIrTimeoutError.d.ts +1 -1
- package/errors/FernIrTimeoutError.js +2 -2
- package/index.js +17 -7
- package/package.json +8 -8
- package/version.d.ts +1 -0
- package/version.js +4 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type Auth = FernIr.dynamic.Auth.Basic | FernIr.dynamic.Auth.Bearer | FernIr.dynamic.Auth.Header | FernIr.dynamic.Auth.Oauth;
|
|
6
6
|
export declare namespace Auth {
|
|
7
7
|
interface Basic extends FernIr.dynamic.BasicAuth {
|
|
8
8
|
type: "basic";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type AuthValues = FernIr.dynamic.AuthValues.Basic | FernIr.dynamic.AuthValues.Bearer | FernIr.dynamic.AuthValues.Header | FernIr.dynamic.AuthValues.Oauth;
|
|
6
6
|
export declare namespace AuthValues {
|
|
7
7
|
interface Basic extends FernIr.dynamic.BasicAuthValues {
|
|
8
8
|
type: "basic";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type FileUploadRequestBodyProperty = FernIr.dynamic.FileUploadRequestBodyProperty.File_ | FernIr.dynamic.FileUploadRequestBodyProperty.FileArray | FernIr.dynamic.FileUploadRequestBodyProperty.BodyProperty;
|
|
6
6
|
export declare namespace FileUploadRequestBodyProperty {
|
|
7
7
|
interface File_ extends FernIr.NameAndWireValue {
|
|
8
8
|
type: "file";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type InlinedRequestBody = FernIr.dynamic.InlinedRequestBody.Properties | FernIr.dynamic.InlinedRequestBody.Referenced | FernIr.dynamic.InlinedRequestBody.FileUpload;
|
|
6
6
|
export declare namespace InlinedRequestBody {
|
|
7
7
|
interface Properties {
|
|
8
8
|
type: "properties";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type ReferencedRequestBodyType = FernIr.dynamic.ReferencedRequestBodyType.Bytes | FernIr.dynamic.ReferencedRequestBodyType.TypeReference;
|
|
6
6
|
export declare namespace ReferencedRequestBodyType {
|
|
7
7
|
interface Bytes {
|
|
8
8
|
type: "bytes";
|
|
@@ -5,7 +5,7 @@ import * as FernIr from "../../../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* Represents the request parameters required to call a specific endpoint.
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
8
|
+
export type Request = FernIr.dynamic.Request.Body | FernIr.dynamic.Request.Inlined;
|
|
9
9
|
export declare namespace Request {
|
|
10
10
|
interface Body extends FernIr.dynamic.BodyRequest {
|
|
11
11
|
type: "body";
|
|
@@ -9,7 +9,7 @@ import * as FernIr from "../../../../../index";
|
|
|
9
9
|
* variety of other endpoint response types (e.g. file download, pagination,
|
|
10
10
|
* streaming, etc).
|
|
11
11
|
*/
|
|
12
|
-
export
|
|
12
|
+
export type Response = FernIr.dynamic.Response.Json;
|
|
13
13
|
export declare namespace Response {
|
|
14
14
|
interface Json {
|
|
15
15
|
type: "json";
|
|
@@ -14,4 +14,4 @@ import * as FernIr from "../../../../../index";
|
|
|
14
14
|
* "s3": "https://staging.s3.aws.com"
|
|
15
15
|
* }
|
|
16
16
|
*/
|
|
17
|
-
export
|
|
17
|
+
export type EnvironmentValues = FernIr.EnvironmentId | FernIr.dynamic.MultipleEnvironmentUrlValues;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type MultipleEnvironmentUrlValues = Record<FernIr.EnvironmentBaseUrlId, FernIr.EnvironmentUrl>;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
37
|
};
|
|
@@ -6,7 +6,7 @@ import * as FernIr from "../../../../../index";
|
|
|
6
6
|
* The configuration for the output of the generator. This is a simplified version of
|
|
7
7
|
* the generator-exec output.mode configuration.
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
9
|
+
export type GeneratorOutputConfig = FernIr.dynamic.GeneratorOutputConfig.Publish | FernIr.dynamic.GeneratorOutputConfig.Local;
|
|
10
10
|
export declare namespace GeneratorOutputConfig {
|
|
11
11
|
interface Publish {
|
|
12
12
|
type: "publish";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type PublishInfo = FernIr.dynamic.PublishInfo.Go | FernIr.dynamic.PublishInfo.Maven | FernIr.dynamic.PublishInfo.Npm | FernIr.dynamic.PublishInfo.Nuget | FernIr.dynamic.PublishInfo.Pypi | FernIr.dynamic.PublishInfo.Rubygems;
|
|
6
6
|
export declare namespace PublishInfo {
|
|
7
7
|
interface Go extends FernIr.dynamic.GoPublishInfo {
|
|
8
8
|
type: "go";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type ErrorSeverity = "CRITICAL" | "WARNING";
|
|
5
5
|
export declare const ErrorSeverity: {
|
|
6
6
|
readonly Critical: "CRITICAL";
|
|
7
7
|
readonly Warning: "WARNING";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type LiteralType = FernIr.dynamic.LiteralType.Boolean | FernIr.dynamic.LiteralType.String;
|
|
6
6
|
export declare namespace LiteralType {
|
|
7
7
|
interface Boolean {
|
|
8
8
|
type: "boolean";
|
|
@@ -5,7 +5,7 @@ import * as FernIr from "../../../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* Represents the type of a parameter that can be used to generate a dynamic type.
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
8
|
+
export type NamedType = FernIr.dynamic.NamedType.Alias | FernIr.dynamic.NamedType.Enum | FernIr.dynamic.NamedType.Object_ | FernIr.dynamic.NamedType.DiscriminatedUnion | FernIr.dynamic.NamedType.UndiscriminatedUnion;
|
|
9
9
|
export declare namespace NamedType {
|
|
10
10
|
interface Alias extends FernIr.dynamic.AliasType {
|
|
11
11
|
type: "alias";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type SingleDiscriminatedUnionType = FernIr.dynamic.SingleDiscriminatedUnionType.SamePropertiesAsObject | FernIr.dynamic.SingleDiscriminatedUnionType.SingleProperty | FernIr.dynamic.SingleDiscriminatedUnionType.NoProperties;
|
|
6
6
|
export declare namespace SingleDiscriminatedUnionType {
|
|
7
7
|
interface SamePropertiesAsObject extends FernIr.dynamic.SingleDiscriminatedUnionTypeObject {
|
|
8
8
|
type: "samePropertiesAsObject";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type TypeReference = FernIr.dynamic.TypeReference.List | FernIr.dynamic.TypeReference.Literal | FernIr.dynamic.TypeReference.Map | FernIr.dynamic.TypeReference.Named | FernIr.dynamic.TypeReference.Nullable | FernIr.dynamic.TypeReference.Optional | FernIr.dynamic.TypeReference.Primitive | FernIr.dynamic.TypeReference.Set | FernIr.dynamic.TypeReference.Unknown;
|
|
6
6
|
export declare namespace TypeReference {
|
|
7
7
|
interface List {
|
|
8
8
|
type: "list";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type Environments = FernIr.Environments.SingleBaseUrl | FernIr.Environments.MultipleBaseUrls;
|
|
6
6
|
export declare namespace Environments {
|
|
7
7
|
interface SingleBaseUrl extends FernIr.SingleBaseUrlEnvironments {
|
|
8
8
|
type: "singleBaseUrl";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type GeneratorEnvironment = FernIr.generatorExec.GeneratorEnvironment.Local | FernIr.generatorExec.GeneratorEnvironment.Remote;
|
|
6
6
|
export declare namespace GeneratorEnvironment {
|
|
7
7
|
interface Local {
|
|
8
8
|
_type: "local";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type GeneratorPublishTarget = FernIr.generatorExec.GeneratorPublishTarget.Maven | FernIr.generatorExec.GeneratorPublishTarget.Npm | FernIr.generatorExec.GeneratorPublishTarget.Pypi | FernIr.generatorExec.GeneratorPublishTarget.Postman | FernIr.generatorExec.GeneratorPublishTarget.Rubygems | FernIr.generatorExec.GeneratorPublishTarget.Nuget;
|
|
6
6
|
export declare namespace GeneratorPublishTarget {
|
|
7
7
|
interface Maven extends FernIr.generatorExec.MavenRegistryConfigV2 {
|
|
8
8
|
type: "maven";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type GithubPublishInfo = FernIr.generatorExec.GithubPublishInfo.Npm | FernIr.generatorExec.GithubPublishInfo.Maven | FernIr.generatorExec.GithubPublishInfo.Postman | FernIr.generatorExec.GithubPublishInfo.Pypi | FernIr.generatorExec.GithubPublishInfo.Rubygems | FernIr.generatorExec.GithubPublishInfo.Nuget;
|
|
6
6
|
export declare namespace GithubPublishInfo {
|
|
7
7
|
interface Npm extends FernIr.generatorExec.NpmGithubPublishInfo {
|
|
8
8
|
type: "npm";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type LicenseConfig = FernIr.generatorExec.LicenseConfig.Basic | FernIr.generatorExec.LicenseConfig.Custom;
|
|
6
6
|
export declare namespace LicenseConfig {
|
|
7
7
|
interface Basic extends FernIr.generatorExec.BasicLicense {
|
|
8
8
|
type: "basic";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type LicenseId = "MIT" | "Apache-2.0";
|
|
5
5
|
export declare const LicenseId: {
|
|
6
6
|
readonly Mit: "MIT";
|
|
7
7
|
readonly Apache2: "Apache-2.0";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type OutputMode = FernIr.generatorExec.OutputMode.Publish | FernIr.generatorExec.OutputMode.DownloadFiles | FernIr.generatorExec.OutputMode.Github;
|
|
6
6
|
export declare namespace OutputMode {
|
|
7
7
|
interface Publish extends FernIr.generatorExec.GeneratorPublishConfig {
|
|
8
8
|
type: "publish";
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
37
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD";
|
|
5
5
|
export declare const HttpMethod: {
|
|
6
6
|
readonly Get: "GET";
|
|
7
7
|
readonly Post: "POST";
|
|
8
8
|
readonly Put: "PUT";
|
|
9
9
|
readonly Patch: "PATCH";
|
|
10
10
|
readonly Delete: "DELETE";
|
|
11
|
+
readonly Head: "HEAD";
|
|
11
12
|
};
|
package/api/resources/index.js
CHANGED
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
37
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type PrimitiveTypeV1 = "INTEGER"
|
|
5
5
|
/**
|
|
6
6
|
* Within the range -2^53 to 2^53 */
|
|
7
7
|
| "LONG" | "UINT" | "UINT_64" | "FLOAT" | "DOUBLE" | "BOOLEAN" | "STRING" | "DATE" | "DATE_TIME" | "UUID" | "BASE_64" | "BIG_INTEGER";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type Auth = FernIr.dynamic.Auth.Basic | FernIr.dynamic.Auth.Bearer | FernIr.dynamic.Auth.Header | FernIr.dynamic.Auth.Oauth;
|
|
6
6
|
export declare namespace Auth {
|
|
7
7
|
interface Basic extends FernIr.dynamic.BasicAuth {
|
|
8
8
|
type: "basic";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type AuthValues = FernIr.dynamic.AuthValues.Basic | FernIr.dynamic.AuthValues.Bearer | FernIr.dynamic.AuthValues.Header | FernIr.dynamic.AuthValues.Oauth;
|
|
6
6
|
export declare namespace AuthValues {
|
|
7
7
|
interface Basic extends FernIr.dynamic.BasicAuthValues {
|
|
8
8
|
type: "basic";
|
package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type FileUploadRequestBodyProperty = FernIr.dynamic.FileUploadRequestBodyProperty.File_ | FernIr.dynamic.FileUploadRequestBodyProperty.FileArray | FernIr.dynamic.FileUploadRequestBodyProperty.BodyProperty;
|
|
6
6
|
export declare namespace FileUploadRequestBodyProperty {
|
|
7
7
|
interface File_ extends FernIr.NameAndWireValue {
|
|
8
8
|
type: "file";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type InlinedRequestBody = FernIr.dynamic.InlinedRequestBody.Properties | FernIr.dynamic.InlinedRequestBody.Referenced | FernIr.dynamic.InlinedRequestBody.FileUpload;
|
|
6
6
|
export declare namespace InlinedRequestBody {
|
|
7
7
|
interface Properties {
|
|
8
8
|
type: "properties";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type ReferencedRequestBodyType = FernIr.dynamic.ReferencedRequestBodyType.Bytes | FernIr.dynamic.ReferencedRequestBodyType.TypeReference;
|
|
6
6
|
export declare namespace ReferencedRequestBodyType {
|
|
7
7
|
interface Bytes {
|
|
8
8
|
type: "bytes";
|
|
@@ -5,7 +5,7 @@ import * as FernIr from "../../../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* Represents the request parameters required to call a specific endpoint.
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
8
|
+
export type Request = FernIr.dynamic.Request.Body | FernIr.dynamic.Request.Inlined;
|
|
9
9
|
export declare namespace Request {
|
|
10
10
|
interface Body extends FernIr.dynamic.BodyRequest {
|
|
11
11
|
type: "body";
|
|
@@ -9,7 +9,7 @@ import * as FernIr from "../../../../../index";
|
|
|
9
9
|
* variety of other endpoint response types (e.g. file download, pagination,
|
|
10
10
|
* streaming, etc).
|
|
11
11
|
*/
|
|
12
|
-
export
|
|
12
|
+
export type Response = FernIr.dynamic.Response.Json;
|
|
13
13
|
export declare namespace Response {
|
|
14
14
|
interface Json {
|
|
15
15
|
type: "json";
|
|
@@ -14,4 +14,4 @@ import * as FernIr from "../../../../../index";
|
|
|
14
14
|
* "s3": "https://staging.s3.aws.com"
|
|
15
15
|
* }
|
|
16
16
|
*/
|
|
17
|
-
export
|
|
17
|
+
export type EnvironmentValues = FernIr.EnvironmentId | FernIr.dynamic.MultipleEnvironmentUrlValues;
|
package/dist/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type MultipleEnvironmentUrlValues = Record<FernIr.EnvironmentBaseUrlId, FernIr.EnvironmentUrl>;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
37
|
};
|
|
@@ -6,7 +6,7 @@ import * as FernIr from "../../../../../index";
|
|
|
6
6
|
* The configuration for the output of the generator. This is a simplified version of
|
|
7
7
|
* the generator-exec output.mode configuration.
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
9
|
+
export type GeneratorOutputConfig = FernIr.dynamic.GeneratorOutputConfig.Publish | FernIr.dynamic.GeneratorOutputConfig.Local;
|
|
10
10
|
export declare namespace GeneratorOutputConfig {
|
|
11
11
|
interface Publish {
|
|
12
12
|
type: "publish";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type PublishInfo = FernIr.dynamic.PublishInfo.Go | FernIr.dynamic.PublishInfo.Maven | FernIr.dynamic.PublishInfo.Npm | FernIr.dynamic.PublishInfo.Nuget | FernIr.dynamic.PublishInfo.Pypi | FernIr.dynamic.PublishInfo.Rubygems;
|
|
6
6
|
export declare namespace PublishInfo {
|
|
7
7
|
interface Go extends FernIr.dynamic.GoPublishInfo {
|
|
8
8
|
type: "go";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type ErrorSeverity = "CRITICAL" | "WARNING";
|
|
5
5
|
export declare const ErrorSeverity: {
|
|
6
6
|
readonly Critical: "CRITICAL";
|
|
7
7
|
readonly Warning: "WARNING";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type LiteralType = FernIr.dynamic.LiteralType.Boolean | FernIr.dynamic.LiteralType.String;
|
|
6
6
|
export declare namespace LiteralType {
|
|
7
7
|
interface Boolean {
|
|
8
8
|
type: "boolean";
|
|
@@ -5,7 +5,7 @@ import * as FernIr from "../../../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* Represents the type of a parameter that can be used to generate a dynamic type.
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
8
|
+
export type NamedType = FernIr.dynamic.NamedType.Alias | FernIr.dynamic.NamedType.Enum | FernIr.dynamic.NamedType.Object_ | FernIr.dynamic.NamedType.DiscriminatedUnion | FernIr.dynamic.NamedType.UndiscriminatedUnion;
|
|
9
9
|
export declare namespace NamedType {
|
|
10
10
|
interface Alias extends FernIr.dynamic.AliasType {
|
|
11
11
|
type: "alias";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type SingleDiscriminatedUnionType = FernIr.dynamic.SingleDiscriminatedUnionType.SamePropertiesAsObject | FernIr.dynamic.SingleDiscriminatedUnionType.SingleProperty | FernIr.dynamic.SingleDiscriminatedUnionType.NoProperties;
|
|
6
6
|
export declare namespace SingleDiscriminatedUnionType {
|
|
7
7
|
interface SamePropertiesAsObject extends FernIr.dynamic.SingleDiscriminatedUnionTypeObject {
|
|
8
8
|
type: "samePropertiesAsObject";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type TypeReference = FernIr.dynamic.TypeReference.List | FernIr.dynamic.TypeReference.Literal | FernIr.dynamic.TypeReference.Map | FernIr.dynamic.TypeReference.Named | FernIr.dynamic.TypeReference.Nullable | FernIr.dynamic.TypeReference.Optional | FernIr.dynamic.TypeReference.Primitive | FernIr.dynamic.TypeReference.Set | FernIr.dynamic.TypeReference.Unknown;
|
|
6
6
|
export declare namespace TypeReference {
|
|
7
7
|
interface List {
|
|
8
8
|
type: "list";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type Environments = FernIr.Environments.SingleBaseUrl | FernIr.Environments.MultipleBaseUrls;
|
|
6
6
|
export declare namespace Environments {
|
|
7
7
|
interface SingleBaseUrl extends FernIr.SingleBaseUrlEnvironments {
|
|
8
8
|
type: "singleBaseUrl";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type GeneratorEnvironment = FernIr.generatorExec.GeneratorEnvironment.Local | FernIr.generatorExec.GeneratorEnvironment.Remote;
|
|
6
6
|
export declare namespace GeneratorEnvironment {
|
|
7
7
|
interface Local {
|
|
8
8
|
_type: "local";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type GeneratorPublishTarget = FernIr.generatorExec.GeneratorPublishTarget.Maven | FernIr.generatorExec.GeneratorPublishTarget.Npm | FernIr.generatorExec.GeneratorPublishTarget.Pypi | FernIr.generatorExec.GeneratorPublishTarget.Postman | FernIr.generatorExec.GeneratorPublishTarget.Rubygems | FernIr.generatorExec.GeneratorPublishTarget.Nuget;
|
|
6
6
|
export declare namespace GeneratorPublishTarget {
|
|
7
7
|
interface Maven extends FernIr.generatorExec.MavenRegistryConfigV2 {
|
|
8
8
|
type: "maven";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type GithubPublishInfo = FernIr.generatorExec.GithubPublishInfo.Npm | FernIr.generatorExec.GithubPublishInfo.Maven | FernIr.generatorExec.GithubPublishInfo.Postman | FernIr.generatorExec.GithubPublishInfo.Pypi | FernIr.generatorExec.GithubPublishInfo.Rubygems | FernIr.generatorExec.GithubPublishInfo.Nuget;
|
|
6
6
|
export declare namespace GithubPublishInfo {
|
|
7
7
|
interface Npm extends FernIr.generatorExec.NpmGithubPublishInfo {
|
|
8
8
|
type: "npm";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type LicenseConfig = FernIr.generatorExec.LicenseConfig.Basic | FernIr.generatorExec.LicenseConfig.Custom;
|
|
6
6
|
export declare namespace LicenseConfig {
|
|
7
7
|
interface Basic extends FernIr.generatorExec.BasicLicense {
|
|
8
8
|
type: "basic";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type LicenseId = "MIT" | "Apache-2.0";
|
|
5
5
|
export declare const LicenseId: {
|
|
6
6
|
readonly Mit: "MIT";
|
|
7
7
|
readonly Apache2: "Apache-2.0";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as FernIr from "../../../../../index";
|
|
5
|
-
export
|
|
5
|
+
export type OutputMode = FernIr.generatorExec.OutputMode.Publish | FernIr.generatorExec.OutputMode.DownloadFiles | FernIr.generatorExec.OutputMode.Github;
|
|
6
6
|
export declare namespace OutputMode {
|
|
7
7
|
interface Publish extends FernIr.generatorExec.GeneratorPublishConfig {
|
|
8
8
|
type: "publish";
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
37
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD";
|
|
5
5
|
export declare const HttpMethod: {
|
|
6
6
|
readonly Get: "GET";
|
|
7
7
|
readonly Post: "POST";
|
|
8
8
|
readonly Put: "PUT";
|
|
9
9
|
readonly Patch: "PATCH";
|
|
10
10
|
readonly Delete: "DELETE";
|
|
11
|
+
readonly Head: "HEAD";
|
|
11
12
|
};
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
37
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type PrimitiveTypeV1 = "INTEGER"
|
|
5
5
|
/**
|
|
6
6
|
* Within the range -2^53 to 2^53 */
|
|
7
7
|
| "LONG" | "UINT" | "UINT_64" | "FLOAT" | "DOUBLE" | "BOOLEAN" | "STRING" | "DATE" | "DATE_TIME" | "UUID" | "BASE_64" | "BIG_INTEGER";
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.FernIrTimeoutError = void 0;
|
|
7
7
|
class FernIrTimeoutError extends Error {
|
|
8
|
-
constructor() {
|
|
9
|
-
super(
|
|
8
|
+
constructor(message) {
|
|
9
|
+
super(message);
|
|
10
10
|
Object.setPrototypeOf(this, FernIrTimeoutError.prototype);
|
|
11
11
|
}
|
|
12
12
|
}
|
package/dist/index.js
CHANGED
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.FernIrTimeoutError = exports.FernIrError = exports.FernIr = void 0;
|
|
27
37
|
exports.FernIr = __importStar(require("./api"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SDK_VERSION = "58.2.0";
|
package/dist/version.js
ADDED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.FernIrTimeoutError = void 0;
|
|
7
7
|
class FernIrTimeoutError extends Error {
|
|
8
|
-
constructor() {
|
|
9
|
-
super(
|
|
8
|
+
constructor(message) {
|
|
9
|
+
super(message);
|
|
10
10
|
Object.setPrototypeOf(this, FernIrTimeoutError.prototype);
|
|
11
11
|
}
|
|
12
12
|
}
|
package/index.js
CHANGED
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.FernIrTimeoutError = exports.FernIrError = exports.FernIr = void 0;
|
|
27
37
|
exports.FernIr = __importStar(require("./api"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fern-api/dynamic-ir-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "58.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"test": "jest"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"jest": "29.7.0",
|
|
15
|
-
"@types/jest": "29.5.
|
|
16
|
-
"ts-jest": "29.1.1",
|
|
17
|
-
"jest-environment-jsdom": "29.7.0",
|
|
18
|
-
"@types/node": "17.0.
|
|
19
|
-
"prettier": "
|
|
20
|
-
"typescript": "
|
|
14
|
+
"jest": "^29.7.0",
|
|
15
|
+
"@types/jest": "^29.5.14",
|
|
16
|
+
"ts-jest": "^29.1.1",
|
|
17
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
18
|
+
"@types/node": "^17.0.41",
|
|
19
|
+
"prettier": "^3.4.2",
|
|
20
|
+
"typescript": "~5.7.2"
|
|
21
21
|
},
|
|
22
22
|
"browser": {
|
|
23
23
|
"fs": false,
|
package/version.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SDK_VERSION = "58.2.0";
|
package/version.js
ADDED