UNPKG

@omnia/fx-models

Version:
22 lines (21 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MediaPickerStorageProviderTempAppInstanceContext = exports.MediaPickerStorageProviderAppInstanceContext = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); const ManifestIds_1 = require("../ManifestIds"); class MediaPickerStorageProviderAppInstanceContext { constructor(appInstanceId) { this.omniaServiceId = ManifestIds_1.OmniaService.Id; this.storageProviderContextId = new models_1.Guid("807ed2a4-34ad-4dde-be0e-a6afe63937f7"); this.appInstanceId = appInstanceId; } } exports.MediaPickerStorageProviderAppInstanceContext = MediaPickerStorageProviderAppInstanceContext; class MediaPickerStorageProviderTempAppInstanceContext { constructor(appTemplateId) { this.omniaServiceId = ManifestIds_1.OmniaService.Id; this.storageProviderContextId = new models_1.Guid("ffc017a9-f360-42db-8c77-14bac6e29ac1"); this.appTemplateId = appTemplateId; } } exports.MediaPickerStorageProviderTempAppInstanceContext = MediaPickerStorageProviderTempAppInstanceContext;