@undp/carbon-library 1.0.258-CARBON-380.0 → 1.0.258-CARBON-328.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,5 @@ export interface ProgrammeRejectAndTransferCardItemProps {
7
7
  updatedDate: any;
8
8
  loading: boolean;
9
9
  toolTipText: string;
10
- t: any;
11
10
  }
12
11
  export declare const ProgrammeRejectAndTransferComponent: FC<ProgrammeRejectAndTransferCardItemProps>;
@@ -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
@@ -185,6 +185,7 @@ declare class ProgrammeTransfer implements BaseEntity {
185
185
  createdTime?: number;
186
186
  retirementType?: RetireType;
187
187
  toCompanyMeta?: any;
188
+ omgePercentage?: any;
188
189
  }
189
190
 
190
191
  declare enum ProgrammeStageR {
@@ -19,5 +19,6 @@
19
19
  "searchMail": "Search by email",
20
20
  "searchName": "Search by name",
21
21
  "min": "Ministry",
22
- "nationalSopValue": "National Share of Proceeds"
22
+ "nationalSopValue": "National Share of Proceeds",
23
+ "omgePercentage":"Overall Mitigation in Global Emissions (OMGE) Account"
23
24
  }
@@ -40,5 +40,6 @@
40
40
  "adminName": "Name",
41
41
  "adminEmail": "Email",
42
42
  "adminPhone": "Phone",
43
- "nationalSopValue": "National Share of Proceeds"
43
+ "nationalSopValue": "National Share of Proceeds",
44
+ "omgePercentage":"Overall Mitigation in Global Emissions (OMGE) Account"
44
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.258-CARBON-380.0",
3
+ "version": "1.0.258-CARBON-328.1",
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": {