@arrowsphere/api-client 3.360.0 → 3.362.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.
package/CHANGELOG.md CHANGED
@@ -3,31 +3,50 @@
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [3.362.0] - 2026.04.22
7
+
8
+ ### Updated
9
+
10
+ - [license] Add enum `EST` to AutoRenewStatuses
11
+
12
+ ## [3.361.0] - 2026.04.21
13
+
14
+ ### Added
15
+
16
+ - [order] Add `customFields` in order entity and create order payload
17
+ - [license] Add `customFields` in get license and save billing comments payload
18
+ - [customer] Add `customFields` in customer entity and create/update payload
19
+
6
20
  ## [3.360.0] - 2026.04.15
7
21
 
8
22
  ### Added
23
+
9
24
  - [license] Add hasSeatDifference to LicenseGetData
10
25
 
11
26
  ## [3.359.0] - 2026.04.13
12
27
 
13
28
  ### Added
29
+
14
30
  - [license] Add customFields in late renewal request
15
31
 
16
32
  ## [3.358.0] - 2026.04.10
17
33
 
18
34
  ### Added
35
+
19
36
  - [graphql-api] Add `endCustomer/endCustomerContact/partner/partnerContact` to `quoteType`
20
37
  - [Order] Add `quoteRef` to `CreateOrderInputType`
21
38
 
22
39
  ## [3.357.0] - 2026.04.08
23
40
 
24
41
  ### Added
42
+
25
43
  - [Partner] Add `CustomFieldEntityEnum` with values `COMPANY` and `ORDER_ITEM`
26
44
  - [Partner] Add `entity` path param to `getCustomFieldList`
27
45
  - [Partner] Add `entity` path param to `postCustomField`
28
46
  - [Partner] Add query filters to `getCustomFieldList`
29
47
 
30
48
  ### Updated
49
+
31
50
  - [Partner] Fix `getCustomFieldList` path to `/customField/entity/{entity}`
32
51
  - [Partner] Fix `postCustomField` path to `/customField/entity/{entity}`
33
52
  - [Partner] Fix `patchCustomField` path to `/customField/customFieldId/{customFieldId}`
@@ -36,86 +55,103 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
55
  ## [3.356.0] - 2026.03.30
37
56
 
38
57
  ### Added
58
+
39
59
  - [Customer] Add endpoint to active invitation
40
60
 
41
61
  ## [3.355.0] - 2026.03.30
42
62
 
43
63
  ### Added
64
+
44
65
  - [License] Add endpoint late renewal
45
66
 
46
67
  ## [3.354.0] - 2026.03.30
47
68
 
48
69
  ### Added
70
+
49
71
  - [License find] Add attributes in filter, vendorName in keyword and sort
50
72
 
51
73
  ## [3.353.1] - 2026.03.23
52
74
 
53
75
  ### Updated
76
+
54
77
  - [License] fix toJSON in licenseFindResult
55
78
 
56
79
  ## [3.353.0] - 2026.03.17
57
80
 
58
81
  ### Added
82
+
59
83
  - [License] add discountUnprotected to RateTypeEnum
60
84
 
61
85
  ## [3.352.3] - 2026.03.17
62
86
 
63
87
  ### Updated
88
+
64
89
  - Updated the right of deployment to use npm publish on github
65
90
 
66
91
  ## [3.352.2] - 2026.03.17
67
92
 
68
93
  ### Updated
94
+
69
95
  - Updated the right of deployment to use npm publish
70
96
 
71
97
  ## [3.352.1] - 2026.03.17
72
98
 
73
99
  ### Updated
100
+
74
101
  - Updated the method of deployment to use npm publish
75
102
 
76
103
  ## [3.352.0] - 2026.03.17
77
104
 
78
105
  ### Added
106
+
79
107
  - [Partner] Add endpoint to generate GDAP links
80
108
 
81
109
  ## [3.351.0] - 2026.03.11
82
110
 
83
111
  ### Fixed
112
+
84
113
  - Add script to check version consistency between package.json
85
114
 
86
115
  ## [3.350.0] - 2026.03.10
87
116
 
88
117
  ### Fixed
118
+
89
119
  - Fix version package
90
120
 
91
121
  ## [3.249.2] - 2026.03.09
92
122
 
93
123
  ### Fixed
124
+
94
125
  - Fix version package
95
126
 
96
127
  ## [3.249.1] - 2026.03.09
97
128
 
98
129
  ### Fixed
130
+
99
131
  - [Partner] Fix Unit test
100
132
 
101
133
  ## [3.249.0] - 2026.03.05
102
134
 
103
135
  ### Added
136
+
104
137
  - [Partner] Add create, retrieve list and delete for customFields
105
138
 
106
139
  ## [3.248.2] - 2026.03.04
107
140
 
108
141
  ### Fixed
142
+
109
143
  - [Cart] Fix type of the add and update cart endpoint payload
110
144
 
111
145
  ## [3.248.1] - 2026.02.26
112
146
 
113
147
  ### Fixed
148
+
114
149
  - [Contact] Fix type of the get and patch contact endpoint payload
115
150
 
116
151
  ## [3.248.0] - 2026.02.26
117
152
 
118
153
  ### Added
154
+
119
155
  - [Cart] Add new field for the Cart end point
120
156
 
121
157
  ## [3.247.0] - 2026.02.24
@@ -208,7 +244,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
208
244
 
209
245
  ### Updated
210
246
 
211
- - update lib json-to-graphql-query to version 2.3.0
247
+ - update lib json-to-graphql-query to version 2.3.0
212
248
 
213
249
  ## [3.232.1] - 2026.01.14
214
250
 
@@ -366,8 +402,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
366
402
  - [graphql-api] add schema `supportLevel`
367
403
 
368
404
  ### Modified
369
- - [graphql-api] add extra fields to IssueFields and fix some problems
370
405
 
406
+ - [graphql-api] add extra fields to IssueFields and fix some problems
371
407
 
372
408
  ## [3.208.0] - 2025.07.18
373
409
 
@@ -390,6 +426,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
390
426
  ## [3.205.0] - 2025.07.03
391
427
 
392
428
  ### Modified
429
+
393
430
  - [organizationUnit] Change the URL Endpoint BasePath
394
431
 
395
432
  ## [3.204.0] - 2025.07.02
@@ -402,16 +439,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
402
439
  ## [3.203.0] - 2025.07.02
403
440
 
404
441
  ### Added
442
+
405
443
  - [orderSoftware] Add endpoint to delete software order
406
444
 
407
445
  ## [3.202.0] - 2025.07.02
408
446
 
409
447
  ### Added
448
+
410
449
  - [license] Add field quantity on license relations
411
450
 
412
451
  ## [3.201.0] - 2025.06.26
413
452
 
414
453
  ### Added
454
+
415
455
  - [campaign] Add some missing types in the Campaign Input Types
416
456
 
417
457
  ## [3.200.0] - 2025.06.02
@@ -439,32 +479,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
439
479
  ## [3.197.0] - 2025.05.23
440
480
 
441
481
  ### Added
482
+
442
483
  - [subscriptions] Add endpoint for listing partners subscriptions and rename the endpoint for listing subscriptions as admin
443
484
 
444
485
  ## [3.196.0] - 2025.05.23
445
486
 
446
487
  ### Added
488
+
447
489
  - [partners] Add endpoints to manage contact authentication (disable mfa, lock, unlock, unlock insecure login, disable alias)
448
490
 
449
491
  ## [3.195.0] - 2025.05.12
450
492
 
451
493
  ### Added
494
+
452
495
  - [licenses] Handle compare for endpoint find licenses v2
453
496
 
454
497
  ## [3.194.0] - 2025.05.12
455
498
 
456
499
  ### Added
500
+
457
501
  - [customers] Add unknown licenses endpoint for reconciliation
458
502
 
459
503
  ## [3.193.0] - 2025.05.09
460
504
 
461
505
  ### Added
462
- - [licenses] allow to get aggregations for licenses
463
506
 
507
+ - [licenses] allow to get aggregations for licenses
464
508
 
465
509
  ## [3.192.0] - 2025.04.29
466
510
 
467
511
  ### Added
512
+
468
513
  - [licenses] add two license actions `updateFriendlyName` and `scheduledTask`
469
514
 
470
515
  ## [3.191.0] - 2025.04.28
@@ -476,7 +521,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
476
521
  ## [3.190.0] - 2025.04.28
477
522
 
478
523
  ### Updated
479
- - [Error] update error messages to be more descriptive
524
+
525
+ - [Error] update error messages to be more descriptive
480
526
 
481
527
  ## [3.189.0] - 2025.04.23
482
528
 
@@ -497,11 +543,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
497
543
  ## [3.187.0] - 2025.04.22
498
544
 
499
545
  ### Added
546
+
500
547
  - [Licenses] add endDate to LicenseGetData type and LicenseGetResult class
501
548
 
502
549
  ## [3.186.0] - 2025.04.15
503
550
 
504
551
  ### Added
552
+
505
553
  - [graphql-api] add endpoint `getAttachmentsOrder` to get order attachments list
506
554
  - [graphql-api] add endpoint `deleteAttachmentOrder` to delete one order attachment
507
555
  - [graphql-api] add endpoint `uploadAttachmentOrder` to add new attachment to an order
@@ -509,11 +557,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
509
557
  ## [3.185.0] - 2025.04.11
510
558
 
511
559
  ### Added
560
+
512
561
  - [programs] add programLevel endpoint
513
562
 
514
563
  ## [3.184.0] - 2025.04.01
515
564
 
516
565
  ### Added
566
+
517
567
  - [orders] add archive order endpoint `archiveOrder`
518
568
  - [orders] add cancel scheduled order endpoint `cancelOrder`
519
569
  - [orders] add reject graded order endpoint `rejectGradedOrder`
@@ -526,6 +576,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
526
576
  ## [3.183.0] - 2025.03.21
527
577
 
528
578
  ### Added
579
+
529
580
  - [monitoring] add send monitoring report
530
581
  - [company] add company start provision `postCustomerProvision`
531
582
  - [company] add company get provision status `getCustomerProvision`
@@ -534,16 +585,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
534
585
  ## [3.182.0] - 2025.03.21
535
586
 
536
587
  ### Added
588
+
537
589
  - [order] add end customer po number property in create/update/get orders
538
590
 
539
591
  ## [3.181.0] - 2025.03.14
540
592
 
541
593
  ### Updated
594
+
542
595
  - [Axios] update lib to version 1.8.2
543
596
 
544
597
  ## [3.180.0] - 2025.03.13
545
598
 
546
599
  ### Added
600
+
547
601
  - [licence] add activation expired to licence events
548
602
 
549
603
  ## [3.179.0] - 2025.03.06
@@ -568,11 +622,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
568
622
  ## [3.177.1] - 2025.03.04
569
623
 
570
624
  ### Added
625
+
571
626
  - [graphql-api] add field quantityCount to GraphqlApiReportType
572
627
 
573
628
  ## [3.177.0] - 2025.02.25
574
629
 
575
630
  ### Added
631
+
576
632
  - [customers] add endpoint to delete customer
577
633
  - [customers] add endpoint to reconciliate customers
578
634
  - [graphql-api] add fields ordersCount, organizationUnit, reportsCount to EndCustomerType
@@ -580,98 +636,122 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
580
636
  ## [3.176.0] - 2025.02.25
581
637
 
582
638
  ### Updated
639
+
583
640
  - [graphql-api] rename unused type GraphqlApiRealOrderType to GraphqlApiOrderSoftwareType
584
641
 
585
642
  ## [3.175.0] - 2025.02.17
586
643
 
587
644
  ### Added
645
+
588
646
  - [program] eav value can be boolean
589
647
 
590
648
  ## [3.174.0] - 2025.02.14
591
649
 
592
650
  ### Added
651
+
593
652
  - [contact] add fields xap username and xcp invitation in get contact response payload
594
653
 
595
654
  ## [3.173.0] - 2025.02.13
596
655
 
597
656
  ### Updated
657
+
598
658
  - [campaign] add program dependencies to allow subscription
599
659
 
600
660
  ## [3.172.1] - 2025.02.12
601
661
 
602
662
  ### Updated
663
+
603
664
  - [campaign] update field dateAgg to DateAggType instead of DateAggType[] in CategoryType schema
604
665
 
605
666
  ## [3.172.0] - 2025.02.11
606
667
 
607
668
  ### Updated
669
+
608
670
  - [graphql-api] add field to "type" and "Offer.attributesParameters" type
609
671
 
610
672
  ## [3.171.1] - 2025.02.11
611
673
 
612
674
  ### Updated
675
+
613
676
  - [graphql-api] add fields to "Subscription" and "Program" schema
614
677
 
615
678
  ## [3.171.0] - 2025.02.11
616
679
 
617
680
  ### Added
681
+
618
682
  - [report] add delete report endpoint
619
683
 
620
684
  ## [3.170.0] - 2025.02.11
621
685
 
622
686
  ### Added
687
+
623
688
  - [graphql-api] add entities report reportStatus
624
689
 
625
690
  ## [3.169.0] - 2025.02.07
626
691
 
627
692
  ### Added
693
+
628
694
  - [graphql-api] add queries getLocalContact, getSpecialPriceRatesHistory
695
+
629
696
  ### Updated
697
+
630
698
  - [graphql-api] update query findOneById
631
699
 
632
700
  ## [3.168.0] - 2025.02.05
633
701
 
634
702
  ### Added
703
+
635
704
  - [catalog] added description field on ProgramExtraInfoItemFields
705
+
636
706
  ### Fixed
707
+
637
708
  - [order] Define a new type for programs
638
709
 
639
710
  ## [3.167.1] - 2025.02.05
640
711
 
641
712
  ### Fixed
713
+
642
714
  - [campaign] update CampaignInputType schema add field Banner and remove field Banners
643
715
 
644
716
  ## [3.167.0] - 2025.02.04
645
717
 
646
718
  ### Added
719
+
647
720
  - [campaign] added aggregationsCampaignsCategory endpoint
648
721
  - [campaign] added CampaignAggragations schema
649
722
  - [campaign] added CampaignAssetsUpload schema
723
+
650
724
  ### Updated
725
+
651
726
  - [campaign] updated function getCampaignUploadAssetsForm argument type
652
727
 
653
728
  ## [3.166.0] - 2025.01.28
654
729
 
655
730
  ### Updated
731
+
656
732
  - [graphql-api] add contactRestricted & companyRestricted to connected user
657
733
 
658
734
  ## [3.165.1] - 2025.01.28
659
735
 
660
736
  ### Updated
737
+
661
738
  - [graphql-api] add orderSassCount to Partner schema
662
739
 
663
740
  ## [3.165.0] - 2025.01.24
664
741
 
665
742
  ### Updated
743
+
666
744
  - [consumption] updated ConsumptionDownloadRequestPayload schema add field source
667
745
 
668
746
  ## [3.164.0] - 2025.01.21
669
747
 
670
748
  ### Updated
749
+
671
750
  - [campaign] updated Campaign schema add field status
672
751
  - [campaign] updated CampaignV2 schema add field status
673
752
 
674
753
  ### Added
754
+
675
755
  - [campaign] added delete endpoint
676
756
  - [campaign] added edit endpoint
677
757
  - [campaign] added create endpoint
@@ -683,82 +763,98 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
683
763
  ## [3.163.2] - 2025.01.21
684
764
 
685
765
  ### Updated
766
+
686
767
  - [catalog] graphql catalog filter can be undefined or null
687
768
 
688
769
  ## [3.163.1] - 2025.01.10
689
770
 
690
771
  ### Updated
772
+
691
773
  - [graphql-api] add field login to User schema
692
774
 
693
775
  ## [3.163.0] - 2025.01.07
694
776
 
695
777
  ### Added
778
+
696
779
  - [quote] add partnerCotermBuyPriceWithoutPromotion and partnerBuyPriceWithoutPromotion in itemData
697
780
 
698
781
  ## [3.162.1] - 2025.01.07
699
782
 
700
783
  ### Fixed
784
+
701
785
  - [customers] update PostCustomerPayload, add not mandatory fields for Billing (Addess1, Address2, City, CountryCode, State, Zip)
702
786
 
703
787
  ## [3.162.0] - 2025.01.07
704
788
 
705
789
  ### Added
790
+
706
791
  - [customers] add reactivate customer feature
707
792
 
708
793
  ## [3.161.1] - 2025.01.06
709
794
 
710
795
  ### Fixed
796
+
711
797
  - [customers] update PostCustomerPayload, add not mandatory field registration_number
712
798
 
713
799
  ## [3.161.0] - 2024.12.23
714
800
 
715
801
  ### Added
802
+
716
803
  - [catalog] add isBuyable to product priceband
717
804
 
718
805
  ## [3.160.1] - 2024.12.10
719
806
 
720
807
  ### Updated
808
+
721
809
  - [customers contact] Fix PostCustomerContactPayload type
722
810
 
723
811
  ## [3.160.0] - 2024.12.06
724
812
 
725
813
  ### Added
814
+
726
815
  - [graphql-api] Expose entity Program
727
816
 
728
817
  ## [3.159.0] - 2024.11.26
729
818
 
730
819
  ### Added
731
- - [quotes] Added retailCotermBuyPrice in itemdata and coterminosityDate in QuoteItemType
820
+
821
+ - [quotes] Added retailCotermBuyPrice in itemdata and coterminosityDate in QuoteItemType
732
822
 
733
823
  ## [3.158.0] - 2024.11.22
734
824
 
735
825
  ### Added
826
+
736
827
  - [catalog] Added billingSets in product
737
828
 
738
829
  ## [3.157.0] - 2024.11.14
739
830
 
740
831
  ### Added
832
+
741
833
  - [customers contact] Added createdAt/expiredAt properties in XcpInvitation entity
742
834
  - [customers contact] Added expiredAt property in DataInvitation entity
743
835
 
744
836
  ## [3.156.0] - 2024.11.07
745
837
 
746
838
  ### Added
839
+
747
840
  - [orders] Added organizationUnit property in order product entity
748
841
 
749
842
  ## [3.155.0] - 2024.10.30
750
843
 
751
844
  ### Added
845
+
752
846
  - [User] Added new field hasLegalDocument in User entity
753
847
 
754
848
  ## [3.154.0] - 2024.10.28
755
849
 
756
850
  ### Added
851
+
757
852
  - [License] Added new fields: eula, featurePictureUrl and pictureUrl
758
853
 
759
854
  ## [3.153.0] - 2024.10.24
760
855
 
761
856
  ### Added
857
+
762
858
  - [Customer] Added CreatedAt field in Customer entity
763
859
  - [Consumption] Add new Endpoint to Consumption Client(classification, costs)
764
860
  - [Report] Creating Reports Client to support the Reports API (Get Reports, Get Report, Create Report, Validate Report)
@@ -767,42 +863,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
767
863
  ## [3.152.0] - 2024.10.23
768
864
 
769
865
  ### Updated
770
- - [quote] Replace key 'value' by 'fixedPrice'
771
866
 
867
+ - [quote] Replace key 'value' by 'fixedPrice'
772
868
 
773
869
  ## [3.151.0] - 2024.10.22
774
870
 
775
871
  ### Added
872
+
776
873
  - [orders] Added priceBand property in OrderProduct entity
777
874
 
778
875
  ## [3.150.0] - 2024.10.15
779
876
 
780
877
  ### Added
878
+
781
879
  - [orders] Added organizationUnitRef property in order product entity
782
880
 
783
881
  ## [3.149.0] - 2024.10.14
784
882
 
785
883
  ### Updated
884
+
786
885
  - [quotes] replace key 'vendorUplift' by 'vendorRateValue'
787
886
 
788
887
  ## [3.148.0] - 2024.10.10
789
888
 
790
889
  ### Added
890
+
791
891
  - [quotes] add vendorRateType and vendorUplift
792
892
 
793
893
  ## [3.147.0] - 2024.010.09
794
894
 
795
895
  ### Added
896
+
796
897
  - [quotes] add endpoints to reopen a quote
797
898
 
798
899
  ## [3.146.0] - 2024.10.08
799
900
 
800
901
  ### Added
902
+
801
903
  - [quote] Added customTermAndDate, partnerBuyPrice and partnerCotermBuyPrice in itemData
802
904
 
803
905
  ## [3.145.0] - 2024.10.07
804
906
 
805
907
  ### Added
908
+
806
909
  - [orders] Added organizationUnitRef property in order entity
807
910
  - [orders] Added endpoint to update an order
808
911
  - [organization unit] Added countOrders in organizationUnit entity
@@ -810,158 +913,189 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
810
913
  ## [3.144.0] - 2024.10.03
811
914
 
812
915
  ### Added
916
+
813
917
  - [graphQl priceBand] Added pagination and filters properties in outpout payload type of graphQl priceband.
814
918
 
815
919
  ## [3.143.0] - 2024.10.02
816
920
 
817
921
  ### Added
922
+
818
923
  - [quotes] add comment in graphql api and 4 new data in catalog
819
924
 
820
925
  ## [3.142.0] - 2024.10.02
821
926
 
822
927
  ### Added
928
+
823
929
  - [graphQl priceBand] Added pagination and filters properties in Query payload type of graphQl priceband.
824
930
 
825
931
  ## [3.141.0] - 2024.09.11
826
932
 
827
933
  ### Added
934
+
828
935
  - [customer] Added XacResellerId and XacEndCustomerId fields to the Customer.
829
936
 
830
937
  ## [3.140.0] - 2024.09.17
831
938
 
832
939
  ### Added
940
+
833
941
  - [quotes] add Post and Delete endpoints for quote comments context
834
942
 
835
943
  ## [3.139.4] - 2024.09.13
836
944
 
837
945
  ### Fixed
946
+
838
947
  - [quotes] Fix validate quote path
839
948
 
840
949
  ## [3.139.3] - 2024.09.12
841
950
 
842
951
  ### Fixed
952
+
843
953
  - [quotes] Fix publish quote path
844
954
 
845
955
  ## [3.139.2] - 2024.09.11
846
956
 
847
957
  ### Fixed
958
+
848
959
  - [axios] Fix undefined user in clean request log
849
960
 
850
961
  ## [3.139.1] - 2024.09.11
851
962
 
852
963
  ### Fixed
964
+
853
965
  - [quotes] Fixed createQuote payload, items is optional
854
966
 
855
967
  ## [3.139.0] - 2024.09.04
856
968
 
857
969
  ### Added
970
+
858
971
  - [quotes] add startDate, endDate and name on publish quote payload
859
972
 
860
973
  ## [3.138.0] - 2024.09.02
861
974
 
862
975
  ### Added
976
+
863
977
  - [product] FiltersValuesType can be array of filter
864
978
 
865
979
  ## [3.137.0] - 2024.08.29
866
980
 
867
981
  ### Added
982
+
868
983
  - [quotes] Add data in ItemData
869
984
 
870
985
  ## [3.136.0] - 2024.08.29
871
986
 
872
987
  ### Added
988
+
873
989
  - [quotes] add endpoints to create and publish quote
874
990
 
875
991
  ## [3.135.0] - 2024.08.28
876
992
 
877
993
  ### Added
994
+
878
995
  - [product] can have multiple sort on get offers
879
996
 
880
997
  ## [3.134.0] - 2024.08.13
881
998
 
882
999
  ### Added
1000
+
883
1001
  - [quotes] Add validate quote endpoint
884
1002
 
885
1003
  ## [3.133.0] - 2024.08.13
886
1004
 
887
1005
  ### Added
1006
+
888
1007
  - [quotes] Add lastVersion and version in quotes
889
1008
 
890
1009
  ## [3.132.0] - 2024.08.12
891
1010
 
892
1011
  ### Added
1012
+
893
1013
  - [licences] Provide information to process remaining credits
894
1014
 
895
1015
  ## [3.131.0] - 2024.08.12
896
1016
 
897
1017
  ### Added
1018
+
898
1019
  - [licences] Add FindResultItem type
899
1020
 
900
1021
  ## [3.130.0] - 2024.08.06
901
1022
 
902
1023
  ### Added
1024
+
903
1025
  - [quotes] Add buyPrice and sellPrice in ItemData
904
1026
 
905
1027
  ## [3.129.0] - 2024.08.05
906
1028
 
907
1029
  ### Added
1030
+
908
1031
  - [quotes] Add itemData in items
909
1032
 
910
1033
  ## [3.128.1] - 2024.08.05
911
1034
 
912
1035
  ### Fixed
1036
+
913
1037
  - [quotes] Fixes endpoint request for quote response
914
1038
 
915
1039
  ## [3.128.0] - 2024.07.30
916
1040
 
917
1041
  ### Added
1042
+
918
1043
  - [quotes] Add endpoint request for quote
919
1044
 
920
1045
  ## [3.127.0] - 2024.07.16
921
1046
 
922
1047
  ### Modified
1048
+
923
1049
  - [licenses] Provide classification getting a license
924
1050
 
925
1051
  ## [3.126.0] - 2024.07.04
926
1052
 
927
1053
  ### Modified
1054
+
928
1055
  - [licenses] Add coterminosity to schedule update
929
1056
 
930
1057
  ## [3.125.0] - 2024.06.28
931
1058
 
932
1059
  ### Modified
1060
+
933
1061
  - [partners] Add partner register
934
1062
 
935
1063
  ## [3.124.0] - 2024.06.25
936
1064
 
937
1065
  ### Modified
1066
+
938
1067
  - [orders] Add dynamic eav attributes for products in create order payload
939
1068
 
940
1069
  ## [3.123.1] - 2024.06.12
941
1070
 
942
1071
  ### Modified
1072
+
943
1073
  - [licenses] Remove "/v2" from bulk action path
944
1074
 
945
1075
  ## [3.123.0] - 2024.06.12
946
1076
 
947
1077
  ### Modified
1078
+
948
1079
  - [licenses] Send file in base64 for bulk action
949
1080
 
950
1081
  ## [3.121.0] - 2024.06.12
951
1082
 
952
1083
  ### Added
1084
+
953
1085
  - [quotes] Adds endpoint to delete quote
954
1086
  - [graphql-api] Adds quote entity
955
1087
 
956
1088
  ## [3.120.0] - 2024.06.11
957
1089
 
958
1090
  ### Added
1091
+
959
1092
  - [customers] Adds endpoint migration
960
1093
  - Added a Makefile to manage build, install, clean and test/test-unit commands
961
1094
 
962
1095
  ## [3.119.0] - 2024.06.10
963
1096
 
964
1097
  ### Added
1098
+
965
1099
  - [partners] Add function to manage users (disable mfa, lock, unlock, unlock insecure login, update scope)
966
1100
  - [graphql-api] Get users update historic
967
1101
  - [licenses] Get license credentials
@@ -969,127 +1103,153 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
969
1103
  ## [3.118.1] - 2024.06.07
970
1104
 
971
1105
  ### Fixed
1106
+
972
1107
  - [customers] Fixes tenantId field for customers endpoints
973
1108
 
974
1109
  ## [3.118.0] - 2024.05.27
975
1110
 
976
1111
  ### Added
1112
+
977
1113
  - [licenses] Adds priceband attributes on get license payload
978
1114
 
979
1115
  ## [3.117.0] - 2024.05.22
980
1116
 
981
1117
  ### Added
1118
+
982
1119
  - [licenses] Adds get coupoun code history endpoint
983
1120
 
984
1121
  ## [3.116.0] - 2024.05.16
985
1122
 
986
1123
  ### Added
1124
+
987
1125
  - [Graphql-api] Adds User and UserHistory types
988
1126
 
989
1127
  ## [3.115.0] - 2024.05.15
990
1128
 
991
1129
  ### Removed
1130
+
992
1131
  - [License bulk action] set license bulk action endpoint url
993
1132
 
994
1133
  ## [3.114.2] - 2024.04.26
995
1134
 
996
1135
  ### Removed
1136
+
997
1137
  - [License schedules tasks] remove deprecated and unsused endpoint getSchedulesTasks
998
1138
 
999
1139
  ## [3.114.1] - 2024.04.25
1000
1140
 
1001
1141
  ### Fixed
1142
+
1002
1143
  - [License schedules tasks] Fixes post/update scheduled task payload
1003
1144
 
1004
1145
  ## [3.114.0] - 2024.04.24
1005
1146
 
1006
1147
  ### Added
1148
+
1007
1149
  - [customer] add customer by Ref Api Call
1008
1150
 
1009
1151
  ## [3.113.0] - 2024.04.24
1010
1152
 
1011
1153
  ### Added
1154
+
1012
1155
  - [License Bulk actions] allow REST clients to post a file with form/multipart
1013
1156
  - [License Bulk actions] send file to upload changes
1014
1157
 
1015
1158
  ## [3.112.0] - 2024.04.24
1016
1159
 
1017
1160
  ### Added
1161
+
1018
1162
  - [License find] Add keywords endCustomerOrganizationUnit to find licenses
1019
1163
 
1020
1164
  ## [3.111.0] - 2024.04.24
1021
1165
 
1022
1166
  ### Added
1167
+
1023
1168
  - [Get License] Add fields price.total.init, price.unit.init
1024
1169
 
1025
1170
  ## [3.110.0] - 2024.04.18
1026
1171
 
1027
1172
  ### Added
1173
+
1028
1174
  - [License schedules tasks] Update/Get/Delete scheduled tasks
1029
1175
 
1030
1176
  ## [3.109.0] - 2024.04.12
1031
1177
 
1032
1178
  ### Fixed
1179
+
1033
1180
  - [License schedules tasks] Fixes getSchedulesTasks to handle api payload data with key scheduledTasks
1034
1181
 
1035
1182
  ### Added
1183
+
1036
1184
  - [License schedules tasks] Added getScheduledTasks
1037
1185
 
1038
1186
  ## [3.108.1] - 2024.04.12
1039
1187
 
1040
1188
  ### Fixed
1189
+
1041
1190
  - [License schedules tasks] Fixes get all schedules tasks to prevent breaking changes of api
1042
1191
 
1043
1192
  ## [3.108.0] - 2024.04.08
1044
1193
 
1045
1194
  ### Added
1195
+
1046
1196
  - [License schedules tasks] Get all schedules tasks
1047
1197
 
1048
1198
  ## [3.107.0] - 2024.04.05
1049
1199
 
1050
1200
  ### Added
1201
+
1051
1202
  - [License Bulk Actions] Allow/Prepare client to bulk action to upload file
1052
1203
 
1053
1204
  ## [3.106.0] - 2024.04.04
1054
1205
 
1055
1206
  ### Added
1207
+
1056
1208
  - [Licenses Events] add field `type` in keywordByFields.keywordByFields
1057
1209
 
1058
1210
  ## [3.105.0] - 2024.04.04
1059
1211
 
1060
1212
  ### Added
1213
+
1061
1214
  - [Customers Contact] add field `organizationUnitIds` in customer contact payload
1062
1215
 
1063
1216
  ## [3.104.0] - 2024.03.25
1064
1217
 
1065
1218
  ### Added
1219
+
1066
1220
  - [licenses] add endpoints to save special bid and rewrite rate history
1067
1221
 
1068
1222
  ## [3.103.0] - 2024.03.22
1069
1223
 
1070
1224
  ### Added
1225
+
1071
1226
  - [campaign] add downloadUrls field on campaign
1072
1227
 
1073
1228
  ## [3.101.0] - 2024.03.19
1074
1229
 
1075
1230
  ### Added
1231
+
1076
1232
  - [customer/contact] add organization object in customer contact payload
1077
1233
 
1078
1234
  ### Updated
1235
+
1079
1236
  - Add some configs for IDE
1080
1237
 
1081
1238
  ## [3.101.0] - 2024.03.19
1082
1239
 
1083
1240
  ### Added
1241
+
1084
1242
  - [licenses] add new field configs and warnings
1085
1243
  - [licenses] add new endpoint to get daily consumption predictions
1086
1244
 
1087
1245
  ### Fixed
1246
+
1088
1247
  - [licenses] fixes endpoint to post configs
1089
1248
 
1090
1249
  ## [3.100.0] - 2024.02.27
1091
1250
 
1092
1251
  ### Added
1252
+
1093
1253
  - [consumption] add endpoint to get and update budget settings
1094
1254
  - [graphql-api] add license budget
1095
1255
  - [licenses] add new field vendor_code
@@ -1097,51 +1257,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1097
1257
  ## [3.99.0] - 2024.02.20
1098
1258
 
1099
1259
  ### Added
1260
+
1100
1261
  - [billing] add generate billing export async
1101
1262
 
1102
1263
  ## [3.98.0] - 2024-02-14
1103
1264
 
1104
1265
  ### Added
1266
+
1105
1267
  - [Well Architected] Add the Reports to the different schema
1106
1268
 
1107
1269
  ## [3.97.0] - 2024.02.12
1108
1270
 
1109
1271
  ### Updated
1272
+
1110
1273
  - [licenses] update filters and keywords for licenses
1111
1274
 
1112
1275
  ## [3.96.0] - 2024.02.06
1113
1276
 
1114
1277
  ### Added
1278
+
1115
1279
  - [licenses] add/remove licenses conversion sku payload properties
1116
1280
 
1117
1281
  ## [3.95.0] - 2024.02.06
1118
1282
 
1119
1283
  ### Added
1284
+
1120
1285
  - [licenses] add properties friendlyName, totalBuyPrice to licenses conversion sku payload
1121
1286
 
1122
1287
  ## [3.94.3] - 2024.02.01
1123
1288
 
1124
1289
  ### Fixed
1290
+
1125
1291
  - [orders] fix optional fields in order type and class
1126
1292
 
1127
1293
  ## [3.94.2] - 2024.01.29
1128
1294
 
1129
1295
  ### Fixed
1296
+
1130
1297
  - [licenses] add missing prop endDate to existing licenses conversion sku payload
1131
1298
 
1132
1299
  ## [3.94.1] - 2024.01.25
1133
1300
 
1134
1301
  ### Fixed
1302
+
1135
1303
  - [Graphql-api] remove Vendor from SelectDataField
1136
1304
 
1137
1305
  ## [3.94.0] - 2024.01.25
1138
1306
 
1139
1307
  ### Added
1308
+
1140
1309
  - feat(licenses): add new fields and event types
1141
1310
 
1142
1311
  ## [3.93.0] - 2024.01.25
1143
1312
 
1144
1313
  ### Added
1314
+
1145
1315
  - [Graphql-api] add subscribedProgram of a company
1146
1316
 
1147
1317
  ## [3.92.0] - 2024.01.23
@@ -1159,201 +1329,238 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1159
1329
  ## [3.90.0] - 2024.01.11
1160
1330
 
1161
1331
  ### Added
1332
+
1162
1333
  - [License] source marketplace and vendorSku during GET License
1163
1334
 
1164
1335
  ## [3.89.0] - 2024.01.11
1165
1336
 
1166
1337
  ### Added
1338
+
1167
1339
  - [Organization Unit] add countLicenses fields to get List organization unit
1168
1340
 
1169
1341
  ## [3.88.0] - 2024.01.08
1170
1342
 
1171
1343
  ### Added
1344
+
1172
1345
  - [license] add bulk action on licenses
1173
1346
 
1174
1347
  ## [3.87.0] - 2024.01.08
1175
1348
 
1176
1349
  ### Added
1350
+
1177
1351
  - [Quote] allow to request for quote
1178
1352
 
1179
1353
  ## [3.86.0] - 2024.01.08
1180
1354
 
1181
1355
  ### Added
1356
+
1182
1357
  - [Customer Contact] add organization unit id in customer contact call
1183
1358
 
1184
1359
  ## [3.85.0] - 2024-01-05
1185
1360
 
1186
1361
  ### Added
1362
+
1187
1363
  - [license] Add Market Segment to License
1188
1364
 
1189
1365
  ## [3.84.1] - 2024-01-05
1190
1366
 
1191
1367
  ### Fixed
1368
+
1192
1369
  - [license] Fixed license test
1193
1370
 
1194
1371
  ## [3.84.0] - 2024-01-04
1195
1372
 
1196
1373
  ### Added
1374
+
1197
1375
  - [license] add license relation
1198
1376
 
1199
1377
  ## [3.83.0] - 2024-01-04
1200
1378
 
1201
1379
  ### Added
1380
+
1202
1381
  - [license] add patch license
1203
1382
 
1204
1383
  ## [3.82.0] - 2023-12-29
1205
1384
 
1206
1385
  ### Added
1386
+
1207
1387
  - [graphql-api] special price rates history
1208
1388
 
1209
1389
  ## [3.81.1] - 2023-12-21
1210
1390
 
1211
1391
  ### Fixed
1392
+
1212
1393
  - Fixed get license rate for null value
1213
1394
 
1214
1395
  ## [3.81.0] - 2023-12-21
1215
1396
 
1216
1397
  ### Added
1398
+
1217
1399
  - [license] Adds rates
1218
1400
 
1219
1401
  ## [3.80.1] - 2023-12-21
1220
1402
 
1221
1403
  ### Fixed
1404
+
1222
1405
  - Fixed get pricing rate unit tests
1223
1406
 
1224
1407
  ## [3.80.0] - 2023-12-21
1225
1408
 
1226
1409
  ### Added
1410
+
1227
1411
  - Adds post schedule tasks
1228
1412
  - Adds Get/Set Pricing rate on a license
1229
1413
 
1230
1414
  ## [3.79.0] - 2023-12-20
1231
1415
 
1232
1416
  ### Changed
1417
+
1233
1418
  - [license] Add new columns price.priceBandArrowsphereSku, price.unit.list and price.total.list
1234
1419
 
1235
1420
  ## [3.78.0] - 2023-12-15
1236
1421
 
1237
1422
  ### Changed
1423
+
1238
1424
  - [graphql-api] Add company extraInformation
1239
1425
 
1240
1426
  ## [3.77.1] - 2023-12-15
1241
1427
 
1242
1428
  ### Fixed
1429
+
1243
1430
  - Fixed get licenseRequest data structure
1244
1431
 
1245
1432
  ## [3.77.0] - 2023-12-13
1246
1433
 
1247
1434
  ### Changed
1435
+
1248
1436
  - Add license get credentials endpoint and update get license extraData
1249
1437
 
1250
1438
  ## [3.76.0] - 2023-12-08
1251
1439
 
1252
1440
  ### Changed
1441
+
1253
1442
  - Add license upgrade to existing endpoint
1254
1443
 
1255
1444
  ## [3.75.1] - 2023-12-07
1256
1445
 
1257
1446
  ### Fixed
1447
+
1258
1448
  - Fixes get license conversion sku
1259
1449
 
1260
1450
  ## [3.75.0] - 2023-12-07
1261
1451
 
1262
1452
  ### Changed
1453
+
1263
1454
  - Add license conversion sku endpoints
1264
1455
 
1265
1456
  ## [3.74.0] - 2023-12-06
1266
1457
 
1267
1458
  ### Changed
1459
+
1268
1460
  - [Customers Contact] Add xcp invitation data in customer contact call
1269
1461
 
1270
1462
  ## [3.73.0] - 2023-12-06
1271
1463
 
1272
1464
  ### Changed
1465
+
1273
1466
  - Add License priceBand saleConstrainst
1274
1467
 
1275
1468
  ## [3.72.0] - 2023-12-05
1276
1469
 
1277
1470
  ### Changed
1471
+
1278
1472
  - Adds Organization unit client and endpoints
1279
1473
 
1280
1474
  ## [3.71.1] - 2023-12-05
1281
1475
 
1282
1476
  ### Fixed
1477
+
1283
1478
  - Fix save order eavs
1284
1479
 
1285
1480
  ## [3.71.0] - 2023-12-01
1286
1481
 
1287
1482
  ### Changed
1483
+
1288
1484
  - Adds save order eavs
1289
1485
 
1290
1486
  ## [3.70.6] - 2023-11-30
1291
1487
 
1292
1488
  ### Fixed
1489
+
1293
1490
  - Fix empty assets and promotion in LicenseGetResult
1294
1491
 
1295
1492
  ## [3.70.5] - 2023-11-29
1296
1493
 
1297
1494
  ### Fixed
1495
+
1298
1496
  - Fix update issue support center
1299
1497
 
1300
1498
  ## [3.70.4] - 2023-11-29
1301
1499
 
1302
1500
  ### Changed
1303
- - Adds score by group for the Checks in Well Architected
1304
1501
 
1502
+ - Adds score by group for the Checks in Well Architected
1305
1503
 
1306
1504
  ## [3.70.3] - 2023-11-29
1307
1505
 
1308
1506
  ### Changed
1309
- - Adds fields below to LicenseGetResult:
1310
1507
 
1311
- * vendorBillingId
1312
- * promotion
1313
- * nextRenewalDate
1314
- * assets
1508
+ - Adds fields below to LicenseGetResult:
1509
+ - vendorBillingId
1510
+ - promotion
1511
+ - nextRenewalDate
1512
+ - assets
1315
1513
 
1316
1514
  ## [3.70.2] - 2023-11-29
1317
1515
 
1318
1516
  ### Fixed
1517
+
1319
1518
  - Add more criteria to search licenses event
1320
1519
 
1321
1520
  ## [3.70.1] - 2023-11-29
1322
1521
 
1323
1522
  ### Fixed
1523
+
1324
1524
  - Fixes licenses event schema
1325
1525
 
1326
1526
  ## [3.70.0] - 2023-11-28
1327
1527
 
1328
1528
  ### Fixed
1529
+
1329
1530
  - Add graphql-api company contacts
1330
1531
 
1331
1532
  ## [3.69.3] - 2023-11-24
1332
1533
 
1333
1534
  ### Fixed
1535
+
1334
1536
  - Add 'recurring' license event type
1335
1537
 
1336
1538
  ## [3.69.2] - 2023-11-24
1337
1539
 
1338
1540
  ### Fixed
1541
+
1339
1542
  - Fixed the code type in RegisterCheckReturnVendorStatus as a number and not a string.
1340
1543
 
1341
1544
  ### Changed
1545
+
1342
1546
  - Add the isLocked key in the RegisterCheckReturnData.
1343
1547
 
1344
1548
  ## [3.69.1] - 2023-11-23
1345
1549
 
1346
1550
  ### Fixed
1551
+
1347
1552
  - Fixed the bad schema for ExtraDataType
1348
1553
 
1349
1554
  ## [3.69.0] - 2023-11-23
1350
1555
 
1351
1556
  ### Changed
1557
+
1352
1558
  - Adds licenses upgrade
1353
1559
 
1354
1560
  ## [3.68.0] - 2023-11-21
1355
1561
 
1356
1562
  ### Changed
1563
+
1357
1564
  - [Well Architected] Add ExtraDataType to Checks
1358
1565
  - [Well Architected] Add Status type to Standard
1359
1566
  - [Well Architected] Pass a header with getVendorStatus for the register/check endpoint
@@ -1361,103 +1568,117 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1361
1568
  ## [3.67.0] - 2023-11-17
1362
1569
 
1363
1570
  ### Changed
1571
+
1364
1572
  - Order creation endpoint : Add coterminosity + promotion ID option
1365
1573
 
1366
1574
  ## [3.66.0] - 2023-11-17
1367
1575
 
1368
1576
  ### Changed
1577
+
1369
1578
  - graphql-api adds functions to find companies
1370
1579
 
1371
1580
  ## [3.65.1] - 2023-11-17
1372
1581
 
1373
1582
  ### Changed
1583
+
1374
1584
  - Fixes License security property
1375
1585
 
1376
1586
  ## [3.65.0] - 2023-11-15
1377
1587
 
1378
1588
  ### Changed
1589
+
1379
1590
  - Handle several stages of filters for license
1380
1591
  - Add security property to License
1381
1592
 
1382
-
1383
1593
  ## [3.64.0] - 2023-11-14
1384
1594
 
1385
1595
  ### Changed
1596
+
1386
1597
  - Add more license event types, add license event action enums
1387
1598
 
1388
1599
  ## [3.63.0] - 2023-11-13
1389
1600
 
1390
1601
  ### Changed
1391
- - Add ExtraParams to the RegisterLink type
1392
1602
 
1603
+ - Add ExtraParams to the RegisterLink type
1393
1604
 
1394
1605
  ## [3.62.0] - 2023-11-08
1395
1606
 
1396
1607
  ### Changed
1608
+
1397
1609
  - add partners delete endpoint
1398
1610
 
1399
1611
  ## [3.61.0] - 2023-11-02
1400
1612
 
1401
1613
  ### Changed
1614
+
1402
1615
  - add licenses get last request
1403
1616
 
1404
1617
  ## [3.60.0] - 2023-10-31
1405
1618
 
1406
1619
  ### Changed
1620
+
1407
1621
  - add licenses get events
1408
1622
 
1409
1623
  ## [3.59.1] - 2023-10-26
1410
1624
 
1411
1625
  ### Changed
1626
+
1412
1627
  - graphqlApi add field resellerId for Comapny
1413
1628
 
1414
1629
  ## [3.59.0] - 2023-10-24
1415
1630
 
1416
1631
  ### Changed
1417
- - Add hasResources to the check entity
1418
1632
 
1633
+ - Add hasResources to the check entity
1419
1634
 
1420
1635
  ## [3.58.1] - 2023-10-24
1421
1636
 
1422
1637
  ### Changed
1638
+
1423
1639
  - Update graphqlApi type add query valueType and idNullValue to InputFilterValueField
1424
1640
 
1425
1641
  ## [3.58.0] - 2023-10-19
1426
1642
 
1427
1643
  ### Changed
1644
+
1428
1645
  - Update customer client, add post invitation endpoint
1429
1646
 
1430
1647
  ## [3.57.1] - 2023-10-13
1431
1648
 
1432
1649
  ### Changed
1650
+
1433
1651
  - Fixing the missing pillar in the wellArchitected ressources endpoint
1434
1652
 
1435
1653
  ## [3.57.0] - 2023-10-10
1436
1654
 
1437
1655
  ### Changed
1656
+
1438
1657
  - add method findPriceBandsByQuery
1439
1658
 
1440
1659
  ## [3.56.0] - 2023-10-05
1441
1660
 
1442
1661
  ### Changed
1662
+
1443
1663
  - The **security** endpoint is now considered deprecrated.
1444
1664
  - Add the **register** and **standards** functions that used the **security** endpoint in the wellArchitected one.
1445
1665
 
1446
1666
  ## [3.55.0] - 2023-09-25
1447
1667
 
1448
1668
  ### Changed
1449
- - update graphql-api spec, add field labelsSeralized
1450
1669
 
1670
+ - update graphql-api spec, add field labelsSeralized
1451
1671
 
1452
1672
  ## [3.54.0] - 2023-09-21
1453
1673
 
1454
1674
  ### Changed
1455
- - Changing the CheckCountByDateAggType type in Well Architected. **count** is deprecated and adding **score** and **scoreUnit**.
1456
1675
 
1676
+ - Changing the CheckCountByDateAggType type in Well Architected. **count** is deprecated and adding **score** and **scoreUnit**.
1457
1677
 
1458
1678
  ## [3.53.0] - 2023-09-23
1459
1679
 
1460
1680
  ### Changed
1681
+
1461
1682
  - Creating the Well Architected GraphQL client, to support both Security Dashboard & Cost Optimization Dashboard.
1462
1683
 
1463
1684
  ## [3.52.0] - 2023-09-15
@@ -2025,6 +2246,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2025
2246
  - Update Offer object and Licence object
2026
2247
 
2027
2248
  #### LicenseFind
2249
+
2028
2250
  - Add more objects to define a license:
2029
2251
  - Add object Warning as "warnings" field:
2030
2252
  - key
@@ -2044,7 +2266,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2044
2266
  - sell_price
2045
2267
  - list_price
2046
2268
  - currency
2269
+
2047
2270
  #### OfferFind
2271
+
2048
2272
  - Add more objects to define an offer:
2049
2273
  - Add field "classification"
2050
2274
  - Add field "isEnabled"