@rh-support/api
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -57,4 +57,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var env_1 = __importStar(require("../utils/env")); | ||
var fetch_1 = require("../utils/fetch"); | ||
var env_1 = __importStar(require("../utils/env")); | ||
exports.createCase = function (casePayload, isCaseCreate, isCaseAccountSecureSupport) { | ||
@@ -61,0 +61,0 @@ if (isCaseCreate === void 0) { isCaseCreate = true; } |
@@ -6,4 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var env_1 = __importDefault(require("../utils/env")); | ||
var fetch_1 = require("../utils/fetch"); | ||
var env_1 = __importDefault(require("../utils/env")); | ||
function getAccountClusters(params, abortSignal) { | ||
@@ -10,0 +10,0 @@ var uri = env_1.default.cloudHostName().clone().setPath('/api/clusters_mgmt/v1/clusters'); |
export * from './case'; | ||
export * from './caseDiagnostics'; | ||
export * from './feedbackForm/feedbackForm'; | ||
export * from './languageDetection/languageDetection'; | ||
export * from './metadata/metadata'; | ||
export * from './recommendations'; | ||
export * from './user/user'; | ||
export * from './utils'; | ||
export * from './troubleshootingSession'; | ||
export * from './cloud'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,10 +7,5 @@ "use strict"; | ||
__export(require("./case")); | ||
__export(require("./caseDiagnostics")); | ||
__export(require("./feedbackForm/feedbackForm")); | ||
__export(require("./languageDetection/languageDetection")); | ||
__export(require("./metadata/metadata")); | ||
__export(require("./recommendations")); | ||
__export(require("./user/user")); | ||
__export(require("./utils")); | ||
__export(require("./troubleshootingSession")); | ||
__export(require("./cloud")); |
@@ -10,4 +10,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
import { addQueryParamsToUri, getUri, postUri, putUri, deleteUri } from '../utils/fetch'; | ||
import Env, { getUserAgentForCaseMode } from '../utils/env'; | ||
import { addQueryParamsToUri, deleteUri, getUri, postUri, putUri } from '../utils/fetch'; | ||
export const createCase = (casePayload, isCaseCreate = true, isCaseAccountSecureSupport = false) => __awaiter(void 0, void 0, void 0, function* () { | ||
@@ -14,0 +14,0 @@ try { |
@@ -1,3 +0,3 @@ | ||
import { getUri, addQueryParamsToUri } from '../utils/fetch'; | ||
import Env from '../utils/env'; | ||
import { addQueryParamsToUri, getUri } from '../utils/fetch'; | ||
export function getAccountClusters(params, abortSignal) { | ||
@@ -4,0 +4,0 @@ const uri = Env.cloudHostName().clone().setPath('/api/clusters_mgmt/v1/clusters'); |
export * from './case'; | ||
export * from './caseDiagnostics'; | ||
export * from './feedbackForm/feedbackForm'; | ||
export * from './languageDetection/languageDetection'; | ||
export * from './metadata/metadata'; | ||
export * from './recommendations'; | ||
export * from './user/user'; | ||
export * from './utils'; | ||
export * from './troubleshootingSession'; | ||
export * from './cloud'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './case'; | ||
export * from './caseDiagnostics'; | ||
export * from './feedbackForm/feedbackForm'; | ||
export * from './languageDetection/languageDetection'; | ||
export * from './metadata/metadata'; | ||
export * from './recommendations'; | ||
export * from './user/user'; | ||
export * from './utils'; | ||
export * from './troubleshootingSession'; | ||
export * from './cloud'; |
{ | ||
"name": "@rh-support/api", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Contains all the backend API calls", | ||
@@ -43,7 +43,7 @@ "author": "Vikas Rathee <vrathee@redhat.com>", | ||
"peerDependencies": { | ||
"@cee-eng/hydrajs": "4.0.0" | ||
"@cee-eng/hydrajs": "4.0.3" | ||
}, | ||
"dependencies": { | ||
"@cee-eng/hydrajs": "4.0.0", | ||
"@rh-support/types": "0.1.25", | ||
"@cee-eng/hydrajs": "4.0.3", | ||
"@rh-support/types": "0.1.26", | ||
"btoa-lite": "^1.0.0", | ||
@@ -53,3 +53,3 @@ "jsuri": "^1.3.1", | ||
}, | ||
"gitHead": "70002c6f058be610fbb456b0d93270c43d210a25" | ||
"gitHead": "d39f773876f1df74bffe606540e1c6d647311fc4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
156330
80
3091
+ Added@rh-support/types@0.1.26(transitive)
- Removed@rh-support/types@0.1.25(transitive)
Updated@cee-eng/hydrajs@4.0.3
Updated@rh-support/types@0.1.26