@azure/data-tables 12.2.0-alpha.20211104.1 → 13.0.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.
@@ -6,6 +6,7 @@ import { NamedKeyCredential } from '@azure/core-auth';
6
6
  import { OperationOptions } from '@azure/core-client';
7
7
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
8
8
  import { Pipeline } from '@azure/core-rest-pipeline';
9
+ import { RestError } from '@azure/core-rest-pipeline';
9
10
  import { SASCredential } from '@azure/core-auth';
10
11
  import { TokenCredential } from '@azure/core-auth';
11
12
 
@@ -159,7 +160,7 @@ export declare interface Edm<T extends EdmTypes> {
159
160
  /**
160
161
  * The value of the entity property
161
162
  */
162
- value: T extends "Binary" ? Uint8Array : T extends "Boolean" ? boolean : T extends "Double" ? number : T extends "Int32" ? number : string;
163
+ value: T extends "Binary" ? string : T extends "Boolean" ? boolean : T extends "Double" ? number : T extends "Int32" ? number : string;
163
164
  /**
164
165
  * The type of the entity property
165
166
  */
@@ -306,6 +307,8 @@ export declare interface Metrics {
306
307
  */
307
308
  export declare function odata(strings: TemplateStringsArray, ...values: unknown[]): string;
308
309
 
310
+ export { RestError }
311
+
309
312
  /** The retention policy. */
310
313
  export declare interface RetentionPolicy {
311
314
  /** Indicates whether a retention policy is enabled for the service. */
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.17"
8
+ "packageVersion": "7.18.19"
9
9
  }
10
10
  ]
11
11
  }