Skip to content

Commit 2ad2187

Browse files
committed
[Librarian] Regenerated @ d9b0f7b0297f064eec2f219b29fd4193559c54f3 405f363a58346c6557d4194de16d9911b797e208
1 parent 73b0800 commit 2ad2187

24 files changed

+290
-30
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
twilio-go changelog
22
====================
3+
[2025-01-13] Version 1.23.10
4+
----------------------------
5+
**Messaging**
6+
- Adds validity period Default value in service resource documentation
7+
8+
39
[2025-01-09] Version 1.23.9
410
---------------------------
511
**Numbers**

rest/api/v2010/accounts_calls_transcriptions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type CreateRealtimeTranscriptionParams struct {
5151
Hints *string `json:"Hints,omitempty"`
5252
// The provider will add punctuation to recognition result
5353
EnableAutomaticPunctuation *bool `json:"EnableAutomaticPunctuation,omitempty"`
54-
// The SID or the unique name of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription.
54+
// The SID of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators .
5555
IntelligenceService *string `json:"IntelligenceService,omitempty"`
5656
}
5757

rest/api/v2010/docs/AccountsCallsTranscriptionsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Name | Type | Description
4646
**SpeechModel** | **string** | Recognition model used by the transcription engine, among those supported by the provider
4747
**Hints** | **string** | A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them.
4848
**EnableAutomaticPunctuation** | **bool** | The provider will add punctuation to recognition result
49-
**IntelligenceService** | **string** | The SID or the unique name of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) to process the transcription.
49+
**IntelligenceService** | **string** | The SID of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators .
5050

5151
### Return type
5252

rest/conversations/v1/configuration_webhooks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (c *ApiService) FetchConfigurationWebhook() (*ConversationsV1ConfigurationW
4747
type UpdateConfigurationWebhookParams struct {
4848
// The HTTP method to be used when sending a webhook request.
4949
Method *string `json:"Method,omitempty"`
50-
// The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`
50+
// The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated`
5151
Filters *[]string `json:"Filters,omitempty"`
5252
// The absolute url the pre-event webhook request should be sent to.
5353
PreWebhookUrl *string `json:"PreWebhookUrl,omitempty"`

rest/conversations/v1/docs/ConfigurationWebhooksApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Other parameters are passed through a pointer to a UpdateConfigurationWebhookPar
6464
Name | Type | Description
6565
------------- | ------------- | -------------
6666
**Method** | **string** | The HTTP method to be used when sending a webhook request.
67-
**Filters** | **[]string** | The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`
67+
**Filters** | **[]string** | The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated`
6868
**PreWebhookUrl** | **string** | The absolute url the pre-event webhook request should be sent to.
6969
**PostWebhookUrl** | **string** | The absolute url the post-event webhook request should be sent to.
7070
**Target** | **string** |

rest/conversations/v1/docs/ConversationsV1ConfigurationWebhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**AccountSid** | Pointer to **string** | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. |
88
**Method** | Pointer to [**string**](ConfigurationWebhookEnumMethod.md) | |
9-
**Filters** | Pointer to **[]string** | The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved` |
9+
**Filters** | Pointer to **[]string** | The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` |
1010
**PreWebhookUrl** | Pointer to **string** | The absolute url the pre-event webhook request should be sent to. |
1111
**PostWebhookUrl** | Pointer to **string** | The absolute url the post-event webhook request should be sent to. |
1212
**Target** | Pointer to [**string**](ConfigurationWebhookEnumTarget.md) | |

rest/conversations/v1/model_conversations_v1_configuration_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type ConversationsV1ConfigurationWebhook struct {
1919
// The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation.
2020
AccountSid *string `json:"account_sid,omitempty"`
2121
Method *string `json:"method,omitempty"`
22-
// The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`
22+
// The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated`
2323
Filters *[]string `json:"filters,omitempty"`
2424
// The absolute url the pre-event webhook request should be sent to.
2525
PreWebhookUrl *string `json:"pre_webhook_url,omitempty"`

rest/marketplace/v1/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Class | Method | HTTP request | Description
4646
*InstalledAddOnsUsageApi* | [**CreateBillingUsage**](docs/InstalledAddOnsUsageApi.md#createbillingusage) | **Post** /v1/InstalledAddOns/{InstalledAddOnSid}/Usage |
4747
*ListingApi* | [**FetchModuleDataManagement**](docs/ListingApi.md#fetchmoduledatamanagement) | **Get** /v1/Listing/{Sid} |
4848
*ListingApi* | [**UpdateModuleDataManagement**](docs/ListingApi.md#updatemoduledatamanagement) | **Post** /v1/Listing/{Sid} |
49+
*ListingsApi* | [**CreateModuleData**](docs/ListingsApi.md#createmoduledata) | **Post** /v1/Listings |
50+
*ListingsApi* | [**FetchModuleDataForListingOwner**](docs/ListingsApi.md#fetchmoduledataforlistingowner) | **Get** /v1/Listings |
4951
*ReferralConversionApi* | [**CreateReferralConversion**](docs/ReferralConversionApi.md#createreferralconversion) | **Post** /v1/ReferralConversion |
5052

5153

@@ -65,7 +67,9 @@ Class | Method | HTTP request | Description
6567
- [ListInstalledAddOnResponse](docs/ListInstalledAddOnResponse.md)
6668
- [MarketplaceV1InstalledAddOn](docs/MarketplaceV1InstalledAddOn.md)
6769
- [MarketplaceV1ReferralConversion](docs/MarketplaceV1ReferralConversion.md)
70+
- [MarketplaceV1TwilioServiceErrorResponse](docs/MarketplaceV1TwilioServiceErrorResponse.md)
6871
- [MarketplaceV1BillingUsageResponse](docs/MarketplaceV1BillingUsageResponse.md)
72+
- [FetchModuleDataForListingOwnerResponse](docs/FetchModuleDataForListingOwnerResponse.md)
6973
- [ListAvailableAddOnResponseMeta](docs/ListAvailableAddOnResponseMeta.md)
7074
- [MarketplaceV1ModuleDataManagement](docs/MarketplaceV1ModuleDataManagement.md)
7175

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# FetchModuleDataForListingOwnerResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Listings** | **[]map[string]interface{}** | |[optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# ListingsApi
2+
3+
All URIs are relative to *https://marketplace.twilio.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**CreateModuleData**](ListingsApi.md#CreateModuleData) | **Post** /v1/Listings |
8+
[**FetchModuleDataForListingOwner**](ListingsApi.md#FetchModuleDataForListingOwner) | **Get** /v1/Listings |
9+
10+
11+
12+
## CreateModuleData
13+
14+
> MarketplaceV1ModuleDataManagement CreateModuleData(ctx, optional)
15+
16+
17+
18+
This endpoint creates a Listing based on the given data.
19+
20+
### Path Parameters
21+
22+
This endpoint does not need any path parameter.
23+
24+
### Other Parameters
25+
26+
Other parameters are passed through a pointer to a CreateModuleDataParams struct
27+
28+
29+
Name | Type | Description
30+
------------- | ------------- | -------------
31+
**ModuleInfo** | **string** | A JSON object containing essential attributes that define a Listing.
32+
**Configuration** | **string** | A JSON object for providing Listing-specific configuration. Contains button setup, notification URL, and more.
33+
34+
### Return type
35+
36+
[**MarketplaceV1ModuleDataManagement**](MarketplaceV1ModuleDataManagement.md)
37+
38+
### Authorization
39+
40+
[accountSid_authToken](../README.md#accountSid_authToken)
41+
42+
### HTTP request headers
43+
44+
- **Content-Type**: application/x-www-form-urlencoded
45+
- **Accept**: application/json
46+
47+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
48+
[[Back to Model list]](../README.md#documentation-for-models)
49+
[[Back to README]](../README.md)
50+
51+
52+
## FetchModuleDataForListingOwner
53+
54+
> FetchModuleDataForListingOwnerResponse FetchModuleDataForListingOwner(ctx, )
55+
56+
57+
58+
This endpoint returns the Listings owned by the authenticated Account.
59+
60+
### Path Parameters
61+
62+
This endpoint does not need any path parameter.
63+
64+
### Other Parameters
65+
66+
Other parameters are passed through a pointer to a FetchModuleDataForListingOwnerParams struct
67+
68+
69+
### Return type
70+
71+
[**FetchModuleDataForListingOwnerResponse**](FetchModuleDataForListingOwner200Response.md)
72+
73+
### Authorization
74+
75+
[accountSid_authToken](../README.md#accountSid_authToken)
76+
77+
### HTTP request headers
78+
79+
- **Content-Type**: Not defined
80+
- **Accept**: application/json
81+
82+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
83+
[[Back to Model list]](../README.md#documentation-for-models)
84+
[[Back to README]](../README.md)
85+

0 commit comments

Comments
 (0)