@fern-api/dynamic-ir-sdk 60.3.1 → 60.5.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/index.d.ts +0 -5
- package/api/resources/commons/types/index.js +0 -5
- package/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +2 -2
- package/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +1 -1
- package/api/resources/dynamic/resources/auth/types/OAuth.d.ts +2 -2
- package/api/resources/dynamic/resources/commons/types/FernFilepath.d.ts +9 -0
- package/api/resources/dynamic/resources/commons/types/Name.d.ts +11 -0
- package/api/resources/{commons → dynamic/resources/commons}/types/NameAndWireValue.d.ts +2 -2
- package/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.ts +9 -0
- package/api/resources/dynamic/resources/commons/types/index.d.ts +7 -0
- package/api/resources/dynamic/resources/commons/types/index.js +23 -0
- package/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +2 -2
- package/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +1 -1
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +2 -2
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +1 -1
- package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +8 -0
- package/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +1 -1
- package/api/resources/dynamic/resources/environment/types/Environments.d.ts +13 -0
- package/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.ts +8 -0
- package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +9 -0
- package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +8 -0
- package/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +1 -1
- package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.ts +9 -0
- package/{dist/api → api/resources/dynamic}/resources/environment/types/SingleBaseUrlEnvironments.d.ts +2 -2
- package/api/resources/dynamic/resources/environment/types/index.d.ts +10 -0
- package/api/resources/dynamic/resources/environment/types/index.js +10 -0
- package/api/resources/dynamic/resources/index.d.ts +6 -0
- package/api/resources/dynamic/resources/index.js +7 -1
- package/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +8 -3
- package/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +1 -1
- package/api/resources/dynamic/resources/types/types/EnumType.d.ts +1 -1
- package/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +4 -2
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +1 -1
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +2 -2
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +1 -1
- package/api/resources/dynamic/resources/types/types/TypeReference.d.ts +2 -2
- package/api/resources/dynamic/resources/types/types/index.d.ts +2 -0
- package/api/resources/dynamic/resources/types/types/index.js +2 -0
- package/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.ts +16 -0
- package/api/resources/dynamic/resources/variables/types/index.d.ts +1 -0
- package/api/resources/dynamic/resources/variables/types/index.js +17 -0
- package/api/resources/index.d.ts +0 -6
- package/api/resources/index.js +1 -7
- package/dist/api/resources/commons/types/index.d.ts +0 -5
- package/dist/api/resources/commons/types/index.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +2 -2
- package/dist/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/auth/types/OAuth.d.ts +2 -2
- package/dist/api/resources/dynamic/resources/commons/types/FernFilepath.d.ts +9 -0
- package/dist/api/resources/dynamic/resources/commons/types/Name.d.ts +11 -0
- package/dist/api/resources/{commons → dynamic/resources/commons}/types/NameAndWireValue.d.ts +2 -2
- package/dist/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.ts +9 -0
- package/dist/api/resources/dynamic/resources/commons/types/index.d.ts +7 -0
- package/dist/api/resources/dynamic/resources/commons/types/index.js +23 -0
- package/dist/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +2 -2
- package/dist/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +2 -2
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/environment/types/Environments.d.ts +13 -0
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.js +5 -0
- package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +9 -0
- package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.js +5 -0
- package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.js +5 -0
- package/dist/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.ts +9 -0
- package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.js +5 -0
- package/{api → dist/api/resources/dynamic}/resources/environment/types/SingleBaseUrlEnvironments.d.ts +2 -2
- package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.js +5 -0
- package/dist/api/resources/dynamic/resources/environment/types/index.d.ts +10 -0
- package/dist/api/resources/dynamic/resources/environment/types/index.js +10 -0
- package/dist/api/resources/dynamic/resources/index.d.ts +6 -0
- package/dist/api/resources/dynamic/resources/index.js +7 -1
- package/dist/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +8 -3
- package/dist/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/types/types/EnumType.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +4 -2
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +2 -2
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +1 -1
- package/dist/api/resources/dynamic/resources/types/types/TypeReference.d.ts +2 -2
- package/dist/api/resources/dynamic/resources/types/types/index.d.ts +2 -0
- package/dist/api/resources/dynamic/resources/types/types/index.js +2 -0
- package/dist/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.ts +16 -0
- package/dist/api/resources/dynamic/resources/variables/types/VariableDeclaration.js +5 -0
- package/dist/api/resources/dynamic/resources/variables/types/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/variables/types/index.js +17 -0
- package/dist/api/resources/index.d.ts +0 -6
- package/dist/api/resources/index.js +1 -7
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/commons/types/FernFilepath.d.ts +0 -9
- package/api/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +0 -8
- package/api/resources/environment/types/Environments.d.ts +0 -13
- package/api/resources/environment/types/EnvironmentsConfig.d.ts +0 -8
- package/api/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +0 -9
- package/api/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +0 -8
- package/api/resources/environment/types/SingleBaseUrlEnvironment.d.ts +0 -9
- package/api/resources/environment/types/index.d.ts +0 -10
- package/api/resources/environment/types/index.js +0 -26
- package/api/resources/types/types/index.d.ts +0 -2
- package/api/resources/types/types/index.js +0 -18
- package/dist/api/resources/commons/types/FernFilepath.d.ts +0 -9
- package/dist/api/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +0 -8
- package/dist/api/resources/environment/types/Environments.d.ts +0 -13
- package/dist/api/resources/environment/types/EnvironmentsConfig.d.ts +0 -8
- package/dist/api/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +0 -9
- package/dist/api/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +0 -8
- package/dist/api/resources/environment/types/SingleBaseUrlEnvironment.d.ts +0 -9
- package/dist/api/resources/environment/types/index.d.ts +0 -10
- package/dist/api/resources/environment/types/index.js +0 -26
- package/dist/api/resources/types/types/index.d.ts +0 -2
- package/dist/api/resources/types/types/index.js +0 -18
- /package/api/resources/{environment → dynamic/resources/commons}/index.d.ts +0 -0
- /package/api/resources/{environment → dynamic/resources/commons}/index.js +0 -0
- /package/api/resources/{commons → dynamic/resources/commons}/types/EndpointId.d.ts +0 -0
- /package/api/resources/{commons → dynamic/resources/commons}/types/EndpointId.js +0 -0
- /package/api/resources/{commons → dynamic/resources/commons}/types/FernFilepath.js +0 -0
- /package/api/resources/{commons/types/NameAndWireValue.js → dynamic/resources/commons/types/Name.js} +0 -0
- /package/{dist/api → api/resources/dynamic}/resources/commons/types/NameAndWireValue.js +0 -0
- /package/api/resources/{commons/types/TypeId.js → dynamic/resources/commons/types/SafeAndUnsafeString.js} +0 -0
- /package/api/resources/{commons → dynamic/resources/commons}/types/TypeId.d.ts +0 -0
- /package/{dist/api → api/resources/dynamic}/resources/commons/types/TypeId.js +0 -0
- /package/api/resources/{commons → dynamic/resources/commons}/types/WithDocs.d.ts +0 -0
- /package/api/resources/{commons → dynamic/resources/commons}/types/WithDocs.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentBaseUrlId.d.ts +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentBaseUrlId.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentBaseUrlWithId.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentId.d.ts +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentId.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentUrl.d.ts +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentUrl.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/Environments.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentsConfig.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/MultipleBaseUrlsEnvironment.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/MultipleBaseUrlsEnvironments.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/SingleBaseUrlEnvironment.js +0 -0
- /package/api/resources/{environment → dynamic/resources/environment}/types/SingleBaseUrlEnvironments.js +0 -0
- /package/api/resources/{http → dynamic/resources/http}/index.d.ts +0 -0
- /package/api/resources/{http → dynamic/resources/http}/index.js +0 -0
- /package/api/resources/{http → dynamic/resources/http}/types/HttpMethod.d.ts +0 -0
- /package/api/resources/{http → dynamic/resources/http}/types/HttpMethod.js +0 -0
- /package/api/resources/{http → dynamic/resources/http}/types/index.d.ts +0 -0
- /package/api/resources/{http → dynamic/resources/http}/types/index.js +0 -0
- /package/api/resources/{types → dynamic/resources/types}/types/ObjectPropertyAccess.d.ts +0 -0
- /package/api/resources/{types → dynamic/resources/types}/types/ObjectPropertyAccess.js +0 -0
- /package/api/resources/{types → dynamic/resources/types}/types/PrimitiveTypeV1.d.ts +0 -0
- /package/api/resources/{types → dynamic/resources/types}/types/PrimitiveTypeV1.js +0 -0
- /package/api/resources/{types → dynamic/resources/variables}/index.d.ts +0 -0
- /package/api/resources/{types → dynamic/resources/variables}/index.js +0 -0
- /package/{dist/api/resources/commons/types/EndpointId.js → api/resources/dynamic/resources/variables/types/VariableDeclaration.js} +0 -0
- /package/dist/api/resources/{environment → dynamic/resources/commons}/index.d.ts +0 -0
- /package/dist/api/resources/{environment → dynamic/resources/commons}/index.js +0 -0
- /package/dist/api/resources/{commons → dynamic/resources/commons}/types/EndpointId.d.ts +0 -0
- /package/dist/api/resources/{commons/types/FernFilepath.js → dynamic/resources/commons/types/EndpointId.js} +0 -0
- /package/dist/api/resources/{commons/types/WithDocs.js → dynamic/resources/commons/types/FernFilepath.js} +0 -0
- /package/dist/api/resources/{environment/types/EnvironmentBaseUrlId.js → dynamic/resources/commons/types/Name.js} +0 -0
- /package/dist/api/resources/{environment/types/EnvironmentBaseUrlWithId.js → dynamic/resources/commons/types/NameAndWireValue.js} +0 -0
- /package/dist/api/resources/{environment/types/EnvironmentId.js → dynamic/resources/commons/types/SafeAndUnsafeString.js} +0 -0
- /package/dist/api/resources/{commons → dynamic/resources/commons}/types/TypeId.d.ts +0 -0
- /package/dist/api/resources/{environment/types/EnvironmentUrl.js → dynamic/resources/commons/types/TypeId.js} +0 -0
- /package/dist/api/resources/{commons → dynamic/resources/commons}/types/WithDocs.d.ts +0 -0
- /package/dist/api/resources/{environment/types/Environments.js → dynamic/resources/commons/types/WithDocs.js} +0 -0
- /package/dist/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentBaseUrlId.d.ts +0 -0
- /package/dist/api/resources/{environment/types/EnvironmentsConfig.js → dynamic/resources/environment/types/EnvironmentBaseUrlId.js} +0 -0
- /package/dist/api/resources/{environment/types/MultipleBaseUrlsEnvironment.js → dynamic/resources/environment/types/EnvironmentBaseUrlWithId.js} +0 -0
- /package/dist/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentId.d.ts +0 -0
- /package/dist/api/resources/{environment/types/MultipleBaseUrlsEnvironments.js → dynamic/resources/environment/types/EnvironmentId.js} +0 -0
- /package/dist/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentUrl.d.ts +0 -0
- /package/dist/api/resources/{environment/types/SingleBaseUrlEnvironment.js → dynamic/resources/environment/types/EnvironmentUrl.js} +0 -0
- /package/dist/api/resources/{environment/types/SingleBaseUrlEnvironments.js → dynamic/resources/environment/types/Environments.js} +0 -0
- /package/dist/api/resources/{http → dynamic/resources/http}/index.d.ts +0 -0
- /package/dist/api/resources/{http → dynamic/resources/http}/index.js +0 -0
- /package/dist/api/resources/{http → dynamic/resources/http}/types/HttpMethod.d.ts +0 -0
- /package/dist/api/resources/{http → dynamic/resources/http}/types/HttpMethod.js +0 -0
- /package/dist/api/resources/{http → dynamic/resources/http}/types/index.d.ts +0 -0
- /package/dist/api/resources/{http → dynamic/resources/http}/types/index.js +0 -0
- /package/dist/api/resources/{types → dynamic/resources/types}/types/ObjectPropertyAccess.d.ts +0 -0
- /package/dist/api/resources/{types → dynamic/resources/types}/types/ObjectPropertyAccess.js +0 -0
- /package/dist/api/resources/{types → dynamic/resources/types}/types/PrimitiveTypeV1.d.ts +0 -0
- /package/dist/api/resources/{types → dynamic/resources/types}/types/PrimitiveTypeV1.js +0 -0
- /package/dist/api/resources/{types → dynamic/resources/variables}/index.d.ts +0 -0
- /package/dist/api/resources/{types → dynamic/resources/variables}/index.js +0 -0
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./EnvironmentId"), exports);
|
|
18
|
-
__exportStar(require("./EnvironmentBaseUrlId"), exports);
|
|
19
|
-
__exportStar(require("./EnvironmentUrl"), exports);
|
|
20
|
-
__exportStar(require("./EnvironmentsConfig"), exports);
|
|
21
|
-
__exportStar(require("./Environments"), exports);
|
|
22
|
-
__exportStar(require("./SingleBaseUrlEnvironments"), exports);
|
|
23
|
-
__exportStar(require("./SingleBaseUrlEnvironment"), exports);
|
|
24
|
-
__exportStar(require("./MultipleBaseUrlsEnvironments"), exports);
|
|
25
|
-
__exportStar(require("./MultipleBaseUrlsEnvironment"), exports);
|
|
26
|
-
__exportStar(require("./EnvironmentBaseUrlWithId"), exports);
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./ObjectPropertyAccess"), exports);
|
|
18
|
-
__exportStar(require("./PrimitiveTypeV1"), exports);
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as FernIr from "../../../index";
|
|
5
|
-
export type Environments = FernIr.Environments.SingleBaseUrl | FernIr.Environments.MultipleBaseUrls;
|
|
6
|
-
export declare namespace Environments {
|
|
7
|
-
interface SingleBaseUrl extends FernIr.SingleBaseUrlEnvironments {
|
|
8
|
-
type: "singleBaseUrl";
|
|
9
|
-
}
|
|
10
|
-
interface MultipleBaseUrls extends FernIr.MultipleBaseUrlsEnvironments {
|
|
11
|
-
type: "multipleBaseUrls";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as FernIr from "../../../index";
|
|
5
|
-
export interface MultipleBaseUrlsEnvironment extends FernIr.WithDocs {
|
|
6
|
-
id: FernIr.EnvironmentId;
|
|
7
|
-
name: FernIr.Name;
|
|
8
|
-
urls: Record<FernIr.EnvironmentBaseUrlId, FernIr.EnvironmentUrl>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as FernIr from "../../../index";
|
|
5
|
-
export interface MultipleBaseUrlsEnvironments {
|
|
6
|
-
baseUrls: FernIr.EnvironmentBaseUrlWithId[];
|
|
7
|
-
environments: FernIr.MultipleBaseUrlsEnvironment[];
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as FernIr from "../../../index";
|
|
5
|
-
export interface SingleBaseUrlEnvironment extends FernIr.WithDocs {
|
|
6
|
-
id: FernIr.EnvironmentId;
|
|
7
|
-
name: FernIr.Name;
|
|
8
|
-
url: FernIr.EnvironmentUrl;
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from "./EnvironmentId";
|
|
2
|
-
export * from "./EnvironmentBaseUrlId";
|
|
3
|
-
export * from "./EnvironmentUrl";
|
|
4
|
-
export * from "./EnvironmentsConfig";
|
|
5
|
-
export * from "./Environments";
|
|
6
|
-
export * from "./SingleBaseUrlEnvironments";
|
|
7
|
-
export * from "./SingleBaseUrlEnvironment";
|
|
8
|
-
export * from "./MultipleBaseUrlsEnvironments";
|
|
9
|
-
export * from "./MultipleBaseUrlsEnvironment";
|
|
10
|
-
export * from "./EnvironmentBaseUrlWithId";
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./EnvironmentId"), exports);
|
|
18
|
-
__exportStar(require("./EnvironmentBaseUrlId"), exports);
|
|
19
|
-
__exportStar(require("./EnvironmentUrl"), exports);
|
|
20
|
-
__exportStar(require("./EnvironmentsConfig"), exports);
|
|
21
|
-
__exportStar(require("./Environments"), exports);
|
|
22
|
-
__exportStar(require("./SingleBaseUrlEnvironments"), exports);
|
|
23
|
-
__exportStar(require("./SingleBaseUrlEnvironment"), exports);
|
|
24
|
-
__exportStar(require("./MultipleBaseUrlsEnvironments"), exports);
|
|
25
|
-
__exportStar(require("./MultipleBaseUrlsEnvironment"), exports);
|
|
26
|
-
__exportStar(require("./EnvironmentBaseUrlWithId"), exports);
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./ObjectPropertyAccess"), exports);
|
|
18
|
-
__exportStar(require("./PrimitiveTypeV1"), exports);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/api/resources/{commons/types/NameAndWireValue.js → dynamic/resources/commons/types/Name.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentBaseUrlId.d.ts
RENAMED
|
File without changes
|
/package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentBaseUrlId.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentId.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentUrl.d.ts
RENAMED
|
File without changes
|
/package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentUrl.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentsConfig.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentId.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/api/resources/{environment → dynamic/resources/environment}/types/EnvironmentUrl.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/api/resources/{types → dynamic/resources/types}/types/ObjectPropertyAccess.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|