@azure-rest/batch 1.0.0-beta.3 → 1.0.0-beta.4

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.
Files changed (62) hide show
  1. package/dist/browser/batchClient.js +1 -1
  2. package/dist/browser/batchClient.js.map +1 -1
  3. package/dist/browser/clientDefinitions.d.ts +3 -43
  4. package/dist/browser/clientDefinitions.js.map +1 -1
  5. package/dist/browser/isUnexpected.d.ts +1 -6
  6. package/dist/browser/isUnexpected.js +0 -7
  7. package/dist/browser/isUnexpected.js.map +1 -1
  8. package/dist/browser/models.d.ts +105 -152
  9. package/dist/browser/models.js.map +1 -1
  10. package/dist/browser/outputModels.d.ts +165 -216
  11. package/dist/browser/outputModels.js.map +1 -1
  12. package/dist/browser/parameters.d.ts +1 -171
  13. package/dist/browser/parameters.js.map +1 -1
  14. package/dist/browser/responses.d.ts +1 -112
  15. package/dist/browser/responses.js.map +1 -1
  16. package/dist/commonjs/batchClient.js +1 -1
  17. package/dist/commonjs/batchClient.js.map +1 -1
  18. package/dist/commonjs/clientDefinitions.d.ts +3 -43
  19. package/dist/commonjs/clientDefinitions.js.map +1 -1
  20. package/dist/commonjs/isUnexpected.d.ts +1 -6
  21. package/dist/commonjs/isUnexpected.js +0 -7
  22. package/dist/commonjs/isUnexpected.js.map +1 -1
  23. package/dist/commonjs/models.d.ts +105 -152
  24. package/dist/commonjs/models.js.map +1 -1
  25. package/dist/commonjs/outputModels.d.ts +165 -216
  26. package/dist/commonjs/outputModels.js.map +1 -1
  27. package/dist/commonjs/parameters.d.ts +1 -171
  28. package/dist/commonjs/parameters.js.map +1 -1
  29. package/dist/commonjs/responses.d.ts +1 -112
  30. package/dist/commonjs/responses.js.map +1 -1
  31. package/dist/commonjs/tsdoc-metadata.json +1 -1
  32. package/dist/esm/batchClient.js +1 -1
  33. package/dist/esm/batchClient.js.map +1 -1
  34. package/dist/esm/clientDefinitions.d.ts +3 -43
  35. package/dist/esm/clientDefinitions.js.map +1 -1
  36. package/dist/esm/isUnexpected.d.ts +1 -6
  37. package/dist/esm/isUnexpected.js +0 -7
  38. package/dist/esm/isUnexpected.js.map +1 -1
  39. package/dist/esm/models.d.ts +105 -152
  40. package/dist/esm/models.js.map +1 -1
  41. package/dist/esm/outputModels.d.ts +165 -216
  42. package/dist/esm/outputModels.js.map +1 -1
  43. package/dist/esm/parameters.d.ts +1 -171
  44. package/dist/esm/parameters.js.map +1 -1
  45. package/dist/esm/responses.d.ts +1 -112
  46. package/dist/esm/responses.js.map +1 -1
  47. package/dist/react-native/batchClient.js +1 -1
  48. package/dist/react-native/batchClient.js.map +1 -1
  49. package/dist/react-native/clientDefinitions.d.ts +3 -43
  50. package/dist/react-native/clientDefinitions.js.map +1 -1
  51. package/dist/react-native/isUnexpected.d.ts +1 -6
  52. package/dist/react-native/isUnexpected.js +0 -7
  53. package/dist/react-native/isUnexpected.js.map +1 -1
  54. package/dist/react-native/models.d.ts +105 -152
  55. package/dist/react-native/models.js.map +1 -1
  56. package/dist/react-native/outputModels.d.ts +165 -216
  57. package/dist/react-native/outputModels.js.map +1 -1
  58. package/dist/react-native/parameters.d.ts +1 -171
  59. package/dist/react-native/parameters.js.map +1 -1
  60. package/dist/react-native/responses.d.ts +1 -112
  61. package/dist/react-native/responses.js.map +1 -1
  62. package/package.json +48 -39
@@ -1,6 +1,6 @@
1
1
  import type { RawHttpHeadersInput } from "@azure/core-rest-pipeline";
2
2
  import type { RequestParameters } from "@azure-rest/core-client";
3
- import type { BatchPoolCreateOptions, BatchPoolUpdateOptions, BatchPoolEnableAutoScaleOptions, BatchPoolEvaluateAutoScaleOptions, BatchPoolResizeOptions, BatchPoolReplaceOptions, BatchNodeRemoveOptions, BatchJobUpdateOptions, BatchJob, BatchJobDisableOptions, BatchJobTerminateOptions, BatchJobCreateOptions, BatchCertificate, BatchJobScheduleUpdateOptions, BatchJobSchedule, BatchJobScheduleCreateOptions, BatchTaskCreateOptions, BatchTaskGroup, BatchTask, BatchNodeUserCreateOptions, BatchNodeUserUpdateOptions, BatchNodeRebootOptions, BatchNodeDeallocateOptions, BatchNodeReimageOptions, BatchNodeDisableSchedulingOptions, UploadBatchServiceLogsOptions } from "./models.js";
3
+ import type { BatchPoolCreateOptions, BatchPoolUpdateOptions, BatchPoolEnableAutoScaleOptions, BatchPoolEvaluateAutoScaleOptions, BatchPoolResizeOptions, BatchPoolReplaceOptions, BatchNodeRemoveOptions, BatchJobUpdateOptions, BatchJob, BatchJobDisableOptions, BatchJobTerminateOptions, BatchJobCreateOptions, BatchJobScheduleUpdateOptions, BatchJobSchedule, BatchJobScheduleCreateOptions, BatchTaskCreateOptions, BatchTaskGroup, BatchTask, BatchNodeUserCreateOptions, BatchNodeUserUpdateOptions, BatchNodeRebootOptions, BatchNodeDeallocateOptions, BatchNodeReimageOptions, BatchNodeDisableSchedulingOptions, UploadBatchServiceLogsOptions } from "./models.js";
4
4
  export interface ListApplicationsHeaders {
5
5
  /**
6
6
  * The caller-generated request identity, in the form of a GUID with no decoration
@@ -1449,176 +1449,6 @@ export interface GetJobTaskCountsHeaderParam {
1449
1449
  headers?: RawHttpHeadersInput & GetJobTaskCountsHeaders;
1450
1450
  }
1451
1451
  export type GetJobTaskCountsParameters = GetJobTaskCountsQueryParam & GetJobTaskCountsHeaderParam & RequestParameters;
1452
- export interface CreateCertificateHeaders {
1453
- /**
1454
- * The caller-generated request identity, in the form of a GUID with no decoration
1455
- * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
1456
- */
1457
- "client-request-id"?: string;
1458
- /** Whether the server should return the client-request-id in the response. */
1459
- "return-client-request-id"?: boolean;
1460
- /**
1461
- * The time the request was issued. Client libraries typically set this to the
1462
- * current system clock time; set it explicitly if you are calling the REST API
1463
- * directly.
1464
- */
1465
- "ocp-date"?: string;
1466
- }
1467
- export interface CreateCertificateBodyParam {
1468
- /** The Certificate to be created. */
1469
- body: BatchCertificate;
1470
- }
1471
- export interface CreateCertificateQueryParamProperties {
1472
- /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.". */
1473
- timeOut?: number;
1474
- }
1475
- export interface CreateCertificateQueryParam {
1476
- queryParameters?: CreateCertificateQueryParamProperties;
1477
- }
1478
- export interface CreateCertificateHeaderParam {
1479
- headers?: RawHttpHeadersInput & CreateCertificateHeaders;
1480
- }
1481
- export interface CreateCertificateMediaTypesParam {
1482
- /** Type of content */
1483
- contentType: "application/json; odata=minimalmetadata";
1484
- }
1485
- export type CreateCertificateParameters = CreateCertificateQueryParam & CreateCertificateHeaderParam & CreateCertificateMediaTypesParam & CreateCertificateBodyParam & RequestParameters;
1486
- export interface ListCertificatesHeaders {
1487
- /**
1488
- * The caller-generated request identity, in the form of a GUID with no decoration
1489
- * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
1490
- */
1491
- "client-request-id"?: string;
1492
- /** Whether the server should return the client-request-id in the response. */
1493
- "return-client-request-id"?: boolean;
1494
- /**
1495
- * The time the request was issued. Client libraries typically set this to the
1496
- * current system clock time; set it explicitly if you are calling the REST API
1497
- * directly.
1498
- */
1499
- "ocp-date"?: string;
1500
- }
1501
- /** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
1502
- export interface ListCertificatesSelectQueryParam {
1503
- /** Value of the parameter */
1504
- value: string[];
1505
- /** Should we explode the value? */
1506
- explode: false;
1507
- /** Style of the value */
1508
- style: "form";
1509
- }
1510
- export interface ListCertificatesQueryParamProperties {
1511
- /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.". */
1512
- timeOut?: number;
1513
- /**
1514
- * The maximum number of items to return in the response. A maximum of 1000
1515
- * applications can be returned.
1516
- */
1517
- maxresults?: number;
1518
- /**
1519
- * An OData $filter clause. For more information on constructing this filter, see
1520
- * https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates.
1521
- */
1522
- $filter?: string;
1523
- /** An OData $select clause. */
1524
- $select?: string[] | ListCertificatesSelectQueryParam;
1525
- }
1526
- export interface ListCertificatesQueryParam {
1527
- queryParameters?: ListCertificatesQueryParamProperties;
1528
- }
1529
- export interface ListCertificatesHeaderParam {
1530
- headers?: RawHttpHeadersInput & ListCertificatesHeaders;
1531
- }
1532
- export type ListCertificatesParameters = ListCertificatesQueryParam & ListCertificatesHeaderParam & RequestParameters;
1533
- export interface CancelCertificateDeletionHeaders {
1534
- /**
1535
- * The caller-generated request identity, in the form of a GUID with no decoration
1536
- * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
1537
- */
1538
- "client-request-id"?: string;
1539
- /** Whether the server should return the client-request-id in the response. */
1540
- "return-client-request-id"?: boolean;
1541
- /**
1542
- * The time the request was issued. Client libraries typically set this to the
1543
- * current system clock time; set it explicitly if you are calling the REST API
1544
- * directly.
1545
- */
1546
- "ocp-date"?: string;
1547
- }
1548
- export interface CancelCertificateDeletionQueryParamProperties {
1549
- /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.". */
1550
- timeOut?: number;
1551
- }
1552
- export interface CancelCertificateDeletionQueryParam {
1553
- queryParameters?: CancelCertificateDeletionQueryParamProperties;
1554
- }
1555
- export interface CancelCertificateDeletionHeaderParam {
1556
- headers?: RawHttpHeadersInput & CancelCertificateDeletionHeaders;
1557
- }
1558
- export type CancelCertificateDeletionParameters = CancelCertificateDeletionQueryParam & CancelCertificateDeletionHeaderParam & RequestParameters;
1559
- export interface DeleteCertificateHeaders {
1560
- /**
1561
- * The caller-generated request identity, in the form of a GUID with no decoration
1562
- * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
1563
- */
1564
- "client-request-id"?: string;
1565
- /** Whether the server should return the client-request-id in the response. */
1566
- "return-client-request-id"?: boolean;
1567
- /**
1568
- * The time the request was issued. Client libraries typically set this to the
1569
- * current system clock time; set it explicitly if you are calling the REST API
1570
- * directly.
1571
- */
1572
- "ocp-date"?: string;
1573
- }
1574
- export interface DeleteCertificateQueryParamProperties {
1575
- /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.". */
1576
- timeOut?: number;
1577
- }
1578
- export interface DeleteCertificateQueryParam {
1579
- queryParameters?: DeleteCertificateQueryParamProperties;
1580
- }
1581
- export interface DeleteCertificateHeaderParam {
1582
- headers?: RawHttpHeadersInput & DeleteCertificateHeaders;
1583
- }
1584
- export type DeleteCertificateParameters = DeleteCertificateQueryParam & DeleteCertificateHeaderParam & RequestParameters;
1585
- export interface GetCertificateHeaders {
1586
- /**
1587
- * The caller-generated request identity, in the form of a GUID with no decoration
1588
- * such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
1589
- */
1590
- "client-request-id"?: string;
1591
- /** Whether the server should return the client-request-id in the response. */
1592
- "return-client-request-id"?: boolean;
1593
- /**
1594
- * The time the request was issued. Client libraries typically set this to the
1595
- * current system clock time; set it explicitly if you are calling the REST API
1596
- * directly.
1597
- */
1598
- "ocp-date"?: string;
1599
- }
1600
- /** This is the wrapper object for the parameter `$select` with explode set to false and style set to form. */
1601
- export interface GetCertificateSelectQueryParam {
1602
- /** Value of the parameter */
1603
- value: string[];
1604
- /** Should we explode the value? */
1605
- explode: false;
1606
- /** Style of the value */
1607
- style: "form";
1608
- }
1609
- export interface GetCertificateQueryParamProperties {
1610
- /** The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.". */
1611
- timeOut?: number;
1612
- /** An OData $select clause. */
1613
- $select?: string[] | GetCertificateSelectQueryParam;
1614
- }
1615
- export interface GetCertificateQueryParam {
1616
- queryParameters?: GetCertificateQueryParamProperties;
1617
- }
1618
- export interface GetCertificateHeaderParam {
1619
- headers?: RawHttpHeadersInput & GetCertificateHeaders;
1620
- }
1621
- export type GetCertificateParameters = GetCertificateQueryParam & GetCertificateHeaderParam & RequestParameters;
1622
1452
  export interface JobScheduleExistsHeaders {
1623
1453
  /**
1624
1454
  * The caller-generated request identity, in the form of a GUID with no decoration