@@ -559,10 +559,10 @@ ContentTypeUpdateStruct:
559
559
type : datetime
560
560
names :
561
561
description : ' If set this array of names with languageCode keys replace the complete name collection.'
562
- type : array
562
+ type : Value[]
563
563
descriptions :
564
564
description : ' If set this array of descriptions with languageCode keys replace the complete description collection.'
565
- type : array
565
+ type : Value[]
566
566
567
567
ContentUpdateStruct :
568
568
description : ' This class is used for updating the fields of a Content item draft.'
@@ -615,6 +615,7 @@ CreateStruct:
615
615
data :
616
616
description : ' Notification data.'
617
617
type : array
618
+ items : mixed
618
619
Criterion :
619
620
description : ' Criterion implementations.'
620
621
type : object
@@ -625,6 +626,7 @@ Criterion:
625
626
value :
626
627
description : ' The value(s) matched by the Criteria.'
627
628
type : array
629
+ items : mixed
628
630
target :
629
631
description : ' The target used by the Criteria (field, metadata...).'
630
632
type : string
@@ -813,10 +815,10 @@ FieldDefinitionCreateStruct:
813
815
type : string
814
816
names :
815
817
description : ' An array of names with languageCode keys.'
816
- type : array
818
+ type : Value[]
817
819
descriptions :
818
820
description : ' An array of descriptions with languageCode keys.'
819
- type : array
821
+ type : Value[]
820
822
fieldGroup :
821
823
description : ' Field group name.'
822
824
type : string
@@ -853,10 +855,10 @@ FieldDefinitionUpdateStruct:
853
855
type : string
854
856
names :
855
857
description : ' If set this array of names with languageCode keys replace the complete name collection.'
856
- type : array
858
+ type : Value[]
857
859
descriptions :
858
860
description : ' If set this array of descriptions with languageCode keys replace the complete description collection.'
859
- type : array
861
+ type : Value[]
860
862
fieldGroup :
861
863
description : ' If set the field group is changed to this name.'
862
864
type : string
@@ -905,9 +907,6 @@ Language:
905
907
description : ' This class represents a language in the Repository.'
906
908
type : BaseObject
907
909
properties :
908
- ALL :
909
- description : " Constant for use in API's to specify that you want to load all languages."
910
- type : array
911
910
id :
912
911
description : ' The language ID (auto generated).'
913
912
type : integer
@@ -1073,6 +1072,7 @@ Message:
1073
1072
values :
1074
1073
description : ' Translation value objects. May not contain any numbers, which might result in requiring plural forms. Use Plural for that.'
1075
1074
type : array
1075
+ items : mixed
1076
1076
Notification :
1077
1077
description : ' This class represents a notification value.'
1078
1078
type : object
@@ -1095,6 +1095,7 @@ Notification:
1095
1095
data :
1096
1096
description : ' This class represents data.'
1097
1097
type : array
1098
+ items : mixed
1098
1099
NotificationList :
1099
1100
description : ' This class represents a notifications list.'
1100
1101
type : object
@@ -1291,6 +1292,7 @@ Plural:
1291
1292
values :
1292
1293
description : ' Translation value objects. May not contain any numbers, which might result in requiring plural forms. Use MessagePlural for that.'
1293
1294
type : array
1295
+ items : mixed
1294
1296
Policy :
1295
1297
description : ' This class represents a policy value.'
1296
1298
type : BaseObject
@@ -1720,7 +1722,7 @@ UrlAlias:
1720
1722
type : any
1721
1723
path :
1722
1724
description : ' The full path of the alias.'
1723
- type :
1725
+ type : string
1724
1726
languageCodes :
1725
1727
description : ' The languageCodes for which this path is valid.'
1726
1728
type : string[]
@@ -2046,6 +2048,7 @@ ValueObject:
2046
2048
Properties :
2047
2049
description : ' Function where list of properties are returned.'
2048
2050
type : array
2051
+ items : mixed
2049
2052
Version :
2050
2053
description : ' Returns the VersionInfo for this version.'
2051
2054
type : BaseObject
@@ -2175,9 +2178,9 @@ ContentTypeCreate:
2175
2178
defaultAlwaysAvailable :
2176
2179
type : boolean
2177
2180
names :
2178
- type : array
2181
+ type : Value[]
2179
2182
descriptions :
2180
- type : array
2183
+ type : Value[]
2181
2184
FieldDefinition :
2182
2185
type : FieldDefinition
2183
2186
creatorId :
@@ -2212,9 +2215,9 @@ ContentTypeUpdate:
2212
2215
defaultAlwaysAvailable :
2213
2216
type : boolean
2214
2217
names :
2215
- type : array
2218
+ type : Value[]
2216
2219
descriptions :
2217
- type : array
2220
+ type : Value[]
2218
2221
modifierId :
2219
2222
description : ' If set, this value overrides the current user as creator.'
2220
2223
type : any
@@ -2475,9 +2478,9 @@ CatalogCreate:
2475
2478
Criteria :
2476
2479
type : Criterion
2477
2480
names :
2478
- type : array
2481
+ type : object
2479
2482
descriptions :
2480
- type : array
2483
+ type : object
2481
2484
status :
2482
2485
type : string
2483
2486
creator_id :
@@ -2494,9 +2497,9 @@ CatalogUpdate:
2494
2497
Criteria :
2495
2498
type : Criterion
2496
2499
names :
2497
- type : array
2500
+ type : object
2498
2501
descriptions :
2499
- type : array
2502
+ type : object
2500
2503
2501
2504
CatalogCopy :
2502
2505
description : ' This class is used to copy a catalog.'
@@ -2610,11 +2613,9 @@ AttributeGroupCreate:
2610
2613
identifier :
2611
2614
type : string
2612
2615
names :
2613
- type : array
2616
+ type : string[]
2614
2617
position :
2615
2618
type : integer
2616
- languages :
2617
- type : array
2618
2619
2619
2620
AttributeGroupUpdate :
2620
2621
description : ' This class is used to update an attribute group.'
@@ -2623,11 +2624,9 @@ AttributeGroupUpdate:
2623
2624
identifier :
2624
2625
type : string
2625
2626
names :
2626
- type : array
2627
+ type : object
2627
2628
position :
2628
2629
type : integer
2629
- languages :
2630
- type : array
2631
2630
2632
2631
AttributeGroupList :
2633
2632
description : ' This class represents an attribute group list.'
@@ -2669,7 +2668,7 @@ Attribute:
2669
2668
position :
2670
2669
type : integer
2671
2670
options :
2672
- type : array
2671
+ type : object
2673
2672
2674
2673
AttributeCreate :
2675
2674
description : ' This class is used to create an attribute.'
@@ -2682,13 +2681,14 @@ AttributeCreate:
2682
2681
group :
2683
2682
type : string
2684
2683
names :
2685
- type : array
2684
+ type : object
2686
2685
descriptions :
2687
- type : array
2686
+ type : object
2688
2687
positions :
2689
2688
type : integer
2690
2689
options :
2691
2690
type : array
2691
+ items : mixed
2692
2692
2693
2693
AttributeUpdate :
2694
2694
description : ' This class is used to update an attribute.'
@@ -2697,13 +2697,14 @@ AttributeUpdate:
2697
2697
identifier :
2698
2698
type : string
2699
2699
names :
2700
- type : array
2700
+ type : object
2701
2701
descriptions :
2702
- type : array
2702
+ type : object
2703
2703
positions :
2704
2704
type : integer
2705
2705
options :
2706
2706
type : array
2707
+ items : mixed
2707
2708
2708
2709
AttributeList :
2709
2710
description : ' This class represents an attribute list.'
@@ -2780,9 +2781,9 @@ CustomerGroupCreate:
2780
2781
identifier :
2781
2782
type : string
2782
2783
names :
2783
- type : array
2784
+ type : object
2784
2785
descriptions :
2785
- type : array
2786
+ type : object
2786
2787
global_price_rate :
2787
2788
description : ' numeric-string'
2788
2789
type : string
@@ -2792,13 +2793,11 @@ CustomerGroupUpdate:
2792
2793
type : object
2793
2794
properties :
2794
2795
names :
2795
- type : array
2796
+ type : object
2796
2797
identifier :
2797
2798
type : string
2798
2799
position :
2799
2800
type : integer
2800
- languages :
2801
- type : array
2802
2801
2803
2802
CustomerGroupViewInput :
2804
2803
description : ' This class represents a customer group view input.'
@@ -2940,14 +2939,14 @@ ProductListGet:
2940
2939
limit :
2941
2940
type : integer
2942
2941
languages :
2943
- type : array
2942
+ type : string[]
2944
2943
2945
2944
ProductGet :
2946
2945
description : ' This class represents a product GET.'
2947
2946
type : object
2948
2947
properties :
2949
2948
languages :
2950
- type : array
2949
+ type : string[]
2951
2950
2952
2951
ProductCreate :
2953
2952
description : ' This class is used to create a product.'
@@ -2959,9 +2958,10 @@ ProductCreate:
2959
2958
type : string
2960
2959
attributes :
2961
2960
type : array
2961
+ items : object
2962
2962
2963
2963
ProductUpdate :
2964
- description : ' This class is used to create a product.'
2964
+ description : ' This class is used to update a product.'
2965
2965
type : object
2966
2966
properties :
2967
2967
ContentUpdate :
@@ -2970,6 +2970,7 @@ ProductUpdate:
2970
2970
type : string
2971
2971
attributes :
2972
2972
type : array
2973
+ items : object
2973
2974
2974
2975
ProductViewInput :
2975
2976
description : ' This class represents a product view input.'
@@ -3000,7 +3001,7 @@ ProductVariant:
3000
3001
Product :
3001
3002
type : Product
3002
3003
DiscriminatorAttributesList :
3003
- type : array
3004
+ type : Attribute[]
3004
3005
3005
3006
ProductVariantCreate :
3006
3007
description : ' This class is used to create a product variant.'
@@ -3011,6 +3012,7 @@ ProductVariantCreate:
3011
3012
attributes :
3012
3013
description : ' array<int|string,mixed>'
3013
3014
type : array
3015
+ items : mixed
3014
3016
3015
3017
ProductVariantGenerate :
3016
3018
description : ' This class is used to generate a product variant.'
@@ -3019,6 +3021,7 @@ ProductVariantGenerate:
3019
3021
attributes :
3020
3022
description : ' array<int|string,mixed>'
3021
3023
type : array
3024
+ items : mixed
3022
3025
3023
3026
ProductVariantUpdate :
3024
3027
description : ' This class is used to update a product variant.'
@@ -3029,6 +3032,7 @@ ProductVariantUpdate:
3029
3032
attributes :
3030
3033
description : ' array<int|string,mixed>'
3031
3034
type : array
3035
+ items : mixed
3032
3036
3033
3037
ProductVariantViewInput :
3034
3038
description : ' This class represents a product variant view input.'
@@ -3087,6 +3091,7 @@ TaxonomyEntry:
3087
3091
type : string
3088
3092
names :
3089
3093
type : array
3094
+ items : mixed
3090
3095
Parent :
3091
3096
type : TaxonomyEntry
3092
3097
Content :
@@ -3139,6 +3144,7 @@ TaxonomyEntryUpdateStruct:
3139
3144
type : string
3140
3145
names :
3141
3146
type : array
3147
+ items : mixed
3142
3148
languageCode :
3143
3149
type : string
3144
3150
mainLanguageCode :
@@ -3326,7 +3332,7 @@ Order:
3326
3332
OrderItemsList :
3327
3333
type : OrderItem[]
3328
3334
context :
3329
- type : array
3335
+ type : object
3330
3336
3331
3337
OrderUser :
3332
3338
description : ' This class represents order user.'
@@ -3412,7 +3418,7 @@ OrderItem:
3412
3418
quantity :
3413
3419
type : integer
3414
3420
context :
3415
- type : array
3421
+ type : object
3416
3422
3417
3423
OrderItemValue :
3418
3424
description : ' This class represents order item value.'
@@ -3650,6 +3656,7 @@ PaymentMethodUpdateStruct:
3650
3656
type : boolean
3651
3657
options :
3652
3658
type : array
3659
+ items : mixed
3653
3660
3654
3661
PaymentMethodView :
3655
3662
type : object
0 commit comments