Skip to content

Commit

Permalink
Merge pull request #12 from jwdb/master
Browse files Browse the repository at this point in the history
Upgrade provider to v1.11.2
  • Loading branch information
joostmeijles authored Sep 4, 2023
2 parents 56b5850 + 23def0e commit 8ba5920
Show file tree
Hide file tree
Showing 51 changed files with 3,606 additions and 105 deletions.
2 changes: 2 additions & 0 deletions examples/examples_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package examples

import (
"testing"
)

func TestExamples(t *testing.T) {
t.Skip("Not implemented")
}
25 changes: 24 additions & 1 deletion provider/cmd/pulumi-resource-commercetools/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"resources": {
"commercetools:index/apiClient:ApiClient": 0,
"commercetools:index/apiExtension:ApiExtension": 0,
"commercetools:index/associateRole:AssociateRole": 1,
"commercetools:index/attributeGroup:AttributeGroup": 1,
"commercetools:index/cartDiscount:CartDiscount": 0,
"commercetools:index/category:Category": 0,
"commercetools:index/channel:Channel": 0,
Expand All @@ -24,13 +26,16 @@
"commercetools:index/type:Type": 0
},
"functions": {
"commercetools:index/getState:getState": 1,
"commercetools:index/getType:getType": 1
}
},
"renames": {
"resources": {
"commercetools:index/apiClient:ApiClient": "commercetools_api_client",
"commercetools:index/apiExtension:ApiExtension": "commercetools_api_extension",
"commercetools:index/associateRole:AssociateRole": "commercetools_associate_role",
"commercetools:index/attributeGroup:AttributeGroup": "commercetools_attribute_group",
"commercetools:index/cartDiscount:CartDiscount": "commercetools_cart_discount",
"commercetools:index/category:Category": "commercetools_category",
"commercetools:index/channel:Channel": "commercetools_channel",
Expand All @@ -52,6 +57,7 @@
"commercetools:index/type:Type": "commercetools_type"
},
"functions": {
"commercetools:index/getState:getState": "commercetools_state",
"commercetools:index/getType:getType": "commercetools_type"
},
"renamedProperties": {
Expand All @@ -64,11 +70,21 @@
"commercetools:index/ApiExtensionTrigger:ApiExtensionTrigger": {
"resourceTypeId": "resource_type_id"
},
"commercetools:index/CartDiscountCustom:CartDiscountCustom": {
"typeId": "type_id"
},
"commercetools:index/CartDiscountTarget:CartDiscountTarget": {
"discountedQuantity": "discounted_quantity",
"maxOccurrence": "max_occurrence",
"selectionMode": "selection_mode",
"triggerQuantity": "trigger_quantity"
},
"commercetools:index/CartDiscountValue:CartDiscountValue": {
"distributionChannelId": "distribution_channel_id",
"monies": "money",
"productId": "product_id",
"supplyChannelId": "supply_channel_id"
"supplyChannelId": "supply_channel_id",
"variantId": "variant_id"
},
"commercetools:index/CartDiscountValueMoney:CartDiscountValueMoney": {
"centAmount": "cent_amount",
Expand Down Expand Up @@ -199,6 +215,12 @@
"timeoutInMs": "timeout_in_ms",
"triggers": "trigger"
},
"commercetools:index/associateRole:AssociateRole": {
"buyerAssignable": "buyer_assignable"
},
"commercetools:index/attributeGroup:AttributeGroup": {
"attributes": "attribute"
},
"commercetools:index/cartDiscount:CartDiscount": {
"isActive": "is_active",
"requiresDiscountCode": "requires_discount_code",
Expand Down Expand Up @@ -241,6 +263,7 @@
"commercetools:index/shippingMethod:ShippingMethod": {
"isDefault": "is_default",
"localizedDescription": "localized_description",
"localizedName": "localized_name",
"taxCategoryId": "tax_category_id"
},
"commercetools:index/shippingZone:ShippingZone": {
Expand Down
Loading

0 comments on commit 8ba5920

Please sign in to comment.