@gradientedge/commercetools-utils 4.21.1 → 4.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,7 +67,7 @@ export interface CustomFieldStringType {
67
67
  export interface CustomFieldTimeType {
68
68
  readonly name: 'Time';
69
69
  }
70
- export declare type ResourceTypeId = 'address' | 'asset' | 'cart-discount' | 'category' | 'channel' | 'custom-line-item' | 'customer' | 'customer-group' | 'discount-code' | 'inventory-entry' | 'line-item' | 'order' | 'order-delivery' | 'order-edit' | 'order-parcel' | 'order-return-item' | 'payment' | 'payment-interface-interaction' | 'product-price' | 'product-selection' | 'review' | 'shipping-method' | 'shopping-list' | 'shopping-list-text-line-item' | 'store' | 'transaction';
70
+ export declare type ResourceTypeId = 'address' | 'asset' | 'cart-discount' | 'category' | 'channel' | 'custom-line-item' | 'customer' | 'customer-group' | 'discount-code' | 'inventory-entry' | 'line-item' | 'order' | 'order-delivery' | 'order-edit' | 'order-parcel' | 'order-return-item' | 'payment' | 'payment-interface-interaction' | 'product-price' | 'product-selection' | 'quote' | 'review' | 'shipping-method' | 'shopping-list' | 'shopping-list-text-line-item' | 'store' | 'transaction';
71
71
  export interface Type extends BaseResource {
72
72
  readonly id: string;
73
73
  readonly version: number;
@@ -110,7 +110,7 @@ export interface TypeUpdate {
110
110
  readonly version: number;
111
111
  readonly actions: TypeUpdateAction[];
112
112
  }
113
- export declare type TypeUpdateAction = TypeAddEnumValueAction | TypeAddFieldDefinitionAction | TypeAddLocalizedEnumValueAction | TypeChangeEnumValueLabelAction | TypeChangeEnumValueOrderAction | TypeChangeFieldDefinitionLabelAction | TypeChangeFieldDefinitionOrderAction | TypeChangeInputHintAction | TypeChangeKeyAction | TypeChangeLabelAction | TypeChangeLocalizedEnumValueLabelAction | TypeChangeLocalizedEnumValueOrderAction | TypeChangeNameAction | TypeRemoveFieldDefinitionAction | TypeSetDescriptionAction;
113
+ export declare type TypeUpdateAction = TypeAddEnumValueAction | TypeAddFieldDefinitionAction | TypeAddLocalizedEnumValueAction | TypeChangeEnumValueLabelAction | TypeChangeEnumValueOrderAction | TypeChangeFieldDefinitionOrderAction | TypeChangeInputHintAction | TypeChangeKeyAction | TypeChangeLabelAction | TypeChangeLocalizedEnumValueLabelAction | TypeChangeLocalizedEnumValueOrderAction | TypeChangeNameAction | TypeRemoveFieldDefinitionAction | TypeSetDescriptionAction;
114
114
  export interface TypeAddEnumValueAction {
115
115
  readonly action: 'addEnumValue';
116
116
  readonly fieldName: string;
@@ -135,11 +135,6 @@ export interface TypeChangeEnumValueOrderAction {
135
135
  readonly fieldName: string;
136
136
  readonly keys: string[];
137
137
  }
138
- export interface TypeChangeFieldDefinitionLabelAction {
139
- readonly action: 'changeFieldDefinitionLabel';
140
- readonly fieldName: string;
141
- readonly label: LocalizedString;
142
- }
143
138
  export interface TypeChangeFieldDefinitionOrderAction {
144
139
  readonly action: 'changeFieldDefinitionOrder';
145
140
  readonly fieldNames: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/commercetools-utils",
3
- "version": "4.21.1",
3
+ "version": "4.22.0",
4
4
  "description": "Provide utility classes and functions for interacting with the commercetools API",
5
5
  "main": "./dist/ge-commercetools-utils-node.cjs.js",
6
6
  "module": "./dist/ge-commercetools-utils-node.esm.js",