@undp/carbon-library 1.0.134-CARBON-332.6 → 1.0.134-CARBON-328.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,4 +21,5 @@ export declare class ProgrammeTransfer implements BaseEntity {
21
21
  createdTime?: number;
22
22
  retirementType?: RetireType;
23
23
  toCompanyMeta?: any;
24
+ omgePercentage?: any;
24
25
  }
package/dist/index.d.ts CHANGED
@@ -179,6 +179,7 @@ declare class ProgrammeTransfer implements BaseEntity {
179
179
  createdTime?: number;
180
180
  retirementType?: RetireType;
181
181
  toCompanyMeta?: any;
182
+ omgePercentage?: any;
182
183
  }
183
184
 
184
185
  declare enum ProgrammeStageR {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.134-CARBON-332.6",
3
+ "version": "1.0.134-CARBON-328.0",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const SocialEnvironmentalRisk: (props: any) => React.JSX.Element;
3
- export default SocialEnvironmentalRisk;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const SocialEnvironmentalRisk: (props: any) => React.JSX.Element;
3
- export default SocialEnvironmentalRisk;