syllable-sdk 0.1.0-alpha.72 → 0.1.0-alpha.74
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/README.md +28 -11
- package/docs/sdks/batches/README.md +30 -32
- package/docs/sdks/campaigns/README.md +11 -3
- package/docs/sdks/incidents/README.md +527 -0
- package/docs/sdks/insights/README.md +1 -1
- package/docs/sdks/syllablesdk/README.md +1 -1
- package/docs/sdks/syllablesdktools/README.md +82 -2
- package/docs/sdks/takeouts/README.md +11 -11
- package/docs/sdks/workflows/README.md +1 -1
- package/funcs/{outboundBatchesOutboundBatchRemove.d.ts → incidentsCreate.d.ts} +7 -4
- package/funcs/incidentsCreate.d.ts.map +1 -0
- package/funcs/incidentsCreate.js +102 -0
- package/funcs/incidentsCreate.js.map +1 -0
- package/funcs/incidentsDelete.d.ts +16 -0
- package/funcs/incidentsDelete.d.ts.map +1 -0
- package/funcs/incidentsDelete.js +112 -0
- package/funcs/incidentsDelete.js.map +1 -0
- package/funcs/incidentsGetById.d.ts +17 -0
- package/funcs/incidentsGetById.d.ts.map +1 -0
- package/funcs/incidentsGetById.js +108 -0
- package/funcs/incidentsGetById.js.map +1 -0
- package/funcs/incidentsIncidentGetOrganizations.d.ts +15 -0
- package/funcs/incidentsIncidentGetOrganizations.d.ts.map +1 -0
- package/funcs/incidentsIncidentGetOrganizations.js +89 -0
- package/funcs/incidentsIncidentGetOrganizations.js.map +1 -0
- package/funcs/incidentsList.d.ts +17 -0
- package/funcs/incidentsList.d.ts.map +1 -0
- package/funcs/incidentsList.js +114 -0
- package/funcs/incidentsList.js.map +1 -0
- package/funcs/incidentsUpdate.d.ts +16 -0
- package/funcs/incidentsUpdate.d.ts.map +1 -0
- package/funcs/incidentsUpdate.js +102 -0
- package/funcs/incidentsUpdate.js.map +1 -0
- package/funcs/insightsList.d.ts +1 -1
- package/funcs/insightsList.js +1 -1
- package/funcs/insightsToolsCreate.d.ts +1 -1
- package/funcs/insightsToolsCreate.js +3 -3
- package/funcs/insightsToolsCreate.js.map +1 -1
- package/funcs/insightsToolsInsightsToolTest.d.ts +16 -0
- package/funcs/insightsToolsInsightsToolTest.d.ts.map +1 -0
- package/funcs/insightsToolsInsightsToolTest.js +103 -0
- package/funcs/insightsToolsInsightsToolTest.js.map +1 -0
- package/funcs/insightsToolsUpdate.d.ts +1 -1
- package/funcs/insightsToolsUpdate.js +1 -1
- package/funcs/insightsWorkflowsQueueSessionsWorkflow.d.ts +1 -1
- package/funcs/insightsWorkflowsQueueSessionsWorkflow.js +1 -1
- package/funcs/{outboundBatchesOutboundBatchAdd.d.ts → outboundBatchesAdd.d.ts} +2 -2
- package/funcs/outboundBatchesAdd.d.ts.map +1 -0
- package/funcs/{outboundBatchesOutboundBatchAdd.js → outboundBatchesAdd.js} +3 -3
- package/funcs/outboundBatchesAdd.js.map +1 -0
- package/funcs/outboundBatchesList.d.ts +1 -1
- package/funcs/outboundBatchesList.d.ts.map +1 -1
- package/funcs/outboundBatchesList.js +1 -2
- package/funcs/outboundBatchesList.js.map +1 -1
- package/funcs/outboundBatchesRemove.d.ts +13 -0
- package/funcs/outboundBatchesRemove.d.ts.map +1 -0
- package/funcs/{outboundBatchesOutboundBatchRemove.js → outboundBatchesRemove.js} +3 -3
- package/funcs/outboundBatchesRemove.js.map +1 -0
- package/funcs/{outboundBatchesOutboundBatchResults.d.ts → outboundBatchesResults.d.ts} +2 -2
- package/funcs/outboundBatchesResults.d.ts.map +1 -0
- package/funcs/{outboundBatchesOutboundBatchResults.js → outboundBatchesResults.js} +8 -3
- package/funcs/outboundBatchesResults.js.map +1 -0
- package/funcs/outboundBatchesUpload.d.ts.map +1 -1
- package/funcs/outboundBatchesUpload.js +16 -12
- package/funcs/outboundBatchesUpload.js.map +1 -1
- package/funcs/outboundCampaignsList.d.ts +1 -1
- package/funcs/outboundCampaignsList.d.ts.map +1 -1
- package/funcs/outboundCampaignsList.js +1 -2
- package/funcs/outboundCampaignsList.js.map +1 -1
- package/funcs/{takeoutsCreateTakeoutApiV1TakeoutsCreatePost.d.ts → takeoutsCreate.d.ts} +2 -2
- package/funcs/takeoutsCreate.d.ts.map +1 -0
- package/funcs/{takeoutsCreateTakeoutApiV1TakeoutsCreatePost.js → takeoutsCreate.js} +4 -4
- package/funcs/takeoutsCreate.js.map +1 -0
- package/funcs/{takeoutsGetTakeoutApiV1TakeoutsGetJobIdGet.d.ts → takeoutsTakeoutsGetByJobId.d.ts} +2 -2
- package/funcs/takeoutsTakeoutsGetByJobId.d.ts.map +1 -0
- package/funcs/{takeoutsGetTakeoutApiV1TakeoutsGetJobIdGet.js → takeoutsTakeoutsGetByJobId.js} +5 -5
- package/funcs/takeoutsTakeoutsGetByJobId.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/bodyoutboundbatchdelete.d.ts +1 -1
- package/models/components/bodyoutboundbatchdelete.d.ts.map +1 -1
- package/models/components/bodyoutboundbatchdelete.js +10 -1
- package/models/components/bodyoutboundbatchdelete.js.map +1 -1
- package/models/components/bodyoutboundbatchupload.d.ts +2 -2
- package/models/components/bodyoutboundbatchupload.d.ts.map +1 -1
- package/models/components/bodyoutboundbatchupload.js +2 -2
- package/models/components/bodyoutboundbatchupload.js.map +1 -1
- package/models/components/communicationrequest.d.ts +0 -11
- package/models/components/communicationrequest.d.ts.map +1 -1
- package/models/components/communicationrequest.js +0 -9
- package/models/components/communicationrequest.js.map +1 -1
- package/models/components/communicationrequestresult.d.ts +39 -14
- package/models/components/communicationrequestresult.d.ts.map +1 -1
- package/models/components/communicationrequestresult.js +38 -14
- package/models/components/communicationrequestresult.js.map +1 -1
- package/models/components/conversation.d.ts +10 -0
- package/models/components/conversation.d.ts.map +1 -1
- package/models/components/conversation.js +8 -0
- package/models/components/conversation.js.map +1 -1
- package/models/components/incidentcreaterequest.d.ts +75 -0
- package/models/components/incidentcreaterequest.d.ts.map +1 -0
- package/models/components/incidentcreaterequest.js +96 -0
- package/models/components/incidentcreaterequest.js.map +1 -0
- package/models/components/incidentorganizationresponse.d.ts +33 -0
- package/models/components/incidentorganizationresponse.d.ts.map +1 -0
- package/models/components/incidentorganizationresponse.js +72 -0
- package/models/components/incidentorganizationresponse.js.map +1 -0
- package/models/components/incidentproperties.d.ts +64 -0
- package/models/components/incidentproperties.d.ts.map +1 -0
- package/models/components/{requeststatus.js → incidentproperties.js} +25 -19
- package/models/components/incidentproperties.js.map +1 -0
- package/models/components/incidentresponse.d.ts +90 -0
- package/models/components/incidentresponse.d.ts.map +1 -0
- package/models/components/incidentresponse.js +106 -0
- package/models/components/incidentresponse.js.map +1 -0
- package/models/components/incidentupdaterequest.d.ts +90 -0
- package/models/components/incidentupdaterequest.d.ts.map +1 -0
- package/models/components/incidentupdaterequest.js +106 -0
- package/models/components/incidentupdaterequest.js.map +1 -0
- package/models/components/index.d.ts +9 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +9 -1
- package/models/components/index.js.map +1 -1
- package/models/components/insighttooltestinput.d.ts +40 -0
- package/models/components/insighttooltestinput.d.ts.map +1 -0
- package/models/components/insighttooltestinput.js +72 -0
- package/models/components/insighttooltestinput.js.map +1 -0
- package/models/components/listresponsecommunicationbatch.d.ts +53 -0
- package/models/components/listresponsecommunicationbatch.d.ts.map +1 -0
- package/models/components/listresponsecommunicationbatch.js +81 -0
- package/models/components/listresponsecommunicationbatch.js.map +1 -0
- package/models/components/listresponseincidentresponse.d.ts +53 -0
- package/models/components/listresponseincidentresponse.d.ts.map +1 -0
- package/models/components/listresponseincidentresponse.js +81 -0
- package/models/components/listresponseincidentresponse.js.map +1 -0
- package/models/components/listresponseoutboundcampaign.d.ts +53 -0
- package/models/components/listresponseoutboundcampaign.d.ts.map +1 -0
- package/models/components/listresponseoutboundcampaign.js +81 -0
- package/models/components/listresponseoutboundcampaign.js.map +1 -0
- package/models/components/outboundcampaign.d.ts +10 -0
- package/models/components/outboundcampaign.d.ts.map +1 -1
- package/models/components/outboundcampaign.js +4 -0
- package/models/components/outboundcampaign.js.map +1 -1
- package/models/components/outboundcampaigninput.d.ts +10 -0
- package/models/components/outboundcampaigninput.d.ts.map +1 -1
- package/models/components/outboundcampaigninput.js +4 -0
- package/models/components/outboundcampaigninput.js.map +1 -1
- package/models/components/promptcreaterequest.d.ts +1 -1
- package/models/components/promptupdaterequest.d.ts +1 -1
- package/models/operations/incidentdelete.d.ts +31 -0
- package/models/operations/incidentdelete.d.ts.map +1 -0
- package/models/operations/incidentdelete.js +70 -0
- package/models/operations/incidentdelete.js.map +1 -0
- package/models/operations/incidentgetbyid.d.ts +29 -0
- package/models/operations/incidentgetbyid.d.ts.map +1 -0
- package/models/operations/incidentgetbyid.js +68 -0
- package/models/operations/incidentgetbyid.js.map +1 -0
- package/models/operations/incidentlist.d.ts +73 -0
- package/models/operations/incidentlist.d.ts.map +1 -0
- package/models/operations/incidentlist.js +101 -0
- package/models/operations/incidentlist.js.map +1 -0
- package/models/operations/index.d.ts +4 -1
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +4 -1
- package/models/operations/index.js.map +1 -1
- package/models/operations/outboundbatchresults.d.ts +4 -0
- package/models/operations/outboundbatchresults.d.ts.map +1 -1
- package/models/operations/outboundbatchresults.js +6 -0
- package/models/operations/outboundbatchresults.js.map +1 -1
- package/models/operations/outboundbatchupload.d.ts +2 -2
- package/models/operations/outboundbatchupload.d.ts.map +1 -1
- package/models/operations/outboundbatchupload.js +4 -2
- package/models/operations/outboundbatchupload.js.map +1 -1
- package/models/operations/takeoutsgetbyjobid.d.ts +29 -0
- package/models/operations/takeoutsgetbyjobid.d.ts.map +1 -0
- package/models/operations/{gettakeoutapiv1takeoutsgetjobidget.js → takeoutsgetbyjobid.js} +17 -17
- package/models/operations/takeoutsgetbyjobid.js.map +1 -0
- package/openapi.json +1449 -224
- package/package.json +1 -1
- package/sdk/batches.d.ts +4 -4
- package/sdk/batches.d.ts.map +1 -1
- package/sdk/batches.js +9 -9
- package/sdk/batches.js.map +1 -1
- package/sdk/campaigns.d.ts +1 -1
- package/sdk/campaigns.d.ts.map +1 -1
- package/sdk/incidents.d.ts +48 -0
- package/sdk/incidents.d.ts.map +1 -0
- package/sdk/incidents.js +72 -0
- package/sdk/incidents.js.map +1 -0
- package/sdk/insights.d.ts +1 -1
- package/sdk/insights.js +1 -1
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -0
- package/sdk/sdk.js.map +1 -1
- package/sdk/syllablesdktools.d.ts +9 -2
- package/sdk/syllablesdktools.d.ts.map +1 -1
- package/sdk/syllablesdktools.js +12 -2
- package/sdk/syllablesdktools.js.map +1 -1
- package/sdk/takeouts.d.ts +2 -2
- package/sdk/takeouts.d.ts.map +1 -1
- package/sdk/takeouts.js +6 -6
- package/sdk/takeouts.js.map +1 -1
- package/sdk/workflows.d.ts +1 -1
- package/sdk/workflows.js +1 -1
- package/src/funcs/incidentsCreate.ts +135 -0
- package/src/funcs/incidentsDelete.ts +147 -0
- package/src/funcs/incidentsGetById.ts +142 -0
- package/src/funcs/incidentsIncidentGetOrganizations.ts +112 -0
- package/src/funcs/incidentsList.ts +148 -0
- package/src/funcs/incidentsUpdate.ts +135 -0
- package/src/funcs/insightsList.ts +1 -1
- package/src/funcs/insightsToolsCreate.ts +4 -4
- package/src/funcs/insightsToolsInsightsToolTest.ts +136 -0
- package/src/funcs/insightsToolsUpdate.ts +1 -1
- package/src/funcs/insightsWorkflowsQueueSessionsWorkflow.ts +1 -1
- package/src/funcs/{outboundBatchesOutboundBatchAdd.ts → outboundBatchesAdd.ts} +1 -1
- package/src/funcs/outboundBatchesList.ts +3 -4
- package/src/funcs/{outboundBatchesOutboundBatchRemove.ts → outboundBatchesRemove.ts} +1 -1
- package/src/funcs/{outboundBatchesOutboundBatchResults.ts → outboundBatchesResults.ts} +8 -2
- package/src/funcs/outboundBatchesUpload.ts +23 -20
- package/src/funcs/outboundCampaignsList.ts +3 -4
- package/src/funcs/{takeoutsCreateTakeoutApiV1TakeoutsCreatePost.ts → takeoutsCreate.ts} +2 -2
- package/src/funcs/{takeoutsGetTakeoutApiV1TakeoutsGetJobIdGet.ts → takeoutsTakeoutsGetByJobId.ts} +4 -7
- package/src/lib/config.ts +2 -2
- package/src/models/components/bodyoutboundbatchdelete.ts +11 -2
- package/src/models/components/bodyoutboundbatchupload.ts +4 -4
- package/src/models/components/communicationrequest.ts +0 -23
- package/src/models/components/communicationrequestresult.ts +78 -30
- package/src/models/components/conversation.ts +18 -0
- package/src/models/components/incidentcreaterequest.ts +153 -0
- package/src/models/components/incidentorganizationresponse.ts +85 -0
- package/src/models/components/incidentproperties.ts +49 -0
- package/src/models/components/incidentresponse.ts +182 -0
- package/src/models/components/incidentupdaterequest.ts +182 -0
- package/src/models/components/index.ts +9 -1
- package/src/models/components/insighttooltestinput.ts +90 -0
- package/src/models/components/listresponsecommunicationbatch.ts +118 -0
- package/src/models/components/listresponseincidentresponse.ts +118 -0
- package/src/models/components/listresponseoutboundcampaign.ts +118 -0
- package/src/models/components/outboundcampaign.ts +14 -0
- package/src/models/components/outboundcampaigninput.ts +14 -0
- package/src/models/components/promptcreaterequest.ts +1 -1
- package/src/models/components/promptupdaterequest.ts +1 -1
- package/src/models/operations/incidentdelete.ts +79 -0
- package/src/models/operations/incidentgetbyid.ts +75 -0
- package/src/models/operations/incidentlist.ts +151 -0
- package/src/models/operations/index.ts +4 -1
- package/src/models/operations/outboundbatchresults.ts +10 -0
- package/src/models/operations/outboundbatchupload.ts +8 -4
- package/src/models/operations/takeoutsgetbyjobid.ts +75 -0
- package/src/sdk/batches.ts +10 -10
- package/src/sdk/campaigns.ts +1 -1
- package/src/sdk/incidents.ts +116 -0
- package/src/sdk/insights.ts +1 -1
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/syllablesdktools.ts +20 -2
- package/src/sdk/takeouts.ts +7 -7
- package/src/sdk/workflows.ts +1 -1
- package/funcs/outboundBatchesOutboundBatchAdd.d.ts.map +0 -1
- package/funcs/outboundBatchesOutboundBatchAdd.js.map +0 -1
- package/funcs/outboundBatchesOutboundBatchRemove.d.ts.map +0 -1
- package/funcs/outboundBatchesOutboundBatchRemove.js.map +0 -1
- package/funcs/outboundBatchesOutboundBatchResults.d.ts.map +0 -1
- package/funcs/outboundBatchesOutboundBatchResults.js.map +0 -1
- package/funcs/takeoutsCreateTakeoutApiV1TakeoutsCreatePost.d.ts.map +0 -1
- package/funcs/takeoutsCreateTakeoutApiV1TakeoutsCreatePost.js.map +0 -1
- package/funcs/takeoutsGetTakeoutApiV1TakeoutsGetJobIdGet.d.ts.map +0 -1
- package/funcs/takeoutsGetTakeoutApiV1TakeoutsGetJobIdGet.js.map +0 -1
- package/models/components/requeststatus.d.ts +0 -46
- package/models/components/requeststatus.d.ts.map +0 -1
- package/models/components/requeststatus.js.map +0 -1
- package/models/operations/gettakeoutapiv1takeoutsgetjobidget.d.ts +0 -29
- package/models/operations/gettakeoutapiv1takeoutsgetjobidget.d.ts.map +0 -1
- package/models/operations/gettakeoutapiv1takeoutsgetjobidget.js.map +0 -1
- package/src/models/components/requeststatus.ts +0 -43
- package/src/models/operations/gettakeoutapiv1takeoutsgetjobidget.ts +0 -87
|
@@ -27,7 +27,7 @@ import { Result } from "../types/fp.js";
|
|
|
27
27
|
* Create Insight Tool
|
|
28
28
|
*
|
|
29
29
|
* @remarks
|
|
30
|
-
* Create a new tool
|
|
30
|
+
* Create a new insight tool.
|
|
31
31
|
*/
|
|
32
32
|
export async function insightsToolsCreate(
|
|
33
33
|
client: SyllableSDKCore,
|
|
@@ -98,7 +98,7 @@ export async function insightsToolsCreate(
|
|
|
98
98
|
|
|
99
99
|
const doResult = await client._do(req, {
|
|
100
100
|
context,
|
|
101
|
-
errorCodes: ["422", "4XX", "5XX"],
|
|
101
|
+
errorCodes: ["400", "422", "4XX", "500", "5XX"],
|
|
102
102
|
retryConfig: context.retryConfig,
|
|
103
103
|
retryCodes: context.retryCodes,
|
|
104
104
|
});
|
|
@@ -124,8 +124,8 @@ export async function insightsToolsCreate(
|
|
|
124
124
|
>(
|
|
125
125
|
M.json(200, components.InsightToolOutput$inboundSchema),
|
|
126
126
|
M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
|
|
127
|
-
M.fail("4XX"),
|
|
128
|
-
M.fail("5XX"),
|
|
127
|
+
M.fail([400, "4XX"]),
|
|
128
|
+
M.fail([500, "5XX"]),
|
|
129
129
|
)(response, { extraFields: responseFields });
|
|
130
130
|
if (!result.ok) {
|
|
131
131
|
return result;
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { SyllableSDKCore } from "../core.js";
|
|
7
|
+
import { encodeJSON } from "../lib/encodings.js";
|
|
8
|
+
import * as M from "../lib/matchers.js";
|
|
9
|
+
import { compactMap } from "../lib/primitives.js";
|
|
10
|
+
import { safeParse } from "../lib/schemas.js";
|
|
11
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
12
|
+
import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
|
|
13
|
+
import { pathToFunc } from "../lib/url.js";
|
|
14
|
+
import * as components from "../models/components/index.js";
|
|
15
|
+
import {
|
|
16
|
+
ConnectionError,
|
|
17
|
+
InvalidRequestError,
|
|
18
|
+
RequestAbortedError,
|
|
19
|
+
RequestTimeoutError,
|
|
20
|
+
UnexpectedClientError,
|
|
21
|
+
} from "../models/errors/httpclienterrors.js";
|
|
22
|
+
import * as errors from "../models/errors/index.js";
|
|
23
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
24
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
25
|
+
import { Result } from "../types/fp.js";
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Test Insights Tool
|
|
29
|
+
*
|
|
30
|
+
* @remarks
|
|
31
|
+
* Manually run the given insight tool against a session and return the response.
|
|
32
|
+
*/
|
|
33
|
+
export async function insightsToolsInsightsToolTest(
|
|
34
|
+
client: SyllableSDKCore,
|
|
35
|
+
request: components.InsightToolTestInput,
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): Promise<
|
|
38
|
+
Result<
|
|
39
|
+
any,
|
|
40
|
+
| errors.HTTPValidationError
|
|
41
|
+
| SDKError
|
|
42
|
+
| SDKValidationError
|
|
43
|
+
| UnexpectedClientError
|
|
44
|
+
| InvalidRequestError
|
|
45
|
+
| RequestAbortedError
|
|
46
|
+
| RequestTimeoutError
|
|
47
|
+
| ConnectionError
|
|
48
|
+
>
|
|
49
|
+
> {
|
|
50
|
+
const parsed = safeParse(
|
|
51
|
+
request,
|
|
52
|
+
(value) => components.InsightToolTestInput$outboundSchema.parse(value),
|
|
53
|
+
"Input validation failed",
|
|
54
|
+
);
|
|
55
|
+
if (!parsed.ok) {
|
|
56
|
+
return parsed;
|
|
57
|
+
}
|
|
58
|
+
const payload = parsed.value;
|
|
59
|
+
const body = encodeJSON("body", payload, { explode: true });
|
|
60
|
+
|
|
61
|
+
const path = pathToFunc("/api/v1/insights/tools-test")();
|
|
62
|
+
|
|
63
|
+
const headers = new Headers(compactMap({
|
|
64
|
+
"Content-Type": "application/json",
|
|
65
|
+
Accept: "application/json",
|
|
66
|
+
}));
|
|
67
|
+
|
|
68
|
+
const secConfig = await extractSecurity(client._options.apiKeyHeader);
|
|
69
|
+
const securityInput = secConfig == null ? {} : { apiKeyHeader: secConfig };
|
|
70
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
71
|
+
|
|
72
|
+
const context = {
|
|
73
|
+
baseURL: options?.serverURL ?? "",
|
|
74
|
+
operationID: "insights_tool_test",
|
|
75
|
+
oAuth2Scopes: [],
|
|
76
|
+
|
|
77
|
+
resolvedSecurity: requestSecurity,
|
|
78
|
+
|
|
79
|
+
securitySource: client._options.apiKeyHeader,
|
|
80
|
+
retryConfig: options?.retries
|
|
81
|
+
|| client._options.retryConfig
|
|
82
|
+
|| { strategy: "none" },
|
|
83
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"],
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
const requestRes = client._createRequest(context, {
|
|
87
|
+
security: requestSecurity,
|
|
88
|
+
method: "POST",
|
|
89
|
+
baseURL: options?.serverURL,
|
|
90
|
+
path: path,
|
|
91
|
+
headers: headers,
|
|
92
|
+
body: body,
|
|
93
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
94
|
+
}, options);
|
|
95
|
+
if (!requestRes.ok) {
|
|
96
|
+
return requestRes;
|
|
97
|
+
}
|
|
98
|
+
const req = requestRes.value;
|
|
99
|
+
|
|
100
|
+
const doResult = await client._do(req, {
|
|
101
|
+
context,
|
|
102
|
+
errorCodes: ["400", "404", "422", "4XX", "500", "5XX"],
|
|
103
|
+
retryConfig: context.retryConfig,
|
|
104
|
+
retryCodes: context.retryCodes,
|
|
105
|
+
});
|
|
106
|
+
if (!doResult.ok) {
|
|
107
|
+
return doResult;
|
|
108
|
+
}
|
|
109
|
+
const response = doResult.value;
|
|
110
|
+
|
|
111
|
+
const responseFields = {
|
|
112
|
+
HttpMeta: { Response: response, Request: req },
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
const [result] = await M.match<
|
|
116
|
+
any,
|
|
117
|
+
| errors.HTTPValidationError
|
|
118
|
+
| SDKError
|
|
119
|
+
| SDKValidationError
|
|
120
|
+
| UnexpectedClientError
|
|
121
|
+
| InvalidRequestError
|
|
122
|
+
| RequestAbortedError
|
|
123
|
+
| RequestTimeoutError
|
|
124
|
+
| ConnectionError
|
|
125
|
+
>(
|
|
126
|
+
M.json(200, z.any()),
|
|
127
|
+
M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
|
|
128
|
+
M.fail([400, 404, "4XX"]),
|
|
129
|
+
M.fail([500, "5XX"]),
|
|
130
|
+
)(response, { extraFields: responseFields });
|
|
131
|
+
if (!result.ok) {
|
|
132
|
+
return result;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
return result;
|
|
136
|
+
}
|
|
@@ -28,7 +28,7 @@ import { Result } from "../types/fp.js";
|
|
|
28
28
|
* Queue Insights Workflow For Sessions
|
|
29
29
|
*
|
|
30
30
|
* @remarks
|
|
31
|
-
*
|
|
31
|
+
* Manually queue sessions for insights workflow evaluation.
|
|
32
32
|
*/
|
|
33
33
|
export async function insightsWorkflowsQueueSessionsWorkflow(
|
|
34
34
|
client: SyllableSDKCore,
|
|
@@ -27,7 +27,7 @@ import { Result } from "../types/fp.js";
|
|
|
27
27
|
/**
|
|
28
28
|
* Create Outbound Communication Request
|
|
29
29
|
*/
|
|
30
|
-
export async function
|
|
30
|
+
export async function outboundBatchesAdd(
|
|
31
31
|
client: SyllableSDKCore,
|
|
32
32
|
request: operations.OutboundBatchAddRequest,
|
|
33
33
|
options?: RequestOptions,
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
6
5
|
import { SyllableSDKCore } from "../core.js";
|
|
7
6
|
import { encodeFormQuery } from "../lib/encodings.js";
|
|
8
7
|
import * as M from "../lib/matchers.js";
|
|
@@ -34,7 +33,7 @@ export async function outboundBatchesList(
|
|
|
34
33
|
options?: RequestOptions,
|
|
35
34
|
): Promise<
|
|
36
35
|
Result<
|
|
37
|
-
|
|
36
|
+
components.ListResponseCommunicationBatch,
|
|
38
37
|
| errors.HTTPValidationError
|
|
39
38
|
| SDKError
|
|
40
39
|
| SDKValidationError
|
|
@@ -123,7 +122,7 @@ export async function outboundBatchesList(
|
|
|
123
122
|
};
|
|
124
123
|
|
|
125
124
|
const [result] = await M.match<
|
|
126
|
-
|
|
125
|
+
components.ListResponseCommunicationBatch,
|
|
127
126
|
| errors.HTTPValidationError
|
|
128
127
|
| SDKError
|
|
129
128
|
| SDKValidationError
|
|
@@ -133,7 +132,7 @@ export async function outboundBatchesList(
|
|
|
133
132
|
| RequestTimeoutError
|
|
134
133
|
| ConnectionError
|
|
135
134
|
>(
|
|
136
|
-
M.json(200,
|
|
135
|
+
M.json(200, components.ListResponseCommunicationBatch$inboundSchema),
|
|
137
136
|
M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
|
|
138
137
|
M.fail("4XX"),
|
|
139
138
|
M.fail("5XX"),
|
|
@@ -27,7 +27,7 @@ import { Result } from "../types/fp.js";
|
|
|
27
27
|
/**
|
|
28
28
|
* Delete Requests By List Of Reference Ids
|
|
29
29
|
*/
|
|
30
|
-
export async function
|
|
30
|
+
export async function outboundBatchesRemove(
|
|
31
31
|
client: SyllableSDKCore,
|
|
32
32
|
request: operations.OutboundBatchRemoveRequest,
|
|
33
33
|
options?: RequestOptions,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
6
|
import { SyllableSDKCore } from "../core.js";
|
|
7
|
-
import { encodeSimple } from "../lib/encodings.js";
|
|
7
|
+
import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
|
|
8
8
|
import * as M from "../lib/matchers.js";
|
|
9
9
|
import { compactMap } from "../lib/primitives.js";
|
|
10
10
|
import { safeParse } from "../lib/schemas.js";
|
|
@@ -28,7 +28,7 @@ import { Result } from "../types/fp.js";
|
|
|
28
28
|
/**
|
|
29
29
|
* Fetch Outbound Communication Batch Results
|
|
30
30
|
*/
|
|
31
|
-
export async function
|
|
31
|
+
export async function outboundBatchesResults(
|
|
32
32
|
client: SyllableSDKCore,
|
|
33
33
|
request: operations.OutboundBatchResultsRequest,
|
|
34
34
|
options?: RequestOptions,
|
|
@@ -68,6 +68,11 @@ export async function outboundBatchesOutboundBatchResults(
|
|
|
68
68
|
pathParams,
|
|
69
69
|
);
|
|
70
70
|
|
|
71
|
+
const query = encodeFormQuery({
|
|
72
|
+
"reference_id": payload.reference_id,
|
|
73
|
+
"status": payload.status,
|
|
74
|
+
});
|
|
75
|
+
|
|
71
76
|
const headers = new Headers(compactMap({
|
|
72
77
|
Accept: "application/json",
|
|
73
78
|
}));
|
|
@@ -96,6 +101,7 @@ export async function outboundBatchesOutboundBatchResults(
|
|
|
96
101
|
baseURL: options?.serverURL,
|
|
97
102
|
path: path,
|
|
98
103
|
headers: headers,
|
|
104
|
+
query: query,
|
|
99
105
|
body: body,
|
|
100
106
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1,
|
|
101
107
|
}, options);
|
|
@@ -58,26 +58,29 @@ export async function outboundBatchesUpload(
|
|
|
58
58
|
}
|
|
59
59
|
const payload = parsed.value;
|
|
60
60
|
const body = new FormData();
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
61
|
+
if (payload.Body_outbound_batch_upload != null) {
|
|
62
|
+
if (payload.Body_outbound_batch_upload.file !== undefined) {
|
|
63
|
+
if (isBlobLike(payload.Body_outbound_batch_upload.file)) {
|
|
64
|
+
appendForm(body, "file", payload.Body_outbound_batch_upload.file);
|
|
65
|
+
} else if (
|
|
66
|
+
isReadableStream(payload.Body_outbound_batch_upload.file.content)
|
|
67
|
+
) {
|
|
68
|
+
const buffer = await readableStreamToArrayBuffer(
|
|
69
|
+
payload.Body_outbound_batch_upload.file.content,
|
|
70
|
+
);
|
|
71
|
+
const blob = new Blob([buffer], { type: "application/octet-stream" });
|
|
72
|
+
appendForm(body, "file", blob);
|
|
73
|
+
} else {
|
|
74
|
+
appendForm(
|
|
75
|
+
body,
|
|
76
|
+
"file",
|
|
77
|
+
new Blob([payload.Body_outbound_batch_upload.file.content], {
|
|
78
|
+
type: "application/octet-stream",
|
|
79
|
+
}),
|
|
80
|
+
payload.Body_outbound_batch_upload.file.fileName,
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
81
84
|
}
|
|
82
85
|
|
|
83
86
|
const pathParams = {
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import * as z from "zod";
|
|
6
5
|
import { SyllableSDKCore } from "../core.js";
|
|
7
6
|
import { encodeFormQuery } from "../lib/encodings.js";
|
|
8
7
|
import * as M from "../lib/matchers.js";
|
|
@@ -34,7 +33,7 @@ export async function outboundCampaignsList(
|
|
|
34
33
|
options?: RequestOptions,
|
|
35
34
|
): Promise<
|
|
36
35
|
Result<
|
|
37
|
-
|
|
36
|
+
components.ListResponseOutboundCampaign,
|
|
38
37
|
| errors.HTTPValidationError
|
|
39
38
|
| SDKError
|
|
40
39
|
| SDKValidationError
|
|
@@ -124,7 +123,7 @@ export async function outboundCampaignsList(
|
|
|
124
123
|
};
|
|
125
124
|
|
|
126
125
|
const [result] = await M.match<
|
|
127
|
-
|
|
126
|
+
components.ListResponseOutboundCampaign,
|
|
128
127
|
| errors.HTTPValidationError
|
|
129
128
|
| SDKError
|
|
130
129
|
| SDKValidationError
|
|
@@ -134,7 +133,7 @@ export async function outboundCampaignsList(
|
|
|
134
133
|
| RequestTimeoutError
|
|
135
134
|
| ConnectionError
|
|
136
135
|
>(
|
|
137
|
-
M.json(200,
|
|
136
|
+
M.json(200, components.ListResponseOutboundCampaign$inboundSchema),
|
|
138
137
|
M.jsonErr(422, errors.HTTPValidationError$inboundSchema),
|
|
139
138
|
M.fail("4XX"),
|
|
140
139
|
M.fail("5XX"),
|
|
@@ -23,7 +23,7 @@ import { Result } from "../types/fp.js";
|
|
|
23
23
|
/**
|
|
24
24
|
* Create Takeout
|
|
25
25
|
*/
|
|
26
|
-
export async function
|
|
26
|
+
export async function takeoutsCreate(
|
|
27
27
|
client: SyllableSDKCore,
|
|
28
28
|
options?: RequestOptions,
|
|
29
29
|
): Promise<
|
|
@@ -50,7 +50,7 @@ export async function takeoutsCreateTakeoutApiV1TakeoutsCreatePost(
|
|
|
50
50
|
|
|
51
51
|
const context = {
|
|
52
52
|
baseURL: options?.serverURL ?? "",
|
|
53
|
-
operationID: "
|
|
53
|
+
operationID: "takeouts_create",
|
|
54
54
|
oAuth2Scopes: [],
|
|
55
55
|
|
|
56
56
|
resolvedSecurity: requestSecurity,
|
package/src/funcs/{takeoutsGetTakeoutApiV1TakeoutsGetJobIdGet.ts → takeoutsTakeoutsGetByJobId.ts}
RENAMED
|
@@ -27,9 +27,9 @@ import { Result } from "../types/fp.js";
|
|
|
27
27
|
/**
|
|
28
28
|
* Get Takeout
|
|
29
29
|
*/
|
|
30
|
-
export async function
|
|
30
|
+
export async function takeoutsTakeoutsGetByJobId(
|
|
31
31
|
client: SyllableSDKCore,
|
|
32
|
-
request: operations.
|
|
32
|
+
request: operations.TakeoutsGetByJobIdRequest,
|
|
33
33
|
options?: RequestOptions,
|
|
34
34
|
): Promise<
|
|
35
35
|
Result<
|
|
@@ -46,10 +46,7 @@ export async function takeoutsGetTakeoutApiV1TakeoutsGetJobIdGet(
|
|
|
46
46
|
> {
|
|
47
47
|
const parsed = safeParse(
|
|
48
48
|
request,
|
|
49
|
-
(value) =>
|
|
50
|
-
operations.GetTakeoutApiV1TakeoutsGetJobIdGetRequest$outboundSchema.parse(
|
|
51
|
-
value,
|
|
52
|
-
),
|
|
49
|
+
(value) => operations.TakeoutsGetByJobIdRequest$outboundSchema.parse(value),
|
|
53
50
|
"Input validation failed",
|
|
54
51
|
);
|
|
55
52
|
if (!parsed.ok) {
|
|
@@ -77,7 +74,7 @@ export async function takeoutsGetTakeoutApiV1TakeoutsGetJobIdGet(
|
|
|
77
74
|
|
|
78
75
|
const context = {
|
|
79
76
|
baseURL: options?.serverURL ?? "",
|
|
80
|
-
operationID: "
|
|
77
|
+
operationID: "takeouts_get_by_job_id",
|
|
81
78
|
oAuth2Scopes: [],
|
|
82
79
|
|
|
83
80
|
resolvedSecurity: requestSecurity,
|
package/src/lib/config.ts
CHANGED
|
@@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
57
57
|
export const SDK_METADATA = {
|
|
58
58
|
language: "typescript",
|
|
59
59
|
openapiDocVersion: "0.0.2",
|
|
60
|
-
sdkVersion: "0.1.0-alpha.
|
|
60
|
+
sdkVersion: "0.1.0-alpha.74",
|
|
61
61
|
genVersion: "2.512.4",
|
|
62
62
|
userAgent:
|
|
63
|
-
"speakeasy-sdk/typescript 0.1.0-alpha.
|
|
63
|
+
"speakeasy-sdk/typescript 0.1.0-alpha.74 2.512.4 0.0.2 syllable-sdk",
|
|
64
64
|
} as const;
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
7
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
@@ -17,12 +18,16 @@ export const BodyOutboundBatchDelete$inboundSchema: z.ZodType<
|
|
|
17
18
|
z.ZodTypeDef,
|
|
18
19
|
unknown
|
|
19
20
|
> = z.object({
|
|
20
|
-
|
|
21
|
+
delete_reason: z.string(),
|
|
22
|
+
}).transform((v) => {
|
|
23
|
+
return remap$(v, {
|
|
24
|
+
"delete_reason": "deleteReason",
|
|
25
|
+
});
|
|
21
26
|
});
|
|
22
27
|
|
|
23
28
|
/** @internal */
|
|
24
29
|
export type BodyOutboundBatchDelete$Outbound = {
|
|
25
|
-
|
|
30
|
+
delete_reason: string;
|
|
26
31
|
};
|
|
27
32
|
|
|
28
33
|
/** @internal */
|
|
@@ -32,6 +37,10 @@ export const BodyOutboundBatchDelete$outboundSchema: z.ZodType<
|
|
|
32
37
|
BodyOutboundBatchDelete
|
|
33
38
|
> = z.object({
|
|
34
39
|
deleteReason: z.string(),
|
|
40
|
+
}).transform((v) => {
|
|
41
|
+
return remap$(v, {
|
|
42
|
+
deleteReason: "delete_reason",
|
|
43
|
+
});
|
|
35
44
|
});
|
|
36
45
|
|
|
37
46
|
/**
|
|
@@ -14,7 +14,7 @@ export type FileT = {
|
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
export type BodyOutboundBatchUpload = {
|
|
17
|
-
file
|
|
17
|
+
file?: FileT | Blob | undefined;
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
/** @internal */
|
|
@@ -83,12 +83,12 @@ export const BodyOutboundBatchUpload$inboundSchema: z.ZodType<
|
|
|
83
83
|
z.ZodTypeDef,
|
|
84
84
|
unknown
|
|
85
85
|
> = z.object({
|
|
86
|
-
file: z.lazy(() => FileT$inboundSchema),
|
|
86
|
+
file: z.lazy(() => FileT$inboundSchema).optional(),
|
|
87
87
|
});
|
|
88
88
|
|
|
89
89
|
/** @internal */
|
|
90
90
|
export type BodyOutboundBatchUpload$Outbound = {
|
|
91
|
-
file
|
|
91
|
+
file?: FileT$Outbound | Blob | undefined;
|
|
92
92
|
};
|
|
93
93
|
|
|
94
94
|
/** @internal */
|
|
@@ -97,7 +97,7 @@ export const BodyOutboundBatchUpload$outboundSchema: z.ZodType<
|
|
|
97
97
|
z.ZodTypeDef,
|
|
98
98
|
BodyOutboundBatchUpload
|
|
99
99
|
> = z.object({
|
|
100
|
-
file: z.lazy(() => FileT$outboundSchema).or(blobLikeSchema),
|
|
100
|
+
file: z.lazy(() => FileT$outboundSchema).or(blobLikeSchema).optional(),
|
|
101
101
|
});
|
|
102
102
|
|
|
103
103
|
/**
|
|
@@ -7,11 +7,6 @@ import { remap as remap$ } from "../../lib/primitives.js";
|
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
-
import {
|
|
11
|
-
RequestStatus,
|
|
12
|
-
RequestStatus$inboundSchema,
|
|
13
|
-
RequestStatus$outboundSchema,
|
|
14
|
-
} from "./requeststatus.js";
|
|
15
10
|
|
|
16
11
|
/**
|
|
17
12
|
* Variables for request
|
|
@@ -19,10 +14,6 @@ import {
|
|
|
19
14
|
export type CommunicationRequestRequestVariables = {};
|
|
20
15
|
|
|
21
16
|
export type CommunicationRequest = {
|
|
22
|
-
/**
|
|
23
|
-
* Unique ID for conversation batch
|
|
24
|
-
*/
|
|
25
|
-
batchId: string;
|
|
26
17
|
/**
|
|
27
18
|
* ID for target outreach (unique within batch)
|
|
28
19
|
*/
|
|
@@ -31,10 +22,6 @@ export type CommunicationRequest = {
|
|
|
31
22
|
* Target phone number or email address
|
|
32
23
|
*/
|
|
33
24
|
target: string;
|
|
34
|
-
/**
|
|
35
|
-
* Status of a communication request.
|
|
36
|
-
*/
|
|
37
|
-
requestStatus?: RequestStatus | undefined;
|
|
38
25
|
/**
|
|
39
26
|
* Variables for request
|
|
40
27
|
*/
|
|
@@ -100,28 +87,22 @@ export const CommunicationRequest$inboundSchema: z.ZodType<
|
|
|
100
87
|
z.ZodTypeDef,
|
|
101
88
|
unknown
|
|
102
89
|
> = z.object({
|
|
103
|
-
batch_id: z.string(),
|
|
104
90
|
reference_id: z.string(),
|
|
105
91
|
target: z.string(),
|
|
106
|
-
request_status: RequestStatus$inboundSchema.optional(),
|
|
107
92
|
request_variables: z.lazy(() =>
|
|
108
93
|
CommunicationRequestRequestVariables$inboundSchema
|
|
109
94
|
),
|
|
110
95
|
}).transform((v) => {
|
|
111
96
|
return remap$(v, {
|
|
112
|
-
"batch_id": "batchId",
|
|
113
97
|
"reference_id": "referenceId",
|
|
114
|
-
"request_status": "requestStatus",
|
|
115
98
|
"request_variables": "requestVariables",
|
|
116
99
|
});
|
|
117
100
|
});
|
|
118
101
|
|
|
119
102
|
/** @internal */
|
|
120
103
|
export type CommunicationRequest$Outbound = {
|
|
121
|
-
batch_id: string;
|
|
122
104
|
reference_id: string;
|
|
123
105
|
target: string;
|
|
124
|
-
request_status?: string | undefined;
|
|
125
106
|
request_variables: CommunicationRequestRequestVariables$Outbound;
|
|
126
107
|
};
|
|
127
108
|
|
|
@@ -131,18 +112,14 @@ export const CommunicationRequest$outboundSchema: z.ZodType<
|
|
|
131
112
|
z.ZodTypeDef,
|
|
132
113
|
CommunicationRequest
|
|
133
114
|
> = z.object({
|
|
134
|
-
batchId: z.string(),
|
|
135
115
|
referenceId: z.string(),
|
|
136
116
|
target: z.string(),
|
|
137
|
-
requestStatus: RequestStatus$outboundSchema.optional(),
|
|
138
117
|
requestVariables: z.lazy(() =>
|
|
139
118
|
CommunicationRequestRequestVariables$outboundSchema
|
|
140
119
|
),
|
|
141
120
|
}).transform((v) => {
|
|
142
121
|
return remap$(v, {
|
|
143
|
-
batchId: "batch_id",
|
|
144
122
|
referenceId: "reference_id",
|
|
145
|
-
requestStatus: "request_status",
|
|
146
123
|
requestVariables: "request_variables",
|
|
147
124
|
});
|
|
148
125
|
});
|