@azure/communication-phone-numbers 1.3.0-alpha.20240827.1 → 1.3.0-alpha.20240828.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -2402,7 +2402,7 @@ let PhoneNumbersClient$1 = class PhoneNumbersClient extends coreClient__namespac
2402
2402
  };
2403
2403
 
2404
2404
  // Copyright (c) Microsoft Corporation.
2405
- // Licensed under the MIT license.
2405
+ // Licensed under the MIT License.
2406
2406
  /**
2407
2407
  * Creates a `PipelinePolicy` that converts relative URL values in the `nextLink` property to absolute URLs.
2408
2408
  *
@@ -2429,14 +2429,14 @@ function createPhoneNumbersPagingPolicy(host) {
2429
2429
  }
2430
2430
 
2431
2431
  // Copyright (c) Microsoft Corporation.
2432
- // Licensed under the MIT license.
2432
+ // Licensed under the MIT License.
2433
2433
  /**
2434
2434
  * The \@azure\/logger configuration for this package.
2435
2435
  */
2436
2436
  const logger = logger$1.createClientLogger("communication-phone-numbers");
2437
2437
 
2438
2438
  // Copyright (c) Microsoft Corporation.
2439
- // Licensed under the MIT license.
2439
+ // Licensed under the MIT License.
2440
2440
  /// <reference lib="esnext.asynciterable" />
2441
2441
  const isPhoneNumbersClientOptions = (options) => options && !communicationCommon.isKeyCredential(options) && !coreAuth.isTokenCredential(options);
2442
2442
  /**
@@ -3224,7 +3224,7 @@ let SipRoutingClient$1 = class SipRoutingClient extends SipRoutingClientContext
3224
3224
  };
3225
3225
 
3226
3226
  // Copyright (c) Microsoft Corporation.
3227
- // Licensed under the MIT license.
3227
+ // Licensed under the MIT License.
3228
3228
  /**
3229
3229
  * @internal
3230
3230
  * Transforming SIP trunks REST model to SDK model
@@ -3252,7 +3252,7 @@ function transformIntoRestModel(trunks) {
3252
3252
  }
3253
3253
 
3254
3254
  // Copyright (c) Microsoft Corporation.
3255
- // Licensed under the MIT license.
3255
+ // Licensed under the MIT License.
3256
3256
  /**
3257
3257
  * Checks whether the type of a value is SipClientOptions or not.
3258
3258
  *