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