@saritasa/renewaire-frontend-sdk 0.251.0 → 0.251.2

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +22 -18
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.251.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.251.2
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.251.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.251.2 --save
5
5
  ```
package/index.d.ts CHANGED
@@ -3719,6 +3719,24 @@ declare enum ProjectDiscountType {
3719
3719
  Qs = "QS"
3720
3720
  }
3721
3721
 
3722
+ /**
3723
+ * RenewAire CORES API
3724
+ *
3725
+ * Contact: renewaire@saritasa.com
3726
+ *
3727
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
3728
+ * https://openapi-generator.tech
3729
+ * Do not edit the class manually.
3730
+ */
3731
+ /**
3732
+ * Discount status.<br />ProjectDiscountStatus<br />0 = Pending<br />1 = Approved<br />2 = Rejected
3733
+ */
3734
+ declare enum ProjectDiscountStatus {
3735
+ Pending = "Pending",
3736
+ Approved = "Approved",
3737
+ Rejected = "Rejected"
3738
+ }
3739
+
3722
3740
  /**
3723
3741
  * RenewAire CORES API
3724
3742
  *
@@ -3737,6 +3755,10 @@ interface ProjectDiscountDto {
3737
3755
  * Identifier for RenewAire.Cores.Domain.Projects.ProjectDiscount.
3738
3756
  */
3739
3757
  id: number;
3758
+ /**
3759
+ * Discount status.<br />ProjectDiscountStatus<br />0 = Pending<br />1 = Approved<br />2 = Rejected
3760
+ */
3761
+ status: ProjectDiscountStatus;
3740
3762
  /**
3741
3763
  * Discount type.<br />ProjectDiscountType<br />0 = FactoryDiscount<br />1 = RepDiscount<br />2 = QS
3742
3764
  */
@@ -3778,24 +3800,6 @@ interface ProjectDiscountIdIdDto {
3778
3800
  id: number;
3779
3801
  }
3780
3802
 
3781
- /**
3782
- * RenewAire CORES API
3783
- *
3784
- * Contact: renewaire@saritasa.com
3785
- *
3786
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
3787
- * https://openapi-generator.tech
3788
- * Do not edit the class manually.
3789
- */
3790
- /**
3791
- * Discount status.<br />ProjectDiscountStatus<br />0 = Pending<br />1 = Approved<br />2 = Rejected
3792
- */
3793
- declare enum ProjectDiscountStatus {
3794
- Pending = "Pending",
3795
- Approved = "Approved",
3796
- Rejected = "Rejected"
3797
- }
3798
-
3799
3803
  /**
3800
3804
  * RenewAire CORES API
3801
3805
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.251.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.250.0+36543b107078e1f0779cf47dcd40d3132a2dac7e)",
3
+ "version": "0.251.2",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.251.2+080285a573092a3c2ff5f6b04a99888088967ca4)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",