conflict_resolution stringlengths 27 16k |
|---|
<<<<<<<
replaceTypeInfo(response.result.typeMetadata);
updater.updateViewModelAndControls(response.result, true);
=======
updater.updateViewModelAndControls(response.result);
>>>>>>>
replaceTypeInfo(response.result.typeMetadata);
updater.updateViewModelAndC... |
<<<<<<<
import { ClientConfigurationError } from "./error/ClientConfigurationError";
import { AuthError } from "./error/AuthError";
import { ClientAuthError } from "./error/ClientAuthError";
=======
import { ClientConfigurationError } from "./error/ClientConfigurationError";
>>>>>>>
import { ClientConfigurationErro... |
<<<<<<<
file(): goog.async.Deferred<File>;
}
=======
file(): goog.async.Deferred<_File>;
}
}
>>>>>>>
file(): goog.async.Deferred<_File>;
} |
<<<<<<<
import { CacheLocation } from "./Configuration";
=======
import { CacheKeys } from "./Constants";
>>>>>>>
import { CacheLocation } from "./Configuration";
import { CacheKeys } from "./Constants";
<<<<<<<
/**
* Create acquireTokenUserKey to cache user object
* acquireTokenUserKey = Constants.a... |
<<<<<<<
class Error extends Error__Class { }
/** Fake class which should be extended to avoid inheriting static properties */
class Error__Class extends Error__Class {
=======
class Error extends Error.__Class { }
module Error {
/** Fake class which should be extended to avoid inheriting... |
<<<<<<<
then<RESULT,THIS>(opt_onFulfilled?: (_0: TYPE) => Thenable, opt_onRejected?: (_0: any) => any, opt_context?: THIS): goog.Promise<RESULT>;
}
=======
then<RESULT,THIS>(opt_onFulfilled?: (_0: VALUE) => Thenable<RESULT>, opt_onRejected?: (_0: any) => any, opt_context?: THIS): goo... |
<<<<<<<
declarations: [
AppComponent,
HomeComponent
],
imports: [
BrowserModule,
AppRoutingModule,
IgxButtonModule,
NavigationDrawerModule,
IgxNavbarModule
],
providers: [],
bootstrap: [AppComponent]
=======
declarations: [
AppComponent,
HomeComponent
],
imports: [
Bro... |
<<<<<<<
async addTemplate(fileName: string, template: Template, modulePath?: string): Promise<boolean> {
const parts = path.parse(fileName);
// trim the fileName to avoid awkward paths or mismatches:
fileName = fileName.trim();
fileName = parts.ext ? path.join(parts.dir, parts.name) : fileName;
fileName = fi... |
<<<<<<<
import { FormsModule } from '@angular/forms';
=======
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
>>>>>>>
import { FormsModule } from '@angular/forms';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; |
<<<<<<<
var asciidoctor = spawn(asciidoctor_binary_path, ['-q', '-o-', '-', '-B', path.dirname(doc.fileName)], options );
=======
var asciidoctor = spawn(asciidoctor_command, ['-q', '-o-', '-', '-B', documentPath], options );
asciidoctor.stdin.write(text);
... |
<<<<<<<
CLOSE_DROPDOWNS: 'leonardo:close:dropdowns',
=======
SCENARIO_CLICKED: 'leonardo:scenario:clicked',
FILTER_STATES: 'leonardo:filter:states',
>>>>>>>
SCENARIO_CLICKED: 'leonardo:scenario:clicked',
FILTER_STATES: 'leonardo:filter:states',
CLOSE_DROPDOWNS: 'leonardo:close:dropdowns', |
<<<<<<<
constructor(private $scope, private $timeout) {
=======
constructor(private $scope, private leoConfiguration, private $timeout) {
this.activateBtnText = 'Activate All';
this.isAllActivated = false;
>>>>>>>
constructor(private $scope, private $timeout) {
this.activateBtnText = 'Activate All'... |
<<<<<<<
interface Global {
Olm: Olm;
}
interface MediaDevices {
// This is experimental and types don't know about it yet
// https://github.com/microsoft/TypeScript/issues/33232
getDisplayMedia(constraints: MediaStreamConstraints): Promise<MediaStream>;
}
interface ... |
<<<<<<<
import * as unhomoglyph from 'unhomoglyph';
=======
import unhomoglyph from 'unhomoglyph';
import {ConnectionError} from "./http-api";
>>>>>>>
import * as unhomoglyph from 'unhomoglyph';
import {ConnectionError} from "./http-api"; |
<<<<<<<
/**
* Builds the absolute url for the destination page
* @param url Relative path of requested page
* @returns Full destination url
*/
getDestinationUrl(url: string): string {
// Absolute base url for the application
const baseUrl = this.location.normalize(document.ge... |
<<<<<<<
import { AuthorizationCodePayload } from "./AuthorizationCodePayload";
=======
import { AuthenticationScheme, THE_FAMILY_ID } from "../utils/Constants";
import { PopTokenGenerator } from "../crypto/PopTokenGenerator";
import { AppMetadataEntity } from "../cache/entities/AppMetadataEntity";
import { ICachePlug... |
<<<<<<<
universe: Universe,
event: any,
=======
>>>>>>> |
<<<<<<<
initStore.createDispatch = createRootDispatch;
const Provider = createProvider(store);
=======
const Provider = createProvider(store, plugins);
>>>>>>>
initStore.createDispatch = createRootDispatch;
const Provider = createProvider(store, plugins); |
<<<<<<<
=======
id: string;
inputFiles: string[];
>>>>>>>
id: string; |
<<<<<<<
if(handCard?.value === Value.PLUS_FOUR) {
// Es importante el orden en que se aplica los efectos. Primero se aplica +4 y luego saltea turno.
state.giveCards(4);
state.skipNextTurn();
}
if (handCard?.value === Value.WILDCARD || handCard?.value === Value.PLUS_FOUR) {
=======
... |
<<<<<<<
/**
* Añadimos opción de reordenar las cartas.
* Ahora mismo es un poco "inutil" ya que cuando pasa turno se mezclan de nuevo
* pero cuando el jugador solo vea sus cartas deberían de permanecer ordenadas.
**/
new Sortable(document.querySelectorAll('.player-cards'), {
dragga... |
<<<<<<<
import './styles/styles.css';
import RandomDeck from './utils/randomDeck/randomDeck';
import { fromEvent } from 'rxjs';
import { map } from 'rxjs/operators';
const cartas = [
'cero',
'uno',
'dos',
'tres',
'cuatro',
'cinco',
'seis',
'siete',
'ocho',
'nueve',
'mas-dos',
'saltar',
'reve... |
<<<<<<<
'pypi_cdktf': path.resolve(dist, 'python', `cdktf-${version.replace(/-/g, '_')}-py3-none-any.whl`),
'mvn_cdktf': path.resolve(dist, 'java', `com/hashicorp/cdktf/${version}/cdktf-${version}.jar`),
'nuget_cdktf': path.resolve(dist, 'dotnet', `Hashicorp.Cdktf.${version}.nupkg`)
=======
'p... |
<<<<<<<
import { getDialogData, setDialogData, sanitizeDialogData } from '../utils';
=======
import { StoreContext } from '../store';
import { getDialogData, setDialogData, sanitizeDialogData } from '../utils/dialogUtil';
>>>>>>>
import { getDialogData, setDialogData, sanitizeDialogData } from '../utils/dialogUtil'; |
<<<<<<<
import { isElectron } from '../../utils/electronUtil';
import storage from '../../utils/storage';
import OnboardingState from '../../utils/onboardingStorage';
=======
import { StateError } from '../../store/types';
>>>>>>>
import OnboardingState from '../../utils/onboardingStorage';
import { StateError } fro... |
<<<<<<<
// msg confirm
private static confirm(message: string, callback?: (result: boolean) => void): any;
private static confirm(message: string, title?: string, callback?: (result: boolean) => void, ): any;
private static confirm(
message: string,
titleOrCallBack?: string | ((result: b... |
<<<<<<<
* Use to get the post logout redirect uri configured in MSAL or null.
* @param requestPostLogoutRedirectUri
* @returns Post logout redirect URL
*/
protected getPostLogoutRedirectUri(requestPostLogoutRedirectUri?: string): string {
this.logger.verbose("getPostLogoutRedirectUri cal... |
<<<<<<<
import { Runtype, Static, create, validationError } from '../runtype';
import { Unknown } from './unknown';
=======
import { Runtype, Static, create } from '../runtype';
import { Always } from './always';
>>>>>>>
import { Runtype, Static, create } from '../runtype'; |
<<<<<<<
getMyGrantedNodes() {
return this.http.get<Array<Node>>('/api/perms/v1/user/nodes-assets/tree/?cache_policy=1');
=======
get_my_granted_nodes() {
return this.http.get<Array<Node>>('/api/perms/v1/users/nodes-with-assets/tree/?cache_policy=1');
>>>>>>>
getMyGrantedNodes() {
return this.http.g... |
<<<<<<<
locale: string;
AudioPlayer?: keyStringObj;
AutoComplete?: keyStringObj;
Cascader?: keyStringObj;
global?: keyStringObj;
Table?: keyString;
Modal?: keyStringObj;
Form?: keyStringObj & {
defaultValidateMessages: keyStringObj,
},
Guide?: keyStringObj,
List?: keyStringObj,
Spin?: keyStr... |
<<<<<<<
defaultValidateMessages: keyStringObj,
},
Transfer?: keyStringObj,
TreeSelect?: keyStringObj,
Upload?: keyStringObj,
=======
defaultValidateMessages: keyStringObj;
};
Spin?: keyStringObj;
Select?: keyString;
>>>>>>>
defaultValidateMessages: keyStringObj;
};
Spin?: keyStringObj;
... |
<<<<<<<
locale: string,
AudioPlayer?: keyString,
AutoComplete?: keyString,
Cascader?: keyString,
global?: keyString,
Table?: keyString,
Modal?: keyString,
RichEditor?: keyString,
Pagination?: keyString,
VideoViewer?: keyString,
=======
locale: string;
AudioPlayer?: keyStringObj;
AutoComplete... |
<<<<<<<
Transfer: {
notFoundContent: '无匹配结果',
sourceNotFoundContent: '暂无相关信息',
targetNotFonudContent: '请从左侧选择添加',
searchPlaceholder: '请输入关键字',
},
TreeSelect: {
placeholder: '请选择',
searchPlaceholder: '请输入关键字',
treeNodeResetTitle: '不选择任何分类',
notFoundContent: '无匹配结果',
okText: '确定'... |
<<<<<<<
List: {
emptyText: '暂无数据',
},
Guide: {
prevBtnText: '上一步',
nextBtnText: '下一步',
doneBtnText: '知道了',
skipBtnText: '跳过',
}
=======
VideoViewer: {
fullScreen: '全屏',
cancelFullScreen: '取消全屏',
download: '下载',
retry: '重试'
}
>>>>>>>
List: {
emptyText: '暂无数据',
}... |
<<<<<<<
handler.style.display = 'block';
const draggable = new Draggable(handler, this.getResizableOptions());
=======
const direction = this.getResizeDirection(handler);
if (this.hasResizableHandle(direction)) {
handler.style.displa... |
<<<<<<<
},
isElementFitContainer: function (element: HTMLElement, containerEl: HTMLElement): boolean {
const containerRect = containerEl.getBoundingClientRect();
const elRect = element.getBoundingClientRect();
return elRect.left > containerRect.left &&
elRect.right < contain... |
<<<<<<<
start () {
=======
start() {
>>>>>>>
start() {
<<<<<<<
console.log('onStart', this.gridsterComponent.$element.getAttribute('id'));
=======
this.refreshLines();
>>>>>>>
this.refreshLines();
console.log('onStart', this.gridsterComponent.$element.getAttribute(... |
<<<<<<<
import {ArmObj, ArmArrayResult} from '../models/arm/arm-obj';
=======
import {ConfigService} from './config.service';
>>>>>>>
import {ArmObj, ArmArrayResult} from '../models/arm/arm-obj';
import {ConfigService} from './config.service';
<<<<<<<
public armApiVersion = '2014-04-01'
public armLocksApiVe... |
<<<<<<<
import { Observable, Subscription as RxSubscription, Subject } from 'rxjs/Rx';
=======
import {Observable, Subscription as RxSubscription, BehaviorSubject} from 'rxjs/Rx';
>>>>>>>
import {Observable, Subscription as RxSubscription, BehaviorSubject, Subject} from 'rxjs/Rx';
<<<<<<<
public showTryView: bo... |
<<<<<<<
public static deploymentCenterOAuthOrganization = 'deploymentCenterOAuthOrganization';
public static deploymentCenterOAuthOrganizationPlaceholder = 'deploymentCenterOAuthOrganizationPlaceholder';
public static deploymentCenterOAuthProject = 'deploymentCenterOAuthProject';
public static deploymentCenterO... |
<<<<<<<
public static eventHubPicker_conncetion: string = "eventHubPicker_conncetion";
public static eventHubPicker_customConnectionString: string = "eventHubPicker_customConnectionString";
public static error_schemaValidationProxies: string = "error_schemaValidationProxies";
=======
public static eve... |
<<<<<<<
import { Http } from '@angular/http';
import { CacheService } from './../shared/services/cache.service';
import { AuthzService } from './../shared/services/authz.service';
import { LanguageService } from './../shared/services/language.service';
import { ArmService } from './../shared/services/arm.service';
impo... |
<<<<<<<
@Output()
change = new Subject<boolean>();
@Input()
disabled: boolean = false;
@Input()
on: boolean = false;
@Input()
isCommand: boolean = false;
@Input()
name: string;
@Input()
stateNames: { on: string; off: string };
// The inputs 'displayLabelFormat' and 'ariaLabelFormat' are used ... |
<<<<<<<
public static readonly tipSupported = 'tipSupported';
=======
public static readonly showFunctionsPreview = 'showFunctionsPreview';
>>>>>>>
public static readonly tipSupported = 'tipSupported';
public static readonly showFunctionsPreview = 'showFunctionsPreview'; |
<<<<<<<
import { BusyStateComponent } from './busy-state/busy-state.component';
import { environment } from './../environments/environment.prod';
import { StartupInfo } from './shared/models/portal';
import { BroadcastService } from './shared/services/broadcast.service';
import { FunctionContainer } from './shared/mode... |
<<<<<<<
if (this.apiProxiesEnabled !== value) {
this._busyManager.setBusy();
const appSettingValue: string = value ? this._configService.FunctionsVersionInfo.proxyDefault : Constants.disabled;
=======
if (this.showProxyEnable) {
this._busyState.setBusyState();
>>>>>>>
... |
<<<<<<<
import { AuthResponse, buildResponseStateOnly, setResponseIdToken } from "./AuthResponse";
// default authority
=======
import { AuthResponse, buildResponseStateOnly } from "./AuthResponse";
import TelemetryManager from "./telemetry/TelemetryManager";
import { TelemetryPlatform, TelemetryConfig } from './tel... |
<<<<<<<
import {ErrorListComponent} from './error-list/error-list.component';
import {MainComponent} from './main/main.component';
=======
import {MonitoringService} from './shared/services/app-monitoring.service';
import {BackgroundTasksService} from './shared/services/background-tasks.service';
import {GlobalStateS... |
<<<<<<<
import { fileExit } from '../shared/file';
=======
import { setServerUrl } from '../shared/git';
>>>>>>>
import { fileExit } from '../shared/file';
import { setServerUrl } from '../shared/git'; |
<<<<<<<
// load plugin.yml delay
commander.register(pluginCommand, () => {
let plugin = loadPlugin(ctx, pkg, version);
return plugin.desc || `${pkg} universal plugin description`;
}, async () => {
await execPlugin(ctx, pkg, version);
}, [], pkg);
=======
const universalPkg: Unive... |
<<<<<<<
preUninstall: Command;
postUninstall: Command;
=======
usage: any;
>>>>>>>
preUninstall: Command;
postUninstall: Command;
usage: any;
<<<<<<<
this.preUninstall = new Command(this.ctx, this.path, config?.['pre-uninstall']);
this.postUninstall = new Command(this.ctx, this.path, confi... |
<<<<<<<
import { NgZone, Directive, Optional, OnDestroy, DoCheck, OnChanges, AfterViewInit,
SimpleChanges, KeyValueDiffers, Input, HostBinding, HostListener, ElementRef } from '@angular/core';
=======
import { SimpleChanges, KeyValueDiffers } from '@angular/core';
import { NgZone, Directive, Optional, ElementRef } ... |
<<<<<<<
this.zone.runOutsideAngular(() => {
=======
if (this.timeout) {
window.clearTimeout(this.timeout);
}
if (this.runInsideAngular) {
>>>>>>>
if (this.timeout) {
window.clearTimeout(this.timeout);
}
this.zone.runOutsideAngular(() => { |
<<<<<<<
protected _buildSlot(dataPackage: BuildArmaturePackage, slotData: SlotData, displays: Array<DisplayData | null> | null, armature: Armature): Slot {
=======
/**
* @inheritDoc
*/
protected _buildSlot(dataPackage: BuildArmaturePackage, slotData: SlotData, armature: Arma... |
<<<<<<<
ifElse,
findLastIndex,
indexOf,
=======
ifElse, throttle
>>>>>>>
findLastIndex,
indexOf,
ifElse,
throttle |
<<<<<<<
import { ConfigurationManager, EnvironmentManager } from "../system"
import { MultiStepInput, QuickPickParameters } from "../ui"
=======
import { ConfigurationManager, EnvironmentManager } from "../manager"
import { MultiStepInput, QuickPickParameters } from "../ui/MultiStepInput"
>>>>>>>
import { Configurat... |
<<<<<<<
if (isEmpty(contracts) && isEmpty(changedLibraries)) {
Loggy.noSpin(__filename, 'push', `after-push`, `All implementations are up to date`);
=======
if (isEmpty(contractObjects) && isEmpty(changedLibraries)) {
Loggy.noSpin(__filename, 'push', `after-push`, `All contracts are up to date`);
... |
<<<<<<<
=======
askForMethodParams: {
type: 'confirm',
message:
'Do you want to call a function on the instance after upgrade it?',
when: () => initMethodsList.length !== 0 && methodName !== 'initialize',
},
methodName: {
type: 'list',
message: 'Select which function'... |
<<<<<<<
=======
import { getEntityOrThrow } from '../helpers/utils/get-entity-or-throw';
>>>>>>>
<<<<<<<
const fulfillment = await this.connection.getRepository(ctx, Fulfillment).save(
new Fulfillment({
trackingCode: input.trackingCode,
method: input.method,
... |
<<<<<<<
import { CustomFieldRelationService } from '../helpers/custom-field-relation/custom-field-relation.service';
=======
import { ConfigArgService } from '../helpers/config-arg/config-arg.service';
>>>>>>>
import { ConfigArgService } from '../helpers/config-arg/config-arg.service';
import { CustomFieldRelationSe... |
<<<<<<<
import { CustomPaymentProcess } from './payment/custom-payment-process';
import { PaymentMethodHandler } from './payment/payment-method-handler';
=======
import { PaymentMethodEligibilityChecker } from './payment-method/payment-method-eligibility-checker';
import { PaymentMethodHandler } from './payment-metho... |
<<<<<<<
=======
import { findOneInChannel } from '../helpers/utils/channel-aware-orm-utils';
import { getEntityOrThrow } from '../helpers/utils/get-entity-or-throw';
>>>>>>>
<<<<<<<
.build(Customer, options, { where: { deletedAt: null }, ctx })
=======
.build(Customer, options, {
... |
<<<<<<<
import { OrderService } from '../../../service/services/order.service';
import { RequestContext } from '../../common/request-context';
import { Ctx } from '../../decorators/request-context.decorator';
=======
import { FulfillmentService } from '../../../service/services/fulfillment.service';
>>>>>>>
import {... |
<<<<<<<
const CMD_TOGGLE = "spellchecker:toggle-check-spelling";
const CMD_APPLY_SUGGESTION = "spellchecker:apply-suggestion";
const TEXT_SUGGESTIONS_AVAILABLE = 'Adjust spelling to'
const TEXT_NO_SUGGESTIONS = 'No spellcheck suggestions'
interface IWord {
line: number;
start: number;
end: number;
tex... |
<<<<<<<
import reactRemoveBracesFromJsxAttribute from "./refactorings/react/remove-braces-from-jsx-attribute";
=======
import reactAddBracesToJsxAttribute from "./refactorings/react/add-braces-to-jsx-attribute";
>>>>>>>
import reactAddBracesToJsxAttribute from "./refactorings/react/add-braces-to-jsx-attribute";
impo... |
<<<<<<<
t.traverseAST(
ast,
createVisitor(selection, (path: t.NodePath<t.IfStatement>) => {
const { alternate } = path.node;
if (alternate) {
mergeAlternate = true;
canMerge = true;
} else {
mergeAlternate = false;
canMerge = true;
}
})
);
======... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
contentType: "application/json; charset=utf-8",
parameterTransformations: [
{
sourcePath: [
"body"
],
targetPath: [
"parameterGroupingPostRequiredParameters",
"body"
]
... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "POST"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "POST"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "HEAD"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "PUT"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "POST"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
contentType: "application/json; charset=utf-8",
parameterTransformations: [
{
sourcePath: [
"complexBody",
"arrayProperty"
],
targetPath: [
"arrayProperty"
]
}
... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
export const TEST_POP_VALUES = {
KID: "NzbLsXh8uDCcd-6MNwXF4W_7noWXFZAfHkxZsRGC9Xs",
ENCODED_REQ_CNF: "eyJraWQiOiJOemJMc1hoOHVEQ2NkLTZNTndYRjRXXzdub1dYRlpBZkhreFpzUkdDOVhzIiwieG1zX2tzbCI6InN3In0=",
DECODED_REQ_CNF: `{"kid":"NzbLsXh8uDCcd-6MNwXF4W_7noWXFZAfHkxZsRGC9Xs","xms_ksl":"sw"}`,
SAMPLE_PO... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "POST"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>... |
<<<<<<<
return popupWindow;
} catch (e) {
this.logger.error("error opening popup " + e.message);
this.loginInProgress = false;
this.acquireTokenInProgress = false;
throw ClientAuthError.createPopupWindowError(e.toString());
}
}
//#endregion
//#region... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
contentType: "application/json; charset=utf-8",
parameterTransformations: [
{
sourcePath: [
"product",
"provisioningState"
],
targetPath: [
"provisioningState"
]
}
... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "GET"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
<<<<<<<
contentType: "application/json; charset=utf-8",
parameterTransformations: [
{
sourcePath: [
"complexBody",
"field"
],
targetPath: [
"field"
]
}
]
=======... |
<<<<<<<
} catch (err) {
this.logger.warning("could not resolve endpoints");
=======
}).catch((err) => {
this.logger.error(err);
>>>>>>>
} catch (err) {
this.logger.error(err);
<<<<<<<
}
} catch (err) {
... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "HEAD"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>... |
<<<<<<<
operationRes = await client.sendOperationRequest(httpRequest, {
httpMethod: "PUT"
});
let response = operationRes.response;
let statusCode = response.status;
=======
operationRes = await client.sendRequest(httpRequest);
let statusCode = operationRes.status;
>>>>>>>... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.