@fern-api/dynamic-ir-sdk 57.1.0 → 58.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.
Files changed (83) hide show
  1. package/api/resources/commons/types/EndpointId.d.ts +1 -1
  2. package/api/resources/commons/types/TypeId.d.ts +1 -1
  3. package/api/resources/dynamic/resources/auth/types/Auth.d.ts +1 -1
  4. package/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +1 -1
  5. package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +1 -1
  6. package/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +1 -1
  7. package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +1 -1
  8. package/api/resources/dynamic/resources/endpoints/types/Request.d.ts +1 -1
  9. package/api/resources/dynamic/resources/endpoints/types/Response.d.ts +1 -1
  10. package/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +1 -1
  11. package/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +1 -1
  12. package/api/resources/dynamic/resources/index.js +17 -7
  13. package/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +1 -1
  14. package/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +1 -1
  15. package/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +1 -1
  16. package/api/resources/dynamic/resources/snippets/types/Values.d.ts +1 -1
  17. package/api/resources/dynamic/resources/types/types/LiteralType.d.ts +1 -1
  18. package/api/resources/dynamic/resources/types/types/NamedType.d.ts +1 -1
  19. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +1 -1
  20. package/api/resources/dynamic/resources/types/types/TypeReference.d.ts +1 -1
  21. package/api/resources/environment/types/EnvironmentBaseUrlId.d.ts +1 -1
  22. package/api/resources/environment/types/EnvironmentId.d.ts +1 -1
  23. package/api/resources/environment/types/EnvironmentUrl.d.ts +1 -1
  24. package/api/resources/environment/types/Environments.d.ts +1 -1
  25. package/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +1 -1
  26. package/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +1 -1
  27. package/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +1 -1
  28. package/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +1 -1
  29. package/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +1 -1
  30. package/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +1 -1
  31. package/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +1 -1
  32. package/api/resources/generatorExec/resources/index.js +17 -7
  33. package/api/resources/http/types/HttpMethod.d.ts +2 -1
  34. package/api/resources/http/types/HttpMethod.js +1 -0
  35. package/api/resources/index.js +17 -7
  36. package/api/resources/types/types/PrimitiveTypeV1.d.ts +1 -1
  37. package/dist/api/resources/commons/types/EndpointId.d.ts +1 -1
  38. package/dist/api/resources/commons/types/TypeId.d.ts +1 -1
  39. package/dist/api/resources/dynamic/resources/auth/types/Auth.d.ts +1 -1
  40. package/dist/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +1 -1
  41. package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +1 -1
  42. package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +1 -1
  43. package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +1 -1
  44. package/dist/api/resources/dynamic/resources/endpoints/types/Request.d.ts +1 -1
  45. package/dist/api/resources/dynamic/resources/endpoints/types/Response.d.ts +1 -1
  46. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +1 -1
  47. package/dist/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +1 -1
  48. package/dist/api/resources/dynamic/resources/index.js +17 -7
  49. package/dist/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +1 -1
  50. package/dist/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +1 -1
  51. package/dist/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +1 -1
  52. package/dist/api/resources/dynamic/resources/snippets/types/Values.d.ts +1 -1
  53. package/dist/api/resources/dynamic/resources/types/types/LiteralType.d.ts +1 -1
  54. package/dist/api/resources/dynamic/resources/types/types/NamedType.d.ts +1 -1
  55. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +1 -1
  56. package/dist/api/resources/dynamic/resources/types/types/TypeReference.d.ts +1 -1
  57. package/dist/api/resources/environment/types/EnvironmentBaseUrlId.d.ts +1 -1
  58. package/dist/api/resources/environment/types/EnvironmentId.d.ts +1 -1
  59. package/dist/api/resources/environment/types/EnvironmentUrl.d.ts +1 -1
  60. package/dist/api/resources/environment/types/Environments.d.ts +1 -1
  61. package/dist/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +1 -1
  62. package/dist/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +1 -1
  63. package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +1 -1
  64. package/dist/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +1 -1
  65. package/dist/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +1 -1
  66. package/dist/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +1 -1
  67. package/dist/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +1 -1
  68. package/dist/api/resources/generatorExec/resources/index.js +17 -7
  69. package/dist/api/resources/http/types/HttpMethod.d.ts +2 -1
  70. package/dist/api/resources/http/types/HttpMethod.js +1 -0
  71. package/dist/api/resources/index.js +17 -7
  72. package/dist/api/resources/types/types/PrimitiveTypeV1.d.ts +1 -1
  73. package/dist/errors/FernIrTimeoutError.d.ts +1 -1
  74. package/dist/errors/FernIrTimeoutError.js +2 -2
  75. package/dist/index.js +17 -7
  76. package/dist/version.d.ts +1 -0
  77. package/dist/version.js +4 -0
  78. package/errors/FernIrTimeoutError.d.ts +1 -1
  79. package/errors/FernIrTimeoutError.js +2 -2
  80. package/index.js +17 -7
  81. package/package.json +8 -8
  82. package/version.d.ts +1 -0
  83. package/version.js +4 -0
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EndpointId = string;
4
+ export type EndpointId = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type TypeId = string;
4
+ export type TypeId = string;
@@ -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 declare type Auth = FernIr.dynamic.Auth.Basic | FernIr.dynamic.Auth.Bearer | FernIr.dynamic.Auth.Header | FernIr.dynamic.Auth.Oauth;
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 declare type AuthValues = FernIr.dynamic.AuthValues.Basic | FernIr.dynamic.AuthValues.Bearer | FernIr.dynamic.AuthValues.Header | FernIr.dynamic.AuthValues.Oauth;
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 declare type FileUploadRequestBodyProperty = FernIr.dynamic.FileUploadRequestBodyProperty.File_ | FernIr.dynamic.FileUploadRequestBodyProperty.FileArray | FernIr.dynamic.FileUploadRequestBodyProperty.BodyProperty;
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 declare type InlinedRequestBody = FernIr.dynamic.InlinedRequestBody.Properties | FernIr.dynamic.InlinedRequestBody.Referenced | FernIr.dynamic.InlinedRequestBody.FileUpload;
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 declare type ReferencedRequestBodyType = FernIr.dynamic.ReferencedRequestBodyType.Bytes | FernIr.dynamic.ReferencedRequestBodyType.TypeReference;
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 declare type Request = FernIr.dynamic.Request.Body | FernIr.dynamic.Request.Inlined;
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 declare type Response = FernIr.dynamic.Response.Json;
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 declare type EnvironmentValues = FernIr.EnvironmentId | FernIr.dynamic.MultipleEnvironmentUrlValues;
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 declare type MultipleEnvironmentUrlValues = Record<FernIr.EnvironmentBaseUrlId, FernIr.EnvironmentUrl>;
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 (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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 declare type GeneratorOutputConfig = FernIr.dynamic.GeneratorOutputConfig.Publish | FernIr.dynamic.GeneratorOutputConfig.Local;
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 declare 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;
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 declare type ErrorSeverity = "CRITICAL" | "WARNING";
4
+ export type ErrorSeverity = "CRITICAL" | "WARNING";
5
5
  export declare const ErrorSeverity: {
6
6
  readonly Critical: "CRITICAL";
7
7
  readonly Warning: "WARNING";
@@ -7,4 +7,4 @@
7
7
  * in the parameter's wire representation. For path parameters,
8
8
  * the name will match the parameter name.
9
9
  */
10
- export declare type Values = Record<string, unknown>;
10
+ export type Values = Record<string, unknown>;
@@ -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 declare type LiteralType = FernIr.dynamic.LiteralType.Boolean | FernIr.dynamic.LiteralType.String;
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 declare type NamedType = FernIr.dynamic.NamedType.Alias | FernIr.dynamic.NamedType.Enum | FernIr.dynamic.NamedType.Object_ | FernIr.dynamic.NamedType.DiscriminatedUnion | FernIr.dynamic.NamedType.UndiscriminatedUnion;
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 declare type SingleDiscriminatedUnionType = FernIr.dynamic.SingleDiscriminatedUnionType.SamePropertiesAsObject | FernIr.dynamic.SingleDiscriminatedUnionType.SingleProperty | FernIr.dynamic.SingleDiscriminatedUnionType.NoProperties;
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 declare 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;
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";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EnvironmentBaseUrlId = string;
4
+ export type EnvironmentBaseUrlId = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EnvironmentId = string;
4
+ export type EnvironmentId = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EnvironmentUrl = string;
4
+ export type EnvironmentUrl = string;
@@ -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 declare type Environments = FernIr.Environments.SingleBaseUrl | FernIr.Environments.MultipleBaseUrls;
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";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EnvironmentVariable = string;
4
+ export type EnvironmentVariable = string;
@@ -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 declare type GeneratorEnvironment = FernIr.generatorExec.GeneratorEnvironment.Local | FernIr.generatorExec.GeneratorEnvironment.Remote;
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 declare 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;
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 declare 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;
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 declare type LicenseConfig = FernIr.generatorExec.LicenseConfig.Basic | FernIr.generatorExec.LicenseConfig.Custom;
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 declare type LicenseId = "MIT" | "Apache-2.0";
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 declare type OutputMode = FernIr.generatorExec.OutputMode.Publish | FernIr.generatorExec.OutputMode.DownloadFiles | FernIr.generatorExec.OutputMode.Github;
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 (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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 declare type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
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
  };
@@ -10,4 +10,5 @@ exports.HttpMethod = {
10
10
  Put: "PUT",
11
11
  Patch: "PATCH",
12
12
  Delete: "DELETE",
13
+ Head: "HEAD",
13
14
  };
@@ -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 (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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 declare type PrimitiveTypeV1 = "INTEGER"
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";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EndpointId = string;
4
+ export type EndpointId = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type TypeId = string;
4
+ export type TypeId = string;
@@ -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 declare type Auth = FernIr.dynamic.Auth.Basic | FernIr.dynamic.Auth.Bearer | FernIr.dynamic.Auth.Header | FernIr.dynamic.Auth.Oauth;
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 declare type AuthValues = FernIr.dynamic.AuthValues.Basic | FernIr.dynamic.AuthValues.Bearer | FernIr.dynamic.AuthValues.Header | FernIr.dynamic.AuthValues.Oauth;
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 declare type FileUploadRequestBodyProperty = FernIr.dynamic.FileUploadRequestBodyProperty.File_ | FernIr.dynamic.FileUploadRequestBodyProperty.FileArray | FernIr.dynamic.FileUploadRequestBodyProperty.BodyProperty;
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 declare type InlinedRequestBody = FernIr.dynamic.InlinedRequestBody.Properties | FernIr.dynamic.InlinedRequestBody.Referenced | FernIr.dynamic.InlinedRequestBody.FileUpload;
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 declare type ReferencedRequestBodyType = FernIr.dynamic.ReferencedRequestBodyType.Bytes | FernIr.dynamic.ReferencedRequestBodyType.TypeReference;
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 declare type Request = FernIr.dynamic.Request.Body | FernIr.dynamic.Request.Inlined;
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 declare type Response = FernIr.dynamic.Response.Json;
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 declare type EnvironmentValues = FernIr.EnvironmentId | FernIr.dynamic.MultipleEnvironmentUrlValues;
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 declare type MultipleEnvironmentUrlValues = Record<FernIr.EnvironmentBaseUrlId, FernIr.EnvironmentUrl>;
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 (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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 declare type GeneratorOutputConfig = FernIr.dynamic.GeneratorOutputConfig.Publish | FernIr.dynamic.GeneratorOutputConfig.Local;
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 declare 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;
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 declare type ErrorSeverity = "CRITICAL" | "WARNING";
4
+ export type ErrorSeverity = "CRITICAL" | "WARNING";
5
5
  export declare const ErrorSeverity: {
6
6
  readonly Critical: "CRITICAL";
7
7
  readonly Warning: "WARNING";
@@ -7,4 +7,4 @@
7
7
  * in the parameter's wire representation. For path parameters,
8
8
  * the name will match the parameter name.
9
9
  */
10
- export declare type Values = Record<string, unknown>;
10
+ export type Values = Record<string, unknown>;
@@ -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 declare type LiteralType = FernIr.dynamic.LiteralType.Boolean | FernIr.dynamic.LiteralType.String;
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 declare type NamedType = FernIr.dynamic.NamedType.Alias | FernIr.dynamic.NamedType.Enum | FernIr.dynamic.NamedType.Object_ | FernIr.dynamic.NamedType.DiscriminatedUnion | FernIr.dynamic.NamedType.UndiscriminatedUnion;
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 declare type SingleDiscriminatedUnionType = FernIr.dynamic.SingleDiscriminatedUnionType.SamePropertiesAsObject | FernIr.dynamic.SingleDiscriminatedUnionType.SingleProperty | FernIr.dynamic.SingleDiscriminatedUnionType.NoProperties;
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 declare 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;
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";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EnvironmentBaseUrlId = string;
4
+ export type EnvironmentBaseUrlId = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EnvironmentId = string;
4
+ export type EnvironmentId = string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EnvironmentUrl = string;
4
+ export type EnvironmentUrl = string;
@@ -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 declare type Environments = FernIr.Environments.SingleBaseUrl | FernIr.Environments.MultipleBaseUrls;
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";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type EnvironmentVariable = string;
4
+ export type EnvironmentVariable = string;
@@ -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 declare type GeneratorEnvironment = FernIr.generatorExec.GeneratorEnvironment.Local | FernIr.generatorExec.GeneratorEnvironment.Remote;
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 declare 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;
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 declare 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;
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 declare type LicenseConfig = FernIr.generatorExec.LicenseConfig.Basic | FernIr.generatorExec.LicenseConfig.Custom;
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 declare type LicenseId = "MIT" | "Apache-2.0";
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 declare type OutputMode = FernIr.generatorExec.OutputMode.Publish | FernIr.generatorExec.OutputMode.DownloadFiles | FernIr.generatorExec.OutputMode.Github;
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 (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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 declare type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
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
  };
@@ -10,4 +10,5 @@ exports.HttpMethod = {
10
10
  Put: "PUT",
11
11
  Patch: "PATCH",
12
12
  Delete: "DELETE",
13
+ Head: "HEAD",
13
14
  };
@@ -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 (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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 declare type PrimitiveTypeV1 = "INTEGER"
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,5 +2,5 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export declare class FernIrTimeoutError extends Error {
5
- constructor();
5
+ constructor(message: string);
6
6
  }
@@ -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("Timeout");
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 (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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.3.0";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SDK_VERSION = void 0;
4
+ exports.SDK_VERSION = "58.3.0";
@@ -2,5 +2,5 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export declare class FernIrTimeoutError extends Error {
5
- constructor();
5
+ constructor(message: string);
6
6
  }
@@ -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("Timeout");
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 (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
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": "57.1.0",
3
+ "version": "58.3.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.5",
16
- "ts-jest": "29.1.1",
17
- "jest-environment-jsdom": "29.7.0",
18
- "@types/node": "17.0.33",
19
- "prettier": "2.7.1",
20
- "typescript": "4.6.4"
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.3.0";
package/version.js ADDED
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SDK_VERSION = void 0;
4
+ exports.SDK_VERSION = "58.3.0";