@azure-rest/communication-job-router 1.1.0-beta.1 → 1.1.0-beta.3
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.
- package/CHANGELOG.md +51 -0
- package/LICENSE +21 -0
- package/README.md +168 -115
- package/dist/browser/azureCommunicationRoutingServiceClient.d.ts +14 -0
- package/dist/browser/azureCommunicationRoutingServiceClient.d.ts.map +1 -0
- package/dist/browser/azureCommunicationRoutingServiceClient.js +41 -0
- package/dist/browser/azureCommunicationRoutingServiceClient.js.map +1 -0
- package/dist/browser/azureCommunicationRoutingServiceCustmizedClient.d.ts +17 -0
- package/dist/browser/azureCommunicationRoutingServiceCustmizedClient.d.ts.map +1 -0
- package/dist/browser/azureCommunicationRoutingServiceCustmizedClient.js +29 -0
- package/dist/browser/azureCommunicationRoutingServiceCustmizedClient.js.map +1 -0
- package/dist/browser/clientDefinitions.d.ts +159 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +11 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +35 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +5 -6
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/logger.js +1 -1
- package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
- package/dist/browser/models.d.ts +562 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +683 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +245 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/responses.d.ts +616 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/azureCommunicationRoutingServiceClient.d.ts +14 -0
- package/dist/commonjs/azureCommunicationRoutingServiceClient.d.ts.map +1 -0
- package/dist/commonjs/azureCommunicationRoutingServiceClient.js +44 -0
- package/dist/commonjs/azureCommunicationRoutingServiceClient.js.map +1 -0
- package/dist/commonjs/azureCommunicationRoutingServiceCustmizedClient.d.ts +17 -0
- package/dist/commonjs/azureCommunicationRoutingServiceCustmizedClient.d.ts.map +1 -0
- package/dist/commonjs/azureCommunicationRoutingServiceCustmizedClient.js +33 -0
- package/dist/commonjs/azureCommunicationRoutingServiceCustmizedClient.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +159 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +11 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +16 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +35 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +104 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +562 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +683 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +140 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +245 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/responses.d.ts +616 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureCommunicationRoutingServiceClient.d.ts +14 -0
- package/dist/esm/azureCommunicationRoutingServiceClient.d.ts.map +1 -0
- package/dist/esm/azureCommunicationRoutingServiceClient.js +41 -0
- package/dist/esm/azureCommunicationRoutingServiceClient.js.map +1 -0
- package/dist/esm/azureCommunicationRoutingServiceCustmizedClient.d.ts +17 -0
- package/dist/esm/azureCommunicationRoutingServiceCustmizedClient.d.ts.map +1 -0
- package/dist/esm/azureCommunicationRoutingServiceCustmizedClient.js +29 -0
- package/dist/esm/azureCommunicationRoutingServiceCustmizedClient.js.map +1 -0
- package/dist/esm/clientDefinitions.d.ts +159 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +11 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +35 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +101 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +562 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +683 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +137 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +245 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/responses.d.ts +616 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/azureCommunicationRoutingServiceClient.d.ts +14 -0
- package/dist/react-native/azureCommunicationRoutingServiceClient.d.ts.map +1 -0
- package/dist/react-native/azureCommunicationRoutingServiceClient.js +41 -0
- package/dist/react-native/azureCommunicationRoutingServiceClient.js.map +1 -0
- package/dist/react-native/azureCommunicationRoutingServiceCustmizedClient.d.ts +17 -0
- package/dist/react-native/azureCommunicationRoutingServiceCustmizedClient.d.ts.map +1 -0
- package/dist/react-native/azureCommunicationRoutingServiceCustmizedClient.js +29 -0
- package/dist/react-native/azureCommunicationRoutingServiceCustmizedClient.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +159 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +11 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +35 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +101 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +562 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +683 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +137 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +245 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/responses.d.ts +616 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +84 -75
- package/review/{communication-job-router.api.md → communication-job-router-node.api.md} +168 -55
- package/dist/index.js +0 -229
- package/dist/index.js.map +0 -1
- package/dist-esm/src/azureCommunicationRoutingServiceClient.js +0 -42
- package/dist-esm/src/azureCommunicationRoutingServiceClient.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/types/communication-job-router.d.ts +0 -2677
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n ClassificationPolicy,\n DistributionPolicy,\n ExceptionPolicy,\n RouterQueue,\n RouterJob,\n ReclassifyJobOptions,\n CancelJobOptions,\n CompleteJobOptions,\n CloseJobOptions,\n RouterJobStatusSelector,\n UnassignJobOptions,\n DeclineJobOfferOptions,\n RouterWorker,\n RouterWorkerStateSelector,\n} from \"./models.js\";\n\nexport interface UpsertClassificationPolicyHeaders {\n /** The request should only proceed if an entity matches this string. */\n \"If-Match\"?: string;\n /** The request should only proceed if the entity was not modified after this time. */\n \"If-Unmodified-Since\"?: string;\n}\n\n/** The resource instance. */\nexport type ClassificationPolicyResourceMergeAndPatch = Partial<ClassificationPolicy>;\n\nexport interface UpsertClassificationPolicyBodyParam {\n /** The resource instance. */\n body: ClassificationPolicyResourceMergeAndPatch;\n}\n\nexport interface UpsertClassificationPolicyHeaderParam {\n headers?: RawHttpHeadersInput & UpsertClassificationPolicyHeaders;\n}\n\nexport interface UpsertClassificationPolicyMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpsertClassificationPolicyParameters = UpsertClassificationPolicyHeaderParam &\n UpsertClassificationPolicyMediaTypesParam &\n UpsertClassificationPolicyBodyParam &\n RequestParameters;\nexport type GetClassificationPolicyParameters = RequestParameters;\nexport type DeleteClassificationPolicyParameters = RequestParameters;\n\nexport interface ListClassificationPoliciesQueryParamProperties {\n /** Number of objects to return per page. */\n maxpagesize?: number;\n}\n\nexport interface ListClassificationPoliciesQueryParam {\n queryParameters?: ListClassificationPoliciesQueryParamProperties;\n}\n\nexport type ListClassificationPoliciesParameters = ListClassificationPoliciesQueryParam &\n RequestParameters;\n\nexport interface UpsertDistributionPolicyHeaders {\n /** The request should only proceed if an entity matches this string. */\n \"If-Match\"?: string;\n /** The request should only proceed if the entity was not modified after this time. */\n \"If-Unmodified-Since\"?: string;\n}\n\n/** The resource instance. */\nexport type DistributionPolicyResourceMergeAndPatch = Partial<DistributionPolicy>;\n\nexport interface UpsertDistributionPolicyBodyParam {\n /** The resource instance. */\n body: DistributionPolicyResourceMergeAndPatch;\n}\n\nexport interface UpsertDistributionPolicyHeaderParam {\n headers?: RawHttpHeadersInput & UpsertDistributionPolicyHeaders;\n}\n\nexport interface UpsertDistributionPolicyMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpsertDistributionPolicyParameters = UpsertDistributionPolicyHeaderParam &\n UpsertDistributionPolicyMediaTypesParam &\n UpsertDistributionPolicyBodyParam &\n RequestParameters;\nexport type GetDistributionPolicyParameters = RequestParameters;\nexport type DeleteDistributionPolicyParameters = RequestParameters;\n\nexport interface ListDistributionPoliciesQueryParamProperties {\n /** Number of objects to return per page. */\n maxpagesize?: number;\n}\n\nexport interface ListDistributionPoliciesQueryParam {\n queryParameters?: ListDistributionPoliciesQueryParamProperties;\n}\n\nexport type ListDistributionPoliciesParameters = ListDistributionPoliciesQueryParam &\n RequestParameters;\n\nexport interface UpsertExceptionPolicyHeaders {\n /** The request should only proceed if an entity matches this string. */\n \"If-Match\"?: string;\n /** The request should only proceed if the entity was not modified after this time. */\n \"If-Unmodified-Since\"?: string;\n}\n\n/** The resource instance. */\nexport type ExceptionPolicyResourceMergeAndPatch = Partial<ExceptionPolicy>;\n\nexport interface UpsertExceptionPolicyBodyParam {\n /** The resource instance. */\n body: ExceptionPolicyResourceMergeAndPatch;\n}\n\nexport interface UpsertExceptionPolicyHeaderParam {\n headers?: RawHttpHeadersInput & UpsertExceptionPolicyHeaders;\n}\n\nexport interface UpsertExceptionPolicyMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpsertExceptionPolicyParameters = UpsertExceptionPolicyHeaderParam &\n UpsertExceptionPolicyMediaTypesParam &\n UpsertExceptionPolicyBodyParam &\n RequestParameters;\nexport type GetExceptionPolicyParameters = RequestParameters;\nexport type DeleteExceptionPolicyParameters = RequestParameters;\n\nexport interface ListExceptionPoliciesQueryParamProperties {\n /** Number of objects to return per page. */\n maxpagesize?: number;\n}\n\nexport interface ListExceptionPoliciesQueryParam {\n queryParameters?: ListExceptionPoliciesQueryParamProperties;\n}\n\nexport type ListExceptionPoliciesParameters = ListExceptionPoliciesQueryParam & RequestParameters;\n\nexport interface UpsertQueueHeaders {\n /** The request should only proceed if an entity matches this string. */\n \"If-Match\"?: string;\n /** The request should only proceed if the entity was not modified after this time. */\n \"If-Unmodified-Since\"?: string;\n}\n\n/** The resource instance. */\nexport type RouterQueueResourceMergeAndPatch = Partial<RouterQueue>;\n\nexport interface UpsertQueueBodyParam {\n /** The resource instance. */\n body: RouterQueueResourceMergeAndPatch;\n}\n\nexport interface UpsertQueueHeaderParam {\n headers?: RawHttpHeadersInput & UpsertQueueHeaders;\n}\n\nexport interface UpsertQueueMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpsertQueueParameters = UpsertQueueHeaderParam &\n UpsertQueueMediaTypesParam &\n UpsertQueueBodyParam &\n RequestParameters;\nexport type GetQueueParameters = RequestParameters;\nexport type DeleteQueueParameters = RequestParameters;\n\nexport interface ListQueuesQueryParamProperties {\n /** Number of objects to return per page. */\n maxpagesize?: number;\n}\n\nexport interface ListQueuesQueryParam {\n queryParameters?: ListQueuesQueryParamProperties;\n}\n\nexport type ListQueuesParameters = ListQueuesQueryParam & RequestParameters;\n\nexport interface UpsertJobHeaders {\n /** The request should only proceed if an entity matches this string. */\n \"If-Match\"?: string;\n /** The request should only proceed if the entity was not modified after this time. */\n \"If-Unmodified-Since\"?: string;\n}\n\n/** The resource instance. */\nexport type RouterJobResourceMergeAndPatch = Partial<RouterJob>;\n\nexport interface UpsertJobBodyParam {\n /** The resource instance. */\n body: RouterJobResourceMergeAndPatch;\n}\n\nexport interface UpsertJobHeaderParam {\n headers?: RawHttpHeadersInput & UpsertJobHeaders;\n}\n\nexport interface UpsertJobMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpsertJobParameters = UpsertJobHeaderParam &\n UpsertJobMediaTypesParam &\n UpsertJobBodyParam &\n RequestParameters;\nexport type GetJobParameters = RequestParameters;\nexport type DeleteJobParameters = RequestParameters;\n\nexport interface ReclassifyBodyParam {\n /** Request object for reclassifying a job. */\n body?: ReclassifyJobOptions;\n}\n\nexport type ReclassifyParameters = ReclassifyBodyParam & RequestParameters;\n\nexport interface CancelBodyParam {\n /** Request model for cancelling job. */\n body?: CancelJobOptions;\n}\n\nexport type CancelParameters = CancelBodyParam & RequestParameters;\n\nexport interface CompleteBodyParam {\n /** Request model for completing job. */\n body?: CompleteJobOptions;\n}\n\nexport type CompleteParameters = CompleteBodyParam & RequestParameters;\n\nexport interface CloseBodyParam {\n /** Request model for closing job. */\n body?: CloseJobOptions;\n}\n\nexport type CloseParameters = CloseBodyParam & RequestParameters;\n\nexport interface ListJobsQueryParamProperties {\n /** Number of objects to return per page. */\n maxpagesize?: number;\n /**\n * If specified, filter jobs by status.\n *\n * Possible values: \"all\", \"pendingClassification\", \"queued\", \"assigned\", \"completed\", \"closed\", \"cancelled\", \"classificationFailed\", \"created\", \"pendingSchedule\", \"scheduled\", \"scheduleFailed\", \"waitingForActivation\", \"active\"\n */\n status?: RouterJobStatusSelector;\n /** If specified, filter jobs by queue. */\n queueId?: string;\n /** If specified, filter jobs by channel. */\n channelId?: string;\n /** If specified, filter jobs by classificationPolicy. */\n classificationPolicyId?: string;\n /** If specified, filter on jobs that was scheduled before or at given timestamp. Range: (-Inf, scheduledBefore]. */\n scheduledBefore?: Date | string;\n /** If specified, filter on jobs that was scheduled at or after given value. Range: [scheduledAfter, +Inf). */\n scheduledAfter?: Date | string;\n}\n\nexport interface ListJobsQueryParam {\n queryParameters?: ListJobsQueryParamProperties;\n}\n\nexport type ListJobsParameters = ListJobsQueryParam & RequestParameters;\nexport type GetInQueuePositionParameters = RequestParameters;\n\nexport interface UnassignBodyParam {\n /** Request body for unassign route. */\n body?: UnassignJobOptions;\n}\n\nexport type UnassignParameters = UnassignBodyParam & RequestParameters;\nexport type AcceptParameters = RequestParameters;\n\nexport interface DeclineBodyParam {\n /** Request model for declining offer. */\n body?: DeclineJobOfferOptions;\n}\n\nexport type DeclineParameters = DeclineBodyParam & RequestParameters;\nexport type GetQueueStatisticsParameters = RequestParameters;\n\nexport interface UpsertWorkerHeaders {\n /** The request should only proceed if an entity matches this string. */\n \"If-Match\"?: string;\n /** The request should only proceed if the entity was not modified after this time. */\n \"If-Unmodified-Since\"?: string;\n}\n\n/** The resource instance. */\nexport type RouterWorkerResourceMergeAndPatch = Partial<RouterWorker>;\n\nexport interface UpsertWorkerBodyParam {\n /** The resource instance. */\n body: RouterWorkerResourceMergeAndPatch;\n}\n\nexport interface UpsertWorkerHeaderParam {\n headers?: RawHttpHeadersInput & UpsertWorkerHeaders;\n}\n\nexport interface UpsertWorkerMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpsertWorkerParameters = UpsertWorkerHeaderParam &\n UpsertWorkerMediaTypesParam &\n UpsertWorkerBodyParam &\n RequestParameters;\nexport type GetWorkerParameters = RequestParameters;\nexport type DeleteWorkerParameters = RequestParameters;\n\nexport interface ListWorkersQueryParamProperties {\n /** Number of objects to return per page. */\n maxpagesize?: number;\n /**\n * If specified, select workers by worker state.\n *\n * Possible values: \"active\", \"draining\", \"inactive\", \"all\"\n */\n state?: RouterWorkerStateSelector;\n /** If specified, select workers who have a channel configuration with this channel. */\n channelId?: string;\n /** If specified, select workers who are assigned to this queue. */\n queueId?: string;\n /** If set to true, select only workers who have capacity for the channel specified by `channelId` or for any channel if `channelId` not specified. If set to false, then will return all workers including workers without any capacity for jobs. Defaults to false. */\n hasCapacity?: boolean;\n}\n\nexport interface ListWorkersQueryParam {\n queryParameters?: ListWorkersQueryParamProperties;\n}\n\nexport type ListWorkersParameters = ListWorkersQueryParam & RequestParameters;\n"]}
|
|
@@ -0,0 +1,616 @@
|
|
|
1
|
+
import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
|
|
2
|
+
import type { HttpResponse, ErrorResponse } from "@azure-rest/core-client";
|
|
3
|
+
import type { ClassificationPolicyOutput, PagedClassificationPolicyOutput, DistributionPolicyOutput, PagedDistributionPolicyOutput, ExceptionPolicyOutput, PagedExceptionPolicyOutput, RouterQueueOutput, PagedRouterQueueOutput, RouterJobOutput, ReclassifyJobResultOutput, CancelJobResultOutput, CompleteJobResultOutput, CloseJobResultOutput, PagedRouterJobOutput, RouterJobPositionDetailsOutput, UnassignJobResultOutput, AcceptJobOfferResultOutput, DeclineJobOfferResultOutput, RouterQueueStatisticsOutput, RouterWorkerOutput, PagedRouterWorkerOutput } from "./outputModels.js";
|
|
4
|
+
export interface UpsertClassificationPolicy200Headers {
|
|
5
|
+
/** The entity tag for the response. */
|
|
6
|
+
etag?: string;
|
|
7
|
+
/** The last modified timestamp. */
|
|
8
|
+
"last-modified"?: string;
|
|
9
|
+
}
|
|
10
|
+
/** The request has succeeded. */
|
|
11
|
+
export interface UpsertClassificationPolicy200Response extends HttpResponse {
|
|
12
|
+
status: "200";
|
|
13
|
+
body: ClassificationPolicyOutput;
|
|
14
|
+
headers: RawHttpHeaders & UpsertClassificationPolicy200Headers;
|
|
15
|
+
}
|
|
16
|
+
export interface UpsertClassificationPolicy201Headers {
|
|
17
|
+
/** The entity tag for the response. */
|
|
18
|
+
etag?: string;
|
|
19
|
+
/** The last modified timestamp. */
|
|
20
|
+
"last-modified"?: string;
|
|
21
|
+
}
|
|
22
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
23
|
+
export interface UpsertClassificationPolicy201Response extends HttpResponse {
|
|
24
|
+
status: "201";
|
|
25
|
+
body: ClassificationPolicyOutput;
|
|
26
|
+
headers: RawHttpHeaders & UpsertClassificationPolicy201Headers;
|
|
27
|
+
}
|
|
28
|
+
export interface UpsertClassificationPolicyDefaultHeaders {
|
|
29
|
+
/** String error code indicating what went wrong. */
|
|
30
|
+
"x-ms-error-code"?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface UpsertClassificationPolicyDefaultResponse extends HttpResponse {
|
|
33
|
+
status: string;
|
|
34
|
+
body: ErrorResponse;
|
|
35
|
+
headers: RawHttpHeaders & UpsertClassificationPolicyDefaultHeaders;
|
|
36
|
+
}
|
|
37
|
+
export interface GetClassificationPolicy200Headers {
|
|
38
|
+
/** The entity tag for the response. */
|
|
39
|
+
etag?: string;
|
|
40
|
+
/** The last modified timestamp. */
|
|
41
|
+
"last-modified"?: string;
|
|
42
|
+
}
|
|
43
|
+
/** The request has succeeded. */
|
|
44
|
+
export interface GetClassificationPolicy200Response extends HttpResponse {
|
|
45
|
+
status: "200";
|
|
46
|
+
body: ClassificationPolicyOutput;
|
|
47
|
+
headers: RawHttpHeaders & GetClassificationPolicy200Headers;
|
|
48
|
+
}
|
|
49
|
+
export interface GetClassificationPolicyDefaultHeaders {
|
|
50
|
+
/** String error code indicating what went wrong. */
|
|
51
|
+
"x-ms-error-code"?: string;
|
|
52
|
+
}
|
|
53
|
+
export interface GetClassificationPolicyDefaultResponse extends HttpResponse {
|
|
54
|
+
status: string;
|
|
55
|
+
body: ErrorResponse;
|
|
56
|
+
headers: RawHttpHeaders & GetClassificationPolicyDefaultHeaders;
|
|
57
|
+
}
|
|
58
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
59
|
+
export interface DeleteClassificationPolicy204Response extends HttpResponse {
|
|
60
|
+
status: "204";
|
|
61
|
+
}
|
|
62
|
+
export interface DeleteClassificationPolicyDefaultHeaders {
|
|
63
|
+
/** String error code indicating what went wrong. */
|
|
64
|
+
"x-ms-error-code"?: string;
|
|
65
|
+
}
|
|
66
|
+
export interface DeleteClassificationPolicyDefaultResponse extends HttpResponse {
|
|
67
|
+
status: string;
|
|
68
|
+
body: ErrorResponse;
|
|
69
|
+
headers: RawHttpHeaders & DeleteClassificationPolicyDefaultHeaders;
|
|
70
|
+
}
|
|
71
|
+
/** The request has succeeded. */
|
|
72
|
+
export interface ListClassificationPolicies200Response extends HttpResponse {
|
|
73
|
+
status: "200";
|
|
74
|
+
body: PagedClassificationPolicyOutput;
|
|
75
|
+
}
|
|
76
|
+
export interface ListClassificationPoliciesDefaultHeaders {
|
|
77
|
+
/** String error code indicating what went wrong. */
|
|
78
|
+
"x-ms-error-code"?: string;
|
|
79
|
+
}
|
|
80
|
+
export interface ListClassificationPoliciesDefaultResponse extends HttpResponse {
|
|
81
|
+
status: string;
|
|
82
|
+
body: ErrorResponse;
|
|
83
|
+
headers: RawHttpHeaders & ListClassificationPoliciesDefaultHeaders;
|
|
84
|
+
}
|
|
85
|
+
export interface UpsertDistributionPolicy200Headers {
|
|
86
|
+
/** The entity tag for the response. */
|
|
87
|
+
etag?: string;
|
|
88
|
+
/** The last modified timestamp. */
|
|
89
|
+
"last-modified"?: string;
|
|
90
|
+
}
|
|
91
|
+
/** The request has succeeded. */
|
|
92
|
+
export interface UpsertDistributionPolicy200Response extends HttpResponse {
|
|
93
|
+
status: "200";
|
|
94
|
+
body: DistributionPolicyOutput;
|
|
95
|
+
headers: RawHttpHeaders & UpsertDistributionPolicy200Headers;
|
|
96
|
+
}
|
|
97
|
+
export interface UpsertDistributionPolicy201Headers {
|
|
98
|
+
/** The entity tag for the response. */
|
|
99
|
+
etag?: string;
|
|
100
|
+
/** The last modified timestamp. */
|
|
101
|
+
"last-modified"?: string;
|
|
102
|
+
}
|
|
103
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
104
|
+
export interface UpsertDistributionPolicy201Response extends HttpResponse {
|
|
105
|
+
status: "201";
|
|
106
|
+
body: DistributionPolicyOutput;
|
|
107
|
+
headers: RawHttpHeaders & UpsertDistributionPolicy201Headers;
|
|
108
|
+
}
|
|
109
|
+
export interface UpsertDistributionPolicyDefaultHeaders {
|
|
110
|
+
/** String error code indicating what went wrong. */
|
|
111
|
+
"x-ms-error-code"?: string;
|
|
112
|
+
}
|
|
113
|
+
export interface UpsertDistributionPolicyDefaultResponse extends HttpResponse {
|
|
114
|
+
status: string;
|
|
115
|
+
body: ErrorResponse;
|
|
116
|
+
headers: RawHttpHeaders & UpsertDistributionPolicyDefaultHeaders;
|
|
117
|
+
}
|
|
118
|
+
export interface GetDistributionPolicy200Headers {
|
|
119
|
+
/** The entity tag for the response. */
|
|
120
|
+
etag?: string;
|
|
121
|
+
/** The last modified timestamp. */
|
|
122
|
+
"last-modified"?: string;
|
|
123
|
+
}
|
|
124
|
+
/** The request has succeeded. */
|
|
125
|
+
export interface GetDistributionPolicy200Response extends HttpResponse {
|
|
126
|
+
status: "200";
|
|
127
|
+
body: DistributionPolicyOutput;
|
|
128
|
+
headers: RawHttpHeaders & GetDistributionPolicy200Headers;
|
|
129
|
+
}
|
|
130
|
+
export interface GetDistributionPolicyDefaultHeaders {
|
|
131
|
+
/** String error code indicating what went wrong. */
|
|
132
|
+
"x-ms-error-code"?: string;
|
|
133
|
+
}
|
|
134
|
+
export interface GetDistributionPolicyDefaultResponse extends HttpResponse {
|
|
135
|
+
status: string;
|
|
136
|
+
body: ErrorResponse;
|
|
137
|
+
headers: RawHttpHeaders & GetDistributionPolicyDefaultHeaders;
|
|
138
|
+
}
|
|
139
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
140
|
+
export interface DeleteDistributionPolicy204Response extends HttpResponse {
|
|
141
|
+
status: "204";
|
|
142
|
+
}
|
|
143
|
+
export interface DeleteDistributionPolicyDefaultHeaders {
|
|
144
|
+
/** String error code indicating what went wrong. */
|
|
145
|
+
"x-ms-error-code"?: string;
|
|
146
|
+
}
|
|
147
|
+
export interface DeleteDistributionPolicyDefaultResponse extends HttpResponse {
|
|
148
|
+
status: string;
|
|
149
|
+
body: ErrorResponse;
|
|
150
|
+
headers: RawHttpHeaders & DeleteDistributionPolicyDefaultHeaders;
|
|
151
|
+
}
|
|
152
|
+
/** The request has succeeded. */
|
|
153
|
+
export interface ListDistributionPolicies200Response extends HttpResponse {
|
|
154
|
+
status: "200";
|
|
155
|
+
body: PagedDistributionPolicyOutput;
|
|
156
|
+
}
|
|
157
|
+
export interface ListDistributionPoliciesDefaultHeaders {
|
|
158
|
+
/** String error code indicating what went wrong. */
|
|
159
|
+
"x-ms-error-code"?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface ListDistributionPoliciesDefaultResponse extends HttpResponse {
|
|
162
|
+
status: string;
|
|
163
|
+
body: ErrorResponse;
|
|
164
|
+
headers: RawHttpHeaders & ListDistributionPoliciesDefaultHeaders;
|
|
165
|
+
}
|
|
166
|
+
export interface UpsertExceptionPolicy200Headers {
|
|
167
|
+
/** The entity tag for the response. */
|
|
168
|
+
etag?: string;
|
|
169
|
+
/** The last modified timestamp. */
|
|
170
|
+
"last-modified"?: string;
|
|
171
|
+
}
|
|
172
|
+
/** The request has succeeded. */
|
|
173
|
+
export interface UpsertExceptionPolicy200Response extends HttpResponse {
|
|
174
|
+
status: "200";
|
|
175
|
+
body: ExceptionPolicyOutput;
|
|
176
|
+
headers: RawHttpHeaders & UpsertExceptionPolicy200Headers;
|
|
177
|
+
}
|
|
178
|
+
export interface UpsertExceptionPolicy201Headers {
|
|
179
|
+
/** The entity tag for the response. */
|
|
180
|
+
etag?: string;
|
|
181
|
+
/** The last modified timestamp. */
|
|
182
|
+
"last-modified"?: string;
|
|
183
|
+
}
|
|
184
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
185
|
+
export interface UpsertExceptionPolicy201Response extends HttpResponse {
|
|
186
|
+
status: "201";
|
|
187
|
+
body: ExceptionPolicyOutput;
|
|
188
|
+
headers: RawHttpHeaders & UpsertExceptionPolicy201Headers;
|
|
189
|
+
}
|
|
190
|
+
export interface UpsertExceptionPolicyDefaultHeaders {
|
|
191
|
+
/** String error code indicating what went wrong. */
|
|
192
|
+
"x-ms-error-code"?: string;
|
|
193
|
+
}
|
|
194
|
+
export interface UpsertExceptionPolicyDefaultResponse extends HttpResponse {
|
|
195
|
+
status: string;
|
|
196
|
+
body: ErrorResponse;
|
|
197
|
+
headers: RawHttpHeaders & UpsertExceptionPolicyDefaultHeaders;
|
|
198
|
+
}
|
|
199
|
+
export interface GetExceptionPolicy200Headers {
|
|
200
|
+
/** The entity tag for the response. */
|
|
201
|
+
etag?: string;
|
|
202
|
+
/** The last modified timestamp. */
|
|
203
|
+
"last-modified"?: string;
|
|
204
|
+
}
|
|
205
|
+
/** The request has succeeded. */
|
|
206
|
+
export interface GetExceptionPolicy200Response extends HttpResponse {
|
|
207
|
+
status: "200";
|
|
208
|
+
body: ExceptionPolicyOutput;
|
|
209
|
+
headers: RawHttpHeaders & GetExceptionPolicy200Headers;
|
|
210
|
+
}
|
|
211
|
+
export interface GetExceptionPolicyDefaultHeaders {
|
|
212
|
+
/** String error code indicating what went wrong. */
|
|
213
|
+
"x-ms-error-code"?: string;
|
|
214
|
+
}
|
|
215
|
+
export interface GetExceptionPolicyDefaultResponse extends HttpResponse {
|
|
216
|
+
status: string;
|
|
217
|
+
body: ErrorResponse;
|
|
218
|
+
headers: RawHttpHeaders & GetExceptionPolicyDefaultHeaders;
|
|
219
|
+
}
|
|
220
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
221
|
+
export interface DeleteExceptionPolicy204Response extends HttpResponse {
|
|
222
|
+
status: "204";
|
|
223
|
+
}
|
|
224
|
+
export interface DeleteExceptionPolicyDefaultHeaders {
|
|
225
|
+
/** String error code indicating what went wrong. */
|
|
226
|
+
"x-ms-error-code"?: string;
|
|
227
|
+
}
|
|
228
|
+
export interface DeleteExceptionPolicyDefaultResponse extends HttpResponse {
|
|
229
|
+
status: string;
|
|
230
|
+
body: ErrorResponse;
|
|
231
|
+
headers: RawHttpHeaders & DeleteExceptionPolicyDefaultHeaders;
|
|
232
|
+
}
|
|
233
|
+
/** The request has succeeded. */
|
|
234
|
+
export interface ListExceptionPolicies200Response extends HttpResponse {
|
|
235
|
+
status: "200";
|
|
236
|
+
body: PagedExceptionPolicyOutput;
|
|
237
|
+
}
|
|
238
|
+
export interface ListExceptionPoliciesDefaultHeaders {
|
|
239
|
+
/** String error code indicating what went wrong. */
|
|
240
|
+
"x-ms-error-code"?: string;
|
|
241
|
+
}
|
|
242
|
+
export interface ListExceptionPoliciesDefaultResponse extends HttpResponse {
|
|
243
|
+
status: string;
|
|
244
|
+
body: ErrorResponse;
|
|
245
|
+
headers: RawHttpHeaders & ListExceptionPoliciesDefaultHeaders;
|
|
246
|
+
}
|
|
247
|
+
export interface UpsertQueue200Headers {
|
|
248
|
+
/** The entity tag for the response. */
|
|
249
|
+
etag?: string;
|
|
250
|
+
/** The last modified timestamp. */
|
|
251
|
+
"last-modified"?: string;
|
|
252
|
+
}
|
|
253
|
+
/** The request has succeeded. */
|
|
254
|
+
export interface UpsertQueue200Response extends HttpResponse {
|
|
255
|
+
status: "200";
|
|
256
|
+
body: RouterQueueOutput;
|
|
257
|
+
headers: RawHttpHeaders & UpsertQueue200Headers;
|
|
258
|
+
}
|
|
259
|
+
export interface UpsertQueue201Headers {
|
|
260
|
+
/** The entity tag for the response. */
|
|
261
|
+
etag?: string;
|
|
262
|
+
/** The last modified timestamp. */
|
|
263
|
+
"last-modified"?: string;
|
|
264
|
+
}
|
|
265
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
266
|
+
export interface UpsertQueue201Response extends HttpResponse {
|
|
267
|
+
status: "201";
|
|
268
|
+
body: RouterQueueOutput;
|
|
269
|
+
headers: RawHttpHeaders & UpsertQueue201Headers;
|
|
270
|
+
}
|
|
271
|
+
export interface UpsertQueueDefaultHeaders {
|
|
272
|
+
/** String error code indicating what went wrong. */
|
|
273
|
+
"x-ms-error-code"?: string;
|
|
274
|
+
}
|
|
275
|
+
export interface UpsertQueueDefaultResponse extends HttpResponse {
|
|
276
|
+
status: string;
|
|
277
|
+
body: ErrorResponse;
|
|
278
|
+
headers: RawHttpHeaders & UpsertQueueDefaultHeaders;
|
|
279
|
+
}
|
|
280
|
+
export interface GetQueue200Headers {
|
|
281
|
+
/** The entity tag for the response. */
|
|
282
|
+
etag?: string;
|
|
283
|
+
/** The last modified timestamp. */
|
|
284
|
+
"last-modified"?: string;
|
|
285
|
+
}
|
|
286
|
+
/** The request has succeeded. */
|
|
287
|
+
export interface GetQueue200Response extends HttpResponse {
|
|
288
|
+
status: "200";
|
|
289
|
+
body: RouterQueueOutput;
|
|
290
|
+
headers: RawHttpHeaders & GetQueue200Headers;
|
|
291
|
+
}
|
|
292
|
+
export interface GetQueueDefaultHeaders {
|
|
293
|
+
/** String error code indicating what went wrong. */
|
|
294
|
+
"x-ms-error-code"?: string;
|
|
295
|
+
}
|
|
296
|
+
export interface GetQueueDefaultResponse extends HttpResponse {
|
|
297
|
+
status: string;
|
|
298
|
+
body: ErrorResponse;
|
|
299
|
+
headers: RawHttpHeaders & GetQueueDefaultHeaders;
|
|
300
|
+
}
|
|
301
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
302
|
+
export interface DeleteQueue204Response extends HttpResponse {
|
|
303
|
+
status: "204";
|
|
304
|
+
}
|
|
305
|
+
export interface DeleteQueueDefaultHeaders {
|
|
306
|
+
/** String error code indicating what went wrong. */
|
|
307
|
+
"x-ms-error-code"?: string;
|
|
308
|
+
}
|
|
309
|
+
export interface DeleteQueueDefaultResponse extends HttpResponse {
|
|
310
|
+
status: string;
|
|
311
|
+
body: ErrorResponse;
|
|
312
|
+
headers: RawHttpHeaders & DeleteQueueDefaultHeaders;
|
|
313
|
+
}
|
|
314
|
+
/** The request has succeeded. */
|
|
315
|
+
export interface ListQueues200Response extends HttpResponse {
|
|
316
|
+
status: "200";
|
|
317
|
+
body: PagedRouterQueueOutput;
|
|
318
|
+
}
|
|
319
|
+
export interface ListQueuesDefaultHeaders {
|
|
320
|
+
/** String error code indicating what went wrong. */
|
|
321
|
+
"x-ms-error-code"?: string;
|
|
322
|
+
}
|
|
323
|
+
export interface ListQueuesDefaultResponse extends HttpResponse {
|
|
324
|
+
status: string;
|
|
325
|
+
body: ErrorResponse;
|
|
326
|
+
headers: RawHttpHeaders & ListQueuesDefaultHeaders;
|
|
327
|
+
}
|
|
328
|
+
export interface UpsertJob200Headers {
|
|
329
|
+
/** The entity tag for the response. */
|
|
330
|
+
etag?: string;
|
|
331
|
+
/** The last modified timestamp. */
|
|
332
|
+
"last-modified"?: string;
|
|
333
|
+
}
|
|
334
|
+
/** The request has succeeded. */
|
|
335
|
+
export interface UpsertJob200Response extends HttpResponse {
|
|
336
|
+
status: "200";
|
|
337
|
+
body: RouterJobOutput;
|
|
338
|
+
headers: RawHttpHeaders & UpsertJob200Headers;
|
|
339
|
+
}
|
|
340
|
+
export interface UpsertJob201Headers {
|
|
341
|
+
/** The entity tag for the response. */
|
|
342
|
+
etag?: string;
|
|
343
|
+
/** The last modified timestamp. */
|
|
344
|
+
"last-modified"?: string;
|
|
345
|
+
}
|
|
346
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
347
|
+
export interface UpsertJob201Response extends HttpResponse {
|
|
348
|
+
status: "201";
|
|
349
|
+
body: RouterJobOutput;
|
|
350
|
+
headers: RawHttpHeaders & UpsertJob201Headers;
|
|
351
|
+
}
|
|
352
|
+
export interface UpsertJobDefaultHeaders {
|
|
353
|
+
/** String error code indicating what went wrong. */
|
|
354
|
+
"x-ms-error-code"?: string;
|
|
355
|
+
}
|
|
356
|
+
export interface UpsertJobDefaultResponse extends HttpResponse {
|
|
357
|
+
status: string;
|
|
358
|
+
body: ErrorResponse;
|
|
359
|
+
headers: RawHttpHeaders & UpsertJobDefaultHeaders;
|
|
360
|
+
}
|
|
361
|
+
export interface GetJob200Headers {
|
|
362
|
+
/** The entity tag for the response. */
|
|
363
|
+
etag?: string;
|
|
364
|
+
/** The last modified timestamp. */
|
|
365
|
+
"last-modified"?: string;
|
|
366
|
+
}
|
|
367
|
+
/** The request has succeeded. */
|
|
368
|
+
export interface GetJob200Response extends HttpResponse {
|
|
369
|
+
status: "200";
|
|
370
|
+
body: RouterJobOutput;
|
|
371
|
+
headers: RawHttpHeaders & GetJob200Headers;
|
|
372
|
+
}
|
|
373
|
+
export interface GetJobDefaultHeaders {
|
|
374
|
+
/** String error code indicating what went wrong. */
|
|
375
|
+
"x-ms-error-code"?: string;
|
|
376
|
+
}
|
|
377
|
+
export interface GetJobDefaultResponse extends HttpResponse {
|
|
378
|
+
status: string;
|
|
379
|
+
body: ErrorResponse;
|
|
380
|
+
headers: RawHttpHeaders & GetJobDefaultHeaders;
|
|
381
|
+
}
|
|
382
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
383
|
+
export interface DeleteJob204Response extends HttpResponse {
|
|
384
|
+
status: "204";
|
|
385
|
+
}
|
|
386
|
+
export interface DeleteJobDefaultHeaders {
|
|
387
|
+
/** String error code indicating what went wrong. */
|
|
388
|
+
"x-ms-error-code"?: string;
|
|
389
|
+
}
|
|
390
|
+
export interface DeleteJobDefaultResponse extends HttpResponse {
|
|
391
|
+
status: string;
|
|
392
|
+
body: ErrorResponse;
|
|
393
|
+
headers: RawHttpHeaders & DeleteJobDefaultHeaders;
|
|
394
|
+
}
|
|
395
|
+
/** The request has succeeded. */
|
|
396
|
+
export interface Reclassify200Response extends HttpResponse {
|
|
397
|
+
status: "200";
|
|
398
|
+
body: ReclassifyJobResultOutput;
|
|
399
|
+
}
|
|
400
|
+
export interface ReclassifyDefaultHeaders {
|
|
401
|
+
/** String error code indicating what went wrong. */
|
|
402
|
+
"x-ms-error-code"?: string;
|
|
403
|
+
}
|
|
404
|
+
export interface ReclassifyDefaultResponse extends HttpResponse {
|
|
405
|
+
status: string;
|
|
406
|
+
body: ErrorResponse;
|
|
407
|
+
headers: RawHttpHeaders & ReclassifyDefaultHeaders;
|
|
408
|
+
}
|
|
409
|
+
/** The request has succeeded. */
|
|
410
|
+
export interface Cancel200Response extends HttpResponse {
|
|
411
|
+
status: "200";
|
|
412
|
+
body: CancelJobResultOutput;
|
|
413
|
+
}
|
|
414
|
+
export interface CancelDefaultHeaders {
|
|
415
|
+
/** String error code indicating what went wrong. */
|
|
416
|
+
"x-ms-error-code"?: string;
|
|
417
|
+
}
|
|
418
|
+
export interface CancelDefaultResponse extends HttpResponse {
|
|
419
|
+
status: string;
|
|
420
|
+
body: ErrorResponse;
|
|
421
|
+
headers: RawHttpHeaders & CancelDefaultHeaders;
|
|
422
|
+
}
|
|
423
|
+
/** The request has succeeded. */
|
|
424
|
+
export interface Complete200Response extends HttpResponse {
|
|
425
|
+
status: "200";
|
|
426
|
+
body: CompleteJobResultOutput;
|
|
427
|
+
}
|
|
428
|
+
export interface CompleteDefaultHeaders {
|
|
429
|
+
/** String error code indicating what went wrong. */
|
|
430
|
+
"x-ms-error-code"?: string;
|
|
431
|
+
}
|
|
432
|
+
export interface CompleteDefaultResponse extends HttpResponse {
|
|
433
|
+
status: string;
|
|
434
|
+
body: ErrorResponse;
|
|
435
|
+
headers: RawHttpHeaders & CompleteDefaultHeaders;
|
|
436
|
+
}
|
|
437
|
+
/** The request has succeeded. */
|
|
438
|
+
export interface Close200Response extends HttpResponse {
|
|
439
|
+
status: "200";
|
|
440
|
+
body: CloseJobResultOutput;
|
|
441
|
+
}
|
|
442
|
+
export interface CloseDefaultHeaders {
|
|
443
|
+
/** String error code indicating what went wrong. */
|
|
444
|
+
"x-ms-error-code"?: string;
|
|
445
|
+
}
|
|
446
|
+
export interface CloseDefaultResponse extends HttpResponse {
|
|
447
|
+
status: string;
|
|
448
|
+
body: ErrorResponse;
|
|
449
|
+
headers: RawHttpHeaders & CloseDefaultHeaders;
|
|
450
|
+
}
|
|
451
|
+
/** The request has succeeded. */
|
|
452
|
+
export interface ListJobs200Response extends HttpResponse {
|
|
453
|
+
status: "200";
|
|
454
|
+
body: PagedRouterJobOutput;
|
|
455
|
+
}
|
|
456
|
+
export interface ListJobsDefaultHeaders {
|
|
457
|
+
/** String error code indicating what went wrong. */
|
|
458
|
+
"x-ms-error-code"?: string;
|
|
459
|
+
}
|
|
460
|
+
export interface ListJobsDefaultResponse extends HttpResponse {
|
|
461
|
+
status: string;
|
|
462
|
+
body: ErrorResponse;
|
|
463
|
+
headers: RawHttpHeaders & ListJobsDefaultHeaders;
|
|
464
|
+
}
|
|
465
|
+
/** The request has succeeded. */
|
|
466
|
+
export interface GetInQueuePosition200Response extends HttpResponse {
|
|
467
|
+
status: "200";
|
|
468
|
+
body: RouterJobPositionDetailsOutput;
|
|
469
|
+
}
|
|
470
|
+
export interface GetInQueuePositionDefaultHeaders {
|
|
471
|
+
/** String error code indicating what went wrong. */
|
|
472
|
+
"x-ms-error-code"?: string;
|
|
473
|
+
}
|
|
474
|
+
export interface GetInQueuePositionDefaultResponse extends HttpResponse {
|
|
475
|
+
status: string;
|
|
476
|
+
body: ErrorResponse;
|
|
477
|
+
headers: RawHttpHeaders & GetInQueuePositionDefaultHeaders;
|
|
478
|
+
}
|
|
479
|
+
/** The request has succeeded. */
|
|
480
|
+
export interface Unassign200Response extends HttpResponse {
|
|
481
|
+
status: "200";
|
|
482
|
+
body: UnassignJobResultOutput;
|
|
483
|
+
}
|
|
484
|
+
export interface UnassignDefaultHeaders {
|
|
485
|
+
/** String error code indicating what went wrong. */
|
|
486
|
+
"x-ms-error-code"?: string;
|
|
487
|
+
}
|
|
488
|
+
export interface UnassignDefaultResponse extends HttpResponse {
|
|
489
|
+
status: string;
|
|
490
|
+
body: ErrorResponse;
|
|
491
|
+
headers: RawHttpHeaders & UnassignDefaultHeaders;
|
|
492
|
+
}
|
|
493
|
+
/** The request has succeeded. */
|
|
494
|
+
export interface Accept200Response extends HttpResponse {
|
|
495
|
+
status: "200";
|
|
496
|
+
body: AcceptJobOfferResultOutput;
|
|
497
|
+
}
|
|
498
|
+
export interface AcceptDefaultHeaders {
|
|
499
|
+
/** String error code indicating what went wrong. */
|
|
500
|
+
"x-ms-error-code"?: string;
|
|
501
|
+
}
|
|
502
|
+
export interface AcceptDefaultResponse extends HttpResponse {
|
|
503
|
+
status: string;
|
|
504
|
+
body: ErrorResponse;
|
|
505
|
+
headers: RawHttpHeaders & AcceptDefaultHeaders;
|
|
506
|
+
}
|
|
507
|
+
/** The request has succeeded. */
|
|
508
|
+
export interface Decline200Response extends HttpResponse {
|
|
509
|
+
status: "200";
|
|
510
|
+
body: DeclineJobOfferResultOutput;
|
|
511
|
+
}
|
|
512
|
+
export interface DeclineDefaultHeaders {
|
|
513
|
+
/** String error code indicating what went wrong. */
|
|
514
|
+
"x-ms-error-code"?: string;
|
|
515
|
+
}
|
|
516
|
+
export interface DeclineDefaultResponse extends HttpResponse {
|
|
517
|
+
status: string;
|
|
518
|
+
body: ErrorResponse;
|
|
519
|
+
headers: RawHttpHeaders & DeclineDefaultHeaders;
|
|
520
|
+
}
|
|
521
|
+
/** The request has succeeded. */
|
|
522
|
+
export interface GetQueueStatistics200Response extends HttpResponse {
|
|
523
|
+
status: "200";
|
|
524
|
+
body: RouterQueueStatisticsOutput;
|
|
525
|
+
}
|
|
526
|
+
export interface GetQueueStatisticsDefaultHeaders {
|
|
527
|
+
/** String error code indicating what went wrong. */
|
|
528
|
+
"x-ms-error-code"?: string;
|
|
529
|
+
}
|
|
530
|
+
export interface GetQueueStatisticsDefaultResponse extends HttpResponse {
|
|
531
|
+
status: string;
|
|
532
|
+
body: ErrorResponse;
|
|
533
|
+
headers: RawHttpHeaders & GetQueueStatisticsDefaultHeaders;
|
|
534
|
+
}
|
|
535
|
+
export interface UpsertWorker200Headers {
|
|
536
|
+
/** The entity tag for the response. */
|
|
537
|
+
etag?: string;
|
|
538
|
+
/** The last modified timestamp. */
|
|
539
|
+
"last-modified"?: string;
|
|
540
|
+
}
|
|
541
|
+
/** The request has succeeded. */
|
|
542
|
+
export interface UpsertWorker200Response extends HttpResponse {
|
|
543
|
+
status: "200";
|
|
544
|
+
body: RouterWorkerOutput;
|
|
545
|
+
headers: RawHttpHeaders & UpsertWorker200Headers;
|
|
546
|
+
}
|
|
547
|
+
export interface UpsertWorker201Headers {
|
|
548
|
+
/** The entity tag for the response. */
|
|
549
|
+
etag?: string;
|
|
550
|
+
/** The last modified timestamp. */
|
|
551
|
+
"last-modified"?: string;
|
|
552
|
+
}
|
|
553
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
554
|
+
export interface UpsertWorker201Response extends HttpResponse {
|
|
555
|
+
status: "201";
|
|
556
|
+
body: RouterWorkerOutput;
|
|
557
|
+
headers: RawHttpHeaders & UpsertWorker201Headers;
|
|
558
|
+
}
|
|
559
|
+
export interface UpsertWorkerDefaultHeaders {
|
|
560
|
+
/** String error code indicating what went wrong. */
|
|
561
|
+
"x-ms-error-code"?: string;
|
|
562
|
+
}
|
|
563
|
+
export interface UpsertWorkerDefaultResponse extends HttpResponse {
|
|
564
|
+
status: string;
|
|
565
|
+
body: ErrorResponse;
|
|
566
|
+
headers: RawHttpHeaders & UpsertWorkerDefaultHeaders;
|
|
567
|
+
}
|
|
568
|
+
export interface GetWorker200Headers {
|
|
569
|
+
/** The entity tag for the response. */
|
|
570
|
+
etag?: string;
|
|
571
|
+
/** The last modified timestamp. */
|
|
572
|
+
"last-modified"?: string;
|
|
573
|
+
}
|
|
574
|
+
/** The request has succeeded. */
|
|
575
|
+
export interface GetWorker200Response extends HttpResponse {
|
|
576
|
+
status: "200";
|
|
577
|
+
body: RouterWorkerOutput;
|
|
578
|
+
headers: RawHttpHeaders & GetWorker200Headers;
|
|
579
|
+
}
|
|
580
|
+
export interface GetWorkerDefaultHeaders {
|
|
581
|
+
/** String error code indicating what went wrong. */
|
|
582
|
+
"x-ms-error-code"?: string;
|
|
583
|
+
}
|
|
584
|
+
export interface GetWorkerDefaultResponse extends HttpResponse {
|
|
585
|
+
status: string;
|
|
586
|
+
body: ErrorResponse;
|
|
587
|
+
headers: RawHttpHeaders & GetWorkerDefaultHeaders;
|
|
588
|
+
}
|
|
589
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
590
|
+
export interface DeleteWorker204Response extends HttpResponse {
|
|
591
|
+
status: "204";
|
|
592
|
+
}
|
|
593
|
+
export interface DeleteWorkerDefaultHeaders {
|
|
594
|
+
/** String error code indicating what went wrong. */
|
|
595
|
+
"x-ms-error-code"?: string;
|
|
596
|
+
}
|
|
597
|
+
export interface DeleteWorkerDefaultResponse extends HttpResponse {
|
|
598
|
+
status: string;
|
|
599
|
+
body: ErrorResponse;
|
|
600
|
+
headers: RawHttpHeaders & DeleteWorkerDefaultHeaders;
|
|
601
|
+
}
|
|
602
|
+
/** The request has succeeded. */
|
|
603
|
+
export interface ListWorkers200Response extends HttpResponse {
|
|
604
|
+
status: "200";
|
|
605
|
+
body: PagedRouterWorkerOutput;
|
|
606
|
+
}
|
|
607
|
+
export interface ListWorkersDefaultHeaders {
|
|
608
|
+
/** String error code indicating what went wrong. */
|
|
609
|
+
"x-ms-error-code"?: string;
|
|
610
|
+
}
|
|
611
|
+
export interface ListWorkersDefaultResponse extends HttpResponse {
|
|
612
|
+
status: string;
|
|
613
|
+
body: ErrorResponse;
|
|
614
|
+
headers: RawHttpHeaders & ListWorkersDefaultHeaders;
|
|
615
|
+
}
|
|
616
|
+
//# sourceMappingURL=responses.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|