Skip to content

Commit f9cc199

Browse files
committed
update to 12.0.0
2 parents 2769533 + ed46433 commit f9cc199

File tree

866 files changed

+25459
-4541
lines changed

Some content is hidden

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

866 files changed

+25459
-4541
lines changed

README.md

Lines changed: 52 additions & 8 deletions
Large diffs are not rendered by default.

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ services:
2727
restart: "on-failure:10"
2828

2929
database-service:
30-
image: docker.io/bitnami/postgresql:15
30+
image: docker.io/bitnamilegacy/postgresql:15
3131
volumes:
32-
- 'postgresql_master_data:/bitnami/postgresql'
32+
- "postgresql_master_data:/bitnami/postgresql"
3333
ports:
3434
- "5433:5432"
3535
environment:
@@ -44,4 +44,4 @@ services:
4444
restart: "on-failure:10"
4545

4646
volumes:
47-
postgresql_master_data:
47+
postgresql_master_data:

docs/AccessLogEntry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Log of application accesses.
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Uuid** | **string** | UUID reference of request. |
8-
**Status** | **int** | HTTP status code of response. |
8+
**Status** | **long** | HTTP status code of response. |
99
**Method** | **string** | HTTP method of request. |
1010
**RequestUri** | **string** | target URI of request |
1111
**Time** | **DateTime** | timestamp of request |

docs/Account.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Id** | **int** | The internal ID of this entity. |
6+
**Id** | **long** | The internal ID of this entity. |
77
**Created** | **DateTime** | The time this entity was created. |
88
**Modified** | **DateTime** | The time this entity was last modified. |
99
**CompanyName** | **string** | |
@@ -12,14 +12,14 @@ Name | Type | Description | Notes
1212
**BillingEmail** | **string** | The billing email address associated with your company account. |
1313
**PlanName** | **string** | The name of your booked plan. | [optional]
1414
**PlanExpires** | **DateTime** | The point in time at which your current plan expires. | [optional]
15-
**ApplicationLimit** | **int** | The maximum number of Applications covered by your plan. | [optional]
16-
**UserLimit** | **int** | The maximum number of Campaign Manager Users covered by your plan. | [optional]
17-
**CampaignLimit** | **int** | The maximum number of Campaigns covered by your plan. | [optional]
18-
**ApiLimit** | **int** | The maximum number of Integration API calls covered by your plan per billing period. | [optional]
19-
**ApplicationCount** | **int** | The current number of Applications in your account. |
20-
**UserCount** | **int** | The current number of Campaign Manager Users in your account. |
21-
**CampaignsActiveCount** | **int** | The current number of active Campaigns in your account. |
22-
**CampaignsInactiveCount** | **int** | The current number of inactive Campaigns in your account. |
15+
**ApplicationLimit** | **long** | The maximum number of Applications covered by your plan. | [optional]
16+
**UserLimit** | **long** | The maximum number of Campaign Manager Users covered by your plan. | [optional]
17+
**CampaignLimit** | **long** | The maximum number of Campaigns covered by your plan. | [optional]
18+
**ApiLimit** | **long** | The maximum number of Integration API calls covered by your plan per billing period. | [optional]
19+
**ApplicationCount** | **long** | The current number of Applications in your account. |
20+
**UserCount** | **long** | The current number of Campaign Manager Users in your account. |
21+
**CampaignsActiveCount** | **long** | The current number of active Campaigns in your account. |
22+
**CampaignsInactiveCount** | **long** | The current number of inactive Campaigns in your account. |
2323
**Attributes** | [**Object**](.md) | Arbitrary properties associated with this campaign. | [optional]
2424

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

docs/AccountAdditionalCost.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Id** | **int** | The internal ID of this entity. |
6+
**Id** | **long** | The internal ID of this entity. |
77
**Created** | **DateTime** | The time this entity was created. |
8-
**AccountId** | **int** | The ID of the account that owns this entity. |
8+
**AccountId** | **long** | The ID of the account that owns this entity. |
99
**Name** | **string** | The internal name used in API requests. |
1010
**Title** | **string** | The human-readable name for the additional cost that will be shown in the Campaign Manager. Like `name`, the combination of entity and title must also be unique. |
1111
**Description** | **string** | A description of this additional cost. |
12-
**SubscribedApplicationsIds** | **List<int>** | A list of the IDs of the applications that are subscribed to this additional cost. | [optional]
12+
**SubscribedApplicationsIds** | **List<long>** | A list of the IDs of the applications that are subscribed to this additional cost. | [optional]
1313
**Type** | **string** | The type of additional cost. Possible value: - `session`: Additional cost will be added per session. - `item`: Additional cost will be added per item. - `both`: Additional cost will be added per item and session. | [optional] [default to TypeEnum.Session]
1414

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

docs/AccountAnalytics.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Applications** | **int** | Total number of applications in the account. |
7-
**LiveApplications** | **int** | Total number of live applications in the account. |
8-
**SandboxApplications** | **int** | Total number of sandbox applications in the account. |
9-
**Campaigns** | **int** | Total number of campaigns in the account. |
10-
**ActiveCampaigns** | **int** | Total number of active campaigns in the account. |
11-
**LiveActiveCampaigns** | **int** | Total number of active campaigns in live applications in the account. |
12-
**Coupons** | **int** | Total number of coupons in the account. |
13-
**ActiveCoupons** | **int** | Total number of active coupons in the account. |
14-
**ExpiredCoupons** | **int** | Total number of expired coupons in the account. |
15-
**ReferralCodes** | **int** | Total number of referral codes in the account. |
16-
**ActiveReferralCodes** | **int** | Total number of active referral codes in the account. |
17-
**ExpiredReferralCodes** | **int** | Total number of expired referral codes in the account. |
18-
**ActiveRules** | **int** | Total number of active rules in the account. |
19-
**Users** | **int** | Total number of users in the account. |
20-
**Roles** | **int** | Total number of roles in the account. |
21-
**CustomAttributes** | **int** | Total number of custom attributes in the account. |
22-
**Webhooks** | **int** | Total number of webhooks in the account. |
23-
**LoyaltyPrograms** | **int** | Total number of all loyalty programs in the account. |
24-
**LiveLoyaltyPrograms** | **int** | Total number of live loyalty programs in the account. |
6+
**Applications** | **long** | Total number of applications in the account. |
7+
**LiveApplications** | **long** | Total number of live applications in the account. |
8+
**SandboxApplications** | **long** | Total number of sandbox applications in the account. |
9+
**Campaigns** | **long** | Total number of campaigns in the account. |
10+
**ActiveCampaigns** | **long** | Total number of active campaigns in the account. |
11+
**LiveActiveCampaigns** | **long** | Total number of active campaigns in live applications in the account. |
12+
**Coupons** | **long** | Total number of coupons in the account. |
13+
**ActiveCoupons** | **long** | Total number of active coupons in the account. |
14+
**ExpiredCoupons** | **long** | Total number of expired coupons in the account. |
15+
**ReferralCodes** | **long** | Total number of referral codes in the account. |
16+
**ActiveReferralCodes** | **long** | Total number of active referral codes in the account. |
17+
**ExpiredReferralCodes** | **long** | Total number of expired referral codes in the account. |
18+
**ActiveRules** | **long** | Total number of active rules in the account. |
19+
**Users** | **long** | Total number of users in the account. |
20+
**Roles** | **long** | Total number of roles in the account. |
21+
**CustomAttributes** | **long** | Total number of custom attributes in the account. |
22+
**Webhooks** | **long** | Total number of webhooks in the account. |
23+
**LoyaltyPrograms** | **long** | Total number of all loyalty programs in the account. |
24+
**LiveLoyaltyPrograms** | **long** | Total number of live loyalty programs in the account. |
2525
**LastUpdatedAt** | **DateTime** | The point in time when the analytics numbers were updated last. |
2626

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

docs/AccountDashboardStatisticCampaigns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Live** | **int** | Number of campaigns that are active and live (across all Applications). |
7-
**EndingSoon** | **int** | Campaigns scheduled to expire sometime in the next 7 days. |
8-
**LowOnBudget** | **int** | Campaigns with less than 10% of budget left. |
6+
**Live** | **long** | Number of campaigns that are active and live (across all Applications). |
7+
**EndingSoon** | **long** | Campaigns scheduled to expire sometime in the next 7 days. |
8+
**LowOnBudget** | **long** | Campaigns with less than 10% of budget left. |
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/AccountEntity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**AccountId** | **int** | The ID of the account that owns this entity. |
6+
**AccountId** | **long** | The ID of the account that owns this entity. |
77

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

docs/AccountLimits.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**LiveApplications** | **int** | Total number of allowed live applications in the account. |
7-
**SandboxApplications** | **int** | Total number of allowed sandbox applications in the account. |
8-
**ActiveCampaigns** | **int** | Total number of allowed active campaigns in live applications in the account. |
9-
**Coupons** | **int** | Total number of allowed coupons in the account. |
10-
**ReferralCodes** | **int** | Total number of allowed referral codes in the account. |
11-
**ActiveRules** | **int** | Total number of allowed active rulesets in the account. |
12-
**LiveLoyaltyPrograms** | **int** | Total number of allowed live loyalty programs in the account. |
13-
**SandboxLoyaltyPrograms** | **int** | Total number of allowed sandbox loyalty programs in the account. |
14-
**Webhooks** | **int** | Total number of allowed webhooks in the account. |
15-
**Users** | **int** | Total number of allowed users in the account. |
16-
**ApiVolume** | **int** | Allowed volume of API requests to the account. |
6+
**LiveApplications** | **long** | Total number of allowed live applications in the account. |
7+
**SandboxApplications** | **long** | Total number of allowed sandbox applications in the account. |
8+
**ActiveCampaigns** | **long** | Total number of allowed active campaigns in live applications in the account. |
9+
**Coupons** | **long** | Total number of allowed coupons in the account. |
10+
**ReferralCodes** | **long** | Total number of allowed referral codes in the account. |
11+
**ActiveRules** | **long** | Total number of allowed active rulesets in the account. |
12+
**LiveLoyaltyPrograms** | **long** | Total number of allowed live loyalty programs in the account. |
13+
**SandboxLoyaltyPrograms** | **long** | Total number of allowed sandbox loyalty programs in the account. |
14+
**Webhooks** | **long** | Total number of allowed webhooks in the account. |
15+
**Users** | **long** | Total number of allowed users in the account. |
16+
**ApiVolume** | **long** | Allowed volume of API requests to the account. |
1717
**PromotionTypes** | **List<string>** | Array of promotion types that are employed in the account. |
18+
**SecondaryDeploymentPrice** | **long** | The price for a secondary deployment according to contractual agreements. |
19+
**CurrencyCode** | **string** | The currency of the contract. |
1820

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

docs/Achievement.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Id** | **int** | The internal ID of this entity. |
6+
**Id** | **long** | The internal ID of this entity. |
77
**Created** | **DateTime** | The time this entity was created. |
88
**Name** | **string** | The internal name of the achievement used in API requests. **Note**: The name should start with a letter. This cannot be changed after the achievement has been created. |
99
**Title** | **string** | The display name for the achievement in the Campaign Manager. |
@@ -15,8 +15,9 @@ Name | Type | Description | Notes
1515
**ActivationPolicy** | **string** | The policy that determines how the achievement starts, ends, or resets. - `user_action`: The achievement ends or resets relative to when the customer started the achievement. - `fixed_schedule`: The achievement starts, ends, or resets for all customers following a fixed schedule. | [optional]
1616
**FixedStartDate** | **DateTime** | The achievement's start date when `activationPolicy` is set to `fixed_schedule`. **Note:** It must be an RFC3339 timestamp string. | [optional]
1717
**EndDate** | **DateTime** | The achievement's end date. If defined, customers cannot participate in the achievement after this date. **Note:** It must be an RFC3339 timestamp string. | [optional]
18-
**CampaignId** | **int** | The ID of the campaign the achievement belongs to. |
19-
**UserId** | **int** | ID of the user that created this achievement. |
18+
**AllowRollbackAfterCompletion** | **bool** | When `true`, customer progress can be rolled back in completed achievements. | [optional]
19+
**CampaignId** | **long** | The ID of the campaign the achievement belongs to. |
20+
**UserId** | **long** | ID of the user that created this achievement. |
2021
**CreatedBy** | **string** | Name of the user that created the achievement. **Note**: This is not available if the user has been deleted. | [optional]
2122
**HasProgress** | **bool** | Indicates if a customer has made progress in the achievement. | [optional]
2223
**Status** | **string** | The status of the achievement. | [optional]

0 commit comments

Comments
 (0)