@undp/carbon-library 1.0.44 → 1.0.46
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/dist/cjs/index.js +21 -13
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Definitions/Definitions/programme.definitions.d.ts +3 -2
- package/dist/esm/index.js +21 -13
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Definitions/Definitions/programme.definitions.d.ts +3 -2
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
@@ -6,7 +6,7 @@ export declare enum ProgrammeStage {
|
|
6
6
|
Rejected = "Rejected"
|
7
7
|
}
|
8
8
|
export declare enum ProgrammeStageMRV {
|
9
|
-
AwaitingAuthorization = "
|
9
|
+
AwaitingAuthorization = "Pending",
|
10
10
|
Authorised = "Authorised",
|
11
11
|
Approved = "Approved",
|
12
12
|
Rejected = "Rejected"
|
@@ -66,7 +66,8 @@ export declare enum CompanyRole {
|
|
66
66
|
CERTIFIER = "Certifier",
|
67
67
|
PROGRAMME_DEVELOPER = "ProgrammeDeveloper",
|
68
68
|
MRV = "MRV",
|
69
|
-
GOVERNMENT = "Government"
|
69
|
+
GOVERNMENT = "Government",
|
70
|
+
API = "API"
|
70
71
|
}
|
71
72
|
export interface ProgrammeProperties {
|
72
73
|
maxInternationalTransferAmount: string;
|
package/dist/index.d.ts
CHANGED
@@ -184,7 +184,7 @@ declare enum ProgrammeStage {
|
|
184
184
|
Rejected = "Rejected"
|
185
185
|
}
|
186
186
|
declare enum ProgrammeStageMRV {
|
187
|
-
AwaitingAuthorization = "
|
187
|
+
AwaitingAuthorization = "Pending",
|
188
188
|
Authorised = "Authorised",
|
189
189
|
Approved = "Approved",
|
190
190
|
Rejected = "Rejected"
|
@@ -244,7 +244,8 @@ declare enum CompanyRole {
|
|
244
244
|
CERTIFIER = "Certifier",
|
245
245
|
PROGRAMME_DEVELOPER = "ProgrammeDeveloper",
|
246
246
|
MRV = "MRV",
|
247
|
-
GOVERNMENT = "Government"
|
247
|
+
GOVERNMENT = "Government",
|
248
|
+
API = "API"
|
248
249
|
}
|
249
250
|
interface ProgrammeProperties {
|
250
251
|
maxInternationalTransferAmount: string;
|