@omnia/workplace 6.13.9 → 6.13.10
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/internal-do-not-import-from-here/models/ManifestIds.d.ts +1 -3
- package/internal-do-not-import-from-here/models/ManifestIds.js +1 -11
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +1 -0
- package/package.json +1 -1
|
@@ -399,7 +399,7 @@ export declare class WebComponentManifests {
|
|
|
399
399
|
static get TaxonomyNavigation(): Guid;
|
|
400
400
|
static get TaxonomyNavigationSettings(): Guid;
|
|
401
401
|
static get SignOffRequestJourney(): Guid;
|
|
402
|
-
static get
|
|
402
|
+
static get SignOffRequestHeaderRequestedByMeList(): Guid;
|
|
403
403
|
static get SignOffRequestHeaderCreateNewRequest(): Guid;
|
|
404
404
|
static get SignOffRequestRollup(): Guid;
|
|
405
405
|
static get SignOffRequestRollupSettings(): Guid;
|
|
@@ -409,11 +409,9 @@ export declare class WebComponentManifests {
|
|
|
409
409
|
static get SignOffRequestRollupSummaryViewSettings(): Guid;
|
|
410
410
|
static get SignOffRequestCreation(): Guid;
|
|
411
411
|
static get SignOffRequestInfo(): Guid;
|
|
412
|
-
static get SignOffRequestList(): Guid;
|
|
413
412
|
static get SignOffRequestReminder(): Guid;
|
|
414
413
|
static get SignOffRequestResourceList(): Guid;
|
|
415
414
|
static get SignOffRequestResourceProvider(): Guid;
|
|
416
|
-
static get SignOffRequestListDialog(): Guid;
|
|
417
415
|
static get SignOffRequestInfoPersistentDialog(): Guid;
|
|
418
416
|
static get SignOffRequestUpdateStatusDialog(): Guid;
|
|
419
417
|
static get SignOffRequestQueryableProperties(): Guid;
|
|
@@ -1961,7 +1961,7 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
1961
1961
|
enumerable: false,
|
|
1962
1962
|
configurable: true
|
|
1963
1963
|
});
|
|
1964
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1964
|
+
Object.defineProperty(WebComponentManifests, "SignOffRequestHeaderRequestedByMeList", {
|
|
1965
1965
|
get: function () { return new Guid("a152b5cf-cf71-4d52-bfe1-d61ef1c34cb4"); },
|
|
1966
1966
|
enumerable: false,
|
|
1967
1967
|
configurable: true
|
|
@@ -2011,11 +2011,6 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
2011
2011
|
enumerable: false,
|
|
2012
2012
|
configurable: true
|
|
2013
2013
|
});
|
|
2014
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestList", {
|
|
2015
|
-
get: function () { return new Guid("dba0ce9a-fe13-4005-a26b-bd44181252a5"); },
|
|
2016
|
-
enumerable: false,
|
|
2017
|
-
configurable: true
|
|
2018
|
-
});
|
|
2019
2014
|
Object.defineProperty(WebComponentManifests, "SignOffRequestReminder", {
|
|
2020
2015
|
get: function () { return new Guid("dc94479d-1659-434d-9407-952235d42757"); },
|
|
2021
2016
|
enumerable: false,
|
|
@@ -2031,11 +2026,6 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
2031
2026
|
enumerable: false,
|
|
2032
2027
|
configurable: true
|
|
2033
2028
|
});
|
|
2034
|
-
Object.defineProperty(WebComponentManifests, "SignOffRequestListDialog", {
|
|
2035
|
-
get: function () { return new Guid("8f28e205-567b-4c36-a535-81ddc977992f"); },
|
|
2036
|
-
enumerable: false,
|
|
2037
|
-
configurable: true
|
|
2038
|
-
});
|
|
2039
2029
|
Object.defineProperty(WebComponentManifests, "SignOffRequestInfoPersistentDialog", {
|
|
2040
2030
|
get: function () { return new Guid("51d1ef63-4219-4a6c-86d4-4653f2ac783d"); },
|
|
2041
2031
|
enumerable: false,
|
package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js
CHANGED
|
@@ -14,6 +14,7 @@ var SignOffRequestRollupConstants = /** @class */ (function () {
|
|
|
14
14
|
RequestedBy: "requestedby_717ac377-4468-4fd1-bb30-0cf2a205867d",
|
|
15
15
|
Status: "status_c2cf78a1-ae14-437f-a4ee-f4a6b51616d1",
|
|
16
16
|
ProgressStatus: "progressstatus_f8316195-7e79-4c46-bf18-148aef198ff9",
|
|
17
|
+
MyProgressStatus: "myprogressstatus_dae090e5-f1c8-4e8d-82ba-370db3d4f8ed",
|
|
17
18
|
RequestSentTo: "requestsentto_b9be8445-ee17-492e-bfde-2d666acbc4bb",
|
|
18
19
|
RequestsCompleted: "requestscompleted_fbcde06b-d3c9-4dc5-a68e-28410273adc5",
|
|
19
20
|
TotalNoOfRequests: "totalnoofrequests_95f47b9c-9a38-4db2-b7a8-1899e6cac359",
|