@omnia/workplace 6.8.0-preview → 6.8.4-preview
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.
|
@@ -98,7 +98,13 @@ export declare class ResourceManifests {
|
|
|
98
98
|
static get UserProfileCardEditingHandlerRegistration(): Guid;
|
|
99
99
|
static get ActionButtonSignOffRequestHandler(): Guid;
|
|
100
100
|
static get ActionButtonSignOffRequestHandlerRegistration(): Guid;
|
|
101
|
+
/**
|
|
102
|
+
* @deprecated this will be removed in 7.0
|
|
103
|
+
*/
|
|
101
104
|
static get AppTemplateWizardStore(): Guid;
|
|
105
|
+
/**
|
|
106
|
+
* @deprecated this will be removed in 7.0
|
|
107
|
+
*/
|
|
102
108
|
static get TeamworkAppTemplateWizardStore(): Guid;
|
|
103
109
|
static get SearchConfigStore(): Guid;
|
|
104
110
|
static get OmniaLanguagesComponentStore(): Guid;
|
|
@@ -483,11 +483,17 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
483
483
|
configurable: true
|
|
484
484
|
});
|
|
485
485
|
Object.defineProperty(ResourceManifests, "AppTemplateWizardStore", {
|
|
486
|
+
/**
|
|
487
|
+
* @deprecated this will be removed in 7.0
|
|
488
|
+
*/
|
|
486
489
|
get: function () { return new Guid("dc78c1f2-3fb6-4cc7-9552-b2f0b6b54dc0"); },
|
|
487
490
|
enumerable: false,
|
|
488
491
|
configurable: true
|
|
489
492
|
});
|
|
490
493
|
Object.defineProperty(ResourceManifests, "TeamworkAppTemplateWizardStore", {
|
|
494
|
+
/**
|
|
495
|
+
* @deprecated this will be removed in 7.0
|
|
496
|
+
*/
|
|
491
497
|
get: function () { return new Guid("1f1b347e-2057-4435-97c6-e802f9680221"); },
|
|
492
498
|
enumerable: false,
|
|
493
499
|
configurable: true
|
|
@@ -3,6 +3,10 @@ import { TeamCollaborationAppTemplateProperties } from '.';
|
|
|
3
3
|
export interface TeamCollaborationAppTemplate extends AppTemplate {
|
|
4
4
|
properties: TeamCollaborationAppTemplateProperties;
|
|
5
5
|
}
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated this will be removed in 7.0
|
|
8
|
+
*
|
|
9
|
+
* */
|
|
6
10
|
export interface ProvisionEnterpriseProperties {
|
|
7
11
|
team: boolean;
|
|
8
12
|
yammer: boolean;
|