Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4664,9 +4664,9 @@ paths:
$ref: '#/components/schemas/ParameterCampaignType'
style: form
- description: "Includes an expanded categories object in the response. If the\
\ [Areas and Stores](https://support.voucherify.io/article/623-areas-and-stores)\
\ Enterprise feature is enabled, add access_settings_assignments to return\
\ assigned areas and stores."
\ [Areas and Stores](/orchestrate/areas-and-stores) Enterprise feature is\
\ enabled, add access_settings_assignments to return assigned areas and\
\ stores."
explode: true
in: query
name: expand
Expand Down Expand Up @@ -11118,9 +11118,9 @@ paths:
$ref: '#/components/schemas/ParameterPage'
style: form
- description: "Includes an expanded categories object in the response. If the\
\ [Areas and Stores](https://support.voucherify.io/article/623-areas-and-stores)\
\ Enterprise feature is enabled, add access_settings_assignments to return\
\ assigned areas and stores."
\ [Areas and Stores](/orchestrate/areas-and-stores) Enterprise feature is\
\ enabled, add access_settings_assignments to return assigned areas and\
\ stores."
explode: true
in: query
name: expand
Expand Down
4 changes: 2 additions & 2 deletions docs/CampaignsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ namespace Example
var limit = 56; // int? | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. (optional)
var page = 56; // int? | Which page of results to return. The lowest value is 1. (optional)
var campaignType = (ParameterCampaignType) "PROMOTION"; // ParameterCampaignType? | This attribute allows filtering by campaign type. (optional)
var expand = (ParameterExpandListCampaigns) "category"; // ParameterExpandListCampaigns? | Includes an expanded categories object in the response. If the [Areas and Stores](https://support.voucherify.io/article/623-areas-and-stores) Enterprise feature is enabled, add access_settings_assignments to return assigned areas and stores. (optional)
var expand = (ParameterExpandListCampaigns) "category"; // ParameterExpandListCampaigns? | Includes an expanded categories object in the response. If the [Areas and Stores](/orchestrate/areas-and-stores) Enterprise feature is enabled, add access_settings_assignments to return assigned areas and stores. (optional)
var campaignStatus = (ParameterCampaignStatusListCampaigns) "DONE"; // ParameterCampaignStatusListCampaigns? | Sorts the results by the status of the campaign. (optional)
var isReferralCode = true; // bool? | Sorts the results that are or are not referral campaigns. (optional)
var order = (ParameterOrderListCampaigns) "created_at"; // ParameterOrderListCampaigns? | Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order. (optional)
Expand Down Expand Up @@ -1361,7 +1361,7 @@ catch (ApiException e)
| **limit** | **int?** | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. | [optional] |
| **page** | **int?** | Which page of results to return. The lowest value is 1. | [optional] |
| **campaignType** | **ParameterCampaignType?** | This attribute allows filtering by campaign type. | [optional] |
| **expand** | **ParameterExpandListCampaigns?** | Includes an expanded categories object in the response. If the [Areas and Stores](https://support.voucherify.io/article/623-areas-and-stores) Enterprise feature is enabled, add access_settings_assignments to return assigned areas and stores. | [optional] |
| **expand** | **ParameterExpandListCampaigns?** | Includes an expanded categories object in the response. If the [Areas and Stores](/orchestrate/areas-and-stores) Enterprise feature is enabled, add access_settings_assignments to return assigned areas and stores. | [optional] |
| **campaignStatus** | **ParameterCampaignStatusListCampaigns?** | Sorts the results by the status of the campaign. | [optional] |
| **isReferralCode** | **bool?** | Sorts the results that are or are not referral campaigns. | [optional] |
| **order** | **ParameterOrderListCampaigns?** | Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order. | [optional] |
Expand Down
4 changes: 2 additions & 2 deletions docs/LoyaltiesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3229,7 +3229,7 @@ namespace Example
var apiInstance = new LoyaltiesApi(config);
var limit = 56; // int? | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. (optional)
var page = 56; // int? | Which page of results to return. The lowest value is 1. (optional)
var expand = (ParameterExpandListCampaigns) "category"; // ParameterExpandListCampaigns? | Includes an expanded categories object in the response. If the [Areas and Stores](https://support.voucherify.io/article/623-areas-and-stores) Enterprise feature is enabled, add access_settings_assignments to return assigned areas and stores. (optional)
var expand = (ParameterExpandListCampaigns) "category"; // ParameterExpandListCampaigns? | Includes an expanded categories object in the response. If the [Areas and Stores](/orchestrate/areas-and-stores) Enterprise feature is enabled, add access_settings_assignments to return assigned areas and stores. (optional)
var order = (ParameterOrderListCampaigns) "created_at"; // ParameterOrderListCampaigns? | Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order. (optional)

try
Expand Down Expand Up @@ -3275,7 +3275,7 @@ catch (ApiException e)
|------|------|-------------|-------|
| **limit** | **int?** | Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items. | [optional] |
| **page** | **int?** | Which page of results to return. The lowest value is 1. | [optional] |
| **expand** | **ParameterExpandListCampaigns?** | Includes an expanded categories object in the response. If the [Areas and Stores](https://support.voucherify.io/article/623-areas-and-stores) Enterprise feature is enabled, add access_settings_assignments to return assigned areas and stores. | [optional] |
| **expand** | **ParameterExpandListCampaigns?** | Includes an expanded categories object in the response. If the [Areas and Stores](/orchestrate/areas-and-stores) Enterprise feature is enabled, add access_settings_assignments to return assigned areas and stores. | [optional] |
| **order** | **ParameterOrderListCampaigns?** | Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order. | [optional] |

### Return type
Expand Down
4 changes: 2 additions & 2 deletions lib/net9.0/Voucherify.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v9.0": {
"Voucherify/9.0.1": {
"Voucherify/9.0.2": {
"dependencies": {
"JsonSubTypes": "2.0.1",
"Microsoft.Extensions.DependencyInjection": "9.0.10",
Expand Down Expand Up @@ -478,7 +478,7 @@
}
},
"libraries": {
"Voucherify/9.0.1": {
"Voucherify/9.0.2": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified lib/net9.0/Voucherify.dll
Binary file not shown.
Loading
Loading