Skip to content

Commit 2f30552

Browse files
authored
chore: release version 5.13.0 (#35)
1 parent 6e8a311 commit 2f30552

File tree

1,271 files changed

+128321
-3261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,271 files changed

+128321
-3261
lines changed

.openapi-generator/FILES

Lines changed: 1044 additions & 30 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 455 additions & 22 deletions
Large diffs are not rendered by default.

docs/ActionType.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ActionType
22

3-
Ad group billable event type.
3+
Ad group billable event type. For update, only draft ad groups may update billable event.
44

55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**value** | **str** | Ad group billable event type. | must be one of ["CLICKTHROUGH", "IMPRESSION", "VIDEO_V_50_MRC", ]
8+
**value** | **str** | Ad group billable event type. For update, only draft ad groups may update billable event. | must be one of ["CLICKTHROUGH", "IMPRESSION", "VIDEO_V_50_MRC", ]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

docs/AdAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**owner** | [**AdAccountOwner**](AdAccountOwner.md) | | [optional]
1010
**country** | [**Country**](Country.md) | | [optional]
1111
**currency** | [**Currency**](Currency.md) | | [optional]
12-
**permissions** | **[str, none_type]** | | [optional]
12+
**permissions** | [**[BusinessAccessRole]**](BusinessAccessRole.md) | | [optional]
1313
**created_time** | **int, none_type** | Creation time. Unix timestamp in seconds. | [optional]
1414
**updated_time** | **int, none_type** | Last update time. Unix timestamp in seconds. | [optional]
1515
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AdAccountCreateSubscriptionRequest
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**webhook_url** | **str** | Standard HTTPS webhook URL. |
8+
**lead_form_id** | **str** | Lead form ID. | [optional]
9+
**partner_access_token** | **str** | Partner access token. Only for clients that requires authentication. We recommend to avoid this param. | [optional]
10+
**partner_refresh_token** | **str** | Partner refresh token. Only for clients that requires authentication. We recommend to avoid this param. | [optional]
11+
**partner_metadata** | [**AdAccountCreateSubscriptionRequestPartnerMetadata**](AdAccountCreateSubscriptionRequestPartnerMetadata.md) | | [optional]
12+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AdAccountCreateSubscriptionRequestPartnerMetadata
2+
3+
Partner metadata. Only for clients that requires special handling. We recommend to avoid this param.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**subscriber_key** | **str** | Text field value that uniquely identifies a subscriber. | [optional]
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AdAccountCreateSubscriptionResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **str** | Subscription ID. | [optional]
8+
**cryptographic_key** | **str, none_type** | Base64 encoded key for client to decrypt lead data. | [optional]
9+
**cryptographic_algorithm** | **str, none_type** | Lead data encryption algorithm. | [optional]
10+
**created_time** | **int** | Subscription creation time. Unix timestamp in milliseconds. | [optional]
11+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# AdAccountGetSubscriptionResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**lead_form_id** | **str, none_type** | Lead form ID. | [optional]
8+
**webhook_url** | **str** | Standard HTTPS webhook URL. | [optional]
9+
**id** | **str** | Subscription ID. | [optional]
10+
**user_account_id** | **str** | User account used to subscribe lead data. | [optional]
11+
**ad_account_id** | **str** | The Ad Account ID that this lead form belongs to. | [optional]
12+
**api_version** | **str** | API version. | [optional]
13+
**cryptographic_key** | **str, none_type** | Base64 encoded key for client to decrypt lead data. | [optional]
14+
**cryptographic_algorithm** | **str, none_type** | Lead data encryption algorithm. | [optional]
15+
**created_time** | **int** | Lead form creation time. Unix timestamp in milliseconds. | [optional]
16+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
17+
18+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
19+
20+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AdAccountGetSubscriptionResponseAllOf
2+
3+
Lead ads subscription response common fields.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**lead_form_id** | **str, none_type** | Lead form ID. | [optional]
9+
**webhook_url** | **str** | Standard HTTPS webhook URL. | [optional]
10+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AdAccountGetSubscriptionResponseAllOf1
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **str** | Subscription ID. | [optional]
8+
**user_account_id** | **str** | User account used to subscribe lead data. | [optional]
9+
**ad_account_id** | **str** | The Ad Account ID that this lead form belongs to. | [optional]
10+
**api_version** | **str** | API version. | [optional]
11+
**cryptographic_key** | **str, none_type** | Base64 encoded key for client to decrypt lead data. | [optional]
12+
**cryptographic_algorithm** | **str, none_type** | Lead data encryption algorithm. | [optional]
13+
**created_time** | **int** | Lead form creation time. Unix timestamp in milliseconds. | [optional]
14+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
15+
16+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
17+
18+

0 commit comments

Comments
 (0)