File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
sdk/servicebus/service-bus Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ import {
1111 SenderOptions ,
1212 generate_uuid ,
1313 string_to_uuid ,
14- types
14+ types ,
15+ Typed
1516} from "rhea-promise" ;
1617import {
1718 AmqpMessage ,
@@ -29,11 +30,12 @@ import {
2930 ServiceBusMessage ,
3031 ServiceBusMessageImpl ,
3132 getMessagePropertyTypeMismatchError ,
32- toAmqpMessage
33+ toAmqpMessage ,
34+ InternalReceiveMode ,
35+ fromAmqpMessage
3336} from "../serviceBusMessage" ;
3437import { LinkEntity , RequestResponseLinkOptions } from "./linkEntity" ;
3538import { logger } from "../log" ;
36- import { InternalReceiveMode , fromAmqpMessage } from "../serviceBusMessage" ;
3739import { toBuffer } from "../util/utils" ;
3840import {
3941 logError ,
@@ -43,7 +45,6 @@ import {
4345 throwTypeErrorIfParameterNotLong ,
4446 throwTypeErrorIfParameterTypeMismatch
4547} from "../util/errors" ;
46- import { Typed } from "rhea-promise" ;
4748import { max32BitNumber } from "../util/constants" ;
4849import { Buffer } from "buffer" ;
4950import { OperationOptionsBase } from "./../modelsToBeSharedWithEventHubs" ;
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ import {
1010 stringifyXML ,
1111 stripRequest ,
1212 stripResponse ,
13- RequestPrepareOptions
13+ RequestPrepareOptions ,
14+ OperationOptions
1415} from "@azure/core-http" ;
1516
1617import * as Constants from "./constants" ;
1718import { logger } from "../log" ;
1819import { Buffer } from "buffer" ;
1920
2021import { parseURL } from "./parseUrl" ;
21- import { OperationOptions } from "@azure/core-http" ;
2222import { logError } from "./errors" ;
2323
2424/**
Original file line number Diff line number Diff line change 77 CreateSessionReceiverOptions ,
88 ServiceBusClient ,
99 ServiceBusReceiver ,
10- ServiceBusSessionReceiver
10+ ServiceBusSessionReceiver ,
11+ ServiceBusClientOptions
1112} from "../../src" ;
1213
1314import { TestClientType , TestMessage } from "./testUtils" ;
@@ -19,7 +20,6 @@ import {
1920 recreateTopic ,
2021 verifyMessageCount
2122} from "./managementUtils" ;
22- import { ServiceBusClientOptions } from "../../src" ;
2323import chai from "chai" ;
2424import {
2525 ServiceBusReceivedMessage ,
You can’t perform that action at this time.
0 commit comments